input.error{
    background-color: #f7c9c9;
}

p.succes{
    display: none;
    color: green;
    margin-top: 15px;
}

p.succes.active{
    display: block;
}

p.succes_text, p.succes_text1, p.succes_text2, p.succes_text3, p.succes_text4, p.succes_text5, p.succes_text6{
    display: none;
    color: green;
    margin-top: 15px;
}

p.succes_text.active, p.succes_text1.active, p.succes_text2.active, p.succes_text3.active, p.succes_text4.active, p.succes_text5.active, p.succes_text6.active{
    display: block;
}

p.error{
    display: none;
    color: red;
    margin-top: 15px;
}

p.error.active{
    display: block;
}

p.error_text, p.error_text1, p.error_text2, p.error_text3, p.error_text4, p.error_text5, p.error_text6, .captcha_error_text{
    display: none;
    color: red;
    margin-top: 15px;
}

p.error_text.active, p.error_text1.active, p.error_text2.active, p.error_text3.active, p.error_text4.active, p.error_text5.active, p.error_text6.active, .captcha_error_text.active{
    display: block;
}

.docs-page .item div img{
    max-width: 100%;
    padding-right: 15px;
}

label.stats{
    width: 17px;
    height: 17px;
    background: url(../img/stats.svg) center / cover;
    cursor: pointer;
    margin-right: 15px;
    display: block;
    float: left;
}

.best-offers-block .list .item .image .links a{
    display: block;
    float: left;
}

label.stats.checked{
    background: url(../img/stats_red.svg) center / cover;
}

label.stats input[type="checkbox"]{
    display: none;
}

.index-news-block .item img{
    width: auto;
}

.best-offers-block .list .item .image .links a.heart.favorite{
    background-image: url(../img/heart2.svg);
}

.error-text{
    display: none;
}

.error-text.active{
    display: block;
}

.succesUpdate{
    display: none;
    color: green;
}

.succesUpdate.active{
    display: block;
}

.compare-page .list .item .delete:hover{
    background: url(../img/cross_hov.svg) center / cover;
}

.best-offers-block .flex .item .image .links a.heart:hover{
    background-image: url(../img/heart2.svg);
}

.best-offers-block .flex .item .image .links a.heart.favorite{
    background-image: url(../img/heart2.svg);
}

label.stats:hover{
    background: url(../img/stats_red.svg) center / cover;
}

.cabinet-page .fav-block .item{
    padding-bottom: 80px;
}

.cabinet-page .fav-block .item .right-col{
    width: 160px;
}

.section-page .best-offers-block .flex .item.list_item{
    width: 126%;
}

.bx_item_detail_rating .bx_stars_container{
    width: 90px;
    height: 40px;
}

.bx_item_detail_rating .bx_stars_bg{
    background-size: 100%;
}

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

.bx_item_detail_rating .bx_stars_progress{
    background-color: #D7B443;
}

.item-page .photos .slider-for .item .links a.stats:hover{
    background: url(../img/stats_red.svg) center / cover;
}

.item-page .photos .slider-for .item .links a.stats.checked{
    background: url(../img/stats_red.svg) center / cover;
}

.item-page .photos .slider-for .item .links a.heart:hover{
    background-image: url(../img/heart2.svg);
}

.item-page .photos .slider-for .item .links a.heart.favorite{
    background-image: url(../img/heart2.svg);
}
.index-for-cliens-block .content {
    padding-left: 0;
}

.tags_3m{
    position: absolute;
    top: 50px;
    left: 10px;
}
.tags_3m .hit{
    padding: 3px 5px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
}

#bx_1847241719_252 {
    display: none;
}

@media(max-width: 1199px){
    .section-page .best-offers-block .flex .item.list_item{
        width: 135%;
    }
}

@media(max-width: 991px){
    .section-page .best-offers-block .flex .item.list_item{
        width: 100%;
    }
}

@media(max-width: 767px){

    .section-page .best-offers-block .flex .item.list_item .name{
        margin-top: 30px;
    }


}

