

/* Start:/local/templates/domamo_v001/js/slick/slick.css?17071347041324*/
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* End */


/* Start:/local/components/bq/bq.personal.section/templates/.default/css/common.css?173340451456220*/
body .lk-wrapper .lk-main .b_wrapper {
    max-width: 1410px;
}

.title-biggest,
.title-bigger,
.title-big,
.title-middle,
.title-small,
.lk-main .c-container .title-biggest,
.lk-main .c-container .title-bigger,
.lk-main .c-container .title-big,
.lk-main .c-container .title-middle,
.lk-main .c-container .title-small{
    font-family: 'IstokRegular';
    color: #000;
}

.title-biggest,
.lk-main .c-container .title-biggest {
    font-size: 36px;
    font-weight: 700;
}

.lk-main .c-container .title-biggest {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.title-bigger,
.lk-main .c-container .title-bigger {
    font-size: 30px;
    font-weight: 700;
}

.title-big,
.lk-main .c-container .title-big {
    font-size: 24px;
    font-weight: 700;
}

.title-big--thin,
.lk-main .c-container .title-big--thin {
    font-weight: 400;
}

.title-middle,
.lk-main .c-container .title-middle {
    font-size: 22px;
    font-weight: 700;
}

.title-small,
.lk-main .c-container .title-small {
    font-size: 18px;
    font-weight: 700;
}

.title-biggest a,
.title-bigger a,
.title-big a,
.title-middle a,
.title-small a {
    color: #000;
    transition: .2s ease-in-out;
}

.title-biggest a:hover,
.title-bigger a:hover,
.title-big a:hover,
.title-middle a:hover,
.title-small a:hover {
    color: #377CE3;
}



@media (max-width: 1199px) {
    .title-biggest,
    .lk-main .c-container .title-biggest {
        font-size: 30px;
    }

    .title-bigger,
    .lk-main .c-container .title-bigger {
        font-size: 26px;
    }

    .title-big,
    .title-big--thin,
    .lk-main .c-container .title-big {
        font-size: 20px;
    }

    .title-middle,
    .lk-main .c-container .title-middle {
        font-size: 19px;
    }

    .title-small,
    .lk-main .c-container .title-small {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .title-biggest,
    .lk-main .c-container .title-biggest {
        font-size: 27px;
    }

    .title-bigger,
    .lk-main .c-container .title-bigger {
        font-size: 23px;
    }

    .title-big,
    .title-big--thin,
    .lk-main .c-container .title-big {
        font-size: 18px;
    }

    .title-middle,
    .lk-main .c-container .title-middle {
        font-size: 17px;
    }

    .title-small,
    .lk-main .c-container .title-small {
        font-size: 16px;
    }
}




.c-btn,
.c-btn {
    display: inline-block;
    outline: none;
    font-family: 'IstokRegular';
    padding: 13px 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #0092CF;
    border: 1px solid #0092CF;
    border-radius: 4px;
    transition: .2s ease-in-out;
}

.c-btn:hover,
.c-btn:hover {
    background: #D6E0EF;
    color: #377CE3;
    border-color: #D6E0EF;
}

.c-btn-gray,
.c-btn-gray {
    background: #D6E0EF;
    color: #377CE3;
    border-color: #D6E0EF;
}

.c-btn-gray:hover,
.c-btn-gray:hover {
    background: #BCCDE7;
    color: #377CE3;
    border-color: #BCCDE7;
}

.c-btn-gray-dark {
    color: #000;
}

.c-btn-gray:hover {
    color: #000;
}

@media (max-width: 767px) {
    .c-btn {
        font-size: 14px;
    }
}




/*.c-link*/
.c-link,
.c-link {
    font-family: 'IstokRegular';
    /*font-weight: 500;*/
    font-size: 14px;
    line-height: 17px;
    color: #377CE3;
}

.c-link:hover,
.c-link:hover {
    color: #377CE3;
    text-decoration: underline;
}
/*.c-link end*/


/*.c-title*/
/*.lk-main .c-title-h1,*/
/*.lk-main .c-title-h2,*/
.c-container .c-title-h1,
.c-container .c-title-h2 {
    font-family: 'IstokRegular';
    font-weight: 600;
    color: #000;
}

/*.lk-main .c-title-h1,*/
.c-container .c-title-h1 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 130%;
    color: #000;
}

/*.lk-main .c-title-h2,*/
.c-container .c-title-h2 {
    font-size: 30px;
    line-height: 130%;
    color: #000;
}

/*.lk-main .c-title-h2 a,*/
.c-container .c-title-h2 a {
    color: #000;
}

@media (max-width: 991px) {
    .c-container .c-title-h1 {
        font-size: 30px;
        line-height: 110%;
    }

    .c-container .c-title-h2 {
        font-size: 25px;
        line-height: 110%;
    }
}

/*.c-title end*/





/*.c-section*/
.c-section {
    margin-bottom: 60px;
}

.c-section * {
    box-sizing: border-box;
}

.c-section__head {
    margin-bottom: 40px;
}

.c-section---mb-big {
    margin-bottom: 80px;
}

.c-section--head-mb-min .c-section__head {
    margin-bottom: 32px;
}

@media (max-width: 1199px) {
    .c-section {
        margin-bottom: 45px;
    }

    .c-section__head {
        margin-bottom: 30px;
    }

    .c-section---mb-big {
        margin-bottom: 65px;
    }
}
/*.c-section end*/




/*.c-aside .c-content .c-aside .c-content container*/
.c-aside {
    width: 418px;
    float: right;
    padding-left: 78px;
    margin-top: 32px;
}

.c-aside * {
    box-sizing: border-box;
}

.c-content {
    float: right;
    width: calc(100% - 418px);
    /*padding-left: 15px;*/
    margin-top: 32px;
}

@media (max-width: 1199px) {
    .c-aside {
        width: 390px;
        padding-left: 50px;
    }

    .c-content {
        width: calc(100% - 390px);
    }
}

@media (max-width: 991px) {
    .c-aside {
        width: 80%;
        padding-left: 0;
        float: none;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .c-content {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    .c-aside {
        width: 100%;
    }
}
/*.c-aside .c-content .c-aside .c-content container end*/




/*.pr-sidebar main page*/
.pr-sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    box-shadow: 0px 15px 30px rgba(151, 151, 151, 0.1);
    border-radius: 4px;
}

.pr-sidebar__item {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

.pr-sidebar__item-ico {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    vertical-align: middle;
    transition: .1s ease-in-out;
}

.pr-sidebar__item-ico:before,
.pr-sidebar__item-ico:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .2s ease-in-out;
}

.pr-sidebar__item-ico:after {
    opacity: 0;
}

.pr-sidebar__item--fav .pr-sidebar__item-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-pr-1.svg);
}

.pr-sidebar__item--fav .pr-sidebar__item-ico:after {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-pr-1-hover.svg);
}

.pr-sidebar__item--comp .pr-sidebar__item-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-pr-2.svg);
}

.pr-sidebar__item--comp .pr-sidebar__item-ico:after {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-pr-2-hover.svg);
}

.pr-sidebar__item--review .pr-sidebar__item-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-pr-3.svg);
}

.pr-sidebar__item--review .pr-sidebar__item-ico:after {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-pr-3-hover.svg);
}

.pr-sidebar__item--person .pr-sidebar__item-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-pr-4.svg);
}

.pr-sidebar__item--person .pr-sidebar__item-ico:after {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-pr-4-hover.svg);
}

.pr-sidebar__item--home .pr-sidebar__item-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-pr-5.svg);
}

.pr-sidebar__item--home .pr-sidebar__item-ico:after {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-pr-5-hover.svg);
}

.pr-sidebar__item--add .pr-sidebar__item-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-pr-6.svg);
}

.pr-sidebar__item--add .pr-sidebar__item-ico:after {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-pr-6-hover.svg);
}

.pr-sidebar__item--diary .pr-sidebar__item-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-pr-7.svg);
}

.pr-sidebar__item--diary .pr-sidebar__item-ico:after {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-pr-7-hover.svg);
}

.pr-sidebar__item--bookmark .pr-sidebar__item-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-pr-8-1.svg);
}

.pr-sidebar__item--bookmark .pr-sidebar__item-ico:after {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-pr-8-1-hover.svg);
}

.pr-sidebar__item-link {
    display: block;
    padding: 8px 8px 8px 20px;
    border-radius: 4px;
    background: #fff;
    color: #333;
    transition: .2s ease-in-out;
}

.pr-sidebar__item-link:hover {
    background: #F5F5F5;
    color: #377CE3;
}

.pr-sidebar__item-link:hover .pr-sidebar__item-ico:before {
    opacity: 0;
}

.pr-sidebar__item-link:hover .pr-sidebar__item-ico:after {
    opacity: 1;
}

.pr-sidebar__item-title {
    display: inline-block;
    padding-left: 8px;
    vertical-align: middle;
}

.pr-sidebar__item-link--active {
    background: #F5F5F5;
    color: #377CE3;
}

.pr-sidebar__item-link--active .pr-sidebar__item-ico:before {
    opacity: 0;
}

.pr-sidebar__item-link--active .pr-sidebar__item-ico:after {
    opacity: 1;
}

@media (max-width: 767px) {
    .pr-sidebar__item {
        font-size: 17px;
    }
}
/*.pr-sidebar main page end*/



/*.pr-bookmarks-list*/
.pr-bookmarks-list {
    max-width: 910px;
}

.pr-bookmarks-list__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 24px;
}

.pr-bookmarks-list__left {
    width: 50%;
}

.pr-bookmarks-list__right {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .pr-bookmarks-list__left {
        width: 60%;
    }

    .pr-bookmarks-list__action {
        padding-left: 12px;
    }
}

@media (max-width: 600px) {
    .pr-bookmarks-list__left,
    .pr-bookmarks-list__right {
        width: 100%;
    }

    .pr-bookmarks-list__right {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .pr-bookmarks-list__action {
        padding-left: 0;
        margin-top: 12px;
    }
}
/*.pr-bookmarks-list ends*/



/*.pr-user*/
.pr-user {

}

.pr-user__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pr-user__item-ava {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.pr-user__item-name {
    width: calc(100% - 40px);
    padding-left: 12px;
    font-size: 20px;
    color: #000;
}
/*.pr-user ends*/



/*.c-panel*/
.c-panel {
    font-family: 'IstokRegular';
    padding: 16px 15px;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(151, 151, 151, 0.1);
    border-radius: 4px;
}

.c-panel__inner {
    padding: 0 10px;
}

.c-panel__author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.c-panel__ava {
    width: 40px;
    position: relative;
    background: no-repeat center;
    background-size: cover;
    border-radius: 100%;
}

.c-panel__ava:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.c-panel__name {
    width: calc(100% - 40px);
    padding-left: 20px;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
}

.c-panel__name:hover {
    color: #000000;
}

.c-panel__stat {
    color: #333;
    padding: 16px 0 16px;
    position: relative;
}

.c-panel__stat:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px;
    height: 1px;
    background: #E0E0E0;
    width: calc(100% + 20px);
}

.c-panel__stat:last-child {
    padding-bottom: 0;
}

.c-panel__stat:last-child:before {
    display: none;
}

.c-panel__stat-item {
    margin-bottom: 12px;
}

.c-panel__stat-item:last-child {
    margin-bottom: 0;
}

.c-panel__stat-wr {
    display: inline-block;
}

.c-panel__stat-ico {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    position: relative;
    margin-right: 1px;
}

.c-panel__stat-ico:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.c-panel__stat-item--eye .c-panel__stat-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-eye.svg);
}

.c-panel__stat-item--comment .c-panel__stat-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-comment.svg);
}

.c-panel__stat-item--like .c-panel__stat-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-like.svg);
}

.c-panel__stat-num {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

.c-panel__stat-title {
    padding-left: 8px;
    display: inline-block;
    vertical-align: middle;
}


.c-panel__actions {
    margin-top: 24px;
}

.c-panel__actions .c-btn,
.c-panel__actions .c-btn {
    width: 100%;
    margin-top: 8px;
}

.c-panel__actions .c-btn:first-child,
.c-panel__actions .c-btn:first-child {
    margin-top: 0;
}

.c-panel__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #000000
}

.c-panel__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
}

.c-panel__progress {
    position: relative;
    margin-top: 16px;
}

.c-panel__progress-title {
    margin-bottom: 16px;
}

.c-panel__progress-wr {
    position: relative;
    width: 100%;
    z-index: 2;
}

.c-panel__progress-line {
    display: block;
    width: 100%;
    height: 10px;
    margin-bottom: 35px;
    background: #E0E0E0;
    border-radius: 4px;
}

.c-panel__progress-percent {
    height: 100%;
    background: #377CE3;
    border-radius: 4px;
    position: relative;
}

.c-panel__progress-percent span {
    position: absolute;
    right: 0;
    bottom: -20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.c-panel__actions .c-edit-link,
.c-panel__actions .c-edit-link {
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #377CE3;
}

.c-panel__add-stage {
    margin-top: 16px;
}

.c-panel__add-stage .c-panel__subtitle {
    margin-bottom: 8px;
}

.c-panel__add-stage-item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #5E646B;
}

.c-panel__add-stage-item a:hover {
    color: #5E646B;
}

@media (max-width: 991px) {
    .c-panel__inner {
        padding: 0 40px;
    }

    .c-panel__actions {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .c-panel__inner {
        padding: 0 10px;
    }

    .c-panel__actions {
        padding: 0;
    }
}

/*.c-panel end*/







/*.pr-contractors*/
.pr-contractors__wr {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.pr-contractors__img {
    float: none;
    margin: auto;
}

.pr-contractors__item {
    width: calc(33.33% - 20px);
    padding: 20px;
    margin: 10px;
    position: relative;
    text-align: center;
    border: 1px solid #E6E6E6;
    background: #fff;
}

.pr-contractors-item__info {
    width: 100%;
    padding: 0;
}

.pr-contractors-item__img {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.pr-contractors-item__img:before {
    content: "";
    display: block;
    padding-top: 33%;
}
.pr-contractors-item__img img {
    position: absolute;
    max-width: 100%; max-height: 100%;
    top: 0; left: 0; right: 0; bottom: 0;
    margin: auto;
}
.pr-contractors-item__title {
    display: inline-block;
    padding: 0px;
    margin: 0;
    vertical-align: bottom;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #0092CF;
    transition: .2s ease-in-out;
}
.pr-contractors-item__pro {
    position: absolute;
    top: 10px; right: 10px;
}

.pr-contractors__action {
    margin-top: 30px;
}

.pr-contractors__item:hover .pr-contractors-item__title {
    color: #0092CF;
}

@media (max-width: 1800px) {
    .pr-contractors-item__title {
        font-size: 16px;
    }
}
@media (max-width: 1500px) {
    .pr-contractors__item {
        width: calc(50% - 20px);
        margin: 5px;
    }

}
/*.pr-contractors end*/



/*.c-banner*/
.c-banner__item {
    width: 100%;
    background: #DDEEF9;
    background: radial-gradient(84.34% 3318.17% at 78.72% 50%, #DDEEF9 0%, #EDF8FF 75.99%), #F1F6FA;
    /*border: 1px solid #CEE0EE;*/
    padding: 45px 10px 0px 35px;
    border-radius: 10px;
}

.c-banner__wr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.c-banner__left {
    width: calc(100% - 243px);
    padding-right: 40px;
}

a.c-banner__btn {
    display: inline-block;
    padding: 16px 43px;
    color: #fff;
    background-color: #377CE3;
    border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    box-shadow: 0px 4px 14px #D1DFE8;
    margin-top: 15px;
    transition: background-color .2s;
}

a.c-banner__btn:hover {
    background-color: #2e6ac2;
}

.c-banner__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 10px;
}

.c-banner__title:hover {
    color: #000000;
}

.c-banner__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #5E646B;
    margin-top: 10px;
    margin-bottom: 40px;
}

.c-banner__right {
    width: 242px;
}

.c-banner__img {
    width: 100%;
    height: 168px;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

.c-banner__top {
    display: none;
}

.c-banner__top-img {
    width: 100%;
    height: 108px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

@media (min-width: 991px) and (max-width: 1080px){
    .c-banner__left {
        width: calc(100% - 211px);
    }

    .c-banner__right {
        width: 210px;
    }
}

@media (max-width: 767px) {
    .c-banner__item {
        padding: 30px;
    }

    .c-banner__top {
        display: block;
        width: 100%;
        margin-bottom: 22px;
    }

    .c-banner__right {
        display: none;
    }

    .c-banner__left {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .c-banner__title {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .c-banner__text {
        text-align: center;
        margin-bottom: 0;
    }

    a.c-banner__btn {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 14px;
        margin-top: 5px;
    }

}

@media (max-width: 420px) {
    .c-banner__item {
        padding-left: 25px;
        padding-right: 25px;
    }

    a.c-banner__btn {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
/* .c-banner end*/



/*.c-banner-small start*/
.c-banner-small {
    margin-bottom: 32px;
}

.c-banner-small__item {
    width: 100%;
    background: #DDEEF9;
    background: radial-gradient(84.34% 3318.17% at 78.72% 50%, #DDEEF9 0%, #EDF8FF 75.99%), #F1F6FA;
    /*border: 1px solid #CEE0EE;*/
    padding: 32px 22px 0px 22px;
    border-radius: 10px;
}

.c-banner-small__title {
    display: block;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #000;
}

.c-banner-small__text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 130%;
    color: #5E646B;
}

.c-banner-small__link {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline;
    color: #000000;
    cursor: pointer;
}

.c-banner-small__link:hover {
    text-decoration: none;
}

.c-banner-small__right {

}

.c-banner-small__img {
    margin-left: auto;
    width: 242px;
    height: 168px;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

@media (max-width: 991px) {
    .c-aside .c-banner-small {
        display: none;
    }
}
/*.c-banner-small end*/




/*.c-add-item button diary create*/
.c-add-item {
    max-width: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 10px;
    border-radius: 4px;
    border: 3px dashed #aebfc9;
}

.c-add-item span {
    display: inline-block;
    padding-right: 35px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #000000;
    position: relative;
}

.c-add-item span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-add.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/*.c-add-item button diary create end*/




/*.c-sticker*/
.c-sticker {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 2;
}

.c-sticker__item {
    display: inline-block;
    padding: 3px 8px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
}

.c-sticker__item--live {
    background: #E93333;
    color: #fff;
}
/*.c-sticker end*/



/*.c-progress*/
.c-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.c-progress__line {
    display: block;
    width: 100%;
    height: 8px;
    background: #E0E0E0;
    border-radius: 4px;
    overflow: hidden;
}

.c-progress__percent {
    height: 100%;
    background: #377CE3;
    border-radius: 4px;
}
/*.c-progress end*/



/*.c-card-stat*/
.c-card-stat {

}

.c-card-stat__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.c-card-stat__left {
    display: flex;
    flex-wrap: wrap;
}

.c-card-stat__item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-right: 8px;
}

.c-card-stat__item:last-child {
    margin-right: 0;
}

.c-card-stat__ico {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    width: 15px;
    height: 15px;
    /*position: relative;*/
    margin-right: 1px;
}

.c-card-stat__ico:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.c-card-stat__item--eye .c-card-stat__ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-eye.svg);
}

.c-card-stat__item--comment .c-card-stat__ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-comment.svg);
}

.c-card-stat__item--like .c-card-stat__ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-like.svg);
}

.c-card-stat__item--subscribe .c-card-stat__ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-subscribe.svg);
}

.c-card-stat__num {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding-left: 20px;
    color: #000;
}


.c-card-stat__bookmark {
    display: flex;
    flex-wrap: wrap;
}

.c-card-stat__bookmark-text,
.c-card-stat__bookmark-num {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}

.c-card-stat__bookmark-text {
    color: #BDBDBD;
}

.c-card-stat__bookmark-num {
    color: #000;
    padding-left: 3px;
}

.c-card-stat__date {
    font-size: 14px;
    line-height: 17px;
    color: #8B8B8B;
}
/*.c-card-stat end*/




/*.c-diary-list*/
.c-diary-list__wr {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.c-diary-list__item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

@media(max-width: 1400px) {

}

@media(max-width: 1340px) {
    .c-diary-list__item {
        width: 50%;
    }
}

@media(max-width: 1060px) {
    .c-diary-list__item {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .c-diary-list__item {
        width: 50%;
    }
}

@media(max-width: 600px) {
    .c-diary-list__item {
        width: 100%;
    }
}

.c-diary-list--hidden {

}

.c-diary-list--hidden .c-diary-card__img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.c-diary-list--hidden .c-diary-card__img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*background: linear-gradient(0deg, rgba(202, 202, 202, 0.5), rgba(202, 202, 202, 0.5));*/
}

.c-diary-list--hidden .c-card-stat__item--eye .c-card-stat__ico {
    opacity: 0.3;
}

/*.c-diary-list end*/


/*c-section-row*/
.c-section-row {

}

.c-section-row__item {
    margin-bottom: 24px;
}
/*c-section-row end*/



/*c-section-card*/
.c-section-card {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.c-section-card__item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}

.c-section-card__item--banner,
.c-section-card__item--slider {
    width: 100%;
}

@media (max-width: 767px) {
    .c-section-card__item {
        width: 100%;
    }
}
/*c-section-card end*/




/*.c-diary-card*/
.c-diary-card {
    font-family: 'IstokRegular';
    display: block;
    background: #fff;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);
}

.c-diary-card__img {
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.c-diary-card__img:before {
    content: "";
    display: block;
    padding-bottom: 56.2%;
}

.c-diary-card__num {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    height: 25px;
    bottom: 8px;
    overflow: hidden;
    width: 100%;
    z-index: 2;
}

.c-diary-card__num-project,
.c-diary-card__num-place {
    height: 25px;
    color: #FFF;
    font-weight: 600;
    padding: 0 .4em;
    line-height: 160%;
    white-space: nowrap;
    word-wrap: normal;
}

.c-diary-card__num-project {
    background: #00afef;
}

.c-diary-card__num-place {
    background: #292e44;
    min-width: 0;
}


.c-diary-card__title,
a.c-diary-card__title {
    display: block;
    /*opacity: 0;*/
    transition: .2s ease-in-out;
}

.c-diary-card__title.js-ready,
a.c-diary-card__title.js-ready {
    /*opacity: 1;*/
}

a.c-diary-card__title:hover {
    color: #000;
}

.c-diary-card__place {
    padding: 10px 8px;
}

.c-diary-card__title,
a.c-diary-card__title,
.c-diary-card .c-card-stat,
.c-diary-card__name {
    padding: 13px 8px;
}

.c-diary-card__title,
a.c-diary-card__title,
.c-diary-card__place,
.c-diary-card__name {
    /*font-weight: 500;*/
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.c-diary-card__place,
.c-diary-card .c-card-stat,
.c-diary-card__name {
    border-top: 1px solid #E0E0E0;
}

.c-diary-card__place-title {
    position: relative;
    padding-left: 18px;
}

.c-diary-card__place-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-place.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.c-diary-card__name-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.c-diary-card__name-ava {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.c-diary-card__name-text {
    width: calc(100% - 15px);
    padding-left: 10px;
    color: #000;
    font-size: 14px;
}
/*.c-diary-card end*/




/*.c-diary-proj project page*/
.c-proj__wr {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.c-proj__item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

@media(max-width: 1400px) {

}

@media(max-width: 1340px) {
    .c-proj__item {
        width: 33.33%;
    }
}

@media(max-width: 1060px) {
    .c-proj__item {
        width: 50%;
    }
}

@media(max-width: 991px) {
    .c-proj__item {
        width: 50%;
    }
}

@media(max-width: 600px) {
    .c-proj__item {
        width: 100%;
    }
}
/*.c-diary-proj project page end*/





/*.c-diary-stage*/
.c-diary-stage {
    display: flex;
    flex-direction: row;
    padding: 22px 24px 15px 12px;
    background: #fff;
    border-radius: 4px;
    font-family: 'IstokRegular';
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);
}

.c-diary-stage__in {
    width: 38%;
}

.c-diary-stage__img {
    /*width: 230px;*/
    width: 100%;
    min-height: 120px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.c-diary-stage__img:before {
    content: "";
    display: block;
    padding-bottom: 56.2%;
}

.c-diary-stage__label {
    width: 100%;
    padding: 11px 10px;
    background: #D6E0EF;
    color: #377CE3;
    text-align: center;
}

.c-diary-stage__cont {
    width: 62%;
    display: flex;
    flex-direction: column;
    padding-left: 18px;
}

.c-diary-stage__title.title-small,
.lk-main .c-container .title-small {
    color: #333;
    transition: .2s ease;
}

.c-diary-stage__title:hover {
    color: #377CE3;
}

.c-diary-stage__place {
    margin-top: 12px;
}

.c-diary-stage__place-title {
    position: relative;
    padding-left: 18px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.c-diary-stage__place-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-place.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.c-diary-stage:hover .c-diary-stage__place-title {
    /*font-weight: 500;*/
    /*font-size: 14px;*/
    /*line-height: 16px;*/
    /*color: #000000;*/
}

.c-diary-stage .c-card-stat {
    margin-top: auto;
    padding-bottom: 14px;
}

.c-diary-stage .c-card-stat__num {
    font-size: 14px;
}

.c-diary-stage .c-card-stat__bookmark-text,
.c-diary-stage .c-card-stat__bookmark-num {
    font-size: 14px;
}

.c-diary-stage .c-card-stat__item {
    margin-right: 14px;
}

.c-diary-stage__text {
    margin-top: 12px;
    font-size: 14px;
    color: #5E646B;
}

.c-diary-stage__action {
    margin: 8px 0 12px;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .c-diary-stage {
        flex-direction: column;
        padding-right: 15px;
        padding-top: 15px;
    }

    .c-diary-stage__in {
        width: 100%;
        margin-bottom: 10px;
    }

    .c-diary-stage__cont {
        width: 100%;
        padding-left: 0;
    }

    .c-diary-stage .c-card-stat {
        padding-bottom: 0;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .c-diary-stage {
        flex-direction: column;
        padding-right: 15px;
        padding-top: 15px;
    }

    .c-diary-stage__in {
        width: 100%;
        margin-bottom: 10px;
    }

    .c-diary-stage__cont {
        width: 100%;
        padding-left: 0;
    }

    .c-diary-stage .c-card-stat {
        padding-bottom: 0;
    }
}
/*.c-diary-stage end*/




.pr-diary-info {
    font-family: 'IstokRegular';
    margin-bottom: 60px;
}

.pr-diary-info__point-title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.pr-diary-info__point-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 32px;
}


.pr-diary-info__point-title .c-link,
.pr-diary-info__point-title .c-link {
    padding-left: 12px;
}

.pr-diary-info__descr {
    /*font-weight: 500;*/
    font-size: 24px;
    line-height: 130%;
    color: #1B1E25;
    margin-bottom: 40px;
}

.pr-diary-info__point-wr {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.pr-diary-info__point-item {
    width: 33.33%;
    margin-bottom: 24px;
    padding-left: 5px;
    padding-right: 5px;
}

.pr-diary-info__point-item-top {
    font-size: 14px;
    line-height: 19px;
    color: #8B8B8B;
    margin-bottom: 8px;
}

.pr-diary-info__point-item-bottom {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}












/*.pr-journal-list start*/
.pr-journal-list--hidden {

}

.pr-journal-list--hidden .c-journal-row__img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.c-diary-list--hidden .c-journal-row__img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*background: linear-gradient(0deg, rgba(202, 202, 202, 0.5), rgba(202, 202, 202, 0.5));*/
}

.pr-journal-list--hidden .c-card-stat__item--eye .c-card-stat__ico {
    opacity: 0.3;
}
/*.pr-journal-list end*/




.slider-three {
    margin-bottom: 40px;
}

.slider-three.white {
    padding-top: 24px;
    background: #fff;
    /*box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);*/
    box-shadow: 0px 14px 30px rgba(151, 151, 151, 0.15);
    border-radius: 8px;
}

.slider-three__header {
    padding-left: 14px;
}

.slider-three__wr {
    position: relative;
}

.slider-three__slider {
    max-height: 370px;
    overflow: hidden;
}

.slider-three__slider.slick-slider {
    max-height: none;
    overflow: auto;
}

.slider-three__arr {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 54px);
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.slider-three__arr:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-arr.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.slider-three__arr--prev {
    left: -25px;
}

.slider-three__arr--prev:before {
    transform: translate(-50%, -50%) scale(-1);
}

.slider-three__arr--next {
    right: -25px;
}

.slider-three__item {
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.slider-three__item .c-journal-card {
    box-shadow: none;
}

.slider-three__arr.slick-disabled {
    opacity: 0;
}

.slider-three .slick-track {
    display: flex;
}

.slider-three .slick-slide {
    height: auto;
}

.slider-three__item.slick-slide {
    opacity: 1;
}

.c-section-card__item--slider .slider-three {
    margin-bottom: 0;
}

.c-section-row__item--slider .slider-three {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .slider-three__arr {
        width: 34px;
        height: 34px;
        top: calc(50% - 38px);
    }

    .slider-three__arr--prev {
        left: -15px;
    }

    .slider-three__arr--next {
        right: -15px;
    }
}

@media (max-width: 550px) {
    .slider-three__arr {
        display: none !important;
    }
}


/*c-anons-card*/
.c-anons-card {
    border-radius: 8px;
    padding: 14px 14px 24px 14px;
    box-shadow: 0px 15px 30px rgba(151, 151, 151, 0.1);
    font-family: 'IstokRegular';
    background: #fff;
    position: relative;
    margin-bottom: 32px;
}

.c-anons-card__img {
    margin-bottom: 12px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.c-anons-card__img:before {
    content: "";
    display: block;
    padding-top: 56.2%;
}

.c-anons-card__title {
    line-height: 130%;
    color: #333;
}

.c-anons-card__title:hover {
    color: #377CE3;
}

.c-anons-card__text {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

.c-anons-card__bottom {
    margin-top: 18px;
}

.c-anons-card__action {
    margin-top: 16px;
}

.c-anons-card__action .c-btn {
    width: 100%;
}

@media (max-width: 991px) {
    .c-aside .c-anons-card {
        display: none;
    }
}
/*c-anons-card ends*/




/*c-form-small*/
.c-form-small__head {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 18px;
    line-height: 139%;
    color: #333;
}

.c-form-small__item {
    height: 49px;
    padding-right: 60px;
    padding-left: 55px;
    border: 1px solid #000;
    position: relative;
}

.c-form-small__item:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/local/templates/domamo_v001/assets/diary/images/arr-form-mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.c-form-small__item input,
.c-form-small__submit {
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
}

.c-form-small__item input {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.c-form-small__submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    padding: 0;
    border-left: 1px solid #000;
    background-image: url(/local/templates/domamo_v001/assets/diary/images/arr-form.svg);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
}

.c-form-small__item input::-webkit-input-placeholder {color:#8B8B8B;}
.c-form-small__item input::-moz-placeholder          {color:#8B8B8B;}/* Firefox 19+ */
.c-form-small__item input:-moz-placeholder           {color:#8B8B8B;}/* Firefox 18- */
.c-form-small__item input:-ms-input-placeholder      {color:#8B8B8B;}

.c-form-small__item--success span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 120%;
}

.c-form-small__item--success:before {
    content: "";

}

@media (max-width: 991px) {
    .c-aside .c-form-small {
        display: none;
    }
}
/*c-form-small ends*/




/*c-aside-menu*/
.c-aside-menu {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 15px 30px rgba(151, 151, 151, 0.1);
    margin-bottom: 32px;
}

.c-aside-menu__wr {
    padding-bottom: 15px;
}

.c-aside-menu .lvl1 {
    margin-top: 15px;
}

.c-aside-menu .lvl1-link {
    border-radius: 8px;
    color: #000;
}

.c-aside-menu .lvl1-link a {
    display: block;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 130%;
    color: #000;
    transition: color .25s ease-in-out;
}

.c-aside-menu ul.lvl2 {
    padding-top: 8px;
    display: none;
}

.c-aside-menu ul.lvl2,
.c-aside-menu li.lvl2 {
    padding-left: 0;
    margin: 0;
}

.c-aside-menu .lvl2 {
    font-size: 14px;
    line-height: 130%;
    color: #333333;
}

.c-aside-menu .lvl2 a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    color: #333333;
    transition: color .25s ease-in-out;
}

.c-aside-menu .opened .lvl1-link {
    background: #F5F5F5;
    color: #377CE3;
}

.c-aside-menu .lvl1-link:hover a {
    color: #377CE3;
}

.c-aside-menu .lvl2 a:hover {
    color: #377CE3;
}

.c-aside-menu .lvl1-link a.root-selected {
    color: #377CE3;
}

.c-aside-menu .lvl2 a.root-selected {
    color: #377CE3;
}

@media (max-width: 1199px) {
    .c-aside-menu .lvl1-link a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .c-aside-menu {
        display: none;
    }
}
/*c-aside-menu ends*/



/*c-filter*/
.c-filter {
    margin-bottom: 26px;
    color: #333333;
}

.c-filter__wr.lvl1 {
    display: flex;
    flex-wrap: wrap;
}

.c-filter__item {
    cursor: pointer;
}

.c-filter__item.active {
    color: #377CE3;
}

.c-filter__item.lvl1 {
    /*width: 33.33%;*/
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 6px;
    margin-right: 16px;
    margin-bottom: 6px;
    padding: 4px 8px 3px;
    background: #D6E0EF;
    border-radius: 2px;
    position: relative;
    transition: .2s ease-in-out;
}

.c-filter__item.lvl1:hover {
    color: #377CE3;
}

.c-filter__item.lvl1.active {
    padding-right: 25px;
    color: #377CE3;
}

.c-filter__item.lvl1.active:before {
    content: "";
    position: absolute;
    right: 8px;
    width: 10px;
    height: 10px;
    top: 8px;
    background-image: url(/local/templates/domamo_v001/assets/diary/images/c-filter-close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.c-filter__wr.inner {
    padding:18px 24px 24px 24px;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(151, 151, 151, 0.1);
    border-radius: 8px;
    display: none;
}

.c-filter__in.lvl2 {
    display: flex;
    flex-wrap: wrap;
}

.c-filter__item.lvl2 {
    width: 33.33%;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 6px;
}

.c-filter__in.lvl3 {
    display: flex;
    flex-wrap: wrap;

}

.c-filter__item.lvl3 {
    width: 33.33%;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 6px;
    font-size: 14px;
    line-height: 130%;

}

.c-filter__text {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 130%;
    color: #8B8B8B;
}
/*c-filter ends*/


/*c-journal row start*/
.c-diary-row {
    border-radius: 8px;
    padding: 16px 18px 15px 18px;
    /*box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);*/
    box-shadow: 0px 15px 30px rgba(151, 151, 151, 0.1);
    font-family: 'IstokRegular';
    background: #fff;
    position: relative;
}

.c-diary-row__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.c-diary-row__top-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.c-diary-row__top-ava {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.c-diary-row__top-name {
    width: calc(100% - 26px);
    padding-left: 10px;
    color: #000;
    font-size: 14px;
}

.c-diary-row__top-name span {
    position: relative;
    display: inline-block;
    padding-right: 30px;
}

.c-diary-row__top-name span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    /*background: #1ba3ee;*/
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.c-diary-row__top-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    color: #8B8B8B;
}

.c-diary-row__top-time {
    padding-left: 18px;
    position: relative;
}

.c-diary-row__top-time:before {
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #C4C4C4;
}

.c-diary-row__top-place {
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    color: #377CE3;
    /*cursor: pointer;*/
}

.c-diary-row__top-place:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-place.svg);
    background-repeat: no-repeat;
    background-size: contain;
}


.c-diary-row__in {
    display: flex;
    flex-direction: row;
    padding: 8px 0 0 0;

}

.c-diary-row__img {
    align-self: flex-start;
    width: 58%;
    /*width: 100%;*/
    /*min-height: 260px;*/
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 8px;
    /*align-self: flex-start;*/
}

.c-diary-row__img:before {
    content: "";
    display: block;
    padding-top: 56.2%;
}

.c-diary-row__cont {
    width: 62%;
    display: flex;
    flex-direction: column;
    padding-left: 22px;
}

.c-diary-row__title {
    /*font-weight: bold;*/
    /*font-size: 24px;*/
    line-height: 130%;
    color: #333;
    transition: .2s ease;
}

.c-diary-row__title:hover {
    color: #377CE3;
}

.c-diary-row__text {
    margin-top: 8px;
    color: #5E646B;
}

.c-diary-row__bottom {
    margin-top: 20px;
}

.c-diary-row--big .c-diary-row__in {
    flex-direction: column;
}

.c-diary-row--big .c-diary-row__cont {
    width: 100%;
    padding-left: 0;
}

.c-diary-row--big .c-diary-row__img {
    width: calc(100% + 36px);
    order: 2;
    margin-top: 24px;
    margin-left: -18px;
}

@media (max-width: 767px) {
    .c-diary-row {
        padding-left: 12px;
        padding-right: 12px;
    }
    .c-diary-row__in {
        flex-direction: column;
    }

    .c-diary-row__cont,
    .c-diary-row__img {
        width: 100%;
    }

    .c-diary-row__cont {
        padding-left: 0;
    }

    .c-diary-row__img {
        order: 2;
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .c-diary-row__text {
        font-size: 14px;
    }

    .c-diary-row__top-right {
        margin-top: 8px;
        width: 100%;
        justify-content: flex-start;
        flex: auto;
    }

}
/*c-diary-row end*/




@media (max-width: 567px) {
    .c-projects-similar .projects .wrap_item2.cols-1 .item_block { width: 100%; }
    .c-projects-similar .projects .wrap_item2.cols-1 .item_block{ clear: left; }
}
@media (min-width: 568px) and (max-width: 842px) {
    .c-projects-similar .projects .wrap_item2.cols-2 .item_block { width: 50%; }
    .c-projects-similar .projects .wrap_item2.cols-2 .item_block:nth-child(2n+1) { clear: left; }
}
@media (min-width: 843px) and (max-width: 1413px) {
    .c-projects-similar .projects .wrap_item2.cols-3 .item_block { width: 33.33333333%; }
    .c-projects-similar .projects .wrap_item2.cols-3 .item_block:nth-child(3n+1) { clear: left; }
}
@media (min-width: 1414px) and (max-width: 1688px) {
    .c-projects-similar .projects .wrap_item2.cols-5 .item_block { width: 33.33333333%; }
    .c-projects-similar .projects .wrap_item2.cols-4 .item_block:nth-child(4n+1) { clear: left; }
}
@media (min-width: 1689px) {
    .c-projects-similar .projects .wrap_item2.cols-5 .item_block { width: 33.33333333%; }
    .c-projects-similar .projects .wrap_item2.cols-5 .item_block:nth-child(4n+5) { clear: left; }
}







/*.c-post-detail*/
.c-post-detail__img {
    margin-bottom: 24px;
    border-radius: 4px;
}

.c-post-detail__img img {
    width: 100%;
}

.c-post-detail__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.c-post-detail__label {
    max-width: 210px;
    display: inline-block;
    padding: 15px 10px;
    background: #D6E0EF;
    border-radius: 4px;
    font-size: 14px;
    line-height: 130%;
    color: #377CE3;
}

.c-post-detail__nav {
    display: flex;
    flex-wrap: wrap;
}

a.c-post-detail__nav-item {
    font-size: 16px;
    color: #BDBDBD;
    position: relative;
    transition: .2s ease-in-out;
}

a.c-post-detail__nav-item--prev {
    padding-left: 20px;
    padding-right: 12px;
}

a.c-post-detail__nav-item--next {
    padding-right: 20px;
    padding-left: 12px;
    color: #377CE3;
}

.c-post-detail__nav-item--next:before,
.c-post-detail__nav-item--prev:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .2s ease-in-out;
}

.c-post-detail__nav-item--prev:before {
    left: 0;
    transform: translateY(-50%);
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-post-arr-gray.svg);
}

.c-post-detail__nav-item--next:before {
    right: 0;
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-post-arr.svg);
}

a.c-post-detail__nav-item--prev:hover {
    color: #BDBDBD;
    text-decoration: underline;
}

a.c-post-detail__nav-item--next:hover {
    color: #377CE3;
    text-decoration: underline;
}

.c-post-detail__action-top {
    margin-bottom: 40px;
}

.c-post-detail__main {
    margin-top: 24px;
}

.c-post-detail__main-title {
    margin-bottom: 12px;
}

.c-post-detail__main-info {
    font-size: 14px;
    line-height: 130%;
    color: #5E646B;
}

@media (max-width: 1199px) {
    .c-post-detail__block {
        padding-right: 64px;
        position: relative;
    }

    .c-post-detail__nav {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    a.c-post-detail__nav-item {
        font-size: 0;
        width: 20px;
        height: 20px;
    }

    .c-post-detail__nav-item--next:before, .c-post-detail__nav-item--prev:before {
        width: 100%;
        height: 100%;
        top: 0;
        transform: translateY(0%);
    }
}

@media (max-width: 767px) {
    .c-post-detail__action-top {
        margin-bottom: 24px;
    }
}

/*.c-post-detail end*/




/*c-post-action*/
.c-post-action {
    display: flex;
    flex-wrap: wrap;
}

.c-post-action__item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-right: 16px;
    cursor: pointer;
}

.c-post-action__item:last-child {
    margin-right: 0;
}

.c-post-action__item-ico {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    width: 17px;
    height: 17px;
    /*position: relative;*/
    margin-right: 1px;
}

.c-post-action__item-num {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding-left: 22px;
    color: #000;
}

.c-post-action__item-ico:before,
.c-post-action__item-ico:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .2s ease;
}

.c-post-action__item-ico:before {
    opacity: 1;
}

.c-post-action__item-ico:after {
    opacity: 0;
}

.c-post-action__item--eye .c-post-action__item-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-eye.svg);
}

.c-post-action__item--comment .c-post-action__item-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-comment.svg);
}

.c-post-action__item--like .c-post-action__item-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-like.svg);
}

.c-post-action__item--subscribe .c-post-action__item-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-subscribe.svg);
}

.c-post-action__item--eye .c-post-action__item-ico:after {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-eye-blue.svg);
}

.c-post-action__item--comment .c-post-action__item-ico:after {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-comment-blue.svg);
}

.c-post-action__item--like .c-post-action__item-ico:after {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-like-blue.svg);
}

.c-post-action__item--subscribe .c-post-action__item-ico:after {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-subscribe-blue.svg);
}

.c-post-action__item:hover .c-post-action__item-ico:before {
    opacity: 0;
}

.c-post-action__item:hover .c-post-action__item-ico:after {
    opacity: 1;
}

/*c-post-action*/





/*.c-anons-small*/
.c-anons-small {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 8px;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(151, 151, 151, 0.1);
    border-radius: 4px;
}

.c-anons-small__item-img {
    width: 112px;
    min-height: 69px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 4px;
}

.c-anons-small__item-img:before {
    content: "";
    display: block;
    padding-bottom: 56.2%;
}

.c-anons-small__item-info {
    width: calc(100% - 112px);
    padding-left: 8px;
}

.c-anons-small__item-name {
    font-size: 14px;
    line-height: 130%;
    color: #377CE3;
    margin-bottom: 4px;
}

.c-anons-small__item-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    color: #333;
}
/*.c-anons-small ends*/


/* End */


/* Start:/local/components/bq/bq.personal.section/templates/.default/css/diary.css?17561434513720*/
.__catalog {
    /*overflow: hidden;*/
    /*background: #fff;*/
}

.b_diary {
    padding: 24px 20px 30px;
    margin: 0 auto;
    position: relative;
    max-width: 1540px;
    width: auto;
}

@media (max-width: 767px) {
    .b_diary {
        padding: 24px 20px;
    }
}

.b_diary h1 {
    color: #000;
    font-size: 32px;
    font-family:  'bold', arial;
    margin: 3px 0 0 0;
    padding: 0
}

@media (max-width: 1100px) {
    .b_diary h1 {
        font-size: 24px;
        line-height: 24px;
        margin: 10px 0;
    }
}


/*.b_diary .c-container,
.b_diary .c-container {
    margin-top: 32px;
}*/


.page-diary {
    background: #fff;
}

.page-diary .b_diary {
    max-width: 1330px;
}



/*.c-panel__point*/
.c-panel__point-item {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;

}

.c-panel__point-item:last-child {
    margin-bottom: 0;
}

.c-panel__point-item-top {
    color: #5E646B;
    margin-bottom: 6px;
}

.c-panel__point-item-bottom {
    color: #000000;
}

.c-panel__point-item-top a,
.c-panel__point-item-bottom a {
    color: #377CE3;
}

.c-panel__point-item-top a:hover,
.c-panel__point-item-bottom a:hover {
    text-decoration: underline;
    color: #377CE3;
}
/*.c-panel__point end*/



/*.c-post-other*/
.c-post-other {
    margin-top: 32px;
}

.c-post-other__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 130%;
    color: #1B1E25;
}

.c-post-other__item {
    margin-bottom: 10px;
}

.c-post-other__item:last-child {
    margin-bottom: 0;
}


@media (max-width: 991px) {
    .c-post-other {
        display: none;
    }
}
/*.c-post-other end*/








.c-proj-tab-outer {
    background: #fff;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.c-proj-tab-outer:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 200%;
    background: #fff;
}

.c-proj-tab-outer:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 200%;
    background: #fff;
}

.c-proj-tab {
    display: flex;
    flex-wrap: wrap;
}

a.c-proj-tab__item {
    margin: 4px 16px 4px 0;
    padding: 9px 12px;
    font-size: 14px;
    background: #F2F2F2;
    border-radius: 4px;
    transition: .2s ease-in-out;
}

.c-proj-tab__item:hover,
a.c-proj-tab__item--active {
    color: #377CE3;
    background: #D6E0EF;
}

.c-proj-tab-content {
    margin-top: 32px;
    display: none;
    position: relative;
    z-index: 1;
}

.c-proj-tab-content--active {
    display: block;
}

@media (max-width: 1199px) {
    .c-proj-tab {
        margin-top: 25px;
    }
}

@media (max-width: 991px) {
    .b_project .b_all_tab > div.c-proj {
        overflow: visible !important;
    }
}

@media (max-width: 767px) {
    .c-proj-tab {
        flex-wrap: nowrap;
        width: auto;
        overflow: scroll;
    }

    a.c-proj-tab__item {
        margin-bottom: 10px;
        white-space: nowrap;
    }

    .c-proj-tab-content {
        margin-top: 26px;
    }
}


/*.c-diary-public*/
.c-diary-public__img {
    margin-bottom: 32px;
    border-radius: 4px;
}

.c-diary-public__img img {
    width: 100%;
}

.c-diary-public__info {
    margin-bottom: 32px;
}

.c-diary-public__description {
    margin-top: 12px;
    /*font-weight: 500;*/
    font-size: 20px;
    line-height: 130%;
    color: #000000;
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}
/*.c-diary-public*/

/* End */


/* Start:/local/components/bq/bq.personal.section/templates/.default/css/journal.css?173340451412665*/
.page-journal {
    background: #fff;
}

.page-journal .b_diary {
    max-width: 1330px;
}

.page-journal .page-title {
    margin-top: 32px;
}

.page-journal .c-section__head {
    margin-bottom: 32px;
}

.j-filter {
    margin-bottom: 24px;
}

.j-filter__inner {
    display: flex;
    flex-wrap: wrap;
}

.j-filter__item {
    padding: 5px 14px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    transition: .2s ease;
}

.j-filter__item--active {
    background: #E2E6ED;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    color: #377CE3;
}

.j-filter__item:hover {
    color: #377CE3;
}



/*.c-card-tag*/
.c-card-tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 3px;
    margin-bottom: 7px;
}

.c-card-tag__item {
    padding: 8px 10px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    background: #D6E0EF;
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;
    cursor: pointer;
}

.c-card-tag__item:last-child {
    margin-right: 0;
}

.c-card-tag__item--more {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
    padding-bottom: 1px;
    background: transparent;
    color: #377CE3;
    text-decoration: underline;
}

.c-card-tag__item:hover {
    color: #000000;
}

.c-card-tag__item--more:hover {
    color: #377CE3;
    text-decoration: none;
}
/*.c-card-tag end*/




/*c-journal row start*/
.c-journal-row {
    border-radius: 8px;
    padding: 16px 18px 15px 18px;
    /*box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);*/
    box-shadow: 0px 15px 30px rgba(151, 151, 151, 0.1);
    font-family: 'IstokRegular';
    background: #fff;
}

.c-journal-row__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.c-journal-row__top-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.c-journal-row__top-ava {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.c-journal-row__top-name {
    width: calc(100% - 26px);
    padding-left: 10px;
    color: #000;
    font-size: 14px;
}

.c-journal-row__top-name span {
    position: relative;
    display: inline-block;
    padding-right: 30px;
}

.c-journal-row__top-name span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    /*background: #1ba3ee;*/
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.c-journal-row__top-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    color: #8B8B8B;
}

.c-journal-row__top-time {
    padding-left: 18px;
    position: relative;
}

.c-journal-row__top-time:before {
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #C4C4C4;
}

.c-journal-row__top-place {
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    color: #377CE3;
    cursor: pointer;
}

.c-journal-row__top-place:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-place.svg);
    background-repeat: no-repeat;
    background-size: contain;
}


.c-journal-row__in {
    display: flex;
    flex-direction: row;
    padding: 8px 0 0 0;

}

.c-journal-row__img {
    align-self: flex-start;
    width: 58%;
    /*width: 100%;*/
    /*min-height: 260px;*/
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 8px;
    /*align-self: flex-start;*/
}

.c-journal-row__img:before {
    content: "";
    display: block;
    padding-top: 56.2%;
}

.c-journal-row__cont {
    width: 62%;
    display: flex;
    flex-direction: column;
    padding-left: 22px;
}

.c-journal-row__title {
    /*font-weight: bold;*/
    /*font-size: 24px;*/
    line-height: 130%;
    color: #333;
    transition: .2s ease;
}

.c-journal-row__title:hover {
    color: #377CE3;
}

.c-journal-row__text {
    margin-top: 7px;
    color: #5E646B;
}

.c-journal-row__bottom {
    margin-top: 20px;
}

/*.c-journal-row--no-photo .c-journal-row__cont {
    width: 100%;
    padding-left: 0;
}*/

@media (max-width: 767px) {
    .c-journal-row {
        padding-left: 12px;
        padding-right: 12px;
    }
    .c-journal-row__in {
        flex-direction: column;
    }

    .c-journal-row__cont,
    .c-journal-row__img {
        width: 100%;
    }

    .c-journal-row__cont {
        padding-left: 0;
    }

    .c-journal-row__img {
        order: 2;
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .c-journal-row__text {
        font-size: 14px;
    }

    .c-journal-row__top-right {
        margin-top: 8px;
        width: 100%;
        justify-content: flex-start;
        flex: auto;
    }

}
/*c-journal-row end*/


/*c journal card*/
.c-journal-card {
    height: 100%;
    border-radius: 8px;
    padding: 14px 14px 56px 14px;
    /*box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);*/
    box-shadow: 0px 15px 30px rgba(151, 151, 151, 0.1);
    font-family: 'IstokRegular';
    background: #fff;
    position: relative;
}

.c-journal-card__img {
    margin-bottom: 24px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.c-journal-card__img:before {
    content: "";
    display: block;
    padding-top: 56.2%;
}

.c-journal-card__top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.c-journal-card__top-ava {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.c-journal-card__top-wr {
    width: calc(100% - 40px);
    padding-left: 16px;
}

.c-journal-card__top-name {
    font-size: 14px;
    color: #000000;
}

.c-journal-card__top-name:hover {
    color: #000000;
}

.c-journal-card__top-info {
    flex: 1;
    display: flex;
    font-size: 14px;
    color: #8B8B8B;
}

.c-journal-card__top-time {
    padding-left: 18px;
    position: relative;
}

.c-journal-card__top-time:before {
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #C4C4C4;
}


.c-journal-card__title {
    margin-top: 12px;
    display: block;
    line-height: 130%;
    color: #333;
    transition: .2s ease;
}

.c-journal-card__title:hover {
    color: #377CE3;
}

.c-journal-card .c-journal-card__bottom {
    position: absolute;
    bottom: 20px;
}

@media (max-width: 767px) {
    .c-journal-card__top-name,
    .c-journal-card__top-info {
        font-size: 13px;
    }

    .c-card-tag__item {
        font-size: 9px;
    }
}



/*j-rubric-inner*/
.j-rubric-inner {
    margin-bottom: 18px;
}

.j-rubric-inner__wr {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.j-rubric-inner__item {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 6px;
}

.j-rubric-inner__item a {
    font-size: 14px;
    line-height: 130%;
    color: #333333;
    transition: .25s ease-in-out;
}

.j-rubric-inner__item a:hover {
    color: #377CE3;
}

.j-rubric-inner__item.active a {
    color: #377CE3;
}

@media (max-width: 991px) {
    .j-rubric-inner {
        display: none;
    }
}
/*j-rubric-inner ends*/



/*j-rubric-adap*/
.j-rubric-adap {
    margin-bottom: 24px;
    display: none;
}

.j-rubric-adap__wr {
    display: flex;
    flex-wrap: wrap;
}

.j-rubric-adap__item {
    margin-right: 8px;
    margin-bottom: 8px;
    white-space: nowrap;
}

.j-rubric-adap__item:last-child {
    margin-right: 0;
}

.j-rubric-adap__item.lvl1 {
    display: block;
    padding: 4px 12px;
    background: #D6E0EF;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    border-radius: 2px;
    transition: .25s ease-in-out;
}

.j-rubric-adap__item.lvl1:hover {
    background: #BCCDE7;
    color: #377CE3;
}

.bx-touch .j-rubric-adap__wr.lvl1 {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.bx-touch .j-rubric-adap.lvl1 {
    margin-left: -20px;
    margin-right: -20px;
}

.j-rubric-adap__item.inner {
    margin-right: 16px;
    color: #333;
}

.j-rubric-adap__item--more.inner {
    font-size: 10px;
    line-height: 2.3;
    text-transform: uppercase;
    color: #377CE3;
    text-decoration: underline;
}

.j-rubric-adap__item.inner:hover {
    color: #377CE3;
}

.j-rubric-adap__item.inner:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .j-rubric-adap {
        display: block;
    }
}
/*j-rubric-adap ends*/


/*aside j-rubric-popular start*/
.j-rubric-popular {
    padding: 18px 16px;
    margin-bottom: 32px;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(151, 151, 151, 0.1);
}

.j-rubric-popular__head {
    margin-bottom: 10px;
}

.j-rubric-popular__head a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.j-rubric-popular__head a:hover {
    color: #000;
}

.j-rubric-popular__head span {
    color: #5E646B;
    font-weight: 400;
}

.j-rubric-popular__item {
    line-height: 1.2;
}

.j-rubric-popular__item a {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #333;
    transition: .35s ease;
}

.j-rubric-popular__item a:hover {
    color: #377CE3;
}

.j-rubric-popular__item--active a {
    color: #377CE3;
}

.j-rubric-popular__more {
    margin-top: 10px;
    font-size: 16px;
    line-height: 130%;
    color: #377CE3;
    cursor: pointer;
}

.j-rubric-popular__more:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .j-rubric-popular {
        display: none;
    }
}
/*aside j-rubric-popular ends*/



/*j-banner*/
.j-banner {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.j-banner__inner {
    display: flex;
    flex-wrap: wrap;
}

.j-banner__left {
    width: 38%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 70px;
    z-index: 1;
}

.j-banner__right {
    width: 62%;
    position: relative;
}

.j-banner__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.j-banner__title {
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.j-banner__title span {
   font-weight: 400;
}

.j-banner .j-banner__btn {
    display: inline-block;
    padding: 8px 30px;
    margin-top: 40px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
}

.j-banner__logo {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 125px;
    height: 38px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .j-banner {
        margin-left: -20px;
        margin-right: -20px;
    }
    .j-banner__inner {
        position: relative;
    }

    .j-banner__left {
        width: 60%;
        padding-left: 20px;
    }

    .j-banner__right {
        position: absolute;
        right: 0;
        top: 0;
        width: 340px;
        height: 172px;
    }

    .j-banner__title {
        line-height: 180%;
    }
}
/*j-banner ends*/
/* End */


/* Start:/local/components/bq/bq.personal.section/templates/.default/css/comments.css?17334045149774*/
.comments
{
    font-family: 'IstokRegular';
}

.comments--block {
    margin-bottom: 60px;
}

.comments img
{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 500px;

}

.comments-count
{
    color: #A5A5A5;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding-left: 14px;
    font-weight: normal;
    margin-left: 3px;
    top: 1px;


}

.comments-count:before
{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #A5A5A5;
    top: calc(50% - 2px);
    left: 0;
}

.dzen-detail-main__title span
{
    display: inline-block;
    vertical-align: middle;
}

.comments__add
{
    padding: 20px;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    transition: .3s;
    cursor: pointer;
    min-height: 68px;
    position: relative;
    margin-bottom: 30px;
}

.comments__add br
{
    display: none;
}

.comments-add__btn
{
    color: #86889D;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    padding-left: 60px;
    width: 100%;
    height: 100%;
    line-height: 26px;
}

.comments-add__btn:before
{
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    top: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/local/templates/domamo_v001/assets/diary/images/svg/comment-ico.svg);
}

.comments__add--edit
{
    cursor: default;
}

.comments__add--edit .comments-add__btn
{
    display: none;
}

.comments__add:hover
{
    box-shadow: 0px 4px 20px rgba(231, 234, 241, 0.7);
}

.comments-add__block,
.comments-edit__block
{
    position: relative;
}

.comments-edit__block
{
    padding: 10px;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
}

.comments-add__controls,
.comments-edit__controls
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.comments-add__controls button,
.comments-edit__controls button
{
    margin-left: 0;
    margin-right: 10px;
}

.comments-add__reset,
.comments-edit__reset
{
    background-color: transparent;
    border: none;
}

.comments-add__reset:hover,
.comments-edit__reset:hover
{
    text-decoration: underline;
}

.comments-add__text,
.comments-edit__text
{
    min-height: 100px;
    cursor: text;
    padding-bottom: 30px;
}

.comments-add__block textarea,
.comments-edit__block textarea
{
    display: none;
}



.comments__item
{
    padding-top: 12px;
}

.comments__item .blog-comment-hidden {
    background-color: #DEDEDE;
}

.comments__head
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 6px;
}

.comments__head--hidden
{
    -ms-align-items: center;
    align-items: center;
    font-style: italic;
    color: #a5a5a5;
}

.comments-head__ava
{
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 42px;
    height: 42px;
    /*margin-top: 4px; */
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    box-shadow: 0px 0px 20px rgba(167, 167, 167, 0.29);

}
.comments-head__info
{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding-left: 20px;
}

.comments-head__name,
.comments-head__name a
{
    color: #000;
    font-size: 18px;
    /*font-weight: 600;*/
}

.comments-head__name a:hover {
    color: #000;
}

.comments-head__date
{
    padding-left: 6px;
    color: #A5A5A5;
    font-size: 14px;
    line-height: 1;
}

.comments-wr {
    padding-right: 65px;
    padding-left: 20px;
    margin-top: 20px;
}

.comments-wr .comments-wr
{
    padding-right: 0;
    margin-top: 0;
}

.comments__text
{
    font-size: 16px;
    line-height: 150%;
    color: #86889D;
    transition: .3s;
    padding: 5px;
    width: calc(100% + 10px);
    margin: 0 -5px;


}

.comments__text--show
{
    /*border: 1px solid #84BB71;*/
    background: rgba(237, 238, 240, 0.5);
    border-radius: 5px;
}

.comments__controls
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 12px;
}

.comments-controls__answer
{
    color: #A5A5A5;
    font-weight: 500;
    font-size: 13px;
    transition: .3s;
    cursor: pointer;
}

.comments-controls__answer:hover
{
    color: #000;
}

.comments-controls__more
{
    position: relative;
    margin-top: 1px;
    margin-left: 10px;
}

.comments-controls-more__ico
{
    width: 58px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/local/templates/domamo_v001/assets/diary/images/svg/dots-black.svg);
    opacity: .5;
    cursor: pointer;
    transition: .3s;
}

.comments-controls-more__ico:hover
{
    opacity: 1;
}

.comments-controls-more__hint
{
    padding: 15px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 20px;
    z-index: 999

}

.comments-controls-more__item
{
    color: #A5A5A5;
    font-weight: 500;
    font-size: 13px;
    transition: .3s;
    cursor: pointer;
    display: block;
}

.comments-controls-more__item:hover
{
    color: #000;
}


.comments-head__name span
{
    display: inline-block;
    margin-top: 5px;
    position: relative;
    padding-left: 23px;
    margin-left: 18px;
    font-size: 13px;
    vertical-align: top;
    font-weight: normal;
}

.comments-head__name span:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/local/templates/domamo_v001/assets/diary/images/svg/answer-ico.svg);
}


.comments__branch {
    padding-top: 15px;
}

.comments__item .comments__branch-list {
    display: none;
}

.comments__item .comments__branch,
.comments__item--branch
{
    padding-left: 40px;
    border-left: 1px solid #DEDEDE;
    /* width: calc(100% - 20px); */
    margin-left: 12px;
    /* margin-bottom: 33px; */
    /* padding-top: 5px; */
}

.comments__branch-expand
{
    color: #A5A5A5;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
}

.comments__branch-expand span {

    position: relative;
    padding-left: 14px;
    font-weight: normal;
    margin-left: 10px;
    font-weight: 600;
}

.comments__branch-expand span:before
{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #A5A5A5;
    top: calc(50% - 2px);
    left: 0;
    transition: .3s;
}

.comments__branch-expand:hover
{
    color: #000;
}

.comments__branch-expand:hover span:before
{
    background-color: #000;
}

.comments__branch-expand--main
{
    color: #000;
    font-weight: 600;
}

.comments__branch-expand--main span:before
{
    background-color: #000;
}

.comments-controls-more__item:not(:last-child)
{
    margin-bottom: 5px;
}

.comments__item .textinfo
{
    border: solid 1px #D5D5D5;
    background: #F6F6F6;
    margin: 10px 0 12px 10px;
    padding: 5px 5px 5px 10px;
}

@media (max-width: 1229px)
{
    .comments-head__ava
    {
        margin-top: 0;
    }

}

@media(max-width: 767px)
{
    .comments__item .comments__branch,
    .comments__item--branch {
        padding-left: 20px;
    }
    .comments__branch-expand--main
    {
        padding-left: 0;
    }
    .comments-add__btn
    {
        font-size: 14px;
        line-height: 19px;
    }

    .comments__add
    {
        min-height: 61px;
    }
    .comments-add__btn:before
    {
        width: 20px;
        height: 20px;
        left: 20px;
        top: 19px;
    }
    .comments-head__ava
    {
        width: 30px;
        margin-top: 5px;
        height: 30px;
    }
    .comments__text,
    .comments__branch-expand
    {
        font-size: 14px;
    }
    .comments-head__name
    {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .comments-head__date
    {
        font-size: 13px;
    }
    .comments {
        margin-bottom: 60px;
    }
    .comments-head__info
    {
        padding-left: 14px;
    }
    .comments-head__name span:before
    {
        width: 15px;
        height: 15px;
    }
    .comments-head__name span
    {
        margin-left: 10px;
    }
}
@media(max-width: 600px) {
    .comments-wr {
        padding-right: 20px;;
    }
    .games-detail__block .comments-add__btn
    {
        padding: 14px;
        padding-left: 40px;
        font-size: 12px

    }
    .games-detail__block  .comments-add__btn:before
    {
        left: 13px;
        top: 14px;
    }
    .games-detail__block .comments__add
    {
        min-height: 50px;
    }

    .games-detail__block .comments-edit__controls .btn {
        padding: 5px 10px;
    }

}

@media(max-width: 400px) {
    .comments-wr {
        padding: 0px;;
    }
}

.pr-diary-comm {
    font-family: 'IstokRegular';
}

.pr-diary-comm__title {
    font-size: 24px;
    line-height: 130%;
    color: #000000;
}

/* End */


/* Start:/local/components/bq/bq.personal.section/templates/.default/css/infrastructure.css?17334045146986*/
.infrastructure__wrap
{
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);

}
.infrastructure__aside
{
    width: 530px;
    height: 621px;
    /*max-height: calc(100vh - 300px);*/
    min-height: 350px;
    background-color: #f2f2f2;
    float: left;
    overflow: hidden;
}
.infrastructure__map
{
    width: calc(100% - 530px);
    height: 621px;
    /*max-height: calc(100vh - 300px);*/
    min-height: 350px;
    position: relative;
    float: right;
}
.infrastructure_ymap
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.infrastructure__top
{
    padding: 12px 11px;
    height: 50px;
    background: #f2f2f2;
}

.infrastructure-top__search {

}

.infrastructure-top__search-block {
    width: 100%;
    position: relative;
    padding-left: 35px;
    border-radius: 4px;
    overflow: hidden;
}

.infrastructure-top__search input {
    width: 100%;
    background: #fff;
    border: none;
    outline: none;
    padding: 0;
    padding: 3px 0px 2px 0px;
    font-size: 14px;
}

.infrastructure-top__search button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 35px;
    border: none;
    outline: none;
    padding: 0;
    background: #fff;
}

.infrastructure-top__search button:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-search-i.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.infrastructure__list
{
    height: calc(100% - 50px);
    background-color: #EFF2F2;
    display: none;
}
.infrastructure__list--active
{
    display: block;
}
.infrastructure__list > .scrollbar-dynamic
{
    height: 100%;
}
.infrastructure__list > .scrollbar-dynamic > .scrollbar-dynamic
{
    height: 100%;
}
.infrastructure__list > .scrollbar-dynamic > .scrollbar-dynamic.scroll-scrolly_visible
{
    left: 6px;
    width: calc(100% - 6px);
}
.infrastructure-list__inner
{
    padding: 11px 16px 11px 8px;
}
.scroll-scrolly_visible .infrastructure-list__inner
{
    padding-left: 13px;
}
.infrastructure__list .scrollbar-dynamic > .scroll-element.scroll-y {
    right: auto;
    left: 6px
}
.infrastructure-list__item
{
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 5px;
}
.infrastructure-list__item:last-child
{
    margin-bottom: 0;
}

.infrastructure-list-item__img
{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
}
.infrastructure-list-item__info
{
    float: right;
    width: calc(100% - 60px);
    padding-left: 10px;
}
.infrastructure-list-item__title
{
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #363D41;
    margin-bottom: 10px;
}
.infrastructure-list-item__subtitle
{
    font-size: 13px;
    line-height: 16px;
    color: #D0D0D0;
}
.infrastructure-list__item--active
{
    background-color: #f2f2f2;
}

.infrastructure__map [class*="ymaps-2"][class*="-ground-pane"] {
    /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); */
    -webkit-filter: grayscale(90%);
}

.claster
{
    background-color: #377CE3;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    border-radius: 50%;
}


.placemarkr-click
{
    width: 280px !important;
    min-width: 280px !important;
    height: 287px;
}
.popover {
    /*max-width: 280px;*/
}
.popover-content
{
    /*width: 280px !important;*/
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    opacity: 0;
    transition: opacity .3s;
    transition-delay: .3s;
}

.popover-title
{
    width: 260px !important;
    font-size: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}
.popover a.close
{
    color: #000;
    position: absolute;
    left: 250px;
    top: 0;
    width: 16px;
    height: 16px;
    z-index: 1;
}

.popover .c-diary-card {
    box-shadow: none;
}

.infrastructure .scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #377CE3;
}

@media (max-width: 1199px) {
    .infrastructure__aside {
        width: 430px;
        height: 500px;
    }

    .infrastructure__map {
        width: calc(100% - 430px);
        height: 500px;
    }
}

@media(max-width: 991px)
{
    .infrastructure
    {
        display: none;
    }
}


.infrastructure-card {
    display: flex;
    flex-direction: row;
}

.infrastructure-card__img {
    width: 50%;
    border-radius: 4px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-self: flex-start;
}

.infrastructure-card__img:before {
    content: "";
    display: block;
    padding-top: 56.2%;
}

.infrastructure-card__cont {
    width: 60%;
    display: flex;
    flex-direction: column;
    padding-left: 22px;
}

.infrastructure-card__title {
    font-size: 14px;
    color: #000;
}

a.infrastructure-card__title:hover {
    color: #000;
}

.infrastructure-card__bottom {
    margin-top: auto;
}

.infrastructure-card__place {
    margin-top: 8px;
    margin-bottom: 8px;
}

.infrastructure-card__place-title {
    padding-left: 18px;
    position: relative;
    font-size: 14px;
    color: #000;
}

.infrastructure-card__place-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-place.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.infrastructure-top__clear-input
{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 35px;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
    background-image: url(/local/templates/domamo_v001/assets/diary/images/c-filter-close.svg);
}

.infrastructure-list__empty
{
    display: none;
}
.infrastructure-list__empty.is-active
{
    display: block;
}

@media (max-width: 1199px) {
    .infrastructure-card .c-card-stat__right {
        display: none;
    }
}



/* End */


/* Start:/local/components/bq/bq.personal.section/templates/.default/css/styles-all.css?1761897597367477*/
/* Start:/local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/style.css?161839682547785*/
.b_project {
    padding: 24px 20px 30px;
    margin: 0 auto;
    position: relative;
    max-width: 1540px;
    width: auto;
}

.b_projects {
    max-width: 1500px;
    width: auto;
    margin: 0 auto;
    position: relative;
    padding: 24px 20px 30px;
}

.b_projects .projects {
    padding: 0;
}

.b_project .b_quest {
    display: inline-block;
    width: 15px;
    padding: 0 0 0 1px;
    height: 16px;
    line-height: 18px;
    border-radius: 12px;
    background-color: #ffd182;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    position: relative;
    top: -2px;
    cursor: pointer;
}

#share_this {
    margin: 0 auto;
}

#share_this * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.b_project h1 {
    font-size: 32px;
    line-height: 36px;
    font-family: bold, arial;
    margin: 9px 0 7px 0;
    font-weight: 100;
    float: left;
    width: 100%;
}

.b_project h1 sup {
    font-size: 50%;
}

.b_project .b_ico_line {
    float: left;
    width: 100%;
    margin: 14px 0 0 0;
    text-align: center;
}

.b_project .b_ico_line .b_right {
    float: right;
    margin: 0 6px 0 0;
}

.b_project .b_ico_line > a {
    float: left;
}

.b_project .ico {
    padding: 0 0 0 20px;
    margin: 3px 6px 4px 0;
    display: block;
    float: left;
    font-size: 14px;
    color: #151516;
    background: url(/local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/../../../../../../../images/project_ico.svg) no-repeat left top;
    height: 16px;
    line-height: 18px;
    cursor: pointer;
}

.b_project .b_right .ico {
    margin-left: 24px;
}

.b_project .ico:hover {
    background-position: 0 -100px;
    color: #6EB356;
}

.b_project .ico.pdf:hover, .b_project .ico.print:hover {
    color: #FF1054;
}

.b_project .ico.print {
    background-position: 0 -22px;
}

.b_project .ico.print:hover {
    background-position: 0 -122px;
}

.b_project .ico.print {
    background-position: 0 -22px;
}

.b_project .ico.mail {
    background-position: 0 -46px;
}

.b_project .ico.mail:hover {
    background-position: 0 -146px;
}

.b_project .ico.heart {
    background-position: 0 -63px;
}

.b_project .ico.heart.active {
    color: #6EB356;
    background-position: 0 -162px;
}

.b_project .ico.complated {
    background-position: 0 -81px;
    margin-right: 10px;
}

.b_project .ico.complated.active {
    background-position: 0 -201px;
    color: #6EB356;
}

.b_project .b_fotorama {
    background-color: #f0efea;
    padding: 0 380px 0 0;
    margin: 10px 0 3px;
    position: relative;
}

.b_project .b_image {
    display: block;
    float: left;
    width: 100%;
}

.b_project .b_image img {
    max-width: 100%;
}

.b_project .ya-advertising {
    float: left;
    width: 100%;
    margin-top: 20px;
}


.b_project .b_desc {
    float: left;
    width: 379px;
    margin: 0 0 0 -380px;
    position: relative;
    right: -380px;
    padding: 30px 43px 20px 36px;
}

.b_project .b_desc .btn_blue {
    width: 100%;
}

.b_project .item_head {
    position: absolute;
    left: 0;
    top: 0;
}

.b_project .item_head > div {
    padding: 4px 12px 2px;
    font-family: bold, arial;
}

.b_project .item_head .number {
    display: block;
    float: left;
    background-color: #00afef;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.b_project .item_head .area {
    display: block;
    float: left;
    background-color: #292e44;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}

.b_project .item_head sup {
    float: right;
}

.b_project .item_head .type {
    display: block;
    float: left;
    background-color: #dbe30e;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1100px) {
    .b_project .b_fotorama {
        padding-right: 328px;
    }

    .b_project .b_desc {
        right: -328px;
        margin-left: -328px;
        padding: 10px 23px 20px 20px;
        width: 328px;
    }
}

@media (max-width: 991px) {
    .b_project .b_fotorama {
        padding: 0px;
    }

    .b_project .b_desc {
        width: 100%;
        position: static;
        right: auto;
        padding: 30px 15px 20px;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .b_project {
        padding: 24px 20px;
    }

    .b_project .b_fotorama {
        margin: 10px -20px;
    }

    .b_project .b_ico_line .b_right {
        width: 100%;
        margin-top: 10px;
    }

    .b_project .b_right .ico {
        margin-left: 7px;
        margin-right: 10px;
        float: left;
    }

    #share_this {
        float: left;
        margin: 10px 0 0 0;
    }
}

.b_company_block__param {
    margin: 10px 0;
    font-size: .9em;
}

.b_project .b_image {
    background-color: #292e44;
}

.b_project .b_all_tab {
    float: left;
    width: 100%;
}

.b_project .b_all_tab > div {
    display: none;
}

.b_project .b_all_tab > div.active {
    display: block;
}

@media (max-width: 991px) {
    .b_project .b_all_tab > div {
        display: block !important;
        overflow: hidden;
    }
}

.b_project .b_page_1 {
    padding: 28px 400px 0 0;
    position: relative;
}

.b_project .b_page_3 {
    padding: 28px 0 0 0;
    position: relative;
}

.b_projet_desc .b_page_desc {
    float: left;
    width: 100%;
}

.b_projet_desc .b_right {
    float: right;
    margin: 0 0px 0 -380px;
    width: 380px;
    position: relative;
    right: -400px;
}

.b_projet_desc .b_right_box {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(164, 175, 184, 0.15);
    padding: 21px 24px 25px 21px;
    margin: 0 0 6px 0;
}

.b_projet_desc .b_title {
    font-size: 24px;
    color: #000;
    line-height: 22px;
    float: left;
    width: 100%;
    margin: 0 0 16px 0px;
    font-weight: 100;
}

.b_projet_desc .b_title span {
    padding-right: 10px;
}

.b_projet_desc .b_title a {
    text-decoration: underline;
}

.b_projet_desc .b_title a.select_region {
    white-space: nowrap;
    margin-right: 20px;
    position: relative;
    font-size: 14px;
}

.b_projet_desc .b_title a.select_region:after {
    content: "";
    border: 5px #00afef solid;
    border-left: 5px transparent solid;
    border-right: 5px transparent solid;
    border-bottom: 5px transparent solid;
    float: left;
    position: absolute;
    top: 8px;
    right: -16px;
    margin-left: -6px;
}

.b_projet_desc .b_title a.select_region:hover:after {
    border-top-color: #ff1054;
}

.b_projet_desc .title_link {
    float: right;
    color: #007ac5;
    font-size: 16px;
    margin: -20px 0 0 0;
    line-height: 14px;
    border-bottom: 1px #007ac5 solid;
}

.b_projet_desc .title_link:hover {
    color: #ff1054;
    border-bottom-color: #ff1054;
}

.b_projet_desc .b_full_desc {
    font-size: 13px;
    color: #222426;
    float: left;
    width: 100%;
    line-height: 18px;
    margin: 0 0 28px 0;
}

.b_projet_desc .b_full_desc p {
    margin: 0 0 10px;
}

.b_company_price .b_title a.select_region {
    white-space: nowrap;
    float: none;
    display: inline-block;
    margin: 0 20px 0 0 !important;
    font-size: 16px;
    font-weight: 100;
}

.b_company_price .b_title a.select_region:after {
    content: "";
    border: 6px #00afef solid;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    border-bottom: 6px transparent solid;
    float: left;
    position: absolute;
    top: 6px;
    right: -20px;
    margin-left: -6px;
}

.b_company_price .b_title a.select_region:hover:after {
    border-top-color: #ff1054;
}

.b_company_page_ajax_view a {
    color: inherit;
}

.b_tech_param .b_title {
    margin: 0 0 6px 6px;
}

.b_tech_param .b_title2 {
    color: #00afef;
    font-size: 18px;
    float: left;
    width: 100%;
    margin: 15px 0 10px 0;
}

.b_tech_param .b_padding {
    padding: 0 0 0 6px;
}

.b_tech_param .param {
    float: left;
    width: 100%;
    background: url(/local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/../../../../../../../images/project_tech_param.svg) repeat-x left 12px;
    margin: 2px 0 12px;
}

.b_tech_param .param .p_name {
    float: left;
    color: #757a80;
    font-size: 14px;
    background-color: #fff;
    padding: 0 5px 0 0;
}

.b_tech_param .param .b_value {
    float: right;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    padding: 0 0 0 0px;
    font-family: bold, arial;
}

.b_tech_param .param .b_value_item {
    float: left;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    padding: 0 0 0 5px;
    font-family: bold, arial;
}

.b_tech_param .param .b_value_item.np {
    padding: 0;
}

.b_tech_param .param .b_value_text {
    float: left;
    padding: 0 0px 0 0;
}

.b_tech_param .param .b_value sup {
    float: right;
    font-family: 'IstokRegular', arial;
}

.b_tech_param .param .q {
    background: #fff url(/local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/../../../../../../../images/filtr_quest.svg) no-repeat 50% 0;
    float: left;
    width: 14px;
    height: 14px;
    padding: 0 5px 0 5px;
    margin: 2px 0 0 -5px;
}

.b_tech_param .param .b_value_item .q {
    margin: -1px 0 0 5px;
}

.b_tech_param .p_more {
    color: #007ac5;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px #007ac5 solid;
    float: left;
    line-height: 16px;
    line-height: 14px;
    margin: 13px 0 0 0;
}

.b_tech_param .p_more:hover {
    color: #ff1054;
    border-bottom-color: #ff1054;
}

.b_project .b_more_link {
    float: left;
    width: 100%;
    margin: 3px 0;
    color: #757a80;
    font-size: 13px;
    line-height: 16px;
}

.b_project .b_more_link b {
    font-family: bold, arial;
    color: #000;
}

.b_project .b_more_link a {
    color: #757a80;
    text-decoration: none;
}

.b_project .b_more_link a:hover {
    color: #ff1054;
    text-decoration: underline;
}


.b_plane_list {
    margin: 5px -10px 18px -10px;
}

.b_plane_list .plane {
    width: 50%;
    display: block;
    float: left;
    margin: 0 0px 20px 0;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.two.b_plane_list .plane {
    width: 50%;
}

.b_plane_list .plane:nth-child(2n+1) {
    clear: left;
}

.b_plane_list .plane a {
    display: block;
    background-color: #fff;
    padding: 12px 0 10px 0;
}

.b_plane_list .plane .in {
    display: block;
    background-color: #fff;
    padding: 12px 0 10px 0;
    position: relative;
}

.b_plane_list .plane img {
    width: 100%;
    display: block;
    padding: 10px 0 0 0;
}

.b_plane_list .plane .b_name {
    color: #313537;
    font-size: 18px;
    float: left;
    line-height: 16px;
    margin: 0 0 0 15px;
    clear: both;
}

.b_plane_list .plane .b_name span {
    border-bottom: 1px #313537 dashed;
}

.b_plane_list .plane a:hover {
    box-shadow: 0 0 20px 0 rgba(164, 175, 184, 0.15);
}

.b_plane_list .plane a:hover .b_name span {
    color: #ff1054;
    border-bottom-color: #ff1054;
}

.b_plane_list .plane_min .b_param {
    float: left;
    width: 102px;
    margin: 2px 0;
    clear: both;
}

.b_plane_list .plane_min .b_param .p_name {
    float: left;
    color: #757a80;
    font-size: 14px;
    background-color: #fff;
    padding: 0 5px 0 0;
}

.b_plane_list .plane_min .b_param .p_val {
    float: right;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    padding: 0 0 0 5px;
}

.b_plane_list .plane_min .b_param .p_val sup {
    float: right;
}

.b_plane_list .plane_min .b_params {
    position: absolute;
    bottom: 0;
    left: 5px;
    background-color: #fff;
}

.b_fasads {
    margin: 0 -10px 18px -10px;
}

.b_fasads .b_fasad {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.b_fasads .b_fasad:nth-child(2n+1) {
    clear: left;
}

.b_fasads .b_fasad img {
    float: left;
    padding: 5px 3%;
    background-color: #fff;
    float: left;
    width: 94%;
}

.b_fasads .b_fasad img:hover {
    box-shadow: 0 0 20px 0 rgba(164, 175, 184, 0.15);
}

.b_project_big_text {
    background-color: #fff;
    box-shadow: 0 0 25px 4px rgba(193, 192, 189, 0.25);
    padding: 30px 30px;
    margin: 20px 0;
    font-size: 14px;
}


@media only screen and (max-width: 1100px) {
    .b_project {
        padding-top: 12px;
    }

    .b_project h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .b_project .ico {
        font-size: 12px;
    }

    .b_project .b_status {
        font-size: 12px;
    }

    .b_project .b_co_code {
        font-size: 14px;
    }

    .b_project .b_co_name {
        font-size: 15px;
    }

    .b_project .b_co_logo {
        margin: 9px 14px 0 0;
    }

    .b_project .b_co_logo img {
        max-height: 50px;
    }

    .b_project .pr_contact {
        margin: 12px 0 5px 0;
    }

    .b_project .pr_contact a {
        font-size: 12px;
        margin: 0 0 3px 0;
    }

    .b_project .cont {
        margin: 2px 0 0 0;
        padding: 14px 0 0 0;
        font-size: 14px;
        line-height: 16px;
    }

    .b_project .b_more {
        font-size: 14px;
    }

    .b_project .b_price .b_left {
        max-width: 210px;
    }

    .b_project .link2tab {
        font-size: 7px;
        max-width: 80px;
    }

    .b_project .b_price_old {
        font-size: 14px;
        margin: 6px 0 0 0;
    }

    .b_project .b_price_new {
        font-size: 24px;
    }

    .b_project .project_smeta {
        bottom: auto;
    }

    .b_project .l_subscribe {
        font-size: 12px;
    }

    .b_project .b_select_price {
        width: 256px;
        background: url(/local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/../images/project_select_city.svg) no-repeat left top;
    }

    .b_projet_desc .title_link {
        font-size: 14px;
        margin: -16px 0 0 0;
    }

    .b_plane_list .plane .b_name {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .b_project .b_page_1 {
        padding: 0;
    }

    .b_projet_desc .b_right {
        width: 100%;
        margin: 0;
        position: static;
        right: auto;
    }
}

@media (max-width: 767px) {
    .b_tech_param .param .p_name {
        font-size: 13px;
    }

    .b_plane_list .plane {
        width: 100%;
    }

    .b_fasads .b_fasad {
        width: 100%;
    }

    .b_projet_desc .b_title {
        margin: 30px 0 16px;
    }

    .b_projet_desc .b_right_box {
        padding: 15px 20px;
        margin: -20px -20px 0;
        width: calc(100% + 40px);
        box-shadow: none;
    }

    .b_tech_param .b_padding {
        padding: 0;
    }

    .b_plane_list .plane .b_name {
        width: 100%;
        display: block;
        float: left;
        box-sizing: border-box;
        padding: 10px 15px;
        background-color: #e5e9eb;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        margin: -12px 0 0 0;
    }
}


.b_project .b_tab {
    background-color: #546d88;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    color: #fff;
    display: table;
    position: sticky;
    top: 0;
    z-index: 20;
}

.b_project .b_tab span,
.b_project .b_tab a {
    color: #fff;
    display: table-cell;
    padding: 11px 15px 9px;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    height: 46px;
}

.b_project .b_tab sup {
    position: absolute;
    padding: 0 0 0 1px;
    color: #e6deb5;
    font-size: 12px;
    padding: 0 0 0 3px;
}

.b_project .b_tab a:hover {
    background-color: #2a2f3d;
}

.b_project .b_tab a.active,
.b_project .b_tab a.active:hover {
    background-color: #00afef;
    position: relative;
}

.b_project .b_tab a.active:after {
    content: "";
    border: 6px #00afef solid;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    border-bottom: 6px transparent solid;
    float: left;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
}

.b_project .b_status {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 3px;
    color: #1e9b0d;
    font-size: 14px;
    padding: 0 0 0 15px;
    background: url(/local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/../../../../../../../images/project_co_status.svg) no-repeat left 2px;
}

.b_project .b_co_name {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0;
}

.b_project .b_co_code {
    font-size: 16px;
    color: #000;
    margin: 10px 0 -10px;
}

.b_project .b_co_code b {
    font-weight: 100;
    font-family: bold, arial;
    color: #d6002d;
    text-transform: uppercase;
}

.b_project .b_co_logo {
    float: left;
    margin: 15px 22px 0 0;
}

.b_project .b_co_logo img {
    max-height: 75px;
}

.b_project .pr_contact {
    float: left;
    margin: 19px 0 0 0;
}

.b_project .pr_contact a {
    font-size: 14px;
    color: #87898d;
    text-decoration: underline;
    display: block;
    margin: 0 0 9px 0;
}

.b_project .pr_contact a:hover {
    color: #ff1054;
}

@media only screen and (max-width: 1200px) {
    .b_project .b_tab a {
        font-size: 16px;
        height: 26px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1100px) {
    .b_project .b_tab a {
        font-size: 15px;
        padding: 11px 15px 9px;
    }
}

.b_select_price,
.b_project .cont {
    float: left;
    width: 100%;
    border-top: 1px #dde2e2 solid;
    margin: 8px 0 0 0;
    padding: 14px 0 0 0;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

.b_project .cont > a {
    color: #007ac5;
    text-decoration: none;
}

.b_project .cont > a:hover {
    text-decoration: underline;
}

.b_project .price_title {
    font-family: bold, arial;
    display: block;
    margin: 17px 0 0 0;
    float: left;
}

.b_project .b_price {
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
    position: relative;
}

.b_project .b_price .b_left {
    float: left;
    max-width: 230px;
}

.b_project .link2tab {
    float: left;
    font-size: 11px;
    max-width: 105px;
    margin: 8px 0 0 20px;
}

.b_project .project_smeta {
    display: block;
    width: 61px;
    height: 50px;
    background: url(/local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/../../../../../../../images/project_smeta.svg) no-repeat left top;
    margin: 0 6px 0 0;
    position: absolute;
    right: 0;
    bottom: 19px;
}

.b_project .b_price_old {
    color: #87898d;
    font-size: 18px;
    text-decoration: line-through;
    line-height: 14px;
    margin: 10px 0 11px 0;
}

.b_project .b_price_new {
    color: #000000;
    font-size: 36px;
    font-family: bold, arial;
}

.b_project .b_dop_link {
    border: 1px #d8e0e7 solid;
    margin: 0 0 0 0;
    padding: 1px 0;
    border-radius: 3px;
}

.b_project .b_dop_link.no_active {
    opacity: 0.5;
    position: relative;
}

.b_project .b_dop_link .p_ico {
    color: #212527;
    font-size: 12px;
    padding: 5px 5px 5px 30px;
    border-right: 1px #d8e0e7 solid;
    float: left;
    line-height: 12px;
    display: block;
    background: transparent;
}

.b_project .b_dop_link .p_ico.last {
    border-right: 0px none;
}

.b_project .b_dop_link a:hover {
    color: #ff1054;
}

.b_project .b_dop_link .p_ico span {
    background: url(/local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/../../../../../../../images/project_ico2.png) no-repeat left top;
    display: block;
    float: left;
    margin: 0 0 0 -25px;
    width: 21px;
    height: 20px;
}

.b_project .b_dop_link .p_ico.ico_mirrow span {
    background-position: 0 0;
}

.b_project .b_dop_link .p_ico.ico_color span {
    background-position: 0 -23px;
}

.b_project .b_dop_link .p_ico.ico_modifier span {
    background-position: 0 -54px;
}

.b_project .b_dop_link a.ico_mirrow:hover span {
    background-position: 0 -100px;
}

.b_project .b_dop_link a.ico_color:hover span {
    background-position: 0 -123px;
}

.b_project .b_dop_link a.ico_modifier:hover span {
    background-position: 0 -154px;
}

.b_project .b_more {
    color: #007ac5;
    border-bottom: 1px #007ac5 dotted;
    font-size: 18px;
    display: block;
    float: left;
    line-height: 14px;
    margin: 16px 0 0;
}

.b_project .b_more:hover {
    border-color: #ff1054;
    color: #ff1054;
}


.project_options {
    padding: 22px 47px;
}

.project_options .title {
    font-size: 24px;
    font-weight: bold;
    color: #242424;
    text-transform: uppercase;
    margin-top: 20px;
}

.project_options table.project_options_table {
    width: 100%;
    margin: 4px 0 56px 0;
    border-collapse: collapse;
}

.project_options table.project_options_table > tr > td,
.project_options table.project_options_table > tbody > tr > td {
    border-left: 0px none;
    border-right: 0px none;
    border-bottom: 2px #fff solid;
}

.project_options .th_price {
    color: #989c9e;
    font-size: 12px;
    width: 200px;
    padding: 0 15px 10px;
}

.project_options .td_price {
    color: #494949;
    font-size: 24px;
    font-weight: bold;
}

.project_options .td_deadline {
    color: #494949;
    font-size: 16px;
    font-weight: bold;
}

.project_options .td_price_free {
    color: #494949;
    font-size: 16px;
    font-weight: bold;
}

.project_options .td_deadline_free {
    color: #5da245;
    font-size: 16px;
    font-weight: bold;
}

.project_options .tr_main > td {
    background-color: #f9f9f9;
    padding: 10px 15px;
}

.project_options .td_name,
.project_options .td_name .b_name {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    line-height: 32px;
}

.project_options .td_name a.b_name {
    border-bottom: 1px #000 dotted;
}

.project_options .td_name a.b_name:hover {
    border-bottom-color: transparent;
}

.project_options .btn_show_desc {
    width: 18px;
    padding-right: 0 !important;
    padding-left: 20px !important;
}

.project_options .toggle_options_bnt {
    width: 18px;
    height: 18px;
    background: url(/local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/./images/btn_plus.svg) no-repeat 0 100%;
    float: left;
    cursor: pointer;
}

.project_options .toggle_options_bnt:hover {
    background-position: -18px -18px;
}

.project_options .active .toggle_options_bnt {
    background-position: 0 0;
}

.project_options .active .toggle_options_bnt:hover {
    background-position: -18px 0;
}

.project_options .btn_not_show_desc {
    width: 18px;
    padding-right: 0 !important;
    padding-left: 20px !important;
}

.project_options .btn_not_show_desc > div {
    width: 18px;
    height: 18px;
    float: left;
}

.project_options .td_info {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #d8f3ff url(/local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/./images/sprite.svg) 0 -69px;
    border-radius: 50%;
    margin: -4px 0 0 10px;
    position: relative;
    top: 5px;
}

.project_options .td_info:hover {
    background-color: #00afef;
    color: #fff;
    background-position: -18px -69px;
}

.project_options .add2basket_small {
    width: 157px;
}

.project_options .add2basket_small a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    width: 147px;
    height: 54px;
    display: block;
    margin: 2px 0 -2px 0;
    line-height: 56px;
    padding-left: 40px;
}

.project_options .add2basket_small a span {
    position: relative;
}

.project_options .add2basket_small a span:before {
    content: "";
    position: absolute;
    left: -40px;
    background: url(/local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/../../../../../../../svg/cart.svg) no-repeat 0 15px;
    height: 54px;;
    width: 30px;
}

.project_options .full_desc {
    display: none;
}

.project_options .full_desc > td {
    padding: 20px 20px 30px;
}

.project_options .full_desc,
.project_options .full_desc p {
    color: #4e5051;
    font-size: 14px;
}

.project_options .full_desc table {
    width: 100%;
    border-collapse: collapse;
    border: 0px none;
    margin: 40px 0 20px;
}

.project_options .full_desc table th {
    padding: 0 19px 15px;
    color: #4e5051;
    font-size: 11px;
    color: #2c2c2c;
    border: 0px none;
    text-align: left;
}

.project_options .full_desc table td {
    padding: 22px 19px;
    color: #4e5051;
    font-size: 14px;
    border: 0px none;
}

.project_options .full_desc table tr:nth-child(2n) td {
    background-color: #f7f3ed;
}

.option_message {
    margin: 20px 0;
    background-color: #5da245;
    color: #ffffff;
    font-size: 12px;
    padding: 13px 20px 12px 44px;
    float: left;
    position: relative;
}

.option_message:after {
    position: absolute;
    top: 12px;
    left: 14px;
    content: "";
    width: 19px;
    height: 19px;
    background: url("/local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/./images/options_ico.svg") no-repeat 0 0;
}

@media (max-width: 991px) {
    .b_project_big_text,
    .project_options {
        padding: 20px 20px;
    }

    .project_options .title {
        font-size: 18px;
    }

    .project_options table.project_options_table > thead {
        display: none;
    }

    .project_options table.project_options_table > tbody > tr > td {
        display: block;
        padding: 0 0 0 0px;
        background: #fff;
    }

    .project_options table.project_options_table > tbody > tr > td:before {
        content: attr(data-label);
        display: block;
        box-sizing: border-box;
        padding: 0 15px 0 0;
        width: 100%;
        margin: 5px 0 0;
        color: #989c9e;
        font-size: 12px;
    }

    .project_options .toggle_options_bnt {
        margin: 2px 10px 0px 0px;
    }

    .project_options .add2basket_small a {
        margin: 10px 0 30px;
        width: 160px;
        font-size: 13px;
    }

    .project_options .td_name,
    .project_options .td_name .b_name {
        line-height: 24px;
    }

    .project_options .td_name a.b_name {
        border-bottom: 0px none;
        text-decoration: underline;
    }

    .project_options .td_info {
        margin-left: 5px;
    }

    .project_options table.project_options_table {
        margin: 10px 0;
    }

}

/*РЎСЂР°РІРЅРµРЅРёРµ*/
.b_projet_desc .b_title .b_btn {
    border: none;
    text-decoration: none;
    display: inline-block;
    height: 36px;
    line-height: 38px;
    width: 226px;
    margin-top: 0;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .b_projet_desc .b_title .b_btn {
        float: none;
        margin: 9px 0 10px 0;
        display: block;
    }
}


/*РЎС‚СЂРѕРёС‚РµР»СЊСЃС‚РІРѕ С†РµРЅС‹ Рё РѕС‚РґРµР»СЊРЅС‹Р№ С‚Р°Р±*/
.b_company_price {
    border: 1px #ffc88d solid;
    padding: 12px 10px 17px 17px;
    margin: 0px 0 17px 0;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.b_company_price .b_title {
    font-size: 18px;
    font-weight: 800;
}

.b_company_price table {
    border-collapse: collapse;
    margin: 17px 0 0;
}

.b_company_price td {
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    line-height: 18px;
    color: #000;
    padding: 0 0 5px 0;
}

.b_company_price td.price {
    white-space: nowrap;
    font-weight: 800;
    padding-right: 15px;
    padding-top: 1px;
}

.b_company_price .more {
    display: block;
    float: left;
    border-bottom: 1px #007ac5 dashed;
    line-height: 15px;
    margin: 12px 0 0 0;
    position: relative;
}

.b_company_price .more:hover {
    border-bottom-color: #ff1054
}

.b_company_price .more span {
    position: absolute;
    left: 100%;
    font-size: 12px;
    color: #a7a599;
    text-decoration: none;
    display: block;
    top: -3px;
    padding: 0 0 0 2px;
}

/*.b_company_price .partner{font-weight: 900; background-color: #ffd182; border-radius: 2px; padding: 0 6px; margin: 2px 0 0 0px; text-transform: uppercase; font-size: 7px; font-family: arial; display: inline-block; line-height: 16px;}*/
.b_company_price .partner {
    display: inline;
    vertical-align: middle;
}

.b_company_page {
    padding: 28px 0 0 0;
    float: left;
    max-width: 1200px;
}

.b_company_page_ajax {
    float: left;
    width: 100%;
}

.b_company_block {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px #e7e7e7 solid;
    padding: 16px 5px 20px;
    margin-top: -1px;
}

.b_company_block.partner {
    border: 1px #ffc88d solid;
}

/*.b_company_block.no-partner{border: 1px #1ca6ec  solid;}*/
.b_company_block {
    margin-top: 20px;
}

/*.b_company_block .partner{font-weight: 900; background-color: #ffd182; border-radius: 2px; padding: 0 5px; margin: 2px 0 0 0px; text-transform: uppercase; font-size: 7px; font-family: arial; display: inline-block; line-height: 14px; position: relative; top: -4px;}*/
.b_company_block .partner {
    display: inline;
    vertical-align: middle;
}

.b_company_block .image {
    width: 174px;
    float: left;
    min-height: 10px;
}

.b_company_block .image img {
    max-width: 100%;
}

.b_company_block .desc {
    float: left;
    width: 26%;
    margin: 0 0 0 30px;
}

.b_company_block .price_box {
    float: left;
    width: calc(65% - 380px);
    margin: 4px 0 0 0px;
    padding-right: 20px;
}

.b_company_block .price_box table {
    width: 100%;
    border-collapse: collapse;
}

.b_company_block .price_box table td {
    padding: 4px 10px 0;
    font-size: 14px;
    vertical-align: top;
    text-align: left;
}

.b_company_block .price_box table td.price {
    font-weight: 900;
    font-size: 18px;
    white-space: nowrap;
    padding-top: 0;
}

.b_company_block .price_box table td.price_type {
    background: url("/local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/./images/company_price_type.png") repeat-x 0px 20px;
    padding: 4px 0;
    width: 58%;
}

.b_company_block .price_box table td.price_type > div {
    padding: 0 10px;
    float: left;
    background: #fbfbfb;
}

.b_company_block .name {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 4px 0 3px 0;
}

.b_company_block .contact {
    font-size: 16px;
    color: #000;
}

.b_company_block .c_title {
    width: 85px;
    display: inline-block;
}

.b_company_block .c_value_phone {
    color: #000;
    margin-left: -11px;
}

.b_company_block .contact_other {
    margin: 13px 0 0 0
}

.b_company_block .contact_other a {
    color: #87898d;
    text-decoration: underline;
    font-size: 13px;
}

.b_company_block .contact_other a:hover {
    text-decoration: none;
}

.b_company_block .company_btn { /*background: url(/local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/./images/company_btn.png) repeat-x 0 0;*/
    background: rgb(45, 182, 239);
    background-image: -moz-linear-gradient(90deg, rgb(45, 182, 239) 0%, rgb(0, 162, 238) 21%, rgb(0, 204, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(45, 182, 239) 0%, rgb(0, 162, 238) 21%, rgb(0, 204, 255) 100%);
    width: 220px;
    height: 31px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    display: block;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.b_company_block .company_btn:hover {
    opacity: 0.9;
}

.b_company_block .btn_box {
    float: right;
    width: 220px;
    margin-right: 10px;
}

@media (max-width: 1200px) {
    .b_company_block .contact {
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    .b_company_block .company_btn {
        font-size: 11px;
        width: 200px;
    }

    .b_company_block .btn_box {
        float: left;
        width: 200px;
    }

    .b_company_block .price_box table td.price {
        font-size: 16px;
    }

    .b_company_block .image {
        width: 150px;
    }

    .b_company_block .desc {
        width: calc(26% + 15px);
    }
}

@media (max-width: 991px) {
    .b_company_block .btn_box,
    .b_company_block .price_box,
    .b_company_block .desc {
        width: calc(100% - 204px);
        margin: 0 0 10px 30px;
        float: right;
    }

    .b_company_block .price_box table td.price_type > div {
        padding-left: 0;
    }

    .b_company_block .price_box table td.price {
        font-size: 18px;
    }

    .b_company_block .contact {
        font-size: 16px;
    }

    .b_company_block .image {
        width: 174px;
    }

    .b_company_block .company_btn {
        font-size: 12px;
        width: 220px;
    }

    .b_company_block .btn_box {
        width: 220px;
    }
}

@media (max-width: 767px) {
    .b_company_block {
        padding: 15px;
    }

    .b_company_block .image {
        width: 100%;
        text-align: center;
    }

    .b_company_block .btn_box,
    .b_company_block .price_box,
    .b_company_block .desc {
        width: 100%;
    }

    .b_company_block .price_box table td.price_type > div {
        font-size: 12px;
        padding: 0 5px 0 0;
        line-height: 24px;
    }

    .b_company_block .price_box table td.price {
        font-size: 15px;
        line-height: 26px;
        padding: 0 0 0 5px;
    }
}

.show-complect {
    border-bottom: 1px #007ac5 dashed;
    line-height: 15px;
    position: relative;
    float: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
}

.show-complect:after {
    content: "";
    border: 6px #00afef solid;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    border-bottom: 6px transparent solid;
    float: left;
    position: absolute;
    top: 6px;
    right: -20px;
    margin-left: -6px;
}

.show-complect.active:after {
    content: "";
    border: 6px #00afef solid;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    border-top: 6px transparent solid;
    top: 0px;
}

.show-complect:hover {
    border-bottom: none;
    color: #0092CF;
}


.b_projet_desc .b_title {
    font-size: 30px;
    line-height: 40px
}

.b_projet_desc .b_title a.select_region {
    font-size: 30px;
}

.b_projet_desc .b_title a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.b_projet_desc .b_title a:hover {
    border-bottom: none;
}

.b_projet_desc .b_title a.select_region:after {
    background-image: url(/local/templates/domamo_v001/images/svg/arrow-down.svg);
    border: none;
    width: 13px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    top: 18px;
    right: -21px;
}

.b_company_block .image,
.b_company_block .desc,
.b_company_block .price_box,
.b_company_block .btn_box {
    float: none;
    width: 25%;
    margin: 0;
    padding: 0;
    padding: 25px;
}

.b_company_block .price_box {
    padding: 25px 40px 25px 25px;
}

.b_company_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.b_company_block .company_btn {
    background: #0092CF;
    border-radius: 2px;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 17px 12px;
    border: none;
    transition: .2s;
    width: 108px;
    float: none;
    height: auto;
    width: 100%;
    margin-bottom: 22px;
    transition: .2s;
}

.b_company_block .company_btn--white {
    background: #fff;
    border: 1px solid #0092CF;
    color: #0092CF;
}

.b_company_block .company_btn--white:hover {
    background: #0092CF;
    color: #fff;
}

.b_company_page {
    max-width: 100%;
}

.b_company_block .price_box {
    position: relative;
}

.b_company_block .price_box:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #FBF5E4;
}

.b_company_block .price_box table {
    position: relative;
    z-index: 1;
}

.b_company_block .price_box table td.price_type > div {
    background-color: #FBF5E4;
}

/*С‚РµР»РµС„РѕРЅ РїРµСЂРµРѕРїСЂРµРґРµР»РµРЅРёРµ*/
.b_company_block .b_more.project-phone,
.b_company_block .b_more.project-phone:hover {
    border: none;
    color: #333;
    padding: 0;
    min-height: 0;
    line-height: 26px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px;
}

.b_company_block .show-phone-block .show-phone {
    color: #A0A5AB;
    top: 0;
    right: 0;
    border-bottom: 1px #A0A5AB dashed;
}

.b_company_block .show-phone-block .show-phone:before {
    top: 0;
    left: auto;
    right: 100%;
    width: 10%;
    background-image: none;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 81%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(81%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 81%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 81%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 81%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.b_company_block .show-phone-block {
    width: 260px;
}

.contact.contact_other a {
    color: #0092CF;
    text-decoration: none;
    font-size: 16px;
    margin-right: 15px;
}

.contact.contact_other a:hover {
    color: #ff1054;

}

.contact.contact_other a:first-child {
    float: left;
}

.contact.contact_other a:last-child {
    float: left;
}

.b_company_block .name {
    font-size: 20px;
}

.b_company_block__like {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    position: relative;
    cursor: pointer;
    margin-left: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.b_company_block__like:before,
.b_company_block__like:after {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .2s;
}

.b_company_block__like:before {
    background-image: url(/local/templates/domamo_v001/images/svg/like.svg);
    opacity: 1;
}

.b_company_block__like:after {
    background-image: url(/local/templates/domamo_v001/images/svg/like-hover.svg);
    opacity: 0;
}

.b_company_block__like:hover:before {
    opacity: 0;
}

.b_company_block__like:hover:after {
    opacity: 1;
}

.b_company_block__like--active,
.dom-contractors-results-item__like--active {
    background-image: url(/local/templates/domamo_v001/images/svg/like-active.svg);
}

.b_company_block__like--active:before,
.b_company_block__like--active:after,
.b_company_block__like--active:hover:before,
.b_company_block__like--active:hover:after,
.dom-contractors-results-item__like--active:hover:before,
.dom-contractors-results-item__like--active:hover:after,
.dom-contractors-results-item__like--active:before,
.dom-contractors-results-item__like--active:after {
    display: none;
}

.contact--mess a {
    float: left;
    margin-right: 14px;
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact--mess a.contact__telegram {
    background-image: url(/local/templates/domamo_v001/images/svg/tele.svg);
}

.contact--mess a.contact__wapp {
    background-image: url(/local/templates/domamo_v001/images/svg/wap.svg);
}

.b_company_block .price_box table td.price_type {
    background-image: none;
}

.b_company_block .price_box table td.price,
.b_company_block .price_box table td {
    font-size: 16px;
    padding: 4px 10px 0;
    font-weight: normal;
}

.b_company_block .partner {
    vertical-align: middle;

}

.show-complect {
    margin-top: 50px;
}

.show-complect:after {
    background-image: url(/local/templates/domamo_v001/images/svg/arrow-down.svg);
    border: none !important;
    width: 13px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    top: 4px !important;
    right: -21px;
    margin: 0px;

}

.show-complect.active:after {
    transform: rotate(180deg);
}

.b_company_block {
    margin-top: 36px;
}

/*.b_company_block .partner
{
	top: -1px;
}*/
.b_company_block__links {
    text-align: center;
    margin-top: 30px;
}

.b_company_block__links a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    color: #A0A5AB;
    padding-left: 23px;
    margin-left: 10px;
    margin-right: 10px;
}

.b_company_block__link:before,
.b_company_block__link:after {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .2s;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
}

.b_company_block__link--pdf:before {
    background-image: url(/local/templates/domamo_v001/images/svg/pdf.svg);
    opacity: 1;
}

.b_company_block__link--print:before {
    background-image: url(/local/templates/domamo_v001/images/svg/print.svg);
    opacity: 1;
}

.b_company_block__link--pdf:after {
    background-image: url(/local/templates/domamo_v001/images/svg/pdf-hover.svg);
    opacity: 0;
}

.b_company_block__link--print:after {
    background-image: url(/local/templates/domamo_v001/images/svg/print-hover.svg);
    opacity: 0;
}

.b_company_block__link:hover:before {
    opacity: 0;
}

.b_company_block__link:hover:after {
    opacity: 1;
}

.b_company_block__link:hover {
    color: #0092CF;
}

.b_company_block .price_box table td.price {
    position: relative;
    text-align: right;
}

.b_company_block .price_box table td.price--ok:after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(/local/templates/domamo_v001/images/svg/ok.svg);
    position: absolute;
    right: -20px;
    top: 6px;
}


/**/
.b_company_block.partner.bx_complect {
    display: none;
}

.b_company_block.partner.bx_complect {
    margin-top: -3px;
    border-top: none;
}

.b_company_block.partner.bx_complect {
    padding-top: 60px;
    position: relative;
}

.b_company_block.partner.bx_complect:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 34px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #EDEDED;
}

.b_company_block.partner.bx_complect:after {
    content: '';
    left: 50%;
    width: 15px;
    background-color: #fff;
    height: 15px;
    top: 27px;
    position: absolute;
    transform: rotate(45deg);
    border-top: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
}

.b_company_block.partner.bx_complect table tr:not(.heading) {
    display: none;
}

.b_company_block.partner.bx_complect table tr.lk-builder-tr-open {
    display: table-row;
}

.b_company_block.partner.bx_complect table tbody tr:nth-child(2):not(.heading) {
    display: table-row;
    cursor: pointer;
}

.table_complect,
.table_complect table {
    width: 100%;
}

.table_complect table {
    min-width: 600px;
}

.table_complect td {
    vertical-align: top;
}

.table_complect td.first {
    padding: 16px 20px;
    min-width: 200px;
}

.table_complect .build-status {
    background-image: url(/local/templates/domamo_v001/images/svg/tic-on.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 18px;
}

.table_complect td.build-status-cell {
    padding: 20px 36px;
    position: relative;
}

.table_complect td.build-status-cell--no {
    padding-left: 0;
}

.mdash {
    width: 46px;
    height: 1px;
    background-color: #333;
    display: inline-block;
}

.table_complect td.first.first-parent {
    background-color: #E9F2F8;
    cursor: pointer;
}

.table_complect td.first.first-parent b {

    font-size: 29px !important;
    line-height: 34px !important;
    font-weight: 600;
    font-size: 29px;
    line-height: 34px;
    border-bottom: 1px dashed;

}

.table_complect td.first.first-parent:hover b {
    border-bottom: 1px dashed transparent;
}

.bx_compare .q, .bx_complect .q {
    background-image: url(/local/templates/domamo_v001/images/svg/filtr_quest--grey.svg) !important;
    margin: 0 !important;
    width: 24px !important;
}

.table_complect .techcost__type {
    font-size: 12px;
    color: #A0A5AB;
    margin-bottom: 5px;
    white-space: nowrap;
}

.table_complect .techcost__cost {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.table_complect .build_comparison {
    color: #A0A5AB;
    position: relative;
    cursor: pointer;
    padding-left: 22px;
    transition: .2s;
}

.table_complect .build_comparison:hover {
    color: #0092CF;
    opacity: .5;
}

.table_complect .build_comparison.active {
    color: #0092CF;
}

.table_complect .build_comparison:before, .table_complect .build_comparison:after {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 3px;
    transition: .2s;
}

.table_complect .build_comparison:before {
    background-image: url(/local/templates/domamo_v001/images/svg/compare.svg);
    opacity: 1;
}

.table_complect .build_comparison:after {
    background-image: url(/local/templates/domamo_v001/images/svg/compare-active.svg);
    opacity: 0;
}

.table_complect .build_comparison.active:before,
.table_complect .build_comparison:hover:before {
    opacity: 0;
}

.table_complect .build_comparison:hover:after {
    opacity: .5;
}

.table_complect .build_comparison.active:before,
.table_complect .build_comparison:hover:before {
    opacity: 0;
}

.table_complect .build_comparison.active:after,
.table_complect .build_comparison.active:hover:after {
    opacity: 1;
}

.table_complect tr td {
    border-bottom: 1px solid #F4F4F4;
}

.table_complect tr td.first-parent,
.table_complect tr td.heading {
    border-bottom: none;
}

.heading-bottom .btn_box {
    float: none;
    padding: 0;
}

.heading-bottom td {
    vertical-align: middle;
    padding: 25px;

}

.heading-bottom td:last-child {
    text-align: right;
}

.heading-bottom .b_company_block__links,
.heading-bottom .btn_box,
.heading-bottom .company_btn,
.heading-bottom .show-complect {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.heading-bottom .b_company_block__links {
    margin-top: 15px;
    margin-bottom: 15px;

}

.heading-bottom .btn_box {
    max-width: none;
    width: auto;
}

.heading-bottom .company_btn {
    width: 255px;
    margin-left: 30px;

}

.heading-bottom .show-complect {
    margin-left: 20px;
}


.b_company_block {
    background-color: #fff;
    padding: 0;
    border: 1px solid #EDEDED !important;
}

.b_company_block--vip {
    border: 2px solid #EFD282 !important;
}

.b_company_block.b_company_block--vip.bx_complect {
    border-top: 2px solid #fff !important;
}

.b_company_block--hidden .price_box:before {
    display: none;
}

/* .b_company_block--hidden .name a
{
	pointer-events: none;
	color: #F0EFEA;
} */
.b_company_block .price_box table td.price_type > div,
.b_company_block .price_box table td {
    padding-left: 0;
}

@media (max-width: 1400px) {
    .b_company_block .image {
        width: 15%;
    }

    .b_company_block .desc,
    .b_company_block .price_box,
    .b_company_block .btn_box {
        width: 28.3%;
    }

    .heading-bottom .btn_box {
        width: auto;
    }

    .b_company_block .price_box table td.price, .b_company_block .price_box table td {
        font-size: 14px;
    }

    .table_complect .techcost__cost {
        font-size: 20px;
    }

    .table_complect td.first.first-parent b {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 991px) {
    .b_projet_desc .b_title,
    .b_projet_desc .b_title a.select_region {
        font-size: 20px;
        line-height: 30px
    }

    .b_projet_desc .b_title a.select_region:after {
        top: 10px;
    }

    .b_company_block .image, .b_company_block .desc, .b_company_block .price_box, .b_company_block .btn_box {
        width: 100%;
    }

    .heading-bottom .btn_box {
        width: auto;
    }

    .b_company_block {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b_company_block .company_btn {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .b_company_block .price_box:before {
        display: none;
    }

    .b_company_block .price_box {
        background-color: #FBF5E4;
        padding-right: 40px;
    }

    .b_company_block--hidden .price_box {
        display: none;
    }

    .b_company_block .price_box table td {
        padding-left: 0;
    }

    .b_company_block .btn_box {
        text-align: center;
    }

    .b_company_block .company_btn {
        margin-bottom: 10px;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }

    .heading-bottom .btn_box {
        padding: 0;
    }

    .b_company_block.partner.bx_complect:before,
    .b_company_block.partner.bx_complect:after {
        display: none;
    }

    .b_company_block.partner.bx_complect {
        padding-top: 20px;
    }

    .show-complect {
        margin-top: 30px;
    }

}

/**/

@media (max-width: 767px) {
    .b_company_block .image,
    .b_company_block .desc,
    .b_company_block .price_box,
    .b_company_block .btn_box,
    .heading-bottom td {
        padding: 15px;
    }

    .b_company_block .price_box {
        padding-right: 30px;
    }

    .heading-bottom .btn_box {
        padding: 0;
    }

    .show-phone-block {
        margin: 0 !important;
    }

    .table_complect {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .heading-bottom .show-complect {
        margin-left: 5px;
    }

    .heading-bottom {
        display: none;
    }

    .table_complect td.first {
        padding: 10px;
    }

    .table_complect td.build-status-cell {
        padding-top: 10px;
    }

    .table_complect .build-status {
        top: 9px;
    }

    .show-complect {
        margin-top: 15px;
    }

    .b_company_block .price_box table td.price_type > div {
        font-size: 14px;
    }

    .b_company_block .company_btn {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .b_company_block.partner.bx_complect table tbody tr:first-child:not(.heading).heading-bottom {
        display: none;
    }

    .table_complect td.first.first-parent b {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .show-complect {
        border-bottom: none;
    }

}

@media (max-width: 600px) {
    .b_company_block .company_btn {
        width: 240px;
    }

}

.b_company_block-btns__btn {
    padding-left: 28px;
    cursor: pointer;
    position: relative;
    margin-top: 13px;
    display: block;
    font-size: 16px;

}

.b_company_block-btns__btn span {
    color: #0092CF;
    border-bottom: 1px dashed;
    display: inline-block;
}

.b_company_block-btns__btn:before {
    content: '';
    width: 17px;
    height: 21px;
    position: absolute;

    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.b_company_block-btns__btn span:hover {
    border-bottom: 1px dashed transparent;
    color: #0092CF;
}

.b_company_block-btns__btn--copy:before {
    background-image: url(/local/templates/domamo_v001/images/copy.svg);
    top: -1px;
}

.b_company_block-btns__btn--collapse:before {
    background-image: url(/local/templates/domamo_v001/images/collapse.svg);
    top: 0px;
}

.b_company_block-btns__btn--expand:before {
    background-image: url(/local/templates/domamo_v001/images/expand.svg);
    top: 0px;
}

.b_company_block-btns__btn--collapse.no_click span {
    border-bottom: 1px dashed transparent;
    color: #979797;
}

.b_company_block-btns__btn--collapse.no_click:before {
    background-image: url(/local/templates/domamo_v001/images/collapse-gray.svg);
}

.b_company_block-btns__btn--expand.no_click span {
    border-bottom: 1px dashed transparent;
    color: #979797;
}

.b_company_block-btns__btn--expand.no_click:before {
    background-image: url(/local/templates/domamo_v001/images/expand-gray.svg);
}

#variant-projects .favorites_tabs {
    display: none;
}

/* PARTNER BLOCK START */
.b_company_block--banner {
    margin: 30px 0;
}
.b_company_block--banner .b_company_banner__item {
    width: 100%;
    background: #DDEEF9;
    background: radial-gradient(84.34% 3318.17% at 78.72% 50%, #DDEEF9 0%, #EDF8FF 75.99%), #F1F6FA;
    border: 1px solid #CEE0EE;
    padding: 40px 48px 40px 48px;
}

.b_company_banner__partner-wr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.b_company_banner__partner-left {
    width: calc(100% - 243px);
    padding-right: 40px;
}

.b_company_block--banner a.b_company_banner__partner-btn {
    display: inline-block;
    padding: 16px 43px;
    color: #fff;
    background-color: #377CE3;
    border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    box-shadow: 0px 4px 14px #D1DFE8;
    margin-top: 15px;
    transition: background-color .2s;
}

.b_company_block--banner a.b_company_banner__partner-btn:hover {
    background-color: #2e6ac2;
}

.b_company_banner__partner-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    color: #133B54;
    margin-bottom: 10px;
}

.b_company_banner__partner-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #32576C;
    margin-bottom: 10px;
}

.b_company_banner__partner-right {
    width: 242px;
}

.b_company_banner__partner-img {
    width: 100%;
    height: 168px;
    background-image: url(/local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/./images/ico-d-partner.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

.b_company_banner__partner-top {
    display: none;
}

.b_company_banner__partner-top-img {
    width: 100%;
    height: 108px;
    background-image: url(/local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/./images/ico-d-partner.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

@media (min-width: 991px) and (max-width: 1080px) {
    .b_company_banner__partner-left {
        width: calc(100% - 211px);
    }

    .b_company_banner__partner-right {
        width: 210px;
    }
}

@media (max-width: 767px) {
    .b_company_block--banner .b_company_banner__item {
        padding: 30px 40px;
    }

    .b_company_banner__partner-top {
        display: block;
        width: 100%;
        margin-bottom: 22px;
    }

    .b_company_banner__partner-right {
        display: none;
    }

    .b_company_banner__partner-left {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .b_company_banner__partner-title {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .b_company_banner__partner-text {
        text-align: center;
    }

    .b_company_block--banner a.b_company_banner__partner-btn {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 14px;
        margin-top: 5px;
    }

}

@media (max-width: 420px) {
    .b_company_block--banner .b_company_banner__item {
        padding-left: 25px;
        padding-right: 25px;
    }

    .b_company_block--banner a.b_company_banner__partner-btn {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

/* PARTNER BLOCK END */
/* End */
/* /local/templates/domamo_v001/components/bquadro/catalog/main/bitrix/catalog.element/new/style.css?161839682547785 */


/* Start:/local/templates/domamo_v001/js/scrollbar-dyn/jquery.scrollbar.css?158382585522179*/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-wrapper.scroll--rtl {
    direction: rtl;
}

.scroll-element {
    box-sizing: content-box;
    display: none;
}

.scroll-element div {
    box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-textarea {
    border: 1px solid #DFDFDF;
    border-radius: 2px;
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 10px 13px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    /* z-index: 10; */
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    /* z-index: 10; */
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    /* z-index: 10; */
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
    display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #00afef;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    /* z-index: 10; */
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    /* z-index: 10; */
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    /*z-index: 10;*/

}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;

}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;

}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #00afef;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    /*z-index: 10;*/
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}

/* End */


/* Start:/local/templates/domamo_v001/js/fotorama/fotorama.css?158530873515885*/
/*!
 * Fotorama 4.6.3 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fotorama--fullscreen, .fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important
}

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
    outline: 0
}

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    border-radius: inherit;
    background-color: rgba(0, 175, 234, .5)
}

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    transform: none !important
}

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    transition-property: transform, width;
    transition-timing-function: cubic-bezier(0.1, 0, .25, 1);
    transition-duration: 0ms
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fotorama__nav, .fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.fotorama__nav__frame, .fotorama__thumb-border {
    box-sizing: content-box
}

.fotorama__caption__wrap {
    box-sizing: border-box
}

.fotorama--hidden, .fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
    -webkit-tap-highlight-color: transparent
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(/local/templates/domamo_v001/js/fotorama/fotorama.png) no-repeat
}


@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 2dppx) {
    /* .fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/local/templates/domamo_v001/js/fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat} */
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, .2)
}

@media print {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
        background: none !important
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
    display: none
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background: #000
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav, .fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none !important
}

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--dots {
    display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
    display: none
}

.fotorama__nav--thumbs {
    display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1))
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, .5)
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, .5)
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
    display: none
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px 10px
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    transition-property: opacity;
    transition-timing-function: linear;
    transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.fotorama__select {
    cursor: auto
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: .1
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
    border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1
}

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0) !important;
    transform: translate3d(32px, -32px, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0) !important;
    transform: translate3d(-48px, 0, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0) !important;
    transform: translate3d(48px, 0, 0) !important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    transition-duration: .3s
}

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%
}

.fotorama__nav:before, .fotorama__stage:before {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 0 0, 0 0;
    left: -10px
}

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
    left: 0
}

.fotorama__nav:after, .fotorama__stage:after {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px
}

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
    right: 0
}

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none
}

.fotorama__arr {
    width: 32px;
    height: 48px;
    background-image: url(/local/templates/domamo_v001/js/fotorama/fotorama_arrow.png);
}

.fotorama__arr--prev {
    left: 20px;
}

.fotorama__arr--prev:hover {
    background-position: 0 100%;
}

.fotorama__arr--next {
    right: 20px;
}

.fotorama__arr--next:hover {
    background-position: 100% 100%;
}

.fotorama__nav__frame .fotorama__video-play {
    background-image: url(/local/templates/domamo_v001/js/fotorama/fotorama_video.png);
    background-position: 0 0;
    width: 38px;
    height: 38px;
}

.fotorama__caption__wrap a {
    text-decoration: none;
    color: #0092CF;
    border: none;
}

.fancybox-inner .fotorama__img {
    position: static !important
}

/* End */


/* Start:/local/templates/domamo_v001/js/tooltip/tooltipster.css?15790096848695*/

.tooltipster-default {
    overflow: hidden;
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: auto;
    margin: 0 0 0 -15px;
    padding: 30px;
}

.t_close {
    background: url(/local/templates/domamo_v001/js/tooltip/qtip_close.svg) no-repeat 3px 3px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 35px;
    right: 35px;
    cursor: pointer;
    z-index: 15;
}

.t_close:hover {
    background-position: 3px -15px;
}

.t_text {
    position: relative;
    z-index: 14;
}

.tooltipster-default .tooltipster-content {
    font-family: IstokRegular, arial;
    font-size: 14px;
    line-height: 18px;
    padding: 20px 42px 25px;
    overflow: hidden;
    color: #1d1d1d;
    border: 0 solid #fdfbf0;
    background: #fdfbf0;
    box-shadow: 0 0 30px 0 rgba(47, 71, 95, 0.3);
}

.tooltipster-content .b_name {
    font-size: 15px;
    display: block;
    padding: 0 0 5px 0;
}


.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    border-color: transparent !important;
}

.tooltipster-arrow-top span {
    border-top-color: #fdfbf0 !important;
    border-right-color: #fdfbf0 !important;
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 10;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 10;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 10px solid transparent !important;
    border-right: 0px solid #fdfbf0 !important;
    border-top: 13px solid;
    bottom: 18px;
    left: -7px !important;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 10px solid transparent !important;
    border-right: 0px solid #fdfbf0 !important;
    border-bottom: 13px solid #fdfbf0 !important;
    top: 17px;
    left: -7px !important;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-fall-show {
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-slide.tooltipster-slide-show {
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* End */


/* Start:/local/templates/domamo_v001/css/bootstrap.css?157900968420878*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.cf:after,
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/* End */


/* Start:/local/templates/domamo_v001/js/fancybox/jquery.fancybox.css?16073487094201*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #fff;
    color: #444;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url('/local/templates/domamo_v001/js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/local/templates/domamo_v001/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    background: url(/local/templates/domamo_v001/js/fancybox/fancy_close.svg) no-repeat 10px 8px;
    position: absolute;
    top: 7px;
    right: 0px;
    width: 88px;
    height: 26px;
    padding: 8px 14px 6px 14px;
    cursor: pointer;
    z-index: 9040;
}

.fancybox-close:hover {
    background-position: 10px -12px;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 7%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/local/templates/domamo_v001/js/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: -22px;
}

.fancybox-next {
    right: -22px;
}

@media screen and (min-width: 1000px) {
    .fancybox-prev {
        left: -30px;
    }

    .fancybox-next {
        right: -30px;
    }
}

@media screen and (min-width: 1540px) {
    .fancybox-prev {
        left: -60px;
    }

    .fancybox-next {
        right: -60px;
    }
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 39px;
    margin-top: -11px;
    cursor: pointer;
    z-index: 8040;
    background: url(/local/templates/domamo_v001/js/fancybox/./small_arrow.png) no-repeat;
}

.fancybox-prev span {
    left: 0;
    background-position: 0 0;
}

.fancybox-next span {
    right: 0;
    background-position: 100% 0;
}

.fancybox-prev:hover span {
    left: 0;
    background-position: 0 100%;
}

.fancybox-next:hover span {
    right: 0;
    background-position: 100% 100%;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    /* z-index: 8010; */
    z-index: 100;
    background: url('/local/templates/domamo_v001/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {


}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-bottom: 10px;
    font-size: 22px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/* End */


/* Start:/local/templates/domamo_v001/js/jquery.formstyler/jquery.formstyler.css?15790096842406*/
.jq-checkbox,
.jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em;
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
    position: relative;
    display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
    /* 	-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap; */
}

.jq-selectbox {
    z-index: 10;
}

.jq-selectbox__select {
    position: relative;
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
    position: absolute;
}

.jq-selectbox__search input {
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__dropdown ul,
.b_content .jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}

.b_content .dom-contractors-city .jq-selectbox__dropdown ul {
    max-height: 300px !important;
}

.b_content .dom-contractors-city .jq-selectbox__dropdown {
    min-width: 200px !important;
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.jq-number {
    display: inline-block;
}

.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left; /* Ð´Ð»Ñ Opera PrestoÂ */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0; /* Ð² ÐºÐ°ÐºÐ¸Ñ…-Ñ‚Ð¾ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð°Ñ… Ð¿Ñ€Ð¸ÑÑƒÑ‚ÑÑ‚Ð²ÑƒÐµÑ‚ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ */
    -webkit-appearance: none;
}

/* End */


/* Start:/local/components/bq/simprojects/templates/.default/style.css?1611064507417*/
.b_tags_ext {
    margin: 38px 0 20px 0;
    padding: 0px 0;
}

.b_tags_ext a {
    color: #6787a0;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px #6787a0 solid;
    line-height: 10px;
    float: left;
    margin: 3px 10px 9px 0;
}

.b_tags_ext a:hover {
    color: #ff0f53;
    border-bottom-color: #ff0f53;
}

.b_tags_ext a.hide {
    display: none;
}

.b_tags_ext a.show_all {
    border-bottom-style: dotted;
}

.sim_projects {
    margin: 20px -20px !important;
}

/* End */


/* Start:/local/templates/domamo_v001/styles.css?158081155632561*/
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz0dL-vwnYh2eg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzQdL-vwnYh2eg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzwdL-vwnYh2eg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzMdL-vwnYh2eg.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz8dL-vwnYh2eg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz4dL-vwnYh2eg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzAdL-vwnYg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc3CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc-CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc2CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc5CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc1CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc0CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc6CsTYl4BO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xFIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xMIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xEIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xLIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xHIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xGIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc3CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc-CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc2CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc5CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc1CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc0CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc6CsTYl4BO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic3CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic-CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic2CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic5CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic1CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic0CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic6CsTYl4BO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc3CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc-CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc2CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc5CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc1CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc0CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc6CsTYl4BO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxFIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxMIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxEIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxLIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxHIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzIXKMny.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCRc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfABc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCBc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfChc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* End */


/* Start:/local/templates/domamo_v001/template_styles.css?1614178525120999*/
@font-face {
    font-family: 'IstokRegular';
    src: url('/local/components/bq/bq.personal.section/templates/.default/css/../fonts/IstokWeb-Regular.ttf');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: bold;
    src: url('/local/components/bq/bq.personal.section/templates/.default/css/../fonts/IstokWeb-Bold.ttf');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'IstokRegular';
    src: url('/local/components/bq/bq.personal.section/templates/.default/css/../fonts/IstokWeb-Bold.ttf');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "IstokRegular";
    src: url('/local/components/bq/bq.personal.section/templates/.default/css/../fonts/Istok-Regular.ttf');
    font-weight: 100;
    unicode-range: U+20BD;
    font-display: swap;
}

@font-face {
    font-family: 'IstokRegular';
    src: url('/local/components/bq/bq.personal.section/templates/.default/css/../fonts/Istok-Bold.ttf');
    font-weight: 600;
    unicode-range: U+20BD;
    font-display: swap;
}

@font-face {
    font-family: bold;
    src: url('/local/components/bq/bq.personal.section/templates/.default/css/../fonts/Istok-Bold.ttf');
    font-weight: 100;
    unicode-range: U+20BD;
    font-display: swap;
}


a {
    text-decoration: none;
    color: #0092CF;
}

a:hover {
    color: #ff1054;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

* {
    outline: none;
}

.no_select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

body {
    display: block;
    margin: 0px;
    padding: 0px;
    background: url(/local/templates/domamo_v001/) no-repeat;
    position: relative;
    z-index: 1;
    min-height: 100%;
    background: #fbfbfb;
}

html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    min-width: 320px;
}

html.not_adapt {
    min-width: 1000px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-size: 16px;
    font-family: 'IstokRegular', arial;
    background: #fbfbfb;
}

.b_wrapper {
    max-width: 1535px;
    margin: 0 auto;
}

.b_wrapper {
    max-width: 1950px;
}

.starrequired {
    color: red;
}

.btn_blue {
    height: 44px;
    line-height: 46px;
}

.btn_blue,
.btn_gradient {
    display: inline-block;
    border-radius: 3px;
    border: 0px none;
    outline: 0px none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'IstokRegular', arial;
    font-weight: 600;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    background: rgb(45, 182, 239);
    background-image: -moz-linear-gradient(90deg, rgb(45, 182, 239) 0%, rgb(0, 162, 238) 21%, rgb(0, 204, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(45, 182, 239) 0%, rgb(0, 162, 238) 21%, rgb(0, 204, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(45, 182, 239) 0%, rgb(0, 162, 238) 21%, rgb(0, 204, 255) 100%);
}

.btn_blue:hover,
.btn_gradient:hover {
    color: #fff;
    background: rgb(27, 204, 255);
    background-image: -moz-linear-gradient(90deg, rgb(27, 204, 255) 0%, rgb(0, 175, 244) 21%, rgb(5, 217, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(27, 204, 255) 0%, rgb(0, 175, 244) 21%, rgb(5, 217, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(27, 204, 255) 0%, rgb(0, 175, 244) 21%, rgb(5, 217, 255) 100%);
}


.b_dop_content2 {
    max-width: 1950px;
    margin: auto;
    padding: 30px 20px;
}

.b_dop_content,
.b_tech_content {
    max-width: 1950px;
    margin: auto;
    padding: 30px 20px;
    min-height: 500px;
}

.b_nopad_content {
    max-width: 1910px;
    margin: auto;
    padding: 30px 20px;
    min-height: 500px;
}

.b_nopad_content2 {
    max-width: 1910px;
    margin: auto;
    padding: 30px 20px;
}

.b_basket_content,
.b_order_content {
    max-width: 1910px;
    margin: auto;
    padding: 30px 20px;
    min-height: 500px;
}

.b_dop_content {
    max-width: 1500px;
}

.b_dop_content .b_content_2 {
    background-color: #fff;
    box-shadow: 0 0 25px 4px rgba(193, 192, 189, 0.25);
    padding: 20px 60px;
    margin: 20px 0;
    font-size: 14px;
}

.b_nopad_content .b_content_2 {
    margin: 0 -20px;
    padding: 0;
}

.b_pad {
    padding: 0 20px;
}

.title_page {
    margin-top: 8px;
    margin-bottom: .8em;
    padding-top: 0;
}

.b_content ul {
    margin: 10px 0 10px 0px;
    padding: 0 0 0 30px;
    overflow: hidden;
}

.b_content ul li {
    background: url(/local/templates/domamo_v001/./images/list_marker.svg) no-repeat left 5px;
    list-style: none;
    margin: 5px 0;
    padding: 0 0 0 20px;
}

/*UI*/
.checkbox {
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(/local/templates/domamo_v001/./images/ui/checkbox.svg) no-repeat 0 0;
    display: block;
}

.checkbox:hover {
    background-position: 0 -22px;
}

.checkbox.active {
    background-position: 0 -44px;
}

.checkbox.active:hover {
    background-position: 0 -66px;
}


.b_header {
    background: #1b1e26;
    position: relative;
    z-index: 120;
}

.b_header a {
    text-decoration: none;
}

.top_header {
    width: 100%;
    background: #101010;
    color: #fff;
    padding: 11px 0 11px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
}

.top_header .city_select {
    float: left;
    padding: 12px 10px 12px 0px;
    min-width: 177px;
    margin: -12px 0 -12px 0;
}

.top_header .city_select .city {
    color: #fff;
    float: left;
}

.top_header .city_select .city_active {
    float: left;
    position: relative;
    padding: 0 19px 0 5px;
    cursor: pointer;
}

.top_header .city_select .city_active:before {
    position: absolute;
    display: block;
    content: '';
    right: 6px;
    top: 9px;
    border: 4px solid transparent;
    border-top: 4px solid #FFF;
}

.top_header .city_select .city_active:hover {
    color: #ff1054;
}

.top_header .city_select .city_active:hover:before {
    color: #ff1054;
    border-top-color: #ff1054;
}

.top_header .city_select.active .city_active:hover {
    color: #fff;
}

.top_header .city_select.active .city_active:hover:before {
    color: #fff;
    border-top-color: #fff;
}

.top_header .city_select.active {
    background-color: #1b1e26;
    position: relative;
}

.top_header .city_select.active .city_active {
    opacity: 0.2;
}

.top_header .city_select.active > ul {
    display: block;
}

.top_header .top_header_ul {
    display: none;
    position: absolute;
    min-width: 230px;
    background: #1b1e26;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 999 !important;
    font-size: 15px;
    padding: 15px;
    margin: 0;
}

.top_header .top_header_ul li {
    display: block;
    list-style: none;
    color: #FFF;
    height: 28px;
    line-height: 28px;
    padding-left: 15px;
    cursor: pointer;
}

.top_header .top_header_ul li:hover {
    color: #ff1054;
}

.top_header .top_header_ul li.active {
    color: #FFF;
    background: #00afef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 3px 0;
}

.top_header .tel {
    float: left;
    margin-right: 15px;
    font-size: 15px;
    display: none;
}

.tel a {
    color: #fff;
    text-decoration: none;
}

.top_header .tel.active {
    display: block;
}

.top_header .connect {
    color: #7aceff;
    text-decoration: underline;
    float: left;
    font-size: 15px;
}

.top_header .connect:hover {
    color: #ff1054;
}

.top_header .contact {
    color: #7aceff;
    text-decoration: underline;
    float: left;
    font-size: 15px;
    margin-left: 15px;
}

.top_header .contact:hover {
    color: #ff1054;
}

.top_header .b_wrapper {
    position: relative;
    z-index: 10;
}

.b_search {
    width: 25%;
    float: left;
    position: absolute;
    left: 300px;
    right: 200px;
    left: 750px;
    right: 440px;
    margin: -3px 0 0 0;
    z-index: 1;
    background: #101010;
    max-width: 550px;
    transition: left 300ms ease-in-out, right 300ms ease-in-out, max-width 300ms ease-in-out;
    -moz-transition: left 300ms ease-in-out, right 300ms ease-in-out, max-width 300ms ease-in-out;
    -webkit-transition: left 300ms ease-in-out, right 300ms ease-in-out, max-width 300ms ease-in-out;
    -o-transition: left 300ms ease-in-out, right 300ms ease-in-out, max-width 300ms ease-in-out;
}

/* .b_search input[type="submit"] {width: 15px; height: 17px; position: absolute; top: 8px; right: 10px; background: url('/local/templates/domamo_v001/./svg/search_small.svg') no-repeat center top; border: 0px; cursor: pointer; z-index: 6;}
.b_search input[type="submit"]:hover{background-position: center -17px;} */
.b_search .submit-wrap input[type="submit"] {
    width: 15px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0px;
    cursor: pointer;
    z-index: 6;
    border: 0px;
    background: transparent;
}

.b_search .submit-wrap {
    width: 15px;
    height: 17px;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    z-index: 6;
}

.b_search .submit-wrap:before,
.b_search .submit-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s
}

.b_search .submit-wrap:before {
    background: url('/local/templates/domamo_v001/./svg/search_small.svg') no-repeat center top;
}

.b_search .submit-wrap:after {
    background: url('/local/templates/domamo_v001/./svg/search_small.svg') no-repeat center -17px;
    opacity: 0;
}

.b_search .submit-wrap:hover:before {
    opacity: 0;
}

.b_search .submit-wrap:hover:after {
    opacity: 1;
}

.b_search .title {
    color: #e6e6e6;
    display: none;
    position: absolute;
    left: 26px;
    top: 1px;
    z-index: 6;
    font-size: 1em;
    opacity: 0.5;
    line-height: 30px;
}

.b_search input.search_text {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 0 1em 0 1em;
    border-radius: 15px;
    background: transparent;
    border: 1px solid #616161;
    color: #FFF;
    font-family: 'IstokRegular';
    font-size: 13px;
    z-index: 5;
    position: relative;
    line-height: 20px;
    padding-top: 2px !important;
}

.b_search .placeholder {
    color: #616161;
    font-family: 'IstokRegular';
    position: absolute;
    left: 1em;
    top: 1px;
    z-index: 1;
    line-height: 30px;
}

.b_search.query .placeholder {
    display: none;
}

.b_search.focus {
    left: 0px;
    right: 0px;
    margin: -3px 0 0 0;
    max-width: 100%;
    width: 100%;
    z-index: 999
}

.b_search.focus .title {
    display: block;
}

.b_search.focus input.search_text {
    box-sizing: border-box;
    padding: 0 1em 0 6em;
    width: 100% !important;
    background-color: #101010;
}

.b_search.focus form {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.top_header form {
    margin-bottom: 0;
}

.b_search .b_search_result_head {
    display: none;
    position: relative;
}

.b_search .b_search_result_head:before {
    position: absolute;
    top: -10px;
    left: 7em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #181e27 transparent;
    display: block;
    content: '';
}

.b_search .b_search_result_head .in {
    padding: 10px 0px;
    background: #181e27;
    margin-top: 10px;
}

.b_search .b_search_result_head a {
    display: block;
    color: #fff;
    padding: 3px 26px;
}

.b_search .b_search_result_head a:hover,
.b_search .b_search_result_head a.active {
    background: #344152;
}

.b_search .b_search_result_head .project_number {
    display: inline-block;
    height: 25px;
    background: #00afef;
    color: #FFF;
    font: 15px/26px arial;
    font-weight: 600;
    padding: 0 .4em;
    white-space: nowrap;
    word-wrap: normal;
}

.b_search .b_search_result_head .project_area {
    display: inline-block;
    background: #292e44;
    height: 25px;
    color: #FFF;
    font: 15px/26px arial;
    font-weight: 600;
    padding: 0 .4em;
    white-space: nowrap;
    word-wrap: normal;
}

.b_search.focus .b_search_result_head {
    display: block;
}

.b_search .b_search_result_head a.all-results {
    margin-top: 10px;
    color: #7a828c;
    font-weight: bold;
}

.b_search_result {
    width: 207px;
}

.b_search_result a {
    display: block;
    padding: 6px 15px 3px 15px;
    font-size: 16px;
    color: #979797;
    line-height: 16px;
}

.b_search_result a b {
    font-weight: 100;
    font-family: 'IstokRegular', arial;
    color: #000;
}

.b_search_result a:hover, .b_search_result a.active {
    background-color: #e5eef5;
}

.b_search_result:hover a.active {
    background-color: transparent;
}

.b_search_result a:first-child {
    padding-top: 7px;
}

.b_search_result a:last-child {
    padding-bottom: 4px;
}

.b_catalog .b_search_result {
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 13px -6px #333;
    width: 260px;
    z-index: 120;
}

.top_header .b_right {
    float: right;
    padding-top: 5px;
    margin-left: -15px;
}

.top_header .b_right *:nth-child(1) {
    margin-right: 0;
}

.top_header .profil,
.top_header .favorite,
.top_header .compare {
    float: left;
    color: #7aceff;
    text-decoration: none;
    line-height: 17px;
    margin: 1px 0 0 36px;
    font-size: 15px;
    border-bottom: 1px #7aceff solid;
}

.top_header .compare-head {
    display: none;
}

.top_header .profil:hover,
.top_header .favorite:hover {
    color: #ff1054;
    border-bottom-color: #ff1054;
}

.top_header .favorite {
    right: 145px;
    padding-left: 22px;
    background: url('/local/templates/domamo_v001/./images/index/ico/heart.svg') no-repeat left 3px;
    border: none;
}

.top_header .favorite:hover {
    background-position: left -20px;
    border: none;
}

.top_header .favorite > span {
    border-bottom: #7aceff 1px solid;
    display: block;
    float: left;
}

.top_header .favorite:hover > span {
    border-bottom: #ff1054 1px solid;
}

.top_header .compare {
    color: #c9d1d5;
    border-bottom-color: #c9d1d5;
}

.top_header .compare.active {
    display: block;
    color: #7aceff;
    border-bottom-color: #7aceff;
}

.top_header .compare.active:hover {
    color: #ff1054;
    border-bottom-color: #ff1054;
}

.top_header .compare:hover {
    color: #FFF;
    border-bottom-color: #fff;
}

/*ÑÑ€Ð°Ð²Ð½ÐµÐ½Ð¸Ðµ*/
#comparison-msg {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, .3);
    -o-box-shadow: 0px 5px 15px rgba(0, 0, 0, .3);
}

#comparison-msg .b_wrapper {
    position: relative;
}

#comparison-msg .b-comp-msg-close {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 40px;
    width: 18px;
    height: 18px;
    background: url(/local/templates/domamo_v001/./images/comp-close.svg) no-repeat 0 0;
    margin-top: -9px;
}

#comparison-msg .b-comp-msg-close:hover {
    opacity: .8;
}

#comparison-msg .b-comp-msg-btn {
    position: absolute;
    top: 50%;
    right: 110px;
    height: 62px;
    margin-top: -31px;
    display: block;
    line-height: 62px;
    color: #fff;
    border-bottom: 1px solid #0f7eaa;
    border-radius: 3px;
    font-family: 'IstokRegular', arial;
    font-weight: bold;
    font-size: 12px;
    padding-left: 76px;
    padding-right: 25px;
    text-transform: uppercase;
    background: #1bb5f3 url(/local/templates/domamo_v001/./images/comp-icon.svg) no-repeat 26px 50%;
}

#comparison-msg .b-comp-msg-btn:hover {
    background-color: #16A6E0;
}

#comparison-msg .b-img {
    display: inline-block;
    width: 100px;
    padding: 20px 0;
    margin-right: 35px;
    margin-left: 100px;
    vertical-align: middle;
}

#comparison-msg .b-img img {
    display: block;
    width: 100px;
    height: 70px;
}

#comparison-msg .b-img.b-img-build img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 70px;
}

#comparison-msg .b-title {
    padding: 30px 0;
    display: inline-block;
    vertical-align: middle;
    font-family: 'IstokRegular', arial;
}

#comparison-msg .b-title-1 {
    margin-bottom: .2em;
}

#comparison-msg .b-title-1 span {
    color: #00afef;
    font-family: 'IstokRegular', arial;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
}

#comparison-msg .b-title-2 {
    color: #989898;
    font-family: 'IstokRegular', arial;
    font-size: .9em;
}

.bx_compare .q, .bx_complect .q {
    background: url(/local/templates/domamo_v001/./images/filtr_quest.svg) no-repeat 5px 0;
    vertical-align: middle;
    display: inline-block;
    width: 19px;
    height: 14px;
    padding: 0 5px 0 5px;
    margin: 0px 0 0 -5px;
}

@media (max-width: 991px) {
    #comparison-msg .b-img {
        margin-left: 15px;
    }

    #comparison-msg .b-comp-msg-btn {
        right: 80px;
    }
}

@media (max-width: 767px) {
    #comparison-msg .b-img {
        display: none;
    }

    #comparison-msg .b-title {
        margin-left: 20px;
    }

    #comparison-msg .b-comp-msg-btn {
        position: static;
        margin-top: 0px;
    }

    #comparison-msg .b-comp-msg-close {
        top: 30%;
    }
}

.header_two {
    width: 100%;
    background: #1b1e26;
    font-size: 15px;
    float: left;
}

.header_two .logo {
    display: block;
    height: 54px;
    float: left;
    padding: 15px 20px 0 15px;
}

.header_two #main-menu {
    float: left;
}

.header_two .main_menu_ul {
    float: left;
    margin: 0;
    padding: 0;
}

.header_two .main_menu_ul > .main_menu_li {
    float: left;
    padding: 0;
    list-style: none;
}

.header_two .main_menu_ul > .main_menu_li:first-child {
    position: relative;
}

.header_two .main_menu_ul > .main_menu_li > a {
    display: block;
    line-height: 58px;
    text-transform: uppercase;
    color: #FFF;
    padding: 0 10px;
    height: 54px;
    letter-spacing: 0.5px;
}

.header_two .main_menu_ul > .main_menu_li > a.active {
    background-color: #00afef;
}

.header_two .main_menu_ul > .main_menu_li:hover > a.active {
    background: #2a2f3d;
}

.header_two .main_menu_ul li {
    list-style: none;
}

@media (max-width: 1400px) {
    .header_two .main_menu_ul > .main_menu_li:first-child .mm_li_ul {
        left: -190px;
    }
}

@media (max-width: 1240px) {
    .header_two .main_menu_ul > .main_menu_li:first-child .mm_li_ul {
        left: -50px;
    }
}

@media (max-width: 1060px) {
    .header_two .main_menu_ul > .main_menu_li:first-child .mm_li_ul {
        left: 0px;
    }
}

.main_menu_li:hover,
.main_menu_li .mm_li_ul {
    background: #2a2f3d;
}

.main_menu_li:hover .mm_li_ul {
    display: block;
}

.main_menu_li .mm_li_ul {
    display: none;
    position: absolute;
    line-height: 20px;
    font-size: 12px;
    z-index: 9999;
    width: 818px;
    padding: 20px 0 20px 10px;
}

.main_menu_li .mm_li_ul.one_column {
    width: 205px;
}

.main_menu_li .mm_li_ul .mm_li_ul_li .item {
    display: inline-block;
    margin-right: -5px;
    width: 24%;
    vertical-align: top;
}

.main_menu_li .mm_li_ul.one_column .mm_li_ul_li .item {
    width: 98%;
}

.main_menu_li .mm_li_ul .mm_li_ul_li .item:nth-child(3) {
    width: 20%
}

.main_menu_li .mm_li_ul .mm_li_ul_li .item:last-child {
    margin-right: 0;
    width: 28%;
}

.main_menu_li .mm_li_ul.one_column .mm_li_ul_li .item:last-child {
    margin-right: 0;
    width: 98%;
}

.main_menu_li .mm_li_ul .mm_li_ul_li .item span {
    display: block;
    padding: 0 10px;
}

.main_menu_li .mm_li_ul .mm_li_ul_li .item span.bold {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    color: #88a1b6;
    margin-top: 28px;
    margin-bottom: 8px;
}

.main_menu_li .mm_li_ul .mm_li_ul_li .item a {
    display: block;
    padding: 0 10px;
    color: #FFF;
    line-height: 14px;
    margin: 0 0 6px;
}

.main_menu_li .mm_li_ul .mm_li_ul_li .item a:hover {
    text-decoration: underline
}

.main_menu_li .mm_li_ul .mm_li_ul_li .item a.new {
    color: #00afef
}

.main_menu_li .mm_li_ul .mm_li_ul_li .item a.new_first {
    margin-top: 25px
}

.main_menu_li .mm_li_ul .mm_li_ul_li .item a.active {
    background: #00afef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.main_menu_li .mm_li_ul .mm_li_ul_li .item a.active:hover {
    text-decoration: none
}

.main_menu_li .mm_li_ul .mm_li_ul_li .item a sup {
    font-size: 10px;
    position: relative;
    left: 3px;
}

.main_menu_li .mm_li_ul .mm_li_ul_li .item .b_left,
.main_menu_li .mm_li_ul .mm_li_ul_li .item .b_right {
    display: inline-block;
    margin-right: -5px;
    width: 69%;
    vertical-align: top;
}

.main_menu_li .mm_li_ul .mm_li_ul_li .item .b_left .b_bold,
.main_menu_li .mm_li_ul .mm_li_ul_li .item .b_right .b_bold {
    font-size: 14px;
    color: #88a1b6;
    display: block;
    padding: 0 10px;
    height: 25px;
    line-height: 12px;
}

.main_menu_li .mm_li_ul .mm_li_ul_li .item .b_right {
    margin-right: 0;
    width: 30%;
    text-align: center;
}

.main_menu_li .mm_li_ul .mm_li_ul_li .item .b_right .b_bold {
    padding: 0;
    text-align: center !important;
}

@media screen and (min-width: 1240px) {
    .main_menu_li .mm_li_ul {
        line-height: 20px;
        font-size: 14px;
        width: 1045px;
        padding: 20px 0;
    }

    .main_menu_li .mm_li_ul.one_column {
        width: 262px;
    }

    .main_menu_li .mm_li_ul .mm_li_ul_li .item span {
        padding: 0 20px;
    }

    .main_menu_li .mm_li_ul .mm_li_ul_li .item a {
        padding: 0 20px;
        height: 28px;
        line-height: 18px;
        margin: 0 0 0px;
    }

    .main_menu_li .mm_li_ul .mm_li_ul_li .item .b_left .b_bold,
    .main_menu_li .mm_li_ul .mm_li_ul_li .item .b_right .b_bold {
        padding: 0 20px;
        height: 28px;
        line-height: 28px;
    }
}

.mini-cart-holder {
    display: block;
    height: 54px;
    text-align: left;
    vertical-align: top;
    float: right;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.mini-cart-holder:hover {
    overflow: visible;
}

.mini-cart {
    display: block;
    background: #2a2f3d;
    height: 54px;
    outline: none;
    position: relative;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.mini-cart:hover {
    background: #3F4452;
}

.mini-cart span.desc {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 58px;
    text-transform: uppercase;
    color: #FFF;
    padding: 0 10px;
    height: 54px;
}

.mini-cart span.number {
    font-size: 13px;
    width: 15px;
    line-height: 15px;
    height: 15px;
    text-align: center;
    color: #1b1e26;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb400+0,ff9c00+100 */
    background: rgb(255, 180, 0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjljMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 156, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 156, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 180, 0, 1) 0%, rgba(255, 156, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb400', endColorstr='#ff9c00', GradientType=0); /* IE6-8 */
    border-radius: 50%;
    box-shadow: inset 0px -1px 2px #b7640b;
    font-weight: bold;
}

.mini-cart-holder:hover .mini-cart {
    background-position: 20px -59px;
}

.mini-cart-holder span.desc:hover {
    text-decoration: none;
}

.cart-popup {
    opacity: 0;
    display: block; /*visibility: hidden;*/
    pointer-events: none;
    transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
    position: absolute;
    top: 54px;
    right: 0;
    width: 490px;
    padding: 18px 18px;
    z-index: 1002;
    background: #fff;
    border: 1px solid #eaeaea;
}

.mini-cart-holder:hover .cart-popup {
    opacity: 1;
    display: block;
    visibility: visible;
    pointer-events: all;
}

/*.mini-cart:hover ~ .cart-popup { opacity: 1; display: block; }*/

.minicart-table {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
}

.minicart-table td {
    padding: 0px 10px;
    font-weight: 300;
}

.minicart-table td.item {
    padding-top: 10px;
}

.minicart-table .image {
    margin: 0 0 0 0;
    height: auto;
}

.minicart-table p {
    font-size: 14px;
    margin: 10px 0;
}

.minicart-table a {
    color: #2d2d2d;
}

.minicart-table a:hover {
    text-decoration: none;
    color: #00afef;
}

.minicart-table .number {
    color: #afafaf
}

.minicart-table .proj-title span {
    color: #00afef;
    font-weight: bold;
    text-transform: uppercase;
}

.minicart-table .price {
    color: #1b1e26;
    font-weight: 500;
    font-size: 19px;
    white-space: nowrap;
}

.minicart-table .price sup {
    font-size: 10px;
    font-weight: 300;
    padding: 0 0 0 3px;
}

.minicart-table .btn-remove, .minicart-table .btn-close {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 13px;
    background: url(/local/templates/domamo_v001/images/remove_small.svg) 0px 0px no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.cart-popup .cart-message {
    text-align: center;
    padding: 5px 0;
    margin: 0 0 5px;
    color: #2d2d2d;
    border-bottom: 1px dotted #eaeaea;
}

.cart-popup .bottom-box {
    padding: 20px 0 0;
    overflow: hidden;
}

.cart-popup .bottom-box .button {
    float: right;
    font-size: 15px;
    padding: 11px 18px 10px;
}

.cart-popup .bottom-box .total {
    float: left;
    line-height: 35px;
    margin: 8px 0 0 10px;
}

.cart-popup .bottom-box .total p {
    float: left;
    margin: 0 4px 0 0;
    font-weight: 300;
    font-size: 20px;
    color: #1b1e26;
}

.cart-popup .bottom-box .total strong {
    color: #1b1e26;
    font-size: 24px;
    font-weight: 500;
}

.cart-popup .bottom-box .total sup {
    font-size: 10px;
    font-weight: 300;
    padding: 5px 0 0 2px;
    color: #1b1e26;
    vertical-align: top;
    display: inline-block;
}

#sale_order_props {
    width: 736px;
}

.cart-popup .dop_options {
    font-size: 12px;
    padding: 2px 10px;
    vertical-align: top;
}

.minicart-table .hr td {
    border-bottom: 1px dotted #eaeaea;
    padding: 0 0 15px;
}

@media (max-width: 991px) {
    .mini-cart {
        background: transparent;
        padding-left: 0;
        padding-right: 0;
    }

    .mini-cart:after {
        content: "";
        display: block;
        float: left;
        height: 54px;
        width: 30px;
        background: url(/local/templates/domamo_v001/svg/cart.svg) no-repeat 0 15px;
        background-size: contain;
    }

    .mini-cart:hover {
        background-color: transparent;
    }

    .mini-cart span.desc {
        display: none;
    }

    .mini-cart span.number {
        display: block;
        float: left;
        position: absolute;
        right: -4px;
        top: 12px;
    }

    .cart-popup {
        display: none !important;
    }
}

.adapt_menu {
    float: right;
    display: block;
    height: 54px;
    width: 40px;
    background: url(/local/templates/domamo_v001/svg/menu.svg) no-repeat 50% 50%;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.adapt_menu:after {
    content: "";
    float: right;
    opacity: 0;
    position: relative;
}

.adapt_menu.active {
    background-image: url(/local/templates/domamo_v001/svg/menu_close.svg);
}

.adapt_menu .sub_lvl {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #1b1e26;
    width: auto;
    top: 54px;
    padding: 5px 0 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
}

.adapt_menu a.lvl1 {
    padding: 9px 20px 11px 20px;
    height: auto;
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #d7d7d7;
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.adapt_menu a.lvl2 {
    padding: 8px 20px 6px 20px;
    height: auto;
    line-height: 16px;
    font-size: 13px;
    font-weight: 300;
    color: #c6c6c6;
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.adapt_menu .sub_lvl_2 {
    display: block;
    float: left;
    width: 100%;
    background: #242833;
    padding: 20px 0;
    margin: 10px 0 0 0;
}

.adapt_menu .sub_lvl_2 a {
    padding: 11px 20px 9px 20px;
    height: auto;
    line-height: 16px;
    font-size: 13px;
    font-weight: 300;
    color: #acacac;
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
}


.adapt_search {
    float: right;
    display: block;
    height: 54px;
    width: 40px;
    background: url(/local/templates/domamo_v001/svg/search.svg) no-repeat 50% 50%;
    margin: 0;
    cursor: pointer;
}

.adapt_search .b_search {
    display: none;
}

.adapt_search.active {
    position: absolute;
    right: 0;
    left: 0;
    padding: 0 20px;
    background: #1b1e26;
    width: auto;
    z-index: 100;
}

.adapt_search.active .b_search {
    display: block;
    left: 20px !important;
    right: 20px !important;
    top: 14px;
    float: none;
    max-width: 100%;
    background-color: transparent;
}

.adapt_search.active .b_search.focus form {
    margin: 0;
}

.adapt_search.active .b_search .title {
    display: none;
}

.adapt_search.active .b_search .placeholder {
    z-index: 5;
    display: block;
}

.adapt_search.active .b_search input.search_text {
    padding: 0 1em 0 55px !important;
}

.adapt_phone {
    float: left;
    width: 330px;
    height: 56px;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    padding: 0 14px 0 40px;
}

.tel_text {
    text-decoration: none;
    color: #fff !important;
}

.tel_ico {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #609e2e url(/local/templates/domamo_v001/svg/phone.svg) no-repeat 50% 50%;
    margin: 7px 0 9px 15px;
}

.mail_ico {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #c7792c url(/local/templates/domamo_v001/svg/mail.svg) no-repeat 12px 13px;
    margin: 7px 0 9px 15px;
}

.tel_ico:hover {
    background-color: #78c13d;
}

.mail_ico:hover {
    background-color: #e38b34;
}

@media (max-width: 700px) {
    .adapt_phone {
        width: 100%;
        line-height: 60px;
        padding-left: 20px;
    }
}

.arrow_right, .arrow_left {
    background: url(/local/templates/domamo_v001/./js/fotorama/fotorama_arrow.svg) no-repeat 0 0;
    width: 32px;
    height: 48px;
    position: absolute;
    left: 22px;
    top: 50%;
    margin-top: -24px;
    display: block;
    z-index: 300;
    cursor: pointer;
}

.arrow_right {
    background-position: 100% 0;
    right: 22px;
    left: auto;
}

.arrow_right:hover {
    background-position: 100% 103%;
}

.arrow_left:hover {
    background-position: 0 100%;
}


/*ÐŸÑ€Ð¾ÐµÐºÑ‚Ñ‹ Ð² ÑÐ¿Ð¸ÑÐºÐµ*/
.b-rectangle {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.b-rectangle .b-rectangle-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}

.b-rectangle:before {
    content: "";
    display: block;
    margin-top: 100%;
}

.b-rectangle.ratio3-2:before {
    margin-top: 66.66666667%;
}

.b-rectangle:after {
    content: " ";
    display: table;
}

.b-cover {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.projects {
    padding: 0px 20px;
}

.projects .top_line {
    position: relative;
    width: 100%;
    height: 32px;
    margin-bottom: 12px;
    margin-top: 14px;
}

.projects .top_line .left_a_block {
    float: right;
    margin: 0;
}

.projects .top_line .left_a_block a {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    margin-left: 15px;
}

.projects .top_line .left_a_block a:hover {
    color: #ff1054;
}

@media (max-width: 500px) {
    .projects .top_line .left_a_block {
        width: 100%;
        text-align: center;
    }

    .projects .top_line .left_a_block a {
        margin: 0 8px;
    }
}

.projects .wrap_item {
    margin-bottom: 15px;
}

.__front .projects .wrap_item {
    height: 593px;
}

.projects .wrap_item2 {
    padding: 0 0px;
    margin-left: -11px;
    margin-right: -11px;
}

/* .projects .item_block{display: block; float: left; box-sizing: border-box; padding-left: 11px; padding-right:11px;width: 50%; } */
.projects .item_block {
    display: block;
    float: left;
    box-sizing: border-box;
    padding-left: 11px;
    padding-right: 11px;
    width: 100%;
}

/* .projects .wrap_item2.cols-1 .item_block { width: 100%; }
.projects .wrap_item2.cols-2 .item_block { width: 50%; }
.projects .wrap_item2.cols-3 .item_block { width: 33.33333333%; }
.projects .wrap_item2.cols-4 .item_block { width: 25%; }
.projects .wrap_item2.cols-5 .item_block { width: 25%; }
.projects .wrap_item2.cols-6 .item_block { width: 16.66666666%; }
.projects .wrap_item2.cols-7 .item_block { width: 16.66666666%; }

.projects .wrap_item2.cols-1 .item_block{ clear: left; }
.projects .wrap_item2.cols-2 .item_block:nth-child(2n+1) { clear: left; }
.projects .wrap_item2.cols-3 .item_block:nth-child(3n+4) { clear: left; }
.projects .wrap_item2.cols-4 .item_block:nth-child(4n+5) { clear: left; }
.projects .wrap_item2.cols-5 .item_block:nth-child(4n+5) { clear: left; }
.projects .wrap_item2.cols-6 .item_block:nth-child(6n+7) { clear: left; }
.projects .wrap_item2.cols-7 .item_block:nth-child(6n+7) { clear: left; }

.home_list { margin: 0 -20px; padding: 0 20px;overflow: hidden; }
.home_list .cols-1 .item_block:nth-child(n+7){display: none;}
.home_list .cols-2 .item_block:nth-child(n+7){display: none;}
.home_list .cols-3 .item_block:nth-child(n+7){display: none;}
.home_list .cols-4 .item_block:nth-child(n+9){display: none;}
.home_list .cols-5 .item_block:nth-child(n+9){display: none;}
.home_list .cols-6 .item_block:nth-child(n+13){display: none;}
.home_list .cols-7 .item_block:nth-child(n+13){display: none;}

#b_sim_projects .cat_projects .cols-1 .item_block:nth-child(n+4){display: none;}
#b_sim_projects .cat_projects .cols-2 .item_block:nth-child(n+5){display: none;}
#b_sim_projects .cat_projects .cols-3 .item_block:nth-child(n+7){display: none;} */

@media (max-width: 567px) {
    .projects .wrap_item2.cols-1 .item_block {
        width: 100%;
    }

    .projects .wrap_item2.cols-1 .item_block {
        clear: left;
    }

    #b_sim_projects .cat_projects .cols-1 .item_block:nth-child(n+4) {
        display: none;
    }
}

@media (min-width: 568px) and (max-width: 842px) {
    .projects .wrap_item2.cols-2 .item_block {
        width: 50%;
    }

    .projects .wrap_item2.cols-2 .item_block:nth-child(2n+1) {
        clear: left;
    }

    #b_sim_projects .cat_projects .cols-2 .item_block:nth-child(n+5) {
        display: none;
    }
}

@media (min-width: 843px) and (max-width: 1413px) {
    .projects .wrap_item2.cols-3 .item_block {
        width: 33.33333333%;
    }

    .projects .wrap_item2.cols-3 .item_block:nth-child(3n+1) {
        clear: left;
    }

    #b_sim_projects .cat_projects .cols-3 .item_block:nth-child(n+7) {
        display: none;
    }
}

@media (min-width: 1414px) and (max-width: 1688px) {
    .projects .wrap_item2.cols-4 .item_block {
        width: 25%;
    }

    .projects .wrap_item2.cols-4 .item_block:nth-child(4n+1) {
        clear: left;
    }
}

@media (min-width: 1689px) {
    .projects .wrap_item2.cols-5 .item_block {
        width: 25%;
    }

    .projects .wrap_item2.cols-5 .item_block:nth-child(4n+5) {
        clear: left;
    }
}


@media (max-width: 567px) {
    .projects .wrap_item2.cols-home-1 .item_block {
        width: 100%;
    }

    .projects .wrap_item2.cols-home-1 .item_block:nth-child(n+7) {
        display: none;
    }

    .projects .wrap_item2.cols-full-1 .item_block {
        width: 100%;
    }

    .projects .wrap_item2.cols-full-1 .item_block {
        clear: left;
    }
}

@media (min-width: 568px) and (max-width: 842px) {
    .projects .wrap_item2.cols-home-2 .item_block {
        width: 50%;
    }

    .projects .wrap_item2.cols-home-2 .item_block:nth-child(n+7) {
        display: none;
    }

    .projects .wrap_item2.cols-full-2 .item_block {
        width: 50%;
    }

    .projects .wrap_item2.cols-full-2 .item_block:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 843px) and (max-width: 1117px) {
    .projects .wrap_item2.cols-home-3 .item_block {
        width: 33.33333333%;
    }

    .projects .wrap_item2.cols-home-3 .item_block:nth-child(n+7) {
        display: none;
    }

    .projects .wrap_item2.cols-full-3 .item_block {
        width: 33.33333333%;
    }

    .projects .wrap_item2.cols-full-3 .item_block:nth-child(3n+4) {
        clear: left;
    }
}

@media (min-width: 1118px) and (max-width: 1392px) {
    .projects .wrap_item2.cols-home-4 .item_block {
        width: 25%;
    }

    .projects .wrap_item2.cols-home-4 .item_block:nth-child(n+9) {
        display: none;
    }

    .projects .wrap_item2.cols-full-4 .item_block {
        width: 25%;
    }

    .projects .wrap_item2.cols-full-4 .item_block:nth-child(4n+5) {
        clear: left;
    }
}

@media (min-width: 1393px) and (max-width: 1667px) {
    .projects .wrap_item2.cols-home-5 .item_block {
        width: 25%;
    }

    .projects .wrap_item2.cols-home-5 .item_block:nth-child(n+9) {
        display: none;
    }

    .projects .wrap_item2.cols-full-5 .item_block {
        width: 25%;
    }

    .projects .wrap_item2.cols-full-5 .item_block:nth-child(4n+5) {
        clear: left;
    }
}

@media (min-width: 1668px) and (max-width: 1942px) {
    .projects .wrap_item2.cols-home-6 .item_block {
        width: 16.66666666%;
    }

    .projects .wrap_item2.cols-home-6 .item_block:nth-child(n+13) {
        display: none;
    }

    .projects .wrap_item2.cols-full-6 .item_block {
        width: 16.66666666%;
    }

    .projects .wrap_item2.cols-full-6 .item_block:nth-child(6n+7) {
        clear: left;
    }
}

@media (min-width: 1943px) {
    .projects .wrap_item2.cols-home-7 .item_block {
        width: 16.66666666%;
    }

    .projects .wrap_item2.cols-home-7 .item_block:nth-child(n+13) {
        display: none;
    }

    .projects .wrap_item2.cols-full-7 .item_block {
        width: 16.66666666%;
    }

    .projects .wrap_item2.cols-full-7 .item_block:nth-child(6n+7) {
        clear: left;
    }
}


.projects .item_block .b_name {
    display: block;
    float: left;
    font-size: 16px;
    width: 92%;
    margin: -3px 0 20px 0;
    cursor: pointer;
}

.projects .item {
    display: block;
    width: 100%;
    background: #FFF;
    margin: 0 0px 16px 0;
    overflow: hidden;
}

.projects .item,
.projects .item:hover {
    -webkit-box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.2);
}

.projects .item .img {
    width: 100%;
    position: relative;
}

.projects .item .img img {
    min-width: 100%;
    min-height: 100%;
}

.projects .item .checkbox {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 5px;
    left: 4px;
    padding-left: 24px;
    font-size: 11px;
    line-height: 25px;
    width: auto;
    color: #fff;
    text-shadow: 0px 1px 2px #000;
    text-indent: -1000px;
}

.projects .item:hover .checkbox {
    text-indent: 0px;
}

.projects .item .checkbox:hover {
    color: #FFE325;
}

.projects .projects_heart {
    display: block;
    position: absolute;
    top: 3px;
    right: 5px;
    width: 25px;
    height: 25px;
    background: url('/local/templates/domamo_v001/./images/index/projects/hearth.svg') no-repeat center 5px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -1000px;
}

.projects .projects_heart.active {
    background-position: 0 -20px;
}

.projects .projects_heart:hover {
    background-position: 0 -45px;
}

.projects .projects_heart.active:hover {
    background-position: 0 -70px;
}

.projects .item_bb_block {
    position: absolute;
    top: 8px;
    right: 33px;
    height: 16px;
}

.projects .item_bb_block .projects_new,
.projects .item_bb_block .projects_best,
.projects .item_bb_block .projects_discount {
    display: block;
    float: left;
    margin-right: 4px;
    border-radius: 4px;
    height: 16px;
    line-height: 18px !important;
    font: 9px bold;
    padding: 0 5px;
    background: #91dc00;
    text-transform: uppercase;
    color: #000;
}

.projects .item_bb_block .projects_best {
    background: #ffe325;
}

.projects .item_bb_block .projects_discount {
    background: #eb1039;
    color: #FFF;
    font-size: 13px;
    font-family: arial;
    padding: 0 3px;
}

.projects .item_img_bottom_line {
    position: absolute;
    height: 25px;
    bottom: -1px;
    overflow: hidden;
    width: 100%;
}

.projects .item_img_bottom_line.b_type {
    background-color: #dbe30e;
}

.projects .item_img_bottom_line .projects_number,
.projects .item_img_bottom_line .projects_area,
.projects .item_img_bottom_line .projects_type {
    height: 25px;
    float: left;
    background: #00afef;
    color: #FFF;
    font: 15px/26px arial;
    font-weight: 600;
    padding: 0 .4em;
    white-space: nowrap;
    word-wrap: normal;
}

.projects .item_img_bottom_line .projects_number {
    text-transform: uppercase;
}

.projects .item_img_bottom_line .projects_area {
    background: #292e44;
    min-width: 0;
}

.projects .item_img_bottom_line .projects_area sup {
    font-size: 12px;
    float: right;
    margin-top: -3px;
}

.projects .item_img_bottom_line .projects_type {
    background: #dbe30e;
    color: #292e44;
    text-transform: uppercase;
    font: 10px/27px bold, arial;
}

.projects .item .bottom_block {
    margin: 0 0 1px 0;
    padding: 8px 5px 7px;
    border-bottom: 1px solid #f6f6f6;
    background: #fff;
}

.projects .item .bottom_block .var {
    display: block;
    float: left;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    color: #afafaf;
    height: 42px;
    font-size: 11px;
    padding: 0 3px;
    line-height: 14px;
    text-align: center;
    margin: 0 4px 0 0;
}

.projects .item .bottom_block .var > span {
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    font: 16px bold;
    line-height: 24px;
    border-top: 1px solid #dfdfdf;
    padding: 0 3px;
}

.projects .item .bottom_block .material {
    width: 16%;
    text-align: center;
    margin-right: 0;
}

.projects .item .bottom_block .material img {
    display: block;
    margin: 3px auto 0;
    max-width: 100%;
}

.projects .item .bottom_block .cost {
    display: block;
    float: right;
    margin: 0 5px 0 0;
    width: calc(40% - 5px);
    font-size: 12px;
    color: #afafaf;
    line-height: 11px;
    text-align: right;
}


.projects .item .bottom_block.sp.mt .cost,
.projects .item .bottom_block.vp.mt .cost {
    width: calc(100% - 16% - 65px);
}

.projects .item .bottom_block.sp.vp.mt .cost {
    width: calc(100% - 16% - 95px);
}

.projects .item .bottom_block.mt .cost {
    width: calc(100% - 16% - 15px);
}


.projects .item .bottom_block .cost span.price {
    display: block;
    color: #000;
    font-size: 16px;
    font-family: bold;
    line-height: 16px;
    margin-top: 4px;
}

.projects .item .bottom_block .cost .price_old {
    display: inline-block;
    color: #000;
    position: relative;
}

.projects .item .bottom_block .cost .price_old:before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    /* transform: skew(0deg, -19deg); */
    transform: rotate(-15deg);
    top: 5px;
}

.projects .item .bottom_block .cost_title {
    display: block;
}

.prices_wrap {
    /* min-height: 32px */
    height: 26px;
}

.projects .item .bottom_block .cost .prices_wrap span.price,
.projects .item .bottom_block .cost .prices_wrap span.price_old {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.projects .item .comments {
    display: block;
    padding-left: 30px;
    height: 22px;
    line-height: 22px !important;
    background: #fff url('/local/templates/domamo_v001/./images/index/projects/comments.svg') no-repeat 5px center;
    color: #bbb;
    font-size: 12px;
}

.projects .item .comments.active {
    color: #565656;
}

.projects .item .count {
    display: block;
    float: right;
    margin: 0 11px 0 0;
    height: 22px;
    line-height: 22px !important;
    color: #000;
    font-size: 11px;
}

.projects .more {
    margin: 24px 0 44px;
    width: 100%;
    text-align: center;
    float: left;
}

.projects .more a {
    margin: 0 auto;
    width: 298px;
    max-width: 100%;
    box-shadow: 0 0px 8px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .projects .item .bottom_block .cost .prices_wrap span.price {
        /* display: block; */
    }
}

@media (max-width: 767px) {
    .projects .item_block .b_name {
        margin: -8px 0 25px 0;
        line-height: 18px;
    }
}

.front_info {
    margin-bottom: 45px;
    padding: 0 22px;
    position: relative;
}

.front_info .item {
    width: calc(47% - 155px);
    min-height: 240px;
    margin-right: 3%;
    float: left;
}

.front_info .item.zakaz {
    position: absolute;
    right: 0;
    top: 0;
    background: url('/local/templates/domamo_v001/./images/index/bank_card.jpg') no-repeat right 100%;
    display: block;
    width: 310px;
    height: 270px;
    padding: 0 10px;
    margin: 0;
    color: #007ac5;
    font-size: 22px;
    line-height: 30px;
    text-decoration: underline;
}

.front_info .item.zakaz:hover {
    color: #ff1054;
}

.front_info .item .title {
    display: block;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
}

.front_info .item > p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.front_info .item .read_more {
    color: #737373;
    text-decoration: underline;
}

.front_info .item .read_more:hover {
    color: #ff1054;
}

@media (max-width: 1400px) {
    .front_info .item {
        width: 33%;
    }
}

@media (max-width: 991px) {
    .front_info .wrap_item .item {
        width: 50%;
        padding: 0 15px;
        margin: 0;
    }

    .front_info .item.zakaz {
        float: right;
        margin: 20px -22px 0 -22px;
        position: static;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .front_info {
        padding: 0;
    }

    .front_info .wrap_item .item {
        width: 100%;
        padding: 0 22px;
        margin: 0 0 15px;
        min-height: 0;
    }

    .front_info .item.zakaz {
        margin: 20px 0 0 0;
    }
}

.footer {
    background-color: #242e3c;
    padding: 30px 22px 15px;
}

.last_project {
    width: 100%;
    float: left;
    padding: 0 0 30px 0;
    margin: 0 0 25px 0;
    background: url('/local/templates/domamo_v001/./images/index/ico/pattern.svg') repeat-x left bottom;
}

.last_project .b_title {
    display: block;
    font-size: 18px;
    margin: 0 0 15px;
    color: #fff;
}

.last_project .b_title span {
    font-size: .7em;
    font-weight: bold;
    color: #fff;
}

.last_project .b_title a {
    color: #acb8be;
    text-decoration: underline;
}

.last_project .b_title a:hover {
    color: #fff;
}

.last_project .wrap_item {
    margin: 0;
    float: left;
    max-height: 115px;
    overflow: hidden;
    margin: 0 -10px;
}

.last_project .wrap_item .item {
    float: left;
    width: 185px;
    height: 115px;
    margin: 0;
    padding: 0 10px;
    position: relative;
}

.last_project .wrap_item .item img {
    width: 100%;
}

.last_project .wrap_item .item .bottom_line {
    position: absolute;
    bottom: 0;
}

.last_project .wrap_item .item .bottom_line > div {
    float: left;
    display: block;
    color: #fff;
    padding: 2px 10px 0;
    font-size: 14px;
    line-height: 24px;
}

.last_project .wrap_item .item .number {
    background: #0092cf;
    text-transform: uppercase;
}

.last_project .wrap_item .item:hover .number {
    background: #00adff;
}

.last_project .wrap_item .item .area {
    background: #2f2f2f;
}

.last_project .item_bb_block {
    position: absolute;
    top: 7px;
    right: 14px;
    height: 16px;
}

.last_project .item_bb_block .projects_discount {
    display: block;
    float: left;
    margin-right: 4px;
    border-radius: 4px;
    height: 16px;
    line-height: 18px !important;
    font: 9px bold;
    text-transform: uppercase;
    background: #eb1039;
    color: #FFF;
    font-size: 13px;
    font-family: arial;
    padding: 0 3px;
}

@media (max-width: 767px) {
    .last_project .b_title span {
        display: block;
    }

    .last_project .wrap_item {
        max-height: 10000px;
        margin: 0 -7px;
    }

    .last_project .wrap_item .item {
        margin: 0 0 15px;
        padding: 0 7px;
        width: 179px;
        height: auto;
    }

    .last_project .wrap_item .item:nth-child(n+7) {
        display: none;
    }
}

@media (max-width: 400px) {
    /* .last_project .wrap_item .item {width: 50%;}
		.last_project .wrap_item .item .bottom_line{bottom: auto; top: 0;} */
}

.watch_projects {
    background: none;
}

.watch_projects .wrap_item {
    height: auto;
    margin: 0 0 0px 0;
}

.watch_projects .wrap_item .item {
    margin: 0 20px 20px 0;
}

.footer .area_links {
    padding: 0 0 26px 0;
}

.footer .area_links .item {
    float: left;
    margin: 0;
    width: 12%;
    margin: 0 1% 0 0;
}

.footer .area_links .item_1 {
    width: 26.5%;
}

.footer .area_links .item_2 {
    width: 26.5%;
}

.footer .area_links .item_3 {
    width: 18%;
}

.footer .area_links .item .b_title {
    font: 16px bold;
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

.footer .area_links .item .block > div {
    color: #acb8be;
}

.footer .area_links .item .block1, .footer .area_links .item .block2 {
    width: 48%;
    float: left;
    margin: 0 4% 0 0;
}

.footer .area_links .item .block2 {
    margin-right: 0;
}

.footer .area_links .item a {
    display: block;
    color: #acb8be;
    letter-spacing: -0.5px;
    line-height: 95%;
    padding: 4px 0 3px 0;
}

.footer .area_links .item a:hover {
    text-decoration: underline;
    color: #FFF;
}

@media only screen and (max-width: 1700px) {
    .footer .area_links .item .block1,
    .footer .area_links .item .block2 {
        width: 100%;
        float: left;
        margin: 0;
    }

    .footer .area_links .item {
        float: left;
        margin: 0;
        width: 12%;
        margin: 0 1% 0 0;
    }

    .footer .area_links .item_1 {
        width: 24%;
    }

    .footer .area_links .item_2 {
        width: 24%;
    }

    .footer .area_links .item_3 {
        width: 19%;
    }

    .footer .area_links .item_4 {
        width: 14%;
    }

    .footer .area_links .item_5 {
        width: 14%;
    }
}

@media only screen and (max-width: 1200px) {
    .footer .area_links .item,
    .footer .area_links .item .b_title {
        font-size: 14px;
    }
}

@media (max-width: 961px) {
    .footer .area_links {
        padding: 0 0 26px 0;
        margin: 0 -15px;
    }

    .footer .area_links .item {
        width: 33%;
        padding: 0 15px 10px;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .footer .area_links .item {
        width: 50%;
        padding: 0 15px 10px;
        margin: 0;
    }
}

.footer .city_select {
    float: left;
    padding: 8px 18px 12px 0px;
    margin: -8px 0 -12px 0;
    position: relative;
    min-width: 145px;
}

.footer .city_select .city_active {
    float: right;
    position: relative;
    padding: 0 19px 0 0px;
    cursor: pointer;
    color: #fff;
    line-height: 24px;
}

.footer .city_select .city_active:before {
    position: absolute;
    display: block;
    content: '';
    right: 6px;
    top: 9px;
    border: 4px solid transparent;
    border-top: 4px solid #FFF;
}

.footer .city_select .city_active:hover {
    color: #ff1054;
}

.footer .city_select .city_active:hover:before {
    color: #ff1054;
    border-top-color: #ff1054;
}

.footer .city_select.active .city_active:hover {
    color: #fff;
}

.footer .city_select.active .city_active:hover:before {
    color: #fff;
    border-top-color: #fff;
}

.footer .city_select.active {
    background-color: #1b1e26;
    position: relative;
}

.footer .city_select.active .city_active {
    opacity: 0.2;
}

.footer .city_select.active > ul {
    display: block;
}

.footer .top_header_ul {
    display: none;
    position: absolute;
    background: #1b1e26;
    white-space: nowrap;
    left: 0;
    right: 0;
    bottom: 32px;
    z-index: 99 !important;
    font-size: 15px;
    padding: 15px 10px 5px 10px;
    margin: 0;
}

.footer .top_header_ul li {
    display: block;
    list-style: none;
    color: #FFF;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.footer .top_header_ul li:hover {
    color: #ff1054;
}

.footer .top_header_ul li.active {
    color: #FFF;
    background: #00afef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 3px 0;
}

.footer .contackt {
    margin: 2px 0 0 0;
}

.footer .tel {
    color: #FFF;
    float: left;
    margin-right: 15px;
    display: none;
}

.footer .tel.active {
    display: block;
}

.footer .connect {
    color: #7aceff;
    text-decoration: underline;
}

.footer .connect:hover {
    color: #ff1054;
}

.footer .social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;


}

.footer .social a {
    display: inline-block;
    width: 28px;
    margin-left: 5px;
    margin-right: 5px;
}

.footer .social a img {
    width: 100%;
    border-radius: 4px
}

.footer .card_block {
    margin: 0px 0 0 0;
}

.footer .card_block a {
    width: 52px;
    height: 28px;
    display: inline-block;
}

.footer .card_block a.visa {
    background: url('/local/templates/domamo_v001/./images/index/ico/mastercard_visa.svg') no-repeat center left;
}

.footer .card_block a.master {
    background: url('/local/templates/domamo_v001/./images/index/ico/mastercard_visa.svg') no-repeat center right;
}

.footer-con-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.footer_bottom_line {
    margin: 15px 0 0 0;
    position: relative;
    float: left;
    width: 100%;
}

.footer_bottom_line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

.footer_bottom_line .copy {
    color: #acb8be;
    font-size: 14px;
    margin: 0 10px 0 0;
    line-height: 24px;
}

.footer_bottom_line {
    border-top: 1px solid #5a6875;
    padding: 25px 0 0 0;
}

.footer_bottom_line .developed {
    color: #acb8be;
    font-size: 15px;
    float: right;
    margin-top: 5px;
}

.footer_bottom_line .developed-inner {
    width: 266px;
}

.footer_bottom_line .developed a {
    color: #acb8be;
}

.footer_bottom_line .developed a:hover {
    color: #fff;
}

.footer_bottom_line .developed img {
    display: block;
    float: right;
    margin: 1px 0 0 2px;
}

.footer_bottom_line .developed a:hover img {
    opacity: 0.9;
}


.footer .goldsite {
    float: right;
}

.footer .goldsite img {
    float: left;
    margin-right: 20px;
}

.footer .goldsite {
    color: #fff;
    font-size: .8em;
    width: 400px;
}

.footer .goldsite p {
    margin: 5px 0 0 0;
    line-height: 18px;
}

.footer .goldsite p.gold {
    margin-top: 19px;
    font-size: 1.1em;
    line-height: 18px;
    color: #ffd462;
}

@media (max-width: 1200px) {
    .footer_bottom_line .developed--inner {
        width: 248px;
    }
}

@media (max-width: 991px) {
    .footer_bottom_line .developed {
        margin-left: 20px;
    }

    .footer-con-wrap {
        display: none;
    }
}

@media (max-width: 767px) {
    .footer .goldsite {
        max-width: 100%;
        float: left;
    }

    .footer .goldsite img {
        margin: 0 15px 15px 0;
    }

    .footer .goldsite p.gold {
        margin-top: 5px;
    }

    .footer_bottom_line .developed {
        width: auto;
        text-align: left;
        float: left;
        margin: 5px 0 0 0;
    }

    .footer_bottom_line .developed img {
        float: right;
    }
}

/*catalog list product*/
.b_catalog {
    padding: 25px 296px 30px 0;
    background: url(/local/templates/domamo_v001/./images/filtr_bg.svg) repeat-y 100% top;
    position: relative;
}

.b_catalog_list {
    padding: 0;
    float: left;
    width: 100%;
}

.b_right_block {
    margin: -14px 0 0 -296px;
    width: 296px;
    float: right;
    position: relative;
    right: -296px;
    padding: 0 0 0 15px;
}

@media (max-width: 991px) {
    .b_catalog {
        padding: 25px 0 30px;
        background: transparent;
    }

    .b_right_block {
        display: none;
    }
}

.contractors .b_catalog {
    background-image: none;
}


.b_search_id {
    float: left;
    margin: 0 0 0 3px;
    width: calc(100% - 3px);
    position: relative;
}

.b_search_id .b_input {
    height: 27px;
    width: 206px;
    border: 1px #B9D0DC solid;
    position: relative;
    float: left; /* background: url(/local/templates/domamo_v001/./images/right_block_serach.png) no-repeat left top; */
}

.b_search_id .b_input input {
    width: 206px;
    padding: 7px 10px 6px;
    height: 27px;
    line-height: 14px;
    border: 0px none;
    background-color: transparent;
    position: relative;
    z-index: 5;
    font-family: 'IstokRegular', arial;
    font-size: 14px;
    color: #000;
    float: left;
}

.b_search_id .b_input .placeholder {
    position: absolute;
    z-index: 4;
    top: 1px;
    line-height: 25px;
    padding: 0 10px;
    color: #a0a0a0;
    font-size: 14px;
}

.b_search_id .b_input.b_active2 {
    border-color: #16a0e5;
}

.b_search_id .b_input.b_active2 .placeholder {
    display: none;
}

.b_search_id .s_btn {
    background: url("/local/templates/domamo_v001/./images/right_block_serach_btn.png") no-repeat left top;
    border: 0px none;
    cursor: pointer;
    float: left;
    width: 46px;
    height: 28px;
    font-family: 'IstokRegular', arial;
    font-size: 14px;
    margin: 0 0 0 4px;
}

.b_search_id .s_btn:hover {
    background-position: 0 -28px;
    color: #fff;
}

.b_search_id .s_btn:active {
    background-position: 0 -56px;
    color: #fff;
}


#rightFilter .b_filter_group_name {
    display: none;
}

.r_filtr {
    font-size: 14px;
    margin: 14px 0 0 0;
    float: left;
    line-height: 20px;
}

.r_filtr .b_box {
    width: 100%;
    margin: 0 0 5px;
}

.r_filtr .b_box_small {
    width: 250px;
    margin: 0 0 5px;
    padding: 0 0 0 25px;
}

.r_filtr .b_box .b_title {
    padding: 0 0 0 25px;
    position: relative;
    cursor: pointer;
}

.r_filtr .b_box .b_title .b {
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(/local/templates/domamo_v001/./images/filtr_show_btn.svg) no-repeat left -24px;
    top: -3px;
}

.r_filtr .b_box .b_title:hover .b {
    background-position: 0 -72px;
}

.r_filtr .b_box.active .b_title .b {
    background-position: 0 0;
}

.r_filtr .b_box.active .b_title:hover .b {
    background-position: 0 -48px;
}

s
.r_filtr .b_box .b_title .b_title_left {
    float: left;
}

.r_filtr .b_box .b_title .q {
    background: url(/local/templates/domamo_v001/./images/filtr_quest.svg) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: 0px 0 0 5px;
}

.r_filtr .b_box .b_hide {
    display: none;
    padding: 5px 0 8px 46px;
}

.r_filtr .b_box.active_def .b_hide {
    display: block;
    height: auto;
}

.r_filtr .b_checkbox {
    position: relative;
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 1px 0;
}

.r_filtr .b_checkbox .b {
    position: absolute;
    left: -24px;
    width: 22px;
    height: 22px;
    background: url(/local/templates/domamo_v001/./images/filtr_checkbox2.png) no-repeat 0 0;
    top: -1px;
}

.r_filtr .b_checkbox.active .b {
    background-position: 0 -44px;
}

.r_filtr .b_checkbox .b_label {
    float: left;
    margin: 0 0 0 0;
}

.r_filtr .b_checkbox .b_label .bx_filter_icon {
    display: block;
    float: left;
    width: 30px;
    width: 27px;
    height: 19px;
    background: transparent no-repeat left top;
    margin: 0 4px 0 1px;
}

.r_filtr .b_checkbox .q {
    background: url(/local/templates/domamo_v001/./images/filtr_quest.svg) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: 0px 0 0 5px;
}

.r_filtr .b_checkbox.noactive {
    opacity: 0.5;
    cursor: default;
}

.r_filtr .b_box .b_range {
    padding: 0px 0 11px 27px;
}

.r_filtr .b_range .b_l1 {
    float: left;
    width: 100%;
    margin: 7px 0 0 0;
}

.r_filtr .b_range .b_input {
    height: 25px;
    width: 76px;
    border: 1px #B9D0DC solid;
    position: relative;
    float: left; /* background: url(/local/templates/domamo_v001/./images/right_block_serach.png) no-repeat left top; */
}

.r_filtr .b_range .b_input input {
    width: 60px;
    padding: 6px 8px 5px;
    height: 14px;
    line-height: 14px;
    border: 0px none;
    background-color: transparent;
    position: relative;
    z-index: 5;
    font-family: 'IstokRegular', arial;
    font-size: 14px;
    color: #000;
    float: left;
    box-sizing: content-box;
}

.r_filtr .b_range .b_input.b_active2 {
    border-color: #16a0e5;
}

.r_filtr .b_range .b_sep {
    float: left;
    height: 1px;
    width: 8px;
    background-color: #b9d0dc;
    position: relative;
    overflow: hidden;
    margin: 13px 9px;
}

.r_filtr .b_range .b_label {
    float: left;
    margin: 4px 0 0 5px;
}

.r_filtr .b_arrow {
    display: block;
    border: 8px transparent solid;
    border-left-color: #fff;
    position: absolute;
    top: 16px;
    right: -16px;
}

.r_filtr .more_filtr {
    background: url(/local/templates/domamo_v001/./images/filtr_more.svg) no-repeat 0 3px;
    width: 172px;
    height: 25px;
    display: block;
    color: #00adff;
    font-size: 14px;
    padding: 0 0 0 25px;
    line-height: 20px;
    margin: 10px 0 0 3px;
}

.r_filtr .more_filtr:hover {
    background-position: 0px -32px;
    color: #ff0f53;
}

.r_filtr a.b_btn, .r_filtr .b_btn {
    margin: 15px 0 0 27px;
}

.r_filtr .b_btn {
    margin: 15px 0 0 3px;
    float: left;
}

.r_filtr .b_del_filtr {
    width: auto;
    height: 25px;
    display: block;
    color: #ff0f53;
    font-size: 14px;
    padding: 0 0 0;
    line-height: 20px;
    margin: 28px 0 0 12px;
    float: left;
}

.r_filtr .b_del_filtr:hover {
    text-decoration: underline;
}


.b_big_filtr {
    background: #f2f6f8 url(/local/templates/domamo_v001/./images/big_filtr_shadow.svg) repeat-y left top;
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    z-index: 100;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
}

.b_big_filtr {
    transition: left 800ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 800ms ease-in-out;
    -moz-transition: left 800ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 800ms ease-in-out;
    -webkit-transition: left 800ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 800ms ease-in-out;
    -o-transition: left 800ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 800ms ease-in-out;
}

.b_big_filtr.active {
    left: 0;
    opacity: 0.97;
}

.b_big_filtr .b_data_box {
    display: block;
    padding: 40px 45px 50px 80px;
}

.b_big_filtr .b_title {
    font-family: bold, arial;
    font-size: 32px;
    float: left;
}

.b_big_filtr .b_close {
    float: right;
    width: 76px;
    height: 22px;
    background: url(/local/templates/domamo_v001/./images/filtr_close.svg) no-repeat left top;
}

.b_big_filtr .b_close:hover {
    background-position: 0 -22px;
    cursor: pointer;
}

.b_big_filtr .b_close_small {
    position: absolute;
    left: 0;
    width: 40px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
}

.b_big_filtr .b_close_small span {
    display: block;
    width: 13px;
    height: 19px;
    background: url(/local/templates/domamo_v001/./images/filtr_close_small.svg) no-repeat left top;
    margin: 52px auto;
    position: relative;
    left: 0px;
}

.b_big_filtr .b_close_small:hover span {
    background-position: 0 -19px;
}

.b_big_filtr.active .b_close_small {
    opacity: 1;
}

.b_big_filtr .b_full_filtr {
    float: left;
    width: 100%;
}

.b_big_filtr .b_full_filtr .b_title {
    font-size: 14px;
    font-weight: 100;
    font-family: 'IstokRegular';
}

.b_big_filtr .r_filtr {
    width: 102%;
    margin-top: 0;
}

.b_big_filtr .b_box {
    width: auto;
    margin: 0 10px 5px 0;
}

.b_big_filtr .b_box_small {
    width: auto;
}

.b_big_filtr .b_hide {
    float: left;
    width: 80%;
}

.b_big_filtr .b_block {
    width: 280px;
    float: left;
}

.b_big_filtr hr {
    width: 100%;
    clear: both;
    background-color: #d4dbe1;
    border: 0px none;
    height: 1px;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    float: left;
}

.b_big_filtr .b_btn {
    margin: 0;
    padding: 0 25px;
}

.b_big_filtr .b_group_col {
    float: left;
}

.b_big_filtr .b_filter_group_name {
    text-transform: uppercase;
    color: #00afef;
    margin-left: 25px;
    margin-bottom: 15px;
    margin-top: 35px;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .b_big_filtr .b_data_box {
        padding: 30px 15px 40px 45px;
    }

    .b_big_filtr .b_title {
        padding-left: 39px;
    }

    .b_big_filtr .b_btn {
        margin-left: 15px;
    }

    .b_big_filtr .b_close_small span {

        margin: 42px auto
    }
}

@media (max-width: 991px) {
    .b_big_filtr .b_close {
        display: none;
    }

    .bx_filter_popup_result {
        /* display: none!important; */
    }

    .b_group_col_0 .bx_filter_container_modef {
        right: auto;
        left: -40px;
        top: -90px;
    }

    .r_filtr .b_group_col_0 .b_arrow {
        border-left-color: transparent;
        border-top-color: #edf0f2;
        border-right-color: transparent;
        bottom: -16px;
        right: auto;
        left: 19px;
        top: auto;
    }
}

@media (max-width: 767px) {
    .b_big_filtr {
        top: 0px;
    }

    .b_big_filtr .b_title {
        font-size: 26px;
    }

    .b_big_filtr .b_btn {
        width: 100%;
        margin: 0;
    }

    .b_big_filtr .b_close_small span {
        margin: 38px auto;
    }

}

h1 {
    color: #000;
    font-size: 32px;
    font-family: 'bold', arial;
    margin: 3px 0 0 0;
    padding: 0
}

@media (max-width: 1100px) {
    h1 {
        font-size: 24px;
        line-height: 24px;
        margin: 10px 0;
    }
}

.b_bread {
    display: block;
    float: left;
    width: 100%;
}

.b_bread:after {
    clear: both;
    content: "";
}

.b_bread .item {
    padding: 0 12px 0 0;
    display: block;
    float: left;
    margin: 0 6px 0 0;
    position: relative;
    background: url(/local/templates/domamo_v001/./images/bread_arrow.svg) no-repeat 100% 4px;
    color: #a2a6a8;
    line-height: 15px;
    font-size: 15px;
    text-decoration: none;
}

.b_bread .item.last {
    background: none;
}

.b_bread .item a {
    color: #a2a6a8;
}

.b_bread .item a:hover {
    color: #000;
}

.b_cat_head {
    padding: 0 20px 0 20px;
}

.b_catalog .b_tags {
    margin: 3px 0 0 0;
    border-top: 1px #e1e6ea solid;
    padding: 10px 0;
}

.b_catalog .b_tags a {
    color: #6787a0;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px #6787a0 solid;
    line-height: 10px;
    float: left;
    margin: 3px 10px 9px 0;
}

.b_catalog .b_tags a:hover {
    color: #ff0f53;
    border-bottom-color: #ff0f53;
}

.b_catalog .b_tags a.hide {
    display: none;
}

.b_catalog .b_tags a.show_all {
    border-bottom-style: dotted;
}

.b_catalog_nav {
    background-color: #ebf1f5;
    border-radius: 2px;
    height: 37px;
    float: left;
    width: 100%;
    margin: 8px 0 13px 0;
    border-radius: 3px;
}

.b_catalog_nav > div {
    float: left;
    height: 37px;
}

.b_catalog_nav .b_complated_btn {
    background-color: #6c91bc;
    display: block;
    float: left;
    color: #fff;
    line-height: 40px;
    padding: 0 14px;
    height: 37px;
    border-radius: 3px 0 0 3px;
    display: none;
}

.b_catalog_nav .b_complated_btn.active {
    display: block;
}

.b_catalog_nav .b_complated_btn:hover {
    background-color: #00afef;
}

.b_catalog_nav .b_order_list_wrap {
    float: left;
    height: 37px;
}

.b_catalog_nav .b_order_list {
    display: block;
    float: left;
    line-height: 40px;
    border-right: 1px #d5dfe5 solid;
}

.b_catalog_nav .b_order_list .active {
    color: #212324;
    font-size: 15px;
    padding: 0 17px;
}

.b_catalog_nav .b_order_list .b_hide {
    display: none;
}

.b_catalog_nav .b_order_list:hover {
    padding: 3px 0 0;
    margin: 0 0 0 -1px;
    position: relative;
    top: -4px;
    border: 1px #d5dfe5 solid;
    border-radius: 4px;
    background-color: #fff;
    height: auto;
    z-index: 1000;
}

.b_catalog_nav .b_order_list:hover .b_hide {
    display: block;
}

.b_catalog_nav .b_order_list .b_hide {
    width: 100%;
}

.b_catalog_nav .b_order_list .b_hide a {
    display: block;
    padding: 5px 10px 5px 36px;
    color: #212324;
    font-size: 15px;
    line-height: 16px;
    background: transparent url(/local/templates/domamo_v001/./images/catalog_order_li.svg) no-repeat 23px 12px;;
}

.b_catalog_nav .b_order_list .b_hide a:hover {
    background-color: #f3f7f9;
}

.b_catalog_nav .b_order_sort {
    float: left;
    border-right: 1px #d5dfe5 solid;
    width: 39px;
}

.b_catalog_nav .b_order_sort a {
    height: 18px;
    width: 39px;
    background: url(/local/templates/domamo_v001/./images/order_sort.svg) no-repeat center 2px;
    display: block;
}

.b_catalog_nav .b_order_sort a.asc {
    background-position: center -17px;
}

.b_catalog_nav .b_order_sort a.asc:hover {
    background-position: center -36px;
}

.b_catalog_nav .b_order_sort a.asc.active {
    background-position: center 2px !important;
}

.b_catalog_nav .b_order_sort a.desc {
    background-position: center -79px;
}

.b_catalog_nav .b_order_sort a.desc:hover {
    background-position: center -98px;
}

.b_catalog_nav .b_order_sort a.desc.active {
    background-position: center -60px !important;
}

.b_catalog_nav .b_promo {
    float: left;
    padding: 0 20px 0 24px;
}

.b_catalog_nav .b_promo span,
.b_catalog_nav .b_promo a {
    float: left;
    padding: 3px 10px 1px;
    font-size: 9px;
    line-height: 16px;
    margin: 7px 4px 0 0;
    color: #949ea4;
    border: 1px #c0cdd6 solid;
    border-radius: 4px;
    text-transform: uppercase;
}

.b_catalog_nav .b_promo .new.active,
.b_catalog_nav .b_promo a.new:hover {
    background-color: #91db01;
    border-color: #91db01;
    color: #000;
}

.b_catalog_nav .b_promo a.best.active,
.b_catalog_nav .b_promo a.best:hover {
    background-color: #ffdd01;
    border-color: #ffdd01;
    color: #000;
}

.b_catalog_nav .b_promo a.sale.active,
.b_catalog_nav .b_promo a.sale:hover {
    background-color: #f3103b;
    border-color: #f3103b;
    color: #fff;
}

.b_catalog_nav .b_pagen {
    float: right;
}

@media only screen and (max-width: 1300px) {
    .b_catalog_nav .b_order_list .active,
    .b_catalog_nav .b_complated_btn {
        font-size: 13px;
    }

    .b_catalog_nav .b_promo {
        padding: 0 0 0 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .b_catalog_nav .b_promo {
        display: none;
    }

    .b_catalog_nav .b_pagen a,
    .b_catalog_nav .b_pagen span {
        min-width: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .b_catalog_nav .b_complated_btn {
        display: none !important;
    }

    .b_catalog_nav {
        height: auto;
    }

    .b_catalog_nav .b_pagen {
        float: left;
        width: 100%;
        clear: both;
    }
}

.b_pagen a, .b_pagen span {
    line-height: 40px;
    min-width: 36px;
    height: 37px;
    display: block;
    float: left;
    text-align: center;
    color: #007ac5;
    font-size: 15px;
}

.b_pagen a {
    text-decoration: underline;
    font-family: bold, arial;
}

.b_pagen a:hover {
    background-color: #dce7ec;
}

.b_pagen .active {
    color: #fff;
    background-color: #00afef;
    font-family: bold, arial;
}

.b_pagen .dotted {
    min-width: 20px;
}

.b_pagen .b_next,
.b_pagen .b_prev {
    background: url(/local/templates/domamo_v001/./images/panavigation_ico.svg) no-repeat 0 -37px;
    width: 25px;
    min-width: 0;
    margin: 0 5px;
}

.b_pagen .b_next:hover {
    background-position: 0 -3px;
    background-color: transparent;
}

.b_pagen .b_next.diss {
    background-position: 0 -74px;
}

.b_pagen .b_prev {
    background-position: 0 -145px;
}

.b_pagen .b_prev:hover {
    background-position: 0 -111px;
    background-color: transparent;
}

.b_pagen .b_prev.diss {
    background-position: 0 -181px;
}

.b_bot_pagen_wrap {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.b_bot_pagen {
    position: relative;
    left: 50%;
    float: left;
}

.b_bot_pagen .b_pagen {
    position: relative;
    left: -50%;
}

.b_bot_pagen .b_pagen a,
.b_bot_pagen .b_pagen span {
    border-radius: 4px;
    margin-right: 1px;
    margin-left: 1px;
}

.b_bot_pagen .b_pagen .active {
    margin: 0 3px;
    display: block;
}

#b_sim_projects .projects {
    padding-left: 0;
    padding-right: 0;
}

#variant-projects .projects {
    padding-left: 0;
    padding-right: 0;
}

.b_projet_desc .b_title + .projects {
    margin-top: 0;
}

#variant-projects .b_title + .projects {
    margin-top: 0;
}

.cat_projects {
    margin: 0;
    margin: 20px 0 0;
    margin-bottom: 20px;
}

.cat_projects .wrap_item {
    height: auto;
}

.cat_projects .item {
    margin-bottom: 21px;
}

.b_catalog .b_fot_info_cat {
    padding: 0 0 0 20px;
}

.b_catalog .fot_info {
    float: left;
    width: 100%;
    position: relative;
    margin: 51px 0 0 0;
    border-top: 1px #e1e6ea solid;
    padding: 29px 0 0 0;
}

.b_catalog .front_info .wrap_item .item {
    width: 35%;
}

.b_catalog .front_info .wrap_item .item_full {
    width: calc(100% - 300px);
}

.b_catalog .front_info .item.zakaz {
    top: 23px;
    height: 285px;
}

.b_catalog .front_info .item,
.b_catalog .front_info .item_full {
    min-height: 260px;
}

.projects-more {
    text-align: center;
    width: 600px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: .9em;
    max-width: 100%;
}

.projects-more a.more_filtr {
    display: inline-block;
    margin: 0 auto;
    font: 1em bold;
    margin-top: 15px;
    text-align: center;
    width: 270px;
    height: 48px;
    line-height: 48px;
    box-shadow: 0 0px 8px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}


.projects_message {
    padding: 20px 20px;
    font-size: 16px;
    height: 500px;
    float: left;
}

@media (max-width: 991px) {
    .b_catalog .b_fot_info_cat {
        padding: 0;
    }

    .b_catalog .front_info .wrap_item .item_full {
        width: 100%;
        padding: 30px 20px 0;
    }

    .b_pagen a, .b_pagen span {
        min-width: 20px;
        height: 30px;
        line-height: 30px;
    }

    .b_pagen .b_next {
        background: url(/local/templates/domamo_v001/./images/panavigation_ico.svg) no-repeat 0 -40px;
        width: 25px;
    }

    .b_pagen .b_next:hover {
        background-position: 0px -6px;
    }

    .b_pagen .b_prev {
        background: url(/local/templates/domamo_v001/./images/panavigation_ico.svg) no-repeat 0 -149px;
        width: 25px;
    }

    .b_pagen .b_prev:hover {
        background-position: 0 -115px;
        background-color: transparent;
    }

    .b_pagen .b_prev.diss {
        background-position: 0 -184px;
    }
}

@media (max-width: 600px) {
    .b_pagen {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    }
}

.cart_ico {
    padding: 0;
    display: inline-block;
}

.cart_ico:after {
    content: "";
    float: left;
    background: url(/local/templates/domamo_v001/./svg/cart.svg) no-repeat 0 8px;
    width: 40px;
    height: 44px;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage,
.fotorama__nav__shaft {
    float: left;
}

.fotorama__thumb-border {
    border: 0px none;
    border-bottom: 4px #00afef solid !important;
    padding: 0 0px;
    background: transparent;
}

.b_fotorama .fotorama__thumb-border {
    width: 108px !important;
    height: 71px !important;
}

.file_list {
    float: left;
    width: 100%;
}

.b_file {
    width: 270px;
    margin: 14px 30px 5px 3px;
    padding: 0 0 0 51px;
    display: block;
    float: left;
    position: relative;
    min-height: 44px;
}

.b_file .ico {
    width: 33px;
    height: 44px;
    background: #d01c28;
    margin: 0 0 0 0;
    display: block;
    padding: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 48px;
    position: absolute;
    left: 0;
    top: 0;
}

.b_file:hover .ico {
    color: #fff;
}

.b_file .ico2 {
    border: 6px #ff2e5a solid;
    border-right-color: #fbfbfb;
    border-top-color: #fbfbfb;
    position: absolute;
    top: 0;
    right: 0;
}

.b_file .b_name {
    color: #007ac5;
    font-size: 14px;
    display: block;
    text-decoration: none;
    margin: 2px 0 3px;
    border-bottom: 1px #007ac5 solid;
    float: left;
    line-height: 18px;
}

.b_file:hover .b_name {
    color: #ff1054;
    border-bottom-color: #ff1054;
}

.b_file .b_param {
    color: #a7a7a7;
    display: block;
    font-size: 12px;
}

.b_file.ico_blue .ico {
    background-color: #278ee5;
}

.b_file.ico_blue .ico2 {
    border-bottom-color: #16baf0;
    border-left-color: #16baf0;
}

.b_file.ico_grey .ico {
    background-color: #c3cdd5;
}

.b_file.ico_grey .ico2 {
    border-bottom-color: #607485;
    border-left-color: #607485;
}

.b_file.ico_size_4 .ico {
    font-size: 10px;
}

.btn_140x40,
.btn_user_consent {
    background: url(/local/templates/domamo_v001/images/filtr_btn.svg) no-repeat left top;
    width: 141px;
    height: 41px;
    display: block;
    color: #fff !important;
    font-size: 13px;
    font-family: bold, arial;
    text-align: center;
    line-height: 42px;
    text-transform: uppercase;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border: 0px none;
    cursor: pointer;
}

.btn_user_consent {
    display: inline-block;
}

.btn_140x40:hover,
.btn_user_consent:hover {
    background-position: 0 -41px;
}

.btn_140x40:active,
.btn_user_consent:active {
    background-position: 0 -82px;
}


.b_fancy_result {
    padding: 26px 50px;
    width: 300px;
}

.b_fancy_result .form-title,
.b_fancy_result .form-title.text-center {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 9px;
}

.b_fancy_result .text-center {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

@media (max-width: 767px) {
    .b_fancy_result {
        padding: 26px;
        width: auto;
    }
}


.b_form form {
    padding: 36px 50px 20px;
    max-width: 656px;
}

.b_form.nopad form {
    padding: 0px;
    max-width: 556px;
}

.b_form .b_title {
    font-size: 22px;
    color: #313537;
    font-weight: 900;
    margin-bottom: .5em;
}

.b_form .b_block {
    float: left;
    width: 265px;
    margin: 0 25px 0 0;
}

.b_form .b_block.last {
    width: 265px;
    margin: 0;
}

.b_form .b_block_full {
    width: 100%;
    margin: 0 0 10px 0;
}

.b_form .b_input {
    display: block;
    float: left;
    width: 100%;
    height: 26px;
    box-shadow: inset 1px 1px 4px 0 rgba(50, 50, 50, 0.3);
    padding: 0;
    margin: 0 0 10px 0;
    border-radius: 2px;
}

.b_form .b_input.b_active {
    box-shadow: inset 1px 1px 4px 0 rgba(0, 173, 243, 0.8);
}

.b_form .b_input.b_error {
    box-shadow: inset 0px 0px 1px 1px rgba(255, 50, 50, 1);
}

.b_form .b_input input {
    display: block;
    background-color: transparent;
    width: 100%;
    height: 25px;
    border: 0px none;
    padding: 0 10px;
    line-height: 26px;
    font-family: arial;
    font-size: 14px;
    color: #000;
}

.b_form .b_input input[disabled] {
    background: #f9f9f9;
}

.b_form .b_textarea {
    display: block;
    float: left;
    width: 557px;;
    height: 115px;
}

.b_form .b_textarea.b_active {
    background-position: 0 -135px;
}

.b_form .b_textarea.b_error {
    background-position: 0 -270px;
}

.b_form .b_textarea textarea {
    display: block;
    background-color: transparent;
    width: 537px;
    height: 105px;
    border: 0px none;
    padding: 5px 10px;
    line-height: 16px;
    font-family: arial;
    font-size: 14px;
    color: #000;
    resize: none;
}

.b_form label {
    color: #979797;
    font-size: 14px;
    line-height: 22px;
}

.b_form .req {
    color: #009b83;
}

.b_form .b_req {
    display: block;
    background-color: #eee;
    padding: 10px 50px;
    font-size: 12px;
    color: #009b83;
}

.b_form .error,
.order_form .error {
    color: rgba(255, 50, 50, 1);
}

.b_form .user_consent_label {
    float: left;
    margin: 14px 0 20px;
    line-height: 14px;
    width: 100%;
    font-size: 12px;
}

.b_form .user_consent_label input {
    -webkit-appearance: checkbox;
    display: block;
    float: left;
}

.b_form .user_consent_label span {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 0 0 0 5px;
    line-height: 14px;
    font-size: 12px;
    text-decoration: underline;
}

.b_form .user_consent_label span:hover {
    text-decoration: none;
}

.b_form .user_consent_text {
    display: block;
    position: absolute;
    top: 100%;
    bottom: 0;
    width: 100%;
    margin: auto;
    background: #fff;
    z-index: 100;
    opacity: 0;
    overflow: hidden;
}

.b_form .user_consent_text.active {
    display: block;
    bottom: 0;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
}

.b_form .user_consent_text .title {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
}

.b_form .user_consent_text .desc {
    overflow: auto;
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 80px;
    width: 100%;
    z-index: 100;
    display: block;
    line-height: 16px;
    font-size: 13px;
    padding: 0 18px;
}

.b_form .user_consent_text .btn_line {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 18px;
}

.b_form .user_consent_text .btn_stnd {
    float: left;
    margin-top: 10px;
}

.b_form .user_consent_text .btn_grey {
    background-color: #e1e1e1;
    float: right;
    color: #222;
    margin-top: 10px;
}

.b_form .user_consent_text .btn_grey:hover {
    background-color: #0099ff;
    color: #fff;
}

.bx_order_user_consent_text {
    padding: 26px 50px 20px;
    width: 656px;
    height: 434px;
    max-width: 100%;
    max-height: 100%;
}

.wrap_user_consent_text {
    display: none;
}

@media (max-width: 991px) {
    .b_form form {
        min-width: 0;
        padding: 20px 18px;
        width: 400px;
    }

    .b_form .b_block,
    .b_form .b_block_full,
    .b_form .b_textarea {
        width: 100% !important;
    }

    .b_form .b_textarea textarea {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .fancybox-nav {
        width: 60px;
    }

    .fancybox-prev {
        left: -25px;
    }

    .fancybox-next {
        right: -25px;
    }

    .fancybox-nav span {
        background-size: 33px 42px;
        width: 11px;
        height: 19px;
        margin: 0 10px;
    }
}

@media (max-width: 500px) {
    .fancybox-opened {
        width: auto !important;
        left: 25px !important;
        right: 25px !important;
    }

    .fancybox-inner {
        width: 100% !important;
    }

    .fancybox-close {
        top: -25px;
        right: -14px;
    }

    .fancybox-overlay {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .b_form form {
        width: 100%;
    }
}

.wrapper {
    background: #f6f6f6;
    font-family: "IstokRegular", sans-serif;
    padding-top: 36px;
}

.ordering_top_block {
    background: #2a2f3d;
    height: 62px;
}

.ordering_page_container {
    max-width: 1127px;
    /* min-width: 978px; */
    padding: 0 0px;
    margin: 0 auto;
    position: relative;
    line-height: 1;
}

.ordering_page_container a.big_gray_button:hover {
    color: #fff;
}

.ordering_top_block_container {
    height: 62px;
}

.ordering_top_in_card {
    float: left;
    line-height: 62px;
    height: 62px;
}

.ordering_top_in_card span {
    float: left;
}

.ordering_top_in_card .in_card_title,
.ordering_top_price,
.ordering_top_price-end .price-end-text,
.blue_border_button {
    font-size: 10px;
    color: #6e7e92;
    text-transform: uppercase;
}

.in_card_title {
    margin-right: 15px;
}

.ordering_top_in_card-content {
    float: left;
    border: solid #475061;
    border-width: 0 1px;
    height: 62px;
}

.ordering_top_in_card-item {
    display: inline-block;
    text-decoration: underline dotted;
    padding: 0 13px 0 15px;
    line-height: 62px;
    height: 62px;
}

.ordering_top_in_card-item .name {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-top: 20px;
    display: inline-block;
    border-bottom: 1px dotted #fff;
}

.ordering_top_in_card-item:hover {
    background: #00afef;
}

.ordering_top_in_card-item-house {
    padding-left: 0;
}

.ordering_top_in_card-item .ico {
    margin-right: 8px;
    display: block;
    height: 16px;
    width: 27px;
    float: left;
    margin-top: 22px;
}

.ordering_top_in_card-item-house .ico {
    background: url("/local/templates/domamo_v001/./images/sprite.svg") 0 0 no-repeat;
}

.ordering_top_in_card-item-garage .ico {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) 0 -16px no-repeat;
}

.ordering_top_price {
    float: right;
    margin-right: 4%;
    padding-top: 15px;
    width: 420px;
}

@media screen and (max-width: 1050px) {
    .ordering_top_price {
        margin-right: 2%;
    }
}

.ordering_top_price-start {
    float: left;
    margin-right: 9%;
    white-space: nowrap;
}

.ordering_top_price-start > div {
    margin-bottom: 4px;
}

.price-name {
    float: left;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}

.ordering_top_price-start .price-name {
    font-size: 10px;
    width: 58%;
    line-height: 16px;
}

.ordering_top_price-start .discount {
    color: #579b3e;
}

.ordering_top_price-start .discount span {
    color: #5aa23e;
    font-size: 14px;
    font-weight: 500;
}

.price-value {
    float: left;
    text-align: left;
}

.ordering_top_price-start .price-value {
    width: 42%;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
}

.start_price .price-value {
    color: #fff;
}

.ordering_top_price-end {
    float: left;
}

.ordering_top_price-end .price-end-text {
    float: left;
    text-align: right;
    line-height: 14px;
    margin-right: 15px;
}

.ordering_top_price-end .price-end-value {
    font-size: 32px;
    font-weight: 500;
    float: left;
    color: #fff;
}

.blue_border_button {
    float: right;
    margin-top: 11px;
    height: 35px;
    line-height: 36px;
    border: #00afef solid 1px;
    border-radius: 3px;
    color: #00afef;
    padding: 0 21px;
    display: block;
}

.blue_border_button:hover {
    background: #00afef;
    color: #fff;
}

.tabs__content {
    display: none;
}

.tabs__content.active {
    display: block;
}

.project_photo {
    width: 25.5%;
    float: left;
    position: relative;
    margin-right: 4.4%;
}

.project_photo img {
    max-width: 100%;
    box-shadow: 0px 4px 25px 0px rgba(131, 114, 16, 0.33);
    display: block;
}

.project_short_info {
    position: absolute;
    left: 0;
    bottom: 7px;
}

.project_main_info_block {
    float: left;
    width: 70.1%;
}

.project_short_info {
    float: left;
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
}

.project_name {
    background: #00afef;
    float: left;
    padding: 0 20px 0 5px;
    text-transform: uppercase;
}

.project_square {
    background: #292e44;
    float: left;
    padding: 0 15px 0 5px;
}

.project_char {
    float: left;
    width: 65%;
}

.project_price {
    float: right;
    width: 30%;
    margin: 10px 0 0 0;
    box-sizing: border-box;
    padding-right: 55px;
    text-align: right;
    white-space: nowrap;
}

a.project_title {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin: 8px 0 10px 0;
    line-height: 28px;
}

a.project_title:hover {
    color: #00afef;
}

.project_char td {
    font-size: 14px;
    line-height: 26px;
}

.project_char td:nth-child(odd) {
    color: #6e7172;
    padding-right: 42px;
}

.project_main_info_block .project_price {
    font-size: 38px;
    color: #1b1e26;
}

.project_price .rubl {
    font-size: 40px;
}

.project_price .old_price {
    margin-top: 5px;
}

.project_price .price-name {
    font-size: 10px;
    line-height: 26px;
    text-transform: uppercase;
    margin-top: 5px;
    width: 60%;
}

.project_main_info_block .discount {
    color: #508b3e;
}

.project_price .price-value {
    font-size: 17px;
    width: 40%;
    text-align: right;
    line-height: 30px;
}

.project_main_info_block .project_price .price-value .rubl {
    font-size: 18px;
}

.order_block_added_content {
    background: #fff;
    padding: 18px;
    margin-bottom: 0px;
}

.right-side {
    margin-left: 29.9%;
}

.project_char h2 {
    font-size: 20px;
    line-height: 75px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.custom_ul div {
    line-height: 21px;
    color: #4e5051;
    font-size: 14px;
    margin-bottom: 10px;
}

.custom_ul ul li {
    padding-left: 14px;
    color: #4e5051;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    margin-bottom: 10px;
}

.custom_ul ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #00afef;
    position: absolute;
    left: 0;
    top: 7px;
}

.final_order_block_names {
    width: 42.8%;
    float: left;
    box-sizing: border-box;
    padding-left: 5.3%;
}

.final_order_block_price {
    width: 51%;
    float: right;
}

.final_order_block_item {
    padding: 15px 0 16px 0;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0px 2px 0px 0 rgba(255, 255, 255, 1);
    margin-bottom: 17px;
}

.final_order_block_item:last-child {
    border-bottom: none;
    box-shadow: none;
}

.short_project_name {
    color: #00afef;
    font-size: 30px;
    font-weight: 500;
    float: left;

    margin-right: 28px;

}

.short_project_name .ico {
    display: block;
    float: left;
    width: 26px;
    height: 19px;
    margin: 2px 15px 0 0;
}

.short_project_name .ico_house {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) -27px 0 no-repeat;
}

.short_project_name .ico_garage {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) -27px -19px no-repeat;
}

.full_project_name {
    color: #4e5051;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    width: calc(100% - 140px);
    vertical-align: top;
}

.final_order_block_price {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 6.2%;
    box-sizing: border-box;
    margin-top: 0px;
    color: #515151;
}

.final_order_block_price div {
    margin-bottom: 16px;
    line-height: 35px;
}

.final_order_block_price-old {
    color: #a1a1a1;
}

.final_order_block_price span {
    float: right;
    font-size: 29px;
}

.final_order_block_price span .rubl {
    font-size: 30px;
}

.final_order_block_price-old span {
    line-height: 22px;
}

.final_order_block_price-discount {
    color: #5aa23e;
}

.final_order_block_price-discount span {
    line-height: 27px;
}

.final_order_block_price .final_order_block_price-price {
    color: #515151;
    line-height: 58px;
}

.final_order_block_price-price span {
    font-size: 48px;
    line-height: 43px;
}

.final_order_block_price-price span .rubl {
    font-size: 50px;
}

.big_blue_button {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
    line-height: 35px;
    padding: 15px 30px;
    border-radius: 4px;
    float: right;
    background: rgb(0, 204, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 204, 255, 1) 0%, rgba(43, 181, 239, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 204, 255, 1)), color-stop(100%, rgba(43, 181, 239, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 204, 255, 1) 0%, rgba(43, 181, 239, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 204, 255, 1) 0%, rgba(43, 181, 239, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 204, 255, 1) 0%, rgba(43, 181, 239, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 204, 255, 1) 0%, rgba(43, 181, 239, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ccff', endColorstr='#2bb5ef', GradientType=0); /* IE6-9 */
    box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.15);
    border: 0;
}

.final_order_block .order_blocks_buttons .big_blue_button {
    padding: 15px 35px;
}

.big_blue_button:hover {
    opacity: 0.9;
    color: #fff;
}

ul.tabs__caption {
    margin: 0px 0 20px 0;
    padding: 0;
    list-style: none;
}

ul.tabs__caption li {
    width: 24.85%;
    float: left;
    margin-right: 1px;
    border-top: 9px solid #696969;
    font-size: 12px;
    line-height: 49px;
    text-transform: uppercase;
    color: #696969;
    font-weight: 500;
    text-align: right;
    padding: 0;
    list-style: none;
    background: none;
}

ul.tabs__caption li.active {
    border-color: #00afef;
    color: #00afef;
}

.order_block {
    margin-bottom: 100px;
}

.order_block.last,
.order_block:last-child {
    margin-bottom: 50px;
}

.order_block_label {
    float: right;
}

.order_block_label {
    line-height: 50px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

a.order_block_label_title {
    padding: 0 20px;
    background: #fff;
    margin-left: 30px;
    color: #000;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.27);
    position: relative;
    z-index: 10;
}

a.order_block_label_title .ico {
    width: 26px;
    height: 19px;
    display: block;
    float: left;
    margin: 13px 10px 0 0;
}

a.order_block_label_title .ico_house {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) no-repeat -53px 0;
}

a.order_block_label_title .ico_garage {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) no-repeat -53px -19px;
    margin-top: 16px;
}

a.order_block_label_title .label_hover {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) -38px -50px;
    width: 19px;
    height: 19px;
    display: block;
    float: right;
    margin: 15px 0 0 10px;
}

a.order_block_label_title.order_block_button-open .label_hover,
a.order_block_label_title:hover .label_hover {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) 0 -50px;
}

a.order_block_label_title:hover {
    color: #000;
}

a.order_block_label_del {
    color: #9da1a3;
    cursor: pointer;
}

a.order_block_label_del:hover {
    color: #d40000;
}

a.order_block_label_del .ico {
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    background: url(/local/templates/domamo_v001/./images/sprite.svg) -10px -38px;
    background: none;
    margin: 19px 10px 0 0;
}

a.order_block_label_del:hover .ico {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) 0 -38px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #202020;
    text-transform: uppercase;
}

h3.f24 {
    font-size: 24px;
    text-transform: inherit;
    clear: both;
}

.project_char h4 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.border_in_bottom {
    padding-bottom: 40px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0 2px 0 0 rgba(255, 255, 255, 1);
}

.deliver_var_container {
    padding-bottom: 20px;
}

.selection_unit {
    float: left;
    width: 340px;
    height: 122px;
    box-sizing: border-box;
    padding: 28px 15px 4px 90px;
    border: 1px solid #dedede;
    display: block;
    margin: 0 28px 25px 0;
    position: relative;
    overflow: hidden;
}

.selection_unit-center {
    padding-top: 50px;
}

.delivery-method .item.active .selection_unit,
.selection_unit.active,
.selection_unit:hover {
    padding: 24px 11px 0 86px;
    border: 5px solid #00afef;
}

.delivery-method .item.active .selection_unit-center,
.selection_unit-center.active,
.selection_unit-center:hover {
    padding-top: 46px;
}

.selection_unit .ico {
    display: block;
    width: 54px;
    height: 42px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.ico.ico_deliver_2,
.ico.ico_payment_4 {
    width: 47px;
}

.delivery-method .item.active .selection_unit .ico,
.selection_unit.active .ico,
.selection_unit:hover .ico {
    top: 16px;
    left: 16px;
}

.selection_unit-center .ico {
    top: 35px;
}

.delivery-method .item.active .selection_unit-center .ico,
.selection_unit-center.active .ico,
.selection_unit-center:hover .ico {
    top: 31px;
}

.ico_deliver_1 {
    background: url(/local/templates/domamo_v001/./images/icon.svg) -52px 0;
}

.ico_deliver_2 {
    background: url(/local/templates/domamo_v001/./images/icon.svg) 0 0;
}

.selection_unit-title {
    font-size: 16px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 10px;
}

.selection_unit-text {
    font-size: 12px;
    color: #696c6d;
    line-height: 15px;
    max-height: 62px;
    overflow: hidden;
}

.selection_unit-text p {
    margin-bottom: 5px;
    margin-top: 0;
}

.selection_unit-text .red {
    color: red;
}

.selection_unit-img img {
    height: 40px;
    margin: 5px 0;
}

.order_form {
    margin: 0px 0 55px 0;
    padding-bottom: 16px;
}

.order_form_input, .order_form_select, .order_form_textarea {
    float: left;
    width: 49.999999%;
}

.order_form_select label,
.order_form_input label,
.order_form_textarea label {
    margin: 5px 0;
    color: #000;
    font-size: 14px;
}

.order_form_input label .ico,
.order_form_textarea label .ico,
.chosen-container-single .chosen-single > span:after {
    width: 8px;
    height: 9px;
    display: inline-block;
    background: url(/local/templates/domamo_v001/./images/sprite.svg) -52px -38px;
    margin: 0px 0 0 4px;
    vertical-align: top;
}

.order_form_select select,
.order_form_input input,
.order_form .chosen-container-single .chosen-single {
    position: relative;
    background: #fff;
    width: 340px;
    height: 41px;
    line-height: 41px;
}

.order_form_input input {
    border: none;
    box-shadow: none;
    background: none;
    position: relative;
    z-index: 12;
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
    line-height: 46px;
    font-size: 14px;
}

.order_form_select select,
.order_form_input input,
.order_form textarea,
.order_form .chosen-container-single .chosen-single {
    display: block;
    margin-bottom: 0px;
    border-radius: 2px;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.29);
    border: none;
    box-sizing: border-box;
    font-family: "IstokRegular", sans-serif;
    color: #696c6d;
    font-size: 14px;
    background: #fff;
    margin: 5px 0 15px 0;
}

.order_form_textarea {
    position: relative;
    width: 342px;
    height: 130px;
}

.order_form_textarea textarea {
    z-index: 14;
    background: none;
    position: relative;
    background: #fff;
}

.order_form textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 15px;
    line-height: 16px;
    resize: none;
}

.order_form .chosen-container {
    width: 322px !important;
    margin-bottom: 20px;
}

.order_form .chosen-container-single .chosen-single {
    margin-bottom: 0;
    color: #696c6d;
    font-size: 14px;
    padding: 0 15px;
}

.chosen-container-single .chosen-single > span {
    position: relative;
    display: inline-block;
    margin-right: 0;
    padding-right: 16px;
}

.chosen-container-single .chosen-single > span:after {
    content: "";
    display: block;
    position: absolute;
    margin: 0;
    right: 0;
    top: 16px;
}

.chosen-with-drop .chosen-single > span:after {
    content: none;
}

.chosen-container-single .chosen-single div {
    width: 25px;
}

.chosen-container-single .chosen-single div b {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) -20px -38px;
    width: 12px;
    height: 7px;
    margin-top: 16px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) -32px -38px;
}

.order_form .chosen-container .chosen-drop {
    box-shadow: inset 0px -5px 3px 0px rgba(0, 0, 0, 0.29);
    border: none;
}

.order_form .chosen-container .chosen-results {
    padding: 5px 15px;
    border-top: 1px solid #eee;
}

.order_form .chosen-container .chosen-results li {
    padding: 0;
    line-height: 25px;
    color: #696c6d;
    font-size: 14px;
}

.chosen-container .chosen-results li.highlighted {
    background: none;
    color: #00afef;
}

.pay_var_container {
    padding: 7px 0 20px 0;
    margin-bottom: 30px;
}

.ico_payment_5,
.ico_payment_1,
.ico_payment_2 {
    background: url(/local/templates/domamo_v001/./images/icon.svg) -104px 0;
}

.ico_payment_3 {
    background: url(/local/templates/domamo_v001/./images/icon.svg) -156px 0;
}

.ico_payment_4 {
    background: url(/local/templates/domamo_v001/./images/icon.svg) -208px 0;
}

.selection_unit-title-dot {
    border-bottom: 1px dotted #202020;
    display: inline-block;
}

.selection_unit:hover .selection_unit-title-dot {
    border-bottom: none;
    padding-bottom: 1px;
}

.order_blocks_buttons {
    padding-bottom: 50px;
}

.final_order_block .order_blocks_buttons {
    margin-top: 42px;
}

.big_gray_button {
    background: rgb(131, 131, 131); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(131, 131, 131, 1) 0%, rgba(129, 129, 129, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(131, 131, 131, 1)), color-stop(100%, rgba(129, 129, 129, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(131, 131, 131, 1) 0%, rgba(129, 129, 129, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(131, 131, 131, 1) 0%, rgba(129, 129, 129, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(131, 131, 131, 1) 0%, rgba(129, 129, 129, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(131, 131, 131, 1) 0%, rgba(129, 129, 129, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838383', endColorstr='#818181', GradientType=0); /* IE6-9 */
    line-height: 64px;
    display: inline-block;
    padding: 0 30px 0 20px;
    font-size: 15px;
    font-weight: 700;
    color: #f6f6f6;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.big_gray_button:hover {
    opacity: 0.9;
}

.big_gray_button .ico {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) -44px -38px;
    width: 7px;
    height: 12px;
    display: block;
    float: left;
    margin: 25px 20px 0 0;
}

.order_blocks_buttons .big_blue_button {
    padding: 15px 25px;
}

.final_order_block-pay {
    padding-bottom: 22px;
}

.final_order_block-pay .final_order_block_names {
    padding-left: 6%;
}

.final_order_block-pay .final_order_block_item {
    padding: 5px 0 13px 0;
}

.final_order_block-pay .short_project_name {
    margin-right: 13px;
}

.final_order_block-pay .final_order_block_price div {
    margin-bottom: 11px;
}

.final_order_block-pay .final_order_block_price-price {
    margin-top: 20px;
}

.b_error {
    color: red;
}

/*Ð¡Ñ‚Ñ€Ð°Ð½Ð¸Ñ†Ð° ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð¾Ð²*/
.contact-row {
    background-color: #f7f7f7;
    margin: 0 -32px 35px;
}

.contact-row .w50 {
    float: left;
    width: 50%;
}

.contact-row .contact-cont {
    padding: 0 32px 15px;
}

.contact-cont a[href^="tel"] {
    color: #333
}

.contact-row a {
    text-decoration: underline;
    color: #00afef;
}

.contact-row a:hover {
    color: #000;
}

.contact-label {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.field-row {
    margin-bottom: .8em;
    line-height: 1.8em;
}

.field-label {
    float: left;
    width: 112px;
    color: #919496;
    font-size: .9em;
}

.field-value {
    float: left;
    font-size: .9em;
}

.rekvizits p {
    line-height: 2.6em;
    font-size: .9em;
    margin: 0 0 1.5em 0;
}

.download-doc {
    margin-left: 30px;
    padding-left: 63px;
    padding-top: 7px;
    background: url(/local/templates/domamo_v001/images/doc.svg) no-repeat 0 0;
    min-height: 51px;
    display: block;
    font-size: .8em;
    text-transform: uppercase;
    color: #4b4b4b;
    text-decoration: underline;
    line-height: 1.8em;
}

@media (max-width: 767px) {
    .b_dop_content .b_content_2 {
        padding: 20px 24px;
    }

    .contact-label {
        font-size: 16px;
        line-height: 20px;
    }

    .contact-row {
        background: transparent;
        margin: 0 -24px 30px;
    }

    .contact-row .w50 {
        width: 100%;
    }

    .contact-row .contact-cont {
        padding: 0 24px 15px;
    }
}


.scroller {
    overflow: hidden;
    position: relative;
}

.scroller,
.scroller * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.scroller,
.scroller-content,
.scroller-bar,
.scroller-track,
.scroller-handle {
    box-sizing: border-box;
}

.scroller-content {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.scroller-content::-webkit-scrollbar,
.scroller-content::-webkit-scrollbar-button,
.scroller-content::-webkit-scrollbar-track,
.scroller-content::-webkit-scrollbar-track-piece,
.scroller-content::-webkit-scrollbar-thumb,
.scroller-content::-webkit-scrollbar-corner,
.scroller-content::-webkit-resizer {
    background: transparent;
    opacity: 0;
}

.scroller-bar {
    width: 16px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: none;
}

.scroller-track {
    width: 100%;
    height: 10px;
    position: relative;
    background: #efefef;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 1, .16);
    border-radius: 1px;
    margin: 3px 0;
}

.scroller-handle {
    width: 10px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 2;
    background: #232c3a;
    cursor: pointer;
}

.scroller-horizontal .scroller-content {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 16px 0;
    position: relative;
}

.scroller-horizontal .scroller-bar {
    width: 100%;
    height: 16px;
    top: auto;
    bottom: 0;
    border-width: 0px 0 0 0;
}

.scroller-horizontal .scroller-handle {
    width: 20px;
    height: 10px;
    top: auto;
    right: auto;
    bottom: 0px;
}

.scroller-setup .scroller-content,
.scroller-active .scroller-content {
    padding: 0px;
}

.scroller-setup .scroller-bar,
.scroller-active .scroller-bar {
    display: block;
}

ul.kombox-num {
    margin: 0;
    padding: 0;
    overflow: visible;
}

.kombox-range {
    width: 227px !important;
    margin-top: 0px;
}

ul.kombox-num li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}

.irs {
    position: relative;
    display: block;
    height: 40px;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    height: 10px;
    top: 25px;
    background-position: 0 0;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 0%;
    height: 10px;
    background-position: 0 -30px;
}

.irs-line-mid {
    left: 10%;
}

.irs-line-right {
    right: 0;
    width: 0%;
}

.irs-diapason,
.irs-diapason-left,
.irs-diapason-right {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

.irs-slider.single {
    left: 10px;
}

.irs-slider.single:before {
    position: absolute;
    display: block;
    content: "";
    top: -50%;
    left: -100%;
    width: 300%;
    height: 200%;
    background: rgba(0, 0, 0, 0.0);
}

.irs-slider.from {
    left: 100px;
}

.irs-slider.from:before {
    position: absolute;
    display: block;
    content: "";
    top: -50%;
    left: -200%;
    width: 100%;
    height: 200%;
    background: rgba(0, 0, 0, 0.0);
}

.irs-slider.to {
    left: 300px;
}

.irs-slider.to:before {
    position: absolute;
    display: block;
    content: "";
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    background: transparent;
}

.irs-slider.last {
    z-index: 2;
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
    margin-bottom: -17px;
}

.irs-from {
    margin-left: -7px;
}

.irs-to {
    margin-left: 10px;
}

.irs-grid {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid {
    margin-top: 0;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    color: #000;
}

.irs-line-mid,
.irs-line,
.irs-diapason-left,
.irs-diapason-right,
.irs-slider {
    background: url(/local/templates/domamo_v001/./images/slider.svg) repeat-x;
}

.irs-line-mid {
    height: 9px;
    background-position: left bottom;
}

.irs-line-right {
    height: 10px;
    background-position: 100% -30px;
}

.irs-diapason,
.irs-diapason-left,
.irs-diapason-right {
    height: 10px;
    top: 25px;
    background-position: 0 -61px;
}

.irs-diapason {
    background: none;
}

.irs-slider {
    width: 22px;
    height: 22px;
    top: 14px;
    background-position: 0 -90px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: none !important;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    display: none !important;
}

.irs-grid-pol {
    background: #99a4ac;
}

.irs-grid-text {
    color: #99a4ac;
}

.irs-slider.from {
    background-position: 0px -75px;
    width: 20px;
    height: 33px;
    margin-left: -10px;
}

.irs-slider.to {
    background-position: 0px -107px;
    width: 20px;
    height: 33px;
    margin-left: -10px;
}


.b_content.categories .h3 {
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.4em;
}

.b_content.categories ul {
    margin: 10px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
}

.b_content.categories ul li {
    margin: 0px 0px 0px 0px;
    background: none;
    padding: 0px 0px 0px 0px;
}


/*ÐšÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ° Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð°*/
.exp-popup {
    font-size: .7em;
    max-width: 1400px;
    font-family: 'IstokRegular', arial;
    position: relative;
    height: 100%;
}

.exp-popup .wrap {
    width: 35%;
    margin-left: 65%;
    float: left;
    background: #FBFBFB;
    position: relative;
    height: 100%;
}

.exp-popup .b_img {
    padding: 20px;
    text-align: center;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

.exp-popup .b_img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.exp-popup .left-block {
    float: left;
    width: 186%;
    margin-left: -186%;
    box-sizing: border-box;
    position: relative;
    height: 100%;
}

.exp-popup .right-block {
    float: right;
    width: 100%;
    padding: 3em 2.5em 2em 2.5em;
    box-sizing: border-box;
    position: relative;
    height: 100%;
}

.exp-popup .b-links {
    padding-top: 30px;
}

.exp-popup .b-links a {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    line-height: 1em;
    margin-right: 20px;
}

.exp-popup .b_name {
    font-size: 1.4em;
    padding: 0px 0px 1em 0px;
    text-decoration: none;
    font-family: 'IstokBold', arial;
}

.exp-popup .param .p_name {
    float: left;
    color: #757a80;
    font-size: 1em;
    background-color: #FBFBFB;
    padding: .4em 10px 0 0;
    line-height: 1.5em;
}

.exp-popup .param .b_value {
    float: right;
    font-size: 1em;
    color: #000;
    background-color: #FBFBFB;
    padding: 0 0 0 0px;
    font-family: 'IstokRegular', arial;
}

.exp-popup .param .b_value_item {
    float: left;
    font-size: 1.2em;
    color: #000;
    background-color: #FBFBFB;
    padding: 0 0 0 10px;
    font-family: 'IstokRegular', arial;
}

.exp-popup .param .b_value sup {
    float: none;
    font-family: 'IstokRegular', arial;
}

.exp-popup .param {
    float: left;
    width: 100%;
    background-position: 0 1.35em;
    margin: .1em 0 .2em;
}

@media screen and (min-width: 1240px) {
    .exp-popup {
        font-size: 14px;
    }
}

@media screen and (min-width: 1000px) {
    .exp-popup {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .exp-popup .wrap {
        width: 100%;
        margin: 0;
    }

    .exp-popup .left-block {
        width: 100%;
        margin: 20px 0 0 0;
        height: auto;
    }

    .exp-popup .b_img {
        padding: 15px 15px;
    }

    .exp-popup .right-block {
        padding: 10px 15px 30px;
        height: auto;
    }
}

/* .fancybox-inner
{
	height: auto!important;
}
.fancybox-overlay-fixed
{
	position: absolute!important;
	} */


.b_box.bx_filter_parameters_box.active .b_hide {
    overflow: visible !important;
}

a.phone-link {
    color: #333;
}

.login-head {
    float: right;
    color: #fff;
    transition: .2s;
    position: relative;
    width: 18px;
    height: 18px;
    margin-left: 25px;
    margin-right: 25px;
}

.lk-head {
    float: right;
    color: #fff;
    transition: .2s;
    position: relative;
    width: 19px;
    height: 19px;
    margin-left: 25px;
    margin-right: 25px;
}

.login-head-adap {
    display: none;
    height: 54px;
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    vertical-align: top;
    float: right;
    overflow: hidden;
    position: relative;
    background-image: url(/local/templates/domamo_v001/images/log.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.lk-head-adap {
    display: none;
    height: 54px;
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    vertical-align: top;
    float: right;
    overflow: hidden;
    position: relative;
    background-image: url(/local/templates/domamo_v001/images/lk.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.login-head:before,
.login-head:after {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .2s;
}

.login-head:before {
    background-image: url(/local/templates/domamo_v001/images/log.svg);
}

.login-head:after {
    background-image: url(/local/templates/domamo_v001/images/log-hover.svg);
    opacity: 0;
}

.login-head:hover {
    color: #ff1054;
}

.login-head:hover:before {
    opacity: 0;
}

.login-head:hover:after {
    opacity: 1;
}


.lk-head:before,
.lk-head:after {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .2s;
}

.lk-head:before {
    background-image: url(/local/templates/domamo_v001/images/lk.svg);
}

.lk-head:after {
    background-image: url(/local/templates/domamo_v001/images/lk-hover.svg);
    opacity: 0;
}

.lk-head:hover {
    color: #ff1054;
}

.lk-head:hover:before {
    opacity: 0;
}

.lk-head:hover:after,
.lk-head--active:after {
    opacity: 1;
}


.compare-desk {
    height: 17px;
    width: 17px;
    text-align: left;
    vertical-align: top;
    float: right;
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 2px;
}

.compare-desk.isset {
    cursor: pointer;
}

.compare-desk:after,
.compare-desk:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .2s;
    z-index: 1
}

.compare-desk:after {
    background-image: url(/local/templates/domamo_v001/images/compare-hover.svg);
    opacity: 0;
}

.compare-desk:before {
    background-image: url(/local/templates/domamo_v001/images/compare.svg);
}

.compare-desk.isset:hover:after {
    opacity: 1;
}

.compare-desk.isset:hover:before {
    opacity: 0;
}

.compare-desk .b_count {
    font-size: 11px;
    width: 15px;
    line-height: 16px;
    height: 15px;
    text-align: center;
    color: #1b1e26;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -10px;
    top: -10px;
    background: rgb(255, 180, 0);
    border-radius: 50%;
    font-weight: bold;
    z-index: 2
}


.favorite-desk {
    height: 17px;
    width: 17px;
    text-align: left;
    vertical-align: top;
    float: right;
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
    cursor: default;
}

.favorite-desk.isset {
    cursor: pointer;
}

.favorite-desk:after,
.favorite-desk:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .2s;
    z-index: 1
}

.favorite-desk:after {
    background-image: url(/local/templates/domamo_v001/images/favorite-hover.svg);
    opacity: 0;
}

.favorite-desk:before {
    background-image: url(/local/templates/domamo_v001/images/favorite.svg);
}

.favorite-desk.isset:hover:after {
    opacity: 1;
}

.favorite-desk.isset:hover:before {
    opacity: 0;
}

.favorite-desk .b_count_text {
    font-size: 11px;
    width: 15px;
    line-height: 16px;
    height: 15px;
    text-align: center;
    color: #1b1e26;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -10px;
    top: -10px;
    background: rgb(255, 180, 0);
    border-radius: 50%;
    font-weight: bold;
    z-index: 2
}


.compare-adap {
    display: none;
    height: 54px;
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    vertical-align: top;
    float: right;
    position: relative;
    background-image: url(/local/templates/domamo_v001/images/compare.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 2px;
}

.compare-adap .b_count {
    font-size: 11px;
    width: 15px;
    line-height: 16px;
    height: 15px;
    text-align: center;
    color: #1b1e26;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -9px;
    top: 8px;
    background: rgb(255, 180, 0);
    border-radius: 50%;
    font-weight: bold;

}

.favorite-adap {
    display: none;
    height: 54px;
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    vertical-align: top;
    float: right;
    position: relative;
    background-image: url(/local/templates/domamo_v001/images/favorite.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.favorite-adap .b_count_text {
    font-size: 11px;
    width: 15px;
    line-height: 16px;
    height: 15px;
    text-align: center;
    color: #1b1e26;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -9px;
    top: 9px;
    background: rgb(255, 180, 0);
    border-radius: 50%;
    font-weight: bold;
}

.header_two .b_count,
.header_two .b_count_text {
    opacity: 0;
}

.header_two .b_count.isset,
.header_two .b_count_text.isset {
    opacity: 1;
}


.b_right .b_count_text,
.header_two .b_count_text,
.b_right .b_count,
.header_two .b_count {
    opacity: 0;
}

.b_right .b_count_text.isset,
.header_two .b_count_text.isset,
.b_right .b_count.isset,
.header_two .b_count.isset {
    opacity: 1;
}


@media (max-width: 991px) {
    .login-head-adap,
    .lk-head-adap,
    .compare--adap,
    .favorite--adap {
        display: block;
    }
}

.question-block {
    margin-top: 17px
}

.question-block__text {
    color: #adaca9;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3em
}

.question-block__phone {
    font-weight: bold;
    font-size: 18px;
    color: #000
}

@media (max-width: 767px) {
    .question-block__phone {
        color: #0092CF;
        display: block;
        position: relative;
        padding: 10px;
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #0092CF;
        text-align: center;
        line-height: normal;
        margin: 0 auto 10px auto
    }

    .question-block__text {
        text-align: center
    }
}

.b_project .b_more.quest_form {
    color: #0092CF;
    display: block;
    padding: 14px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #0092CF;
    text-align: center;
    padding-left: 39px;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 0px
}

.b_project .b_more.quest_form:hover span {
    color: #ff1054
}

.b_project .b_more.quest_form span {
    position: relative;
    font-size: 15px
}

.b_project .b_more.quest_form span:before {
    content: "?";
    position: absolute;
    display: block;
    left: -30px;
    top: 0px;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #0092CF;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 1px 0px 0px 1px
}

@media (max-width: 991px) {
    .b_project .b_more span:before {
        top: 0
    }
}

@media (max-width: 767px) {
    .b_project .b_more {
        padding-left: 0
    }

    .b_project .b_more:before {
        left: 30%
    }
}

/* Ð´Ð¾Ð±Ð°Ð²Ð¸Ñ‚ÑŒ Ð² Ñ‚ÐµÐ½Ð´ÐµÑ€ ÑÑ‚Ñ€Ð¾Ð¸Ñ‚ÐµÐ»ÑŒÐ½ÑƒÑŽ ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸ÑŽ */
.dom-contractors-alert {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 15px;
    text-align: center;
    z-index: 999;
    width: 100%;
    background-color: #00afef;
}

.dom-contractors-alert__inner {
    display: inline-block;
}

.dom-contractors-alert__text {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dom-contractors-alert__btn {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 5px;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #00afef;
    padding: 17px 17px;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
    transition: .2s;
    cursor: pointer;
}

.dom-contractors-alert__btn:hover {
    background: #0092CF;
    color: #fff;
}


/* click phone */

.b_more.project-phone {
    color: #0092CF;
    display: block;
    padding: 14px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #0092CF;
    text-align: left;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 49px;
    position: relative;
    min-height: 44px;
    float: none;
    line-height: 14px;
    font-size: 18px;
}

.b_more.project-phone.active {
    padding-left: 14px
}

.b_more.project-phone:hover {
    border: 1px solid #0092CF;
    color: #0092CF
}

.b_more.project-phone:hover .show-phone {
    border-bottom: 1px #ff1054 dashed;
    border-bottom: 1px transparent dashed;
    color: #ff1054
}

.b_more.project-phone.phone-shows {
    padding-left: 0;
    padding-right: 0
}


.b_project .b_more.quest_form {
    color: #0092CF;
    display: block;
    padding: 14px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #0092CF;
    text-align: center;
    padding-left: 39px;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 0px
}

.b_project .b_more.quest_form:hover span {
    color: #ff1054
}

.b_project .b_more.quest_form span {
    position: relative;
    font-size: 15px
}

.show-phone-block {
    position: relative
}

.show-phone-block .show-phone {
    position: absolute;
    font-weight: normal;
    font-size: 15px;
    color: #0092CF;
    border-bottom: 1px #0092CF dashed;
    background-color: #fff;
    display: inline-block;
    z-index: 3;
    right: 47px;
    top: 10px;
    cursor: pointer
}

.show-phone-block .show-phone:hover {
    color: #ff1054;
    border-bottom: 1px solid transparent
}

.show-phone-block .show-phone:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 74px;
    top: -2px;
    height: 27px;
    left: -73px;
    background-image: url(/upload/fade.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

.b_project .b_more.quest_form span:before {
    content: '?';
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 19px;
    height: 19px;
    background-color: #0092CF;
    font-size: 13px;
    display: block;
    position: absolute;
    left: -27px;
    top: 1px;
    line-height: 21px
}

.dom-builder .show-phone-block {

}

.dom-builder .b_more.project-phone {
    border: none;
    font-size: 13px;
    font-weight: normal;
    padding-left: 0;
    padding: 0;
    min-height: 0
}

.dom-builder .show-phone-block .show-phone:before {
    top: 0;
    left: auto;
    right: 99%;
    width: 50%;
}

.dom-builder .show-phone-block .show-phone {
    font-weight: bold;
    top: -4px;
    font-size: 13px;
    border-bottom-style: solid
}

@media (max-width: 1199px) {
    .show-phone-block .show-phone:before {
        left: -73px
    }
}

@media (max-width: 991px) {
    .b_project .b_more span:before {
        top: 0
    }

    /*.show-phone-block .show-phone{right:calc(50% - 65px)}*/
}

@media (max-width: 767px) {
    .show-phone-block, .b_project .b_more.quest_form {
        display: block
    }

    .b_project .b_more:before {
        left: 30%
    }

    .show-phone-block {
        margin: 0 auto
    }

    .b_project .b_more.quest_form {
        margin: 10px auto 16px;
        float: none
    }

    .b_more.project-phone {
        padding-left: 25%
    }
}

@media (max-width: 500px) {
    .b_more.project-phone {
        padding-left: 14%
    }
}

@media (max-width: 450px) {
    .b_more.project-phone .show-phone {
        margin-left: 50px
    }

    .wrap-click .show-phone-block .show-phone {
        right: 13px;
    }
}

@media (max-width: 400px) {
    .b_more.project-phone .show-phone {
        margin-left: 50px
    }

    .b_more.project-phone .fake-phone:before {
        right: -32px
    }
}

.project-phone {
    margin: 16px 0 0;
}

.contacts-social {
    margin-bottom: 40px;
}

.contacts-social-icons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.contacts-social a {
    width: 28px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.contacts-social a img {
    width: 100%;
    border-radius: 4px;
}

/* auth */
.body-domamo-auth {
    overflow-x: hidden;
}

.domamo-auth {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    padding: 60px 0;
}

.domamo-auth__return {
    position: absolute;
    right: 25px;
    top: 25px;
    background-image: url(/local/templates/domamo_v001/images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
    transition: .2s;
    width: 18px;
    height: 18px;
}

.domamo-auth__return:hover {
    opacity: 1;
}

.domamo-auth__block {
    background-color: #fff;
    width: 494px;
    padding: 64px 68px 52px 69px;
    position: relative;
}

.domamo-auth__logo {
    text-align: center;
    display: block;
    margin-bottom: 55px;
}

.domamo-auth__logo img {
    display: inline-block;
}

.domamo-auth__form-item {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.domamo-auth__error {
    position: absolute;
    color: #E93333;
    font-size: 10px;
    top: calc(100% + 1px);
}

.domamo-auth__form-item:before {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 14px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.domamo-auth__form-item--mail:before {
    background-image: url(/local/templates/domamo_v001/./images/auth-mail.svg);
}

.domamo-auth__form-item--pass:before {
    background-image: url(/local/templates/domamo_v001/./images/auth-block.svg);
}

.domamo-auth__form-item--pass {
    margin-bottom: 16px;
}

.domamo-auth__form-item span {
    color: #333;
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    font-size: 15px;
    line-height: 15px;
    transition: .3s
}

.domamo-auth__form-item span.domamo-auth__form-item-span--active {
    opacity: 0;
}

.domamo-auth__form-item input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #BCBCBC;
    color: #333;
    width: 100%;
    padding-bottom: 11px;
    padding-right: 40px;
}

.domamo-auth__form-item input.domamo-auth__form-item-input--active {
    border-bottom: 1px solid #000;
}

.domamo-auth__bottom {
    margin-bottom: 22px;
}

.domamo-auth__checkbox {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
}

.domamo-auth__checkbox-custom {
    width: 15px;
    height: 15px;
    border: 1px solid #8B8D91;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 3px;
}

.domamo-auth__checkbox:checked + .domamo-auth__checkbox-custom {
    background-image: url(/local/templates/domamo_v001/images/auth-tip.svg);
    background-size: 9px;
    background-position: center;
    background-repeat: no-repeat;
}

.domamo-auth__label {
    color: #8C8E92;
    font-size: 15px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: color .3s
}

.domamo-auth__bottom > label:hover .domamo-auth__label {
    color: #0092CF;
}

.domamo-auth__bottom > label {
    float: left;
}

.domamo-auth__show-pass {
    float: right;
    color: #8C8E92;
    font-size: 15px;
    line-height: 24px;
    cursor: pointer;
    transition: opacity .3s;
    pointer-events: none;
    opacity: 0;
}

.domamo-auth__show-pass--active {
    pointer-events: auto;
    opacity: 1;
}

.domamo-auth__show-pass--active:hover {
    color: #0092CF;
}

.domamo-auth__submit {
    display: block;
    width: 100%;
    padding: 16px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: none;
    outline: none;
    background-color: #0092CF;
    transition: background-color .3s;
    font-size: 13px;
}

.domamo-auth__submit:hover {
    background-color: #31c2ff;
}

.domamo-auth__other {
    margin-bottom: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.domamo-auth__other-item {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: .2s;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 12px;
    background-color: #0092CF;
}

.domamo-auth__other-item:hover {
    transform: scale(1.1);
}

.domamo-auth__or {
    text-align: center;
    color: #8C8E92;
    margin: 10px 0;
}

.domamo-auth__btn:first-child {
    margin-right: 12px;
}

.domamo-auth__btn {
    display: block;
    float: left;
    width: calc(50% - 6px);
    color: #333;
    padding: 17px 10px 11px 62px;
    font-size: 14px;
    background-repeat: no-repeat;
    transition: box-shadow .3s;

}

.domamo-auth__btn:hover {
    color: #333;

}

.domamo-auth__text {
    color: #B2B2B2;
    font-size: 12px;
    line-height: 18px;
}

.domamo-auth__text a {
    color: #0092CF;
}

.domamo-auth__text a:hover {
    text-decoration: underline;
}

.domamo-auth__forgot {
    float: left;
    font-size: 15px;
    color: #8C8E92;
    transition: .3s;
}

.domamo-auth__reg {
    float: right;
    font-size: 15px;
    color: #8C8E92;
    transition: color .3s;
}

.domamo-auth__forgot:hover,
.domamo-auth__reg:hover {
    color: #E93333;
}

.domamo-auth__project {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.domamo-auth__last {
    margin-top: 10px;
    margin-bottom: 29px;
}

.domamo-auth__copy {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
}

.domamo-auth__close {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    display: block;
    background-image: url(/local/templates/domamo_v001/images/close.svg);
    opacity: .2;
    transition: .2s;
}

.domamo-auth__close:hover {
    opacity: 1;
}

}
@media (max-width: 500px) {
    .domamo-auth__block {
        width: 100%;
        padding: 64px 48px 52px 48px;
    }
}

@media (max-width: 400px) {
    .domamo-auth__block {
        padding: 50px 25px 25px 25px;
    }

    .domamo-auth__forgot,
    .domamo-auth__reg,
    .domamo-auth__bottom > label,
    .domamo-auth__show-pass {
        float: none;
        font-size: 14px;
        display: block;
    }

    .domamo-auth__label {
        font-size: 14px;
    }

    .domamo-auth__forgot,
    .domamo-auth__bottom > label {
        margin-bottom: 15px;
    }

    .domamo-auth__other {
        margin-bottom: 23px;
    }

    .domamo-auth__last {
        margin-bottom: 25px;
    }

    .domamo-auth__form-item input {
        padding-bottom: 5px;
    }

    .domamo-auth__form-item span {
        bottom: 5px;

    }

    .domamo-auth__form-item:before {
        bottom: 10px;
        right: 0;
    }
}

.domamo-auth__back {
    position: absolute;
    left: 25px;
    top: 25px;
    background-image: url(/local/templates/domamo_v001/images/left-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
    transition: .2s;
    width: 18px;
    height: 18px;
}

.domamo-auth__back:hover {
    opacity: 1;
}

/* end auth */


.lk-wrapper .b_search {
    position: relative;
    left: 0;
    right: 0;
    margin-left: 20px;
}

.lk-wrapper .top_header {
    padding-left: 0;
    padding-right: 0;
}

.lk-wrapper .top_header .b_right {
    padding-right: 15px;


}

.lk-wrapper .b_search.focus {
    position: absolute;
    left: 60px;
    width: calc(100% - 85px);

}


.tabs-page {
    background: #ebf1f5;
}

.bottom_h1 {
    padding: 0 20px 0 20px;
    margin: -20px 0 50px 0;
}

.front_info .bottom_h1 {
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    width: 66.66%;
}

@media (max-width: 991px) {
    .front_info .bottom_h1 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 35px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .bottom_h1 {
        margin: 0 0 40px 0;
    }

    .front_info .bottom_h1 {
        padding-left: 22px;
        padding-right: 22px;


    }
}


#bx_catalog_compare_block .notetext,
#bx_build_compare_block .notetext,
.favorites_block .notetext {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    display: block;
    font-size: 14px;
    color: #333
}

@media (max-width: 991px) {
    #bx_catalog_compare_block .notetext,
    #bx_build_compare_block .notetext,
    .favorites_block .notetext {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 30px;
    }
}

@media (max-width: 700px) {
    #bx_catalog_compare_block .notetext,
    #bx_build_compare_block .notetext,
    .favorites_block .notetext {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#toTop {
    background-color: #00afef;
    position: fixed;
    right: 20px;
    bottom: 55px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1999;
    transition: .2s;
    display: none;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
}

#toTop:hover {
    opacity: 1;
}

#toTop:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/domamo_v001/svg/ico-arr-to-top.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

@media (max-width: 991px) {
    #toTop {
        width: 35px;
        height: 35px;
        right: 20px;
        bottom: 55px;
    }

    #toTop:before {
        background-size: 10px;
    }
}

/* End */


/* Start:/local/templates/domamo_v001/css/adapt.css?15978472563260*/
@media (max-width: 1600px) {
    .header_two {
        font-size: 14px;
    }
}

@media (max-width: 1500px) {
    .header_two .logo {
        padding-right: 10px;
    }

    .hide_1400 {
        display: none;
    }
}

@media (max-width: 1400px) {
    /* 	.top_header  .profil,
.top_header  .favorite,
.top_header  .compare {margin-left: 15px;} */
    .b_search {
        left: 710px;
        right: 410px;
        width: 20%;
    }

    .header_two .logo {
        padding-top: 15px;
    }

    .lk-wrapper .header_two .logo img, .header_two .logo img {
        height: 22px;
    }

    .header_two {
        font-size: 13px;
    }

    .header_two .main_menu_ul > .main_menu_li > a > span {
        display: none;
    }
}

@media (max-width: 1300px) {
    .main_slider .arrow_right {
        display: none;
    }

    .main_slider .arrow_left {
        display: none;
    }

    /*.top_header .profil,
	.top_header .favorite,
	.top_header .compare{font-size: 13px;} */
    .b_search {
        left: 730px;
        right: 360px;
    }

    .footer .city_select .city_active,
    .footer .developed,
    .footer .connect,
    .footer .tel {
        font-size: 13px;
    }

    .footer .contackt {
        margin: 6px 0 0;
        line-height: 15px;
    }

    .footer .b_search {
        left: 658px;
        right: 173px;
    }

    .footer .top_header_ul {
        font-size: 13px;
    }

    .footer_bottom_line .developed {
        width: 100%;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer_bottom_line .developed-inner {
        width: 243px;
        line-height: 24px;
        display: inline-block;
    }


}

@media (max-width: 1200px) {
    .top_header {
        padding: 10px 15px;
    }

    .top_header,
    .top_header .contact, .top_header .connect,
    .top_header .tel {
        font-size: 13px;
        width: auto;
    }

    .top_header .tel {
        margin-right: 15px;
    }

    .top_header .city_select {
        min-width: 145px;
    }

    .top_header .social {
        margin-left: 15px;
    }

    .b_search {
        left: 620px;
        right: 360px;
    }

    /* 	.top_header  .profil,
.top_header  .favorite,
.top_header  .compare {margin-left: 10px;} */
    .header_two .main_menu_ul > .main_menu_li > a {
        padding: 0 5px;
    }

}

@media (max-width: 991px) {
    .adapt_search.active .b_search {
        width: calc(100% - 40px)
    }

    .adapt_phone {
        padding-left: 0px;
        padding-right: 0;
        width: auto;
    }

    .adapt_menu {
        margin: 0;
    }

    .header_two .b_wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header_two .logo {
        padding-left: 0;
    }

    .compare-adap,
    .favorite-adap {
        display: block;
    }
}

@media (max-width: 767px) {
    .adapt_phone {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .footer_bottom_line {
        display: block;
    }

    .footer_bottom_line .copy {
        text-align: center;
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .footer .social {
        margin-bottom: 15px;
    }

    .card_block {
        text-align: center;
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    .header_two .logo {
        width: 100%;
        height: auto;
        text-align: center;
        padding-bottom: 10px;
        padding-right: 0;
    }

    .header_two .logo img,
    .lk-wrapper .header_two .logo img {
        height: 24px;
    }

    .adapt_menu .sub_lvl {
        top: 104px;
    }

    .header_two__wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        flex-direction: row-reverse;
    }

    .adapt_menu,
    .adapt_search,
    .mini-cart-holder,
    .adapt_phone,
    .lk-head-adap,
    .login-head-adap,
    .header_two .logo {
        float: none;
    }
}

/* End */


/* Start:/local/templates/domamo_v001/css/art.css?161761399126298*/
/*@font-face {
 	font-family: IstockWeb;
 	src: url(/local/templates/domamo_v001/css/../font/Istok_Web.woff);
 }
 @font-face {
 	font-family: IstokWeb-Bold;
 	src: url(/local/templates/domamo_v001/css/../font/Istok_Web-Bold.woff);
 }

 */
@media (min-width: 320px) {

    .container--article {
        width: 100%;
    }
}

@media (min-width: 1550px) {

    .container--article {
        width: 1500px;
    }
}


.b_article {
    padding: 30px 20px;
}

.art-top-img {
    min-height: 541px;
    background-image: url(/local/templates/domamo_v001/css/../images/article-main-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}


.art__img-icons {
    position: absolute;
    bottom: 0;
    padding: 20px;
    font-size: 15px;
    width: 100%;
    left: 0;
}

.art__img-icons .ya-share2 {
    float: right;
    margin-right: 0;
}

.art__img-icons .ya-share2 div {

    margin-right: 0;
}

.art__img-icons--main {
    padding-left: 60px;
    padding-right: 60px;
}

.art__img-icons--shadow {

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.79) 61%, rgba(0, 0, 0, 0.8) 62%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.79) 61%, rgba(0, 0, 0, 0.8) 62%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.79) 61%, rgba(0, 0, 0, 0.8) 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0); /* IE6-9 */

}

.art__img-icons div {
    display: inline-block;
    color: #fff;
    position: relative;
    margin-right: 5%;


}

.art__img-name {

    padding-left: 50px;
}

/* .art__img-name:before
 {
 	content: "";
 	height: 36px;
 	width: 36px;
 	border-radius: 50%;
 	background-image: url(/local/templates/domamo_v001/css/../images/art-name.png);
 	background-repeat: no-repeat;
 	background-position: -17px -2px;
 	display: inline-block;
 	vertical-align: middle;
 	position: absolute;
 	top: -9px;
 	left: 0;
 }
 .art__img-favorites:before
 {
 	content: "";
 	height: 17px;
 	width: 17px;
 	background-image: url(/local/templates/domamo_v001/css/../images/project_ico.png);
 	background-repeat: no-repeat;
 	background-position: 0 -64px;
 	display: inline-block;
 	vertical-align: middle;
 } */
div.art__img-views {
    margin-right: 20px;
}

.art__img-views:before {
    content: "";
    height: 17px;
    width: 22px;
    background-image: url(/local/templates/domamo_v001/css/../images/views.svg);
    background-repeat: no-repeat;
    background-position: 1px 1px;
    display: inline-block;
    vertical-align: middle;
}

.art__img-comm:before {
    content: "";
    height: 17px;
    width: 19px;
    background-image: url(/local/templates/domamo_v001/css/../images/comm.svg);
    background-repeat: no-repeat;
    background-position: 1px 1px;
    display: inline-block;
    vertical-align: middle;
}


@media (max-width: 1080px) {
    .art__img-icons .ya-share2 {
        float: none;
        margin-top: 24px;
    }

    .art__img-icons div {
        margin-top: 8px;
    }

}

@media (max-width: 767px) {
    .art__img-icons div {
        /*	width: 100%;*/
    }

    .art__img-icons--main {
        padding-right: 20px;
        padding-left: 20px;
    }

    .art-top-img {
        min-height: 400px;
    }
}


.art__main {
    /*width: 1085px;*/
    width: calc(100% - 400px);
    display: inline-block;
    vertical-align: top;
}

.art__main p.last-p {
    margin-bottom: 80px;
}


.art__h3 {
    font-weight: 700;
}

.art__h3-small {
    text-transform: none;
    font-weight: 700;
    margin-bottom: 30px;
}


.art__wrap {
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}

.art__wrap img {
    max-width: 100%;
    height: auto;
}

.art__img {
    width: 100%;
    height: auto;
}


.art__menu {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    float: right;
    border-radius: 4px;
    background-color: #2b303d;

    overflow: hidden;

}

.art-menu__head {

    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: relative;

}

.art-menu__head--open {
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #424a5e;
    transition: .3s;
}

.art-gamb {
    position: absolute;
    right: 23px;
    top: 20px;
    height: 17px;
    width: 17px;
    background-image: url(/local/templates/domamo_v001/css/../images/gamb.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}

.art-gamb:hover {
    cursor: pointer;
}

.art-gamb-open {
    background-image: url(/local/templates/domamo_v001/css/../images/gamb-open.svg);
    transition: .3s;
}

.art-menu__bottom {
    display: none;
    background-color: #2b303d;
    border-radius: 0 0 4px 4px;

}

.art-menu__item {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;

}

.art-menu__item:not(.art-menu__item--menu) a {
    color: #fff;
    padding: 15px 23px 15px 23px;
    display: block;
}

.art-menu__item.art-menu__item--menu a {
    color: #fff;
    display: block;
}

.art-menu__item--menu {
    padding: 19px 23px 19px 23px;
}

.art-menu__border {
    border-bottom: 1px solid #424a5e;
}

.art-menu__item:not(.art-menu__item--menu):hover,
.art-menu__item.selected {
    background-color: #00afee;
}

.art-menu__item:not(.art-menu__item--menu) a:hover,
.art-menu__item.selected a {
    color: #fff;
}

.art__sign {
    color: #696c6d;
    font-style: italic;
    font-size: 16px;
    width: 480px;
    margin-top: 30px;
    margin-bottom: 70px;

}

.art__quote {
    padding: 66px 90px 66px 90px;
    background-color: #f0f0f0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
}

.quote__d {
    height: 40px;
    width: 40px;
    background-color: #1b1e26;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 25px;
    padding-left: 11px;
    padding-top: 5px;

    font-weight: 200;
}

.art__img-wrap {
    width: 140px;
}

.b_article .b_tags a {
    color: #6787a0;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px #6787a0 solid;
    line-height: 10px;
    float: left;
    margin: 3px 10px 9px 0;
}

@media (max-width: 767px) {
    .art__main p.last-p {
        margin-bottom: 40px;
    }

    .art__sign {
        margin-bottom: 40px;
        margin-top: 15px;
    }

    .art__quote {
        padding: 42px 60px;
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .art__sign {
        width: 100%;
    }

}


/*ÐŸÐžÐ”Ð•Ð›Ð˜Ð¢Ð¬Ð¡Ð¯ - ÑÑ‚Ð°Ñ€Ñ‚*/
.art__share {
    padding: 20px 0px 20px 0px;
    margin: 35px 0 35px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;

}

.ya-share2 {

    display: inline-block;
}

.ya-share2 ul {
    padding: 0;
    margin: 0;
}

.ya-share2 ul li:first-child {
    padding: 0;
}

.ya-share2 ul li {
    padding-left: 0px;
}

.art__rate {
    float: right;

}

.art__rate span {
    color: #a6aaac;
    font-size: 15px;
    margin-right: 20px;
}


.rate__icons, .rate__icons div {
    display: inline-block;
    vertical-align: middle;
}

.rate__icon {
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    position: relative;
    cursor: pointer;
}

.rate__icon--like {
    background-image: url(/local/templates/domamo_v001/css/../images/like.svg);
    top: -3px;
}

.rate__icon--dislike {
    background-image: url(/local/templates/domamo_v001/css/../images/dislike.svg);
    top: 3px;
}

.rate__count {
    background-image: url(/local/templates/domamo_v001/css/../images/rate_count.svg);
    width: 30px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #a6aaac;
    text-align: center;
    padding-top: 4px;
    padding-left: 2px;
}

.rate__wrap:first-child {
    margin-right: 12px;
}

@media (max-width: 767px) {
    .art__rate {
        float: none;
        margin-top: 16px;
    }
}

/*ÐŸÐžÐ”Ð•Ð›Ð˜Ð¢Ð¬Ð¡Ð¯ - Ñ„Ð¸Ð½Ð¸Ñˆ*/


.art__interview {
    border: 1px solid #dbdbdb;

    border-radius: 3px;
    padding: 53px 98px 53px 98px;
    max-width: 788px;
    margin-bottom: 60px;

}

.art__quest {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    line-height: 30px;
    margin-bottom: 34px;
}

.quest__item {
    margin-bottom: 25px;
}

.art__quest:before {
    position: absolute;
    height: 37px;
    width: 37px;
}

.art__quest:before {
    content: "?";
    background-color: #4fc6fd;
    border-radius: 50%;
    color: #fff;
    left: -55px;
    top: 0;
    padding: 6px 10px 10px 13px;
    font-size: 19px;
}

.radio {
    display: none;
}

.art-label {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 700;
}

.art-label:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    top: 7px;
    left: 5px;
    display: none;

}

.art-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #838383;
}

.radio:checked + .art-label:before {
    background-color: #4fc6fd;
    border: none;
}

.radio:checked + .art-label:after {
    display: block;
}

@media (max-width: 790px) {
    .art__video {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .art__quest {
        font-size: 20px;
    }

    .art-label {
        font-size: 16px;
    }

    .art__interview {

        padding: 20px 20px 20px 75px;
    }
}

@media (max-width: 450px) {
    .art__quest {
        margin-bottom: 20px;
        font-size: 18px;
    }
}


.subscribe__button input, .quest__button input {
    font-size: 16.334px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.64);
    width: 182px;
    height: 42px;
    background: rgb(0, 204, 255);
    background: -moz-linear-gradient(top, rgba(0, 204, 255, 1) 0%, rgba(0, 162, 238, 1) 72%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 204, 255, 1) 0%, rgba(0, 162, 238, 1) 72%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 204, 255, 1) 0%, rgba(0, 162, 238, 1) 72%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ccff', endColorstr='#00a2ee', GradientType=0); /* IE6-9 */
}

.subscribe__button input:hover, .quest__button input:hover {
    color: #fff;
    background: rgb(27, 204, 255);
    background-image: -moz-linear-gradient(90deg, rgb(27, 204, 255) 0%, rgb(0, 175, 244) 21%, rgb(5, 217, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(27, 204, 255) 0%, rgb(0, 175, 244) 21%, rgb(5, 217, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(27, 204, 255) 0%, rgb(0, 175, 244) 21%, rgb(5, 217, 255) 100%);
}

.subscribe__check {

}

.art__button-wrap {
    position: relative;
    display: inline-block;
}

.art__tags span {
    font-size: 15px;
    color: #8c8c8c;
}

.art__tags .b_tags, .art__tags span {
    display: inline-block;
    vertical-align: top;
}

.art__tags .b_tags a {

    margin: 6px 10px 0px 0;
}

@media (max-width: 790px) {

    .art__comm {
        width: 100%;
    }

    .art__video {
        width: 100%;
    }
}

/*ÐŸÐžÐ”ÐŸÐ˜Ð¡ÐÐ¢Ð¬Ð¡Ð¯ - ÑÑ‚Ð°Ñ€Ñ‚*/
.art__subscribe {
    background-image: url(/local/templates/domamo_v001/css/../images/subscribe-fon.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 63px 50px 68px 50px;
    border-radius: 4px;
    background-size: cover;
    margin: 12px;


}

.subscribe__title {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    width: 322px;
}

.subscribe__right {
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    width: calc(100% - 330px);
}

.subscribe__wrap {
    width: calc(100% - 200px);
    display: inline-block;
    vertical-align: top;
}

.subscribe__email {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    width: 100%;
}

.subscribe__email span {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 15px;
    color: #b0b0b0;
}

.subscribe__button {
    display: inline-block;
    vertical-align: middle;
}


.sub__email {
    border: none;

    border-radius: 3px;
    box-shadow: inset 0.358px 0.934px 3px 0px rgba(0, 0, 1, 0.29);
    font-size: 16px;
    padding: 11px 16px;
    display: inline-block;
    vertical-align: top;

    width: 100%;

}

.sub__check {
    display: none;
}

.sub__label {
    position: relative;
    padding-left: 23px;
    color: #fff;
    font-size: 13px;
    margin-top: 20px;
    display: inline-block;

}

.sub__label:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    height: 16px;
    width: 16px;
    line-height: 15px;
    background-color: #ffffff;
    border-radius: 2px;
}

.sub__label a {
    text-decoration: underline;
    color: #fff;
}

.sub__check:checked + .sub__label:before {
    background-image: url(/local/templates/domamo_v001/css/../images/checked.png);
    background-size: cover;
}

@media (max-width: 991px) {
    .art__subscribe {
        text-align: center;
        padding: 35px;

    }

    .subscribe__title {
        font-size: 24px;
        width: 100%;
        margin-bottom: 20px;

    }

    .subscribe__right {

        width: calc(100% - 270px);
        display: block;
        width: 100%;
        padding-left: 0px;
    }

    .subscribe__check {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .subscribe__title {
        font-size: 20px;
    }

    .subscribe__button {
        display: block;
        margin-top: 20px;
    }

    .subscribe__wrap {
        width: 100%;
        display: block;
    }

    .subscribe__check {
        display: inline-block;
    }

    .art__subscribe {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

/*ÐŸÐžÐ”ÐŸÐ˜Ð¡ÐÐ¢Ð¬Ð¡Ð¯ - Ñ„Ð¸Ð½Ð¸Ñˆ*/


.art__source {
    color: #a7a7a7;
    font-size: 15px;
}

.art__source a {
    color: #6787a1;
}

.art__source span {
    float: right;
}

@media (max-width: 767px) {
    .art__source span {
        float: none;
        display: none;
    }

}


/*ÐšÐžÐœÐœÐ•ÐÐ¢ÐÐ Ð˜Ð˜ - ÑÑ‚Ð°Ñ€Ñ‚*/
.art__comm {
    width: 788px;
}

.art-comm__title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 35px;
}

.art-comm__title span {
    font-size: 14px;
    color: #8e8e8e;
}

.art-comm__form {

    background-color: #f6f6f6;
    padding: 45px 45px 45px 90px;

}


.art-comm__name input, .art-comm__comm textarea, .art-comm__submit input {
    border: none;
    border-radius: 3px;
    box-shadow: inset 0.358px 0.934px 3px 0px rgba(0, 0, 1, 0.29);
    font-size: 16px;
    padding: 11px 16px;
    width: 100%;
    resize: none;
}

.art-comm__name, .art-comm__comm {
    margin-bottom: 22px;
}

.art-comm__name, .art-comm__comm, .art-comm__submit {
    position: relative;
}

.avatar {
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: -60px;
    border-radius: 50%;
}

.art-comm__name span, .art-comm__comm span {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 15px;
    color: #b0b0b0;
}

.art-comm__submit input {

    border-radius: 2px;
    background-image: -moz-linear-gradient(90deg, rgb(228, 228, 228) 0%, rgb(248, 248, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(228, 228, 228) 0%, rgb(248, 248, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(228, 228, 228) 0%, rgb(248, 248, 248) 100%);
    box-shadow: 0px 1px 1px 0px rgba(59, 57, 47, 0.45);
    width: 114px;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.art-comm__message {
    padding-left: 90px;
    position: relative;
}

.art-comm__message-wrap {
    padding: 40px 0 80px 0;
}

.message__name {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.message__date {
    font-size: 15px;
    color: #959595;
}

.message__text {
    font-size: 15px;
    line-height: 24px;
}

.art-comm__message-wrap--lvl2 {
    padding: 40px 0 40px 0;
}

.art-comm__message--lvl2 {
    padding-left: 50px;
    padding-bottom: 30px;
    position: relative;
}

.art-comm__message--lvl2 .message__head .avatar {
    width: 30px;
    height: 30px;
    left: -50px;
}

.art-comm__message--lvl2:last-child:after {
    content: "";
    background-color: #e1e1e1;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    position: absolute;
}


@media (max-width: 790px) {

    .art__comm {
        width: 100%;
    }

}


@media (max-width: 600px) {
    .message__text {
        font-size: 13px;
        line-height: 20px;
    }

    .art-comm__name span, .art-comm__comm span {

        top: 15px;

        font-size: 13px;
    }

    .art-comm__name, .art-comm__comm, .art-comm__submit {
        font-size: 13px;
    }

}

@media (max-width: 600px) {
    .avatar {
        display: none;
    }

    .art-comm__message {
        padding-left: 0;
    }

    .art-comm__form {
        padding: 45px;
    }

    .art-comm__message--lvl2 {
        padding-left: 50px;
    }
}

/*ÐšÐžÐœÐœÐ•ÐÐ¢ÐÐ Ð˜Ð˜ - Ñ„Ð¸Ð½Ð¸Ñˆ*/


/*ÐšÐÐ¢ÐÐ›ÐžÐ“*/

.art__main-menu {
    margin-right: -12px;
    margin-left: -12px;
    margin-top: -12px;
    width: calc(100% - 321px);
}


.art-m-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0.259px 0.966px 13px 0px rgba(0, 0, 0, 0.17);
    border-radius: 4px;
    float: left;
    overflow: hidden;
    margin: 12px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;

}

.art-m-item:hover {
    box-shadow: 0.259px 0.966px 20px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.art-m-item--big {

    height: 513px;
    width: calc(66.66% - 24px);
    display: block;

}

.art__img-title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;

}

.art__img-title--over {
    margin-bottom: 30px;
}


.art-m-item__text {
    color: #696c6d;
    font-size: 16px;

    overflow: hidden;
}

.art-m-item--small-wrap .art-m-item__text {
    height: 70px;
    position: relative;
}

.art-m-item--small-wrap .art-m-item__text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background: rgba(251, 251, 251, 0);
    background: -moz-linear-gradient(top, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251, 251, 251, 0)), color-stop(100%, rgba(251, 251, 251, 1)));
    background: -webkit-linear-gradient(top, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 1) 100%);
    background: -o-linear-gradient(top, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 1) 100%);
    background: -ms-linear-gradient(top, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#fbfbfb', GradientType=0);
}

.message__head {
    position: relative;
}


.art-m-item--middle {
    width: calc(33.33% - 24px);
    padding-bottom: 50px;
    height: 513px;
    display: block;
}

.art__img-views--grey:before {
    background-image: url(/local/templates/domamo_v001/css/../images/views-grey.svg);
}

.art__img-comm--grey:before {
    background-image: url(/local/templates/domamo_v001/css/../images/comm--grey.svg);
}

.art-m-item__top {
    height: 250px;
    background-position: center;
    background-size: cover;
}

.art-m-item__bottom {

    padding: 20px 20px 0 20px;
    overflow: hidden;
    height: 197px;
    position: relative;
}

.art-m-item__bottom:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background: rgba(251, 251, 251, 0);
    background: -moz-linear-gradient(top, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251, 251, 251, 0)), color-stop(100%, rgba(251, 251, 251, 1)));
    background: -webkit-linear-gradient(top, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 1) 100%);
    background: -o-linear-gradient(top, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 1) 100%);
    background: -ms-linear-gradient(top, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#fbfbfb', GradientType=0);
}

.art-m-item__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;

}

.art-m-item--middle .art__img-icons div:nth-last-child(1)
    /*  .art-m-item--middle .art__img-icons div:nth-last-child(2) */
{
    float: right;
}

.art__img-icons--grey div {
    color: #696c6d;
}


div.art__img-icons-wrap .art__img-comm {
    margin-right: 0;
}

.art-m-item--small-wrap {
    padding: 35px 0 35px 0;
    height: 280px;

}

.art-m-item--small {
    border-right: 1px solid #eeeeee;
    width: calc(33.33% - 1px);
    padding: 0 35px 0 35px;
    position: relative;
    height: 100%;
    float: left;
    display: block;
}

.art-m-item--small .art__img-icons .art__img-icons-wrap {
    width: auto;
}

.art-m-item--small:last-child {
    border: none;
}

.art-m-item--small .art__img-icons {
    padding: 0;
    padding-left: 35px;
    padding-right: 35px;
    left: 0;
    text-align: right;

}

.art-m-item--grafic {

    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;

}


.art-m-item__img {
    text-align: center;
    margin-bottom: 20px;
}


.art-m-item__title--grafic {
    color: #fff;
    text-align: center;
}


@media (max-width: 1340px) {
    .art__menu {
        float: none;
        width: calc(100% - 50px);
        margin-bottom: 20px;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 25px;
    }

    .art__main-menu {
        width: 100%;
    }

    .art__main {
        width: 100%;
        margin: 0;
    }

    .art__wrap {
        padding-top: 78px;
    }

    .art-top-img {
        margin-bottom: -80px;
    }

}

@media (max-width: 1199px) {
    .art-m-item--small {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        border-bottom: 1px solid #eeeeee;
    }

    .art__img-icons div {
        margin-right: 0;
    }

    .art-m-item--small-wrap {
        height: auto;
        width: calc(100% - 24px);
    }

    .art-m-item--small .art__img-icons {
        position: static;
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .art-m-item--small-wrap .art-m-item__text {
        height: auto;
    }

    .art-m-item--small-wrap .art-m-item__text:before {
        display: none;
    }

    .art-m-item--small {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 990px) {
    .art-m-item--big {
        width: calc(100% - 24px);

    }

    .art-m-item--middle {
        width: calc(50% - 24px);

    }

    .art__wrap {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {

    .art-m-item--middle, .art-m-item--big, .art-m-item--small-wrap {

        width: 100%;
        margin-left: 0;
        margin-right: 0;

    }

    .b_article {
        padding: 30px 0px;

    }

    .art__img-title {
        font-size: 18px;
    }

    .art__img-icons {
        /*position: static;*/
    }

    .art__wrap {
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .art__menu {
        left: 0;
        width: 100%;
    }
}

@media (max-width: 450px) {
    .art__img-title {
        font-size: 16px;
    }
}

@media (min-width: 1340px) {
    .art-gamb {
        display: none;
    }

    .art-menu__item--menu {
        border-bottom: 1px solid #424a5e;
    }

    .art-menu__bottom {
        display: block;
    }
}

/*Ð½Ð° ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚Ð½Ñ‹Ñ… ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ð°Ñ…*/
@media (min-width: 1241px) {
    .simlpe-page-wrap .art__main-menu {
        margin-right: -12px;
        margin-left: -12px;
        margin-top: -12px;
        width: calc(100% - 321px);
    }

    .simlpe-page-wrap .art__menu {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        float: right;
    }

    .simlpe-page-wrap .art-gamb {
        display: none;
    }

    .simlpe-page-wrap .art-menu__item--menu {
        border-bottom: 1px solid #424a5e;
    }

    .simlpe-page-wrap .art-menu__bottom {
        display: block !important;
    }

    .simlpe-page-wrap .art-menu__item--menu {
        border-bottom: 1px solid #F4F4F4;
    }
}

@media (max-width: 1240px) {
    .simlpe-page-wrap .art__menu {
        width: 100%;
        left: 0;
    }
}

/*Ð½Ð° ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚Ð½Ñ‹Ñ… ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ð°Ñ… ends*/

/*Ð½Ð° Ð²Ð°ÐºÐ°Ð½ÑÐ¸ÑÑ…*/
@media (min-width: 1241px) {
    .vacancy-block .art__main-menu {
        margin-right: -12px;
        margin-left: -12px;
        margin-top: -12px;
        width: calc(100% - 321px);
    }

    .vacancy-block {
        padding-top: 0;
    }

    .vacancy-block .art__menu {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        float: right;
        position: static;
    }

    .vacancy-block .art-gamb {
        display: none;
    }

    .vacancy-block .art-menu__item--menu {
        border-bottom: 1px solid #424a5e;
    }

    .vacancy-block .art-menu__bottom {
        display: block !important;
    }

    .vacancy-block .art-menu__item--menu {
        border-bottom: 1px solid #F4F4F4;
    }
}

@media (max-width: 1240px) {
    .vacancy-block .art__menu {
        width: 100%;
        left: 0;
    }
}

@media (min-width: 1241px) {
    .faq-block .art__main-menu {
        margin-right: -12px;
        margin-left: -12px;
        margin-top: -12px;
        width: calc(100% - 321px);
    }

    .faq-block {
        padding-top: 0;
    }

    .faq-block .art__menu {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        float: right;
        position: static;
    }

    .faq-block .art-gamb {
        display: none;
    }

    .faq-block .art-menu__item--menu {
        border-bottom: 1px solid #424a5e;
    }

    .faq-block .art-menu__bottom {
        display: block !important;
    }

    .faq-block .art-menu__item--menu {
        border-bottom: 1px solid #F4F4F4;
    }
}

@media (max-width: 1240px) {
    .faq-block .art__menu {
        width: 100%;
        left: 0;
        position: static;
    }

    .faq-block {
        padding-top: 0;
    }
}

/*Ð½Ð° Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð¾Ñ‚Ð²ÐµÑ‚ ends*/


.fotorama-about {
    color: #696c6d;
    font-style: italic;
    padding-top: 25px;
    max-width: 700px;
}


.b_company_block_wrapper_btn {
    text-align: center;
    float: left;
    width: 100%;
    margin: 20px 0;
}

.b_company_block_wrapper_btn span:first-child {
    display: block;
}

.b_company_block_wrapper_btn span:last-child {
    display: none;
}

.b_company_block_wrapper_btn.is-active span:first-child {
    display: none;
}

.b_company_block_wrapper_btn.is-active span:last-child {
    display: block;
}

.b_company_block_wrapper .b_company_block {
    float: none;
}

.show-more-company-block {
    display: none !important;
}

@media (min-width: 992px) {
    .b_company_block_wrapper {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .show-more-company-block {
        display: block !important;
    }
}


.b_right_files {
    margin-top: 16px;
    width: 100%;
    float: left;
    padding-right: 24px;
    padding-left: 21px;
}

.b_right_files_title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 100;
}

.b_right_files .ico {
    margin-left: 0 !important;
}

@media (max-width: 991px) {
    .b_right_files {
        margin-bottom: 16px;
        padding-right: 0;
        padding-left: 0;
    }
}


.ajax-project-build_tab:not(:has(:not(:empty))),
.ajax-project-build_new:not(:has(:not(:empty))),
.ajax-project-build_view:not(:has(:not(:empty))) {
    display: none;
}

/* End */
/* /local/templates/domamo_v001/js/scrollbar-dyn/jquery.scrollbar.css?158382585522179 */
/* /local/templates/domamo_v001/js/fotorama/fotorama.css?158530873515885 */
/* /local/templates/domamo_v001/js/tooltip/tooltipster.css?15790096848695 */
/* /local/templates/domamo_v001/css/bootstrap.css?157900968420878 */
/* /local/templates/domamo_v001/js/fancybox/jquery.fancybox.css?16073487094201 */
/* /local/templates/domamo_v001/js/jquery.formstyler/jquery.formstyler.css?15790096842406 */
/* /local/components/bq/simprojects/templates/.default/style.css?1611064507417 */
/* /local/templates/domamo_v001/styles.css?158081155632561 */
/* /local/templates/domamo_v001/template_styles.css?1614178525120999 */
/* /local/templates/domamo_v001/css/adapt.css?15978472563260 */
/* /local/templates/domamo_v001/css/art.css?161761399126298 */
/* End */


/* Start:/local/components/bq/bq.personal.section/templates/.default/css/styles-all-lk.css?1761897597376399*/


/* Start:/local/templates/domamo_v001/js/scrollbar-dyn/jquery.scrollbar.css?158382585522179*/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scroll-wrapper.scroll--rtl {
    direction: rtl;
}

.scroll-element {
    box-sizing: content-box;
    display: none;
}
.scroll-element div {
    box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-textarea {
    border: 1px solid #DFDFDF;
    border-radius: 2px;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 10px 13px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    /* z-index: 10; */
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    /* z-index: 10; */
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    /* z-index: 10; */
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
    display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #00afef;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    /* z-index: 10; */
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    /* z-index: 10; */
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    /*z-index: 10;*/

}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;

}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;

}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #00afef;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    /*z-index: 10;*/
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}

/* End */


/* Start:/local/templates/domamo_v001/js/fotorama/fotorama.css?158530873515885*/
/*!
 * Fotorama 4.6.3 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe
{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}
.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}
.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}
.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}
.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}
.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}
.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}
.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}
.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}
.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}
.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}
.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}
.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}
.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/local/templates/domamo_v001/js/fotorama/fotorama.png) no-repeat}


@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){
    /* .fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/local/templates/domamo_v001/js/fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat} */
}
.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}

@media print{
    .fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}
}
.fotorama{min-width:1px;overflow:hidden}
.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}
.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}
.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}
.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}
.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}
.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}
.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}
.fotorama__wrap--pan-y{-ms-touch-action:pan-y}
.fotorama__wrap .fotorama__pointer{cursor:pointer}
.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}
.fotorama__stage__frame{overflow:hidden}
.fotorama__stage__frame.fotorama__active{z-index:8}
.fotorama__wrap--fade .fotorama__stage__frame{display:none}
.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}
.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}
.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}
.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}
.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}
.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}
.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}
.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}
.fotorama__nav__frame{position:relative;cursor:pointer}
.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}
.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}
.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}
.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}
.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}

@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}
@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}
.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}
.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}
.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}
.fotorama__wrap--css2 .fotorama__video-close{display:none}
.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}
.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}

.fotorama__arr{
    width: 32px;
    height: 48px;
    background-image: url(/local/templates/domamo_v001/js/fotorama/fotorama_arrow.png);
}
.fotorama__arr--prev{left: 20px;}
.fotorama__arr--prev:hover{background-position: 0 100%;}
.fotorama__arr--next{right: 20px;}
.fotorama__arr--next:hover{background-position: 100% 100%;}

.fotorama__nav__frame .fotorama__video-play{background-image: url(/local/templates/domamo_v001/js/fotorama/fotorama_video.png); background-position: 0 0; width: 38px; height: 38px;}
.fotorama__caption__wrap a
{
    text-decoration: none;
    color: #0092CF;
    border: none;
}
.fancybox-inner .fotorama__img
{
    position: static !important
}
/* End */


/* Start:/local/templates/domamo_v001/js/tooltip/tooltipster.css?15790096848695*/

.tooltipster-default {
    overflow: hidden;
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: auto;
    margin:  0 0 0 -15px;
    padding: 30px;
}
.t_close{background: url(/local/templates/domamo_v001/js/tooltip/qtip_close.svg) no-repeat 3px 3px; width: 15px; height: 15px; position: absolute; top: 35px; right: 35px; cursor: pointer; z-index: 15;}
.t_close:hover{background-position: 3px -15px;}
.t_text{position: relative; z-index: 14;}

.tooltipster-default .tooltipster-content {
    font-family: IstokRegular, arial;
    font-size: 14px;
    line-height: 18px;
    padding: 20px 42px 25px;
    overflow: hidden;
    color: #1d1d1d;
    border: 0 solid #fdfbf0;
    background: #fdfbf0;
    box-shadow: 0 0 30px 0 rgba(47,71,95,0.3);
}
.tooltipster-content .b_name{
    font-size: 15px;
    display: block;
    padding: 0 0 5px 0;
}


.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    border-color: transparent!important;
}

.tooltipster-arrow-top span{
    border-top-color: #fdfbf0!important;
    border-right-color: #fdfbf0!important;
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 10;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 10;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 10px solid transparent !important;
    border-right: 0px solid #fdfbf0!important;
    border-top: 13px solid;
    bottom: 18px;
    left: -7px!important;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 10px solid transparent !important;
    border-right: 0px solid #fdfbf0!important;
    border-bottom: 13px solid #fdfbf0!important;
    top: 17px;
    left: -7px!important;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
    right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* End */


/* Start:/local/templates/domamo_v001/css/bootstrap.css?157900968420878*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.cf:after,
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}

/* End */


/* Start:/local/templates/domamo_v001/js/fancybox/jquery.fancybox.css?16073487094201*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #fff;
    color: #444;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url('/local/templates/domamo_v001/js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/local/templates/domamo_v001/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    background: url(/local/templates/domamo_v001/js/fancybox/fancy_close.svg) no-repeat 10px 8px;
    position: absolute;
    top: 7px;
    right: 0px;
    width: 88px;
    height: 26px;
    padding: 8px 14px 6px 14px;
    cursor: pointer;
    z-index: 9040;
}
.fancybox-close:hover{ background-position: 10px -12px;}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 7%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/local/templates/domamo_v001/js/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {	left: -22px; }
.fancybox-next {	right: -22px; }
@media screen and (min-width: 1000px){
    .fancybox-prev { left: -30px; }
    .fancybox-next { right: -30px; }
}
@media screen and (min-width: 1540px){
    .fancybox-prev { left: -60px; }
    .fancybox-next { right: -60px; }
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 39px;
    margin-top: -11px;
    cursor: pointer;
    z-index: 8040;
    background: url(/local/templates/domamo_v001/js/fancybox/./small_arrow.png) no-repeat;
}

.fancybox-prev span {
    left: 0;
    background-position: 0 0;
}

.fancybox-next span {
    right: 0;
    background-position: 100% 0;
}

.fancybox-prev:hover span {
    left: 0;
    background-position: 0 100%;
}

.fancybox-next:hover span {
    right: 0;
    background-position: 100% 100%;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}




.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    /* z-index: 8010; */
    z-index: 100;
    background: url('/local/templates/domamo_v001/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {


}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-bottom: 10px;
    font-size: 22px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/* End */


/* Start:/local/templates/domamo_v001/js/jquery.formstyler/jquery.formstyler.css?15790096842406*/
.jq-checkbox,
.jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em;
}
.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
    position: relative;
    display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
    /* 	-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap; */
}
.jq-selectbox {
    z-index: 10;
}
.jq-selectbox__select {
    position: relative;
}
.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
    position: absolute;
}
.jq-selectbox__search input {
    -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__dropdown ul,
.b_content .jq-selectbox__dropdown ul
{
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}

.b_content .dom-contractors-city .jq-selectbox__dropdown ul
{
    max-height: 300px !important;
}

.b_content .dom-contractors-city .jq-selectbox__dropdown
{
    min-width: 200px !important;
}
.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.jq-number {
    display: inline-block;
}
.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0; /* в каких-то браузерах присутствует отступ */
    -webkit-appearance: none;
}
/* End */


/* Start:/local/templates/domamo_v001/styles.css?158081155632561*/
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz0dL-vwnYh2eg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzQdL-vwnYh2eg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzwdL-vwnYh2eg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzMdL-vwnYh2eg.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz8dL-vwnYh2eg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz4dL-vwnYh2eg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzAdL-vwnYg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc3CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc-CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc2CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc5CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc1CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc0CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc6CsTYl4BO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xFIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xMIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xEIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xLIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xHIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xGIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc3CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc-CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc2CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc5CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc1CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc0CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc6CsTYl4BO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic3CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic-CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic2CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic5CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic1CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic0CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic6CsTYl4BO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc3CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc-CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc2CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc5CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc1CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc0CsTYl4BOQ3o.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc6CsTYl4BO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxFIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxMIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxEIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxLIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxHIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), local('sans-serif-thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzIXKMny.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), local('sans-serif-light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), local('sans-serif-medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), local('sans-serif'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCRc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfABc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCBc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCxc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfChc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), local('sans-serif-black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* End */


/* Start:/local/templates/domamo_v001/template_styles.css?1614178525120999*/
@font-face {
    font-family: 'IstokRegular';
    src: url('/local/templates/domamo_v001/./fonts/IstokWeb-Regular.ttf');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: bold;
    src: url('/local/templates/domamo_v001/./fonts/IstokWeb-Bold.ttf');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'IstokRegular';
    src: url('/local/templates/domamo_v001/./fonts/IstokWeb-Bold.ttf');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "IstokRegular";
    src: url('/local/templates/domamo_v001/./fonts/Istok-Regular.ttf');
    font-weight: 100;
    unicode-range: U+20BD;
    font-display: swap;
}
@font-face {
    font-family: 'IstokRegular';
    src: url('/local/templates/domamo_v001/./fonts/Istok-Bold.ttf');
    font-weight: 600;
    unicode-range: U+20BD;
    font-display: swap;
}
@font-face {
    font-family: bold;
    src: url('/local/templates/domamo_v001/./fonts/Istok-Bold.ttf');
    font-weight: 100;
    unicode-range: U+20BD;
    font-display: swap;
}



a{text-decoration: none; color: #0092CF;}
a:hover{color: #ff1054;}
a img{border: none;}
.clear{clear: both;}
*{outline: none;}
.no_select {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;  }

body{display: block; margin: 0px; padding: 0px; background: url(/local/templates/domamo_v001/) no-repeat; position: relative; z-index: 1; min-height: 100%; background: #fbfbfb;}
html{height: 100%; margin: 0px; padding: 0px; min-height: 100%; min-width: 320px;}
html.not_adapt{min-width: 1000px;}
fieldset {padding:0;margin:0;border:0;}

body {font-size: 16px; font-family: 'IstokRegular', arial; background: #fbfbfb; }
.b_wrapper{max-width: 1535px; margin: 0 auto; }

.b_wrapper {max-width: 1950px;}

.starrequired { color: red; }

.btn_blue{height: 44px; line-height: 46px;}
.btn_blue,
.btn_gradient{ display: inline-block; border-radius: 3px; border: 0px none; outline: 0px none; color: #fff; text-transform: uppercase; font-size: 15px; font-family: 'IstokRegular', arial;  font-weight: 600; box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15); text-align: center;
    background: rgb(45,182,239);
    background-image: -moz-linear-gradient( 90deg, rgb(45,182,239) 0%, rgb(0,162,238) 21%, rgb(0,204,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(45,182,239) 0%, rgb(0,162,238) 21%, rgb(0,204,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(45,182,239) 0%, rgb(0,162,238) 21%, rgb(0,204,255) 100%);
}
.btn_blue:hover,
.btn_gradient:hover{
    color: #fff; background: rgb(27,204,255);
    background-image: -moz-linear-gradient( 90deg, rgb(27,204,255) 0%, rgb(0,175,244) 21%, rgb(5,217,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(27,204,255) 0%, rgb(0,175,244) 21%, rgb(5,217,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(27,204,255) 0%, rgb(0,175,244) 21%, rgb(5,217,255) 100%);
}


.b_dop_content2 {max-width: 1950px; margin: auto; padding: 30px 20px; }
.b_dop_content,
.b_tech_content {max-width: 1950px; margin: auto; padding: 30px 20px; min-height: 500px;}
.b_nopad_content { max-width: 1910px; margin: auto; padding: 30px 20px; min-height: 500px;}
.b_nopad_content2 { max-width: 1910px; margin: auto; padding: 30px 20px; }
.b_basket_content,
.b_order_content{max-width: 1910px; margin: auto; padding: 30px 20px; min-height: 500px;}
.b_dop_content{max-width: 1500px;}
.b_dop_content .b_content_2 { background-color: #fff; box-shadow: 0 0 25px 4px rgba(193, 192, 189, 0.25); padding: 20px 60px; margin: 20px 0; font-size: 14px;}
.b_nopad_content .b_content_2 { margin: 0  -20px; padding:0; }
.b_pad { padding: 0  20px; }

.title_page{margin-top: 8px; margin-bottom: .8em; padding-top: 0;}
.b_content ul {margin: 10px 0 10px 0px; padding: 0 0 0 30px; overflow: hidden;}
.b_content ul li{background: url(/local/templates/domamo_v001/./images/list_marker.svg) no-repeat left 5px; list-style: none; margin: 5px 0; padding: 0 0 0 20px;}

/*UI*/
.checkbox{ width: 22px; height: 22px; cursor: pointer; background: url(/local/templates/domamo_v001/./images/ui/checkbox.svg) no-repeat 0 0; display: block;}
.checkbox:hover{background-position: 0 -22px;}
.checkbox.active{background-position: 0 -44px;}
.checkbox.active:hover{background-position: 0 -66px;}


.b_header {background: #1b1e26;position: relative; z-index: 120;}
.b_header a{text-decoration: none;}
.top_header {width: 100%; background: #101010; color: #fff; padding: 11px 0 11px; line-height: 24px; padding-left: 15px; padding-right: 15px;}
.top_header .city_select{float: left; padding: 12px 10px 12px 0px; min-width: 177px; margin: -12px 0 -12px 0;}
.top_header .city_select .city {color: #fff; float: left;}
.top_header .city_select .city_active{float: left; position: relative; padding: 0 19px 0 5px; cursor: pointer;}
.top_header .city_select .city_active:before{position: absolute; display: block; content: ''; right: 6px; top: 9px; border: 4px solid transparent; border-top: 4px solid #FFF;}
.top_header .city_select .city_active:hover{color: #ff1054;}
.top_header .city_select .city_active:hover:before{color: #ff1054; border-top-color: #ff1054;}
.top_header .city_select.active .city_active:hover{color: #fff;}
.top_header .city_select.active .city_active:hover:before{color: #fff; border-top-color: #fff;}

.top_header .city_select.active{background-color: #1b1e26; position: relative;}
.top_header .city_select.active .city_active{opacity: 0.2;}
.top_header .city_select.active > ul{display: block; }
.top_header .top_header_ul {display: none; position: absolute; min-width: 230px; background: #1b1e26; left: 0; right: 0; top: 30px; z-index: 999 !important; font-size: 15px; padding: 15px; margin: 0; }
.top_header .top_header_ul li {display: block; list-style: none; color: #FFF; height: 28px; line-height: 28px; padding-left: 15px; cursor: pointer;}
.top_header .top_header_ul li:hover{color: #ff1054;}
.top_header .top_header_ul li.active{color: #FFF; background: #00afef; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin: 3px 0;}

.top_header .tel {float: left; margin-right: 15px; font-size: 15px; display: none;}
.tel a { color: #fff; text-decoration: none;  }
.top_header .tel.active { display: block; }
.top_header .connect {color: #7aceff; text-decoration: underline; float: left; font-size: 15px; }
.top_header .connect:hover{color: #ff1054; }
.top_header .contact {color: #7aceff; text-decoration: underline; float: left; font-size: 15px; margin-left: 15px; }
.top_header .contact:hover{color: #ff1054; }

.top_header .b_wrapper{position: relative;z-index:10;}

.b_search
{
    width: 25%;
    float: left;
    position: absolute;
    left: 300px;
    right: 200px;
    left: 750px;
    right: 440px;
    margin: -3px 0 0 0;
    z-index: 1;
    background: #101010;
    max-width: 550px;
    transition: left 300ms ease-in-out, right 300ms ease-in-out, max-width 300ms ease-in-out;
    -moz-transition: left 300ms ease-in-out, right 300ms ease-in-out, max-width 300ms ease-in-out;
    -webkit-transition: left 300ms ease-in-out, right 300ms ease-in-out, max-width 300ms ease-in-out;
    -o-transition: left 300ms ease-in-out, right 300ms ease-in-out, max-width 300ms ease-in-out;
}
/* .b_search input[type="submit"] {width: 15px; height: 17px; position: absolute; top: 8px; right: 10px; background: url('/local/templates/domamo_v001/./svg/search_small.svg') no-repeat center top; border: 0px; cursor: pointer; z-index: 6;}
.b_search input[type="submit"]:hover{background-position: center -17px;} */
.b_search .submit-wrap input[type="submit"]
{
    width: 15px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0px;
    cursor: pointer;
    z-index: 6;
    border: 0px;
    background: transparent;
}
.b_search .submit-wrap {
    width: 15px;
    height: 17px;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    z-index: 6;
}
.b_search .submit-wrap:before,
.b_search .submit-wrap:after
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s
}
.b_search .submit-wrap:before
{
    background: url('/local/templates/domamo_v001/./svg/search_small.svg') no-repeat center top;
}
.b_search .submit-wrap:after
{
    background: url('/local/templates/domamo_v001/./svg/search_small.svg') no-repeat center -17px;
    opacity: 0;
}
.b_search .submit-wrap:hover:before
{
    opacity: 0;
}
.b_search .submit-wrap:hover:after
{
    opacity: 1;
}

.b_search .title{color: #e6e6e6; display: none; position: absolute; left:26px; top: 1px; z-index: 6; font-size: 1em; opacity: 0.5; line-height: 30px; }
.b_search input.search_text{box-sizing: border-box;   width: 100%;  height: 30px; padding:0 1em 0 1em; border-radius: 15px; background: transparent; border: 1px solid #616161; color: #FFF; font-family: 'IstokRegular'; font-size: 13px; z-index: 5; position: relative; line-height: 20px; padding-top: 2px!important;}
.b_search .placeholder {color: #616161; font-family: 'IstokRegular';  position: absolute; left: 1em; top: 1px; z-index: 1; line-height: 30px; }
.b_search.query .placeholder{display: none;}
.b_search.focus{left: 0px; right: 0px; margin: -3px 0 0 0; max-width: 100%; width: 100%; z-index: 999}
.b_search.focus .title{display: block;}
.b_search.focus input.search_text{ box-sizing: border-box; padding: 0 1em 0 6em; width: 100% !important; background-color: #101010;}
.b_search.focus form { margin-left: 10px; margin-right: 10px; position: relative; }
.top_header form {margin-bottom: 0;}
.b_search .b_search_result_head { display:none; position: relative; }
.b_search .b_search_result_head:before { position: absolute; top: -10px; left: 7em; width: 0; height: 0; border-style: solid; border-width: 0 9px 10px 9px; border-color: transparent transparent #181e27 transparent; display:block; content: '';}
.b_search .b_search_result_head .in{ padding: 10px 0px;  background:#181e27; margin-top: 10px;}
.b_search .b_search_result_head a { display: block; color: #fff; padding: 3px 26px;}
.b_search .b_search_result_head a:hover,
.b_search .b_search_result_head a.active { background: #344152; }
.b_search .b_search_result_head .project_number { display: inline-block;   height: 25px; background: #00afef; color: #FFF; font: 15px/26px arial; font-weight: 600; padding: 0 .4em; white-space: nowrap; word-wrap: normal;}
.b_search .b_search_result_head .project_area {  display: inline-block;  background: #292e44; height: 25px; color: #FFF; font: 15px/26px arial; font-weight: 600; padding: 0 .4em; white-space: nowrap; word-wrap: normal;}
.b_search.focus .b_search_result_head { display:block; }
.b_search .b_search_result_head a.all-results { margin-top: 10px; color: #7a828c; font-weight:bold; }

.b_search_result{width: 207px;}
.b_search_result a{display: block; padding: 6px 15px 3px 15px; font-size: 16px; color: #979797; line-height: 16px;}
.b_search_result a b{font-weight: 100; font-family: 'IstokRegular', arial; color: #000;}
.b_search_result a:hover, .b_search_result a.active{background-color: #e5eef5;}
.b_search_result:hover a.active{background-color: transparent;}
.b_search_result a:first-child{padding-top: 7px;}
.b_search_result a:last-child{padding-bottom: 4px;}
.b_catalog .b_search_result {position: absolute; top: 30px; left: 0; background-color: #fff; box-shadow: 0 0 13px -6px #333; width: 260px; z-index: 120;}

.top_header .b_right{float: right; padding-top: 5px; margin-left: -15px;}
.top_header .b_right *:nth-child(1)
{
    margin-right: 0;
}
.top_header .profil,
.top_header .favorite,
.top_header .compare {float: left; color: #7aceff; text-decoration: none; line-height: 17px; margin: 1px 0 0 36px; font-size: 15px; border-bottom: 1px #7aceff solid;}
.top_header .compare-head { display: none; }
.top_header .profil:hover,
.top_header .favorite:hover{ color: #ff1054; border-bottom-color: #ff1054;}
.top_header .favorite {right: 145px; padding-left: 22px; background: url('/local/templates/domamo_v001/./images/index/ico/heart.svg') no-repeat left 3px; border: none;}
.top_header .favorite:hover {background-position: left -20px; border: none;}
.top_header .favorite > span{border-bottom: #7aceff 1px solid; display: block; float: left;}
.top_header .favorite:hover > span{border-bottom: #ff1054 1px solid; }
.top_header .compare {color: #c9d1d5; border-bottom-color: #c9d1d5;}
.top_header .compare.active {display: block; color: #7aceff; border-bottom-color: #7aceff;}
.top_header .compare.active:hover {color: #ff1054; border-bottom-color: #ff1054;}
.top_header .compare:hover{color: #FFF; border-bottom-color: #fff;}

/*сравнение*/
#comparison-msg { z-index: 1000; position: fixed; top: 0; left:0; width:100%; background: #fff; display: none; box-shadow:0px 5px 15px rgba(0,0,0,.3); -webkit-box-shadow:0px 5px 15px rgba(0,0,0,.3);-moz-box-shadow:0px 5px 15px rgba(0,0,0,.3);-ms-box-shadow:0px 5px 15px rgba(0,0,0,.3);-o-box-shadow:0px 5px 15px rgba(0,0,0,.3);}
#comparison-msg .b_wrapper { position: relative; }
#comparison-msg .b-comp-msg-close { cursor: pointer; position: absolute; top: 50%; right: 40px; width: 18px; height: 18px; background: url(/local/templates/domamo_v001/./images/comp-close.svg) no-repeat 0 0; margin-top: -9px; }
#comparison-msg .b-comp-msg-close:hover { opacity: .8;}
#comparison-msg .b-comp-msg-btn { position: absolute; top: 50%; right: 110px; height: 62px;margin-top: -31px; display: block; line-height: 62px; color:#fff; border-bottom: 1px solid #0f7eaa; border-radius: 3px; font-family: 'IstokRegular', arial; font-weight: bold; font-size: 12px; padding-left:  76px; padding-right: 25px; text-transform: uppercase; background: #1bb5f3 url(/local/templates/domamo_v001/./images/comp-icon.svg) no-repeat 26px 50%; }
#comparison-msg .b-comp-msg-btn:hover{background-color: #16A6E0;}
#comparison-msg .b-img { display: inline-block; width: 100px; padding: 20px 0; margin-right: 35px; margin-left: 100px;vertical-align: middle; }
#comparison-msg .b-img img { display: block; width: 100px; height: 70px; }
#comparison-msg .b-img.b-img-build img { display: inline-block; width: auto; height: auto; max-width: 100px; max-height: 70px; }
#comparison-msg .b-title {  padding: 30px 0; display: inline-block; vertical-align: middle;font-family: 'IstokRegular', arial; }
#comparison-msg .b-title-1 { margin-bottom: .2em; }
#comparison-msg .b-title-1 span { color: #00afef;font-family: 'IstokRegular', arial; font-weight: bold; font-size: 1.2em; text-transform: uppercase; }
#comparison-msg .b-title-2 { color: #989898;font-family: 'IstokRegular', arial;  font-size: .9em;  }
.bx_compare .q, .bx_complect .q {background: url(/local/templates/domamo_v001/./images/filtr_quest.svg) no-repeat 5px 0; vertical-align: middle; display: inline-block; width: 19px; height: 14px; padding: 0 5px 0 5px; margin: 0px 0 0 -5px;}
@media (max-width: 991px) {
    #comparison-msg .b-img{margin-left: 15px;}
    #comparison-msg .b-comp-msg-btn{right: 80px;}
}
@media (max-width: 767px) {
    #comparison-msg .b-img{display: none;}
    #comparison-msg .b-title{margin-left: 20px;}
    #comparison-msg .b-comp-msg-btn{position: static; margin-top: 0px;}
    #comparison-msg .b-comp-msg-close{top: 30%;}
}

.header_two {width: 100%; background: #1b1e26; font-size: 15px; float: left;}
.header_two .logo {display: block; height: 54px; float: left; padding: 15px 20px 0 15px;}
.header_two #main-menu { float: left; }
.header_two .main_menu_ul {float: left; margin: 0; padding: 0;}
.header_two .main_menu_ul > .main_menu_li {float: left; padding: 0; list-style: none;}
.header_two .main_menu_ul > .main_menu_li:first-child{position: relative;}
.header_two .main_menu_ul > .main_menu_li > a {display: block; line-height: 58px; text-transform: uppercase; color: #FFF; padding: 0 10px; height: 54px; letter-spacing: 0.5px;}
.header_two .main_menu_ul > .main_menu_li > a.active{background-color: #00afef;}
.header_two .main_menu_ul > .main_menu_li:hover > a.active{background: #2a2f3d;}
.header_two .main_menu_ul li{list-style: none;}
@media(max-width: 1400px)
{
    .header_two .main_menu_ul > .main_menu_li:first-child .mm_li_ul
    {
        left: -190px;
    }
}
@media(max-width: 1240px)
{
    .header_two .main_menu_ul > .main_menu_li:first-child .mm_li_ul
    {
        left: -50px;
    }
}
@media(max-width: 1060px)
{
    .header_two .main_menu_ul > .main_menu_li:first-child .mm_li_ul
    {
        left: 0px;
    }
}
.main_menu_li:hover,
.main_menu_li .mm_li_ul { background: #2a2f3d; }
.main_menu_li:hover .mm_li_ul {display: block; }
.main_menu_li .mm_li_ul { display: none; position: absolute; line-height: 20px; font-size: 12px; z-index: 9999; width: 818px; padding: 20px 0 20px 10px;}
.main_menu_li .mm_li_ul.one_column {  width: 205px;}
.main_menu_li .mm_li_ul .mm_li_ul_li .item { display: inline-block; margin-right: -5px; width: 24%; vertical-align: top;}
.main_menu_li .mm_li_ul.one_column .mm_li_ul_li .item { width: 98%; }
.main_menu_li .mm_li_ul .mm_li_ul_li .item:nth-child(3) { width: 20%}
.main_menu_li .mm_li_ul .mm_li_ul_li .item:last-child { margin-right: 0; width: 28%;}
.main_menu_li .mm_li_ul.one_column .mm_li_ul_li .item:last-child { margin-right: 0; width: 98%;}
.main_menu_li .mm_li_ul .mm_li_ul_li .item span { display: block; padding: 0 10px;}
.main_menu_li .mm_li_ul .mm_li_ul_li .item span.bold { text-transform: uppercase; font-size: 13px; font-weight: 900; color: #88a1b6; margin-bottom: 8px; margin-top: 28px}
.main_menu_li .mm_li_ul .mm_li_ul_li .item a { display: block; padding: 0 10px; color: #FFF; line-height: 14px; margin: 0 0 6px; }
.main_menu_li .mm_li_ul .mm_li_ul_li .item a:hover { text-decoration: underline}
.main_menu_li .mm_li_ul .mm_li_ul_li .item a.new { color: #00afef}
.main_menu_li .mm_li_ul .mm_li_ul_li .item a.new_first { margin-top: 25px}
.main_menu_li .mm_li_ul .mm_li_ul_li .item a.active { background: #00afef; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.main_menu_li .mm_li_ul .mm_li_ul_li .item a.active:hover { text-decoration: none}
.main_menu_li .mm_li_ul .mm_li_ul_li .item a sup { font-size: 10px; position: relative; left: 3px;}
.main_menu_li .mm_li_ul .mm_li_ul_li .item .b_left,
.main_menu_li .mm_li_ul .mm_li_ul_li .item .b_right { display: inline-block; margin-right: -5px; width: 69%; vertical-align: top;}
.main_menu_li .mm_li_ul .mm_li_ul_li .item .b_left .b_bold,
.main_menu_li .mm_li_ul .mm_li_ul_li .item .b_right .b_bold { font-size: 14px; color: #88a1b6; display: block; padding: 0 10px; height: 25px;line-height: 12px;}
.main_menu_li .mm_li_ul .mm_li_ul_li .item .b_right { margin-right: 0; width: 30%; text-align: center;}
.main_menu_li .mm_li_ul .mm_li_ul_li .item .b_right .b_bold { padding: 0; text-align: center !important;}
@media screen and (min-width: 1240px){
    .main_menu_li .mm_li_ul { line-height: 20px; font-size: 14px; width: 1045px; padding: 20px 0; }
    .main_menu_li .mm_li_ul.one_column {  width: 262px;}
    .main_menu_li .mm_li_ul .mm_li_ul_li .item span { padding: 0 20px;}
    .main_menu_li .mm_li_ul .mm_li_ul_li .item a {padding: 0 20px; height: 28px; line-height: 18px; margin: 0 0 0px;}
    .main_menu_li .mm_li_ul .mm_li_ul_li .item .b_left .b_bold,
    .main_menu_li .mm_li_ul .mm_li_ul_li .item .b_right .b_bold {padding: 0 20px;height: 28px; line-height: 28px;}
}

.mini-cart-holder {display: block; height: 54px; text-align: left; vertical-align: top; float: right;  position: relative; margin-left: 10px; margin-right: 10px;}
.mini-cart-holder:hover{overflow: visible;}

.mini-cart { display: block; background: #2a2f3d; height: 54px; outline: none;  position: relative; text-decoration: none;  padding-left: 10px; padding-right: 10px;}
.mini-cart:hover { background: #3F4452; }
.mini-cart span.desc { font-size: 14px; color: #ffffff; text-transform: uppercase; line-height: 58px; text-transform: uppercase; color: #FFF; padding: 0 10px; height: 54px;}
.mini-cart span.number { font-size: 13px; width: 15px; line-height: 15px; height: 15px; text-align: center; color: #1b1e26; display: inline-block; vertical-align: middle; margin-top: -2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb400+0,ff9c00+100 */
    background: rgb(255,180,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjljMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,180,0,1) 0%, rgba(255,156,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,180,0,1) 0%,rgba(255,156,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,180,0,1) 0%,rgba(255,156,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#ff9c00',GradientType=0 ); /* IE6-8 */
    border-radius: 50%;
    box-shadow: inset 0px -1px 2px #b7640b;
    font-weight: bold;
}
.mini-cart-holder:hover .mini-cart { background-position: 20px -59px; }
.mini-cart-holder span.desc:hover{text-decoration: none;}
.cart-popup { opacity: 0; display: block; /*visibility: hidden;*/ pointer-events: none; transition: opacity 0.25s ease-out; -moz-transition: opacity 0.25s ease-out; -webkit-transition: opacity 0.25s ease-out; position: absolute; top: 54px; right: 0; width: 490px; padding: 18px 18px; z-index: 1002; background: #fff; border: 1px solid #eaeaea; }
.mini-cart-holder:hover .cart-popup { opacity: 1; display: block; visibility: visible; pointer-events: all;  }
/*.mini-cart:hover ~ .cart-popup { opacity: 1; display: block; }*/

.minicart-table { width: 100%; border-collapse: collapse; vertical-align: middle; }
.minicart-table td { padding: 0px 10px;  font-weight: 300; }
.minicart-table td.item{padding-top: 10px;}
.minicart-table .image { margin: 0 0 0 0;  height: auto; }
.minicart-table p { font-size: 14px; margin: 10px 0;}
.minicart-table a { color: #2d2d2d; }
.minicart-table a:hover { text-decoration: none;  color: #00afef; }
.minicart-table .number { color: #afafaf }
.minicart-table .proj-title span { color: #00afef;  font-weight: bold; text-transform: uppercase;}
.minicart-table .price { color: #1b1e26; font-weight: 500; font-size: 19px;  white-space: nowrap; }
.minicart-table .price sup { font-size: 10px; font-weight: 300; padding: 0 0 0 3px; }
.minicart-table .btn-remove, .minicart-table .btn-close { display: inline-block; vertical-align: middle; width: 10px; height: 13px; background: url(/local/templates/domamo_v001/images/remove_small.svg) 0px 0px no-repeat; text-indent: -9999px; overflow: hidden; }
.cart-popup .cart-message { text-align: center; padding: 5px 0; margin: 0 0 5px; color: #2d2d2d; border-bottom: 1px dotted #eaeaea; }
.cart-popup .bottom-box { padding: 20px 0 0; overflow: hidden; }
.cart-popup .bottom-box .button { float: right; font-size: 15px; padding: 11px 18px 10px; }
.cart-popup .bottom-box .total { float: left; line-height: 35px; margin: 8px 0 0 10px;}
.cart-popup .bottom-box .total p { float: left; margin: 0 4px 0 0; font-weight: 300; font-size: 20px; color: #1b1e26; }
.cart-popup .bottom-box .total strong { color: #1b1e26; font-size: 24px; font-weight: 500; }
.cart-popup .bottom-box .total sup { font-size: 10px; font-weight: 300; padding: 5px 0 0 2px; color: #1b1e26; vertical-align: top; display: inline-block; }
#sale_order_props { width: 736px;}
.cart-popup .dop_options{font-size: 12px; padding: 2px 10px; vertical-align: top;}
.minicart-table .hr td{border-bottom: 1px dotted #eaeaea; padding: 0 0 15px;}
@media (max-width: 991px) {
    .mini-cart{background: transparent; padding-left: 0; padding-right: 0;}
    .mini-cart:after{content: ""; display: block; float: left; height: 54px; width: 30px; background: url(/local/templates/domamo_v001/svg/cart.svg) no-repeat 0 15px; background-size: contain; }
    .mini-cart:hover{background-color: transparent;}
    .mini-cart span.desc{display: none;}
    .mini-cart span.number{display: block; float: left; position: absolute; right: -4px; top: 12px; }
    .cart-popup{display: none!important;}
}

.adapt_menu{float: right; display: block; height: 54px; width: 40px; background: url(/local/templates/domamo_v001/svg/menu.svg) no-repeat 50% 50%; margin: 0 10px 0 0; cursor: pointer;}
.adapt_menu:after{content: ""; float: right;  opacity: 0; position: relative;}
.adapt_menu.active{background-image: url(/local/templates/domamo_v001/svg/menu_close.svg);}
.adapt_menu .sub_lvl{display: none; position: absolute; left: 0; right: 0; background: #1b1e26; width: auto; top: 54px; padding: 5px 0 0; box-shadow: 0 0 15px 0 rgba(0,0,0, .5);}
.adapt_menu a.lvl1{padding: 9px 20px 11px 20px; height: auto; line-height: 20px; font-size: 15px; font-weight: 600; color: #d7d7d7; float: left; display: block; width: 100%; box-sizing: border-box;}
.adapt_menu a.lvl2{padding: 8px 20px 6px 20px; height: auto; line-height: 16px; font-size: 13px; font-weight: 300; color: #c6c6c6; float: left; display: block; width: 100%; box-sizing: border-box;}
.adapt_menu .sub_lvl_2{display: block; float: left; width: 100%; background: #242833; padding: 20px 0; margin: 10px 0 0 0;}
.adapt_menu .sub_lvl_2 a{padding: 11px 20px 9px 20px; height: auto; line-height: 16px; font-size: 13px; font-weight: 300; color: #acacac; float: left; display: block; width: 100%; box-sizing: border-box;}


.adapt_search{float: right; display: block; height: 54px; width: 40px; background: url(/local/templates/domamo_v001/svg/search.svg) no-repeat 50% 50%; margin: 0; cursor: pointer;}

.adapt_search .b_search{display: none;}
.adapt_search.active{position: absolute; right: 0; left: 0; padding: 0 20px; background: #1b1e26; width: auto; z-index: 100;}
.adapt_search.active .b_search{display: block; left: 20px!important; right: 20px!important; top: 14px; float: none; max-width: 100%; background-color: transparent;}
.adapt_search.active .b_search.focus form{margin: 0;}
.adapt_search.active .b_search .title{display: none;}
.adapt_search.active .b_search .placeholder{z-index: 5; display: block;}
.adapt_search.active .b_search input.search_text{padding: 0 1em 0 55px!important;}
.adapt_phone{float: left; width: 330px; height: 56px; font-size: 16px; line-height: 60px; color: #fff; padding: 0 14px 0 40px;}

.tel_text{text-decoration: none; color: #fff!important;}
.tel_ico{float: right; width: 40px; height: 40px; border-radius: 20px; background: #609e2e url(/local/templates/domamo_v001/svg/phone.svg) no-repeat 50% 50%; margin: 7px 0 9px 15px; }
.mail_ico{float: right; width: 40px; height: 40px; border-radius: 20px; background: #c7792c url(/local/templates/domamo_v001/svg/mail.svg) no-repeat 12px 13px; margin: 7px 0 9px 15px;}
.tel_ico:hover{background-color: #78c13d;}
.mail_ico:hover{background-color: #e38b34;}
@media (max-width: 700px) {
    .adapt_phone{width: 100%; line-height: 60px; padding-left: 20px;}
}

.arrow_right, .arrow_left{background: url(/local/templates/domamo_v001/./js/fotorama/fotorama_arrow.svg) no-repeat 0 0;   width: 32px; height: 48px; position: absolute; left: 22px; top: 50%; margin-top: -24px; display: block; z-index: 300; cursor: pointer;}
.arrow_right{background-position: 100% 0; right: 22px; left: auto;}
.arrow_right:hover{background-position: 100% 103%;}
.arrow_left:hover{background-position: 0 100%;}


/*Проекты в списке*/
.b-rectangle {width: 100%; position: relative; display: block; overflow: hidden;}
.b-rectangle .b-rectangle-content { position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: block; }
.b-rectangle:before {content: ""; display: block;margin-top: 100%;}
.b-rectangle.ratio3-2:before {margin-top: 66.66666667%;}
.b-rectangle:after {content:" "; display: table;}
.b-cover {background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; }

.projects { padding: 0px 20px;	}
.projects .top_line {position: relative; width: 100%; height: 32px; margin-bottom: 12px; margin-top: 14px; }
.projects .top_line .left_a_block {float: right; margin: 0; }
.projects .top_line .left_a_block a {font-size: 14px; color: #000; text-decoration: underline; margin-left: 15px; }
.projects .top_line .left_a_block a:hover{color: #ff1054;}
@media (max-width: 500px) {
    .projects .top_line .left_a_block{width: 100%; text-align: center;}
    .projects .top_line .left_a_block a{margin: 0 8px;}
}
.projects .wrap_item{ margin-bottom: 15px;}
.__front .projects .wrap_item { height: 593px; }

.projects .wrap_item2{ padding: 0 0px;margin-left: -11px; margin-right: -11px;}

/* .projects .item_block{display: block; float: left; box-sizing: border-box; padding-left: 11px; padding-right:11px;width: 50%; } */
.projects .item_block{display: block; float: left; box-sizing: border-box; padding-left: 11px; padding-right:11px;width: 100%; }

/* .projects .wrap_item2.cols-1 .item_block { width: 100%; }
.projects .wrap_item2.cols-2 .item_block { width: 50%; }
.projects .wrap_item2.cols-3 .item_block { width: 33.33333333%; }
.projects .wrap_item2.cols-4 .item_block { width: 25%; }
.projects .wrap_item2.cols-5 .item_block { width: 25%; }
.projects .wrap_item2.cols-6 .item_block { width: 16.66666666%; }
.projects .wrap_item2.cols-7 .item_block { width: 16.66666666%; }

.projects .wrap_item2.cols-1 .item_block{ clear: left; }
.projects .wrap_item2.cols-2 .item_block:nth-child(2n+1) { clear: left; }
.projects .wrap_item2.cols-3 .item_block:nth-child(3n+4) { clear: left; }
.projects .wrap_item2.cols-4 .item_block:nth-child(4n+5) { clear: left; }
.projects .wrap_item2.cols-5 .item_block:nth-child(4n+5) { clear: left; }
.projects .wrap_item2.cols-6 .item_block:nth-child(6n+7) { clear: left; }
.projects .wrap_item2.cols-7 .item_block:nth-child(6n+7) { clear: left; }

.home_list { margin: 0 -20px; padding: 0 20px;overflow: hidden; }
.home_list .cols-1 .item_block:nth-child(n+7){display: none;}
.home_list .cols-2 .item_block:nth-child(n+7){display: none;}
.home_list .cols-3 .item_block:nth-child(n+7){display: none;}
.home_list .cols-4 .item_block:nth-child(n+9){display: none;}
.home_list .cols-5 .item_block:nth-child(n+9){display: none;}
.home_list .cols-6 .item_block:nth-child(n+13){display: none;}
.home_list .cols-7 .item_block:nth-child(n+13){display: none;}

#b_sim_projects .cat_projects .cols-1 .item_block:nth-child(n+4){display: none;}
#b_sim_projects .cat_projects .cols-2 .item_block:nth-child(n+5){display: none;}
#b_sim_projects .cat_projects .cols-3 .item_block:nth-child(n+7){display: none;} */

@media (max-width: 567px) {
    .projects .wrap_item2.cols-1 .item_block { width: 100%; }
    .projects .wrap_item2.cols-1 .item_block{ clear: left; }
    #b_sim_projects .cat_projects .cols-1 .item_block:nth-child(n+4){display: none;}
}
@media (min-width: 568px) and (max-width: 842px) {
    .projects .wrap_item2.cols-2 .item_block { width: 50%; }
    .projects .wrap_item2.cols-2 .item_block:nth-child(2n+1) { clear: left; }
    #b_sim_projects .cat_projects .cols-2 .item_block:nth-child(n+5){display: none;}
}
@media (min-width: 843px) and (max-width: 1413px) {
    .projects .wrap_item2.cols-3 .item_block { width: 33.33333333%; }
    .projects .wrap_item2.cols-3 .item_block:nth-child(3n+1) { clear: left; }
    #b_sim_projects .cat_projects .cols-3 .item_block:nth-child(n+7){display: none;}
}
@media (min-width: 1414px) and (max-width: 1688px) {
    .projects .wrap_item2.cols-4 .item_block { width: 25%; }
    .projects .wrap_item2.cols-4 .item_block:nth-child(4n+1) { clear: left; }
}
@media (min-width: 1689px) {
    .projects .wrap_item2.cols-5 .item_block { width: 25%; }
    .projects .wrap_item2.cols-5 .item_block:nth-child(4n+5) { clear: left; }
}


@media (max-width: 567px) {
    .projects .wrap_item2.cols-home-1 .item_block { width: 100%; }
    .projects .wrap_item2.cols-home-1 .item_block:nth-child(n+7){display: none;}

    .projects .wrap_item2.cols-full-1 .item_block { width: 100%; }
    .projects .wrap_item2.cols-full-1 .item_block{ clear: left; }
}
@media (min-width: 568px) and (max-width: 842px) {
    .projects .wrap_item2.cols-home-2 .item_block { width: 50%; }
    .projects .wrap_item2.cols-home-2 .item_block:nth-child(n+7){display: none;}

    .projects .wrap_item2.cols-full-2 .item_block { width: 50%; }
    .projects .wrap_item2.cols-full-2 .item_block:nth-child(2n+1) { clear: left; }
}
@media (min-width: 843px) and (max-width: 1117px) {
    .projects .wrap_item2.cols-home-3 .item_block { width: 33.33333333%; }
    .projects .wrap_item2.cols-home-3 .item_block:nth-child(n+7){display: none;}

    .projects .wrap_item2.cols-full-3 .item_block { width: 33.33333333%; }
    .projects .wrap_item2.cols-full-3 .item_block:nth-child(3n+4) { clear: left; }
}
@media (min-width: 1118px) and (max-width: 1392px) {
    .projects .wrap_item2.cols-home-4 .item_block { width: 25%; }
    .projects .wrap_item2.cols-home-4 .item_block:nth-child(n+9){display: none;}

    .projects .wrap_item2.cols-full-4 .item_block { width: 25%; }
    .projects .wrap_item2.cols-full-4 .item_block:nth-child(4n+5) { clear: left; }
}
@media (min-width: 1393px) and (max-width: 1667px) {
    .projects .wrap_item2.cols-home-5 .item_block { width: 25%; }
    .projects .wrap_item2.cols-home-5 .item_block:nth-child(n+9){display: none;}

    .projects .wrap_item2.cols-full-5 .item_block { width: 25%; }
    .projects .wrap_item2.cols-full-5 .item_block:nth-child(4n+5) { clear: left; }
}
@media (min-width: 1668px) and (max-width: 1942px) {
    .projects .wrap_item2.cols-home-6 .item_block { width: 16.66666666%; }
    .projects .wrap_item2.cols-home-6 .item_block:nth-child(n+13){display: none;}

    .projects .wrap_item2.cols-full-6 .item_block { width: 16.66666666%; }
    .projects .wrap_item2.cols-full-6 .item_block:nth-child(6n+7) { clear: left; }
}
@media (min-width: 1943px) {
    .projects .wrap_item2.cols-home-7 .item_block { width: 16.66666666%; }
    .projects .wrap_item2.cols-home-7 .item_block:nth-child(n+13){display: none;}

    .projects .wrap_item2.cols-full-7 .item_block { width: 16.66666666%; }
    .projects .wrap_item2.cols-full-7 .item_block:nth-child(6n+7) { clear: left; }
}


.projects .item_block .b_name{display: block; float: left;  font-size: 16px; width: 92%; margin: -3px 0 20px 0; cursor: pointer;}
.projects .item{display: block;  width: 100%; background: #FFF; margin: 0 0px 16px 0;overflow: hidden;}
.projects .item,
.projects .item:hover{-webkit-box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.2);  }
.projects .item .img {width: 100%; position: relative;  }
.projects .item .img img {min-width: 100%; min-height: 100%;}
.projects .item .checkbox { overflow:hidden; display: block; position: absolute;  top: 5px; left: 4px;padding-left: 24px;font-size: 11px;line-height: 25px;width:auto;color:#fff; text-shadow: 0px 1px 2px #000;text-indent: -1000px; }
.projects .item:hover .checkbox {text-indent: 0px;  }
.projects .item .checkbox:hover { color:#FFE325;}
.projects .projects_heart {display: block; position: absolute; top: 3px; right: 5px; width: 25px; height: 25px; background: url('/local/templates/domamo_v001/./images/index/projects/hearth.svg') no-repeat center 5px; cursor: pointer; overflow: hidden; text-indent: -1000px;}
.projects .projects_heart.active {background-position: 0 -20px;}
.projects .projects_heart:hover {background-position: 0 -45px;}
.projects .projects_heart.active:hover {background-position: 0 -70px;}
.projects .item_bb_block {position: absolute; top: 8px; right: 33px; height: 16px; }
.projects .item_bb_block .projects_new,
.projects .item_bb_block .projects_best,
.projects .item_bb_block .projects_discount {display: block; float: left; margin-right: 4px; border-radius: 4px; height: 16px; line-height: 18px !important; font: 9px bold; padding: 0 5px; background: #91dc00; text-transform: uppercase; color: #000;}
.projects .item_bb_block .projects_best {background: #ffe325; }
.projects .item_bb_block .projects_discount {background: #eb1039; color: #FFF; font-size: 13px; font-family: arial; padding: 0 3px;}

.projects .item_img_bottom_line {position: absolute; height: 25px;  bottom: -1px;  overflow: hidden;width: 100%;}
.projects .item_img_bottom_line.b_type{background-color: #dbe30e;}
.projects .item_img_bottom_line .projects_number,
.projects .item_img_bottom_line .projects_area,
.projects .item_img_bottom_line .projects_type {height: 25px; float: left; background: #00afef; color: #FFF; font: 15px/26px arial; font-weight: 600; padding: 0 .4em; white-space: nowrap; word-wrap: normal;}
.projects .item_img_bottom_line .projects_number{text-transform: uppercase;}
.projects .item_img_bottom_line .projects_area { background: #292e44; min-width: 0;}
.projects .item_img_bottom_line .projects_area sup {font-size: 12px; float: right; margin-top: -3px;}
.projects .item_img_bottom_line .projects_type { background: #dbe30e; color: #292e44; text-transform: uppercase; font: 10px/27px bold, arial; }

.projects .item .bottom_block {margin: 0 0 1px 0; padding: 8px 5px 7px; border-bottom: 1px solid #f6f6f6; background: #fff; }
.projects .item .bottom_block .var{display: block; float: left; border-radius: 4px; border: 1px solid #dfdfdf; color: #afafaf; height: 42px; font-size: 11px; padding: 0 3px; line-height: 14px; text-align: center; margin: 0 4px 0 0; }
.projects .item .bottom_block .var > span{color: #000; display: block; width: 100%; text-align: center; font: 16px bold; line-height: 24px; border-top: 1px solid #dfdfdf; padding: 0 3px; }
.projects .item .bottom_block .material {width: 16%; text-align: center; margin-right: 0;}
.projects .item .bottom_block .material img{display: block; margin: 3px auto 0; max-width: 100%;}
.projects .item .bottom_block .cost {display: block; float: right; margin: 0 5px 0 0;  width: calc(40% - 5px); font-size: 12px; color: #afafaf; line-height: 11px; text-align: right;}


.projects .item .bottom_block.sp.mt .cost,
.projects .item .bottom_block.vp.mt .cost
{
    width: calc(100% - 16% - 65px);
}
.projects .item .bottom_block.sp.vp.mt .cost
{
    width: calc(100% - 16% - 95px);
}
.projects .item .bottom_block.mt .cost
{
    width: calc(100% - 16% - 15px);
}


.projects .item .bottom_block .cost span.price {display: block; color: #000; font-size: 16px; font-family: bold; line-height: 16px; margin-top: 4px; }
.projects .item .bottom_block .cost .price_old
{
    display: inline-block;
    color: #000;
    position: relative;
}
.projects .item .bottom_block .cost .price_old:before
{
    content: '';
    height: 1px;
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    /* transform: skew(0deg, -19deg); */
    transform: rotate(-15deg);
    top: 5px;
}
.projects .item .bottom_block .cost_title
{
    display: block;
}
.prices_wrap
{
    /* min-height: 32px */
    height: 26px;
}
.projects .item .bottom_block .cost .prices_wrap span.price,
.projects .item .bottom_block .cost .prices_wrap span.price_old
{
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.projects .item .comments {display: block;  padding-left: 30px; height: 22px; line-height: 22px !important; background: #fff url('/local/templates/domamo_v001/./images/index/projects/comments.svg') no-repeat 5px center; color: #bbb; font-size: 12px; }
.projects .item .comments.active{color: #565656;}
.projects .item .count{display: block; float: right; margin: 0 11px 0 0; height: 22px; line-height: 22px !important; color: #000; font-size: 11px; }
.projects .more { margin: 24px 0 44px; width: 100%; text-align: center; float: left;}
.projects .more a {margin: 0 auto;  width: 298px; max-width: 100%; box-shadow: 0 0px 8px 1px rgba(0, 0, 0, 0.2); text-transform: uppercase;}
@media (max-width: 1199px) {
    .projects .item .bottom_block .cost .prices_wrap span.price
    {
        /* display: block; */
    }
}
@media (max-width: 767px) {
    .projects .item_block .b_name{margin: -8px 0 25px 0; line-height: 18px; }
}

.front_info {margin-bottom: 45px; padding: 0 22px; position: relative;}
.front_info .item {width: calc(47% - 155px); min-height: 240px; margin-right: 3%; float: left;}
.front_info .item.zakaz {position: absolute; right: 0; top: 0; background: url('/local/templates/domamo_v001/./images/index/bank_card.jpg') no-repeat right 100%;  display: block; width: 310px; height: 270px; padding: 0 10px; margin: 0; color: #007ac5; font-size: 22px; line-height: 30px;text-decoration: underline;}
.front_info .item.zakaz:hover{color: #ff1054;}
.front_info .item .title {display: block;font-size: 22px;line-height: 22px;margin-bottom: 20px;}
.front_info .item > p {font-size: 16px;line-height: 22px;margin-bottom: 20px;}
.front_info .item .read_more {color: #737373;text-decoration: underline;}
.front_info .item .read_more:hover {color: #ff1054;}

@media (max-width:1400px) {
    .front_info .item{width: 33%;}
}
@media (max-width: 991px) {
    .front_info .wrap_item .item{width: 50%; padding: 0 15px; margin: 0;}
    .front_info .item.zakaz{float: right; margin: 20px -22px 0 -22px; position: static; max-width: 100%; }
}
@media (max-width: 767px) {
    .front_info {padding: 0;}
    .front_info .wrap_item .item{width: 100%; padding: 0 22px; margin: 0 0 15px; min-height: 0;}
    .front_info .item.zakaz{margin: 20px 0 0 0;}
}

.footer {background-color: #242e3c; padding: 30px 22px 15px;}

.last_project {width: 100%; float: left; padding: 0 0 30px 0; margin: 0 0 25px 0; 	background: url('/local/templates/domamo_v001/./images/index/ico/pattern.svg') repeat-x left bottom;}
.last_project .b_title { display: block; font-size: 18px; margin: 0 0 15px; color: #fff; }
.last_project .b_title span  {font-size: .7em;font-weight:bold; color:#fff; }
.last_project .b_title a  {color:#acb8be;text-decoration:underline; }
.last_project .b_title a:hover  {color:#fff; }
.last_project .wrap_item{margin: 0; float: left; max-height: 115px; overflow: hidden; margin: 0 -10px;}
.last_project .wrap_item .item {float: left; width: 185px; height:  115px; margin: 0; padding: 0 10px;  position: relative;}
.last_project .wrap_item .item img {width: 100%;}
.last_project .wrap_item .item .bottom_line {position: absolute; bottom: 0;}
.last_project .wrap_item .item .bottom_line > div{float: left; display: block; color: #fff; padding: 2px 10px 0; font-size: 14px; line-height: 24px;}
.last_project .wrap_item .item .number { background: #0092cf; text-transform: uppercase;}
.last_project .wrap_item .item:hover .number {background: #00adff;}
.last_project .wrap_item .item .area {background: #2f2f2f; }
.last_project .item_bb_block {
    position: absolute;
    top: 7px;
    right: 14px;
    height: 16px;
}
.last_project .item_bb_block .projects_discount {
    display: block;
    float: left;
    margin-right: 4px;
    border-radius: 4px;
    height: 16px;
    line-height: 18px !important;
    font: 9px bold;
    text-transform: uppercase;
    background: #eb1039;
    color: #FFF;
    font-size: 13px;
    font-family: arial;
    padding: 0 3px;
}
@media (max-width: 767px) {
    .last_project .b_title span{display: block;}
    .last_project .wrap_item{max-height: 10000px; margin: 0 -7px;}
    .last_project .wrap_item .item{margin: 0 0 15px; padding: 0 7px; width: 179px; height: auto;}
    .last_project .wrap_item .item:nth-child(n+7){display: none;}
}
@media (max-width: 400px) {
    /* .last_project .wrap_item .item {width: 50%;}
		.last_project .wrap_item .item .bottom_line{bottom: auto; top: 0;} */
}
.watch_projects {background:none; }
.watch_projects .wrap_item{height: auto; margin:  0 0 0px 0;}
.watch_projects .wrap_item .item{ margin:  0 20px 20px 0;}

.footer .area_links {padding: 0 0 26px 0; }
.footer .area_links .item {float: left; margin: 0; width: 12%; margin: 0 1% 0 0;}
.footer .area_links .item_1{width: 26.5%;}
.footer .area_links .item_2{width: 26.5%;}
.footer .area_links .item_3{width: 18%;}
.footer .area_links .item .b_title {font: 16px bold; display: block; margin-bottom: 5px; color: #fff;}
.footer .area_links .item .block > div{color: #acb8be;}
.footer .area_links .item .block1, .footer .area_links .item .block2{width: 48%; float: left; margin: 0 4% 0 0;}
.footer .area_links .item .block2{margin-right: 0;}
.footer .area_links .item a {display: block; color: #acb8be; letter-spacing: -0.5px; line-height: 95%; padding: 4px 0 3px 0;}
.footer .area_links .item a:hover {text-decoration: underline;color: #FFF;}
@media only screen and (max-width: 1700px) {
    .footer .area_links .item .block1,
    .footer .area_links .item .block2{width: 100%; float: left; margin: 0;}
    .footer .area_links .item {float: left; margin: 0; width: 12%; margin: 0 1% 0 0;}
    .footer .area_links .item_1{width: 24%;}
    .footer .area_links .item_2{width: 24%;}
    .footer .area_links .item_3{width: 19%;}
    .footer .area_links .item_4{width: 14%;}
    .footer .area_links .item_5{width: 14%;}
}
@media only screen and (max-width: 1200px) {
    .footer .area_links .item,
    .footer .area_links .item .b_title{font-size: 14px;}
}
@media (max-width: 961px) {
    .footer .area_links {padding: 0 0 26px 0; margin: 0 -15px;}
    .footer .area_links .item{width: 33%; padding: 0 15px 10px; margin: 0;}
}
@media (max-width: 767px) {
    .footer .area_links .item{width: 50%; padding: 0 15px 10px; margin: 0;}
}
.footer .city_select{float: left; padding: 8px 18px 12px 0px;  margin: -8px 0 -12px 0;position: relative; min-width: 145px;}
.footer .city_select .city_active{float: right; position: relative; padding: 0 19px 0 0px; cursor: pointer; color: #fff;  line-height: 24px;}
.footer .city_select .city_active:before{position: absolute; display: block; content: ''; right: 6px; top: 9px; border: 4px solid transparent; border-top: 4px solid #FFF;}
.footer .city_select .city_active:hover{color: #ff1054;}
.footer .city_select .city_active:hover:before{color: #ff1054; border-top-color: #ff1054;}
.footer .city_select.active .city_active:hover{color: #fff;}
.footer .city_select.active .city_active:hover:before{color: #fff; border-top-color: #fff;}
.footer .city_select.active{background-color: #1b1e26; position: relative;}
.footer .city_select.active .city_active{opacity: 0.2;}
.footer .city_select.active > ul{display: block; }
.footer .top_header_ul {display: none; position: absolute; background: #1b1e26;white-space: nowrap;  left: 0; right: 0; bottom: 32px; z-index: 99 !important; font-size: 15px; padding: 15px 10px 5px 10px; margin: 0; }
.footer .top_header_ul li {display: block; list-style: none; color: #FFF; height: 28px; line-height: 28px; padding-left: 10px;  padding-right: 10px; cursor: pointer;}
.footer .top_header_ul li:hover{color: #ff1054;}
.footer .top_header_ul li.active{color: #FFF; background: #00afef; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin: 3px 0;}

.footer .contackt{    margin: 2px 0 0 0;}
.footer .tel {color: #FFF; float: left; margin-right: 15px; display: none;}
.footer .tel.active { display: block;}
.footer .connect {color: #7aceff; text-decoration: underline; }
.footer .connect:hover {color: #ff1054;}
.footer .social
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;


}
.footer .social a{display: inline-block; width: 28px; margin-left: 5px; margin-right: 5px; }
.footer .social a img{width: 100%; border-radius: 4px}
.footer .card_block {margin: 0px 0 0 0;}
.footer .card_block a {width: 52px;height: 28px;display: inline-block;}
.footer .card_block a.visa {background: url('/local/templates/domamo_v001/./images/index/ico/mastercard_visa.svg') no-repeat center left;}
.footer .card_block a.master {background: url('/local/templates/domamo_v001/./images/index/ico/mastercard_visa.svg') no-repeat center right;}

.footer-con-wrap
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.footer_bottom_line {margin: 15px 0 0 0; position: relative; float: left; width: 100%;}
.footer_bottom_line
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

.footer_bottom_line .copy {color: #acb8be;font-size: 14px;  margin: 0 10px 0 0; line-height: 24px;}
.footer_bottom_line{border-top: 1px solid #5a6875; padding: 25px 0 0 0;}
.footer_bottom_line .developed {color: #acb8be;font-size: 15px; float: right;  margin-top: 5px;}
.footer_bottom_line .developed-inner{width: 266px;}
.footer_bottom_line .developed a{color: #acb8be;}
.footer_bottom_line .developed a:hover {color: #fff;}
.footer_bottom_line .developed img{display: block; float: right; margin: 1px 0 0 2px;}
.footer_bottom_line .developed a:hover img{opacity: 0.9;}


.footer .goldsite { float: right;}
.footer	.goldsite img { float: left; margin-right: 20px; }
.footer .goldsite { color: #fff; font-size: .8em; width: 400px; }
.footer .goldsite p { margin: 5px 0 0 0; line-height:18px;}
.footer .goldsite p.gold { margin-top: 19px;font-size: 1.1em; line-height:18px; color: #ffd462;}

@media (max-width: 1200px) {
    .footer_bottom_line .developed--inner{width: 248px;}
}
@media (max-width: 991px) {
    .footer_bottom_line .developed{margin-left: 20px;}
    .footer-con-wrap{display: none;}
}
@media (max-width: 767px) {
    .footer .goldsite{max-width: 100%; float: left;}
    .footer	.goldsite img {margin: 0 15px 15px 0;}
    .footer .goldsite p.gold{margin-top: 5px;}
    .footer_bottom_line .developed{width: auto; text-align: left; float: left; margin: 5px 0 0 0;}
    .footer_bottom_line .developed img{float: right;}
}

/*catalog list product*/
.b_catalog{padding: 25px 296px 30px 0; background: url(/local/templates/domamo_v001/./images/filtr_bg.svg) repeat-y 100% top; position: relative;}
.b_catalog_list{padding: 0; float: left; width: 100%;}
.b_right_block{margin: -14px 0 0 -296px; width: 296px; float: right; position: relative; right: -296px; padding: 0 0 0 15px;}
@media (max-width: 991px) {
    .b_catalog{padding: 25px 0 30px; background: transparent;}
    .b_right_block{display: none;}
}
.contractors .b_catalog {
    background-image: none;
}


.b_search_id{float: left; margin: 0 0 0 3px; width: calc(100% - 3px); position: relative;}
.b_search_id .b_input{height: 27px; width: 206px; border: 1px #B9D0DC solid; position: relative; float: left; /* background: url(/local/templates/domamo_v001/./images/right_block_serach.png) no-repeat left top; */}
.b_search_id .b_input input{width: 206px; padding: 7px 10px 6px; height: 27px; line-height: 14px; border: 0px none; background-color: transparent; position: relative; z-index: 5; font-family: 'IstokRegular', arial; font-size: 14px; color: #000; float: left;}
.b_search_id .b_input .placeholder{position: absolute; z-index: 4; top: 1px; line-height: 25px; padding: 0 10px; color: #a0a0a0; font-size: 14px;}
.b_search_id .b_input.b_active2{border-color: #16a0e5;}
.b_search_id .b_input.b_active2 .placeholder{display: none;}
.b_search_id .s_btn{background: url("/local/templates/domamo_v001/./images/right_block_serach_btn.png") no-repeat left top; border: 0px none;  cursor: pointer; float: left; width: 46px; height: 28px; font-family: 'IstokRegular', arial; font-size: 14px; margin: 0 0 0 4px;}
.b_search_id .s_btn:hover{background-position: 0 -28px; color: #fff;}
.b_search_id .s_btn:active{background-position: 0 -56px; color: #fff;}


#rightFilter .b_filter_group_name { display: none; }

.r_filtr{font-size: 14px; margin: 14px 0 0 0; float: left; line-height: 20px;}
.r_filtr .b_box{width: 100%; margin: 0 0 5px;}
.r_filtr .b_box_small{width: 250px; margin: 0 0 5px; padding: 0 0 0 25px;}
.r_filtr .b_box .b_title{padding: 0 0 0 25px; position: relative; cursor: pointer;}
.r_filtr .b_box .b_title .b{position: absolute; left: 0; width: 24px; height: 24px; background: url(/local/templates/domamo_v001/./images/filtr_show_btn.svg) no-repeat left -24px; top: -3px;}
.r_filtr .b_box .b_title:hover .b{background-position: 0 -72px;}
.r_filtr .b_box.active .b_title .b{background-position: 0 0;}
.r_filtr .b_box.active .b_title:hover .b{background-position: 0 -48px;}s
                                                                       .r_filtr .b_box .b_title .b_title_left{float: left;}
.r_filtr .b_box .b_title .q{background: url(/local/templates/domamo_v001/./images/filtr_quest.svg) no-repeat 0 0; display: inline-block; vertical-align: middle; width: 14px; height: 14px; margin: 0px 0 0 5px;}
.r_filtr .b_box .b_hide{display: none; padding: 5px 0 8px 46px;}
.r_filtr .b_box.active_def .b_hide{display: block; height: auto;}
.r_filtr .b_checkbox{position: relative; width: 100%; float: left; cursor: pointer; padding: 1px 0;}
.r_filtr .b_checkbox .b{position: absolute; left: -24px; width: 22px; height: 22px; background: url(/local/templates/domamo_v001/./images/filtr_checkbox2.png) no-repeat 0 0; top: -1px; }
.r_filtr .b_checkbox.active .b{background-position: 0 -44px;}
.r_filtr .b_checkbox .b_label{float: left; margin: 0 0 0 0;}
.r_filtr .b_checkbox .b_label .bx_filter_icon{display: block; float: left; width: 30px; width: 27px; height: 19px; background: transparent no-repeat left top; margin: 0 4px 0 1px;}
.r_filtr .b_checkbox .q{background: url(/local/templates/domamo_v001/./images/filtr_quest.svg) no-repeat 0 0; display: inline-block; vertical-align: middle; width: 14px; height: 14px; margin: 0px 0 0 5px;}
.r_filtr .b_checkbox.noactive{opacity: 0.5; cursor: default;}
.r_filtr .b_box .b_range{padding: 0px 0 11px 27px;}
.r_filtr .b_range .b_l1{float: left; width: 100%; margin: 7px 0 0 0;}
.r_filtr .b_range .b_input{height: 25px; width: 76px; border: 1px #B9D0DC solid; position: relative; float: left;  /* background: url(/local/templates/domamo_v001/./images/right_block_serach.png) no-repeat left top; */}
.r_filtr .b_range .b_input input{width: 60px; padding: 6px 8px 5px; height: 14px; line-height: 14px; border: 0px none; background-color: transparent; position: relative; z-index: 5; font-family: 'IstokRegular', arial; font-size: 14px; color: #000; float: left; box-sizing: content-box;}
.r_filtr .b_range .b_input.b_active2{border-color: #16a0e5;}
.r_filtr .b_range .b_sep{float: left; height: 1px; width: 8px; background-color: #b9d0dc; position: relative; overflow: hidden; margin: 13px 9px;}
.r_filtr .b_range .b_label{float: left; margin: 4px 0 0 5px;}
.r_filtr .b_arrow{display: block; border: 8px transparent solid; border-left-color: #fff; position: absolute; top: 16px; right: -16px; }
.r_filtr .more_filtr{background: url(/local/templates/domamo_v001/./images/filtr_more.svg) no-repeat 0 3px; width: 172px; height: 25px; display: block; color: #00adff; font-size: 14px; padding: 0 0 0 25px; line-height: 20px; margin: 10px 0 0 3px; }
.r_filtr .more_filtr:hover{background-position: 0px -32px; color: #ff0f53;}
.r_filtr a.b_btn, .r_filtr .b_btn{margin: 15px 0 0 27px;}
.r_filtr .b_btn{margin: 15px 0 0 3px; float: left;}
.r_filtr .b_del_filtr{width: auto; height: 25px; display: block; color: #ff0f53; font-size: 14px; padding: 0 0 0 ; line-height: 20px; margin: 28px 0 0 12px; float: left; }
.r_filtr .b_del_filtr:hover{text-decoration: underline;}


.b_big_filtr{background: #f2f6f8 url(/local/templates/domamo_v001/./images/big_filtr_shadow.svg) repeat-y left top; position: absolute; top: 0; left: 100%; right: 0;  z-index: 100; bottom: 0; overflow: hidden; opacity: 0;}
.b_big_filtr{
    transition: left 800ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 800ms ease-in-out;
    -moz-transition: left 800ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 800ms ease-in-out;
    -webkit-transition: left 800ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 800ms ease-in-out;
    -o-transition: left 800ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 800ms ease-in-out;
}
.b_big_filtr.active{left: 0; opacity: 0.97;}
.b_big_filtr .b_data_box{display: block; padding: 40px 45px 50px 80px;}
.b_big_filtr .b_title{font-family: bold, arial; font-size: 32px; float: left;}
.b_big_filtr .b_close{float: right; width: 76px; height: 22px; background: url(/local/templates/domamo_v001/./images/filtr_close.svg) no-repeat left top;}
.b_big_filtr .b_close:hover{background-position: 0 -22px; cursor: pointer;}
.b_big_filtr .b_close_small{position: absolute; left: 0; width: 40px; top: 0; bottom: 0;  cursor: pointer; opacity: 0;}
.b_big_filtr .b_close_small span{display: block;  width: 13px; height: 19px; background: url(/local/templates/domamo_v001/./images/filtr_close_small.svg) no-repeat left top; margin: 52px auto;  position: relative; left: 0px;}
.b_big_filtr .b_close_small:hover span{background-position: 0 -19px;}
.b_big_filtr.active .b_close_small{opacity: 1;}
.b_big_filtr .b_full_filtr{float: left; width: 100%;}
.b_big_filtr .b_full_filtr .b_title{font-size: 14px; font-weight: 100; font-family: 'IstokRegular';}
.b_big_filtr .r_filtr{width: 102%;margin-top:0;}
.b_big_filtr .b_box{ width: auto;  margin: 0 10px 5px 0;}
.b_big_filtr .b_box_small{ width: auto; }
.b_big_filtr .b_hide{float: left; width: 80%;}
.b_big_filtr .b_block{width: 280px; float: left;}
.b_big_filtr hr{width: 100%; clear: both; background-color: #d4dbe1; border: 0px none; height: 1px; position: relative; overflow: hidden; margin: 20px 0; float: left;}
.b_big_filtr .b_btn{margin: 0; padding: 0 25px;}
.b_big_filtr .b_group_col {float: left;}
.b_big_filtr .b_filter_group_name { text-transform: uppercase; color: #00afef; margin-left: 25px; margin-bottom: 15px;margin-top: 35px; font-size: 16px; }
@media (max-width: 1200px) {
    .b_big_filtr .b_data_box{padding: 30px 15px 40px 45px;}
    .b_big_filtr .b_title{padding-left: 39px;}
    .b_big_filtr .b_btn{margin-left: 15px;}
    .b_big_filtr .b_close_small span
    {

        margin: 42px auto
    }
}
@media (max-width: 991px) {
    .b_big_filtr .b_close{display: none;}
    .bx_filter_popup_result{
        /* display: none!important; */
    }
    .b_group_col_0 .bx_filter_container_modef {
        right: auto;
        left: -40px;
        top: -90px;
    }
    .r_filtr .b_group_col_0 .b_arrow {
        border-left-color: transparent;
        border-top-color: #edf0f2;
        border-right-color: transparent;
        bottom: -16px;
        right: auto;
        left: 19px;
        top: auto;
    }
}
@media (max-width: 767px) {
    .b_big_filtr{top: 0px;}
    .b_big_filtr .b_title{font-size: 26px;}
    .b_big_filtr .b_btn{width: 100%; margin: 0;}
    .b_big_filtr .b_close_small span {
        margin: 38px auto;
    }

}

h1{color: #000; font-size: 32px; font-family:  'bold', arial; margin: 3px 0 0 0; padding: 0}
@media (max-width: 1100px) {
    h1 {font-size: 24px;line-height: 24px; margin: 10px 0;}
}

.b_bread{display: block; float: left; width: 100%;}
.b_bread:after{clear: both; content: "";}
.b_bread .item{padding: 0 12px 0 0; display: block; float: left; margin: 0 6px 0 0; position: relative; background: url(/local/templates/domamo_v001/./images/bread_arrow.svg) no-repeat 100% 4px; color: #a2a6a8; line-height: 15px; font-size: 15px; text-decoration: none;}
.b_bread .item.last {background: none;}
.b_bread .item a{color: #a2a6a8; }
.b_bread .item a:hover{color: #000;}
.b_cat_head{padding: 0 20px 0 20px;}

.b_catalog .b_tags{margin: 3px 0 0 0; border-top: 1px #e1e6ea solid; padding: 10px 0;}
.b_catalog .b_tags a{color: #6787a0; font-size: 13px; text-decoration: none; border-bottom: 1px #6787a0 solid; line-height: 10px; float: left; margin: 3px 10px 9px 0;}
.b_catalog .b_tags a:hover{color: #ff0f53; border-bottom-color: #ff0f53;}
.b_catalog .b_tags a.hide{display: none;}
.b_catalog .b_tags a.show_all{border-bottom-style: dotted;}

.b_catalog_nav{background-color: #ebf1f5; border-radius: 2px; height: 37px; float: left; width: 100%; margin: 8px 0 13px 0; border-radius: 3px;}
.b_catalog_nav > div{float: left; height: 37px;}
.b_catalog_nav .b_complated_btn{background-color: #6c91bc; display: block; float: left; color: #fff;  line-height: 40px; padding: 0 14px; height: 37px; border-radius: 3px 0 0 3px; display: none;}
.b_catalog_nav .b_complated_btn.active{display: block;}
.b_catalog_nav .b_complated_btn:hover{background-color: #00afef;}
.b_catalog_nav .b_order_list_wrap{float: left; height: 37px;}
.b_catalog_nav .b_order_list{display: block; float: left; line-height: 40px; border-right: 1px #d5dfe5 solid; }
.b_catalog_nav .b_order_list .active{color: #212324; font-size: 15px; padding: 0 17px;}
.b_catalog_nav .b_order_list .b_hide{display: none;}
.b_catalog_nav .b_order_list:hover{padding: 3px 0 0; margin: 0 0 0 -1px ; position: relative; top: -4px; border: 1px #d5dfe5 solid; border-radius: 4px; background-color: #fff; height: auto; z-index: 1000;}
.b_catalog_nav .b_order_list:hover .b_hide{display: block;}
.b_catalog_nav .b_order_list .b_hide{width: 100%;}
.b_catalog_nav .b_order_list .b_hide a{display: block; padding: 5px 10px 5px 36px; color: #212324; font-size: 15px; line-height: 16px; background: transparent url(/local/templates/domamo_v001/./images/catalog_order_li.svg) no-repeat 23px 12px;;}
.b_catalog_nav .b_order_list .b_hide a:hover{ background-color: #f3f7f9;}
.b_catalog_nav .b_order_sort{float: left; border-right: 1px #d5dfe5 solid; width: 39px;}
.b_catalog_nav .b_order_sort a{height: 18px; width: 39px; background: url(/local/templates/domamo_v001/./images/order_sort.svg) no-repeat center 2px; display: block;}
.b_catalog_nav .b_order_sort a.asc{background-position: center -17px;}
.b_catalog_nav .b_order_sort a.asc:hover{background-position: center -36px;}
.b_catalog_nav .b_order_sort a.asc.active{background-position: center 2px!important;}
.b_catalog_nav .b_order_sort a.desc{background-position: center -79px; }
.b_catalog_nav .b_order_sort a.desc:hover{background-position: center -98px;}
.b_catalog_nav .b_order_sort a.desc.active{background-position: center -60px!important;}
.b_catalog_nav .b_promo{float: left; padding: 0 20px 0 24px; }
.b_catalog_nav .b_promo span,
.b_catalog_nav .b_promo a{float: left; padding: 3px 10px 1px; font-size: 9px; line-height: 16px; margin: 7px 4px 0 0; color: #949ea4; border: 1px #c0cdd6 solid;  border-radius: 4px; text-transform: uppercase;}
.b_catalog_nav .b_promo .new.active,
.b_catalog_nav .b_promo a.new:hover{background-color: #91db01; border-color: #91db01; color: #000;}
.b_catalog_nav .b_promo a.best.active,
.b_catalog_nav .b_promo a.best:hover{background-color: #ffdd01; border-color: #ffdd01; color: #000;}
.b_catalog_nav .b_promo a.sale.active,
.b_catalog_nav .b_promo a.sale:hover{background-color: #f3103b; border-color: #f3103b; color: #fff;}
.b_catalog_nav .b_pagen{float: right;}

@media only screen and (max-width: 1300px) {
    .b_catalog_nav .b_order_list .active,
    .b_catalog_nav .b_complated_btn{font-size: 13px;}
    .b_catalog_nav .b_promo{padding: 0 0 0 15px;}
}
@media only screen and (max-width: 1200px) {
    .b_catalog_nav .b_promo{display: none;}
    .b_catalog_nav .b_pagen a,
    .b_catalog_nav .b_pagen span{min-width: 25px;}
}
@media only screen and (max-width: 767px) {
    .b_catalog_nav .b_complated_btn{display: none!important;}
    .b_catalog_nav{height: auto;}
    .b_catalog_nav .b_pagen{float: left; width: 100%; clear: both;}
}
.b_pagen a, .b_pagen span{line-height: 40px; min-width: 36px; height: 37px; display: block; float: left; text-align: center; color: #007ac5; font-size: 15px;}
.b_pagen a{text-decoration: underline; font-family: bold, arial;}
.b_pagen a:hover{background-color: #dce7ec;}
.b_pagen .active{color: #fff; background-color: #00afef; font-family: bold, arial;}
.b_pagen .dotted{min-width: 20px;}
.b_pagen .b_next,
.b_pagen .b_prev{background: url(/local/templates/domamo_v001/./images/panavigation_ico.svg) no-repeat 0 -37px; width: 25px; min-width: 0; margin: 0 5px;}
.b_pagen .b_next:hover{background-position: 0 -3px; background-color: transparent;}
.b_pagen .b_next.diss{background-position: 0 -74px;}
.b_pagen .b_prev{background-position: 0 -145px;}
.b_pagen .b_prev:hover{background-position: 0 -111px; background-color: transparent;}
.b_pagen .b_prev.diss{background-position: 0 -181px;}

.b_bot_pagen_wrap{float: left; width: 100%; position: relative; overflow: hidden;}
.b_bot_pagen{position: relative; left: 50%; float: left;}
.b_bot_pagen .b_pagen{position: relative; left: -50%;}
.b_bot_pagen .b_pagen a,
.b_bot_pagen .b_pagen span{border-radius: 4px; margin-right: 1px; margin-left: 1px;}
.b_bot_pagen .b_pagen .active{margin: 0 3px; display: block;}

#b_sim_projects .projects { padding-left:0; padding-right:0;}
#variant-projects .projects { padding-left:0; padding-right:0;}
.b_projet_desc .b_title + .projects { margin-top:0;}
#variant-projects .b_title + .projects { margin-top:0;}

.cat_projects{margin: 0;  margin: 20px 0 0; margin-bottom: 20px;}
.cat_projects .wrap_item{height: auto; }
.cat_projects .item{margin-bottom: 21px;}

.b_catalog .b_fot_info_cat{padding: 0 0 0 20px;}
.b_catalog .fot_info{float: left; width: 100%; position: relative; margin: 51px 0 0 0; border-top: 1px #e1e6ea solid; padding: 29px 0 0 0;}
.b_catalog .front_info .wrap_item .item{width: 35%;}
.b_catalog .front_info .wrap_item .item_full{width: calc(100% - 300px);}
.b_catalog .front_info .item.zakaz{top: 23px; height: 285px;}
.b_catalog .front_info .item,
.b_catalog .front_info .item_full{min-height: 260px;}
.projects-more { text-align:center; width: 600px; margin: 0 auto; margin-top: 20px;font-size:.9em; max-width: 100%;}
.projects-more a.more_filtr {display: inline-block; margin: 0 auto; font: 1em bold; margin-top: 15px; text-align: center; width: 270px; height: 48px; line-height: 48px; box-shadow: 0 0px 8px 1px rgba(0, 0, 0, 0.2); text-transform: uppercase; }


.projects_message{padding: 20px 20px; font-size: 16px; height: 500px; float: left;}
@media (max-width: 991px) {
    .b_catalog .b_fot_info_cat{padding: 0;}
    .b_catalog .front_info .wrap_item .item_full{width: 100%; padding: 30px 20px 0;}
    .b_pagen a, .b_pagen span{
        min-width: 20px;
        height: 30px;
        line-height: 30px;
    }
    .b_pagen .b_next {
        background: url(/local/templates/domamo_v001/./images/panavigation_ico.svg) no-repeat 0 -40px;
        width: 25px;
    }
    .b_pagen .b_next:hover
    {
        background-position: 0px -6px;
    }
    .b_pagen .b_prev
    {
        background: url(/local/templates/domamo_v001/./images/panavigation_ico.svg) no-repeat 0 -149px;
        width: 25px;
    }
    .b_pagen .b_prev:hover{background-position: 0 -115px; background-color: transparent;}
    .b_pagen .b_prev.diss {
        background-position: 0 -184px;
    }
}
@media (max-width: 600px)
{
    .b_pagen
    {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    }
}

.cart_ico { padding: 0; display: inline-block;}
.cart_ico:after{content: ""; float: left; background: url(/local/templates/domamo_v001/./svg/cart.svg) no-repeat 0 8px;  width: 40px; height: 44px; }

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage,
.fotorama__nav__shaft{float: left;}
.fotorama__thumb-border{border: 0px none; border-bottom: 4px #00afef solid!important; padding: 0 0px; background: transparent;}
.b_fotorama .fotorama__thumb-border{width: 108px!important; height: 71px!important;}

.file_list{float: left; width: 100%;}
.b_file{width: 270px; margin: 14px 30px 5px 3px; padding: 0 0 0 51px; display: block; float: left; position: relative; min-height: 44px;}
.b_file .ico{ width: 33px; height: 44px; background: #d01c28; margin: 0 0 0 0; display: block; padding: 0; color: #fff; font-size: 12px; text-align: center; line-height: 48px; position: absolute; left: 0; top: 0;}
.b_file:hover .ico{color: #fff;}
.b_file .ico2{border: 6px #ff2e5a solid; border-right-color: #fbfbfb; border-top-color: #fbfbfb; position: absolute; top: 0; right: 0;}
.b_file .b_name{color: #007ac5; font-size: 14px; display: block; text-decoration: none; margin: 2px 0 3px; border-bottom: 1px #007ac5 solid; float: left; line-height: 18px;}
.b_file:hover .b_name{color: #ff1054; border-bottom-color: #ff1054;}
.b_file .b_param{color: #a7a7a7; display: block; font-size: 12px;}
.b_file.ico_blue .ico{background-color: #278ee5;}
.b_file.ico_blue .ico2{border-bottom-color: #16baf0; border-left-color: #16baf0;}
.b_file.ico_grey .ico{background-color: #c3cdd5;}
.b_file.ico_grey .ico2{border-bottom-color: #607485; border-left-color: #607485;}
.b_file.ico_size_4 .ico{font-size: 10px;}

.btn_140x40,
.btn_user_consent{background: url(/local/templates/domamo_v001/images/filtr_btn.svg) no-repeat left top; width: 141px; height: 41px; display: block; color: #fff!important; font-size: 13px; font-family: bold, arial; text-align: center; line-height: 42px; text-transform: uppercase; text-shadow: 0 0 3px rgba(0,0,0, 0.1); border: 0px none; cursor: pointer;}
.btn_user_consent{display: inline-block;}
.btn_140x40:hover,
.btn_user_consent:hover{background-position: 0 -41px;}
.btn_140x40:active,
.btn_user_consent:active{background-position: 0 -82px;}


.b_fancy_result{padding: 26px 50px; width: 300px;}

.b_fancy_result .form-title,
.b_fancy_result .form-title.text-center
{
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 9px;
}
.b_fancy_result .text-center
{
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
@media(max-width: 767px)
{
    .b_fancy_result{padding: 26px; width: auto;}
}


.b_form form{padding: 36px 50px 20px; max-width: 656px;}
.b_form.nopad form {padding:0px; max-width: 556px;}
.b_form .b_title{font-size: 22px; color: #313537; font-weight: 900;margin-bottom: .5em;}

.b_form .b_block{float: left; width: 265px; margin: 0 25px 0 0;}
.b_form .b_block.last{width: 265px; margin: 0;}
.b_form .b_block_full{width: 100%; margin: 0 0 10px 0;}
.b_form .b_input{display: block; float: left; width: 100%; height: 26px;  box-shadow: inset 1px 1px 4px 0 rgba(50, 50, 50, 0.3); padding: 0; margin: 0 0 10px 0; border-radius: 2px;}
.b_form .b_input.b_active{box-shadow: inset 1px 1px 4px 0 rgba(0, 173, 243, 0.8);}
.b_form .b_input.b_error{box-shadow: inset 0px 0px 1px 1px rgba(255, 50, 50, 1);}
.b_form .b_input input{display: block; background-color: transparent; width: 100%; height: 25px; border: 0px none; padding: 0 10px; line-height: 26px; font-family: arial; font-size: 14px; color: #000;}
.b_form .b_input input[disabled] { background: #f9f9f9; }
.b_form .b_textarea{display: block; float: left; width: 557px;; height: 115px; }
.b_form .b_textarea.b_active{background-position: 0 -135px;}
.b_form .b_textarea.b_error{background-position: 0 -270px;}
.b_form .b_textarea textarea{display: block; background-color: transparent; width: 537px; height: 105px; border: 0px none; padding: 5px 10px; line-height: 16px; font-family: arial; font-size: 14px; color: #000; resize: none;}
.b_form label {color: #979797; font-size: 14px; line-height: 22px;}
.b_form .req{color: #009b83;}
.b_form .b_req{display: block; background-color: #eee; padding: 10px 50px; font-size: 12px; color: #009b83;}

.b_form .error,
.order_form .error{color: rgba(255, 50, 50, 1);}
.b_form .user_consent_label{float: left; margin: 14px 0 20px; line-height: 14px; width: 100%; font-size: 12px;}
.b_form .user_consent_label input{-webkit-appearance: checkbox; display: block; float: left;}
.b_form .user_consent_label span{overflow: hidden; position: relative; display: block; padding:  0 0 0 5px;  line-height: 14px; font-size: 12px; text-decoration: underline;}
.b_form .user_consent_label span:hover{text-decoration: none;}
.b_form .user_consent_text{display: block; position: absolute; top: 100%; bottom: 0; width: 100%; margin: auto; background: #fff; z-index: 100; opacity: 0; overflow: hidden;}
.b_form .user_consent_text.active{display: block; bottom: 0; opacity: 1; top: 0; left: 0; width: 100%;}
.b_form .user_consent_text .title{display: block; font-weight: 600; font-size: 14px; margin-top: 10px;}
.b_form .user_consent_text .desc{overflow: auto;position: absolute;top: 40px;left: 0;bottom: 80px;width: 100%;z-index: 100;display: block;line-height: 16px;font-size: 13px;padding: 0 18px;}
.b_form .user_consent_text .btn_line{position: absolute; bottom: 0; width: 100%; padding: 20px 18px;}
.b_form .user_consent_text .btn_stnd{float: left; margin-top: 10px;}
.b_form .user_consent_text .btn_grey{background-color: #e1e1e1; float: right; color: #222; margin-top: 10px;}
.b_form .user_consent_text .btn_grey:hover{background-color: #0099ff; color: #fff;}

.bx_order_user_consent_text {
    padding: 26px 50px 20px;
    width: 656px;
    height: 434px;
    max-width: 100%;
    max-height: 100%;
}
.wrap_user_consent_text {display: none;}

@media (max-width: 991px) {
    .b_form form{min-width: 0; padding: 20px 18px; width: 400px;}
    .b_form .b_block,
    .b_form .b_block_full,
    .b_form .b_textarea{width: 100%!important;}
    .b_form .b_textarea textarea{width: 100%; box-sizing: border-box;}
}
@media (max-width: 767px) {
    .fancybox-nav {width: 60px;}
    .fancybox-prev{left: -25px;}
    .fancybox-next{right: -25px;}
    .fancybox-nav span{background-size: 33px 42px; width: 11px; height: 19px; margin: 0 10px;}
}
@media (max-width: 500px) {
    .fancybox-opened{width: auto!important; left: 25px!important; right: 25px!important;}
    .fancybox-inner{width: 100%!important; }
    .fancybox-close{top: -25px; right: -14px;}
    .fancybox-overlay{position: fixed; left: 0; top: 0; right: 0; bottom: 0;}
    .b_form form{width: 100%;}
}

.wrapper {background: #f6f6f6; font-family: "IstokRegular", sans-serif; padding-top: 36px;}
.ordering_top_block {
    background: #2a2f3d;
    height: 62px;
}
.ordering_page_container {
    max-width: 1127px;
    /* min-width: 978px; */
    padding: 0 0px;
    margin: 0 auto;
    position: relative;
    line-height: 1;
}
.ordering_page_container a.big_gray_button:hover {color:#fff;}
.ordering_top_block_container {
    height: 62px;
}
.ordering_top_in_card {
    float: left;
    line-height: 62px;
    height: 62px;
}
.ordering_top_in_card span{
    float: left;
}
.ordering_top_in_card .in_card_title,
.ordering_top_price,
.ordering_top_price-end .price-end-text,
.blue_border_button
{
    font-size: 10px;
    color: #6e7e92;
    text-transform: uppercase;
}
.in_card_title {
    margin-right: 15px;
}
.ordering_top_in_card-content {
    float: left;
    border: solid #475061;
    border-width: 0 1px;
    height: 62px;
}
.ordering_top_in_card-item {
    display: inline-block;
    text-decoration: underline dotted;
    padding: 0 13px 0 15px;
    line-height: 62px;
    height: 62px;
}
.ordering_top_in_card-item .name {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-top: 20px;
    display: inline-block;
    border-bottom: 1px dotted #fff;
}
.ordering_top_in_card-item:hover {
    background: #00afef;
}
.ordering_top_in_card-item-house {
    padding-left: 0;
}
.ordering_top_in_card-item .ico {
    margin-right: 8px;
    display: block;
    height: 16px;
    width: 27px;
    float: left;
    margin-top: 22px;
}
.ordering_top_in_card-item-house .ico {
    background: url("/local/templates/domamo_v001/./images/sprite.svg") 0 0 no-repeat;
}
.ordering_top_in_card-item-garage .ico {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) 0 -16px no-repeat;
}
.ordering_top_price {
    float: right;
    margin-right: 4%;
    padding-top: 15px;
    width: 420px;
}
@media screen and (max-width: 1050px){
    .ordering_top_price {
        margin-right: 2%;
    }
}
.ordering_top_price-start {
    float: left;
    margin-right: 9%;
    white-space: nowrap;
}
.ordering_top_price-start > div {
    margin-bottom: 4px;
}
.price-name {
    float: left;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}
.ordering_top_price-start .price-name {
    font-size: 10px;
    width: 58%;
    line-height: 16px;
}
.ordering_top_price-start .discount {
    color: #579b3e;
}
.ordering_top_price-start .discount span{
    color: #5aa23e;
    font-size: 14px;
    font-weight: 500;
}
.price-value {
    float: left;
    text-align: left;
}
.ordering_top_price-start .price-value {
    width: 42%;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
}
.start_price .price-value {
    color: #fff;
}
.ordering_top_price-end {
    float: left;
}
.ordering_top_price-end .price-end-text {
    float: left;
    text-align: right;
    line-height: 14px;
    margin-right: 15px;
}
.ordering_top_price-end .price-end-value {
    font-size: 32px;
    font-weight: 500;
    float: left;
    color: #fff;
}
.blue_border_button {
    float: right;
    margin-top: 11px;
    height: 35px;
    line-height: 36px;
    border: #00afef solid 1px;
    border-radius: 3px;
    color: #00afef;
    padding: 0 21px;
    display: block;
}
.blue_border_button:hover {
    background: #00afef;
    color: #fff;
}
.tabs__content {
    display: none;
}
.tabs__content.active {
    display: block;
}

.project_photo {
    width: 25.5%;
    float: left;
    position: relative;
    margin-right: 4.4%;
}
.project_photo img {
    max-width: 100%;
    box-shadow: 0px 4px 25px 0px rgba(131,114,16,0.33);
    display: block;
}
.project_short_info {
    position: absolute;
    left: 0;
    bottom: 7px;
}
.project_main_info_block {
    float: left;
    width: 70.1%;
}
.project_short_info {
    float: left;
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
}
.project_name {
    background: #00afef;
    float: left;
    padding: 0 20px 0 5px;
    text-transform: uppercase;
}
.project_square {
    background: #292e44;
    float: left;
    padding: 0 15px 0 5px;
}
.project_char {
    float: left;
    width: 65%;
}
.project_price {
    float: right;
    width: 30%;
    margin: 10px 0 0 0;
    box-sizing: border-box;
    padding-right: 55px;
    text-align: right;
    white-space: nowrap;
}
a.project_title {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin: 8px 0 10px 0;
    line-height: 28px;
}
a.project_title:hover {
    color: #00afef;
}

.project_char td {
    font-size: 14px;
    line-height: 26px;
}
.project_char td:nth-child(odd) {
    color: #6e7172;
    padding-right: 42px;
}
.project_main_info_block .project_price {
    font-size: 38px;
    color: #1b1e26;
}
.project_price .rubl {
    font-size: 40px;
}
.project_price .old_price {
    margin-top: 5px;
}
.project_price .price-name{
    font-size: 10px;
    line-height: 26px;
    text-transform: uppercase;
    margin-top: 5px;
    width: 60%;
}
.project_main_info_block .discount {
    color: #508b3e;
}
.project_price .price-value {
    font-size: 17px;
    width: 40%;
    text-align: right;
    line-height: 30px;
}
.project_main_info_block .project_price .price-value .rubl {
    font-size: 18px;
}
.order_block_added_content {
    background: #fff;
    padding: 18px;
    margin-bottom: 0px;
}
.right-side {
    margin-left: 29.9%;
}
.project_char h2 {
    font-size: 20px;
    line-height: 75px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin:0;
}

.custom_ul div {
    line-height: 21px;
    color:#4e5051;
    font-size: 14px;
    margin-bottom: 10px;
}
.custom_ul ul li {
    padding-left: 14px;
    color:#4e5051;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    margin-bottom: 10px;
}
.custom_ul ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #00afef;
    position: absolute;
    left: 0;
    top: 7px;
}

.final_order_block_names {
    width: 42.8%;
    float: left;
    box-sizing: border-box;
    padding-left: 5.3%;
}
.final_order_block_price {
    width: 51%;
    float: right;
}
.final_order_block_item {
    padding: 15px 0 16px 0;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0px 2px 0px 0 rgba(255,255,255,1);
    margin-bottom: 17px;
}
.final_order_block_item:last-child {
    border-bottom: none;
    box-shadow: none;
}
.short_project_name {
    color: #00afef;
    font-size: 30px;
    font-weight: 500;
    float: left;

    margin-right: 28px;

}
.short_project_name .ico {
    display: block;
    float: left;
    width: 26px;
    height: 19px;
    margin: 2px 15px 0 0;
}
.short_project_name .ico_house {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) -27px 0 no-repeat;
}
.short_project_name .ico_garage {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) -27px -19px no-repeat;
}
.full_project_name {
    color: #4e5051;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    width: calc(100% - 140px);
    vertical-align: top;
}
.final_order_block_price {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 6.2%;
    box-sizing: border-box;
    margin-top: 0px;
    color: #515151;
}
.final_order_block_price div {
    margin-bottom: 16px;
    line-height: 35px;
}
.final_order_block_price-old {
    color: #a1a1a1;
}
.final_order_block_price span {
    float: right;
    font-size: 29px;
}
.final_order_block_price span .rubl {
    font-size: 30px;
}
.final_order_block_price-old span {
    line-height: 22px;
}
.final_order_block_price-discount {
    color: #5aa23e;
}
.final_order_block_price-discount span {
    line-height: 27px;
}
.final_order_block_price .final_order_block_price-price {
    color: #515151;
    line-height: 58px;
}
.final_order_block_price-price span {
    font-size: 48px;
    line-height: 43px;
}
.final_order_block_price-price span .rubl {
    font-size: 50px;
}
.big_blue_button {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
    line-height: 35px;
    padding: 15px 30px;
    border-radius: 4px;
    float: right;
    background: rgb(0,204,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,204,255,1) 0%, rgba(43,181,239,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,204,255,1)), color-stop(100%,rgba(43,181,239,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,204,255,1) 0%,rgba(43,181,239,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,204,255,1) 0%,rgba(43,181,239,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,204,255,1) 0%,rgba(43,181,239,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,204,255,1) 0%,rgba(43,181,239,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ccff', endColorstr='#2bb5ef',GradientType=0 ); /* IE6-9 */
    box-shadow:         0px 1px 0px 1px rgba(0, 0, 0, 0.15);
    border:0;
}
.final_order_block .order_blocks_buttons .big_blue_button {
    padding: 15px 35px;
}
.big_blue_button:hover {
    opacity: 0.9;
    color:#fff;
}
ul.tabs__caption {
    margin: 0px 0 20px 0;
    padding:0;list-style: none;
}
ul.tabs__caption li {
    width: 24.85%;
    float: left;
    margin-right: 1px;
    border-top: 9px solid #696969;
    font-size: 12px;
    line-height: 49px;
    text-transform: uppercase;
    color: #696969;
    font-weight: 500;
    text-align: right;
    padding:0;list-style: none;
    background: none;
}

ul.tabs__caption li.active
{
    border-color: #00afef;
    color: #00afef;
}
.order_block {
    margin-bottom: 100px;
}
.order_block.last,
.order_block:last-child {
    margin-bottom: 50px;
}
.order_block_label {
    float: right;
}
.order_block_label {
    line-height: 50px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
a.order_block_label_title {
    padding: 0 20px;
    background: #fff;
    margin-left: 30px;
    color: #000;
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.27);
    position: relative;
    z-index: 10;
}

a.order_block_label_title .ico {
    width: 26px;
    height: 19px;
    display: block;
    float: left;
    margin: 13px 10px 0 0;
}
a.order_block_label_title .ico_house {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) no-repeat -53px 0;
}
a.order_block_label_title .ico_garage {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) no-repeat -53px -19px;
    margin-top: 16px;
}
a.order_block_label_title .label_hover {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) -38px -50px;
    width: 19px;
    height: 19px;
    display: block;
    float: right;
    margin: 15px 0 0 10px;
}

a.order_block_label_title.order_block_button-open .label_hover,
a.order_block_label_title:hover .label_hover {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) 0 -50px;
}
a.order_block_label_title:hover {
    color: #000;
}

a.order_block_label_del {
    color: #9da1a3;
    cursor: pointer;
}
a.order_block_label_del:hover {
    color: #d40000;
}
a.order_block_label_del .ico {
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    background: url(/local/templates/domamo_v001/./images/sprite.svg) -10px -38px;
    background: none;
    margin: 19px 10px 0 0;
}
a.order_block_label_del:hover .ico {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) 0 -38px;
}

h3 {font-size: 20px; line-height: 24px; margin-bottom: 10px; font-weight: 500; color: #202020; text-transform: uppercase;}
h3.f24 { font-size: 24px; text-transform: inherit; clear: both; }

.project_char h4 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.border_in_bottom{
    padding-bottom: 40px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0 2px 0 0 rgba(255, 255, 255, 1);
}
.deliver_var_container {
    padding-bottom: 20px;
}
.selection_unit {
    float: left;
    width: 340px;
    height: 122px;
    box-sizing: border-box;
    padding: 28px 15px 4px 90px;
    border: 1px solid #dedede;
    display: block;
    margin: 0 28px 25px 0;
    position: relative;
    overflow: hidden;
}
.selection_unit-center {
    padding-top: 50px;
}
.delivery-method .item.active .selection_unit,
.selection_unit.active,
.selection_unit:hover {
    padding: 24px 11px 0 86px;
    border: 5px solid #00afef;
}
.delivery-method .item.active .selection_unit-center,
.selection_unit-center.active,
.selection_unit-center:hover {
    padding-top: 46px;
}
.selection_unit .ico {
    display: block;
    width: 54px;
    height: 42px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.ico.ico_deliver_2,
.ico.ico_payment_4
{
    width: 47px;
}
.delivery-method .item.active .selection_unit .ico,
.selection_unit.active .ico,
.selection_unit:hover .ico {
    top: 16px;
    left: 16px;
}
.selection_unit-center .ico {
    top: 35px;
}
.delivery-method .item.active .selection_unit-center .ico,
.selection_unit-center.active .ico,
.selection_unit-center:hover .ico {
    top: 31px;
}
.ico_deliver_1 {
    background: url(/local/templates/domamo_v001/./images/icon.svg) -52px 0;
}
.ico_deliver_2 {
    background: url(/local/templates/domamo_v001/./images/icon.svg) 0 0;
}
.selection_unit-title {
    font-size: 16px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 10px;
}
.selection_unit-text {
    font-size: 12px;
    color: #696c6d;
    line-height: 15px;
    max-height: 62px;
    overflow: hidden;
}
.selection_unit-text p {
    margin-bottom: 5px;
    margin-top:0;
}
.selection_unit-text .red {
    color: red;
}
.selection_unit-img img{
    height: 40px; margin: 5px 0;
}
.order_form {
    margin: 0px 0 55px 0;
    padding-bottom: 16px;
}
.order_form_input, .order_form_select, .order_form_textarea {
    float: left;
    width: 49.999999%;
}
.order_form_select label,
.order_form_input label,
.order_form_textarea label {
    margin: 5px 0;
    color: #000;
    font-size: 14px;
}

.order_form_input label .ico,
.order_form_textarea label .ico,
.chosen-container-single .chosen-single > span:after{
    width: 8px;
    height: 9px;
    display: inline-block;
    background: url(/local/templates/domamo_v001/./images/sprite.svg) -52px -38px;
    margin: 0px 0 0 4px;
    vertical-align: top;
}

.order_form_select select,
.order_form_input input,
.order_form .chosen-container-single .chosen-single{
    position: relative;
    background: #fff;
    width: 340px;
    height: 41px;
    line-height: 41px;
}
.order_form_input input {
    border: none;
    box-shadow: none;
    background: none;
    position: relative;
    z-index: 12;
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
    line-height: 46px;font-size: 14px;
}
.order_form_select select,
.order_form_input input,
.order_form textarea,
.order_form .chosen-container-single .chosen-single {
    display: block;
    margin-bottom: 0px;
    border-radius: 2px;
    box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.29);
    border: none;
    box-sizing: border-box;
    font-family: "IstokRegular", sans-serif;
    color: #696c6d;
    font-size: 14px;
    background: #fff;
    margin: 5px 0 15px 0;
}
.order_form_textarea {
    position: relative;
    width: 342px;
    height: 130px;
}
.order_form_textarea textarea {
    z-index: 14;
    background: none;
    position: relative;
    background: #fff;
}

.order_form textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 15px;
    line-height: 16px;
    resize: none;
}
.order_form .chosen-container {
    width: 322px !important;
    margin-bottom: 20px;
}
.order_form .chosen-container-single .chosen-single{
    margin-bottom: 0;
    color: #696c6d;
    font-size: 14px;
    padding: 0 15px;
}
.chosen-container-single .chosen-single > span {
    position: relative;
    display: inline-block;
    margin-right: 0;
    padding-right: 16px;
}
.chosen-container-single .chosen-single > span:after {
    content: "";
    display: block;
    position: absolute;
    margin: 0;
    right: 0;
    top: 16px;
}
.chosen-with-drop .chosen-single > span:after {
    content: none;
}
.chosen-container-single .chosen-single div {
    width: 25px;
}
.chosen-container-single .chosen-single div b {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) -20px -38px;
    width: 12px;
    height: 7px;
    margin-top: 16px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) -32px -38px;
}
.order_form .chosen-container .chosen-drop {
    box-shadow: inset 0px -5px 3px 0px rgba(0,0,0,0.29);
    border: none;
}
.order_form .chosen-container .chosen-results {
    padding: 5px 15px;
    border-top: 1px solid #eee;
}
.order_form .chosen-container .chosen-results li {
    padding: 0;
    line-height: 25px;
    color: #696c6d;
    font-size: 14px;
}
.chosen-container .chosen-results li.highlighted
{
    background: none;
    color: #00afef;
}
.pay_var_container {
    padding: 7px 0 20px 0;
    margin-bottom: 30px;
}
.ico_payment_5,
.ico_payment_1,
.ico_payment_2 {
    background: url(/local/templates/domamo_v001/./images/icon.svg) -104px 0;
}
.ico_payment_3 {
    background: url(/local/templates/domamo_v001/./images/icon.svg) -156px 0;
}
.ico_payment_4 {
    background: url(/local/templates/domamo_v001/./images/icon.svg) -208px 0;
}
.selection_unit-title-dot {
    border-bottom: 1px dotted #202020;
    display: inline-block;
}
.selection_unit:hover .selection_unit-title-dot {
    border-bottom: none;
    padding-bottom: 1px;
}
.order_blocks_buttons {
    padding-bottom: 50px;
}
.final_order_block .order_blocks_buttons {
    margin-top: 42px;
}
.big_gray_button {
    background: rgb(131,131,131); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(131,131,131,1) 0%, rgba(129,129,129,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(131,131,131,1)), color-stop(100%,rgba(129,129,129,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(131,131,131,1) 0%,rgba(129,129,129,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(131,131,131,1) 0%,rgba(129,129,129,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(131,131,131,1) 0%,rgba(129,129,129,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(131,131,131,1) 0%,rgba(129,129,129,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838383', endColorstr='#818181',GradientType=0 ); /* IE6-9 */
    line-height: 64px;
    display: inline-block;
    padding: 0 30px 0 20px;
    font-size: 15px;
    font-weight: 700;
    color: #f6f6f6;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
}
.big_gray_button:hover {
    opacity: 0.9;
}
.big_gray_button .ico {
    background: url(/local/templates/domamo_v001/./images/sprite.svg) -44px -38px;
    width: 7px;
    height: 12px;
    display: block;
    float: left;
    margin: 25px 20px 0 0;
}
.order_blocks_buttons .big_blue_button {
    padding: 15px 25px;
}
.final_order_block-pay {
    padding-bottom: 22px;
}
.final_order_block-pay .final_order_block_names {
    padding-left: 6%;
}
.final_order_block-pay .final_order_block_item {
    padding: 5px 0 13px 0;
}
.final_order_block-pay .short_project_name {
    margin-right: 13px;
}
.final_order_block-pay .final_order_block_price div {
    margin-bottom: 11px;
}
.final_order_block-pay .final_order_block_price-price {
    margin-top: 20px;
}

.b_error { color: red;}

/*Страница контактов*/
.contact-row { background-color: #f7f7f7; margin: 0 -32px 35px;}
.contact-row .w50{float: left; width: 50%;}
.contact-row .contact-cont{padding: 0 32px 15px;}
.contact-cont a[href^="tel"] {color: #333}
.contact-row a { text-decoration: underline;color:#00afef; }
.contact-row a:hover {color:#000; }
.contact-label { font-size: 18px; font-weight: bold; line-height: 24px; margin-bottom: 20px; margin-top: 20px; }
.field-row { margin-bottom: .8em; line-height: 1.8em; }
.field-label { float: left; width: 112px; color: #919496; font-size: .9em; }
.field-value { float: left; font-size: .9em;}
.rekvizits p { line-height: 2.6em;font-size: .9em; margin: 0 0 1.5em 0;}
.download-doc { margin-left: 30px; padding-left: 63px; padding-top: 7px; background: url(/local/templates/domamo_v001/images/doc.svg) no-repeat 0 0; min-height: 51px; display: block;font-size: .8em; text-transform: uppercase; color: #4b4b4b; text-decoration: underline; line-height: 1.8em; }
@media (max-width: 767px) {
    .b_dop_content .b_content_2{padding: 20px 24px;}
    .contact-label{font-size: 16px; line-height: 20px;}
    .contact-row{background: transparent; margin: 0 -24px 30px;}
    .contact-row .w50{width: 100%;}
    .contact-row .contact-cont{padding: 0 24px 15px;}
}





.scroller {overflow: hidden; position: relative; }
.scroller,
.scroller * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.scroller,
.scroller-content,
.scroller-bar,
.scroller-track,
.scroller-handle {
    box-sizing: border-box;
}
.scroller-content {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.scroller-content::-webkit-scrollbar,
.scroller-content::-webkit-scrollbar-button,
.scroller-content::-webkit-scrollbar-track,
.scroller-content::-webkit-scrollbar-track-piece,
.scroller-content::-webkit-scrollbar-thumb,
.scroller-content::-webkit-scrollbar-corner,
.scroller-content::-webkit-resizer {
    background: transparent;
    opacity: 0;
}
.scroller-bar {
    width: 16px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: none;
}
.scroller-track {
    width: 100%;
    height: 10px;
    position: relative;
    background: #efefef;
    box-shadow: inset 0px 1px 2px rgba(0,0,1,.16);
    border-radius: 1px;
    margin: 3px 0;
}
.scroller-handle {
    width: 10px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 2;
    background: #232c3a;
    cursor: pointer;
}
.scroller-horizontal .scroller-content {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 16px 0;
    position: relative;
}
.scroller-horizontal .scroller-bar {
    width: 100%;
    height: 16px;
    top: auto;
    bottom: 0;
    border-width: 0px 0 0 0;
}
.scroller-horizontal .scroller-handle {width: 20px; height: 10px; top: auto; right: auto; bottom: 0px; }
.scroller-setup .scroller-content,
.scroller-active .scroller-content { padding: 0px; }
.scroller-setup .scroller-bar,
.scroller-active .scroller-bar { display: block; }

ul.kombox-num { margin:0; padding: 0;  overflow: visible;}
.kombox-range {width: 227px !important;margin-top: 0px; }
ul.kombox-num li { margin:0; padding: 0; list-style: none; background: none; }

.irs {position: relative; display: block; 		height: 40px;}
.irs-line {position: relative; display: block; overflow: hidden; height: 10px; top: 25px; background-position: 0 0;}
.irs-line-left, .irs-line-mid, .irs-line-right {position: absolute; display: block; top: 0; }
.irs-line-left {left: 0; width: 0%; height: 10px; background-position: 0 -30px;}
.irs-line-mid {left: 10%;}
.irs-line-right {right: 0; width: 0%;}
.irs-diapason,
.irs-diapason-left,
.irs-diapason-right {position: absolute; display: block; left: 0; width: 100%;}
.irs-slider { position: absolute; display: block; cursor: default; z-index: 1;}
.irs-slider.single { left: 10px; }
.irs-slider.single:before {position: absolute; display: block; content: ""; top: -50%; left: -100%; width: 300%; height: 200%; background: rgba(0,0,0,0.0); }
.irs-slider.from { left: 100px;}
.irs-slider.from:before {position: absolute; display: block; content: ""; top: -50%; left: -200%; width: 100%; height: 200%; background: rgba(0,0,0,0.0); }
.irs-slider.to {left: 300px;}
.irs-slider.to:before{position: absolute; display: block; content: ""; top: -50%; left: 0; width: 100%; height: 200%; background: transparent;}
.irs-slider.last {z-index: 2; }
.irs-min {position: absolute; display: block; left: 0; cursor: default; }
.irs-max {position: absolute; display: block; right: 0; cursor: default;}
.irs-from,
.irs-to,
.irs-single {position: absolute; display: block; bottom: 0; left: 0; cursor: default; white-space: nowrap; margin-bottom:-17px; }
.irs-from {margin-left:-7px;}
.irs-to {margin-left:10px; }
.irs-grid {position: absolute; display: none; top: 0; left: 0; width: 100%; height: 20px;}
.irs-with-grid {margin-top: 0;}
.irs-with-grid .irs-grid {display: block;}
.irs-grid-pol {position: absolute; bottom: 0; left: 0; width: 1px; height: 8px; background: #000; }
.irs-grid-pol.small {height: 4px;}
.irs-grid-text {position: absolute; top: 0; left: 0; width: 100px; white-space: nowrap; text-align: center; font-size: 9px; line-height: 9px; color: #000; }
.irs-line-mid,
.irs-line,
.irs-diapason-left,
.irs-diapason-right,
.irs-slider {background: url(/local/templates/domamo_v001/./images/slider.svg) repeat-x;}
.irs-line-mid {height: 9px; background-position: left bottom;}
.irs-line-right {height: 10px; background-position: 100% -30px;}
.irs-diapason,
.irs-diapason-left,
.irs-diapason-right { height: 10px; top: 25px; background-position: 0 -61px;}
.irs-diapason{background:none;}
.irs-slider {width: 22px; height: 22px; top: 14px; background-position: 0 -90px; }
.irs-min, .irs-max {color: #999; font-size: 10px; line-height: 1.333; text-shadow: none; top: 0; padding: 1px 3px; background: rgba(0,0,0,0.1); border-radius: 3px; display: none !important; }
.irs-from, .irs-to, .irs-single {color: #fff; font-size: 10px; line-height: 1.333; text-shadow: none; padding: 1px 5px; background: rgba(0,0,0,0.3); border-radius: 3px; display:none !important;}
.irs-grid-pol {background: #99a4ac;}
.irs-grid-text {color: #99a4ac;}
.irs-slider.from {background-position:0px -75px; width: 20px; height: 33px; margin-left: -10px;}
.irs-slider.to {background-position:0px -107px; width: 20px; height: 33px;	margin-left: -10px;}




.b_content.categories .h3 { margin: 10px 0px 10px 0px; padding: 0px 0px 0px 0px; font-size: 1.4em;}
.b_content.categories ul { margin: 10px 0px 30px 0px; padding: 0px 0px 0px 0px;}
.b_content.categories ul li { margin: 0px 0px 0px 0px; background: none; padding: 0px 0px 0px 0px;}


/*Карточка проекта*/
.exp-popup { font-size: .7em; max-width: 1400px; font-family: 'IstokRegular', arial; position: relative; height: 100%; }
.exp-popup .wrap { width: 35%; margin-left: 65%; float: left; background: #FBFBFB; position: relative; height: 100%;  }
.exp-popup .b_img { padding: 20px; text-align:center; position: relative; height: 100%; box-sizing: border-box;   }
.exp-popup .b_img img { max-width: 100%; max-height: 100%; display: block; margin: 0 auto; }
.exp-popup .left-block { float: left; width: 186%; margin-left: -186%;box-sizing: border-box;  position: relative; height: 100%;  }
.exp-popup .right-block { float: right; width: 100%; padding: 3em 2.5em 2em 2.5em; box-sizing: border-box;  position: relative; height: 100%;   }
.exp-popup .b-links { padding-top: 30px;}
.exp-popup .b-links a {border-bottom-width: 1px; border-bottom-style:dotted; line-height: 1em; margin-right: 20px; }
.exp-popup .b_name { font-size: 1.4em; padding: 0px 0px 1em 0px;text-decoration: none; font-family: 'IstokBold', arial;}
.exp-popup .param .p_name{float: left; color: #757a80; font-size: 1em; background-color: #FBFBFB; padding: .4em 10px 0 0;line-height: 1.5em;}
.exp-popup .param .b_value{float: right; font-size: 1em; color: #000; background-color: #FBFBFB; padding: 0 0 0 0px; font-family: 'IstokRegular',arial;}
.exp-popup .param .b_value_item{float: left; font-size: 1.2em; color: #000; background-color: #FBFBFB; padding: 0 0 0 10px; font-family:'IstokRegular', arial;}
.exp-popup .param .b_value sup{float: none; font-family: 'IstokRegular', arial; }
.exp-popup .param { float: left; width: 100%; background-position: 0 1.35em; margin: .1em 0 .2em; }

@media screen and (min-width: 1240px){
    .exp-popup { font-size: 14px; }
}
@media screen and (min-width: 1000px){
    .exp-popup { font-size: 11px; }
}
@media (max-width: 767px) {
    .exp-popup .wrap{width: 100%; margin: 0;}
    .exp-popup .left-block{width: 100%; margin: 20px 0 0 0; height: auto;}
    .exp-popup .b_img{padding: 15px 15px;}
    .exp-popup .right-block{padding: 10px 15px 30px; height: auto;}
}
/* .fancybox-inner
{
	height: auto!important;
}
.fancybox-overlay-fixed
{
	position: absolute!important;
	} */


.b_box.bx_filter_parameters_box.active  .b_hide
{
    overflow: visible!important;
}

a.phone-link
{
    color: #333;
}
.login-head
{
    float: right;
    color: #fff;
    transition: .2s;
    position: relative;
    width: 18px;
    height: 18px;
    margin-left: 25px;
    margin-right: 25px;
}
.lk-head
{
    float: right;
    color: #fff;
    transition: .2s;
    position: relative;
    width: 19px;
    height: 19px;
    margin-left: 25px;
    margin-right: 25px;
}
.login-head-adap
{
    display: none;
    height: 54px;
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    vertical-align: top;
    float: right;
    overflow: hidden;
    position: relative;
    background-image: url(/local/templates/domamo_v001/images/log.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.lk-head-adap
{
    display: none;
    height: 54px;
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    vertical-align: top;
    float: right;
    overflow: hidden;
    position: relative;
    background-image: url(/local/templates/domamo_v001/images/lk.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.login-head:before,
.login-head:after
{
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .2s;
}
.login-head:before
{
    background-image: url(/local/templates/domamo_v001/images/log.svg);
}
.login-head:after
{
    background-image: url(/local/templates/domamo_v001/images/log-hover.svg);
    opacity: 0;
}
.login-head:hover
{
    color: #ff1054;
}
.login-head:hover:before
{
    opacity: 0;
}
.login-head:hover:after
{
    opacity: 1;
}


.lk-head:before,
.lk-head:after
{
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .2s;
}
.lk-head:before
{
    background-image: url(/local/templates/domamo_v001/images/lk.svg);
}
.lk-head:after
{
    background-image: url(/local/templates/domamo_v001/images/lk-hover.svg);
    opacity: 0;
}
.lk-head:hover
{
    color: #ff1054;
}
.lk-head:hover:before
{
    opacity: 0;
}
.lk-head:hover:after,
.lk-head--active:after
{
    opacity: 1;
}


.compare-desk
{
    height: 17px;
    width: 17px;
    text-align: left;
    vertical-align: top;
    float: right;
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 2px;
}
.compare-desk.isset
{
    cursor: pointer;
}
.compare-desk:after,
.compare-desk:before
{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .2s;
    z-index: 1
}
.compare-desk:after
{
    background-image: url(/local/templates/domamo_v001/images/compare-hover.svg);
    opacity: 0;
}
.compare-desk:before
{
    background-image: url(/local/templates/domamo_v001/images/compare.svg);
}
.compare-desk.isset:hover:after
{
    opacity: 1;
}
.compare-desk.isset:hover:before
{
    opacity: 0;
}

.compare-desk .b_count
{
    font-size: 11px;
    width: 15px;
    line-height: 16px;
    height: 15px;
    text-align: center;
    color: #1b1e26;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -10px;
    top: -10px;
    background: rgb(255,180,0);
    border-radius: 50%;
    font-weight: bold;
    z-index: 2
}


.favorite-desk
{
    height: 17px;
    width: 17px;
    text-align: left;
    vertical-align: top;
    float: right;
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
    cursor: default;
}
.favorite-desk.isset
{
    cursor: pointer;
}
.favorite-desk:after,
.favorite-desk:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .2s;
    z-index: 1
}
.favorite-desk:after
{
    background-image: url(/local/templates/domamo_v001/images/favorite-hover.svg);
    opacity: 0;
}
.favorite-desk:before
{
    background-image: url(/local/templates/domamo_v001/images/favorite.svg);
}
.favorite-desk.isset:hover:after
{
    opacity: 1;
}
.favorite-desk.isset:hover:before
{
    opacity: 0;
}

.favorite-desk .b_count_text
{
    font-size: 11px;
    width: 15px;
    line-height: 16px;
    height: 15px;
    text-align: center;
    color: #1b1e26;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -10px;
    top: -10px;
    background: rgb(255,180,0);
    border-radius: 50%;
    font-weight: bold;
    z-index: 2
}



.compare-adap
{
    display: none;
    height: 54px;
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    vertical-align: top;
    float: right;
    position: relative;
    background-image: url(/local/templates/domamo_v001/images/compare.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 2px;
}
.compare-adap .b_count
{
    font-size: 11px;
    width: 15px;
    line-height: 16px;
    height: 15px;
    text-align: center;
    color: #1b1e26;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -9px;
    top: 8px;
    background: rgb(255,180,0);
    border-radius: 50%;
    font-weight: bold;

}

.favorite-adap
{
    display: none;
    height: 54px;
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    vertical-align: top;
    float: right;
    position: relative;
    background-image: url(/local/templates/domamo_v001/images/favorite.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.favorite-adap .b_count_text
{
    font-size: 11px;
    width: 15px;
    line-height: 16px;
    height: 15px;
    text-align: center;
    color: #1b1e26;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -9px;
    top: 9px;
    background: rgb(255,180,0);
    border-radius: 50%;
    font-weight: bold;
}
.header_two .b_count,
.header_two .b_count_text
{
    opacity: 0;
}
.header_two .b_count.isset,
.header_two .b_count_text.isset
{
    opacity: 1;
}


.b_right .b_count_text,
.header_two .b_count_text,
.b_right .b_count,
.header_two .b_count
{
    opacity: 0;
}
.b_right .b_count_text.isset,
.header_two .b_count_text.isset,
.b_right .b_count.isset,
.header_two .b_count.isset
{
    opacity: 1;
}


@media (max-width: 991px)
{
    .login-head-adap,
    .lk-head-adap,
    .compare--adap,
    .favorite--adap
    {
        display: block;
    }
}

.question-block{margin-top:17px}
.question-block__text{color:#adaca9; margin-bottom:10px; font-size:14px; line-height:1.3em}
.question-block__phone{font-weight:bold; font-size:18px; color:#000}
@media (max-width:767px){
    .question-block__phone{color:#0092CF; display:block; position:relative; padding:10px; background-color:#fff; border-radius:3px; border:1px solid #0092CF; text-align:center; line-height:normal; margin:0 auto 10px auto}
    .question-block__text{text-align:center}
}
.b_project .b_more.quest_form{color:#0092CF; display:block; padding:14px; background-color:#fff; border-radius:3px; border:1px solid #0092CF; text-align:center; padding-left:39px; width:100%; margin-bottom:16px; margin-top:0px}
.b_project .b_more.quest_form:hover span{color:#ff1054}
.b_project .b_more.quest_form span{position:relative; font-size:15px}
.b_project .b_more.quest_form span:before{content:"?"; position:absolute; display:block; left:-30px; top:0px; width:20px; height:20px; color:#fff; border-radius:50%; background-color:#0092CF; line-height:20px; text-align:center; font-size:13px; font-weight:bold; padding:1px 0px 0px 1px}
@media (max-width:991px){
    .b_project .b_more span:before{top:0}
}
@media (max-width:767px){
    .b_project .b_more{padding-left:0}
    .b_project .b_more:before{left:30%}
}

/* добавить в тендер строительную компанию */
.dom-contractors-alert
{
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 15px;
    text-align: center;
    z-index: 999;
    width: 100%;
    background-color: #00afef;
}
.dom-contractors-alert__inner
{
    display: inline-block;
}
.dom-contractors-alert__text
{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}
.dom-contractors-alert__btn
{
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 5px;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #00afef;
    padding: 17px 17px;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
    transition: .2s;
    cursor: pointer;
}
.dom-contractors-alert__btn:hover
{
    background: #0092CF;
    color: #fff;
}


/* click phone */

.b_more.project-phone{color:#0092CF; display:block; padding:14px; background-color:#fff; border-radius:3px; border:1px solid #0092CF; text-align:left; font-weight:bold; width:100%; margin-bottom:20px; margin-top:20px; padding-left:49px; position:relative; min-height:44px; float:none;    line-height: 14px;font-size: 18px;}
.b_more.project-phone.active{padding-left:14px}
.b_more.project-phone:hover{border:1px solid #0092CF; color:#0092CF}
.b_more.project-phone:hover .show-phone{border-bottom:1px #ff1054 dashed; border-bottom:1px transparent dashed; color:#ff1054}
.b_more.project-phone.phone-shows{padding-left:0; padding-right:0}



.b_project .b_more.quest_form{color:#0092CF; display:block; padding:14px; background-color:#fff; border-radius:3px; border:1px solid #0092CF; text-align:center; padding-left:39px; width:100%; margin-bottom:16px; margin-top:0px}
.b_project .b_more.quest_form:hover span{color:#ff1054}
.b_project .b_more.quest_form span{position:relative; font-size:15px}
.show-phone-block{position:relative}
.show-phone-block .show-phone{position:absolute; font-weight:normal; font-size:15px; color:#0092CF; border-bottom:1px #0092CF dashed; background-color:#fff; display:inline-block; z-index:3; right:47px; top:10px; cursor:pointer}
.show-phone-block .show-phone:hover{color:#ff1054; border-bottom:1px solid transparent}
.show-phone-block .show-phone:before{content:''; position:absolute; z-index:-1; width:74px; top:-2px; height:27px; left:-73px; background-image:url(/upload/fade.png); background-size:100% 100%; background-position:center; background-repeat:no-repeat}
.b_project .b_more.quest_form span:before{content:'?'; border-radius:50%; color:#fff; font-weight:bold; text-align:center; width:19px; height:19px; background-color:#0092CF; font-size:13px; display:block; position:absolute; left:-27px; top:1px; line-height:21px}
.dom-builder .show-phone-block
{

}
.dom-builder .b_more.project-phone
{
    border: none;
    font-size: 13px;
    font-weight: normal;
    padding-left: 0;
    padding: 0;
    min-height: 0
}
.dom-builder .show-phone-block .show-phone:before
{
    top: 0;
    left: auto;
    right: 99%;
    width: 50%;
}
.dom-builder .show-phone-block .show-phone
{
    font-weight: bold;
    top: -4px;
    font-size: 13px;
    border-bottom-style: solid
}

@media(max-width:1199px)
{
    .show-phone-block .show-phone:before{left:-73px}
}
@media (max-width:991px)
{
    .b_project .b_more span:before{top:0}
    /*.show-phone-block .show-phone{right:calc(50% - 65px)}*/
}

@media (max-width:767px)
{
    .show-phone-block,.b_project .b_more.quest_form{display:block}
    .b_project .b_more:before{left:30%}
    .show-phone-block{margin:0 auto}
    .b_project .b_more.quest_form{margin:10px auto 16px; float:none}
    .b_more.project-phone{padding-left:25%}
}
@media(max-width:500px)
{
    .b_more.project-phone{padding-left:14%}
}
@media(max-width:450px)
{
    .b_more.project-phone .show-phone{margin-left:50px}
    .wrap-click .show-phone-block .show-phone {right: 13px;}
}
@media(max-width:400px)
{
    .b_more.project-phone .show-phone{margin-left:50px}
    .b_more.project-phone .fake-phone:before{right:-32px}
}

.project-phone{margin: 16px 0 0;}

.contacts-social
{
    margin-bottom: 40px;
}
.contacts-social-icons
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.contacts-social a
{
    width: 28px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}
.contacts-social a img
{
    width: 100%;
    border-radius: 4px;
}

/* auth */
.body-domamo-auth
{
    overflow-x: hidden;
}
.domamo-auth
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    padding: 60px 0;
}
.domamo-auth__return
{
    position: absolute;
    right: 25px;
    top: 25px;
    background-image: url(/local/templates/domamo_v001/images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
    transition: .2s;
    width: 18px;
    height: 18px;
}
.domamo-auth__return:hover
{
    opacity: 1;
}
.domamo-auth__block
{
    background-color: #fff;
    width: 494px;
    padding: 64px 68px 52px 69px;
    position: relative;
}
.domamo-auth__logo
{
    text-align: center;
    display: block;
    margin-bottom: 55px;
}
.domamo-auth__logo img
{
    display: inline-block;
}
.domamo-auth__form-item
{
    position: relative;
    display: block;
    margin-bottom: 25px;
}
.domamo-auth__error
{
    position: absolute;
    color: #E93333;
    font-size: 10px;
    top: calc(100% + 1px);
}
.domamo-auth__form-item:before
{
    content: '';
    position: absolute;
    right: 10px;
    bottom: 14px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.domamo-auth__form-item--mail:before
{
    background-image: url(/local/templates/domamo_v001/./images/auth-mail.svg);
}
.domamo-auth__form-item--pass:before
{
    background-image: url(/local/templates/domamo_v001/./images/auth-block.svg);
}
.domamo-auth__form-item--pass
{
    margin-bottom: 16px;
}
.domamo-auth__form-item span
{
    color: #333;
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    font-size: 15px;
    line-height: 15px;
    transition: .3s
}
.domamo-auth__form-item span.domamo-auth__form-item-span--active
{
    opacity: 0;
}
.domamo-auth__form-item input
{
    background: transparent;
    border: none;
    border-bottom: 1px solid #BCBCBC;
    color: #333;
    width: 100%;
    padding-bottom: 11px;
    padding-right: 40px;
}
.domamo-auth__form-item input.domamo-auth__form-item-input--active
{
    border-bottom: 1px solid #000;
}
.domamo-auth__bottom
{
    margin-bottom: 22px;
}
.domamo-auth__checkbox
{
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
}
.domamo-auth__checkbox-custom
{
    width: 15px;
    height: 15px;
    border: 1px solid #8B8D91;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 3px;
}

.domamo-auth__checkbox:checked + .domamo-auth__checkbox-custom{
    background-image: url(/local/templates/domamo_v001/images/auth-tip.svg);
    background-size: 9px;
    background-position: center;
    background-repeat: no-repeat;
}
.domamo-auth__label
{
    color: #8C8E92;
    font-size: 15px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: color .3s
}
.domamo-auth__bottom>label:hover .domamo-auth__label
{
    color: #0092CF;
}
.domamo-auth__bottom>label
{
    float: left;
}
.domamo-auth__show-pass
{
    float: right;
    color: #8C8E92;
    font-size: 15px;
    line-height: 24px;
    cursor: pointer;
    transition: opacity .3s;
    pointer-events: none;
    opacity: 0;
}
.domamo-auth__show-pass--active
{
    pointer-events: auto;
    opacity: 1;
}
.domamo-auth__show-pass--active:hover
{
    color: #0092CF;
}
.domamo-auth__submit
{
    display: block;
    width: 100%;
    padding: 16px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: none;
    outline: none;
    background-color: #0092CF;
    transition:background-color .3s;
    font-size: 13px;
}
.domamo-auth__submit:hover
{
    background-color: #31c2ff;
}
.domamo-auth__other
{
    margin-bottom: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.domamo-auth__other-item
{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: .2s;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 12px;
    background-color: #0092CF;
}
.domamo-auth__other-item:hover
{
    transform: scale(1.1);
}
.domamo-auth__or
{
    text-align: center;
    color: #8C8E92;
    margin: 10px 0;
}
.domamo-auth__btn:first-child
{
    margin-right: 12px;
}
.domamo-auth__btn
{
    display: block;
    float: left;
    width: calc(50% - 6px);
    color: #333;
    padding: 17px 10px 11px 62px;
    font-size: 14px;
    background-repeat: no-repeat;
    transition: box-shadow .3s;

}
.domamo-auth__btn:hover
{
    color: #333;

}
.domamo-auth__text
{
    color: #B2B2B2;
    font-size: 12px;
    line-height: 18px;
}
.domamo-auth__text a
{
    color: #0092CF;
}
.domamo-auth__text a:hover
{
    text-decoration: underline;
}
.domamo-auth__forgot
{
    float: left;
    font-size: 15px;
    color: #8C8E92;
    transition: .3s;
}
.domamo-auth__reg
{
    float: right;
    font-size: 15px;
    color: #8C8E92;
    transition: color .3s;
}
.domamo-auth__forgot:hover,
.domamo-auth__reg:hover
{
    color: #E93333;
}
.domamo-auth__project
{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.domamo-auth__last
{
    margin-top: 10px;
    margin-bottom: 29px;
}
.domamo-auth__copy
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
}
.domamo-auth__close
{
    position: absolute;
    right: 22px;
    top:22px;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    display: block;
    background-image: url(/local/templates/domamo_v001/images/close.svg);
    opacity: .2;
    transition: .2s;
}
.domamo-auth__close:hover
{
    opacity: 1;
}

}
@media(max-width: 500px)
{
    .domamo-auth__block
    {
        width: 100%;
        padding: 64px 48px 52px 48px;
    }
}
@media(max-width: 400px)
{
    .domamo-auth__block
    {
        padding: 50px 25px 25px 25px;
    }
    .domamo-auth__forgot,
    .domamo-auth__reg,
    .domamo-auth__bottom>label,
    .domamo-auth__show-pass
    {
        float: none;
        font-size: 14px;
        display: block;
    }
    .domamo-auth__label
    {
        font-size: 14px;
    }
    .domamo-auth__forgot,
    .domamo-auth__bottom>label
    {
        margin-bottom: 15px;
    }
    .domamo-auth__other
    {
        margin-bottom: 23px;
    }
    .domamo-auth__last
    {
        margin-bottom: 25px;
    }
    .domamo-auth__form-item input
    {
        padding-bottom: 5px;
    }
    .domamo-auth__form-item span
    {
        bottom: 5px;

    }
    .domamo-auth__form-item:before
    {
        bottom: 10px;
        right: 0;
    }
}

.domamo-auth__back
{
    position: absolute;
    left: 25px;
    top: 25px;
    background-image: url(/local/templates/domamo_v001/images/left-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
    transition: .2s;
    width: 18px;
    height: 18px;
}
.domamo-auth__back:hover
{
    opacity: 1;
}
/* end auth */


.lk-wrapper .b_search {
    position: relative;
    left: 0;
    right: 0;
    margin-left: 20px;
}

.lk-wrapper .top_header
{
    padding-left: 0;
    padding-right: 0;
}
.lk-wrapper .top_header .b_right
{
    padding-right: 15px;


}

.lk-wrapper  .b_search.focus
{
    position: absolute;
    left: 60px;
    width: calc(100% - 85px);

}


.tabs-page
{
    background: #ebf1f5;
}

.bottom_h1 {
    padding: 0 20px 0 20px;
    margin: -20px 0 50px 0;
}
.front_info .bottom_h1
{
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    width: 66.66%;
}
@media (max-width: 991px)
{
    .front_info .bottom_h1
    {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 35px;
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .bottom_h1 {
        margin: 0 0 40px 0;
    }
    .front_info .bottom_h1
    {
        padding-left: 22px;
        padding-right: 22px;


    }
}




#bx_catalog_compare_block .notetext,
#bx_build_compare_block .notetext,
.favorites_block .notetext
{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    display: block;
    font-size: 14px;
    color: #333
}
@media (max-width: 991px)
{
    #bx_catalog_compare_block .notetext,
    #bx_build_compare_block .notetext,
    .favorites_block .notetext
    {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 30px;
    }
}
@media (max-width: 700px)
{
    #bx_catalog_compare_block .notetext,
    #bx_build_compare_block .notetext,
    .favorites_block .notetext
    {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#toTop {
    background-color: #00afef;
    position: fixed;
    right: 20px;
    bottom: 55px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1999;
    transition: .2s;
    display: none;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0px 0px 6px rgba(0,0,0,.3);
}

#toTop:hover {
    opacity: 1;
}

#toTop:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/domamo_v001/svg/ico-arr-to-top.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

@media (max-width: 991px) {
    #toTop {
        width: 35px;
        height: 35px;
        right: 20px;
        bottom: 55px;
    }

    #toTop:before {
        background-size: 10px;
    }
}
/* End */


/* Start:/local/templates/domamo_v001/css/adapt.css?15978472563260*/
@media  (max-width: 1600px) {
    .header_two
    {
        font-size: 14px;
    }
}

@media  (max-width: 1500px) {
    .header_two .logo{padding-right: 10px;}
    .hide_1400{display: none;}
}

@media  (max-width: 1400px) {
    /* 	.top_header  .profil,
.top_header  .favorite,
.top_header  .compare {margin-left: 15px;} */
    .b_search{left: 710px; right: 410px; width: 20%;}
    .header_two .logo{padding-top: 15px;}
    .lk-wrapper .header_two .logo img, .header_two .logo img{height: 22px;}
    .header_two{font-size: 13px;}
    .header_two .main_menu_ul > .main_menu_li > a > span{display: none;}
}

@media  (max-width: 1300px) {
    .main_slider .arrow_right{display: none;}
    .main_slider .arrow_left{display: none;}
    /*.top_header .profil,
	.top_header .favorite,
	.top_header .compare{font-size: 13px;} */
    .b_search
    {
        left: 730px;
        right: 360px;
    }
    .footer .city_select .city_active,
    .footer .developed,
    .footer .connect,
    .footer .tel{font-size: 13px;}
    .footer .contackt{ margin: 6px 0 0; line-height: 15px;}
    .footer .b_search{left: 658px; right: 173px;}
    .footer .top_header_ul{font-size: 13px;}
    .footer_bottom_line .developed
    {
        width: 100%;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer_bottom_line .developed-inner
    {
        width: 243px;
        line-height: 24px;
        display: inline-block;
    }


}
@media  (max-width: 1200px) {
    .top_header{padding: 10px 15px;}
    .top_header,
    .top_header .contact, .top_header .connect,
    .top_header .tel{font-size: 13px; width: auto; }
    .top_header .tel{margin-right: 15px;}
    .top_header .city_select { min-width: 145px;}

    .top_header .social{margin-left: 15px;}
    .b_search
    {
        left: 620px;
        right: 360px;
    }
    /* 	.top_header  .profil,
.top_header  .favorite,
.top_header  .compare {margin-left: 10px;} */

    .header_two .main_menu_ul > .main_menu_li > a{padding: 0 5px;}

}
@media (max-width: 991px)
{
    .adapt_search.active .b_search
    {
        width: calc(100% - 40px)
    }
    .adapt_phone
    {
        padding-left: 0px;
        padding-right: 0;
        width: auto;
    }
    .adapt_menu
    {
        margin: 0;
    }
    .header_two .b_wrapper
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header_two .logo
    {
        padding-left: 0;
    }
    .compare-adap,
    .favorite-adap
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .adapt_phone
    {
        width: 100%;
    }
}
@media (max-width: 600px)
{
    .footer_bottom_line
    {
        display: block;
    }
    .footer_bottom_line .copy
    {
        text-align: center;
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .footer .social
    {
        margin-bottom: 15px;
    }
    .card_block
    {
        text-align: center;
        margin-left: 0;
    }
}
@media (max-width: 500px)
{
    .header_two .logo
    {
        width: 100%;
        height: auto;
        text-align: center;
        padding-bottom: 10px;
        padding-right: 0;
    }
    .header_two .logo img,
    .lk-wrapper .header_two .logo img
    {
        height: 24px;
    }
    .adapt_menu .sub_lvl
    {
        top: 104px;
    }
    .header_two__wrap
    {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        flex-direction: row-reverse;
    }
    .adapt_menu,
    .adapt_search,
    .mini-cart-holder,
    .adapt_phone,
    .lk-head-adap,
    .login-head-adap,
    .header_two .logo
    {
        float: none;
    }
}
/* End */


/* Start:/local/templates/domamo_v001/css/art.css?161761399126298*/
/*@font-face {
 	font-family: IstockWeb;
 	src: url(/local/templates/domamo_v001/css/../font/Istok_Web.woff);
 }
 @font-face {
 	font-family: IstokWeb-Bold;
 	src: url(/local/templates/domamo_v001/css/../font/Istok_Web-Bold.woff);
 }

 */
@media (min-width: 320px)
{

    .container--article {
        width: 100%;
    }
}
@media (min-width: 1550px)
{

    .container--article {
        width: 1500px;
    }
}



.b_article
{
    padding: 30px 20px;
}
.art-top-img
{
    min-height: 541px;
    background-image: url(/local/templates/domamo_v001/css/../images/article-main-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}






.art__img-icons
{
    position: absolute;
    bottom: 0;
    padding: 20px;
    font-size: 15px;
    width: 100%;
    left: 0;
}
.art__img-icons .ya-share2
{
    float: right;
    margin-right: 0;
}
.art__img-icons .ya-share2 div
{

    margin-right: 0;
}
.art__img-icons--main
{
    padding-left: 60px;
    padding-right: 60px;
}
.art__img-icons--shadow
{

    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.79) 61%, rgba(0,0,0,0.8) 62%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.79) 61%,rgba(0,0,0,0.8) 62%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.79) 61%,rgba(0,0,0,0.8) 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */

}
.art__img-icons div
{
    display: inline-block;
    color: #fff;
    position: relative;
    margin-right: 5%;


}
.art__img-name
{

    padding-left: 50px;
}

/* .art__img-name:before
 {
 	content: "";
 	height: 36px;
 	width: 36px;
 	border-radius: 50%;
 	background-image: url(/local/templates/domamo_v001/css/../images/art-name.png);
 	background-repeat: no-repeat;
 	background-position: -17px -2px;
 	display: inline-block;
 	vertical-align: middle;
 	position: absolute;
 	top: -9px;
 	left: 0;
 }
 .art__img-favorites:before
 {
 	content: "";
 	height: 17px;
 	width: 17px;
 	background-image: url(/local/templates/domamo_v001/css/../images/project_ico.png);
 	background-repeat: no-repeat;
 	background-position: 0 -64px;
 	display: inline-block;
 	vertical-align: middle;
 } */
div.art__img-views
{
    margin-right: 20px;
}
.art__img-views:before
{
    content: "";
    height: 17px;
    width: 22px;
    background-image: url(/local/templates/domamo_v001/css/../images/views.svg);
    background-repeat: no-repeat;
    background-position: 1px 1px;
    display: inline-block;
    vertical-align: middle;
}
.art__img-comm:before
{
    content: "";
    height: 17px;
    width: 19px;
    background-image: url(/local/templates/domamo_v001/css/../images/comm.svg);
    background-repeat: no-repeat;
    background-position: 1px 1px;
    display: inline-block;
    vertical-align: middle;
}


@media(max-width: 1080px)
{
    .art__img-icons .ya-share2
    {
        float: none;
        margin-top: 24px;
    }
    .art__img-icons div
    {
        margin-top: 8px;
    }

}
@media (max-width: 767px)
{
    .art__img-icons div
    {
        /*	width: 100%;*/
    }
    .art__img-icons--main
    {
        padding-right: 20px;
        padding-left: 20px;
    }
    .art-top-img {
        min-height: 400px;
    }
}












.art__main
{
    /*width: 1085px;*/
    width: calc(100% - 400px);
    display: inline-block;
    vertical-align: top;
}
.art__main p.last-p
{
    margin-bottom: 80px;
}



.art__h3
{
    font-weight: 700;
}
.art__h3-small
{
    text-transform: none;
    font-weight: 700;
    margin-bottom: 30px;
}


.art__wrap
{
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}
.art__wrap img
{
    max-width: 100%;
    height: auto;
}
.art__img
{
    width: 100%;
    height: auto;
}




.art__menu
{
    display: inline-block;
    vertical-align: top;
    width: 300px;
    float: right;
    border-radius: 4px;
    background-color: #2b303d;

    overflow: hidden;

}

.art-menu__head
{

    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: relative;

}

.art-menu__head--open
{
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #424a5e;
    transition: .3s;
}
.art-gamb
{
    position: absolute;
    right: 23px;
    top: 20px;
    height: 17px;
    width: 17px;
    background-image: url(/local/templates/domamo_v001/css/../images/gamb.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}
.art-gamb:hover
{
    cursor: pointer;
}
.art-gamb-open
{
    background-image: url(/local/templates/domamo_v001/css/../images/gamb-open.svg);
    transition: .3s;
}
.art-menu__bottom
{
    display: none;
    background-color: #2b303d;
    border-radius:  0 0 4px 4px;

}
.art-menu__item
{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;

}
.art-menu__item:not(.art-menu__item--menu) a
{
    color: #fff;
    padding: 15px 23px 15px 23px;
    display: block;
}
.art-menu__item.art-menu__item--menu a{
    color: #fff;
    display: block;
}
.art-menu__item--menu
{
    padding: 19px 23px 19px 23px;
}
.art-menu__border
{
    border-bottom: 1px solid #424a5e;
}
.art-menu__item:not(.art-menu__item--menu):hover,
.art-menu__item.selected
{
    background-color: #00afee;
}
.art-menu__item:not(.art-menu__item--menu) a:hover,
.art-menu__item.selected a
{
    color: #fff;
}

.art__sign
{
    color: #696c6d;
    font-style: italic;
    font-size: 16px;
    width: 480px;
    margin-top: 30px;
    margin-bottom: 70px;

}
.art__quote
{
    padding: 66px 90px 66px 90px;
    background-color: #f0f0f0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
}
.quote__d
{
    height: 40px;
    width: 40px;
    background-color: #1b1e26;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 25px;
    padding-left: 11px;
    padding-top: 5px;

    font-weight: 200;
}

.art__img-wrap
{
    width: 140px;
}

.b_article .b_tags a
{
    color: #6787a0;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px #6787a0 solid;
    line-height: 10px;
    float: left;
    margin: 3px 10px 9px 0;
}

@media(max-width: 767px)
{
    .art__main p.last-p
    {
        margin-bottom: 40px;
    }
    .art__sign
    {
        margin-bottom: 40px;
        margin-top: 15px;
    }
    .art__quote {
        padding: 42px 60px;
        font-size: 14px;
    }
}
@media(max-width: 500px)
{
    .art__sign
    {
        width: 100%;
    }

}



/*ПОДЕЛИТЬСЯ - старт*/
.art__share
{
    padding: 20px 0px 20px 0px;
    margin: 35px 0 35px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;

}
.ya-share2
{

    display: inline-block;
}
.ya-share2 ul
{
    padding: 0;
    margin: 0;
}
.ya-share2 ul li:first-child
{
    padding: 0;
}
.ya-share2 ul li
{
    padding-left: 0px;
}

.art__rate
{
    float: right;

}

.art__rate span
{
    color: #a6aaac;
    font-size: 15px;
    margin-right: 20px;
}



.rate__icons, .rate__icons div
{
    display: inline-block;
    vertical-align: middle;
}

.rate__icon
{
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    position: relative;
    cursor: pointer;
}
.rate__icon--like
{
    background-image: url(/local/templates/domamo_v001/css/../images/like.svg);
    top: -3px;
}
.rate__icon--dislike
{
    background-image: url(/local/templates/domamo_v001/css/../images/dislike.svg);
    top: 3px;
}
.rate__count
{
    background-image: url(/local/templates/domamo_v001/css/../images/rate_count.svg);
    width: 30px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #a6aaac;
    text-align: center;
    padding-top: 4px;
    padding-left: 2px;
}
.rate__wrap:first-child
{
    margin-right: 12px;
}
@media (max-width: 767px)
{
    .art__rate
    {
        float: none;
        margin-top: 16px;
    }
}

/*ПОДЕЛИТЬСЯ - финиш*/








.art__interview
{
    border: 1px solid #dbdbdb;

    border-radius: 3px;
    padding: 53px 98px 53px 98px;
    max-width: 788px;
    margin-bottom: 60px;

}

.art__quest
{
    font-size: 28px;
    font-weight: 700;
    position: relative;
    line-height: 30px;
    margin-bottom: 34px;
}
.quest__item
{
    margin-bottom: 25px;
}

.art__quest:before
{
    position: absolute;
    height: 37px;
    width: 37px;
}
.art__quest:before
{
    content: "?";
    background-color: #4fc6fd;
    border-radius: 50%;
    color:#fff;
    left: -55px;
    top: 0;
    padding: 6px 10px 10px 13px;
    font-size: 19px;
}
.radio
{
    display: none;
}
.art-label
{
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 700;
}
.art-label:after
{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    top: 7px;
    left: 5px;
    display: none;

}
.art-label:before
{
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #838383;
}
.radio:checked + .art-label:before
{
    background-color: #4fc6fd;
    border: none;
}
.radio:checked + .art-label:after
{
    display: block;
}
@media (max-width: 790px)
{
    .art__video
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .art__quest
    {
        font-size: 20px;
    }
    .art-label
    {
        font-size: 16px;
    }
    .art__interview
    {

        padding: 20px 20px 20px 75px;
    }
}

@media (max-width: 450px)
{
    .art__quest
    {
        margin-bottom: 20px;
        font-size: 18px;
    }
}
















.subscribe__button input, .quest__button input
{
    font-size: 16.334px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.64);
    width: 182px;
    height: 42px;
    background: rgb(0,204,255);
    background: -moz-linear-gradient(top, rgba(0,204,255,1) 0%, rgba(0,162,238,1) 72%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,204,255,1) 0%,rgba(0,162,238,1) 72%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,204,255,1) 0%,rgba(0,162,238,1) 72%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ccff', endColorstr='#00a2ee',GradientType=0 ); /* IE6-9 */
}

.subscribe__button input:hover, .quest__button input:hover
{
    color: #fff;
    background: rgb(27,204,255);
    background-image: -moz-linear-gradient( 90deg, rgb(27,204,255) 0%, rgb(0,175,244) 21%, rgb(5,217,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(27,204,255) 0%, rgb(0,175,244) 21%, rgb(5,217,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(27,204,255) 0%, rgb(0,175,244) 21%, rgb(5,217,255) 100%);
}
.subscribe__check
{

}
.art__button-wrap
{
    position: relative;
    display: inline-block;
}

.art__tags span
{
    font-size: 15px;
    color: #8c8c8c;
}
.art__tags .b_tags, .art__tags span
{
    display: inline-block;
    vertical-align: top;
}
.art__tags .b_tags a
{

    margin: 6px 10px 0px 0;
}

@media(max-width: 790px)
{

    .art__comm
    {
        width: 100%;
    }
    .art__video
    {
        width: 100%;
    }
}

/*ПОДПИСАТЬСЯ - старт*/
.art__subscribe
{
    background-image: url(/local/templates/domamo_v001/css/../images/subscribe-fon.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 63px 50px 68px 50px;
    border-radius: 4px;
    background-size: cover;
    margin: 12px;



}

.subscribe__title
{
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    width: 322px;
}
.subscribe__right
{
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    width: calc(100% - 330px);
}
.subscribe__wrap
{
    width: calc(100% - 200px);
    display: inline-block;
    vertical-align: top;
}

.subscribe__email
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    width: 100%;
}

.subscribe__email span
{
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 15px;
    color: #b0b0b0;
}
.subscribe__button
{
    display: inline-block;
    vertical-align: middle;
}


.sub__email
{
    border: none;

    border-radius: 3px;
    box-shadow: inset 0.358px 0.934px 3px 0px rgba(0, 0, 1, 0.29);
    font-size: 16px;
    padding: 11px 16px;
    display: inline-block;
    vertical-align: top;

    width: 100%;

}
.sub__check
{
    display: none;
}
.sub__label
{
    position: relative;
    padding-left: 23px;
    color: #fff;
    font-size: 13px;
    margin-top: 20px;
    display: inline-block;

}
.sub__label:before
{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    height: 16px;
    width: 16px;
    line-height: 15px;
    background-color: #ffffff;
    border-radius: 2px;
}
.sub__label a
{
    text-decoration: underline;
    color: #fff;
}
.sub__check:checked + .sub__label:before
{
    background-image: url(/local/templates/domamo_v001/css/../images/checked.png);
    background-size: cover;
}
@media(max-width: 991px)
{
    .art__subscribe
    {
        text-align: center;
        padding: 35px;

    }
    .subscribe__title
    {
        font-size: 24px;
        width: 100%;
        margin-bottom: 20px;

    }
    .subscribe__right {

        width: calc(100% - 270px);
        display: block;
        width: 100%;
        padding-left: 0px;
    }
    .subscribe__check
    {
        text-align: left;
    }
}

@media (max-width: 767px)
{
    .subscribe__title
    {
        font-size: 20px;
    }
    .subscribe__button
    {
        display: block;
        margin-top: 20px;
    }
    .subscribe__wrap
    {
        width: 100%;
        display: block;
    }
    .subscribe__check
    {
        display: inline-block;
    }
    .art__subscribe
    {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}
/*ПОДПИСАТЬСЯ - финиш*/


.art__source
{
    color: #a7a7a7;
    font-size: 15px;
}
.art__source a
{
    color: #6787a1;
}
.art__source span
{
    float: right;
}

@media(max-width: 767px)
{
    .art__source span
    {
        float: none;
        display: none;
    }

}




/*КОММЕНТАРИИ - старт*/
.art__comm
{
    width: 788px;
}
.art-comm__title
{
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 35px;
}
.art-comm__title span
{
    font-size: 14px;
    color: #8e8e8e;
}
.art-comm__form
{

    background-color: #f6f6f6;
    padding: 45px 45px 45px 90px;

}


.art-comm__name input, .art-comm__comm textarea, .art-comm__submit input
{
    border: none;
    border-radius: 3px;
    box-shadow: inset 0.358px 0.934px 3px 0px rgba(0, 0, 1, 0.29);
    font-size: 16px;
    padding: 11px 16px;
    width: 100%;
    resize: none;
}

.art-comm__name, .art-comm__comm
{
    margin-bottom: 22px;
}
.art-comm__name, .art-comm__comm, .art-comm__submit
{
    position: relative;
}
.avatar
{
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: -60px;
    border-radius: 50%;
}
.art-comm__name span, .art-comm__comm span
{
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 15px;
    color: #b0b0b0;
}
.art-comm__submit input
{

    border-radius: 2px;
    background-image: -moz-linear-gradient( 90deg, rgb(228,228,228) 0%, rgb(248,248,248) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(228,228,228) 0%, rgb(248,248,248) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(228,228,228) 0%, rgb(248,248,248) 100%);
    box-shadow: 0px 1px 1px 0px rgba(59, 57, 47, 0.45);
    width: 114px;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.art-comm__message
{
    padding-left: 90px;
    position: relative;
}
.art-comm__message-wrap
{
    padding: 40px 0 80px 0;
}
.message__name
{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}
.message__date
{
    font-size: 15px;
    color: #959595;
}
.message__text
{
    font-size: 15px;
    line-height: 24px;
}
.art-comm__message-wrap--lvl2
{
    padding: 40px 0 40px 0;
}
.art-comm__message--lvl2
{
    padding-left: 50px;
    padding-bottom: 30px;
    position: relative;
}
.art-comm__message--lvl2 .message__head .avatar
{
    width: 30px;
    height: 30px;
    left: -50px;
}
.art-comm__message--lvl2:last-child:after
{
    content: "";
    background-color: #e1e1e1;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    position: absolute;
}




@media(max-width: 790px)
{

    .art__comm
    {
        width: 100%;
    }

}


@media (max-width: 600px)
{
    .message__text
    {
        font-size: 13px;
        line-height: 20px;
    }
    .art-comm__name span, .art-comm__comm span
    {

        top: 15px;

        font-size: 13px;
    }
    .art-comm__name, .art-comm__comm, .art-comm__submit
    {
        font-size: 13px;
    }

}

@media (max-width: 600px)
{
    .avatar
    {
        display: none;
    }
    .art-comm__message
    {
        padding-left: 0;
    }
    .art-comm__form
    {
        padding: 45px;
    }
    .art-comm__message--lvl2
    {
        padding-left: 50px;
    }
}
/*КОММЕНТАРИИ - финиш*/














/*КАТАЛОГ*/

.art__main-menu
{
    margin-right: -12px;
    margin-left: -12px;
    margin-top: -12px;
    width: calc(100% - 321px);
}


.art-m-item
{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0.259px 0.966px 13px 0px rgba(0, 0, 0, 0.17);
    border-radius: 4px;
    float: left;
    overflow: hidden;
    margin: 12px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;

}
.art-m-item:hover
{
    box-shadow: 0.259px 0.966px 20px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.art-m-item--big
{

    height: 513px;
    width: calc(66.66% - 24px);
    display: block;

}

.art__img-title
{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;

}
.art__img-title--over
{
    margin-bottom: 30px;
}



.art-m-item__text
{
    color: #696c6d;
    font-size: 16px;

    overflow: hidden;
}

.art-m-item--small-wrap  .art-m-item__text
{
    height: 70px;
    position: relative;
}
.art-m-item--small-wrap  .art-m-item__text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background: rgba(251,251,251,0);
    background: -moz-linear-gradient(top, rgba(251,251,251,0) 0%, rgba(251,251,251,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,251,251,0)), color-stop(100%, rgba(251,251,251,1)));
    background: -webkit-linear-gradient(top, rgba(251,251,251,0) 0%, rgba(251,251,251,1) 100%);
    background: -o-linear-gradient(top, rgba(251,251,251,0) 0%, rgba(251,251,251,1) 100%);
    background: -ms-linear-gradient(top, rgba(251,251,251,0) 0%, rgba(251,251,251,1) 100%);
    background: linear-gradient(to bottom, rgba(251,251,251,0) 0%, rgba(251,251,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#fbfbfb', GradientType=0 );
}
.message__head
{
    position: relative;
}


.art-m-item--middle
{
    width: calc(33.33% - 24px);
    padding-bottom: 50px;
    height: 513px;
    display: block;
}
.art__img-views--grey:before
{
    background-image: url(/local/templates/domamo_v001/css/../images/views-grey.svg);
}
.art__img-comm--grey:before
{
    background-image: url(/local/templates/domamo_v001/css/../images/comm--grey.svg);
}

.art-m-item__top
{
    height: 250px;
    background-position: center;
    background-size: cover;
}

.art-m-item__bottom
{

    padding: 20px 20px 0 20px;
    overflow: hidden;
    height: 197px;
    position: relative;
}
.art-m-item__bottom:before
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background: rgba(251,251,251,0);
    background: -moz-linear-gradient(top, rgba(251,251,251,0) 0%, rgba(251,251,251,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,251,251,0)), color-stop(100%, rgba(251,251,251,1)));
    background: -webkit-linear-gradient(top, rgba(251,251,251,0) 0%, rgba(251,251,251,1) 100%);
    background: -o-linear-gradient(top, rgba(251,251,251,0) 0%, rgba(251,251,251,1) 100%);
    background: -ms-linear-gradient(top, rgba(251,251,251,0) 0%, rgba(251,251,251,1) 100%);
    background: linear-gradient(to bottom, rgba(251,251,251,0) 0%, rgba(251,251,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#fbfbfb', GradientType=0 );
}
.art-m-item__title
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;

}

.art-m-item--middle .art__img-icons div:nth-last-child(1)
    /*  .art-m-item--middle .art__img-icons div:nth-last-child(2) */
{
    float: right;
}

.art__img-icons--grey div
{
    color: #696c6d;
}



div.art__img-icons-wrap .art__img-comm
{
    margin-right: 0;
}

.art-m-item--small-wrap
{
    padding: 35px 0 35px 0;
    height: 280px;

}
.art-m-item--small
{
    border-right: 1px solid #eeeeee;
    width: calc(33.33% - 1px);
    padding: 0 35px 0 35px;
    position: relative;
    height: 100%;
    float: left;
    display: block;
}
.art-m-item--small .art__img-icons .art__img-icons-wrap
{
    width: auto;
}
.art-m-item--small:last-child
{
    border: none;
}
.art-m-item--small .art__img-icons
{
    padding: 0;
    padding-left: 35px;
    padding-right: 35px;
    left: 0;
    text-align: right;

}

.art-m-item--grafic
{

    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;

}


.art-m-item__img
{
    text-align: center;
    margin-bottom: 20px;
}



.art-m-item__title--grafic
{
    color: #fff;
    text-align: center;
}


@media (max-width: 1340px)
{
    .art__menu
    {
        float: none;
        width: calc(100% - 50px);
        margin-bottom: 20px;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 25px;
    }
    .art__main-menu
    {
        width: 100%;
    }
    .art__main
    {
        width: 100%;
        margin: 0;
    }
    .art__wrap
    {
        padding-top: 78px;
    }
    .art-top-img
    {
        margin-bottom: -80px;
    }

}
@media (max-width: 1199px)
{
    .art-m-item--small
    {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        border-bottom: 1px solid #eeeeee;
    }
    .art__img-icons div
    {
        margin-right: 0;
    }
    .art-m-item--small-wrap
    {
        height: auto;
        width: calc(100% - 24px);
    }
    .art-m-item--small .art__img-icons
    {
        position: static;
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .art-m-item--small-wrap  .art-m-item__text
    {
        height: auto;
    }
    .art-m-item--small-wrap .art-m-item__text:before
    {
        display: none;
    }
    .art-m-item--small
    {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 990px)
{
    .art-m-item--big
    {
        width: calc(100% - 24px);

    }
    .art-m-item--middle
    {
        width: calc(50% - 24px);

    }
    .art__wrap
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{

    .art-m-item--middle, .art-m-item--big, .art-m-item--small-wrap
    {

        width: 100%;
        margin-left: 0;
        margin-right: 0;

    }
    .b_article
    {
        padding: 30px 0px;

    }
    .art__img-title
    {
        font-size: 18px;
    }

    .art__img-icons
    {
        /*position: static;*/
    }
    .art__wrap
    {
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .art__menu
    {
        left: 0;
        width: 100%;
    }
}
@media(max-width: 450px)
{
    .art__img-title
    {
        font-size: 16px;
    }
}

@media (min-width: 1340px){
    .art-gamb {display: none;}
    .art-menu__item--menu {
        border-bottom: 1px solid #424a5e;
    }
    .art-menu__bottom {display: block;}
}

/*на контентных страницах*/
@media (min-width: 1241px) {
    .simlpe-page-wrap .art__main-menu {
        margin-right: -12px;
        margin-left: -12px;
        margin-top: -12px;
        width: calc(100% - 321px);
    }

    .simlpe-page-wrap .art__menu {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        float: right;
    }

    .simlpe-page-wrap .art-gamb {display: none;}
    .simlpe-page-wrap .art-menu__item--menu {
        border-bottom: 1px solid #424a5e;
    }
    .simlpe-page-wrap .art-menu__bottom {display: block !important;}

    .simlpe-page-wrap .art-menu__item--menu {
        border-bottom: 1px solid #F4F4F4;
    }
}

@media (max-width: 1240px) {
    .simlpe-page-wrap .art__menu {
        width: 100%;
        left: 0;
    }
}
/*на контентных страницах ends*/

/*на вакансиях*/
@media (min-width: 1241px) {
    .vacancy-block .art__main-menu {
        margin-right: -12px;
        margin-left: -12px;
        margin-top: -12px;
        width: calc(100% - 321px);
    }

    .vacancy-block {
        padding-top: 0;
    }

    .vacancy-block .art__menu {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        float: right;
        position: static;
    }

    .vacancy-block .art-gamb {display: none;}
    .vacancy-block .art-menu__item--menu {
        border-bottom: 1px solid #424a5e;
    }
    .vacancy-block .art-menu__bottom {display: block !important;}

    .vacancy-block .art-menu__item--menu {
        border-bottom: 1px solid #F4F4F4;
    }
}

@media (max-width: 1240px) {
    .vacancy-block .art__menu {
        width: 100%;
        left: 0;
    }
}
/*на вакансиях ends*/

/*на ввопрос ответ*/
@media (min-width: 1241px) {
    .faq-block .art__main-menu {
        margin-right: -12px;
        margin-left: -12px;
        margin-top: -12px;
        width: calc(100% - 321px);
    }

    .faq-block {
        padding-top: 0;
    }

    .faq-block .art__menu {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        float: right;
        position: static;
    }

    .faq-block .art-gamb {display: none;}
    .faq-block .art-menu__item--menu {
        border-bottom: 1px solid #424a5e;
    }
    .faq-block .art-menu__bottom {display: block !important;}

    .faq-block .art-menu__item--menu {
        border-bottom: 1px solid #F4F4F4;
    }
}

@media (max-width: 1240px) {
    .faq-block .art__menu {
        width: 100%;
        left: 0;
        position: static;
    }

    .faq-block {
        padding-top: 0;
    }
}
/*на вопрос ответ ends*/


.fotorama-about
{
    color: #696c6d;
    font-style: italic;
    padding-top: 25px;
    max-width: 700px;
}
/* End */


/* Start:/local/templates/domamo_v001/css/lk.css?161357239887870*/
.lk-actions__select-count,
.lk-select-status,
.lk-filter__type,
.lk-add-proj-section__select:not([multiple="multiple"])
{
    visibility: hidden;
}
.lk-actions__select-count--active,
.lk-select-status--active,
.lk-filter__type--active,
.lk-add-proj-section__select.lk-add-proj-section__select--active
{
    visibility: visible;
}

.lk-fancybox-success {
    max-width: 400px;
    padding: 30px;
}

.lk-card .projects {
    padding: 0;
}

.lk-card .projects .item_block {
    width: 86%;
    float: none;
    padding: 0;
}
.lk-wrapper .footer_bottom_line{padding-right: 20px;}

.lk-wrapper
{
    font-family: 'Roboto', sans-serif;
    position: relative;
    min-height: 100vh;
    background-color: #fff;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    /*padding-right: 15px;*/
}
.bx-ie .lk-wrapper
{
    display: block;
}
.lk-wrapper footer
{
    /*position: absolute;*/
    left: 0;
    width: 100%;
    bottom: 0;
}
@media(max-width: 991px)
{
    .lk-wrapper footer
    {
        padding-bottom: 77px;
    }
}
.lk-main
{
    margin: auto;
    width: 100%;
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}
.bx-ie .lk-main
{
    min-height: 100vh;
}
.lk-wrapper .b_wrapper
{
    padding-left: 100px;

    /* padding-right: 30px; */
    transition: padding .3s;
}

.lk-wrapper .q {
    background-image: url(/local/templates/domamo_v001/css/../images/svg/filtr_quest--grey.svg);
    float: left;
    width: 14px;
    height: 14px;
    padding: 0 5px 0 5px;
    margin: 2px 0 0 -5px;
}



.lk-wrapper--open .b_search.focus,
.lk-wrapper--fixed .b_search.focus
{
    left: 210px;
    width: calc(100% - 230px);
    margin-left: 0;
}


.lk-wrapper .lk-main .b_wrapper {
    padding-top: 20px;
    max-width: 1650px;
    padding-right: 15px;
    margin: 0;
    margin-left: calc(50% - 975px);
    position: relative;
}

.lk-main .lk-container {
    margin-top: 58px;
    margin-bottom: 80px;
}


.lk-wrapper .top_header .city_select
{
    padding-left: 0;
}
.lk-wrapper  .header_two .logo
{
    padding-left: 0;
}
.lk-main h1
{
    font-weight: 300;
    font-size: 48px;
    line-height: 48px;
    margin-top: .5em;
    margin-bottom: 1em;
    font-family: 'Roboto', sans-serif;
    width: calc(100% - 300px)
}

@media(max-width: 1950px)
{
    .lk-wrapper .lk-main .b_wrapper
    {
        margin-left: 0;
        padding-top: 20px;
    }
}
@media(max-width: 1340px)
{
    .lk-main h1
    {
        margin-bottom: .5em;
        font-size: 38px;
        line-height: 38px;
    }
}
@media (max-width: 1024px)
{
    .lk-main h1
    {
        width: 100%;
    }
}

.lk__out
{
    float: right;
    color: #fff;
    padding-left: 25px;
    display: block;
    height: 54px;
    line-height: 55px;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
}
.lk__out:before
{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 16px;
    background-image: url(/local/templates/domamo_v001/css/../images/svg/out.svg);
    background-repeat: no-repeat;
    background-position: center;

}
/*панель*/

.lk-panel-fon
{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background: #323232;
    z-index: 200;
    width: calc(50% - 975px);
    border-right: 1px solid #2780B5;
}
.lk-panel-fon--2
{
    left: auto;
    right: 0;
}
.lk-panel
{
    width: 80px;
    height: 100vh;
    background-color: #2E93CE;
    position: fixed;
    top: 0;
    z-index: 1000;
    left: calc(50% - 975px);
    transition: width .3s;
    padding-top: 26px;
    color: #fff;
    overflow: hidden;

}
.lk-panel a, .lk-panel a:hover
{
    color: #fff
}
.lk-panel-inner
{
    width: 200px;
}

.lk-panel--open,
.lk-panel--fixed
{
    width: 200px;
    transition: width .3s;
}
.lk-wrapper--open .b_wrapper,
.lk-wrapper--fixed .b_wrapper
{
    transition: padding .3s;
    padding-left: 225px;
}
.lk-wrapper--open .lk-main.lk-main .b_wrapper
{
    transition: padding .3s;
    padding-left: 200px;
}
.lk-wrapper .header_two .main_menu_ul
{
    margin-left: -8px;
}
.lk-panel__control
{
    width: 25px;
    height: 25px;
    margin-left: 26px;
    margin-bottom: 52px;
    cursor: pointer;
}
.lk-panel__control span
{
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: .3s;
    top: 10px;

}
.lk-panel__control span:before,
.lk-panel__control span:after
{
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    background-color: #fff;
    transition: .3s;

}
.lk-panel__control span:before
{
    top: -10px;
}
.lk-panel__control span:after
{
    top: 10px;
}
.lk-panel__control--fixed span
{
    background: transparent;
    transition: .3s;
}
.lk-panel__control--fixed span:before
{
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    transition: .3s;

}
.lk-panel__control--fixed span:after
{
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    transition: .3s;
}

.lk-panel__team
{
    position: relative;
    transition: .3s;
    cursor: pointer;
}

.lk-panel__team:hover
{
    background-color: #007eb0;
    transition: .3s;
}

.lk-panel__team-current
{
    padding-left: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    transition: .3s;
}
.lk-panel--open .lk-panel__team-current,
.lk-panel--fixed .lk-panel__team-current
{
    padding-top: 15px;
    padding-bottom: 15px;
}
.lk-panel__team-current .lk-panel__team-current-title:before
{
    content: '';
    position: absolute;
    right: 12px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transition: .3s;
    transform-origin: 6px 6px;
}
.lk-panel__team-current-title
{
    display: inline-block;
    vertical-align: middle;

    font-weight: 100;
    font-size: 16px;

    width: calc(100% - 35px);
    opacity: 0;
    /* transition: .3s; */
    position: relative;
    height: 0;
    overflow: hidden;

}

.lk-panel__team-current-ico
{

    background-color: #fff;

    color: #2E93CE;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    transition: .3s;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;

}
.lk-panel__team-list
{
    position: absolute;
    left: 100%;
    min-width: 100%;
    opacity: 0;
    top: 0;
    background-color: #007eb0;
    transition: .3s;

    max-height: calc(100vh - 150px);
    overflow: auto;
}
.lk-panel__team-list-item
{
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.lk-panel__team--open .lk-panel__team-list
{
    opacity: 1;
}
.lk-panel--open .lk-panel__team-current-ico,
.lk-panel--fixed .lk-panel__team-current-ico
{
    display: none;
}
.lk-panel--open .lk-panel__team-current-title,
.lk-panel--fixed .lk-panel__team-current-title
{
    opacity: 1;
    height: auto;
    /* margin-left: -28px; */
    padding-left: 0;
    transition: .3s;
    padding-right: 30px;
    width: 100%;

}

.lk-panel__team--open  .lk-panel__team-current .lk-panel__team-current-title:before
{
    transform: rotate(-45deg);
    transition: .3s;
}
.lk-panel__team-list-item
{
    transition: .3s;
}
.lk-panel__team-list-item:hover
{
    background-color: #006f9c;
    transition: .3s;
}
.lk-panel__item
{
    padding-left: 26px;
    border-top: 1px solid #2780B5;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 10px;
    display: block;
    transition: background-color .3s;
    position: relative;
}
.lk-panel__team-controls
{
    padding-left: 28px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-image: url(/local/templates/domamo_v001/css/../images/svg/dots.svg);
    background-repeat: no-repeat;
    background-position: 31px center;
    transition: .3s;
    margin-bottom: 20px;
}
.lk-panel__team-controls:hover
{
    background-color: #007eb0;
    transition: .3s;
}
.lk-panel__team-controls *
{
    opacity: 0;
}
.lk-panel--open .lk-panel__team-controls *,
.lk-panel--fixed .lk-panel__team-controls *
{
    opacity: 1;
}
.lk-panel--open .lk-panel__team-controls,
.lk-panel--fixed .lk-panel__team-controls
{
    background-image: none;
}
.lk-panel__item--current
{
    background-color: #007eb0;
}
.lk-panel__item:hover
{
    background-color: #007eb0;
    transition: background-color .3s;
}
.lk-panel__team-add,
.lk-panel__team-settings,
.lk-panel__team-door,
.lk-panel__team-home
{
    float: left;
    margin-right: 25px;
    height: 17px;
    width: 17px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.lk-panel__team-home
{
    background-image: url(https://www.domamo.ru/local/templates/domamo_v001/css/../images/svg/lk-home.svg);
    height: 18px;
    width: 19px;
}
.lk-panel__team-home:hover
{
    opacity: .7;
}
.lk-panel__team-add
{
    background-image: url(https://www.domamo.ru/local/templates/domamo_v001/css/../images/svg/add.svg);
}
.lk-panel__team-add:hover
{
    opacity: .7;
}
.lk-panel__team-settings
{
    background-image: url(https://www.domamo.ru/local/templates/domamo_v001/css/../images/lk-blue.svg);
}
.lk-panel__team-settings:hover
{
    opacity: .7;
}
.lk-panel__team-door
{
    background-image: url(https://www.domamo.ru/local/templates/domamo_v001/css/../images/svg/out.svg);
}
.lk-panel__team-door:hover
{
    opacity: .7;
}
.lk-panel__item-ico
{
    width: 28px;
    display: inline-block;
    vertical-align: middle;
}
.lk-panel__item-ico img
{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.lk-panel__item-title
{
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding-left: 15px;
    width: calc(100% - 38px);
    opacity: 0;
    transition: opacity .3s;
}
.lk-panel--open .lk-panel__item-title,
.lk-panel--fixed .lk-panel__item-title
{
    opacity: 1;
    transition: opacity .3s;
}
.lk-panel.lk-panel--overflow
{
    overflow: visible;
}

.lk-panel__menu
{
    position: relative;
}


@media(max-width: 1950px)
{
    .lk-panel
    {
        left: 0;
    }

}
@media(max-width: 1340px)
{
    .lk-wrapper--open .b_wrapper, .lk-wrapper--fixed .b_wrapper
    {
        padding-left: 210px;
    }
}
@media(max-width: 1199px)
{
    .lk-main h1
    {
        font-size: 40px;
    }
    .lk-main .lk-container
    {
        margin-top: 20px;
    }

    .lk-wrapper--fixed .lk-table__table td,
    .lk-wrapper--fixed .lk-table__table th,
    .lk-wrapper--open .lk-table__table td,
    .lk-wrapper--open .lk-table__table th
    {
        padding: 15px 5px;
    }
}
@media(max-width: 991px) {

    .lk-panel__menu
    {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .lk-panel__menu .scroll-bar
    {
        display: none !important;
    }
    .lk-wrapper .b_wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
    .lk-wrapper footer .b_wrapper
    {
        padding-left: 0;
        padding-right: 0;
    }
    .lk-wrapper .footer_bottom_line
    {
        padding-right: 0;
    }
    .lk-wrapper .lk-main .b_wrapper
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .lk-panel {
        width: 100%;
        height: auto;
        top: auto;
        bottom: 0;
        left: 0;
        padding-top: 0;
        overflow: auto;

    }
    .lk-panel--open .lk-panel__team-current, .lk-panel--fixed .lk-panel__team-current
    {
        padding-top: 26px;
    }



    .lk-panel__team-current
    {
        padding-top: 26px;
    }
    .lk-panel--open .lk-panel__team-current-ico
    {
        display: block;
    }
    .lk-panel-inner
    {
        width: 100%;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }
    .lk-panel-fon,
    .lk-panel__control,
    .lk-panel__team-controls,
    .lk-panel__item-title
    {
        display: none;
    }


    .lk-main .lk-container {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .lk-main h1
    {
        font-size: 30px;
        line-height: 30px;

    }
    .lk-panel__team,
    .lk-panel__item
    {
        width: 80px;
        border: none;
        border-right: 1px solid #2780B5;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
    }
    .lk-panel__item
    {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .lk-panel__team-list
    {
        top: auto;
        bottom: 100%;
        width: 100vw;
        left: 0;
    }
    .lk-panel__team-list
    {
        max-height: calc(100vh - 80px);
        overflow: auto;
    }
    .lk-panel__team-current-title
    {
        display: none;
    }
    .lk-panel--open .lk-panel__team-current-ico, .lk-panel--fixed .lk-panel__team-current-ico
    {
        opacity: 1;
    }




    .lk-panel--open .lk-panel__team-current-ico,
    .lk-panel--fixed .lk-panel__team-current-ico
    {
        display: block;
    }


}












.lk-aside
{
    width: 180px;
    float: left;
    margin-top: -12px;
}

.lk-aside-item {
    padding: 8px 5px 8px 0;
    position: relative;
}

.lk-aside__item-text {
    color: #000;
    transition: .3s ease;
}

.lk-aside__item-text.active,
.lk-aside__item-text:hover {
    color: #0092cf;
}

.lk-aside__item-text.lk-aside__item-text--active {
    color: #0092cf;
}

.lk-aside__count {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-color: #48c74b;
    font-size: 10px;
    line-height: 23px;
    color: #fff;
    right: 15px;
    top: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-left: 7px;
    /*margin-top: -13px;*/
}
.lk-aside__count.lk-aside__count--draft {
    background-color: #9d9d9d;
}
.lk-panel__item .lk-aside__count
{
    position: absolute;
    top: 43px;
    left: 34px;
}
.lk-aside .lk-add-proj-tab
{
    padding: 8px 5px 8px 0;
    border: none;
    margin: 0;
}
.lk-aside .lk-add-proj-tab
{
    display: block;
}
.lk-add-proj-tab--active,
.lk-add-module-seo-tab--active
{
    border-bottom: 2px solid #0092cf;
    color: #0092cf;
}
@media (max-width: 1340px)
{
    .lk-aside
    {
        width: 115px;
    }
    .lk-aside-item,
    .lk-add-proj-tab,
    .lk-add-module-seo-tab
    {
        font-size: 14px;
    }
    .lk-aside-item
    {
        padding: 5px 5px 5px 0;
    }

}
@media (max-width: 1270px)
{
    .lk-aside {
        float: none;
        width: 100%;
        padding: 10px 0;

        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .lk-aside__count {
        margin-left: 0;
    }

    .lk-aside .lk-add-proj-tab,
    .lk-aside .lk-aside-item
    {
        display: block;
        background-color: #2E93CE;
        color: #fff;
        margin-right: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        padding: 8px 12px 8px 12px;
        border: 1px solid #2E93CE;
    }
    .lk-aside .lk-aside-item a
    {
        color: #fff;
    }


    .lk-aside .lk-add-proj-tab--active,
    .lk-aside .lk-aside-item--active
    {
        border: 1px solid #2E93CE;
        background-color: #fff;
        color: #2E93CE
    }
    .lk-aside .lk-aside-item--active a
    {
        color: #2E93CE
    }

}

@media (max-width: 767px)
{
    .lk-aside .lk-add-proj-tab,
    .lk-aside .lk-aside-item
    {
        text-align: center;
        width: 100%;
        margin-right: 0;
    }
}




.lk-has-aside .lk-content {
    float: left;
    width: calc(100% - 180px);
    padding-left: 15px;
}
@media (max-width: 1340px)
{
    .lk-has-aside .lk-content {
        width: calc(100% - 115px);
    }
}
@media (max-width: 1270px)
{
    .lk-has-aside .lk-content {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}



/*btns*/
.lk-btn--dot {
    font-size: 15px;
    padding: 10px 15px;
    color: #0092cf;
    background-color: transparent;
    border: none;
    outline: none;
    display: inline-block;
    cursor: pointer;
}
.lk-btn--dot.empty-reviews {cursor: default;}

.lk-btn--dot:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #0092cf;
}

.lk-add-comment {
    padding: 10px 0;
}

.lk-save {
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #0092cf;
    border: none;
    outline: none;
}

.lk-comm__actions .lk-comm__btn {
    color: #9d9d9d;
}

.lk-comm__actions .lk-comm__btn:after {
    border-bottom: 1px dotted #9d9d9d;
}

.lk-comm__actions .lk-comm__btn:first-child {
    padding-left: 0;
}



/*btns end*/



/*selectors*/

/*    .course-form__selector-list {
        position: absolute;
        display: none;
        width: calc(100% + 0px);
        top: -19px;
        margin-top: 54px;
        z-index: 10;
        background-color: #fff;
        left: 0px;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11), 0px 7px 13px 0px rgba(0, 0, 0, 0.12);
        z-index: 12;
        max-height: 200px;
        overflow: auto;
    }

    .course-form__selector-list input {
        display: none;
    }

    .course-form__selector-list label {
        color: #1b2850;
        font-weight: 300;
    }

    .course-form__selector-list-item {
        padding: 10px 20px;
        cursor: pointer;
        display: block;
        background-color: #fff;
        transition: .3s ease-in-out;
    }

    .course-form__selector-list-item:hover {
        color: #fff;
        background-color: #1b2850;
    }

    .course-form__selector-list-item.active {
        color: #576eaf;
        }*/

/*selectors end*/










.lk-actions {
    padding-bottom: 5px;
}

.lk-actions__back {
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.lk-actions__back:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 10px;
    background-image: url(/local/templates/domamo_v001/css/../images/svg/backto.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 15px;
}

.lk-actions__back:hover:before {
    background-image: url(/local/templates/domamo_v001/css/../images/svg/backto_h.svg);
}

.lk-actions {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.lk-show {
    display: inline-block;
    color: #929292;
    padding-left: 27px;
    position: relative;
}


.lk-actions .lk-show {
    color: #929292;
}


.lk-show:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background-image: url('/local/templates/domamo_v001/css/../images/svg/comment.svg');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.lk-actions .lk-show:before {
    background-image: url('/local/templates/domamo_v001/css/../images/svg/comment.svg');
}

.lk-actions .lk-show:after {
    border-bottom: 1px dotted #929292;
}
.lk-show.all-projects-comments-open
{
    color: #0092cf;
}
.lk-show.all-projects-comments-open:before {
    background-image: url(/local/templates/domamo_v001/css/../images/svg/comment_color.svg);
}

.lk-actions__founded {
    display:block;
    font-size: 15px;
    padding: 10px 0px 10px 10px;
    color: #929292;
    position: relative;
    margin-right: auto;
}

.lk-actions__filter {
    display: inline-block;
    font-size: 15px;
    padding: 10px 0px 10px 10px;
    color: #929292;
    position: relative;
}
.lk-actions__filter>span
{
    display: inline-block;
    vertical-align: middle;
}

.lk-actions__filter .lk-actions__select {
    display: inline-block;
    height: 22px;
    /*
			position: absolute;
			top: 10px;
			right: 0; */
    vertical-align: middle;
    cursor: pointer;
}

.lk-actions__filter .jq-selectbox__select {
    padding: 0 6px;

}

.lk-actions__filter .jq-selectbox__select-text {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #000;
}

.lk-actions__filter .jq-selectbox__select-text:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #000;
}

.lk-actions__filter .jq-selectbox__trigger {
    display: none;
}

.lk-actions__filter .jq-selectbox__dropdown {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #000;
    top: -7px !important;
    right: -5px !important;
}

.lk-actions__filter .jq-selectbox__dropdown ul {
    padding: 0 7px 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
}

.lk-actions__filter .jq-selectbox__dropdown li {
    padding: 2px 0;
    text-align: center;
}

.lk-actions__filter .jq-selectbox__dropdown li.sel:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #000;
}



.lk-status {
    min-width: 120px;
    position: relative;
}
.lk-main--detail .lk-status
{
    width: 120px;
}

.lk-status .jq-selectbox__dropdown {
    text-align: left;
}

.lk-status .jq-selectbox {
    width: 100%;
    padding: 4px 10px;
    max-width: 130px;

    background-color: #ff4121;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;

}

.lk-status .jq-selectbox.opened
{
    box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.2);
}
.jq-selectbox select, .jq-select-multiple select
{
    display: none;
}

.lk-status .jq-selectbox__select-text:before {

    content: '';
    position: absolute;
    right: 0px;
    top: 8px;
    border: 4px solid transparent;
    border-top: 5px solid #fff;
    z-index: 10;
    transform-origin: 4px 2px;
}
.lk-status .jq-selectbox.opened .jq-selectbox__select-text:before
{
    transform: rotate(180deg);
}



.lk-status.color-orange .jq-selectbox,
.lk-status.color-orange .jq-selectbox__dropdown {
    background-color: #ff953d;
}

.lk-status.color-green .jq-selectbox,
.lk-status.color-green .jq-selectbox__dropdown {
    background-color: #47c74a;
}

.lk-status.color-red .jq-selectbox,
.lk-status.color-red .jq-selectbox__dropdown {
    background-color: #ff4121;
}

.lk-status.color-gray .jq-selectbox,
.lk-status.color-gray .jq-selectbox__dropdown {
    background-color: #f4f4f4;


}
.lk-status.color-gray .jq-selectbox
{
    border: 1px solid #b1b1b1;
}
.lk-status.color-gray .jq-selectbox .jq-selectbox__select-text
{
    color: #b1b1b1;
}
.lk-status .jq-selectbox__select-text {
    text-align: left;
    width: 100% !important;
}
.lk-status.color-gray .jq-selectbox__select-text:before
{
    border-top: 5px solid #b1b1b1;
}
.lk-status .jq-selectbox__dropdown {
    width: 100%!important;
    background-color: #ff4121;
    border-radius: 0 0 4px 4px;
    top: 20px !important;
    left: 0px !important;
    overflow: hidden;
    box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    z-index: -1;

}


.lk-status .jq-selectbox__dropdown ul {
    padding: 0px;
    margin: 0;
}

.lk-status .jq-selectbox__dropdown li {
    padding: 4px 10px;
}

/* .lk-status .jq-selectbox__dropdown li:hover {
        	background-color: #e73a1e;
        }
        */
.lk-status .jq-selectbox__dropdown li.sel {
    background-color: #e73a1e;
}

/*   .lk-status.color-green .jq-selectbox__dropdown li:hover, */
.lk-status.color-green .jq-selectbox__dropdown li.sel {
    background-color: #40b442;
}

/*  .lk-status.color-orange .jq-selectbox__dropdown li:hover, */
.lk-status.color-orange .jq-selectbox__dropdown li.sel {
    background-color: #ed8a38;
}


/*  .lk-status.color-red .jq-selectbox__dropdown li:hover, */
.lk-status.color-red .jq-selectbox__dropdown li.sel {
    background-color: #e53b20;
}


/* .lk-status.color-gray .jq-selectbox__dropdown li:hover, */
.lk-status.color-gray .jq-selectbox__dropdown li.sel {
    background-color: #d3d3d3;
}
.lk-status .jq-selectbox__dropdown li.lk-status-1,
.lk-status .jq-selectbox__dropdown li.sel.lk-status-1
{
    background-color:#e4e3e3;
    background-color: #fff;
    color: #000;
}
.lk-status .jq-selectbox__dropdown li.lk-status-1:hover,
.lk-status .jq-selectbox__dropdown li.sel.lk-status-1:hover
{
    background-color: #47c74a;
    color: #fff;
}
.lk-status .jq-selectbox__dropdown li.lk-status-2,
.lk-status .jq-selectbox__dropdown li.sel.lk-status-2
{
    background-color:#e4e3e3;
    background-color: #fff;
    color: #000;
}
.lk-status .jq-selectbox__dropdown li.lk-status-2:hover,
.lk-status .jq-selectbox__dropdown li.sel.lk-status-2:hover
{
    background-color: #ff953d;
    color: #fff;
}
.lk-status .jq-selectbox__dropdown li.lk-status-3,
.lk-status .jq-selectbox__dropdown li.sel.lk-status-3
{
    background-color:#e4e3e3;
    background-color: #fff;
    color: #b1b1b1;
    color: #000;
}
.lk-status .jq-selectbox__dropdown li.lk-status-3:hover,
.lk-status .jq-selectbox__dropdown li.sel.lk-status-3:hover
{
    background-color: #e1dede;
    /* color: #fff; */
}
.lk-status .jq-selectbox__dropdown li.lk-status-4,
.lk-status .jq-selectbox__dropdown li.sel.lk-status-4
{
    background-color:#e4e3e3;
    background-color: #fff;
    color: #000;
}
.lk-status .jq-selectbox__dropdown li.lk-status-4:hover,
.lk-status .jq-selectbox__dropdown li.sel.lk-status-4:hover
{
    background-color: #ff4121;
    color: #fff;
}
@media(max-width: 1024px)
{

    .lk-status .jq-selectbox
    {
        width: 200px;

    }
    .lk-main--detail .lk-status .jq-selectbox
    {
        max-width: 100%;
    }
    .lk-status .jq-selectbox__select-text
    {
        padding-left: 10px;
    }
    .lk-status .jq-selectbox__dropdown li
    {
        padding-left: 10px;
    }

}






.lk-filter
{
    margin-bottom: 20px;
}
.lk-filter__wrap
{
    position: relative;
}
.lk-filter__type.jq-selectbox {
    padding: 10px 15px;
    width: 180px;
    color: #929292;
    font-size: 15px;
    border: 1px solid #dedede;
    border-radius: 0;
    cursor: pointer;
    margin-left: -1px;
    float: left;
    border-radius: 0 4px 4px 0;
}
.lk-filter__type .jq-selectbox__select-text:before {

    content: '';
    position: absolute;
    right: 0px;
    top: 8px;
    border: 4px solid transparent;
    border-top: 5px solid #929292;
    z-index: 10;
    transform-origin: 4px 2px;
}
.lk-filter__type.jq-selectbox.opened .jq-selectbox__select-text:before
{
    transform: rotate(180deg);
}
.lk-filter__search
{
    padding: 10px 0 10px 15px;
    min-width: 170px;
    color: #929292;
    font-size: 15px;
    border: 1px solid #dedede;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    float: left;
    position: relative;
    width: calc(100% - 305px);
    padding-right: 230px;

}
.lk-filter__search span
{
    position: absolute;
    left: 15px;
    top: 9px;
    z-index: 1;
    background: #fff;
}
.lk-filter__btn
{
    color: #fff;
    float: right;
    /*width: 100px;*/
    line-height: 36px;
    padding: 3px 16px;

    font-size: 13px;
    border-radius: 3px;
    text-transform: uppercase;
    background-color: #0092cf;
    border: none;
    outline: none;
    transition: .3s;
}
.lk-filter__btn:hover
{
    background-color: #007eb0;
    transition: .3s;
}
.search-block__search
{
    /* width: 50%; */
    width: 100%;
    height: 21px;
    border: none;
    position: relative;
    z-index: 2;
    background: transparent;
}
.lk-filter__daterange
{
    position: absolute;
    right:316px;
    top: 11px;
    color: #fff;
    float: left;
    cursor: pointer;
    width: 200px;
    color: #929292;
    font-size: 15px;

}
.lk-filter__daterange:before,
.lk-filter__daterange:after
{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 6px;
    top: -1px;
    content: '';
    background-image: url(/local/templates/domamo_v001/css/../images/svg/calendar.svg);
    background-repeat: no-repeat;
    background-position: right center;
    opacity: 1;
    transition: .2s;
    z-index: 1;
}
.lk-filter__daterange:after
{
    background-image: url(/local/templates/domamo_v001/css/../images/svg/calendar-blue.svg);
    opacity: 0;
}
.lk-filter__daterange input
{

    border: none;
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    z-index: 2;
    position: relative;
}
.lk-filter__daterange:hover:before
{
    opacity: 0;
}
.lk-filter__daterange:hover:after
{
    opacity: 1;
}

.lk-filter__type .jq-selectbox__select-text {
    width: 100% !important;
}

.lk-filter__type .jq-selectbox__dropdown {
    width: 100%;
    min-width: 180px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    top: -1px !important;
    left: -1px !important;
    overflow: hidden;
}

.lk-filter__reset
{
    float: left;
    width: 30px;
    height: 43px;
    border: 1px solid #0092CF;
    background-color: #0092CF;
    background-image: url(/local/templates/domamo_v001/css/../images/svg/close-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    margin-left: -1px;
    cursor: pointer;
    transition: .3s;
    border-radius: 0 4px 4px 0;
}
.lk-filter__reset:hover
{
    background-color: #007eb0;
}
.lk-filter__type .jq-selectbox__dropdown ul {
    padding: 0px;
    margin: 0;
}

.lk-filter__type .jq-selectbox__dropdown li {
    padding: 10px 15px;
}

.lk-filter__type .jq-selectbox__dropdown li:hover {
    background-color: #f5f5f5;
}

.lk-filter__type .jq-selectbox__dropdown li.sel {
    background-color: #f5f5f5;
}


@media (max-width: 1024px){
    .lk-actions {
        justify-content: space-between;

    }
    .lk-actions.lk-actions-link {

    }
}
@media (max-width: 767px)
{
    .lk-filter__search
    {
        width: 100%;
        border-radius: 4px;
        margin-bottom: 10px;
    }
    .lk-filter__type.jq-selectbox
    {
        border-radius: 4px;
        width: 170px;
    }
    .lk-filter__daterange
    {
        position: relative;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        margin-bottom: 10px;
        top: auto;
        right: auto;
        border: 1px solid #dedede;
        border-radius: 4px;
    }
    .lk-filter__daterange input
    {
        background-position: 97% center;
    }
    .lk-filter__daterange:before, .lk-filter__daterange:after
    {
        right: 12px;
        top: 10px;
    }
}




.lk-table {
    margin-bottom: 20px;
}

.lk-table__table {
    width: 100%;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    border-collapse: collapse;
    border-spacing: 0;
}

.lk-table__table tr {
    background-color: #f4f4f4;
    vertical-align: text-top;
    text-align: left;
    transition: background-color .5s;
}

.lk-table__table th {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #9d9d9d;
    border-bottom: 2px solid #fff;
    padding: 15px 10px;
    position: relative;
}
.lk-table__table th a{
    color: #9d9d9d;
}
.lk-table__table th:first-child,
.lk-table__table td:first-child
{
    padding-left: 20px;
}
.lk-table__table th.lk-table__head--date a:after,
.lk-table__table th.lk-table__head--region a:after,
.lk-table__table th.lk-table__head--sum a:after
{
    content: '';
    display: inline-block;
    vertical-align: middle;
    border: 3px solid transparent;
    border-top: 4px solid #929292;
    z-index: 10;
    transform-origin: 4px 2px;
    position: relative;
    top: 0px;
    right: -6px;
    transform-origin: 3px 2px;
}
.lk-table__table th.lk-table__head--date a:hover,
.lk-table__table th.lk-table__head--region a:hover,
.lk-table__table th.lk-table__head--sum a:hover
{
    color: #0092cf;
}
.lk-table__table th.lk-table__head--date a:hover:after,
.lk-table__table th.lk-table__head--region a:hover:after,
.lk-table__table th.lk-table__head--sum a:hover:after
{
    border-top: 4px solid #0092cf;
}

.lk-table__table th.sorting-up.lk-table__head--date a,
.lk-table__table th.sorting-up.lk-table__head--region a,
.lk-table__table th.sorting-up.lk-table__head--sum a,
.lk-table__table th.sorting-down.lk-table__head--date a,
.lk-table__table th.sorting-down.lk-table__head--region a,
.lk-table__table th.sorting-down.lk-table__head--sum a
{
    color: #0092cf;
}
.lk-table__table th.sorting-up.lk-table__head--date a:after,
.lk-table__table th.sorting-up.lk-table__head--region a:after,
.lk-table__table th.sorting-up.lk-table__head--sum a:after
{
    transform: rotate(180deg);
    border-top: 4px solid #0092cf;
}

.lk-table__table th.sorting-down.lk-table__head--date a:after,
.lk-table__table th.sorting-down.lk-table__head--region a:after,
.lk-table__table th.sorting-down.lk-table__head--sum a:after
{
    transform: rotate(0deg);
    border-top: 4px solid #0092cf;
}
.lk-table__table tr.lk-table__table-row:hover {
    background-color: #fdf5e8;
}

.lk-table__table tr.lk-table__table-row.lk-table__table-row--active:hover,
.lk-table__table tr.lk-table__table-row--comments .lk-table__row--comments {
    background-color: #fff;
}

.lk-table__table tr.lk-table__table-row--active,
.lk-table__table tr.lk-table__table-row--comments {
    background-color: #fff;
}

.lk-table__table td {
    padding: 30px 10px;
    font-size: 15px;
    border-bottom: 2px solid #fff;
}


.lk-table__row > div {
    padding-bottom: 5px;
}
.lk-table__item-variant
{
    white-space: nowrap;
}
.lk-table__item-variant sup,
.lk-info__item-variant sup

{
    font-size: 9px;
}

.lk-table__table .lk-comments__actions-bottom {
    padding-top: 10px;
}

.lk-table__row.lk-table__row--project
{
    max-width: 210px;
    /* overflow: hidden; */
    position: relative;
    transition: .5s;
    cursor: default;
}


.lk-info__item-projectname-alt
{
    position: fixed;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border-radius: 4px;
    height: 24px;

    width: auto;
    right: 4px;
    bottom: 4px;
    padding: 4px;

    font-size: 12px;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.2);
    z-index: -9999;

    display: inline-block;


    white-space: nowrap;


}
.lk-info__item-projectname-alt--show
{
    opacity: 1;
    visibility: visible;
    transition: opacity .3s;
    z-index: 9999;
}

/*         .lk-table__row.lk-table__row--project:before
{
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	position: absolute;
	width: 10%;



	transition: .5s;
	background: rgba(244,244,244,0);
	background: -moz-linear-gradient(left, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(244,244,244,0)), color-stop(100%, rgba(244,244,244,1)));
	background: -webkit-linear-gradient(left, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
	background: -o-linear-gradient(left, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
	background: -ms-linear-gradient(left, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
	background: linear-gradient(to right, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
}
.lk-table__table tr.lk-table__table-row:hover .lk-table__row--project:before
{
	background: rgba(253,245,232,0);
	background: -moz-linear-gradient(left, rgba(253,245,232,0) 0%, rgba(253,245,232,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(253,245,232,0)), color-stop(100%, rgba(253,245,232,1)));
	background: -webkit-linear-gradient(left, rgba(253,245,232,0) 0%, rgba(253,245,232,1) 100%);
	background: -o-linear-gradient(left, rgba(253,245,232,0) 0%, rgba(253,245,232,1) 100%);
	background: -ms-linear-gradient(left, rgba(253,245,232,0) 0%, rgba(253,245,232,1) 100%);
	background: linear-gradient(to right, rgba(253,245,232,0) 0%, rgba(253,245,232,1) 100%);
}
.lk-table__table tr.lk-table__table-row.lk-table__table-row--active .lk-table__row--project:before
{

	background: rgba(255,255,255);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);

	} */

.lk-table__row--comments .lk-comm {
    margin-bottom: 0;
}

.lk-table__row--project a {
    color: #02afef;
}

.lk-info__item-projectname
{
    white-space: nowrap;
}

.lk-table .lk-show {
    float: none;
    padding-top: 0;
    padding-bottom: 0;
    color: #929292;
}

.lk-table .lk-table__table-row--active .lk-show {
    color: #0092cf;
}

.lk-table .lk-table__table-row--active .lk-show:before {
    background-image: url('/local/templates/domamo_v001/css/../images/svg/comment_color.svg');
}

.lk-table .lk-show:after {
    border-bottom: 1px dotted #929292;
}

.lk-table .lk-table__table-row--active .lk-show:after {
    border-bottom: 1px dotted #0092cf;
}


.lk-table .lk-table__row--status .lk-show {
    opacity: 0;
}
.lk-table__row--status
{

}
.lk-table__row--project .lk-table__item-furnish,
.lk-table__row--project .lk-table__item-equipment {
    display: none;
}

.lk-table__row--number .lk-table__sum {
    font-size: 22px;
    font-weight: 600;
    display: none;
}
.lk-table__table tr.lk-table__table-row--comments
{
    display: none;
}
.lk-table__table tr.lk-table__table-row--comments.lk-table__table-row--active
{
    display: table-row;
}
.lk-comm__allwrap
{
    display: none;
    margin-top: 20px;
    padding-bottom: 20px;
}
.lk-comm__allwrap .lk-comm__wrap:not(:first-child)
{
    margin-top: 20px;
}
.display-none
{
    display: none!important;
}


@media (max-width: 1340px)
{
    .lk-table__table td,
    .lk-table__table th
    {
        padding: 20px 10px;
    }
    .lk-table__table th:first-child, .lk-table__table td:first-child
    {
        padding-left: 10px;
    }
}
@media (max-width: 1024px){

    .lk-panel--open .lk-panel__team-current,
    .lk-panel--fixed .lk-panel__team-current
    {
        padding-left: 26px;
        padding-top: 26px;
    }
    .lk-panel__item .lk-aside__count {

        top: 45px;
        left: 44px;
    }
    .lk-status .jq-selectbox
    {
        position: relative;
    }
    .lk-table__table .lk-table__table-head {
        display: none;
    }

    .lk-table__table-row {
        display: block;
        margin-bottom: 20px;
    }


    .lk-table__table tr {
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 6px;


    }

    .lk-table__table td {
        display: block;

        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
        padding-right: 0;
    }
    .lk-table__table td:not(.lk-table__row--status)
    {
        min-height: 47px;
    }

    .lk-table__table td:before {
        content: attr(data-label);
        float: left;
        display: block;
        padding: 0 8px;
        padding-left: 0;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        color: #9d9d9d;
        line-height: 24.4px;
    }

    .lk-table__table tr.lk-table__table-row:hover {
        background-color: #f4f4f4;
    }

    .lk-table__table td.lk-table__row:hover {
        /* 	background-color: #f4f4f4; */
    }

    .lk-table__table td:last-child {
        border-bottom: none;
    }

    .lk-table__item {
        /* padding-left: 100px; */
    }

    .lk-table__table td.lk-table__table-row--hide {display: none;}

    .lk-table__row--project .lk-table__item-furnish,
    .lk-table__row--project .lk-table__item-equipment {
        display: block;
    }

    .lk-table__row--number .lk-table__item-number:not(.not--bottom) {
        display: block;
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
    }

    .lk-table__row--number .lk-table__sum {
        display: block;
        padding-top: 15px;
    }

    .lk-table__table tr.lk-table__table-row--active,
    .lk-table__table tr.lk-table__table-row--comments {
        background-color: #f4f4f4;
        margin-bottom: 0;
    }

    .lk-table__table-row.lk-table__table-row--comments.lk-table__table-row--active
    {
        display: block !important;
        margin-bottom: 40px;
    }


    .lk-table__table tr.lk-table__table-row.lk-table__table-row--active:hover, .lk-table__table tr.lk-table__table-row--comments .lk-table__row--comments {
        background-color: #f4f4f4;
    }

    .lk-table__table td.lk-table__row--sum {
        display: none;
    }

    .lk-table__table td.lk-table__row--status {
        padding: 0px 0;
    }

    .lk-table__table td.lk-table__row--status > .lk-status {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
        border-radius: 0px 0px 4px 4px;
    }

    .lk-table .lk-table__table-row--active .lk-show,
    .lk-table .lk-table__row--status .lk-show {
        display: inline-block;
        color: #ffffff;
        opacity: 1;
    }

    .lk-table .lk-table__table-row--active .lk-show:before,
    .lk-table .lk-table__row--status .lk-show:before {
        background-image: url('/local/templates/domamo_v001/css/../images/svg/comment_white.svg');
    }

    .lk-table .lk-table__table-row--active .lk-show:after,
    .lk-table .lk-table__row--status .lk-show:after {
        border-bottom: 1px dotted #ffffff;
    }

    .lk-status.color-orange {
        background-color: #ff953d;
    }

    .lk-status.color-green {
        background-color: #47c74a;
    }

    .lk-status.color-red {
        background-color: #ff4121;
    }

    .lk-status.color-gray {
        background-color: #dfdfdf;
    }

    .lk-status {
        text-align: left;
    }

    .lk-table__table .lk-status .jq-selectbox {
        float: left;
        border: none;

    }

    .lk-table__table .lk-table__item-btn{
        float: right;
        display: inline-block;
        padding-top: 3px;
    }
    .lk-table__table td.lk-table__row--comments
    {
        display: none;
    }
    .lk-table__row.lk-table__row--project
    {
        max-width: none;

    }
    .lk-info__item-projectname
    {
        white-space: pre-wrap;
        display: block;
    }
    .lk-table__row.lk-table__row--project:before
    {
        display: none;
    }
    .lk-table__table th:first-child, .lk-table__table td:first-child
    {
        padding: 15px 5px;
    }

}
@media(max-width: 991px)
{
    .lk-panel__team-current:before,
    .lk-panel__team-current-title
    {
        display: none;
    }



}




.lk-request {
    padding-top: 48px;
    padding-bottom: 20px;
}

.lk-request__right {
    padding-left: 81px;
}

.lk-info__row {
    padding: 8px 30px;
    border-top: 1px solid #e0e0e0;
}

.lk-info__col {
    width: 50%;
    float: left;
}

.lk-info__col:first-child {
    padding-right: 10px;
}

.lk-info__head {
    color: #9d9d9d;
    max-width: 270px;
    min-width: 100px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 21.4px;
}

.lk-info__text {
    font-size: 15px;
    line-height: 21.4px;
}

.lk-info__col >div {
    padding: 5px 0;
    text-transform: none;
}

.lk-info__row--price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: baseline;
    display: none;
}

.lk-info__row--project .lk-info__item-furnish,
.lk-info__row--project .lk-info__item-equipment {
    display: none;
}

.lk-info__row--date .lk-info__item-date,
.lk-info__row--date .lk-info__item-time {
    display: inline-block;
}



.lk-card {
    max-width: 350px;
    margin-bottom: 30px;
}




.lk-comments__title {
    font-size: 24px;
    font-weight: 300;
    display: none;
}

.lk-comments__actions-top {
    margin-bottom: 20px;
}

.lk-comm {
    margin-bottom: 20px;
}

.lk-comm__info {
    color: #9d9d9d;
    padding-bottom: 10px;
}

.lk-comm__info span {
    display: inline-block;
    padding-right: 5px;
}

.lk-comm__actions {
    padding-top: 5px;
}

.lk-comm__actions {

}

.lk-comments__form:not(.change-comm) {
    display: none;
}
.lk-comments__form.add-comm,
.lk-comments__form.change-comm
{
    margin-bottom: 40px;
}
.lk-comments__textarea {
    width: 100%;
    height: 150px;
    resize: vertical;
    padding: 15px;
    border-color: #e0e0e0;
}

.lk-comments__form-actions {
    margin-top: 10px;
}

.lk-comments__form-actions button:last-child {
    padding-right: 0;
}

.lk-comments__actions-bottom {

}

.lk-comments__btn-wrap {
    display: inline-block;
    position: relative;
}

.lk-comments__btn-wrap .lk-show-comment {
    padding-right: 30px;
}

.lk-comments__actions-bottom button {
    padding-left: 0;
}

.lk-comments__actions-bottom span {

}

.lk-comments__btn-wrap span {
    position: absolute;
    top: 10px;
    right: 5px;
    color: #9d9d9d;
}

.lk-comments__wrap-all {
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}

@media(max-width: 991px)
{

    .lk-request {
        padding-top: 20px;
    }

    .lk-request__left {
        margin-bottom: 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .lk-info__row--status {
        order: 1;
    }

    .lk-info__row--status .lk-info__head {
        display: none;
    }

    .lk-info__row--status .lk-info__text {
        width: 100%;

    }
    .lk-info__row--status .lk-info__text .lk-info__item.lk-status
    {
        border-radius: 4px;
    }

    .lk-info__row {
        padding: 12px 0;
    }

    .lk-info__row:first-child {
        border-top: none;
    }

    .lk-info__row--date .lk-info__item-time {
        display: none;
    }

    .lk-info__row--price {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }

    .lk-info__row--price .lk-info__item-price {
        font-size: 22px;
        font-weight: 600;
        color: #000;
    }

    .lk-info__row--project .lk-info__item-furnish,
    .lk-info__row--project .lk-info__item-equipment {
        display: block;
    }

    .lk-info__row--author,
    .lk-info__row--sum {
        display: none;
    }

    .lk-info__row--comments .lk-info__head,
    .lk-info__row--comments .lk-info__text {
        width: 100%;
    }

    .lk-request__right {
        margin-top: 15px;
        padding-left: 0;
    }

    .lk-card {
        display: none;
    }

    .lk-comments__title {
        display: block;
    }

    .lk-comm__info span.lk-comm__author {
        display: block;
    }
}



.lk-pagination {
    padding: 20px 0;
}

.lk-pagination .b_bot_pagen_wrap{
    float: none;
}

.lk-pagination .b_bot_pagen {
    float: none;
}

/*
.lk-pagination
{

    margin: 80px 0 0;
    text-align: center;
}
.lk-pagination__item
{
    width: 34px;
    font-size: 24px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    text-align: center;
    border: 1px solid transparent;
}
.lk-pagination__item:after {
	width: 100%;
	height: 1px;
}
.lk-pagination__item--active
{
    color: #fff;
    border: 1px solid #00afef;
    background-color: #00afef;
}
.lk-pagination__item--next,
.lk-pagination__item--prev
{
    position: relative;
}

.lk-pagination__item--next svg,
.lk-pagination__item--prev svg
{
    position: absolute;
    width: 13px;
    height: 13px;
    top: 9px;
}
.lk-pagination__item--next svg
{
    left: 10px;
}
.lk-pagination__item--prev svg
{
    right: 10px;
}
.lk-pagination__item--next svg .cls-1,
.lk-pagination__item--prev svg .cls-1
{
    transition: .3s;
    fill: #c9c9c9;
}
.lk-pagination__item--next:before,
.lk-pagination__item--prev:before
{
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 23%;
    background-image: url(/local/templates/domamo_v001/css/../images/svg/arrow-next.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.lk-pagination__item--next:before {
	right: 0;
}
.lk-pagination__item--prev:before {
	transform: rotate(180deg);
	left: 0;
}
.lk-pagination__item:hover
{
    /*background-color: #eaeeff;
    color: #fff;
    border: 1px solid #00afef;
    background-color: #00afef;
    transition: .3s;
}
.lk-pagination__item:hover svg .cls-1
{
    fill: #3560ff;
}
.lk-pagination__item--next:hover,
.lk-pagination__item--prev:hover
{
    background-color: transparent;
    border-color: transparent;
}
.lk-pagination__item--next:hover svg .cls-1,
.lk-pagination__item--prev:hover svg .cls-1
{
    background-color: transparent;
    border-color: transparent;
}
@media (max-width: 991px) {
    .lk-pagination
    {
        padding: 10px 0;
        margin: 40px 0 0;
    }
    .lk-pagination__item
    {
        width: 24px;
        font-size: 17px;
        height: 24px;
        line-height: 24px;
    }
    .lk-pagination__item--next svg,
    .lk-pagination__item--prev svg
    {
        top: 5px;
    }
}
@media (max-width: 767px)
{
    .lk-pagination
    {
        padding: 10px 0;
        margin: 20px 0 0;
    }
    }*/















/*мои пректы*/
.lk-table__row--img img
{
    width: 100%;
    max-width: 122px;
}
.lk-table__row--img svg
{
    display: none;
}

.lk-projects-main-btns
{
    position: absolute;
    right: 15px;
    top: 44px;
}
.lk-projects-main-btn
{
    background-color: #0092CF;
    color: #fff;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    padding: 18px 20px 14px 68px;
    margin-left: 20px;
    position: relative;
    border: none;
    border-radius: 3px;


}
.lk-projects-main-btn--import
{
    padding: 16px 20px 16px 85px;
}
.lk-projects-main-btn--add:before
{
    content: "";
    background-image: url('/local/templates/domamo_v001/css/../images/svg/house.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 17px;
    top: 11px;
    width: 34px;
    height: 27px;
}
.lk-projects-main-btn--import:before
{
    content: "";
    background-image: url('/local/templates/domamo_v001/css/../images/svg/import.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 30px;
    top: 11px;
    width: 22px;
    height: 27px;
}

.lk-table__row--btns
{
    opacity: 0;
}
.lk-projects-main-btn:hover
{
    opacity: .8;
    transition: opacity .3s;
    color: #fff;
}
.lk-table__row-edit,
.lk-table__row-remove
{

    width: 100%;
    height: 17px;
    display: inline-block;
    padding-bottom: 0 !important;
    cursor: pointer;
    position: relative;
    transition: .3s;

}
.lk-table__row-edit
{
    margin-bottom: 18px;
}
.lk-table__row-edit:before,
.lk-table__row-edit:after
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/local/templates/domamo_v001/css/../images/svg/edit.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .2s;
}
.lk-table__row-edit:after
{
    background-image: url('/local/templates/domamo_v001/css/../images/svg/edit-hover.svg');
    opacity: 0;
}
.lk-table__row-edit:hover:before
{
    opacity: 0;
}
.lk-table__row-edit:hover:after
{
    opacity: 1;
}
.lk-table__row-remove:before,
.lk-table__row-remove:after
{
    background-image: url('/local/templates/domamo_v001/css/../images/svg/close-gray.svg');
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .2s;
}
.lk-table__row-remove:after
{
    opacity: 0;
    background-image: url('/local/templates/domamo_v001/css/../images/svg/close-red.svg');
}
.lk-table__row-remove:hover:after
{
    opacity: 1;
}
.lk-table__row-remove:hover:before
{
    opacity: 0;
}
.lk-table__row-turn
{
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 12px;
    background-color: #45C749;
    border-radius: 15px;
    margin-bottom: 10px;
    padding-bottom: 0 !important;
    position: relative;
    cursor: pointer;
    transition: .2s;
    margin-bottom: 18px;
}
.lk-table__row-turn--off
{
    background-color: #E93333;
}
.lk-table__row-turn:before
{
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    content: '';
    left: 2px;
    top: 2px;
    height: 8px;
    width: 8px;
    transition: .2s;
}
.lk-table__row-turn--off:before
{
    right: 2px;
    left: auto;
}
.lk-table__table--project
{
    margin-bottom: 60px;
}
.lk-table__table--project td
{
    vertical-align: middle;
    transition: .2s;
}

.lk-table__table--project tr:hover .lk-table__row--btns
{
    opacity: 1;
}
.lk-table__table-row--off img
{
    filter: url('#grayfilter');
}

.lk-table__table-row--off,
.lk-table__table-row--off a
{
    color: #8C8C8C;
}
.lk-table__table-row--off,
.lk-table__table-row--off:hover
{
    background-color: #FBFBFB !important;
}

.lk-table__table--project tr:nth-child(odd):not(:first-child)
{
    background-color: #fff;
}
.lk-table__table--project tr:nth-child(odd):not(:first-child):hover
{
    background-color: #fdf5e8;
}



.lk-table__head.lk-table__head--art-st a:after,
.lk-table__head.lk-table__head--material a:after,
.lk-table__head.lk-table__head--main-s a:after,
.lk-table__head.lk-table__head--priv-s a:after,
.lk-table__head.lk-table__head--cost a:after,
.lk-table__head.lk-table__head--views a:after,
.lk-table__head.lk-table__head--req a:after
{
    content: '';
    display: inline-block;
    vertical-align: middle;
    border: 3px solid transparent;
    border-top: 4px solid #929292;
    z-index: 10;
    transform-origin: 4px 2px;
    position: relative;
    top: 0px;
    right: -6px;
    transform-origin: 3px 2px;
}

.lk-table__head.lk-table__head--art-st a:hover,
.lk-table__head.lk-table__head--material a:hover,
.lk-table__head.lk-table__head--main-s a:hover,
.lk-table__head.lk-table__head--priv-s a:hover,
.lk-table__head.lk-table__head--cost a:hover,
.lk-table__head.lk-table__head--views a:hover,
.lk-table__head.lk-table__head--req a:hover
{
    color: #0092cf;
}
.lk-table__head.lk-table__head--art-st a:hover:after,
.lk-table__head.lk-table__head--material a:hover:after,
.lk-table__head.lk-table__head--main-s a:hover:after,
.lk-table__head.lk-table__head--priv-s a:hover:after,
.lk-table__head.lk-table__head--cost a:hover:after,
.lk-table__head.lk-table__head--views a:hover:after,
.lk-table__head.lk-table__head--req a:hover:after
{
    border-top: 4px solid #0092cf;
}

.lk-table__head.lk-table__head--art-st.sorting-up a,
.lk-table__head.lk-table__head--material.sorting-up a,
.lk-table__head.lk-table__head--main-s.sorting-up a,
.lk-table__head.lk-table__head--priv-s.sorting-up a,
.lk-table__head.lk-table__head--cost.sorting-up a,
.lk-table__head.lk-table__head--views.sorting-up a,
.lk-table__head.lk-table__head--req.sorting-up a,
.lk-table__head.lk-table__head--art-st.sorting-down a,
.lk-table__head.lk-table__head--material.sorting-down a,
.lk-table__head.lk-table__head--main-s.sorting-down a,
.lk-table__head.lk-table__head--priv-s.sorting-down a,
.lk-table__head.lk-table__head--cost.sorting-down a,
.lk-table__head.lk-table__head--views.sorting-down a,
.lk-table__head.lk-table__head--req.sorting-down a
{
    color: #0092cf;
}

.lk-table__head.lk-table__head--art-st.sorting-up a:after,
.lk-table__head.lk-table__head--material.sorting-up a:after,
.lk-table__head.lk-table__head--main-s.sorting-up a:after,
.lk-table__head.lk-table__head--priv-s.sorting-up a:after,
.lk-table__head.lk-table__head--cost.sorting-up a:after,
.lk-table__head.lk-table__head--views.sorting-up a:after,
.lk-table__head.lk-table__head--req.sorting-up a:after
{
    transform: rotate(180deg);
    border-top: 4px solid #0092cf;
}

.lk-table__head.lk-table__head--art-st.sorting-down a:after,
.lk-table__head.lk-table__head--material.sorting-down a:after,
.lk-table__head.lk-table__head--main-s.sorting-down a:after,
.lk-table__head.lk-table__head--priv-s.sorting-down a:after,
.lk-table__head.lk-table__head--cost.sorting-down a:after,
.lk-table__head.lk-table__head--views.sorting-down a:after,
.lk-table__head.lk-table__head--req.sorting-down a:after
{
    transform: rotate(0deg);
    border-top: 4px solid #0092cf;
}





.lk-table__num-list
{
    counter-reset: num-list;
}
.lk-table-num-list__item
{
    position: relative;
    padding-left: 23px;
    white-space: nowrap;
}
.lk-table-num-list__item:before
{
    counter-increment: num-list;
    content: counter(num-list);
    border: 1px solid #BCBCBC;
    color: #BCBCBC;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    width: 15px;
    height: 15px;
    font-size: 10px;
    text-align: center;
}




@media (max-width: 1950px)
{
    .lk-projects-main-btns
    {
        top: 44px;
    }
}
@media (max-width: 1199px)
{
    .lk-projects-main-btns {
        top: 25px;
    }
}
@media(max-width: 1024px)
{
    .lk-table__row--btns
    {
        opacity: 1;
        text-align: justify;
    }
    .lk-table__row-edit,
    .lk-table__row-remove,
    .lk-table__row-turn
    {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        width: 20px;
    }
    .lk-table__table--project .lk-table__row--btns
    {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
    }
    .lk-table__table td:before
    {
        display: none;
    }

    .lk-table__table--project tr:nth-child(odd):not(:first-child)
    {
        background-color: #f4f4f4;
    }
    .lk-table__table--project tr:nth-child(odd):not(:first-child):hover
    {
        background-color: #fdf5e8;
    }
}

@media(max-width: 991px)
{
    .lk-projects-main-btns
    {
        position: static;
        margin-top: 15px;

    }
    .lk-projects-main-btn
    {
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 15px;
    }

}



.lk-main .lk-module h1 {
    width: 100%;
    margin: 0;
}
.lk-module .lk-top-block {
    position: relative;
}
.lk-module .lk-project-property {
    position: absolute;
    width: 1px; overflow: hidden;
}















/*добавление проекта*/

.lk-add-proj-tabs,
.lk-add-module-seo-tabs
{
    text-align: center;
    border-bottom:   1px solid #e1e1e1;

}
.lk-add-proj-tab,
.lk-add-module-seo-tab
{
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.lk-add-proj-section__title
{
    color: #1b1e25;
    font-size: 29px;
    font-weight: 300;
    line-height: 35px;
}
.lk-add-proj-tab,
.lk-add-module-seo-tab
{
    margin: 0px 10px;
    padding: 10px 0;
    transition: .2s;
}

.lk-add-proj-tab:hover,
.lk-add-module-seo-tab:hover
{
    color: #0092cf;
}
.lk-add-proj-tab,
.lk-add-module-seo-tab
{
    cursor: pointer;
}
.lk-add-proj-section,
.lk-add-module-seo-section
{
    display: none;
}
.lk-add-proj-section--active,
.lk-add-module-seo-section--active
{
    display: block;
}

.lk-add-proj-section,
.lk-add-module-seo-section
{
    counter-reset: titles;
}

.lk-add-proj-section__title
{
    padding-left: 50px;
    position: relative;
}
.lk-add-proj-section__title:before
{
    counter-increment: titles;
    content: counter(titles);
    color: #fff;
    background-color: #35c0af;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.lk-add-proj-section__cell-title
{
    color: #8c8c8c;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
}
.lk-add-company input,
.lk-add-proj-section__input,
.lk-add-proj-section__select,
.lk-add-proj-section__select--template
{
    width: 346px;
    border-radius: 2px;
    border: solid 1px #bcbcbc;
    background-color: #fff;
}
.lk-add-company input,
.lk-add-proj-section__input
{
    padding: 9px 15px;
}
.lk-builder-options .lk-add-proj-section__select {
    width: 100%;
}


.lk-add-proj-section__part,
.lk-add-module-seo-section__part
{
    margin-top: 56px;
}
.lk-has-aside .lk-add-proj-section__part
{
    margin-top: 0;
}
.lk-add-proj-section__col
{
    float: left;
    width: 430px;
}
.lk-add-proj-section__col--168
{
    width: 100%;
}
.lk-add-proj-section__wrap--2col  .lk-add-proj-section__col
{
    padding-right: 80px;
}
.lk-add-proj-section__title
{
    margin-bottom: 34px;
}
.lk-add-proj-section__cell
{
    margin-bottom: 27px;
}
.lk-add-proj-section__cell--tempalte
{
    display: none;
}
.lk-add-proj-section__cell label:not(.image-label)
{
    display: block;
    margin-bottom: 9px;
    cursor: pointer;
}
.lk-checkbox-custom
{
    border: 1px solid #B7B7B7;
    width: 17px;
    height: 17px;
    display: inline-block!important;
    vertical-align: top;
    position: relative;
    top: -1px;
    margin-right: 5px;
    border-radius: 2px;
}
.lk-checkbox-label
{
    display: inline-block!important;
    max-width: calc(100% - 30px);
    vertical-align: top;
}
.lk-checkbox-label.disabled
{
    color: #8c8c8c;
}
@media(max-width: 1240px)
{
    .lk-add-proj-tab:hover,
    .lk-add-module-seo-tab:hover
    {
        color: #fff
    }
    .lk-add-proj-tab--active:hover,
    .lk-add-module-seo-tab--active:hover
    {
        color: #2E93CE;
    }
}
@media(max-width: 991px)
{
    .lk-add-proj-section__col
    {
        width: 50%;
    }
    .lk-add-proj-section__col--168
    {
        width: 100%;
    }
}
@media(max-width: 767px)
{
    .lk-add-proj-section__cell
    {
        margin-bottom: 15px;
    }
    .lk-add-proj-section__col
    {
        width: 100%;
        padding-right: 0;
    }

}




.lk-checkbox,
.lk-radio {
    display: none;
}

.lk-checkbox:checked + .lk-checkbox-custom::before,
.lk-radio:checked + .lk-radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 2px;
    background-image: url(/local/templates/domamo_v001/css/../images/svg/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.lk-checkbox:checked + .lk-checkbox-custom,
.lk-radio:checked + .lk-radio-custom
{
    border: 1px solid transparent;
}
.lk-radio-custom,
.lk-radio:checked + .lk-radio-custom::before {
    border-radius: 50%;
}
.lk-checkbox-custom,
.lk-radio-custom,
.lk-label {
    display: inline-block;
    vertical-align: middle;
}


/*     .lk-add-proj-section__select,
.lk-add-proj-section__select--template */
.jq-selectbox__select
{
    cursor: pointer;
}

.lk-add-proj-section__select
{
    opacity: 0;
}
.jq-selectbox.lk-add-proj-section__select
{
    opacity: 1;
}

.lk-add-proj-section__select .jq-selectbox__dropdown,
.lk-add-proj-section__select--template .jq-selectbox__dropdown
{
    width: 100% !important;
    top: 40px !important;
    left: 0px !important;
}
.lk-add-proj-section__select .jq-selectbox__dropdown ul,
.lk-add-proj-section__select--template .jq-selectbox__dropdown ul
{
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
    width: calc(100% + 2px);
    border: solid 1px #bcbcbc;
    border-top: none;
    margin-left: -1px;
    margin-right: -1px;
}
.lk-add-proj-section__select.jq-selectbox,
.lk-add-proj-section__select--template.jq-selectbox

{
    padding: 9px 15px;
}
.lk-add-proj-section__select .jq-selectbox__select-text:before,
.lk-add-proj-section__select--template .jq-selectbox__select-text:before
{
    content: '';
    position: absolute;
    right: 0px;
    top: 6px;
    z-index: 10;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    transform-origin: 5px 4px;
}

.lk-add-proj-section__select.jq-selectbox.opened .jq-selectbox__select-text:before,
.lk-add-proj-section__select--template.jq-selectbox.opened .jq-selectbox__select-text:before
{
    transform: rotate(-135deg);
    transform-origin: 5px 4px;
}

.lk-add-proj-section__select .jq-selectbox__dropdown li,
.lk-add-proj-section__select--template .jq-selectbox__dropdown li
{
    padding: 9px 15px;
}


.lk-add-proj-section__select .jq-selectbox__dropdown li:hover,
.lk-add-proj-section__select--template .jq-selectbox__dropdown li:hover
{
    background-color: #f5f5f5;
}

.lk-add-proj-section__cell--multiple
{
    max-width: 346px;
}
.lk-add-proj-section__select-multiple
{
    max-height: 200px;
    border: solid 1px #bcbcbc;
    opacity: 0;
}
.lk-add-proj-section__select-multiple.scroll-wrapper,
.lk-add-proj-section__select-multiple.scroll-wrapper .lk-add-proj-section__select-multiple
{
    opacity: 1;
}
.lk-add-proj-section__select-multiple label:hover
{
    background-color: #F0F0F0;
}
.lk-add-proj-section__select-multiple label
{
    margin-bottom: 0;
    padding: 7px 10px;
}
.multiple-tag
{
    background-color: #00afef;
    padding: 3px 8px 3px 30px;
    position: relative;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 3px;
    margin-right: 3px;
}
.multiple-tag:before,
.multiple-tag:after
{
    content: '';
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 10px;
    top: 9px;
    transition: .2s;
}
.multiple-tag:after
{
    opacity: 0;
    background-image: url(/local/templates/domamo_v001/css/../images/svg/close-red.svg);
}
.multiple-tag:before
{
    opacity: 1;
    background-image: url(/local/templates/domamo_v001/css/../images/svg/close-white.svg);
}
.multiple-tag:hover:before
{
    opacity: 0;
}
.multiple-tag:hover:after
{
    opacity: 1;
}
.lk-add-proj-section__select-multiple-result-wrap
{
    margin-top: 5px;
    max-height: 200px;
}
.lk-add-proj-section__select-multiple-result
{
    padding-right: 10px;
}


.lk-add-proj__add-material
{
    color: #0092CF;
    padding-left: 22px;
    margin-top: -20px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.lk-add-proj__add-material:before
{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url('/local/templates/domamo_v001/css/../images/svg/plus.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .2s;
}
.lk-add-proj__add-material span
{
    border-bottom: 1px dashed #0092CF;
    padding-bottom: 3px;
}
.lk-add-proj__add-material:hover:before
{
    transform: rotate(90deg);
}
.lk-add-proj__add-material:hover span
{
    border-bottom: 1px dashed transparent;
}
.lk-add-proj__remove-room
{
    width: 17px;
    height: 17px;
    position: relative;
    font-size: 0;
    margin-top: 39px;
}
.lk-add-proj__remove-room:before,
.lk-add-proj__remove-room:after
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .2s;
}
.lk-add-proj__remove-room:before
{
    background-image: url(/local/templates/domamo_v001/css/../css/../images/svg/close-gray.svg);
}
.lk-add-proj__remove-room:after
{
    opacity: 0;
    background-image: url(/local/templates/domamo_v001/css/../css/../images/svg/close-red.svg);
}
.lk-add-proj__remove-room:hover:before
{
    opacity: 0;
}
.lk-add-proj__remove-room:hover:after
{
    opacity: 1;
}
.lk-add-proj-section__wrap
{
    padding-left: 50px;
}
.lk-projects-main-btn--submit:before,
.lk-projects-main-btn--submit:after
{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 21px;
    top: 12px;
    width: 34px;
    height: 27px;
    transition: opacity .2s;
}
.lk-projects-main-btn--submit:before
{
    background-image: url('/local/templates/domamo_v001/css/../images/svg/submit.svg');
}
.lk-projects-main-btn--submit:after
{
    background-image: url('/local/templates/domamo_v001/css/../images/svg/submit-blue.svg');
    opacity: 0;
}
.lk-projects-main-btn--submit
{
    padding: 18px 32px 18px 68px;
    margin-left: 0;
    float: none;
    display: inline-block;
    border: 1px solid #0092cf;
    transition: background-color .2s, color .2s;
}
.lk-projects-main-btn--submit:hover:before
{
    opacity: 0;
}
.lk-projects-main-btn--submit:hover:after
{
    opacity: 1;
}
.lk-projects-main-btn--submit:hover
{
    opacity: 1;
    background-color: #fff;
    color: #0092cf;
    transition: background-color .2s, color .2s;
}
.lk-projects-main-btn--reset
{
    background-color: transparent;
    color: #0092CF;
    text-transform: none;
    font-size: 16px;
    padding: 18px 32px 18px 32px;
    margin-left: 0;
    float: none;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #0092cf;
    font-size: 13px;
    text-transform: uppercase;
    transition: background-color .2s, color .2s;
}
.lk-projects-main-btn--reset:hover
{
    opacity: 1;
    background-color: #0092cf;
    color: #fff;
    transition: background-color .2s, color .2s;
}
.lk-projects-form-btns
{
    margin-top: 51px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    z-index: 30;
    background-color: #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.29);
    transition: opacity 0.3s ease;

}
.jq-selectbox.opened
{
    z-index: 40 !important
}
.lk-projects-form-btns--top
{
    position: relative;
    margin-top: 10px;
    box-shadow: none !important;
}
.lk-projects-form-btns--top.lk-projects-form-btns--fixed
{

    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 0;
    padding-top: 10px;

}
.lk-projects-form-btns button
{
    position: relative;
    z-index: 999
}
.lk-add-proj__add-room
{
    width: 200px;
    padding: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #0092CF;
    color: #fff;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 20px;
    /* margin-left: 10px; */
    border: none;
    border-radius: 2px;
    margin-top: 0;
    transition: .2s;
    margin-left: 50px;

}
.lk-add-proj__add-row
{
    display: inline-block;
    border-bottom: 1px dashed #0092CF;
    color: #0092CF;
}
.lk-add-proj__add-row:hover
{
    border-bottom: 1px dashed transparent;
}

.lk-add-proj-section__wrap--4col .lk-add-proj-section__col
{
    width: 25%;
    padding-right: 20px;
}
.lk-add-proj-section__wrap--4col .lk-add-proj-section__col .lk-add-proj-section__input,
.lk-add-proj-section__wrap--4col .lk-add-proj-section__col .lk-add-proj-section__select
{
    width: 100%;
}
.lk-container textarea
{
    resize: none;
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    max-width:   877px;
    height: 200px;
    padding: 10px 13px;
}

.select2-container
{
    font-family: 'Roboto', sans-serif;
}
.lk-project-turn
{
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 28px;
    background-color: #45C749;
    border-radius: 15px;
    padding-bottom: 0 !important;
    position: relative;
    cursor: pointer;
    transition: .2s;

}
.lk-project-turn--off
{
    background-color: #E93333;
}
.lk-project-turn:before {
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    content: '';
    left: 5px;
    top: 5px;
    height: 18px;
    width: 18px;
    transition: .2s;
}
.lk-project-turn--off:before {
    right: 5px;
    left: auto;
}
.lk-top-block
{
    margin-bottom: 20px;
}
.lk-top-block h1
{
    float: left;
}
.lk-project-property
{
    float: right;
}
.lk-project-property span
{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 19px;
    color: #A0A5AB;
    margin-right: 17px;
}
.lk-project-property .lk-project-turn
{
    display: inline-block;
    vertical-align: middle;
}
.lk-project-property .q
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    float: none;
    margin-top: 0;
}


@media (max-width: 1340px)
{
    .lk-add-proj-section__wrap
    {
        padding-left: 0;
    }
    .lk-has-aside .lk-add-proj-section__part
    {
        margin-top: 25px;
    }
    .lk-add-proj__add-room
    {
        margin-left: 0;
    }
}


@media(max-width:1024px)
{
    .lk-top-block h1,
    .lk-project-property
    {
        float: none;
    }
    .lk-add-proj-section__part,
    .lk-add-module-seo-section__part
    {
        margin-top: 30px;
    }
    .lk-table__table--project
    {
        margin-bottom: 30px;
    }
}
@media(max-width: 991px)
{
    .lk-add-proj-section__wrap--4col .lk-add-proj-section__col
    {
        width: 50%;
    }
    .lk-add-proj-section__wrap--2col .lk-add-proj-section__col
    {
        padding-right: 22px;
    }
    .lk-add-proj-section__wrap.lk-add-proj-section__wrap--floor
    {
        border: 1px solid #d8d8d8;
        margin-bottom: 25px;
        padding: 10px;
    }

    .lk-projects-form-btns,
    .lk-projects-form-btns--top.lk-projects-form-btns--fixed
    {
        position: static;
        box-shadow: none;
        margin-top: 30px;
        transform: none !important
    }
    .lk-projects-main-btn--submit,
    .lk-projects-main-btn--reset
    {
        /* float: left; */
        font-size: 11px;
    }
    .lk-add-proj__remove-room
    {
        width: 200px;
        padding: 20px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        background-color: #0092CF;
        color: #fff;
        display: block;
        font-size: 13px;
        text-transform: uppercase;
        padding: 12px 20px;
        border: none;
        border-radius: 2px;
        margin-top: 26px;
        transition: .2s;
        height: auto;
    }
    .lk-add-proj__remove-room:before,
    .lk-add-proj__remove-room:after
    {
        display: none;
    }


}
@media(max-width: 767px)
{
    .lk-add-proj__remove-room
    {
        margin-top: 0;
    }
    .lk-add-proj-tab,
    .lk-add-module-seo-tab
    {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .lk-add-proj-section__wrap--2col .lk-add-proj-section__col,
    .lk-add-proj-section__wrap--4col .lk-add-proj-section__col,
    .lk-add-proj-section__col
    {
        width: 100%;
        padding-right: 0;
    }
    .lk-add-company input,
    .lk-add-proj-section__input,
    .lk-add-proj-section__select,
    .lk-add-proj-section__select--template
    {
        width: 100%;
    }
    .lk-add-proj-section__cell--multiple
    {
        max-width: 100%;
    }
}

@media(max-width: 500px)
{
    .lk-add-proj-section__wrap
    {
        padding-left: 0;
    }
    .lk-add-company input,
    .lk-add-proj-section__input,
    .lk-add-proj-section__select,
    .lk-add-proj-section__select--template
    {
        /* width: 290px; */
    }
    .lk-add-proj-section__title:before
    {
        width: 25px;
        height: 25px;
        font-size: 12px;
        line-height: 25px;
        top: 6px;;
    }
    .lk-add-proj-section__title
    {
        padding-left: 42px;
    }
    .lk-add-proj-section__title
    {
        font-size: 25px;
        line-height: 35px;
    }
    .lk-projects-form-btns
    {
        padding-left: 0;
        padding-top: 20px;
        padding-right: 0;
    }
    .lk-projects-main-btn--submit,
    .lk-projects-main-btn--reset
    {
        width: 100%;
        margin-right: 0;
    }
    .lk-projects-main-btn--submit
    {

    }
    .lk-projects-main-btn--submit:before
    {
        left: calc(50% - 58px);
    }
    .lk-add-proj-section__title
    {
        margin-bottom: 25px;
    }
}



.bx-yandex-map
{
    max-width: 100%;
}

.lk-add-proj-section__cell div.bx-html-editor,
.lk-add-proj-section__cell div.bx-html-editor *
{
    z-index: initial;
}

.lk-add-proj-section__cell .bx-html-editor
{
    max-width: 346px;
    min-width: 0	!important;
}

@media(max-width: 767px)
{
    .lk-add-company .lk-add-proj-section__wrap
    {
        padding-left: 0;
    }
    .lk-projects-form-btns
    {
        padding-left: 0;
    }

    .lk-add-proj-section__cell .bx-html-editor
    {
        max-width: 100%;
    }
}

.lk-text-alert
{
    padding-top: 35px;
    text-align: center;
}
.btn_blue--alert
{
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;

}


.btns-stop
{
    box-shadow: none !important;
    padding-bottom: 25px;
}

.lk-info__item-link
{
    position: relative;
    z-index: 20;
}
.lk-info__item-preview
{
    position: absolute;
    right: 100%;
    bottom: 100%;
    width: 0;
    height: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.lk-info__item-preview .projects .item_block
{
    width: 100%;
    float: none;
    padding: 0;
}
.lk-info__item-preview .projects .item
{
    box-shadow: none;
    margin-bottom: 0;
}
.lk-info__item-preview .projects
{
    padding: 0;
}
.lk-info__item-preview .projects .item .bottom_block
{
    margin: 0;
}

.lk-info__item-link:hover .lk-info__item-preview
{
    width: 300px;
    height: auto;
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.2);
}
@media(max-width: 991px)
{
    .lk-info__item-preview
    {
        width: 250px;
        height: auto;
        position: static;
        margin-bottom: 20px;
    }
    .lk-info__item-preview  .projects .item .bottom_block .cost
    {
        font-size: 10px;
    }
    .lk-info__item-preview .projects .item .bottom_block .var
    {
        font-size: 9px;
    }
    .lk-info__item-preview  .projects .item .bottom_block .cost span.price,
    .lk-info__item-preview  .projects .item .bottom_block .var > span
    {
        font-size: 13px;
    }
}





.lk-add-proj-section__cell label.destroy {
    opacity: 0.5;
    pointer-events: none;
}
.lk-add-proj-section__cell.help, .lk-add-proj-section__cell.help-color {
    position: relative;
}
.lk-add-proj-section__cell.help .scroll-wrapper {
    opacity: 0.5;
    pointer-events: none;
}

.lk-add-proj-section__cell.help:after, .lk-add-proj-section__cell.help-color .lk-add-proj-help-ico {
    content: "!";
    width: 20px; height: 20px;
    background: #00aff0;
    border-radius: 50%;
    position: absolute;
    top: 0; right: 0;
    color: #fff;
    font-weight: 700;
    text-align: center; line-height: 20px;
    font-size: 14px;
    z-index: 2;
}
.lk-add-proj-section__cell.help .lk-add-proj-help, .lk-add-proj-section__cell.help-color .lk-add-proj-help {
    background: #fff;
    position: absolute; right: -10px; top: -10px;
    width: 250px;
    border-radius: 5px;
    box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.2);
    opacity: 0;
    transition: 0.3s;
    padding: 10px 15px;
    padding-right: 35px;
    z-index: 1;
}
.lk-add-proj-section__cell.help:hover  .lk-add-proj-help {
    opacity: 1;
}
.lk-add-proj-section__cell.help label {
    padding-right: 25px;
}
.lk-add-proj-section__cell.help .lk-add-proj-section__cell-title, .lk-add-proj-section__cell.help-color .lk-add-proj-section__cell-title {
    padding-right: 25px;
}
.lk-add-proj-section__cell.help .lk-add-proj-section__cell-title {
    opacity: 0.5;
}
.lk-add-proj-section__cell.help .lk-add-proj-section__input {
    opacity: 0.5;
    pointer-events: none;
}
.lk-add-proj-section__wrap h4 { margin-top: 0; }
.lk-add-proj-section__cell.help
{
    max-width: 346px
}



.lk-add-proj-section__cell.help-color .lk-add-proj-help {
    pointer-events: none;
    width: 180px;
}
.lk-add-proj-section__cell.help-color .lk-add-proj-help-ico:hover ~ .lk-add-proj-help {
    opacity: 1;
}
.lk-add-proj-help-color {
    width: 60px; height: 60px; border: 2px solid #000;
    position: relative;
    margin-top: 10px;
}
.lk-add-proj-help-color-error {
    position: absolute;
    width: 100%;
    top: 0; bottom: 0; margin: auto;
    height: 14px; line-height: 14px;
    font-size: 10px;
    text-align: center;
    color: red;
}
.lk-add-proj-help-color-bl {
    position: absolute;
    width: 100%; height: 100%;
    top: 0; bottom: 0; margin: auto;
}

#lk-add-proj-tariff
{
    padding-left: 50px;
}
.lk-add-proj-section--code
{
    padding-left: 50px;
}
#lk-add-proj-tariff .btn,
#lk-add-proj-tariff a.btn
{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 130%;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 32px;
    font-weight: normal;
    transition: .3s;
}
#lk-add-proj-tariff a.btn:hover
{
    text-decoration: none;
}
#lk-add-proj-tariff .btn--gray
{
    background-color: #557589;
}
#lk-add-proj-tariff .btn--gray:hover
{
    background-color: #3e5869
}
#lk-add-proj-tariff .btn--blue
{
    background-color: #49AEEB;
}
#lk-add-proj-tariff .btn--blue:hover
{
    background-color: #339bda
}
#lk-add-proj-tariff .btn--green
{
    background-color: #73B64B;
}
#lk-add-proj-tariff .btn--green:hover
{
    background-color: #53942c
}
@media(max-width: 1340px)
{
    #lk-add-proj-tariff
    {
        padding-left: 0;
    }
    .lk-add-proj-section--code
    {
        padding-left: 0;
    }
}




.lk-unloading__form
{
    margin-top: 60px;
    max-width: 727px;
}
.lk-unloading-form__links
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.lk-unloading-form__links a
{
    display: block;
    margin-right: 40px;
    padding-left: 32px;
    position: relative;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #557589;
    margin-bottom: 15px;
}
.lk-unloading-form__links a:before
{
    position: absolute;
    left: 0;
    top: -5px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
}
.lk-unloading-form__links a.lk-unloading-form-links__tel:before
{
    background-image: url(/local/templates/domamo_v001/css/../images/svg/phone-ico.svg);
}
.lk-unloading-form__links a.lk-unloading-form-links__wa:before
{
    background-image: url(/local/templates/domamo_v001/css/../images/svg/wa-ico.svg);
}
.lk-unloading-form__links a.lk-unloading-form-links__vi:before
{
    background-image: url(/local/templates/domamo_v001/css/../images/svg/vi-ico.svg);
}
.lk-unloading-form__links a.lk-unloading-form-links__tg:before
{
    background-image: url(/local/templates/domamo_v001/css/../images/svg/tg-ico.svg);
}
.lk-unloading-form__text
{
    color: #557589;
    margin-bottom: 20px;
}
.lk-unloading-form__title
{
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 29px;
    line-height: 34px;
}
.lk-unloading-form__wrap
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lk-unloading-form__cell
{
    width: 50%;
    padding-right: 35px;
    margin-bottom: 27px;
    position: relative;
}
.lk-unloading-form__cell--tel {
    order:2;
    -ms-order:2;
}
.lk-unloading-form__cell span
{
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 12px;
    line-height: 14px;
    color: #8C8C8C;
    display: none !important;
}
.lk-unloading-form-cell__wrap
{
    position: relative;
    background-color: #fff;
}
.lk-unloading-form__wrap textarea,
.lk-unloading-form__wrap input
{
    border-radius: 2px;
    border: solid 1px #bcbcbc;
    background-color: transparent;
    width: 100%;
    padding: 9px 15px;
    position: relative;
    z-index: 1;
}
.lk-unloading-form-cell__wrap.error textarea,
.lk-unloading-form-cell__wrap.error input {
    border-color: #c13030;
}
.lk-unloading-form__wrap textarea
{
    height: 84px;
    resize: none;
}
.lk-unloading-form-cell__title {
    color: #8c8c8c;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;

    transition: .3s
}
.lk-unloading-form-cell__title--show
{
    opacity: 1;
}


@media(max-width: 991px)
{
    .lk-unloading__form
    {
        margin-top: 40px;
    }
    .lk-unloading-form__title
    {
        font-size: 25px;
    }

}
@media(max-width: 767px)
{
    .lk-unloading__form
    {
        margin-top: 20px;
    }
    .lk-unloading-form__cell
    {
        width: 100%;
        padding-right: 0;
    }
    .lk-unloading-form__cell--tel {
        order:0;
        -ms-order:0;
    }
}
@media(max-width: 600px)
{
    .lk-unloading-form__links
    {
        display: block;
    }
}


.lk-unloading-form
{

    padding: 20px;
    width: 500px;
}

.lk-add-proj-form-popup  .lk-unloading-form__cell
{
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}
@media(max-width: 767px)
{
    .lk-unloading-form
    {
        width: 500px;
        padding: 15px;
    }
    .lk-add-proj-form-popup  .lk-unloading-form__title
    {
        font-size: 25px;
        line-height: 30px;
    }
}

@media(max-width: 600px)
{
    .lk-unloading-form
    {
        width: 400px;
        padding: 0;
    }
    .lk-add-proj-form-popup  .lk-unloading-form__title
    {
        font-size: 22px;
        line-height: 27px;
    }
    .lk-unloading-form-cell__title
    {
        font-size: 11px;
        margin-bottom: 0;
    }
    .lk-add-proj-form-popup .lk-unloading-form__cell
    {
        margin-bottom: 10px;
    }
}

@media(max-width: 500px)
{
    .lk-unloading-form
    {
        width: auto;
    }
}


.pre-code
{
    background: #EDF4F8;
    border: none;
    padding: 25px;
    font-size: 14px;
}
.copy-code-btn
{
    background-color: #0092CF;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    padding: 18px 20px 14px 68px;
    position: relative;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s;
}
.copy-code-btn:before {
    content: "";
    background-image: url(/local/components/bq/build.personal.options/templates/.default/./images/copy.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 21px;
    top: 12px;
    width: 34px;
    height: 27px;
}
.copy-code-btn:hover {
    color: #fff;
    opacity: .8;
}
.copy-code-btn--done,
.copy-code-btn--done:hover
{
    padding: 16px 20px;
    background-color: #edf4f8;
    color: #000;
    opacity: 1;
    cursor: default;
}

.copy-code-btn--done:before
{
    display: none;

}
.pre-code--done
{

}

#lk-add-proj-link .table-wrap {
    overflow: auto;
    max-width: 100%;
    user-select: none;
}

#lk-add-proj-link table {
    background: #EDF4F8;
}
#lk-add-proj-link table td:nth-child(1) {
    width: 150px;
    min-width: 150px;
}
#lk-add-proj-link table td:nth-child(2) {
    width: 200px;
    min-width: 200px;
}
#lk-add-proj-link table td:nth-child(3) {
    min-width: 250px;
}
#lk-add-proj-link table td {
    padding:  10px 20px;
}
#lk-add-proj-link table tr:last-child td {
    padding: 10px 20px 20px;
}
#lk-add-proj-link table th {
    text-align: left;
    background: #0092CF;
    color: #fff;
    padding: 20px;
}

.lk-title-small {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 20px;
}

.lk-main .lk-title-h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 38px;
    line-height: 48px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: .7em;
}
/* End */
/* /local/templates/domamo_v001/js/scrollbar-dyn/jquery.scrollbar.css?158382585522179 */
/* /local/templates/domamo_v001/js/fotorama/fotorama.css?158530873515885 */
/* /local/templates/domamo_v001/js/tooltip/tooltipster.css?15790096848695 */
/* /local/templates/domamo_v001/css/bootstrap.css?157900968420878 */
/* /local/templates/domamo_v001/js/fancybox/jquery.fancybox.css?16073487094201 */
/* /local/templates/domamo_v001/js/jquery.formstyler/jquery.formstyler.css?15790096842406 */
/* /local/templates/domamo_v001/styles.css?158081155632561 */
/* /local/templates/domamo_v001/template_styles.css?1614178525120999 */
/* /local/templates/domamo_v001/css/adapt.css?15978472563260 */
/* /local/templates/domamo_v001/css/art.css?161761399126298 */
/* /local/templates/domamo_v001/css/lk.css?161357239887870 */

/* End */


/* Start:/local/templates/domamo_v001/css/lk-custom.css?1757680521143284*/
@-webkit-keyframes highlightAnimation {
    0% {
        background-color: rgba(55, 124, 227, .1);
    }

    50% {
        background-color: rgba(55, 124, 227, .2);
    }

    to {
        background-color: transparent;
    }
}

@keyframes highlightAnimation {
    0% {
        background-color: rgba(55, 124, 227, .1);
    }

    50% {
        background-color: rgba(55, 124, 227, .2);
    }

    to {
        background-color: transparent;
    }
}

body .lk-wrapper .lk-main .b_wrapper {
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 120px;
}

.lk-main .lk-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.c-container>.title-biggest:not(:last-child) {
    margin-bottom: 40px;
}

.lk-main .c-container .title-biggest,
.title-biggest {
    font-size: 36px;
    line-height: 1.3;
}

.c-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.c-aside {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    flex-shrink: 0;
    order: 1;
    width: 420px;
    margin-top: 0;
    padding-left: 80px;
    -ms-flex-negative: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
}

.pr-sidebar {
    padding-top: 16px;
    padding-bottom: 20px;
}

.pr-sidebar__item {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.3;
    font-family: "IstokRegular";
}

.pr-sidebar__item:not(:last-child) {
    margin-bottom: 12px;
}

.pr-sidebar__item--home::before {
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 20px;
    background: #e9e9e9;
    content: "";
}

.c-aside-menu .lvl1-link a,
.pr-sidebar__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.pr-sidebar__item-ico {
    flex-shrink: 0;
    -ms-flex-negative: 0;
}

.pr-sidebar__item-ico:not(:last-child) {
    margin-right: 8px;
}

.pr-sidebar__item-title {
    padding-left: 0;
}

.c-content {
    width: calc(100% - 420px);
    margin-top: 0;
}

.c-section,
.c-section---mb-big {
    margin-bottom: 0;
}

.c-section:not(:last-child) {
    margin-bottom: 60px;
}

.c-section---mb-big:not(:last-child) {
    margin-bottom: 80px;
}

.pr-contractors__wr {
    margin: -8px;
}

.pr-contractors__wr:not(:last-child) {
    margin-bottom: 30px;
}

.pr-contractors__item {
    width: calc(33.333% - 16px);
    margin: 8px;
    padding: 16px;
    color: #333;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.c-add-item:hover span,
.pr-contractors__item:hover {
    color: #377ce3;
}

.pr-contractors-item__img {
    display: block;
    margin-bottom: 0;
}

.pr-contractors-item__img:not(:last-child) {
    margin-bottom: 14px;
}

.pr-contractors-item__img:before {
    padding-top: 43.243%;
}

.pr-contractors-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.pr-contractors-item__title {
    display: block;
    color: currentColor;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    font-family: "IstokRegular";
}

.pr-contractors__item:hover .pr-contractors-item__title {
    color: currentColor;
}

.pr-contractors-item__pro {
    display: block;
    top: 12px;
    right: 12px;
    width: 30px;
    height: auto;
}

.pr-contractors__action {
    margin-top: 0;
}

.c-btn {
    padding: 12px 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1875;
}

.c-section-row__item,
.c-section__head {
    margin-bottom: 0;
}

.c-section-row:not(:last-child),
.c-section__head:not(:last-child) {
    margin-bottom: 40px;
}

.c-section-row__item:not(:last-child) {
    margin-bottom: 24px;
}

.c-add-item {
    border: 2px dashed #b8cad5;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.c-add-item:hover {
    background: #d6e0ef;
}

.c-add-item:not(:last-child) {
    margin-bottom: 40px;
}

.c-add-item span {
    font-size: 20px;
    line-height: 1.3;
    font-family: "IstokRegular";
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.lk-main .c-container .title-bigger,
.title-bigger {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
}

.page-journal .b_diary {
    max-width: 1350px;
}

.b_diary {
    max-width: 1950px;
    padding: 16px 15px 120px;
}

.b_bread:not(:last-child) {
    margin-bottom: 32px;
}

.c-panel {
    padding: 16px;
}

.c-panel__inner:not(:last-child) {
    margin-bottom: 24px;
}

.c-panel__author {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.c-panel__ava {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #377ce3;
    color: #fff;
    font-size: 10px;
    line-height: 40px;
    text-align: center;
    -ms-flex-negative: 0;
}

.c-panel__ava::before {
    display: none;
}

.c-panel__ava:not(:last-child) {
    margin-right: 12px;
}

.c-panel__name {
    padding-left: 0;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.c-panel__author:hover .c-panel__name,
a.c-diary-row__top-left:hover .c-diary-row__top-name,
a.c-journal-row__top-left:hover .c-journal-row__top-name {
    color: #377ce3;
}

.c-panel__author:not(:last-child) {
    margin-bottom: 16px;
}

.c-panel__stat {
    display: table;
    position: relative;
    width: 100%;
    padding: 0;
}

.c-panel__stat:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.c-panel__stat:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 1px;
    background: #e0e0e0;
    content: "";
}

.c-panel__stat-item {
    display: table-row;
    margin-bottom: 0;
}

.c-panel__actions .c-btn:not(:last-child) {
    margin-bottom: 12px;
}

.c-panel__stat-wr {
    display: table-row;
    margin-right: 0;
    line-height: 1;
}

.c-panel__stat-item:not(:last-child) .c-panel__stat-num,
.c-panel__stat-item:not(:last-child) .c-panel__stat-title {
    padding-bottom: 12px;
}

.c-panel__stat-ico {
    width: 18px;
    height: 18px;
    margin-right: 0;
}

.c-panel__stat-ico:not(:last-child) {
    margin-right: 6px;
}

.c-panel__stat-num,
.c-panel__stat-title {
    display: table-cell;
    color: #5e646b;
    font-size: 14px;
    line-height: 18px;
}

.c-panel__stat-title {
    width: 100%;
    padding-left: 0;
}

.c-panel__stat-title:not(:first-child) {
    padding-left: 10px;
}

.c-panel__actions,
.c-panel__actions .c-btn {
    margin-top: 0;
}

.c-diary-row {
    padding: 16px 18px;
    -webkit-box-shadow: 0 14px 30px rgba(151, 151, 151, .15);
    box-shadow: 0 14px 30px rgba(151, 151, 151, .15);
}

.c-diary-row__top:not(:last-child) {
    margin-bottom: 16px;
}

.c-diary-row__top-left {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

a.c-diary-row__top-left .c-diary-row__top-name {
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.c-diary-row__top-ava {
    flex-shrink: 0;
    width: 21px;
    height: 21px;
    background-color: #377ce3;
    color: #fff;
    font-size: 10px;
    line-height: 21px;
    text-align: center;
    -ms-flex-negative: 0;
}

.c-diary-row__top-ava:not(:last-child) {
    margin-right: 4px;
}

.c-diary-row__top-name {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.3;
}

.c-diary-row__top-place {
    padding-left: 17px;
    font-size: 16px;
    line-height: 1.3;
}

.c-diary-row__top-place:before {
    top: calc(50% - 1px);
    width: 13px;
    height: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNyIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDEzIDE3Ij4KICA8ZyBjbGlwLXBhdGg9InVybCgjYSkiPgogICAgPHBhdGggZmlsbD0iIzM3N0NFMyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNi41IDBDMi45MDYgMCAwIDIuOTU2IDAgNi42MTEgMCAxMS41NyA2LjUgMTcgNi41IDE3UzEzIDExLjU3IDEzIDYuNjExQzEzIDIuOTU2IDEwLjA5NCAwIDYuNSAwWm0wIDkuNDQ0YzEuNTM5IDAgMi43ODYtMS4yNjggMi43ODYtMi44MzMgMC0xLjU2NS0xLjI0Ny0yLjgzMy0yLjc4Ni0yLjgzM1MzLjcxNCA1LjA0NiAzLjcxNCA2LjYxYzAgMS41NjUgMS4yNDcgMi44MzMgMi43ODYgMi44MzNaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KICA8L2c+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImEiPgogICAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDEzdjE3SDB6Ii8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+Cg==);
}

.c-diary-row__in {
    padding: 0;
}

.c-diary-row__in:not(:last-child) {
    margin-bottom: 16px;
}

.c-diary-row__img {
    flex-shrink: 0;
    align-self: stretch;
    width: 54%;
    border-radius: 8px;
    -ms-flex-negative: 0;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
}

.c-diary-row__img:not(:last-child) {
    margin-right: 20px;
}

.c-diary-row__img:before,
.c-journal-row__img:before {
    padding-top: 56.196%;
}

.c-sticker {
    top: 27px;
}

.c-sticker__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 18px;
    padding: 0 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-diary-row__cont {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
}

.c-diary-row__cont:not(:first-child) {
    padding-top: 15px;
}

.c-diary-row__title {
    display: -webkit-box;
    overflow: hidden;
    font-size: 24px !important;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.c-diary-row__title:not(:last-child) {
    margin-bottom: 8px;
}

.c-diary-row__title:hover {
    color: #377ce3 !important;
}

.c-diary-row__text {
    display: -webkit-box;
    margin-top: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.c-diary-row__bottom {
    margin-top: 0;
}

.pr-diary-info__point-title>span:not(:last-child) {
    margin-right: 10px;
}

.c-card-stat__item {
    margin-right: 0;
}

.c-diary-stage .c-card-stat__item {
    margin-right: 0;
}

.c-card-stat__item:not(:first-child) {
    margin-left: 16px;
}

.c-diary-card .c-card-stat__item:not(:first-child),
.c-journal-card--diary .c-card-stat__item:not(:first-child),
.infrastructure-card .c-card-stat__item:not(:first-child) {
    margin-left: 10px;
}

.c-card-stat__item--like .c-card-stat__ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-like.svg?v=1);
}

.c-card-stat__item--comment .c-card-stat__ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-comment.svg?v=1);
}

.c-card-stat__item--eye .c-card-stat__ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-eye.svg?v=1);
}

.c-card-stat__item--eye {
    order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
}

.c-card-stat__item--share .c-card-stat__ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-share.svg?v=1);
}

.c-card-stat__item--subscribe .c-card-stat__ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-subscribe.svg?v=1);
}

.c-diary-list--hidden .c-card-stat__item--eye .c-card-stat__ico {
    opacity: 1;
}

.c-card-stat__ico {
    width: 16px;
    height: 16px;
    margin-right: 0;
}

.c-diary-card .c-card-stat__ico,
.c-journal-card--diary .c-card-stat__ico,
.infrastructure-card .c-card-stat__ico {
    width: 14px;
    height: 14px;
}

.c-card-stat__num {
    padding-left: 22px;
    color: #646d79;
    font-size: 13px;
    line-height: 16px;
}

.c-diary-card .c-card-stat__num,
.c-journal-card--diary .c-card-stat__num,
.infrastructure-card .c-card-stat__num {
    padding-left: 20px;
    font-size: 11px;
    line-height: 14px;
}

.c-card-stat__bookmark-num,
.c-card-stat__bookmark-text {
    font-size: 16px;
    line-height: 1.3;
}

.c-card-stat__bookmark-text,
.c-update {
    color: #377ce3;
}

.c-panel__stat-item--like .c-panel__stat-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-like.svg?v=1);
}

.c-panel__stat-item--comment .c-panel__stat-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-comment.svg?v=1);
}

.c-panel__stat-item--eye .c-panel__stat-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-eye.svg?v=1);
}

.c-panel__stat-item--share .c-panel__stat-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-share.svg?v=1);
}

.c-panel__stat-item--subscribe .c-panel__stat-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-subscribe.svg?v=1);
}

.c-update {
    text-transform: lowercase;
}

.c-aside-menu a .c-update {
    margin-left: auto;
}

.c-card-stat__bookmark-text:not(:last-child) {
    margin-right: 3px;
}

.c-card-stat__bookmark-num {
    padding-left: 0;
}

.c-diary-row--big {
    padding: 18px 18px 24px;
}

.c-diary-row--big .c-diary-row__top:not(:last-child) {
    margin-bottom: 10px;
}

.c-diary-row--big .c-diary-row__in:not(:last-child) {
    margin-bottom: 20px;
}

.c-diary-row--big .c-diary-row__img {
    width: calc(100% + 36px);
    margin-left: -18px;
}

.c-diary-row--big .c-diary-row__img:not(:last-child) {
    margin-top: 24px;
    margin-left: -18px;
}

.c-diary-row--big .c-diary-row__img:before {
    padding-top: 56.146%;
}

.c-diary-row--big .c-diary-row__cont {
    padding-top: 0;
}

.c-journal-row {
    padding: 16px 18px;
    -webkit-box-shadow: 0 14px 30px rgba(151, 151, 151, .15);
    box-shadow: 0 14px 30px rgba(151, 151, 151, .15);
}

.c-journal-row__top:not(:last-child) {
    margin-bottom: 16px;
}

.c-journal-row__top-left {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

a.c-journal-row__top-left .c-journal-row__top-name {
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.c-journal-row__top-ava {
    flex-shrink: 0;
    width: 21px;
    height: 21px;
    background-color: #377ce3;
    color: #fff;
    font-size: 10px;
    line-height: 21px;
    text-align: center;
    -ms-flex-negative: 0;
}

.c-journal-row__top-ava:not(:last-child) {
    margin-right: 4px;
}

.c-journal-row__top-name {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.3;
}

.c-journal-row__in {
    padding: 0;
}

.c-journal-row__in:not(:last-child) {
    margin-bottom: 16px;
}

.c-journal-row__img {
    flex-shrink: 0;
    width: 54%;
    border-radius: 8px;
    -ms-flex-negative: 0;
}

.c-journal-row__img:not(:last-child) {
    margin-right: 20px;
}

.c-journal-row__cont {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
}

.c-journal-row__cont:not(:first-child) {
    padding-top: 15px;
}

.c-journal-row__title {
    display: -webkit-box;
    overflow: hidden;
    font-size: 24px !important;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.c-journal-row__title:not(:last-child) {
    margin-bottom: 8px;
}

.c-journal-row__title:hover {
    color: #377ce3 !important;
}

.c-journal-row__text {
    display: -webkit-box;
    margin-top: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.c-journal-row__bottom {
    margin-top: 0;
}

.c-journal-row--big {
    padding: 18px 18px 24px;
}

.c-journal-row--big .c-journal-row__top:not(:last-child) {
    margin-bottom: 10px;
}

.c-journal-row--big .c-journal-row__in:not(:last-child) {
    margin-bottom: 20px;
}

.c-journal-row--big .c-journal-row__img {
    width: calc(100% + 36px);
    margin-left: -18px;
}

.c-journal-row--big .c-journal-row__img:not(:last-child) {
    margin-top: 24px;
    margin-left: -18px;
}

.c-journal-row--big .c-journal-row__img:before {
    padding-top: 56.146%;
}

.c-journal-row--big .c-journal-row__cont {
    padding-top: 0;
}

.c-card-tag {
    margin: -2.5px;
}

.c-card-tag__item {
    margin: 2.5px;
    padding: 4px 6px;
    font-size: 10px;
    line-height: 1.6;
    cursor: default;
}

.c-journal-row__cont .c-card-tag:not(:last-child) {
    margin-bottom: 5.5px;
}

.page-journal .page-title {
    width: 100%;
}

.c-section__text {
    font-size: 18px;
    line-height: 1.3;
    font-family: "IstokRegular";
}

.c-section__text:not(:last-child) {
    margin-bottom: 32px;
}

.c-section__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: -12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-section__btns>* {
    margin: 12px;
}

.c-section-card {
    margin: -20px -15px;
}

.c-section-card__item {
    width: calc(50% - 30px);
    margin: 20px 15px;
    padding-right: 0;
    padding-left: 0;
}

.c-section-card__item--banner,
.c-section-card__item--slider {
    width: calc(100% - 30px);
}

.c-journal-card {
    position: relative;
    padding: 14px 14px 60px;
    border-radius: 8px;
    -webkit-box-shadow: 0 14px 30px rgba(151, 151, 151, .15);
    box-shadow: 0 14px 30px rgba(151, 151, 151, .15);
}

.c-journal-card__img {
    display: block;
    margin-bottom: 0;
}

.c-journal-card__img:not(:last-child) {
    margin-bottom: 24px;
}

.c-journal-card__img:before {
    padding-top: 50.5%;
}

.c-journal-card__top {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0;
}

.c-journal-card__top:not(:last-child) {
    margin-bottom: 16px;
}

.c-journal-card__top-name {
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.c-journal-card__top-name:hover {
    color: #377ce3;
}

.c-journal-card__top-ava {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    background-color: #377ce3;
    color: #fff;
    font-size: 10px;
    line-height: 40px;
    text-align: center;
    -ms-flex-negative: 0;
}

.c-journal-card__top-ava:not(:last-child) {
    margin-right: 16px;
}

.c-journal-card__top-wr {
    width: 100%;
    padding-left: 0;
}

.c-journal-card__top-name {
    display: block;
    line-height: 1.142;
}

.c-journal-card__top-name:not(:last-child) {
    margin-bottom: 8px;
}

.c-journal-card__top-info {
    line-height: 1.142;
}

.c-journal-card__cont .c-card-tag:not(:last-child) {
    margin-bottom: 9.5px;
}

.c-journal-card__title {
    display: -webkit-box;
    margin-top: 0;
    overflow: hidden;
    font-size: 22px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.c-filter {
    margin-bottom: 0;
}

.c-filter:not(:last-child) {
    margin-bottom: 32px;
}

.c-filter__wr.lvl1 {
    margin: -12px;
}

.c-filter__wr.lvl1::-webkit-scrollbar {
    display: none;
}

.c-filter__wr.lvl1:not(:last-child) {
    margin-bottom: 12px;
}

.c-filter__item.lvl1 {
    margin: 12px;
    padding: 4px 6px;
    color: #000;
    letter-spacing: .03em;
}

.c-filter__item.lvl1[data-id] a {
    color: currentColor;
    pointer-events: none;
}

.c-filter__item.lvl1[data-id].active a {
    pointer-events: all;
}

.c-filter__item.lvl1.active:before {
    right: 6px;
}

.c-filter__wr.inner {
    padding: 18px 24px;
    border-radius: 4px;
}

.c-filter__in.lvl2 {
    margin: -6px;
}

.c-filter__in.lvl2:not(:last-child) {
    margin-bottom: 18px;
}

.c-filter__item.lvl2 {
    width: calc(33.33% - 12px);
    margin: 6px;
    padding-right: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.3;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.c-filter__item.lvl2.active,
.c-filter__item.lvl2:hover,
.c-filter__item.lvl3.active,
.c-filter__item.lvl3:hover,
.c-panel__add-stage-item a:hover,
a.c-diary-card__title:hover {
    color: #377ce3;
}

.c-filter__in.lvl3 {
    margin: -6px;
}

.c-filter__text {
    width: calc(100% - 12px);
    margin: 6px;
}

.c-filter__item.lvl3 {
    width: calc(33.33% - 12px);
    margin: 6px;
    padding-right: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.3;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.c-diary-list__wr {
    margin: -15px;
}

.c-diary-list__item {
    width: calc(33.33% - 30px);
    margin: 15px;
    padding: 0;
}

.c-diary-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 17px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 17px rgba(0, 0, 0, .15);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.c-diary-card__title,
a.c-diary-card__title {
    display: -webkit-box;
    min-height: 2.284em;
    margin: 12px 8px;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.142;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.c-diary-card__place {
    padding: 10px 8px;
    font-size: 14px;
    line-height: 1.142;
}

.c-diary-card__cont .c-card-stat {
    margin-top: auto;
    padding: 10px 8px;
}

.c-diary-card__cont .c-card-stat__bookmark-num,
.c-diary-card__cont .c-card-stat__bookmark-text {
    font-size: 12px;
}

.c-diary-card__cont .c-card-stat__inner {
    margin: -4px;
}

.c-diary-card__cont .c-card-stat__left,
.c-diary-card__cont .c-card-stat__right {
    margin: 4px;
}

.c-diary-card__place-title,
.infrastructure-card__place-title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-diary-card__place-title:before {
    margin-top: -1px;
}

.c-banner__item {
    padding: 45px 10px 10px 35px;
}

.c-banner__img {
    height: 160px;
}

.c-banner__title {
    margin-bottom: 0;
    font-family: "IstokRegular";
}

.c-banner__title:not(:last-child) {
    margin-bottom: 22px;
}

.c-banner__text {
    margin-top: 0;
    margin-bottom: 0;
}

.c-banner__left {
    width: calc(100% - 242px);
    padding-right: 66px;
}

.c-banner-small {
    margin-bottom: 0;
}

.c-aside .c-banner-small {
    display: block;
}

.c-banner-small:not(:last-child) {
    margin-bottom: 32px;
}

.c-banner-small__item {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: #DFF0FA;
    color: #5E646B !important;
    text-decoration: none !important;
}

.c-banner-small__bg {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}

.c-banner-small__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 420px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.c-banner-small__left {
    display: block;
}

.c-banner-small__left:not(:last-child) {
    margin-bottom: 12px;
}

.c-banner-small__title {
    display: block;
    margin-bottom: 0;
    color: #032F41;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.1;
    font-family: 'Roboto', 'IstokRegular', sans-serif;
}

.c-banner-small__title:not(:last-child) {
    margin-bottom: 12px;
}

.c-banner-small__text {
    display: block;
    margin-bottom: 0;
    color: #5E646B;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'IstokRegular', sans-serif;
}

.c-banner-small__img {
    width: 100%;
    height: auto;
    max-height: 127px;
    margin-left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom;
}

.c-banner-small__right {
    display: block;
    margin-top: auto;
}

.c-panel__title {
    font-family: "IstokRegular";
}

.c-panel__title:not(:last-child) {
    margin-bottom: 12px;
}

.c-panel__links {
    line-height: 1;
}

.c-panel__links:not(:last-child) {
    margin-bottom: 16px;
}

.c-panel__progress {
    margin-top: 0;
}

.c-panel__progress:not(:last-child) {
    margin-bottom: 40px;
}

.c-panel__progress-line {
    margin-bottom: 0;
}

.c-panel__progress-percent {
    width: var(--value);
}

.c-panel__progress-percent span {
    top: calc(100% + 5px);
    bottom: auto;
}

.c-panel__add-stage {
    margin-top: 0;
}

.c-panel__add-stage:not(:last-child) {
    margin-bottom: 24px;
}

.c-panel__add-stage .c-panel__subtitle:not(:last-child) {
    margin-bottom: 8px;
}

.c-panel__add-stage-item {
    line-height: 1;
}

.c-panel__add-stage-item:not(:last-child) {
    margin-bottom: 6px;
}

.c-panel__add-stage-item a {
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.c-panel__actions .c-edit-link {
    padding: 0;
}

.pr-diary-info,
.pr-diary-info__descr,
.pr-diary-info__point-title {
    margin-bottom: 0;
}

.pr-diary-info__descr:not(:last-child),
.pr-diary-info__point-title:not(:last-child) {
    margin-bottom: 32px;
}

.pr-diary-info__point-title .c-link {
    padding-left: 0;
}

.pr-diary-info__point-wr {
    margin: -12px;
}

.pr-diary-info__point-item {
    width: calc(33.33% - 24px);
    margin: 12px;
    padding-right: 0;
    padding-left: 0;
}

.pr-diary-info__point-item-top {
    margin-bottom: 0;
}

.pr-diary-info__point-item-top:not(:last-child) {
    margin-bottom: 8px;
}

.c-diary-stage {
    padding: 18px 35px 18px 18px;
}

.c-diary-stage__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 38.481%;
    -ms-flex-negative: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.c-diary-stage__in:not(:last-child) {
    margin-right: 30px;
}

.c-diary-stage__img {
    display: block;
    -ms-flex: auto;
    flex: auto;
    min-height: auto;
    -webkit-box-flex: 1;
}

.c-diary-stage__img:before {
    padding-bottom: 57.142%;
}

.c-diary-stage__label {
    padding: 12px;
    font-size: 14px;
    line-height: 1.3;
}

.c-diary-stage__cont {
    width: 100%;
    padding-left: 0;
}

.c-diary-stage__cont:not(:first-child) {
    padding-top: 18px;
}

.c-diary-stage__title:not(:last-child) {
    margin-bottom: 8px;
}

.c-diary-stage__text,
.c-diary-stage__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.c-diary-stage__title {
    font-size: 18px !important;
    line-height: 1.3 !important;
    -webkit-transition: color .2s ease-in-out !important;
    -o-transition: color .2s ease-in-out !important;
    transition: color .2s ease-in-out !important;
    -webkit-line-clamp: 2;
}

.c-diary-stage__title:hover {
    color: #377ce3 !important;
}

.c-diary-stage__text {
    margin-top: 0;
    line-height: 19px;
    -webkit-line-clamp: 3;
}

.c-diary-stage__text:not(:last-child) {
    margin-bottom: 8px;
}

.c-diary-stage__action {
    margin: 0;
    line-height: 1;
}

.c-diary-stage__action:not(:last-child) {
    margin-bottom: 12px;
}

.c-diary-stage .c-card-stat {
    margin-top: auto;
    padding-bottom: 0;
}

.pr-bookmarks-list {
    max-width: none;
}

.pr-bookmarks-list__item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.pr-bookmarks-list__item:not(:last-child) {
    margin-bottom: 24px;
}

.pr-bookmarks-list__left {
    width: 100%;
}

.pr-bookmarks-list__left:not(:last-child) {
    margin-right: 24px;
}

.pr-user {
    line-height: 1;
}

.pr-user__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.pr-user__item-ava {
    flex-shrink: 0;
    background-color: #377ce3;
    color: #fff;
    font-size: 10px;
    line-height: 40px;
    text-align: center;
    -ms-flex-negative: 0;
}

.pr-user__item-name {
    width: 100%;
    padding-left: 0;
    line-height: 1.3;
    font-family: "IstokRegular";
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.pr-user__item:hover .pr-user__item-name {
    color: #377ce3;
}

.pr-user__item-ava:not(:last-child) {
    margin-right: 12px;
}

.pr-bookmarks-list__right {
    flex-shrink: 0;
    justify-content: flex-end;
    width: auto;
    -ms-flex-negative: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.pr-bookmarks-list__action {
    margin-top: 0;
    padding-left: 0;
}

.pr-bookmarks-list__action .c-btn {
    padding: 12px 16px;
}

.c-anons-small {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 12px 8px;
}

.c-anons-small__item-in {
    flex-shrink: 0;
    -ms-flex-negative: 0;
}

.c-anons-small__item-in:not(:last-child) {
    margin-right: 8px;
}

.c-anons-small__item-img {
    width: 113px;
    height: 100%;
    min-height: auto;
}

.c-anons-small__item-img:before {
    padding-bottom: 61.061%;
}

.c-anons-small__item-info {
    width: 100%;
    padding-left: 0;
}

.c-anons-small__item-info:not(:first-child) {
    padding-top: 6px;
}

.c-anons-small__item-name {
    display: -webkit-box;
    margin-bottom: 0;
    overflow: hidden;
    font-family: "IstokRegular";
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.c-anons-small--journal .c-anons-small__item-name {
    -webkit-line-clamp: 2;
}

.c-anons-small__item-name:hover {
    text-decoration: underline;
}

.c-anons-small__item-name:not(:last-child) {
    margin-bottom: 4px;
}

.c-anons-small__item-title {
    display: -webkit-box;
    overflow: hidden;
    font-family: "IstokRegular";
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.c-anons-small--journal .c-anons-small__item-title {
    -webkit-line-clamp: 1;
}

.c-section__head-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-section__head-link .title-biggest:not(:last-child) {
    margin-right: 24px;
}

.c-section__head-link .c-link {
    flex-shrink: 0;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.3;
    -ms-flex-negative: 0;
}

.c-section__viewed-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    font-family: "IstokRegular";
}

.page-journal .page-title {
    margin-top: 0;
}

.page-journal .page-title:not(:last-child) {
    margin-bottom: 40px;
}

.c-panel__percent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-panel__percent:not(:last-child) {
    margin-bottom: 16px;
}

.c-panel__percent-left {
    position: relative;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    background: #d6e0ef;
    -ms-flex-negative: 0;
}

.c-panel__percent-left.is-red::after,
.c-panel__percent-left::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.c-panel__percent-left::before {
    background: conic-gradient(#377ce3 calc(var(--value)), #d6e0ef 0);
    content: "";
}

.c-panel__percent-left.is-red::after {
    background: #e77676;
    content: "!";
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 60px;
    font-family: "IstokRegular";
    text-align: center;
}

.c-panel__percent-left:not(:last-child) {
    margin-right: 16px;
}

.c-panel__percent-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-panel__percent-item:not(:last-child) {
    margin-bottom: 6px;
}

.c-panel__percent-title {
    flex-shrink: 0;
    color: #5e646b;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    font-family: "IstokRegular";
    -ms-flex-negative: 0;
}

.c-panel__percent-title:not(:last-child) {
    margin-right: 6px;
}

.c-panel__percent-text {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    font-family: "IstokRegular";
}

.c-panel__percent-text.is-red {
    color: #e93333;
}

.c-aside .c-anons-card {
    display: block;
}

.c-anons-card {
    margin-bottom: 0;
    padding: 18px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 35px rgba(0, 146, 207, .1);
    box-shadow: 0 4px 35px rgba(0, 146, 207, .1);
}

.c-anons-card:not(:last-child) {
    margin-bottom: 32px;
}

.c-anons-card__img {
    display: block;
    margin-bottom: 0;
    border-radius: 4px;
}

.c-anons-card__img:not(:last-child) {
    margin-bottom: 12px;
}

.c-anons-card__img:before {
    padding-top: 46.557%;
}

.c-anons-card__img .c-sticker {
    top: 17px;
}

.c-anons-card__cont:not(:last-child) {
    margin-bottom: 16px;
}

.c-anons-card__title {
    display: -webkit-box;
    overflow: hidden;
    font-size: 22px;
    line-height: 1.07;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.c-anons-card__title:not(:last-child) {
    margin-bottom: 8px;
}

.c-anons-card__text {
    display: -webkit-box;
    margin-top: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.c-anons-card__action,
.c-anons-card__bottom {
    margin-top: 0;
}

.c-anons-card__bottom:not(:last-child),
.c-aside-menu .lvl1:not(:last-child) {
    margin-bottom: 16px;
}

.c-aside-menu {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 4px;
}

.c-aside-menu-adap:not(:last-child),
.c-aside-menu:not(:last-child) {
    margin-bottom: 32px;
}

.c-aside-menu__wr {
    padding-bottom: 0;
}

.c-aside-menu .lvl1 {
    margin-top: 0;
}

.c-aside-menu .lvl1-link {
    border-radius: 4px;
}

.c-aside-menu .lvl1-link a {
    padding: 8px 16px;
    font-size: 20px;
    line-height: 1.3;
    -webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background .2s ease-in-out;
    transition: color .2s ease-in-out, background .2s ease-in-out;
}

.c-aside-menu .lvl1-link:hover a,
.c-aside-menu .opened .lvl1-link,
.c-aside-menu .opened .lvl1-link a {
    background: #f5f5f5;
    color: #377ce3;
}

.c-aside-menu ul.lvl2 {
    padding: 16px 16px 0;
    list-style: none;
}

.c-aside-menu .lvl2 {
    background: 0 0;
    font-size: 14px;
    line-height: 1.3;
}

.c-aside-menu .lvl2:not(:last-child) {
    margin-bottom: 16px;
}

.c-aside-menu .lvl2 a {
    padding: 0;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.c-aside-menu-adap {
    display: none;
}

.c-aside-menu-adap .c-filter:not(:last-child) {
    margin-bottom: 0;
}

.slider-three.white {
    padding-top: 24px;
    border-radius: 8px;
}

.slider-three__header {
    padding: 0 18px;
}

.slider-three__header:not(:last-child) {
    margin-bottom: 16px;
}

.slider-three__header .title-big {
    font-size: 24px;
    line-height: 1.458;
}

.slider-three__slider.slick-slider {
    padding: 0 6px;
    overflow: hidden;
}

.slider-three__slider.slick-slider .slick-list {
    overflow: visible;
}

.slider-three__item .c-journal-card {
    padding: 0 12px 52px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.c-diary-public__info .title-bigger:not(:last-child),
.slider-three__item .c-journal-card__img:not(:last-child) {
    margin-bottom: 12px;
}

.slider-three__item .c-journal-card__img:before {
    padding-top: 59.057%;
}

.slider-three__item .c-journal-card__title {
    -webkit-line-clamp: 4;
}

.page-diary .b_diary {
    max-width: 1350px;
}

.c-diary-public__img {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.c-diary-public__img::after {
    display: block;
    width: 100%;
    padding-bottom: 56.256%;
    content: "";
}

.c-diary-public__img:not(:last-child),
.c-diary-public__info:not(:last-child) {
    margin-bottom: 32px;
}

.c-diary-public__img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-diary-public__info {
    margin-bottom: 0;
}

.c-diary-public__info .title-bigger {
    font-size: 30px;
    line-height: 1.3;
}

.c-diary-public__description {
    margin-top: 0;
}

.c-panel__point-item,
.c-panel__point-item-top {
    margin-bottom: 0;
}

.c-panel__point-item:not(:last-child) {
    margin-bottom: 12px;
}

.c-panel__point-item-top:not(:last-child) {
    margin-bottom: 6px;
}

.c-aside .c-post-other {
    display: block;
}

.c-post-other {
    margin-top: 0;
}

.c-panel:not(:last-child),
.c-post-other:not(:last-child) {
    margin-bottom: 32px;
}

.c-post-other__item,
.c-post-other__title {
    margin-bottom: 0;
}

.c-post-other__title:not(:last-child) {
    margin-bottom: 24px;
}

.c-post-other__item:not(:last-child) {
    margin-bottom: 16px;
}

.c-anons-small__item-img {
    display: block;
}

.c-profile-form {
    padding: 32px 16px 50px;
    border-radius: 4px;
    background: #f3faff;
}

.c-profile-form__wr {
    max-width: 495px;
    margin: 0 auto;
}

.c-profile-form__ava {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-profile-form__ava-left {
    position: relative;
    flex-shrink: 0;
    width: 123px;
    height: 123px;
    overflow: hidden;
    border-radius: 50%;
    -ms-flex-negative: 0;
}

.c-profile-form__ava-left:not(:last-child) {
    margin-right: 24px;
}

.c-profile-form__ava-img,
.c-profile-form__ava-short {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-profile-form__ava-img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-profile-form__ava-short {
    background: #377ce3;
    color: #fff;
    font-weight: 500;
    font-size: 48px;
    line-height: 123px;
    font-family: "IstokRegular";
    letter-spacing: .052em;
    text-align: center;
}

.c-profile-form__ava-name {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    font-family: "IstokRegular";
}

.c-profile-form__ava-name:not(:last-child) {
    margin-bottom: 6px;
}

.c-profile-form__ava-label {
    position: relative;
}

.c-profile-form__ava-input {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.c-profile-form__ava-input::-webkit-file-upload-button {
    cursor: pointer;
}

.c-profile-form__ava-text,
.c-profile-form__title {
    color: #377ce3;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    font-family: "IstokRegular";
}

.c-profile-form__title {
    color: #333;
    font-size: 24px;
}

.c-profile-form__ava-label:hover .c-profile-form__ava-text {
    text-decoration: underline;
}

.c-profile-form__title:not(:first-child) {
    margin-top: 32px;
}

.c-profile-form__text {
    color: #8b8b8b;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.79;
    font-family: "IstokRegular";
}

.c-profile-form__inner:not(:first-child),
.c-profile-form__text:not(:first-child) {
    margin-top: 24px;
}

.c-profile-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-profile-form__row:not(:first-child) {
    margin-top: 16px;
}

.c-profile-form__input,
.c-profile-form__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.214;
    font-family: "IstokRegular";
}

.c-profile-form__label {
    flex-shrink: 0;
    width: 186px;
    color: #8b8b8b;
    -ms-flex-negative: 0;
}

.c-profile-form__input {
    display: block;
    -webkit-appearance: none;
    width: 100%;
    height: 45px;
    padding: 15px 9px 13px;
    overflow: hidden;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    background: #fff;
    color: #333;
    font-style: normal;
}

.c-profile-form__input:focus {
    border-color: #8b8b8b;
}

.c-profile-form__input::-webkit-input-placeholder {
    color: #bdbdbd;
    opacity: 1;
}

.c-profile-form__input::-moz-placeholder {
    color: #bdbdbd;
    opacity: 1;
}

.c-profile-form__input:-ms-input-placeholder {
    color: #bdbdbd;
    opacity: 1;
}

.c-profile-form__input::-ms-input-placeholder {
    color: #bdbdbd;
    opacity: 1;
}

.c-profile-form__input::placeholder {
    color: #bdbdbd;
    opacity: 1;
}

.c-profile-form__input::-webkit-search-cancel-button,
.c-profile-form__input::-webkit-search-decoration,
.c-profile-form__input::-webkit-search-results-button,
.c-profile-form__input::-webkit-search-results-decoration {
    display: none;
}

.c-profile-form__input:-webkit-autofill,
.c-profile-form__input:-webkit-autofill:focus,
.c-profile-form__input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000rem #fff inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: currentColor;
}

.c-profile-form__submit:not(:first-child) {
    margin-top: 40px;
}

.c-input {
    display: block;
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    padding: 9.5px 11px;
    overflow: hidden;
    border: 1px solid rgba(0, 66, 105, .28);
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-family: "IstokRegular";
}

.c-input.is-error,
.c-select__toggler-input.is-error~.c-select__toggler-current {
    border-color: red;
}

.c-input::-webkit-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-input::-moz-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-input:-ms-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-input::-ms-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-input::placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-textarea,
.lk-container .c-textarea {
    display: block;
    -webkit-appearance: none;
    width: 100%;
    max-width: none;
    height: 79px;
    min-height: 79px;
    padding: 12px 11px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(0, 66, 105, .28);
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-family: "IstokRegular";
    resize: none;
}

.c-form-small__item input:-ms-input-placeholder,
.c-textarea:-ms-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-form-small__item input::-webkit-input-placeholder,
.c-textarea::-webkit-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-form-small__item input::-moz-placeholder,
.c-textarea::-moz-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-form-small__item input::-ms-input-placeholder,
.c-textarea::-ms-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-form-small__item input::-webkit-input-placeholder,
.c-textarea::-webkit-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-form-small__item input::-moz-placeholder,
.c-textarea::-moz-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-form-small__item input:-ms-input-placeholder,
.c-textarea:-ms-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-form-small__item input::-ms-input-placeholder,
.c-textarea::-ms-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-form-small__item input::-webkit-input-placeholder,
.c-textarea::-webkit-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-form-small__item input::-moz-placeholder,
.c-textarea::-moz-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-form-small__item input:-ms-input-placeholder,
.c-textarea:-ms-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-form-small__item input::-ms-input-placeholder,
.c-textarea::-ms-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-form-small__item input::placeholder,
.c-textarea::placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-select {
    position: relative;
}

.c-select__toggler {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    border: 0;
    background: 0 0;
    color: currentColor;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-select__toggler-input {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.c-select__menu,
.c-select__toggler-current {
    width: 100%;
    border: 1px solid rgba(0, 66, 105, .28);
    border-radius: 4px;
    background: #fff;
}

.c-select__toggler-current {
    display: block;
    height: 40px;
    padding: 9.5px 34px 9.5px 11px;
    overflow: hidden;
    color: #8b8b8b;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-family: "IstokRegular";
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-select.is-active.is-filled .c-select__toggler-current,
.c-select.is-filled .c-select__toggler-current {
    color: #333;
}

.c-select__toggler-current::after {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 11px;
    height: 6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI2IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTEgNiI+CiAgPHBhdGggZmlsbD0iIzhCOEI4QiIgZD0iTTEuNTcxIDAgNS41IDMuNzUgOS40MjkgMCAxMSAuNzUgNS41IDYgMCAuNzUgMS41NzEgMFoiLz4KPC9zdmc+Cg==);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.c-select.is-active .c-select__toggler-current::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.c-select__menu {
    z-index: 1;
    position: absolute;
    top: calc(100% + 9.5px);
    left: 0;
    max-height: 162px;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
}

.c-select.is-active .c-select__menu {
    opacity: 1;
    pointer-events: all;
}

.c-select__option {
    display: block;
    width: 100%;
    padding: 9.5px 11px;
    background: #fff;
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-family: "IstokRegular";
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-select__option:hover {
    color: #0092cf;
}

.c-select__option.is-active {
    color: #377ce3;
}

.c-money__input-wr {
    position: relative;
}

.c-money__input-wr:not(:first-child) {
    margin-top: 12px;
}

.c-money__input-wr::after {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "₽";
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.38;
    font-family: "IstokRegular";
}

.c-money__input {
    padding-right: 33px;
}

.c-date {
    position: relative;
}

.c-checkbox__label::before,
.c-date::after {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.c-date::after {
    top: 50%;
    right: 11px;
    width: 22px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIyIDIwIj4KICA8cGF0aCBmaWxsPSIjMDAyMDMzIiBmaWxsLW9wYWNpdHk9Ii4zNSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNiAuMjVhMSAxIDAgMCAwLTEgMXYxLjVIMmEyIDIgMCAwIDAtMiAydjEzYTIgMiAwIDAgMCAyIDJoMThhMiAyIDAgMCAwIDItMnYtMTNhMiAyIDAgMCAwLTItMmgtM3YtMS41YTEgMSAwIDAgMC0xLTFoLTFhMSAxIDAgMCAwLTEgMXYxLjVIOHYtMS41YTEgMSAwIDAgMC0xLTFINlpNMy4xNDMgOC44NGgxNS43MTR2Ny44MkgzLjE0M1Y4Ljg0WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=);
    background-position: 50 50%;
    pointer-events: none;
}

.c-date__input {
    padding-right: 45px;
    cursor: pointer;
}

.air-datepicker {
    width: 292px;
    border: 0;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 32, 51, .04), 0 8px 24px rgba(0, 32, 51, .12) !important;
    box-shadow: 0 4px 4px rgba(0, 32, 51, .04), 0 8px 24px rgba(0, 32, 51, .12) !important;
    color: #002033;
    font-size: 14px;
    line-height: 1.5;
    font-family: "IstokRegular", sans-serif;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.air-datepicker--pointer {
    display: none;
}

.air-datepicker-nav {
    min-height: 21px;
    padding: 30px 20px;
    border-bottom: 0;
}

.air-datepicker-nav--title {
    padding: 0 8px;
    border-radius: 4px;
    font-weight: 700;
}

.air-datepicker-nav--title:hover {
    background: 0 0;
    color: inherit !important;
}

.air-datepicker-nav--title i {
    margin-left: .3em;
    color: inherit;
}

.air-datepicker-nav--action {
    width: 17px;
    border-radius: 0;
}

.air-datepicker-nav--action:hover {
    background: 0 0;
}

.air-datepicker-nav--action svg {
    width: 17px;
    height: 8px;
}

.air-datepicker-nav--action path {
    fill: #000;
    stroke: none;
    stroke-width: 0;
}

.air-datepicker--content {
    padding: 0 20px 20px;
}

.air-datepicker-body--day-names {
    margin: 0 0 8px;
}

.air-datepicker-body--day-name {
    color: rgba(0, 32, 51, .3);
    font-size: 10px;
    line-height: 1.3;
}

.air-datepicker-cell {
    height: 36px;
    border-radius: 4px;
}

.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
    color: rgba(0, 32, 51, .26);
}

.air-datepicker-cell.-current- {
    color: #0092cf;
}

.air-datepicker-cell.-focus- {
    background: #0092cf !important;
    color: #fff !important;
}

.air-datepicker-cell.-selected- {
    background: #377ce3 !important;
    color: #fff !important;
}

.c-checkbox {
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-checkbox__input {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.c-checkbox__label {
    display: block !important;
    position: relative;
    padding-left: 22px;
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.38;
    font-family: "IstokRegular";
    cursor: pointer;
    opacity: 1 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-checkbox__input:disabled~.c-checkbox__label {
    cursor: default;
}

.c-checkbox__label::before {
    top: 2.5px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #377ce3;
    border-radius: 2px;
    background-position: 0 0;
    background-color: #fff;
}

.c-checkbox__input:checked~.c-checkbox__label::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8ZyBjbGlwLXBhdGg9InVybCgjYSkiPgogICAgPHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMy4yODkgNi43MDUgMiA4LjI0bDUuMzEzIDQuNDUzIDcuNzYzLTkuMjRMOS43NjItMWwzLjc4MiAzLjE3TDcuMDcgOS44NzQgMy4yOSA2LjcwNVoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogIDwvZz4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iYSI+CiAgICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTZ2MTZIMHoiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgo8L3N2Zz4K);
    background-color: #377ce3;
}

.c-checkbox-select__checkbox:not(:first-child),
.c-checkbox-select__select:not(:first-child) {
    margin-top: 12px;
}

.c-checkbox-select.is-checked .c-select {
    pointer-events: none;
}

.c-checkbox-select.is-checked .c-select__toggler-current {
    background: rgba(0, 0, 0, .06);
}

.c-tooltip {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8Y2lyY2xlIGN4PSIxMCIgY3k9IjEwIiByPSIxMCIgZmlsbD0iI0UwRTBFMCIvPgogIDxwYXRoIGZpbGw9IiMzNzdDRTMiIGQ9Ik02LjgxMyA2LjQ3NWMtLjE1MS0uMDY5LS4xNTktLjI3OS0uMDIyLS42My4xMzItLjMyNy40Mi0uNjcuODY0LTEuMDI2LjQ1LS4zNjEgMS4xMDEtLjU0MiAxLjk1Ni0uNTQyIDEuMDUgMCAxLjgyMS4yNTIgMi4zMTQuNzU1LjQ5My40OTguNzQgMS4xNjQuNzQgMiAwIC42OTctLjQwOCAxLjQ5OC0xLjIyMyAyLjQwMi0uODEuODk4LTEuMjE2IDEuNjg0LTEuMjE2IDIuMzU4di4xNjhjMCAuMjItLjExLjMzLS4zMy4zM2gtLjYzYy0uMjIgMC0uMzI5LS4xMS0uMzI5LS4zM3YtLjI3YzAtLjgyNi4zOC0xLjY3MyAxLjE0My0yLjU0Mi43NjYtLjg3NCAxLjE1LTEuNTk0IDEuMTUtMi4xNiAwLS41OTYtLjE0LTEuMDE0LS40MTgtMS4yNTMtLjI3OC0uMjQtLjY2Mi0uMzU5LTEuMTUtLjM1OS0uNTM3IDAtLjk0Mi4wOTgtMS4yMTYuMjkzYTEuODQ1IDEuODQ1IDAgMCAwLS42MTUuNzk4Yy0uMTEyLjI2NC0uMjcuMzUtLjQ3Ni4yNTdsLS41NDItLjI1Wk05LjE2NCAxNWMtLjIyIDAtLjMzLS4xMS0uMzMtLjMzdi0uODkzYzAtLjIyLjExLS4zMy4zMy0uMzNoLjgyYy4yMiAwIC4zMy4xMS4zMy4zM3YuODkzYzAgLjIyLS4xMS4zMy0uMzMuMzNoLS44MloiLz4KPC9zdmc+Cg==);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.c-tooltip::before {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 8px;
    content: "";
}

.c-tooltip__text {
    z-index: 1;
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    width: 180px;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 32, 51, .04), 0 8px 24px rgba(0, 32, 51, .12);
    box-shadow: 0 4px 4px rgba(0, 32, 51, .04), 0 8px 24px rgba(0, 32, 51, .12);
    color: #002033;
    font-size: 12px;
    line-height: 1.3;
    font-family: "IstokRegular", sans-serif;
    opacity: 0;
    pointer-events: none;
    text-wrap: balance;
}

.c-tooltip:hover .c-tooltip__text {
    opacity: 1;
    pointer-events: all;
}

.c-checkbox-tooltip {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-checkbox-tooltip__tooltip {
    flex-shrink: 0;
    margin-left: 6px;
    -ms-flex-negative: 0;
}

.c-subtitle,
.c-title {
    color: #333;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    font-family: "IstokRegular";
}

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

.c-subtitle {
    font-size: 18px;
}

.c-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: -12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-file__left {
    position: relative;
    width: calc(50% - 24px);
    margin: 12px;
    overflow: hidden;
    border: 2px dashed rgba(0, 66, 105, .28);
    border-radius: 4px;
}

.c-file__zone {
    position: relative;
    padding: 99.5px 19.5px 19.5px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MyIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDcyIDczIj4KICA8cGF0aCBmaWxsPSIjMDAyMDMzIiBmaWxsLW9wYWNpdHk9Ii4zIiBkPSJNNjggNjEuMzg5VjExLjYxQzY4IDcuNyA2NC44IDQuNSA2MC44ODkgNC41SDExLjExQzcuMiA0LjUgNCA3LjcgNCAxMS42MTFWNjEuMzlDNCA2NS4zIDcuMiA2OC41IDExLjExMSA2OC41SDYwLjg5QzY0LjggNjguNSA2OCA2NS4zIDY4IDYxLjM4OVpNMjMuNTU2IDQxLjgzM2w4Ljg4OCAxMC43MDNMNDQuODkgMzYuNWwxNiAyMS4zMzNIMTEuMTFsMTIuNDQ1LTE2WiIvPgo8L3N2Zz4K);
    background-position: 50% 19.5px;
    background-size: 72px 72px;
    background-repeat: no-repeat;
    background-color: #fff;
    cursor: pointer;
}

.c-file__input,
.c-file__zone::after {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
}

.c-file__zone::after {
    z-index: 2;
    bottom: 0;
    height: 80%;
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, .5));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
    background: linear-gradient(transparent, rgba(0, 0, 0, .5));
    content: "";
}

.c-file.is-filled .c-file__zone::after {
    opacity: 1;
}

.c-file__input {
    z-index: 4;
    top: 0;
    height: 100%;
    cursor: pointer;
}

.c-file__label {
    display: block;
    z-index: 3;
    position: relative;
}

.c-file__label-title {
    display: block;
    color: #5e646b;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    font-family: "IstokRegular";
    text-align: center;
}

.c-file.is-filled .c-file__label-title {
    color: #fff;
}

.c-file__label-blue,
.c-notifications-item__text a {
    color: #377ce3;
}

.c-file.is-filled .c-file__label-blue {
    color: #fff;
    text-decoration: underline;
}

.c-file__label-text {
    display: block;
    color: rgba(51, 51, 51, .4);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    font-family: "IstokRegular";
    text-align: center;
}

.c-file.is-filled .c-file__label-text {
    color: #fff;
}

.c-file__label-text:not(:first-child) {
    margin-top: 4px;
}

.c-file__img-remove,
.c-file__img-wr {
    z-index: 1;
    position: absolute;
    background: #fff;
}

.c-file__img-wr {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

.c-file.is-filled .c-file__img-wr {
    opacity: 1;
    pointer-events: all;
}

.c-file__img-remove {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(0, 32, 51, .04), 0 8px 24px rgba(0, 32, 51, .12);
    box-shadow: 0 4px 4px rgba(0, 32, 51, .04), 0 8px 24px rgba(0, 32, 51, .12);
    cursor: pointer;
}

.c-file__img-remove::after,
.c-file__img-remove::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 2px;
    background: #377ce3;
    content: "";
}

.c-file__img-remove::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.c-file__img-remove::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.c-file__img,
.c-post-detail__img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-file__right {
    width: calc(50% - 24px);
    margin: 12px;
}

.c-file__text,
.c-file__title {
    font-style: normal;
    font-weight: 400;
    font-family: "IstokRegular";
}

.c-file__title {
    color: #1b1e25;
    font-size: 24px;
    line-height: 1.3;
}

.c-file__text {
    color: #8b8b8b;
    font-size: 12px;
    line-height: 1.33;
}

.c-file__text:not(:first-child) {
    margin-top: 8px;
}

.c-editor__textarea {
    width: 100%;
    border: 1px solid rgba(0, 66, 105, .28);
    border-radius: 4px;
}

.c-editor__textarea:not(:first-child) {
    margin-top: 16px;
}

.c-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px;
}

.c-form__row:not(:first-child) {
    margin-top: 12px;
}

.c-form__row-item {
    width: calc(50% - 24px);
    margin: 12px;
}

.c-form__checkbox:not(:first-child),
.c-form__column-item:not(:first-child),
.c-form__column:not(:first-child),
.c-form__input:not(:first-child),
.c-form__subtitle:not(:first-child),
.c-form__textarea:not(:first-child),
.c-form__title:not(:first-child) {
    margin-top: 24px;
}

.c-form__column {
    width: calc(50% - 12px);
}

.c-form__column--middle {
    width: 100%;
    max-width: 395px;
}

.c-form__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: -12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-form__btns:not(:first-child) {
    margin-top: 12px;
}

.c-form__btns-item {
    margin: 12px;
}

.c-toggler-tooltip {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.c-toggler {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-toggler__input {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.c-toggler__label {
    display: block !important;
    position: relative;
    padding-left: 46px;
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.38;
    font-family: "IstokRegular";
    opacity: 1 !important;
}

.c-toggler__label-text::before {
    content: "не ";
}

.c-toggler__input:checked~.c-toggler__label .c-toggler__label-text::before {
    display: none;
}

.c-toggler__label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 22px;
    border: 1px solid rgba(0, 66, 105, .28);
    border-radius: 14px;
    background-color: #fff;
    content: "";
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.c-toggler__input:checked~.c-toggler__label::before {
    background-color: #377ce3;
}

.c-toggler__label::after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(0, 66, 105, .28);
    content: "";
    -webkit-transition: background .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, background .3s ease;
    transition: background .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, background .3s ease;
    transition: transform .3s ease, background .3s ease, -webkit-transform .3s ease;
}

.c-toggler__input:checked~.c-toggler__label::after {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    background: #fff;
}

.c-toggler-tooltip__tooltip {
    flex-shrink: 0;
    margin-left: 6px;
    -ms-flex-negative: 0;
}

.c-form__checkbox-select:not(:first-child),
.c-form__checkbox-tooltip:not(:first-child),
.c-form__date:not(:first-child),
.c-form__editor:not(:first-child),
.c-form__file:not(:first-child),
.c-form__money:not(:first-child),
.c-form__select:not(:first-child),
.c-form__toggler:not(:first-child),
.c-form__tooltip:not(:first-child) {
    margin-top: 24px;
}

.c-form {
    display: block;
}

.c-notifications-list:not(:last-child) {
    margin-bottom: 40px;
}

.c-notifications-item:not(:last-child) {
    margin-bottom: 24px;
}

.c-notifications-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    padding: 10px 8px;
    border: 1px solid #d6e0ef;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.c-notifications-item.is-new {
    background: #d6e0ef;
}

.c-notifications-item__ava {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #377ce3;
    color: #fff;
    font-size: 10px;
    line-height: 36px;
    text-align: center;
    -ms-flex-negative: 0;
}

.c-notifications-item__ava:hover {
    color: #fff;
}

.c-notifications-item__ava:not(:last-child),
.c-notifications-item__info-inner:not(:last-child) {
    margin-right: 12px;
}

.c-notifications-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.c-notifications-item__info-inner {
    width: 100%;
}

.c-notifications-item__text {
    font-size: 16px;
    line-height: 1.3;
}

.c-notifications-item__text:not(:last-child) {
    margin-bottom: 4px;
}

.c-notifications-item__text a:hover {
    color: #377ce3;
    text-decoration: underline;
}

.c-notifications-item__date {
    color: #8b8b8b;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
}

.c-notifications-item__img {
    flex-shrink: 0;
    width: 83px;
    height: 59px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
}

.c-aside .j-rubric-popular {
    display: block;
}

.j-rubric-popular {
    margin-bottom: 0;
    padding: 18px 16px;
    border-radius: 4px;
}

.j-rubric-popular:not(:last-child) {
    margin-bottom: 32px;
}

.j-rubric-popular__head {
    margin-bottom: 0;
}

.j-rubric-popular__head:not(:last-child) {
    margin-bottom: 16px;
}

.j-rubric-popular__head a {
    line-height: 1.3;
}

.j-rubric-popular__item {
    line-height: 1;
}

.j-rubric-popular__item:not(:last-child) {
    margin-bottom: 12px;
}

.j-rubric-popular__item a {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.3;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.j-rubric-popular__more {
    display: inline-block;
    margin-top: 0;
}

.j-rubric-popular__more:hover {
    text-decoration: underline;
}

.j-rubric-popular__more:not(:first-child) {
    margin-top: 6px;
}

.c-aside .c-form-small,
.c-aside-menu ul.lvl2 {
    display: block;
}

.c-form-small:not(:last-child) {
    margin-bottom: 32px;
}

.c-form-small__head {
    margin-bottom: 0;
    line-height: 1.388;
}

.c-form-small__head:not(:last-child) {
    margin-bottom: 16px;
}

.c-form-small__item {
    height: 48px;
}

.c-form-small__item input {
    height: 49px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #333;
    font-weight: 400;
    font-size: 18px;
    line-height: .89;
    font-family: "IstokRegular";
}

.c-form-small__submit {
    width: 59px;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.c-form-small__submit:hover {
    background-color: #d6e0ef;
}

.j-banner__inner {
    position: relative;
}

.j-banner__left {
    width: 43%;
    padding-top: 72px;
    padding-bottom: 63px;
    padding-left: 72px;
}

.j-banner__title {
    font-size: 28px;
    line-height: 1.428;
    letter-spacing: .02em;
}

.j-banner__title:not(:last-child) {
    margin-bottom: 40px;
}

.j-banner .j-banner__btn {
    margin-top: 0;
    padding: 14px 46px;
    line-height: .888;
    -webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background .2s ease-in-out;
    transition: color .2s ease-in-out, background .2s ease-in-out;
}

.j-banner .j-banner__btn:hover {
    background: #fff;
    color: #000;
}

.j-banner__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 57%;
    height: 100%;
}

.j-banner__logo {
    top: 30px;
    right: 35px;
    width: 118px;
    height: 16px;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.j-banner__logo:hover {
    opacity: .8;
}

.j-filter {
    margin-bottom: 0;
}

.j-filter:not(:last-child),
.j-rubric-inner:not(:last-child) {
    margin-bottom: 24px;
}

.j-filter__inner {
    align-items: center;
    margin: -6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.j-filter__item {
    margin: 6px;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.19;
    font-family: "IstokRegular";
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.j-filter__item--active {
    padding: 7px 18px;
}

.j-rubric-inner {
    display: block;
    margin-bottom: 0;
}

.j-rubric-inner__wr {
    margin: -6px;
}

.j-rubric-inner__item {
    width: calc(33.333% - 12px);
    margin: 6px;
    padding-right: 0;
    padding-left: 0;
}

.c-aside-menu .active .lvl1-link,
.c-aside-menu .active .lvl1-link a {
    background: #f5f5f5;
    color: #377ce3;
}

.c-filter__item.lvl1.active {
    padding-right: 6px;
}

.c-filter__item.lvl1.active:before {
    display: none;
}

.c-filter__wr.inner {
    display: block;
}

.c-aside-menu .lvl2 a.active {
    color: #377ce3;
}

.c-share {
    position: relative;
}

.c-panel__actions .c-share,
.c-panel__actions .c-share__open,
.c-share__open .c-btn {
    width: 100%;
}

.c-panel__actions .c-share:not(:last-child) {
    margin-bottom: 12px;
}

.c-panel__actions .c-share:first-child {
    margin-top: 0;
}

.c-share__open {
    display: block;
    padding: 0;
    border: 0;
    background: 0 0;
    color: currentColor;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-share__menu {
    display: none;
    z-index: 2;
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    width: 232px;
    padding: 11px 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 15px;
    background: #fff;
    -webkit-filter: drop-shadow(0 5px 10px #ccc);
    filter: drop-shadow(0 5px 10px #ccc);
}

.c-share.is-active .c-share__menu {
    display: block;
}

.c-share__copy::before,
.c-share__menu::before {
    position: absolute;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.c-share__menu::before {
    z-index: -1;
    top: -3px;
    left: 50%;
    width: 14px;
    height: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTQgOCI+CiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTcgMCAwIDhoMTRMNyAwWiIvPgo8L3N2Zz4K);
}

.c-share__copy {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 10px 14px 44px;
    border: 0;
    background: 0 0;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    font-family: "IstokRegular";
    text-align: left;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-share__copy::before {
    top: 9px;
    left: 15px;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjEwMiAxMy42SDcuMmEuOC44IDAgMCAxIDAgMS42aC0uMjE3Yy0xLjI0Ny4wMDMtMi45My4wMDYtNC4zMS0uNjMyYTQuMjI3IDQuMjI3IDAgMCAxLTEuOTM4LTEuNzQ1Qy4yNTQgMTEuOTg5IDAgMTAuOTI3IDAgOS42cy4yNTQtMi4zODguNzM2LTMuMjIyYy40ODYtLjg0MyAxLjE3NC0xLjM5MyAxLjkzNi0xLjc0NkM0LjA1NCAzLjk5NSA1LjczNiAzLjk5OCA2Ljk4NCA0SDcuMmEuOC44IDAgMCAxIDAgMS42aC0uMDk3Yy0xLjM1IDAtMi43MSAwLTMuNzYuNDg1QTIuNjI4IDIuNjI4IDAgMCAwIDIuMTIxIDcuMThDMS44MTYgNy43MDcgMS42IDguNDcyIDEuNiA5LjZzLjIxNiAxLjg5NS41MiAyLjQyMmMuMy41MTguNzE3Ljg2IDEuMjI0IDEuMDk0IDEuMDUuNDg1IDIuNDA4LjQ4NCAzLjc1OC40ODRabTUuNzk1LThIMTIuOGEuOC44IDAgMSAxIDAtMS42aC4yMTFjMS4yMjctLjAwMiAyLjkwOS0uMDA1IDQuMjk2LjYzMi43NjQuMzUyIDEuNDU2LjkwMSAxLjk0OCAxLjc0NC40ODkuODMyLjc0NSAxLjg5NS43NDUgMy4yMjQgMCAxLjMzLS4yNTggMi4zOTItLjc0NCAzLjIyNmE0LjI1OCA0LjI1OCAwIDAgMS0xLjk1IDEuNzQzYy0xLjM4Ni42MzctMy4wNjguNjM0LTQuMjk0LjYzMkgxMi44YS44LjggMCAxIDEgMC0xLjZoLjA5OGMxLjMyNCAwIDIuNjg0IDAgMy43NC0uNDg2LjUxMi0uMjM1LjkzMy0uNTc4IDEuMjM2LTEuMDk2LjMwOC0uNTI3LjUyNi0xLjI5Mi41MjYtMi40MTkgMC0xLjEyNi0uMjE4LTEuODktLjUyNi0yLjQxOC0uMzAzLS41MTktLjcyNC0uODYyLTEuMjM2LTEuMDk2LTEuMDU3LS40ODYtMi40MTctLjQ4Ni0zLjc0MS0uNDg2Wk02LjQgOC44YS44LjggMCAwIDAgMCAxLjZoNy4yYS44LjggMCAxIDAgMC0xLjZINi40WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=);
}

.c-share__menu .ya-share2 {
    width: 100% !important;
}

.c-share__menu .ya-share2__list {
    width: 100% !important;
    margin-top: 0 !important;
}

.c-share__menu .ya-share2__item,
.c-share__menu .ya-share2__link {
    display: block !important;
    width: 100% !important;
    background: 0 0 !important;
}

.c-share__menu .ya-share2__item {
    margin: 0 !important;
}

.c-share__menu .ya-share2__item:hover {
    opacity: 1 !important;
}

.c-share__menu .ya-share2__link {
    position: relative !important;
    padding: 10px 10px 14px 44px !important;
    border: 0 !important;
    color: #000 !important;
    text-align: left !important;
    cursor: pointer !important;
    -webkit-transition: background .3s ease !important;
    -o-transition: background .3s ease !important;
    transition: background .3s ease !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.c-share__menu .ya-share2__link:hover {
    color: #000 !important;
}

.c-share__menu .ya-share2__badge {
    position: absolute !important;
    top: 9px !important;
    left: 15px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0 !important;
    background: 0 0 !important;
    color: currentColor !important;
}

.c-share__menu .ya-share2__icon {
    width: 20px !important;
    height: 20px !important;
    background-position: 50% 50% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.c-share__menu .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJNMTAuODk0IDE2QzQuMDYgMTYgLjE2MiAxMS40OTYgMCA0aDMuNDIzYy4xMTIgNS41MDIgMi42MzUgNy44MzIgNC42MzUgOC4zMTJWNGgzLjIyMnY0Ljc0NGMxLjk3NC0uMjAzIDQuMDQ3LTIuMzY2IDQuNzQ2LTQuNzQ0aDMuMjI0YTguOTc2IDguOTc2IDAgMCAxLTEuNTQ0IDMuNDMgOS4zOCA5LjM4IDAgMCAxLTIuODQxIDIuNTUyIDkuODEyIDkuODEyIDAgMCAxIDMuMjM4IDIuNDhBOS4zNjUgOS4zNjUgMCAwIDEgMjAgMTZoLTMuNTQ4YTUuOTEyIDUuOTEyIDAgMCAwLTEuOTEyLTIuODk0IDYuMjkgNi4yOSAwIDAgMC0zLjI2LTEuMzk0VjE2aC0uMzg4LjAwMloiLz4KPC9zdmc+Cg==) !important;
}

.c-share__menu .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjQ0NSA1Ljk1M2MwLTIuNDA1IDIuMDcyLTQuMzUzIDQuNjI3LTQuMzUzIDIuNTU1IDAgNC42MjYgMS45NDggNC42MjYgNC4zNTMgMCAyLjQwNC0yLjA3MiA0LjM1My00LjYyNyA0LjM1My0yLjU1NSAwLTQuNjI2LTEuOTQ5LTQuNjI2LTQuMzUzWm0yLjcxNSAwYzAgLjk5NC44NTYgMS44IDEuOTEyIDEuOHMxLjkxMi0uODA2IDEuOTEyLTEuOC0uODU3LTEuOC0xLjkxMi0xLjhjLTEuMDU2IDAtMS45MTIuODA2LTEuOTEyIDEuOFptNi41NjYgNi41OTRjLS4wNTkuMDQ0LTEuMTY4Ljg2OS0zLjAyIDEuMjI0bDIuNzk1IDIuNjA4Yy40OTEuNDYxLjQ5MiAxLjIxMS4wMDIgMS42NzNhMS4zMTQgMS4zMTQgMCAwIDEtMS43OC4wMDFsLTIuNzEzLTIuNDg2LTIuNDY2IDIuNDdhMS4yOSAxLjI5IDAgMCAxLS45MDUuMzYzIDEuMjk2IDEuMjk2IDAgMCAxLS44NzItLjMzMiAxLjEzNiAxLjEzNiAwIDAgMS0uMDMzLTEuNjc0bDIuNjU0LTIuNjA5Yy0xLjkwNC0uMzQ3LTMuMDYtMS4xOTMtMy4xMi0xLjIzOC0uNTQyLS40MS0uNjMtMS4xNTUtLjE5NC0xLjY2NC40MzQtLjUxIDEuMjI2LS41OTIgMS43NjgtLjE4NC4wMTEuMDEgMS4yMi44NjQgMy4xNjguODY1IDEuOTQ3LS4wMDEgMy4xMzEtLjg1NiAzLjE0Mi0uODY0LjU0My0uNDEgMS4zMzQtLjMyOCAxLjc2OC4xODMuNDM1LjUxLjM0OCAxLjI1NC0uMTk0IDEuNjY0WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=) !important;
}

.c-share__menu .ya-share2__item_service_telegram .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJNMTcuNzg1IDIuMSAxLjg0IDguMjQ3Qy43NTIgOC42ODUuNzYgOS4yOTIgMS42NCA5LjU2M2w0LjA5NCAxLjI3NiA5LjQ3Mi01Ljk3NWMuNDQ4LS4yNzMuODU3LS4xMjYuNTIuMTcybC03LjY3MyA2LjkyNkg4LjA1aC4wMDJsLS4yODMgNC4yMmMuNDE0IDAgLjU5Ny0uMTkuODI5LS40MTNsMS45ODgtMS45MzQgNC4xMzYgMy4wNTVjLjc2Mi40MiAxLjMxLjIwNCAxLjUtLjcwNkwxOC45MzggMy4zOWMuMjc4LTEuMTE0LS40MjUtMS42MTktMS4xNTMtMS4yOVoiLz4KPC9zdmc+Cg==) !important;
}

.c-share__menu .ya-share2__title {
    display: block !important;
    margin: 0 !important;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-family: "IstokRegular" !important;
}

.c-progress__percent {
    width: var(--value);
}

.c-post-action__item--share .c-post-action__item-ico:before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-share.svg?v=1);
}

.c-post-action__item--share .c-post-action__item-ico:after {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-share-blue.svg?v=1);
}

.c-post-detail__img {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

.c-post-detail__content .detail-slider__slide::after,
.c-post-detail__img::after {
    display: block;
    width: 100%;
    padding-bottom: 56.256%;
    content: "";
}

.c-post-detail__img:not(:last-child) {
    margin-bottom: 18px;
}

.c-post-detail__action-top {
    margin-bottom: 0;
}

.c-post-detail__action-top:not(:last-child) {
    margin-bottom: 40px;
}

.c-post-action__item {
    margin-right: 0;
    padding: 4px 12px;
    border-radius: 32px;
    background: rgba(0, 0, 0, .05);
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}

.c-post-action__item:hover {
    background: rgba(0, 0, 0, .1);
}

.c-post-action__item:not(:last-child) {
    margin-right: 8px;
}

.c-post-action__item-ico {
    left: 12px;
    width: 18px;
    height: 18px;
    margin-right: 0;
}

.c-post-action__item-ico::after,
.c-post-action__item-ico::before {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.c-post-action__item-num {
    padding-left: 25px;
    color: #646d79;
    font-size: 13px;
    line-height: 18px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.c-post-action__item .c-share {
    margin: -4px -12px;
    padding: 4px 12px;
    border-radius: 32px;
}

.c-post-action__item:hover .c-post-action__item-ico:before {
    opacity: 1;
}

.c-post-action__item:hover .c-post-action__item-ico:after {
    opacity: 0;
}

.c-post-action__item.is-active .c-post-action__item-ico:after,
.c-post-action__item:active .c-post-action__item-ico:after {
    opacity: 1;
}

.c-post-action__item.is-active .c-post-action__item-ico:before,
.c-post-action__item:active .c-post-action__item-ico:before {
    opacity: 0;
}

.c-post-action__item.is-active .c-post-action__item-num,
.c-post-action__item:active .c-post-action__item-num {
    color: #377ce3;
}

.c-post-detail__block:not(:last-child) {
    margin-bottom: 24px;
}

.c-post-detail__label {
    max-width: none;
    padding: 16px 19.5px;
}

a.c-post-detail__nav-item {
    color: #377CE3;
    line-height: 1.3;
}

a.c-post-detail__nav-item--prev:hover {
    color: #377CE3;
}

.c-post-detail__nav-item--prev:before {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-post-arr.svg);
}

.c-post-detail__main {
    margin-top: 0;
}

.c-post-detail__main:not(:last-child) {
    margin-bottom: 60px;
}

.c-post-detail__main-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.3;
}

.c-post-detail__main-title:not(:last-child) {
    margin-bottom: 16px;
}

.c-post-detail__main-info {
    margin-top: 0;
    margin-bottom: 0;
}

.c-post-detail__main-info:not(:last-child) {
    margin-bottom: 24px;
}

.c-post-detail__content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    font-family: "IstokRegular";
}

.c-post-detail__content a {
    color: #377ce3;
    text-decoration: underline;
    cursor: pointer;
}

.c-post-detail__content a:hover {
    color: #377ce3 !important;
}

.c-post-detail__content b {
    font-weight: 700;
}

.c-post-detail__content i {
    font-style: italic;
}

.c-post-detail__content blockquote,
.c-post-detail__content p {
    margin: 24px 0;
}

.c-post-detail__content h2 {
    margin: 24px 0;
    color: #000;
    font-weight: 400;
    font-size: 24px;
}

.c-post-detail__content figure {
    margin: 32px 0;
}

.c-post-detail__content figure img,
.c-post-detail__content figure video {
    display: block;
    max-width: 100%;
    overflow: hidden;
    border-radius: 4px;
    vertical-align: bottom;
}

.c-post-detail__content figure.is-stretched img,
.c-post-detail__content figure.is-stretched video {
    width: 100%;
    height: auto;
}

.c-post-detail__content figure.is-withBorder img,
.c-post-detail__content figure.is-withBorder video {
    border: 1px solid rgba(0, 66, 105, .28);
}

.c-post-detail__content figcaption {
    display: block;
    width: 100%;
    margin: 12px 0;
    color: #8b8b8b;
    font-style: italic;
    font-size: 14px;
}

.c-post-detail__content .detail-slider {
    position: relative;
    margin: 32px 0;
}

.c-post-detail__content .detail-slider__swiper {
    padding-top: 20px;
}

.c-post-detail__content .detail-slider__slide {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.c-post-detail__content .detail-slider__slide img,
.c-post-detail__content .detail-slider__slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-post-detail__content .detail-slider__next,
.c-post-detail__content .detail-slider__prev {
    z-index: 1;
    position: absolute;
    top: calc(50% + 20px);
    width: 37px;
    height: 37px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #377ce3;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
    -o-transition: background .2s ease-in-out, color .2s ease-in-out;
    transition: background .2s ease-in-out, color .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-post-detail__content .detail-slider__prev {
    left: 13px;
}

.c-post-detail__content .detail-slider__next:hover,
.c-post-detail__content .detail-slider__prev:hover {
    background: #377ce3;
    color: #fff;
}

.c-post-detail__content .detail-slider__next svg,
.c-post-detail__content .detail-slider__prev svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
}

.c-post-detail__content .detail-slider__prev svg {
    -webkit-transform: translate(-60%, -50%) rotate(-180deg);
    -ms-transform: translate(-60%, -50%) rotate(-180deg);
    transform: translate(-60%, -50%) rotate(-180deg);
}

.c-post-detail__content .detail-slider__next {
    right: 13px;
}

.c-post-detail__content .detail-slider__next svg {
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

.c-post-detail__content .detail-slider__pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute !important;
    top: 0 !important;
    bottom: auto !important;
    justify-content: center !important;
    width: 100% !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
}

.c-post-detail__content .swiper-pagination-bullet {
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important;
    border-radius: 50% !important;
    background: #bdbdbd !important;
    opacity: 1 !important;
}

.c-post-detail__content .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.5) !important;
    -ms-transform: scale(.5) !important;
    transform: scale(.5) !important;
}

.c-post-detail__content .swiper-pagination-bullet-active-next,
.c-post-detail__content .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.75) !important;
    -ms-transform: scale(.75) !important;
    transform: scale(.75) !important;
}

.c-post-detail__content .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.5) !important;
    -ms-transform: scale(.5) !important;
    transform: scale(.5) !important;
}

.c-post-detail__content .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    background: #377ce3 !important;
}

.c-post-detail__content .detail-slider__caption,
.c-post-detail__content blockquote cite {
    display: block;
    width: 100%;
    margin: 12px 0;
    color: #8b8b8b;
    font-style: italic;
    font-size: 14px;
}

.c-post-detail__content .idea {
    position: relative;
    margin: 32px 0;
    padding: 20px 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
}

.c-post-detail__content .idea::after,
.c-post-detail__content .idea::before,
.c-post-detail__content ul li::before {
    position: absolute;
    left: 0;
    width: 90px;
    height: 3px;
    background: #377ce3;
    content: "";
}

.c-post-detail__content ul li::before {
    top: 14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.c-post-detail__content .idea::after {
    bottom: 0;
}

.c-post-detail__content .idea::before {
    top: 0;
}

.c-post-detail__content ol,
.c-post-detail__content ul {
    margin: 24px 0 !important;
    padding: 0 !important;
    list-style: none;
}

.c-post-detail__content ol {
    counter-reset: num;
}

.c-post-detail__content li {
    position: relative !important;
    min-height: 35px !important;
    margin: 0 !important;
    padding: 6px 6px 6px 28px !important;
    background: 0 0 !important;
    line-height: inherit !important;
}

.c-post-detail__content ol li::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 28px;
    content: counter(num)".";
    counter-increment: num;
}

.c-post-detail__content blockquote p {
    margin: 0;
    padding: 0 0 0 8px;
    border-left: 3px solid #377ce3;
    font-style: italic;
}

.c-post-detail__content .checklist {
    margin: 24px 0;
}

.c-post-detail__content .checklist__item {
    position: relative;
    min-height: 35px;
    padding: 6px 6px 6px 28px;
}

.c-post-detail__content .checklist__item::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border: 1px solid #377ce3;
    border-radius: 4px;
    background-position: -1px -1px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-color: #fff;
    content: "";
}

.c-post-detail__content .checklist__item.is-checked::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtNyAxMiAzLjQ4OCAzLjgzN2EuMi4yIDAgMCAwIC4yOTYgMEwxNyA5Ii8+Cjwvc3ZnPgo=);
    background-color: #377ce3;
}

.c-post-detail__content .delimiter {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center !important;
    margin: 24px 0;
    line-height: 1 !important;
    text-align: center;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
}

.c-post-detail__content .delimiter:before {
    display: inline-block;
    height: 16px;
    content: "***";
    font-size: 32px;
    line-height: 1;
    letter-spacing: .2em;
}

.c-post-detail__content .link-tool {
    margin: 24px 0 !important;
}

.c-post-detail__content .link-tool__content {
    display: block !important;
    padding: 19.5px !important;
    border: 1px solid rgba(0, 66, 105, .28) !important;
    border-radius: 4px !important;
    background: #fff !important;
    -webkit-transition: background .3s !important;
    -o-transition: background .3s !important;
    transition: background .3s !important;
}

.c-post-detail__content .link-tool__content,
.c-post-detail__content .link-tool__content:hover {
    color: currentColor !important;
    text-decoration: none !important;
}

.c-post-detail__content .link-tool__title {
    margin: 0 0 12px !important;
    font-weight: 600;
    font-size: 17px;
    line-height: inherit !important;
}

.c-post-detail__content .link-tool__description {
    margin: 0 0 12px !important;
    font-size: 14px !important;
    line-height: inherit !important;
}

.c-post-detail__content .link-tool__anchor {
    color: #377ce3 !important;
    font-size: 14px !important;
    line-height: inherit !important;
}

.c-post-detail__content .link-tool__content:hover .link-tool__anchor,
.c-post-detail__content a:hover {
    text-decoration: underline !important;
}

.c-post-detail__content .checklist:first-child,
.c-post-detail__content .delimiter:first-child,
.c-post-detail__content .detail-slider:first-child,
.c-post-detail__content .detail-slider__caption:first-child,
.c-post-detail__content .idea:first-child,
.c-post-detail__content .link-tool:first-child,
.c-post-detail__content blockquote cite:first-child,
.c-post-detail__content blockquote:first-child,
.c-post-detail__content figcaption:first-child,
.c-post-detail__content figure:first-child,
.c-post-detail__content h2:first-child,
.c-post-detail__content ol:first-child,
.c-post-detail__content p:first-child,
.c-post-detail__content ul:first-child {
    margin-top: 0 !important;
}

.c-post-detail__content .checklist:last-child,
.c-post-detail__content .delimiter:last-child,
.c-post-detail__content .detail-slider:last-child,
.c-post-detail__content .detail-slider__caption:last-child,
.c-post-detail__content .idea:last-child,
.c-post-detail__content .link-tool:last-child,
.c-post-detail__content blockquote cite:last-child,
.c-post-detail__content blockquote:last-child,
.c-post-detail__content figcaption:last-child,
.c-post-detail__content figure:last-child,
.c-post-detail__content h2:last-child,
.c-post-detail__content ol:last-child,
.c-post-detail__content p:last-child,
.c-post-detail__content ul:last-child {
    margin-bottom: 0 !important;
}

.c-comment__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-comment__top:not(:last-child) {
    margin-bottom: 12px;
}

.c-comment__author {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-comment__author:not(:last-child) {
    margin-right: 6px;
}

.c-comment__ava {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #377ce3;
    color: #fff;
    font-size: 10px;
    line-height: 40px;
    text-align: center;
    -ms-flex-negative: 0;
}

.c-comment__ava:not(:last-child) {
    margin-right: 16px;
}

.c-comment__name {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    font-family: "IstokRegular";
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.c-comment__author:hover .c-comment__name {
    color: #377ce3;
}

.c-comment__date,
.c-comment__text {
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    font-family: "IstokRegular";
}

.c-comment__date {
    color: #8b8b8b;
    font-size: 14px;
}

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

.c-comment__text:not(:last-child) {
    margin-bottom: 12px;
}

.c-comment__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-comment__reply {
    padding: 0;
    border: 0;
    background: 0 0;
    color: #5e646b;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    font-family: "IstokRegular";
    cursor: pointer;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-comment__reply:hover {
    color: #377ce3;
}

.c-comment__reply:not(:last-child) {
    margin-right: 16px;
}

.c-comment__like,
.c-comments__title {
    font-weight: 500;
    line-height: 1.3;
    font-family: "IstokRegular";
}

.c-comment__like {
    position: relative;
    padding: 0 0 0 32px;
    border: 0;
    background: 0 0;
    color: #5e646b;
    font-size: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-comment__like::after,
.c-comment__like::before {
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.c-comment__like::before {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-like.svg?v=1);
}

.c-comment__like::after {
    background-image: url(/local/templates/domamo_v001/assets/diary/images/ico-like-blue.svg?v=1);
    opacity: 0;
}

.c-comment__like.is-active::before,
.c-comment__like:hover::before {
    opacity: 0;
}

.c-comment__like.is-active::after,
.c-comment__like:hover::after {
    opacity: 1;
}

.c-comments__title {
    font-style: normal;
    font-size: 24px;
}

.c-comments__inner:not(:last-child),
.c-comments__title:not(:last-child) {
    margin-bottom: 40px;
}

.c-comments__list:not(:last-child) {
    margin-bottom: 32px;
}

.c-comments__item:not(:last-child) {
    margin-bottom: 20px;
}

.c-comments__item .c-comments__list {
    position: relative;
    padding-top: 10px;
    padding-left: 30px;
}

.c-comments__item .c-comments__item:not(:last-child) {
    margin-bottom: 10px;
}

.c-comments__item .c-comments__list::before {
    position: absolute;
    top: 0;
    left: 1px;
    width: 21px;
    height: 35px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIxIDM1Ij4KICA8cGF0aCBzdHJva2U9IiNCREJEQkQiIGQ9Ik0xIDB2MjQuNWMwIDUuNTIzIDQuNDc3IDEwIDEwIDEwaDEwIi8+Cjwvc3ZnPgo=);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.c-comments__more {
    padding: 0;
    border: 0;
    background: 0 0;
    color: #377ce3;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    font-family: "IstokRegular";
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-comments__more:hover {
    text-decoration: underline;
}

.c-comments__form {
    display: block;
    position: relative;
    width: 100%;
}

.c-comments__form.c-comments__form-float {
    margin-top: 12px;
    margin-bottom: 12px;
}

.c-comments__textarea {
    display: block;
    -webkit-appearance: none;
    width: 100%;
    min-height: 104px;
    padding: 14px 16px 73px;
    overflow: hidden;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    font-family: "IstokRegular";
    resize: none;
}

.c-comments__textarea::-webkit-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-comments__textarea::-moz-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-comments__textarea:-ms-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-comments__textarea::-ms-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-comments__textarea::placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-comments__btn {
    position: absolute;
    right: 14px;
    bottom: 16px;
}

.c-diary-card__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.c-diary-card__cont .c-card-stat {
    margin-top: auto;
}

.c-checkbox-select .lk-add-proj-section__input {
    display: block;
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    padding: 9.5px 11px;
    padding-right: 30px;
    overflow: hidden;
    border: 1px solid rgba(0, 66, 105, .28);
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-family: "IstokRegular";
}

.c-checkbox-select .lk-add-proj-section__input::-webkit-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-checkbox-select .lk-add-proj-section__input::-moz-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-checkbox-select .lk-add-proj-section__input:-ms-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-checkbox-select .lk-add-proj-section__input::-ms-input-placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-checkbox-select .lk-add-proj-section__input::placeholder {
    color: #8b8b8b;
    opacity: 1;
}

.c-checkbox-select br {
    display: none;
}

.c-checkbox-select .lk-add-proj-section__select.jq-selectbox {
    display: block;
    width: 100%;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.c-checkbox-select .lk-add-proj-section__select .jq-selectbox__select {
    display: none;
}

.c-checkbox-select .lk-add-proj-section__select .jq-selectbox__dropdown {
    top: calc(100% + 9.5px) !important;
}

.c-checkbox-select .lk-add-proj-section__select .jq-selectbox__dropdown ul {
    width: 100% !important;
    max-height: 240px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: 1px solid rgba(0, 66, 105, .28) !important;
    border-radius: 4px;
    background-color: #fff !important;
}

.c-checkbox-select .lk-add-proj-section__select .jq-selectbox__dropdown ul li {
    display: block;
    width: 100%;
    padding: 9.5px 11px;
    background: #fff;
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-family: "IstokRegular";
    cursor: pointer;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-checkbox-select .lk-add-proj-section__select .jq-selectbox__dropdown ul li:hover {
    color: #0092cf;
}

.c-checkbox-select .lk-add-proj-section__select .jq-selectbox__dropdown ul li.sel {
    background: #D6E0EF;
    color: #377CE3;
}

.c-checkbox-select .lk-add-proj-section__select-multiple-result-wrap {
    max-height: none;
    margin-top: 0;
}

.c-checkbox-select .lk-add-proj-section__select-multiple-result {
    padding-right: 0;
}

.c-checkbox-select .multiple-tag {
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 9.5px 11px;
    padding-left: 30px;
    border-radius: 4px;
    background-color: #0092CF;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-family: "IstokRegular";
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.c-checkbox-select .multiple-tag:hover {
    opacity: 0.8;
}

.c-checkbox-select .multiple-tag:after {
    display: none;
}

.c-checkbox-select .multiple-tag:before {
    top: 13.5px;
    left: 11px;
    opacity: 1;
}

.c-checkbox-select .multiple-tag:hover:before {
    opacity: 1;
}

.c-checkbox-select .c-checkbox__input:disabled~.c-checkbox__label {
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.c-checkbox-select .lk-add-proj-section__input:disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.lk-add-proj-section__cell--multiple--search_form {
    position: relative;
}

.checkbox-select__select-reset {
    display: none;
    z-index: 1;
    position: absolute;
    top: 10px;
    right: 11px;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/domamo_v001/css/../images/svg/close-gray.svg);
    background-position: center;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.checkbox-select__select-reset.is-visible {
    display: block;
}

.c-form__row-item--large {
    width: calc(100% - 24px);
}

.c-form__row-item--map {
    color: transparent;
}

.c-form__row-item--map .bx-yandex-map {
    width: 100% !important;
}

.c-form__row-item--map .ymaps-2-1-79-map {
    width: 100% !important;
}

.c-form__row-item--map [id^="bx_map_hint_value_map_yandex_LOCATION_MAP_"] {
    color: #333;
}

.c-form__row-item--map [id^="bx_map_hint_novalue_map_yandex_LOCATION_MAP_"] {
    color: #333;
}

.c-form__row-item--map [id^="point_map_yandex_LOCATION_MAP_"][id$="__n0_lat"] {
    -webkit-appearance: none;
    width: calc(50% - 12px) !important;
    margin: 0 16px 12px 0 !important;
    padding: 9.5px 11px;
    overflow: hidden;
    border: 1px solid rgba(0, 66, 105, .28);
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-family: "IstokRegular";
}

.c-form__row-item--map [id^="point_map_yandex_LOCATION_MAP_"][id$="__n0_lon"] {
    -webkit-appearance: none;
    width: calc(50% - 12px) !important;
    margin: 0 0 12px 0 !important;
    padding: 9.5px 11px;
    overflow: hidden;
    border: 1px solid rgba(0, 66, 105, .28);
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-family: "IstokRegular";
}

.c-form__row-item--map [id^="point_control_map_yandex_LOCATION_MAP_"][id$="__n0_"] {
    margin: 0 !important;
    margin-left: -10px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.3;
    font-family: "IstokRegular";
}

.c-form__row-item--map [id^="point_control_map_yandex_LOCATION_MAP_"][id$="__n0_"] a:first-child {
    display: none;
}

.c-form__row-item--map [id^="point_control_map_yandex_LOCATION_MAP_"][id$="__n0_"] a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.3;
    font-family: "IstokRegular";
}

.c-diary-stage__cont {
    padding-top: 0;
}

.c-diary-stage.is-disabled .c-diary-stage__title {
    opacity: 0.5;
}

.c-diary-stage.is-disabled .c-diary-stage__text {
    opacity: 0.5;
}

.c-diary-stage.is-disabled .c-card-stat {
    opacity: 0.5;
}

.c-diary-stage.is-disabled .c-diary-stage__in {
    opacity: 0.5;
}

.c-diary-stage__cont {
    position: relative;
    padding-top: 0;
}

.c-diary-stage__cont:not(:first-child) {
    padding-top: 0;
}

.c-diary-stage__title {
    min-height: 18px;
    margin-right: 108px;
}

.c-diary-stage__toggler {
    display: block;
    position: absolute;
    top: 3px;
    right: 54px;
    width: 32px;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-diary-stage__toggler::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 18px;
    border: 1px solid rgba(0, 66, 105, .28);
    border-radius: 12px;
    background-color: #377ce3;
    content: "";
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.c-diary-stage__toggler::after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    border-radius: 50%;
    background: #fff;
    content: "";
    -webkit-transition: background .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, background .3s ease;
    transition: background .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, background .3s ease;
    transition: transform .3s ease, background .3s ease, -webkit-transform .3s ease;
}

.c-diary-stage.is-disabled .c-diary-stage__toggler::before {
    background-color: #fff;
}

.c-diary-stage.is-disabled .c-diary-stage__toggler::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background: rgba(0, 66, 105, .28);
}

.infrastructure-list__item--active {
    border: 1px solid #0092cf;
    background: #fff;
}

.c-diary-stage__edit {
    display: block;
    position: absolute;
    top: 3px;
    right: 18px;
    width: 18px;
    height: 18px;
    color: currentColor !important;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-diary-stage__edit::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/domamo_v001/images/svg/edit-hover.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.c-diary-stage__edit:hover::before {
    opacity: 1;
}

.c-diary-stage__edit::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/domamo_v001/images/svg/edit.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.c-diary-stage__edit:hover::after {
    opacity: 0;
}

.c-diary-stage__remove {
    display: block;
    position: absolute;
    top: 3px;
    right: -18px;
    width: 18px;
    height: 18px;
    color: currentColor !important;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    background: transparent;
    border: 0;
}

.c-diary-stage__remove.is-disabled {
    cursor: default;
}

.c-diary-stage__remove.is-disabled::after {
    opacity: 0.5;
}

.c-diary-stage__remove::before {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background-image: url(/local/templates/domamo_v001/images/svg/close-red.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.c-diary-stage__remove:not(.is-disabled):hover::before {
    opacity: 1;
}

.c-diary-stage__remove::after {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background-image: url(/local/templates/domamo_v001/images/svg/close-gray.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.c-diary-stage__remove:not(.is-disabled):hover::after {
    opacity: 0;
}

.c-diary-stage__remove-tooltip {
    z-index: 1;
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 180px;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 32, 51, .04), 0 8px 24px rgba(0, 32, 51, .12);
    box-shadow: 0 4px 4px rgba(0, 32, 51, .04), 0 8px 24px rgba(0, 32, 51, .12);
    color: #002033;
    font-size: 12px;
    line-height: 1.3;
    font-family: "IstokRegular", sans-serif;
    opacity: 0;
    pointer-events: none;
    text-wrap: balance;
}

.c-diary-stage__remove:hover .c-diary-stage__remove-tooltip {
    opacity: 1;
}

.c-banner-small--mobile {
    display: none;
}

@media (max-width:1399px) {
    .c-diary-list__item {
        width: calc(50% - 30px);
    }

    .c-form__row-item {
        width: calc(100% - 24px);
    }

    .c-form__column {
        width: 100%;
    }

    .c-form__column--middle {
        max-width: none;
    }
}

@media (max-width:1199px) {
    .c-aside {
        width: 390px;
        padding-left: 32px;
    }

    .c-content {
        width: calc(100% - 390px);
    }

    .pr-contractors__item {
        width: calc(50% - 16px);
    }

    .c-diary-row__title {
        font-size: 20px !important;
        -webkit-line-clamp: 3;
    }

    .c-diary-row,
    .c-diary-row--big {
        padding: 12px;
    }

    .c-diary-row--big .c-diary-row__top:not(:last-child) {
        margin-bottom: 16px;
    }

    .c-diary-row__top-left:not(:last-child) {
        margin-bottom: 8px;
    }

    .c-diary-row__top-ava:not(:last-child) {
        margin-right: 6px;
    }

    .c-diary-row__top-ava {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }

    .c-diary-row__top-name {
        font-size: 14px;
    }

    .c-diary-row__top-right {
        margin-top: 0;
    }

    .c-diary-row__top-place {
        font-size: 14px;
    }

    .c-diary-row__in {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .c-diary-row--big .c-diary-row__in:not(:last-child),
    .c-diary-row__in:not(:last-child) {
        margin-bottom: 12px;
    }

    .c-diary-row__img {
        order: 2;
        margin-top: 0;
        margin-left: -12px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }

    .c-diary-row--big .c-diary-row__img,
    .c-diary-row__img {
        width: calc(100% + 24px);
    }

    .c-diary-row--big .c-diary-row__img:not(:last-child) {
        margin-top: 16px;
        margin-left: -12px;
    }

    .c-diary-row__img:not(:last-child) {
        margin-top: 16px;
        margin-right: 0;
        margin-left: -12px;
    }

    .c-diary-row__cont:not(:first-child) {
        padding-top: 0;
    }

    .c-diary-row__text {
        font-size: 14px;
        -webkit-line-clamp: 4;
    }

    .c-card-stat__bookmark-num,
    .c-card-stat__bookmark-text {
        font-size: 14px;
    }

    .c-journal-row__title {
        font-size: 20px !important;
        -webkit-line-clamp: 3;
    }

    .c-journal-row,
    .c-journal-row--big {
        padding: 12px;
    }

    .c-journal-row--big .c-journal-row__top:not(:last-child) {
        margin-bottom: 16px;
    }

    .c-journal-row__top-left:not(:last-child) {
        margin-bottom: 8px;
    }

    .c-journal-row__top-ava:not(:last-child) {
        margin-right: 6px;
    }

    .c-journal-row__top-ava {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }

    .c-journal-row__top-name {
        font-size: 14px;
    }

    .c-journal-row__top-right {
        margin-top: 0;
    }

    .c-journal-row__top-place {
        font-size: 14px;
    }

    .c-journal-row__in {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .c-journal-row--big .c-journal-row__in:not(:last-child),
    .c-journal-row__in:not(:last-child) {
        margin-bottom: 12px;
    }

    .c-journal-row__img {
        order: 2;
        margin-top: 0;
        margin-left: -12px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }

    .c-journal-row--big .c-journal-row__img,
    .c-journal-row__img {
        width: calc(100% + 24px);
    }

    .c-journal-row--big .c-journal-row__img:not(:last-child) {
        margin-top: 16px;
        margin-left: -12px;
    }

    .c-journal-row__img:not(:last-child) {
        margin-top: 16px;
        margin-right: 0;
        margin-left: -12px;
    }

    .c-journal-row__cont:not(:first-child) {
        padding-top: 0;
    }

    .c-journal-row__text {
        font-size: 14px;
        -webkit-line-clamp: 4;
    }

    .pr-diary-info__point-item {
        width: calc(50% - 24px);
    }

    .c-diary-stage {
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .c-diary-stage__in {
        width: 100%;
    }

    .c-diary-stage__in:not(:last-child) {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .c-diary-stage__cont {
        -ms-flex: auto;
        flex: auto;
        -webkit-box-flex: 1;
    }

    .c-diary-stage__cont:not(:first-child) {
        padding-top: 0;
    }

    .c-diary-stage__title {
        font-size: 16px !important;
    }

    .c-diary-stage__text {
        font-size: 14px;
        line-height: 1.3;
    }

    .c-diary-stage__action:not(:last-child) {
        margin-bottom: 12px;
    }

    .pr-bookmarks-list__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pr-bookmarks-list__left {
        width: 100%;
    }

    .pr-bookmarks-list__left:not(:last-child) {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .pr-bookmarks-list__right {
        justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
    }

    .c-section-card {
        margin: -12px -15px;
    }

    .c-section-card__item {
        margin: 12px 15px;
    }

    .c-section-card__item,
    .c-section-card__item--banner,
    .c-section-card__item--slider {
        width: calc(100% - 30px);
    }

    .c-journal-card {
        padding: 12px 12px 42px;
    }

    .c-journal-card__img:not(:last-child) {
        margin-bottom: 16px;
    }

    .c-journal-card__top:not(:last-child) {
        margin-bottom: 12px;
    }

    .c-journal-card__title {
        font-size: 20px;
    }

    .c-journal-card .c-journal-card__bottom {
        bottom: 12px;
    }

    .c-journal-card__top-ava:not(:last-child) {
        margin-right: 12px;
    }

    .slider-three.white {
        padding-top: 16px;
    }

    .slider-three__header {
        padding: 0 16px;
    }

    .slider-three__header:not(:last-child),
    .slider-three__item .c-journal-card__img:not(:last-child) {
        margin-bottom: 12px;
    }

    .slider-three__header .title-big {
        font-size: 20px;
        line-height: 1.3;
    }

    .slider-three__item .c-journal-card {
        padding-right: 8px;
        padding-bottom: 42px;
        padding-left: 8px;
    }

    .slider-three__item .c-journal-card__img:before {
        padding-top: 58.801%;
    }

    .slider-three__item .c-journal-card__title {
        font-size: 18px;
        -webkit-line-clamp: 2;
    }

    .slider-three__slider.slick-slider {
        padding: 0 8px;
    }

    .c-post-detail__nav-item--prev:before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .c-diary-stage__title {
        margin-right: 118px;
    }

    .c-diary-stage__toggler {
        right: 72px;
    }

    .c-diary-stage__edit {
        right: 36px;
    }

    .c-diary-stage__remove {
        right: 0;
    }
}

@media (max-width:991px) {
    body .lk-wrapper .lk-main .b_wrapper {
        padding-top: 24px;
        padding-bottom: 60px;
    }

    .c-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-container>.title-biggest:not(:last-child),
    .page-journal .page-title:not(:last-child) {
        margin-bottom: 24px;
    }

    .lk-main .c-container .title-biggest,
    .title-biggest {
        font-size: 28px;
    }

    .c-aside {
        position: static;
        order: unset;
        width: 100%;
        padding-left: 0;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
    }

    .c-aside:not(:last-child),
    .c-section:not(:last-child) {
        margin-bottom: 32px;
    }

    .c-content {
        width: 100%;
    }

    .c-section---mb-big:not(:last-child) {
        margin-bottom: 48px;
    }

    .pr-contractors__wr {
        margin: -8px;
    }

    .pr-contractors__wr:not(:last-child) {
        margin-bottom: 16px;
    }

    .pr-contractors__item {
        padding: 12px;
    }

    .pr-sidebar {
        padding-top: 12px;
        padding-bottom: 16px;
    }

    .c-panel__actions .c-btn:not(:last-child) {
        margin-bottom: 8px;
    }

    .pr-sidebar__item-link {
        padding-left: 16px;
    }

    .pr-sidebar__item--home::before {
        width: calc(100% - 32px);
        margin-top: 12px;
        margin-bottom: 12px;
        margin-left: 16px;
    }

    .pr-contractors-item__pro {
        top: 8px;
        right: 8px;
    }

    .c-section-row:not(:last-child),
    .c-section__head:not(:last-child) {
        margin-bottom: 24px;
    }

    .c-section-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-section-row__item {
        width: calc(50% - 8px);
        margin-top: 16px;
        margin-right: 16px;
    }

    .c-section-row__item:nth-child(2n of.c-section-row__item:not(.c-section-row__item--slider)) {
        margin-right: 0;
    }

    .c-section-row__item--slider {
        margin-right: 0;
    }

    .c-section-row__item:not(:last-child) {
        margin-bottom: 0;
    }

    .c-section-row__item:nth-child(1),
    .c-section-row__item:nth-child(2) {
        margin-top: 0;
    }

    .b_bread:not(:last-child),
    .c-add-item:not(:last-child) {
        margin-bottom: 24px;
    }

    .lk-main .c-container .title-bigger,
    .title-bigger {
        font-size: 24px;
    }

    .b_diary {
        padding: 24px 15px 60px;
    }

    .c-section-card {
        margin: -8px;
    }

    .c-section-card__item {
        width: calc(50% - 16px);
        margin: 8px;
    }

    .c-section-card__item--banner,
    .c-section-card__item--slider {
        width: calc(100% - 16px);
    }

    .c-section-row__item--slider {
        width: 100%;
    }

    .c-panel__inner {
        padding: 0 10px;
    }

    .c-panel__actions {
        padding: 0;
    }

    .c-panel__author:not(:last-child) {
        margin-bottom: 12px;
    }

    .c-panel__inner:not(:last-child) {
        margin-bottom: 16px;
    }

    .c-panel__stat:not(:last-child) {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .c-filter__wr.lvl1:not(:last-child) {
        margin-bottom: 8px;
    }

    .c-filter:not(:last-child) {
        margin-bottom: 24px;
    }

    .c-filter__wr.lvl1 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0-15px;
        padding: 0 15px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .c-filter__item.lvl1 {
        flex-shrink: 0;
        margin: 0;
        -ms-flex-negative: 0;
    }

    .c-filter__item.lvl1:not(:last-child),
    .pr-diary-info__point-title>span:not(:last-child) {
        margin-right: 8px;
    }

    .c-filter__wr.inner {
        padding: 12px;
    }

    .c-filter__in.lvl2 {
        margin: -4px;
    }

    .c-filter__in.lvl2:not(:last-child) {
        margin-bottom: 12px;
    }

    .c-filter__item.lvl2 {
        width: calc(50% - 8px);
        margin: 4px;
        font-size: 14px;
    }

    .c-filter__in.lvl3 {
        margin: -4px;
    }

    .c-filter__item.lvl3,
    .c-filter__text {
        width: calc(50% - 8px);
        margin: 4px;
        font-size: 12px;
    }

    .c-filter__text {
        width: calc(100% - 8px);
    }

    .c-diary-list__wr {
        margin: -8px;
    }

    .c-diary-list__item {
        width: calc(33.333% - 16px);
        margin: 8px;
    }

    .c-banner__item {
        padding: 32px 12px;
    }

    .c-aside .c-banner-small,
    .c-banner__top {
        display: none;
    }

    .c-banner__left {
        width: 100%;
        padding-right: 0;
    }

    .c-banner__left:not(:last-child) {
        margin-bottom: 18px;
    }

    .c-banner__right {
        display: block;
        width: 100%;
    }

    .c-banner__img {
        background-position: top center;
    }

    .c-banner__title {
        font-weight: 400;
        font-size: 18px;
    }

    .c-banner__text,
    .c-banner__title {
        line-height: 1.3;
        text-align: left;
    }

    .c-banner__title:not(:last-child) {
        margin-bottom: 16px;
    }

    .c-banner-small:not(:last-child),
    .c-section__text:not(:last-child) {
        margin-bottom: 24px;
    }

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

    .c-section__btns {
        margin: -8px;
    }

    .c-section__btns>* {
        margin: 8px;
    }

    .c-panel__title:not(:last-child) {
        margin-bottom: 8px;
    }

    .c-panel__links:not(:last-child) {
        margin-bottom: 12px;
    }

    .c-panel__progress:not(:last-child) {
        margin-bottom: 32px;
    }

    .c-panel__add-stage:not(:last-child) {
        margin-bottom: 16px;
    }

    .pr-diary-info__descr {
        font-size: 20px;
    }

    .pr-diary-info__descr:not(:last-child) {
        margin-bottom: 24px;
    }

    .pr-diary-info__point-title {
        font-size: 18px;
    }

    .pr-diary-info__point-title:not(:last-child) {
        margin-bottom: 16px;
    }

    .pr-diary-info__point-wr {
        margin: -8px;
    }

    .pr-diary-info__point-item {
        width: calc(33.33% - 16px);
        margin: 8px;
    }

    .pr-diary-info__point-item-top:not(:last-child) {
        margin-bottom: 4px;
    }

    .pr-diary-info__point-item-top {
        font-size: 12px;
        line-height: 1.3;
    }

    .pr-diary-info__point-item-bottom {
        font-size: 14px;
        line-height: 1.3;
    }

    .c-section__head-link .title-biggest:not(:last-child) {
        margin-right: 12px;
    }

    .c-section__viewed-title {
        font-size: 18px;
    }

    .c-section__head-link .c-link {
        font-size: 14px;
    }

    .c-aside .c-anons-card {
        display: none;
    }

    .c-aside-menu-adap {
        display: block;
    }

    .c-panel__percent:not(:last-child) {
        margin-bottom: 12px;
    }

    .c-panel__percent-left {
        width: 40px;
        height: 40px;
    }

    .c-panel__percent-left.is-red::after {
        font-size: 16px;
        line-height: 40px;
    }

    .c-panel__percent-left:not(:last-child) {
        margin-right: 12px;
    }

    .c-panel__percent-item:not(:last-child) {
        margin-bottom: 4px;
    }

    .c-panel__percent-title:not(:last-child) {
        margin-right: 4px;
    }

    .c-comments__item .c-comments__item:not(:last-child),
    .c-diary-public__info .title-bigger:not(:last-child),
    .c-panel__actions .c-share:not(:last-child),
    .c-panel__point-item:not(:last-child) {
        margin-bottom: 8px;
    }

    .c-panel__point-item-top:not(:last-child) {
        margin-bottom: 4px;
    }

    .c-diary-public__img:not(:last-child),
    .c-diary-public__info:not(:last-child) {
        margin-bottom: 24px;
    }

    .c-diary-public__info .title-bigger {
        font-size: 24px;
    }

    .c-diary-public__description {
        font-size: 18px;
    }

    .c-aside-menu-adap:not(:last-child) {
        margin-bottom: 0;
    }

    .c-aside .c-post-other {
        display: none;
    }

    .c-panel:not(:last-child) {
        margin-bottom: 0;
    }

    .c-profile-form {
        padding: 24px 16px 32px;
    }

    .c-profile-form__wr {
        max-width: none;
    }

    .c-profile-form__ava-left {
        width: 80px;
        height: 80px;
    }

    .c-profile-form__ava-left:not(:last-child) {
        margin-right: 16px;
    }

    .c-profile-form__ava-short {
        font-size: 36px;
        line-height: 80px;
    }

    .c-profile-form__ava-name:not(:last-child) {
        margin-bottom: 4px;
    }

    .c-profile-form__title {
        font-size: 20px;
    }

    .c-profile-form__title:not(:first-child) {
        margin-top: 24px;
    }

    .c-profile-form__inner:not(:first-child),
    .c-profile-form__text:not(:first-child) {
        margin-top: 16px;
    }

    .c-profile-form__row:not(:first-child) {
        margin-top: 12px;
    }

    .c-profile-form__submit:not(:first-child) {
        margin-top: 32px;
    }

    .c-file__left {
        width: calc(100% - 24px);
    }

    .c-file__right {
        order: -1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
    }

    .c-file__right {
        width: calc(100% - 24px);
    }

    .c-tooltip__text {
        right: 0;
        left: auto;
    }

    .c-notifications-list {
        max-width: none;
    }

    .c-notifications-list:not(:last-child) {
        margin-bottom: 24px;
    }

    .c-notifications-item:not(:last-child) {
        margin-bottom: 16px;
    }

    .c-aside .c-form-small,
    .c-aside .j-rubric-popular {
        display: none;
    }

    .j-banner {
        margin-right: -15px;
        margin-left: -15px;
    }

    .j-banner__left {
        width: 49%;
        padding-top: 75px;
        padding-bottom: 54px;
        padding-left: 16px;
    }

    .j-banner__title {
        font-size: 20px;
        line-height: 2;
    }

    .j-banner__title:not(:last-child) {
        margin-bottom: 24px;
    }

    .j-banner__right {
        width: 51%;
    }

    .j-banner__img {
        height: 59%;
        background-position: top right;
        background-size: contain;
    }

    .j-banner__logo {
        top: 24px;
        right: 16px;
    }

    .j-filter:not(:last-child),
    .j-rubric-inner:not(:last-child) {
        margin-bottom: 16px;
    }

    .j-filter__inner {
        margin: -4px;
    }

    .j-filter__item {
        margin: 4px;
    }

    .j-rubric-inner__wr {
        margin: -4px;
    }

    .j-rubric-inner__item {
        width: calc(50% - 8px);
        margin: 4px;
    }

    .j-rubric-inner {
        display: none;
    }

    .c-card-stat__right {
        width: 100%;
        margin-top: 12px;
    }

    .c-post-detail__img:not(:last-child) {
        margin-bottom: 14px;
    }

    .c-post-detail__action-top:not(:last-child) {
        margin-bottom: 24px;
    }

    .c-post-detail__label {
        padding: 12px 16px;
    }

    .c-post-detail__main-title {
        font-size: 24px;
    }

    .c-post-detail__main-info:not(:last-child) {
        margin-bottom: 16px;
    }

    .c-post-detail__main:not(:last-child) {
        margin-bottom: 32px;
    }

    .c-post-detail__content {
        font-size: 16px;
    }

    .c-post-detail__content blockquote,
    .c-post-detail__content p {
        margin: 16px 0;
    }

    .c-post-detail__content h2 {
        margin: 16px 0;
        font-size: 20px;
    }

    .c-post-detail__content .detail-slider,
    .c-post-detail__content figure {
        margin: 24px 0;
    }

    .c-post-detail__content .detail-slider__swiper {
        padding-top: 16px;
    }

    .c-post-detail__content .detail-slider__prev {
        top: calc(50% + 16px);
        left: 8px;
        width: 28px;
        height: 28px;
    }

    .c-post-detail__content .detail-slider__next svg,
    .c-post-detail__content .detail-slider__prev svg {
        width: 8px;
        height: 13px;
    }

    .c-post-detail__content .detail-slider__next {
        top: calc(50% + 16px);
        right: 8px;
        width: 28px;
        height: 28px;
    }

    .c-post-detail__content .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
        margin: 0 3px !important;
    }

    .c-post-detail__content .idea {
        margin: 24px 0;
        padding: 16px 0;
        font-size: 24px;
    }

    .c-post-detail__content ol,
    .c-post-detail__content ul {
        margin: 16px 0 !important;
    }

    .c-post-detail__content ul li::before {
        top: 10px;
    }

    .c-post-detail__content ol li::before {
        top: 4px;
        width: 24px;
    }

    .c-post-detail__content .checklist {
        margin: 16px 0;
    }

    .c-post-detail__content .checklist__item {
        min-height: 29px;
        padding: 4px 4px 4px 24px;
    }

    .c-post-detail__content .checklist__item::before {
        top: 6px;
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
    }

    .c-post-detail__content .delimiter {
        margin: 16px 0;
    }

    .c-post-detail__content .delimiter:before {
        height: 10px;
        font-size: 20px;
    }

    .c-post-detail__content .link-tool {
        margin: 16px 0 !important;
    }

    .c-post-detail__content .link-tool__content {
        padding: 15px !important;
    }

    .c-comment__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-comment__ava:not(:last-child) {
        margin-right: 12px;
    }

    .c-comment__author:not(:last-child) {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .c-comment__date {
        width: 100%;
    }

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

    .c-comments__inner:not(:last-child),
    .c-comments__list:not(:last-child),
    .c-comments__title:not(:last-child) {
        margin-bottom: 24px;
    }

    .c-comments__item:not(:last-child) {
        margin-bottom: 16px;
    }

    .c-panel__stat-item:not(:last-child) .c-panel__stat-num,
    .c-panel__stat-item:not(:last-child) .c-panel__stat-title {
        padding-bottom: 12px;
    }

    .c-card-stat__item:not(:first-child),
    .c-diary-card .c-card-stat__item:not(:first-child),
    .c-journal-card--diary .c-card-stat__item:not(:first-child),
    .infrastructure-card .c-card-stat__item:not(:first-child) {
        margin-left: 16px;
    }

    .c-diary-card .c-card-stat__ico,
    .c-journal-card--diary .c-card-stat__ico,
    .infrastructure-card .c-card-stat__ico {
        width: 16px;
        height: 16px;
    }

    .c-diary-card .c-card-stat__num,
    .c-journal-card--diary .c-card-stat__num,
    .infrastructure-card .c-card-stat__num {
        padding-left: 22px;
        font-size: 13px;
        line-height: 16px;
    }

    .c-proj-tab-outer {
        background: transparent;
    }

    .c-proj-tab-outer:before,
    .c-proj-tab-outer:after {
        display: none;
    }

    .c-proj-tab-outer .c-proj-tab {
        margin: 0 -20px;
        padding: 0 20px;
    }

    .c-proj-tab-outer .infrastructure {
        display: block;
    }

    .c-proj-tab-outer .infrastructure__aside {
        width: 100%;
        height: 500px;
        min-height: 500px;
        float: none;
    }

    .c-proj-tab-outer .infrastructure-list__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 12px 11px;
        padding-top: 0;
    }

    .c-proj-tab-outer .infrastructure-list__item {
        width: 100%;
    }

    .c-proj-tab-outer .infrastructure__map {
        width: 100%;
        height: 350px;
        min-height: auto;
        float: none;
    }

    .c-proj-tab-outer .c-proj-tab__item:last-child {
        margin-right: 0;
    }

    .c-banner-small--desktop {
        display: none;
    }

    .c-banner-small--mobile {
        display: block;
        margin-top: 32px;
    }

    .c-banner-small__wr {
        min-height: 300px;
    }

    .c-banner-small__bg {
        display: none;
    }

    .c-diary-stage__remove-tooltip {
        left: auto;
        right: -10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }    
}

@media (max-width:767px) {

    .c-diary-list__item,
    .pr-diary-info__point-item {
        width: calc(50% - 16px);
    }

    .c-proj-tab-outer .infrastructure__aside {
        height: 400px;
        min-height: 400px;
    }

    .c-proj-tab-outer .infrastructure__map {
        height: 300px;
    }

    .c-proj-tab-outer {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width:650px) {
    .ce-block__content {
        max-width: calc(100% - 22px) !important;
    }

    .ce-toolbar {
        margin-top: 0 !important;
    }

    .ce-toolbar__content {
        max-width: calc(100% - 22px) !important;
    }

    .ce-toolbar__actions {
        padding-right: 0 !important;
    }

    .ce-toolbar__plus {
        margin-right: 6px !important;
    }

    .ce-toolbar__plus,
    .ce-toolbar__settings-btn {
        border: 1px solid rgba(0, 66, 105, .28) !important;
        background: #fff !important;
        -webkit-box-shadow: 0 14px 30px rgba(151, 151, 151, .15) !important;
        box-shadow: 0 14px 30px rgba(151, 151, 151, .15) !important;
    }

    .ce-popover__overlay {
        background: #333 !important;
    }

    .ce-toolbar__actions .ce-settings .ce-popover__container,
    .ce-toolbar__actions .ce-toolbox .ce-popover__container {
        position: fixed !important;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        min-width: 100% !important;
        max-width: none !important;
        max-height: 100% !important;
        padding: 15px !important;
        border-radius: 4px !important;
    }

    .ce-popover--inline .ce-popover__container {
        max-width: 100% !important;
        max-height: unset !important;
    }
}

@media (max-width:599px) {
    .c-section-row__item {
        width: 100%;
        margin-right: 0;
    }

    .c-section-row__item:nth-child(2) {
        margin-top: 16px;
    }

    .c-diary-list__item,
    .c-section-card__item,
    .pr-diary-info__point-item {
        width: calc(100% - 16px);
    }

    .c-profile-form__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-profile-form__label:not(:last-child) {
        margin-bottom: 4px;
    }

    .c-proj-tab-outer .infrastructure__aside {
        height: 300px;
        min-height: 300px;
    }

    .c-proj-tab-outer .infrastructure__map {
        height: 250px;
    }

    .c-proj-tab-outer .infrastructure-list__item {
        padding: 6.25px;
        border-radius: 2.5px;
    }

    .c-proj-tab-outer .infrastructure-list__item .c-sticker {
        top: 16.875px;
    }

    .c-proj-tab-outer .infrastructure-list__item .c-sticker__item {
        height: 11.25px;
        padding: 0 5px;
        font-size: 7.5px;
    }

    .c-proj-tab-outer .infrastructure-list__item .c-diary-card__num {
        bottom: 5px;
        height: 15.625px;
    }

    .c-proj-tab-outer .infrastructure-list__item .infrastructure-card__img {
        width: 40%;
        border-radius: 2.5px;
    }

    .c-proj-tab-outer .infrastructure-list__item .c-progress__line {
        height: 5px;
        border-radius: 2.5px;
    }

    .c-proj-tab-outer .infrastructure-list__item .c-progress__percent {
        border-radius: 2.5px;
    }

    .c-proj-tab-outer .infrastructure-list__item .c-diary-card__num-project,
    .c-proj-tab-outer .infrastructure-list__item .c-diary-card__num-place {
        height: 15.625px;
        font-size: 10px;
    }

    .c-proj-tab-outer .infrastructure-list__item .infrastructure-card__cont {
        padding-left: 6.25px;
    }

    .c-proj-tab-outer .infrastructure-list__item .infrastructure-card__title {
        font-size: 8.75px;
    }

    .c-proj-tab-outer .infrastructure-list__item .infrastructure-card__place {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .c-proj-tab-outer .infrastructure-list__item .infrastructure-card__place-title {
        padding-left: 11.25px;
        font-size: 8.75px;
    }

    .c-proj-tab-outer .infrastructure-list__item .infrastructure-card__place-title:before {
        width: 9.375px;
        height: 9.375px;
    }

    .c-proj-tab-outer .infrastructure-list__item .infrastructure-card .c-card-stat__item:not(:first-child) {
        margin-left: 10px;
    }

    .c-proj-tab-outer .infrastructure-list__item .infrastructure-card .c-card-stat__ico {
        width: 10px;
        height: 10px;
    }

    .c-proj-tab-outer .infrastructure-list__item .infrastructure-card .c-card-stat__num {
        padding-left: 13.75px;
        font-size: 8.125px;
        line-height: 10px;
    }
}

@media (hover:hover) {
    .c-share__copy:hover {
        background: #f5f5f5;
    }

    .c-share__menu .ya-share2__link:hover {
        background: #f5f5f5 !important;
    }
}

.highlight {
    border-radius: 4px;
    -webkit-animation: highlightAnimation 2s forwards;
    animation: highlightAnimation 2s forwards;
}

.fake-select,
.fake-select input
{
    cursor: pointer;
}
.fake-select:after {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 11px;
    height: 6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI2IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTEgNiI+CiAgPHBhdGggZmlsbD0iIzhCOEI4QiIgZD0iTTEuNTcxIDAgNS41IDMuNzUgOS40MjkgMCAxMSAuNzUgNS41IDYgMCAuNzUgMS41NzEgMFoiLz4KPC9zdmc+Cg==);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}
.fake-select:has(.opened):after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.fake-select:has(.checkbox-select__select-reset.is-visible):after
{
    opacity: 0;
}

.j-filter__inner {
    margin: -6px -10px;
}

.j-filter__item {
    margin: 6px 10px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.j-filter__item:hover {
    color: #377ce3;
}

.j-filter__item--active {
    padding: 10px 20px;
    border-radius: 40px;
    color: #fff;
    background: #377ce3;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.j-rubric-inner__item {
    width: auto;
}

.j-rubric-inner__item a {
    display: block;
    padding: 10px 20px;
    border-radius: 40px;
    background: #ebebeb;
    color: #000;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.j-rubric-inner__item a:hover {
    color: #fff;
    background: #377ce3;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.j-rubric-inner__item.active a {
    color: #fff;
    background: #377ce3;
    -webkit-box-shadow: none;
            box-shadow: none;
}

@media (max-width: 991px) {
    .c-filter__item.lvl1 {
        width: auto;
        padding: 5px 10px;
        border-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background: #ebebeb;
        border: 0;
        color: #000;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }

    .c-filter__item.lvl1.active {
        padding-right: 10px;
    }

    .c-filter__item.lvl2 {
        width: auto;
        padding: 5px 10px;
        border-radius: 40px;
        background: #ebebeb;
        color: #000;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }

    .c-filter__item.lvl3 {
        width: auto;
        padding: 5px 10px;
        border-radius: 40px;
        background: #ebebeb;
        color: #000;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }

    .c-filter__item.lvl1.active, 
    .c-filter__item.lvl1:hover, 
    .c-filter__item.lvl2.active, 
    .c-filter__item.lvl2:hover, 
    .c-filter__item.lvl3.active, 
    .c-filter__item.lvl3:hover {
        color: #fff;
        background: #377ce3;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}
/* End */
/* /local/templates/domamo_v001/js/slick/slick.css?17071347041324 */
/* /local/components/bq/bq.personal.section/templates/.default/css/common.css?173340451456220 */
/* /local/components/bq/bq.personal.section/templates/.default/css/diary.css?17561434513720 */
/* /local/components/bq/bq.personal.section/templates/.default/css/journal.css?173340451412665 */
/* /local/components/bq/bq.personal.section/templates/.default/css/comments.css?17334045149774 */
/* /local/components/bq/bq.personal.section/templates/.default/css/infrastructure.css?17334045146986 */
/* /local/components/bq/bq.personal.section/templates/.default/css/styles-all.css?1761897597367477 */
/* /local/components/bq/bq.personal.section/templates/.default/css/styles-all-lk.css?1761897597376399 */
/* /local/templates/domamo_v001/css/lk-custom.css?1757680521143284 */
