            /* .header_container #navbar-main {
    min-height: 100px;
    height: auto;
}
/**/
        
:root {
    --mc: #b51336;
    --hc: #660000;
    --tc: #b80f29;
    --title: 36px;
}

body[data-info="update"],
.content_block .content-site,
.content_block .content-site p,
.label,
.notice {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #656565;
}

.colored {
    color: var(--tc);
}

.ta-c {
    text-align: center!important;
}

.gray_bg {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f2f2f2;
}

.white_bg {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #ffffff;
}

.title_section {
    text-transform: uppercase;
    font-weight: 900;
    font-size: var(--title)!important;
    color: #000;
    /* margin-bottom: 15px;
margin-top: 15px; */
}

.title_section span {
    color: var(--tc)!important;
}

.btn-pr {
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #a7a0a9;
    color: #a7a0a9;
    border-radius: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 14px 30px;
    transition: .3s;
}

.btn-pr:hover {
    border-color: var(--hc);
    color: var(--hc);
    transition: .3s;
}

.header_container.navbar {
    min-height: 100px;
    background-color: #fff;
    box-shadow: unset;
    padding-top: unset;
    border-bottom: unset;
}

.pull-right {
    float: right!important;
}

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

.row.flexbox {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header_container .row.flexbox {
    align-items: center;
    /* height: 100px; */
}

.header_container .btn_container,
.header_container .description_container,
.header_container .logo_container,
.header_container .top_info_container {
    padding-top: 17px;
    padding-bottom: 17px;
}

.header_container .top_info_container {
    text-align: right;
}

.header_container .top_info-phone {
    margin-bottom: 5px;
}

.header_container .top_info-phone,
.header_container .top_info-phone a {
    font-size: 18px;
    /*--РїРѕРїСЂР°РІРёС‚СЊ РґРѕР±Р°РІРёС‚СЊ font family--*/
    color: #333333;
    font-weight: bold;
}

.header_container .top_info-info {
    font-size: 12px;
    color: #777777;
}
/*
.btn_icon {
text-transform: uppercase;
color: var(--mc);
border: 1px solid var(--mc);
border-radius: 20px;
padding: 9px 30px;
display: flex;
align-items: center;
max-width: 191px;
font-weight: bold;
justify-content: center;
padding-right: unset;
padding-left: unset;
}
*/

.btn_icon {
    text-transform: uppercase;
    color: var(--mc);
    border: 1px solid var(--mc);
    border-radius: 20px;
    padding: 9px 24px;
    font-weight: bold;
    position: relative;
    padding-right: 54px;
}

.btn_icon i {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    /* margin-left: 10px; */
    /* position: relative;
top: 6px; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
}

.btn_icon img {
    max-width: 100%;
    display: block;
    width: auto;
}

.menu_container {
    background-color: var(--mc);
}

.header_container .navbar-nav>li {
    /* flex-shrink: 0;; */
    flex-basis: auto;
    flex-grow: 1;
}

.header_container .navbar-nav>li>a.selected,
.header_container .nav>li>a:hover,
.header_container .nav>li>a:focus {
    background-color: var(--hc);
}

.header_container .nav .my_menu a {
    text-transform: uppercase;
    color: #fff;
    /* padding: 21px 26px; */
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 1.3;
    height: auto;
    text-align: center;
}

.content_block {
    padding-top: 154px;
}
/*--action--*/
/*---luxery banner--*/

.banner_luxery {
    background: url('/upload/img/luxery_bg.jpg') no-repeat center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 120px;
}

.banner_luxery__title {
    margin-bottom: 40px;
}

.banner_luxery__title .subtitle,
.banner_luxery__title .title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.banner_luxery__title .title {
    font-weight: 600;
}

.banner_luxery__title .subtitle {
    font-weight: bold;
}

.banner_luxery__description {
    font-size: 16px;
    line-height: 1.3;
}
/*--type work--*/

.type_work_container {
    background-color: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 90px;
    position: relative;
}

.type_work_container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/upload/img/type_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

.type_work_container .container {
    position: relative;
    z-index: 2;
}
/*--banner coldoer--*/

.banner_colored {
    background-color: var(--tc);
    padding-top: 35px;
    padding-bottom: 35px;
}

.btn-icon-white {
    background-color: #fff;
    /*border-color: #fff;*/
}

.btn_icon_big.btn_icon {
    padding: 19px 75px 19px 35px;
    font-size: 16px;
    border-radius: 30px;
}

.btn_icon_big.btn_icon i {
    width: 30px;
    height: 30px;
    right: 30px;
}

.col-md-4.banner_colored__btn {
    padding-bottom: unset;
    /* text-align: right; */
}

.banner_colored {
    color: #fff;
}

.banner_colored__title .title {
    font-weight: bold;
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.banner_colored__title .subtitle {
    font-size: 18px;
    font-weight: 500;
}

.banner_colored__title {
    padding-left: unset;
    padding-right: unset;
}

.banner_colored .row.flexbox {
    align-items: center;
}

.banner_colored a:not(.btn_icon) {
    color: #fff;
}
/*--schema work--*/

.shema_work {
    padding-top: 90px;
    padding-bottom: 90px;
}
/* .shema_work .title {
text-transform: uppercase;
font-weight: 700;
font-size: var(--title);
}
.shema_work .title span{
color: var(--tc);
} */

.shema_work .step_item {
    position: relative;
}

.shema_work .step_item_count .count {
    position: relative;
    font-size: 120px;
    font-weight: 900;
    color: #fff;
    text-shadow: -0 -2px 0 #EDE9ED, 0 -2px 0 #EDE9ED, -0 2px 0 #EDE9ED, 0 2px 0 #EDE9ED, -2px -0 0 #EDE9ED, 2px -0 0 #EDE9ED, -2px 0 0 #EDE9ED, 2px 0 0 #EDE9ED, -1px -2px 0 #EDE9ED, 1px -2px 0 #EDE9ED, -1px 2px 0 #EDE9ED, 1px 2px 0 #EDE9ED, -2px -1px 0 #EDE9ED, 2px -1px 0 #EDE9ED, -2px 1px 0 #EDE9ED, 2px 1px 0 #EDE9ED, -2px -2px 0 #EDE9ED, 2px -2px 0 #EDE9ED, -2px 2px 0 #EDE9ED, 2px 2px 0 #EDE9ED, -2px -2px 0 #EDE9ED, 2px -2px 0 #EDE9ED, -2px 2px 0 #EDE9ED, 2px 2px 0 #EDE9ED;
    ;
}

.shema_work .step_item_count .count_name {
    font-weight: bold;
    font-size: 24px;
}

.shema_work .steps_container {
    margin-top: 80px;
    margin-bottom: 50px;
}

.shema_work .step_item .step_item_count {
    position: relative;
    line-height: 1;
}

.shema_work .step_item .step_item_count .count_name {
    position: absolute;
    bottom: 25px;
    left: 30px;
    /* margin-left: 25px; */
}

.shema_work .step_item .step_item_desc {
    color: #656565;
    margin-left: 30px;
    margin-top: -10px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.shema_work .step_item .step_item_desc a {
    color: #656565;
}

.shema_work .step_item:not(:last-of-type) .step_item_count:before {
    content: '';
    position: absolute;
    right: -92px;
    right: -20px;
    width: 92px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/upload/img/arrow-right.svg');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.add_text {
    position: relative;
    padding-left: 10px;
    color: #000000;
    line-height: 1.4;
}

.add_text:before {
    content: "";
    height: 2px;
    background-color: #c12f46;
    width: 16px;
    position: absolute;
    top: 10px;
    /* transform: translateY(-50%); */
    left: -20px;
}
/*--main info--*/

.main_info {
    padding: 70px;
    background: url('/upload/img/info_bg.png') #fff no-repeat right center;
    background-size: contain;
    margin-top: 80px;
}

.main_info p span {
    font-weight: 500;
    color: #000;
}

.why_we_section {
    padding-top: 90px;
    padding-bottom: 90px;
}
/*-why_we--*/

.why_we__container .why_we__img {
    background-color: var(--tc);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.why_we__container .why_we__img svg {
    fill: #fff;
    max-width: 40px;
    max-height: 40px;
    width: 100%;
}

.why_we__block {
    margin-top: 60px;
    padding-bottom: 60px;
}

.why_we__container .why_we__title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}
/* .shema_work .step_item_count:before {} */
.content_block .content-site {
    background: unset;
}
.content_block {
    background: linear-gradient(to top, #fff, #f5f5f5);
}
/*--media--*/

@media (min-width: 768px) {
    .header_container .navbar-nav.navbar-right:last-child {
        margin-right: unset;
    }
    .header_container .navbar-nav {
        margin-top: unset;
        margin-bottom: unset;
        float: unset;
        display: flex;
        /* justify-content: space-between; */
        /* align-items: center; */
    }
}

@media (min-width: 1200px) {
    .shema_work {
        overflow: hidden;
    }
    .shema_work .step_item:nth-child(4) .step_item_count:before {
        background-image: unset;
        background-color: #ede9ed;
        height: 2px;
        width: 100vw;
    }
    .shema_work .step_item:nth-child(5) .step_item_count:after {
        content: '';
        position: absolute;
        top: 50%;
        background-image: unset;
        background-color: #ede9ed;
        height: 2px;
        width: 100vw;
        left: -102vw;
        transform: translateY(-50%);
    }
    .shema_work .step_item:nth-child(5) .step_item_count .count:after {
        content: '';
        position: absolute;
        left: -110px;
        width: 92px;
        height: 8px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url('/upload/img/arrow-right.svg');
        background-size: contain;
        background-position: left center;
        background-repeat: no-repeat;
    }
    .shema_work .step_item:nth-child(4) .step_item_count:before {
        right: -97vw;
    }
    /* .shema_work .step_item:nth-child(5) .step_item_count:before {
left: 100vw;
} */
}
/**/

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

.description_container {
    position: relative;
    top: 0;
}

.banner_colored__title .title {
    font-size: 21px;
}

.card-article .card-image>img {
    width: 100%;
    opacity: 0.9;
    height: 200px;
}

@media (min-width: 991px) {
    .description_container,
    .header_container .btn_icon {
        position: relative;
        top: 0.85rem;
    }
    ._navbar-fixed-top {
        position: fixed;
        width: 100%;
        top: 0;
    }
}

@media (min-width: 320px) and (max-width: 600px) {
    html {
        overflow-x: hidden!important;
    }
    .forlogo {
        width: 101%;
        padding: 15px 8px 0 8px!important;
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 9;
        left: -1px;
    }
    .logo-mobile {
        margin-left: 15px;
        height: 60px;
    }
    .gray_bg {
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: #f2f2f2;
    }
    .white_bg {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .navbar-collapse {
        min-height: 380px;
    }
    .header_container .container {
        padding-top: 15px;
    }
    .header_container .btn_container,
    .header_container .description_container,
    .header_container .logo_container,
    .header_container .top_info_container {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header_container.navbar {
        padding-top: 15px;
    }
    .header_container .btn_icon {
        top: 1.33rem;
    }
    .header_container .top_info-phone,
    .header_container .top_info-phone a {
        font-size: 16px;
    }
    /* .btn_container,
    .top_info_container {
        padding: 0!important;
    } */
    .menu_container {
        position: fixed;
        top: 90px;
        width: 106%;
    }
    .btn_container .btn_icon .name {
        font-size: 0.9rem;
        /* display: none!important; */
    }
    .main_slider__btn .btn {
        font-size: inherit;
    }
    .main_slider__title,
    .main_slider__description {
        font-size: inherit !important;
        line-height: 1.6!important;
    }
    .main_slider__adv .adv__item {
        min-width: auto !important;
    }
    .main_slider__adv .adv__item .adv_item__icon {
        margin-bottom: 0 !important;
    }
    .main_slider__item {
        position: relative;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .adv_item__title {
        display: none!important;
    }
    .main_slider__adv .adv__item .adv_item__icon img {
        max-width: 26px !important;
        width: 100%;
    }
    .icon_container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px !important;
        height: 40px !important;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }
    .main_slider__info {
        top: 1.66rem;
        position: relative;
        padding-top: 3rem;
    }
    .main_slider__btn .btn.btn_icon {
        padding-right: 0;
        top: -4rem;
    }
    .main_slider__btn .btn {
        font-size: 1.1rem !important;
    }
    .owl-prev {
        left: 0;
    }
    .owl-prev {
        right: 0;
    }
    .main_slider_container .owl-controls .owl-buttons {
        display: none;
    }
    .main_slider_container .owl-dots {
        position: relative !important;
        text-align: center;
        top: 15px;
        margin-bottom: -20px;
    }
    .content_block {
        padding-top: 0;
    }
    .site-footer a {
        display: block;
    }
    .site-footer .container.px-0 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-footer .text-right {
        text-align: left !important;
    }
    .banner_luxery__title .subtitle,
    .banner_luxery__title .title {
        font-size: 2.33rem;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    .container_work {
        padding: 15px;
        background-color: #fff;
    }
    .title_section {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 2.1rem!important;
        color: #000;
    }
    ._section .title_section {
        margin-bottom: 15px;
    }
    .banner_colored__btn .btn_icon_big.btn_icon {
        margin-top: 2.33rem;
        padding: 15px 25px;
        font-size: 16px;
        border-radius: 30px;
    }
    .banner_colored__btn .btn_icon_big.btn_icon i {
        display: none;
    }
    .main_info {
        padding: 15px;
        margin-top: 25px;
        background-size: 0;
    }
    .slider_action,
    .why_we_section,
    .why_we__block {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .action_container {
        padding-top: 4.66rem;
    }
    .why_we__container {
        margin-bottom: 3.66rem;
    }
    #reviewsSection .title_section {
        margin-top: 25px;
        padding-bottom: 25px;
    }
    #articleContainer .title_section {
        margin: 0 0 25px 0;
    }
    .review-item {
        padding: 1.33rem;
    }
    .review-item.video-item .review-text {
        padding: 1.33rem;
    }
    a.card-article {
        display: inline-block;
        min-height: 259px;
    }
    #portfolio-main.portfolio_slider,
    .slider_action {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .banner_luxery {
        background-size: 3400px;
        padding-top: 32px;
    }
    .work_item_link {
        padding: 15px;
    }
    .work_item_link .work-item__name {
        margin-right: 25px;
    }
    .work_item_container .work-item__name,
    .work_item_container .work-item__price {
        display: block;
        width: 50%;
        font-size: 14px;
    }
    .wrapper-site.content-site .btn_icon_big.btn_icon {
        padding: 15px 25px;
    }
/*add 26.01*/
}

@media (max-width: 767px) {
    body {
        padding: 0!important;
    }
}
.card-article .card-image>img {
    width: 100%;
    opacity: 0.9;
    height: 200px;
}
/*--26.01.2021--*/
.content_block.inner-page .content-site.wrapper-site + .site-footer{
    margin-top: 0;
}
@media(max-width: 1199px){
    .universe-form .info .icon {
        display: block;
    }
}
@media(max-width: 991px){
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 991px) and (min-width: 576px){
    .content_block {
        padding-top: 0;
    }

}
@media (max-width: 575px){
    .btn_icon_big.btn_icon i {
        display: none;
    }
    .wrapper-site.content-site .btn_icon_big.btn_icon {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px){
    .wrapper-site.content-site h1,
    .container .slider.jumbotron h1 {
        font-size: 2.6rem;
    }
    .universe-form .title,
    .universe-form .info .icon {
        font-size: 24px;
    }
    .wrapper-site.content-site h2, .wrapper-site.content-site .h2 {
        font-size: 26px;
    }
    .open-form .universe-form.flexbox {
        flex-direction: column;
        text-align: center;
        row-gap: 3rem;
        align-items: center;
    }

    .review_and_map_container.section {
        padding-bottom: 0;
    }
    .review_and_map_container.section .maps_container {
        margin-left: -15px;
        margin-right: -15px;
    }
    .review_and_map_container.section .maps_container #map{
        height: 400px!important;
    }
    .review_vertical_container .btn-container {
        text-align: center;
        margin-bottom: 35px;
    }
    .banner_colored__title .title,
    .banner_colored__title .subtitle {
        text-align: center;
    }

    .container .slider.jumbotron {
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px 20px;
    }
    .col-md-4.banner_colored__btn {
        text-align: center;
    }
}

.new_btn:hover {
	background-color: var(--hc);
    border-color: var(--hc);
	color: white;
}

.new_btn{
	width: fit-content;
	border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
	color: #fff;
    background-color: var(--mc);
    padding: 15px 20px;
    border-radius: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 16px;
}

.new_btn::before {
    margin-left: -30px;
    content: " ";
    width: 1.5rem;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -70px;
    animation-timing-function: ease-in-out;
    transition: all 0.1s;
    animation-name: slideme;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    z-index: 5;
}

.new_btn span,
.new_btn div {
    position: relative;
    z-index: 3;
}

.new_btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    border-radius: 7px;
}

.new_btn:hover::after,
.new_btn:focus::after {
    opacity: 0.15;
}

.new_btn::after {
    z-index: 2;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 100ms linear;
}

.btn-icon-white {
	background-color: var(--hc);
    border-color: var(--hc);
}

.btn-icon-white:hover {
	background-color: #66000047;
    border-color: #66000047;
}