@media(max-width: 576px){
    .section-page .best-offers-block .flex .item.list_item .image{
        position: relative;
        height: auto;

    }

    .section-page .best-offers-block .flex .item.list_item{
        padding-bottom: 40px;
        padding-top: 15px;
    }

    .section-page .best-offers-block .flex .item.list_item button {
        margin-top: 15px;
    }
}

.interior-page .wrap .image {
	text-align: center;
}

.interior-page .info {
    opacity:0;
    transition: opacity .4s ease-in-out;
}

.interior-page .best-offers-block .info {
     opacity:1;
}

.interior-page .best-offers-block .links {
    opacity: 0;
}

.image .item:hover .info{
    opacity: 1;
}

.gallery-page .item .text a {
    position: relative;
}

.gallery-page .item .text a::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0;
}

.gallery-page .item:hover .text a::before {
    opacity: 1;
    
}

.search-result {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-item {
    max-width: 300px;
    box-shadow: 0 0 20px 1px hsl(0deg 0% 60% / 30%);
    padding: 20px!important;
}

.inf-search li:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 4px;
    border-top: 1px dotted rgba(1, 1, 1, 0.3);
}

.inf-search li {
    margin-bottom: 8px;
    position: relative;
    font-size: 14px;
}

.inf-search li div {
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #fff;
    padding-right: 4px;
}

.inf-search li p {
    float: right;
    position: relative;
    z-index: 2;
    background: #fff;
    padding-left: 4px;
}

.search-price {
    font-weight: 700;
    font-size: 22px; 
    text-align: center;
}

.search-result .text {
    width: 100%;
}

.search-item {
    display: flex;
    flex-direction: column;
}

.search-image-wrap {
    margin-bottom: 1.3em;
    min-width: 300px;
}

.search-item h4 {
    margin-top: auto!important;
}

.slick-slider .slick-list {
    min-height: 600px;
}

.best-offers-block .flex .item {
    position: relative;
}

.index-events-block {
    padding-bottom: 50px;
}

.index-events-block .name {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 30px;
}

.index-about-block {
    margin-bottom: 70px;
}

.index-events-block .top-link {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    margin: 10px 0 40px;
}

.index-news-block .item .more {
    position: relative;
    bottom: 0;
}

.tags {
    position: absolute;
    top: 20px;
    left: 10px;
}

.tags .hit {
    padding: 3px 5px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
}

.gal_video_wrap {
    height: 400px;
}

.page-top-links ul li {
    width: 24%;
}

.page-top-links ul li:last-child a {
    color: #b3000c;
}

.event-section-page {
    margin-top: 50px;
}

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

.adress_inner_img {
    width: 160px;
}

.adress_inner_img img {
    width: 100%;
}

.adress_inner_text {
    width: 250px;
}

.left-mnu-button {
    display: none;
}

.section_descr {
    margin-bottom: 40px;
    margin-top: 25px;
}

.section_descr h2, .section_descr h3 {
    margin-bottom: 20px;
}

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

.section_descr ul {
    list-style-type: circle;
    padding-left: 15px;
}

.section_descr ol {
    list-style-type: decimal;
    padding-left: 15px;
}

.section_descr ul li, .section_descr ol li {
    margin-bottom: 10px;
}

.worktime {
    font-size: 12px;
    margin-top: 5px;
}

.clients-page .clients-banner a.d_download {
    background: #b3000c;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    width: 300px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    line-height: 2.7;
    text-decoration: none;
    max-width: 100%;
}

.new_header.header ul.top_mnu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.new_header.header ul li  a {
    font-size: 18px;
}

.catalog_menu_inner {
    position: absolute;
    top: 94px;
    left: 0;
    width: 100%;
    padding-top: 20px;
    z-index: 11;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease;
}

.new_header.header ul li.catalog_link:hover .catalog_menu_inner {
    opacity: 1;
    visibility: visible;
}

.catalog_menu_wrap {
    position: relative;
}

.catalog_menu_wrap .wrap {
    position: static;
}

.index-top-images-block .list .item {
    height: 715px;
}

.index-top-images-block {
    padding-top: 0;
}

.index-catalog-block .item a {
    margin-top: 0;
}

.index-catalog-block .item img {
    margin-bottom: 10px;
}


.new_header.header ul.top_mnu {
    padding: 4px;
    margin-top: 22px;
    border: 1px solid #9192a3;
    border-radius: 35px;
    margin-right: 0;
}

.new_header.header ul.top_mnu li a {
    font-weight: 500;
    text-transform: uppercase;
}

.new_header.header ul.top_mnu li {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 0;
}

.new_header.header ul.top_mnu li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 48px;
    background-color: #fff;
    padding: 15px;
    z-index: 20;
}

.new_header.header ul.top_mnu li:hover ul {
    display: block;
}

.new_header.header ul.top_mnu li ul li {
    padding: 10px;
}

.new_header.header ul.top_mnu li ul li a {
    font-size: 16px;
    text-transform: none;
}

.new_header.header ul.top_mnu li.catalog_link {
    background-color: #b3000c;
    border-radius: 35px;
    padding-left: 55px;
    position: static;
}

.mobile-menu li.catalog_link > a {
    color: #fff;
    background: #b3000c;
    padding-left: 45px;
}

.new_header.header ul li.catalog_link > a:after, .mobile-menu li.catalog_link > a:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: -30px;
    right: 0;
    background-image: url('../img/apps.png');
}

.mobile-menu li.catalog_link > a:after {
    left: 15px;
}

.new_header.header ul li.catalog_link > a {
    color: #ffffff;
    position: relative;
}

.new_header.header ul.top_mnu li {
    position: relative;
}

.header .links a.search {
    width: 23px;
    height: 23px;
}

.index-top-images-block.index-top-images-block-new .list .item.small {
    width: 22%;
}

.index-top-images-block.index-top-images-block-new .list .item.active {
    width: 56%;
}

.index-news-block .gallery_wrap .item {
    min-height: 290px;
}

img.mos_logo {
    position: absolute;
    top: 25px;
    left: 25px;
    max-width: 100%;
    width: 250px;
}

.index-news-block .gallery_wrap .item .more {
    bottom: -3px;
}

body.fixed {
    padding-top: 230px;
}

body.fixed .header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}

body.fixed .header > .wrap {
    display: none;
}

.detail-frame.detail-frame-mon {
    margin-top: 0;
}

.newGall {
    align-items: center;
}

.newGall__thumbList {
    position: relative;
    transition: all 0.5s ease;
    top: 0;
}

div.newGall__thumbs {
    display: block;
    width: 125px;
    height: 472px;
    overflow: hidden;
}

.newGall__detail {
    width: 770px;
}

.catalog_list_gallery_wrap {
    position: relative;
}

.item .slick-slider, .item .slick-list, .item .slick-track {
    height: 200px !important;
}

.item .slick-slide {
    width: 100%;
    height: 100%;
    min-height: 1px;
    float: left;
}


.item .navgall {
    display: block;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.item .navgall div {
    display: flex;
    width: 100%;
    height: 100%;
}

.item .navgall div a {
    display: block;
    width: 100%;
}

.item .navgall .line {
    border-radius: 0;
    bottom: 5px;
    display: block;
    height: 3px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 30;
}

.item .navgall .line>i {
    background: #b3000c;
    border-radius: 0;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0%;
    position: absolute;
    width: 50%;
}

ul.social {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

ul.social li {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
}

ul.social li a img {
    width: 100%;
}


.calc-block-tab {
    display: none;
}

.calc-block-tab.active {
    display: block;
}

.calc-block-tabs-links {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.calc-block-tabs-links a {
    font-size: 20px;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #eee;
    text-align: center;
    text-decoration: none;
}

.calc-block-tabs-links a.active {
    border-color: #b3000c;
}

.calc-note {
    margin-top: 25px;
}


.index-top-gal-counter-wrap {
    position: absolute;
    right: 65px;
    top: 35px;
    display: flex;
    align-items: center;
    z-index: 10;
}
.index-top-gal-counter-wrap .rev__prev, .index-top-gal-counter-wrap .rev__next {
    border-radius: 50%;
}


.index-top-gal-counter-wrap .rev__prev {
    left: -60px;
}

.index-top-gal-counter-wrap span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #b3000c;
    background: #fff;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    padding-top: 6px;
    transition: all 0.5s ease;
    display: none;
}

.index-top-gal-counter-wrap span.active {
    background: #b3000c;
    color: #ffffff;
}

.index-top-info {
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 16px;
    padding: 7px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
}

.events__Holder .row {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    align-content: center;
}

.myitem {
    width: 30.3%;
    height: auto;
    padding: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.myitem > a {
    width: 100% !important;
    text-align: center !important;
    margin-top: 10px !important;
}

.myitem img {
    width: 100% !important;
    height: auto !important;
}


@media(max-width: 1510px){

    .adress_inner_img {
        width: 100px;
    }

    .new_header.header ul li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .new_header.header ul li a {
        font-size: 16px;
    }

    .new_header.header ul.top_mnu li a {
        font-size: 12px;
    }

}

@media(max-width: 1200px){

    .new_header.header ul.top_mnu li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .new_header.header ul.top_mnu li a {
        font-size: 13px;
    }

    .index-top-gal-counter-wrap span {
        width: 20px;
        height: 20px;
        font-size: 13px;
        margin-right: 5px;
        padding-top: 2px;
    }

}

@media(max-width: 991px){

    .mobile_change_order {
        display: block;
        flex-direction: column;
    }

    .index-catalog-block {
        order: 1;
    }

    .page-top-links {
        order: 2;
    }

    .index-top-images-block {
        order: 3;
    }

    .index-advantages-block {
        order: 4;
    }

    .index-top-images-block .list.slick-slider .slick-list {
        min-height: auto;
    }

    .filter .bx_sitemap {
        display: none;
    }

    .filter .bx_sitemap.opened {
        display: block;
    }

    .left-mnu-button {
        display: block;
        font-weight: 500;
        color: #fff;
        font-size: 18px;
        width: 100%;
        margin-bottom: 20px;
        padding: 12px 0;
        background: #b3000c;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
    }

    .new_header.header ul li a {
        font-size: 16px;
    }

    .catalog_menu_wrap {
        display: none;
    }

    .header .menu-button {
        display: block;
    }

    .mobile-menu.opened {
        left: 0;
    }

    .menubg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(1, 1, 1, 0.7);
        z-index: 11;
        display: none;
    }

    .new_header .logo {
        width: 125px;
    }

    .index-top-images-block .list .item {
        height: 284px;
    }

    body.fixed {
        padding-top: 112px;
    }

    body.fixed .header > .wrap {
        display: flex;
    }

    .mobile-menu.opened {
        z-index: 101;
    }

}

@media(max-width: 767px){

    .new_header.header ul {
        display: none;
    }

}

@media(max-width: 680px){

    .index-top-images-block .rev__next.slick-arrow {
        right: 0;
    }

    .index-top-images-block .rev__prev.slick-arrow {
        left: 0;
        z-index: 1;
    }

    .page-top-links {
        display: none;
    }

    img.mos_logo {
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.5);
    }

}

@media(max-width: 580px){

    .rev__next.main_counter_link, .rev__prev.main_counter_link {
        width: 30px;
        height: 30px;
        font-size: 17px;
    }

    .index-top-gal-counter-wrap .rev__prev {
        left: -20px;
    }

    .index-top-info {
        font-size: 14px;
    }

}

@media(max-width: 576px){

    .adress_inner_img {
        width: 160px;
    }

}

@media(max-width: 480px){

    .adress_inner_img {
        width: 120px;
    }

    .index-top-info {
        left: 10px;
        top: 50px;
    }

}