/* ///GENERAL/// */
.container{
    max-width: 1100px;
    }

a {
    color: #35366e;
}

p {
    text-indent: 20px;
    text-align: justify;
}

div,
input,
span,
a,
button,
p {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    background-color: #fff;
    text-align: justify;
    word-spacing: -0.3pt;
}

.relative {
    position: relative;
}

.slider-meta-wrapper {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 10px;
}

.slider-meta {
    padding: 20px 30px 20px 30px;
    background: #513a3b;
    color: #fff;
    border-radius: 12px;
    display: inline-block;
}

.slider-meta h3 {
    color: #a49c9c;
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.slider-meta p {
    margin-top: 15px;
    margin-bottom: 20px;
}

.box-about {
    box-sizing: content-box;
    padding-bottom: 100px;
    padding-top: 65px;
}

.box-about p {
    line-height: 22px;
    margin: 0;
}

.client-number {
    background: #513a3b;
    color: #fff;
    padding: 17px 30px;
    margin: 25px 0;
    margin-left: -30px;
    margin-right: -30px;
    border-radius: 13px;
}

.client-number-item {
    display: inline-block;
    margin-right: 45px;
    padding-left: 20px;
    border-left: 2px solid #746162;
}

.client-number-item:last-child {
    margin: 0;
}

.client-number-item span {
    font-weight: 700;
    text-transform: uppercase;
}

.client-number-item span.big {
    font-size: 65px;
    line-height: 50px;
}

.title {
    font-size: 80px;
    color: #35366e;
    line-height: 60px;
}

.white {
    color: #fff;
}

.box-advantages {
    position: absolute;
    right: 0;
    top: -50px;
    bottom: 0;
}

.box-advantages-inner {
    min-height: 100%;
    background: #35366e;
    color: #fff;
    z-index: 10;
    padding: 40px 70px 40px 40px;
    border-radius: 12px;
    box-shadow: 0px 0px 8px 0px #35366e;
}

.box-advantages-inner h4 {
    color: #9798d0;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.list-advantages {
    list-style-image: url('/static/images/mh/ul-style.png');
}

.list-advantages li {
    margin-bottom: 24px;
}

.clients-meta p {
    margin-top: 70px;
}

.geo-bg {
    background: url('/static/images/mh/geo-bg.png') no-repeat right 10px;
    background-size: 50%;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.geo-title {
    background: #35366e;
    padding: 120px 40px 60px 25px;
    border-radius: 12px;
    position: absolute;
    left: -15px;
    width: 100%;
    max-width: 430px;
    right: 0;
    top: -190px;
}

.geo-title .title {
    color: #9798d0;
    margin: 0;
}

.box-geo-pos {
    margin-top: 202px;
    padding-right: 40px;
}

.geo-pos-item {
    margin-top: 30px;
    margin-bottom: 50px;
}

.geo-pos-item h5 {
    font-size: 23px;
    color: #35366e;
    margin-bottom: 7px;
}

.geo-pos-item p {
    line-height: 20px;
    margin-bottom: 5rem;
}

.production-kinds-wrapper {
    margin-top: 100px;
}

.production-kinds-wrapper .title {
    margin: 0;
}

.title-blue {
    font-size: 55px;
    margin-top: 25px;
    color: #9798d0;
}

.table-block {
    display: table;
    width: 100%;
}

.production-item {
    height: 100px;
    margin-bottom: 40px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.production-img {
    width: 120px;
    padding-right: 20px;
}

/*.production-img > img{
    border: 1px solid #fbffff;
    border-radius: 60px;
}*/
.production-meta a {
    font-size: 20px;
    color: #35366e;
    border-bottom: 1px dashed;
}

.production-meta p {
    margin-top: 5px;
    margin-bottom: 0;
}

.production-meta a:hover {
    text-decoration: none;
    border: none;
}

footer {
    background: #35366e;
    padding-top: 40px;
}

.footer-bg {
    position: relative;
}

.footer-bg:after {
    content: '';
    background: url(/static/images/mh/footer-bg.png) no-repeat 0px 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: cover;
    width: 405px;
    height: 307px;
}

footer .title {
    margin-top: 10px;
}

.footer-contacts {
    background: #513a3b;
    padding: 45px 45px 25px 45px;
    border-radius: 12px;
    position: absolute;
    width: 100%;
    max-width: 500px;
    top: -70px;
}

.footer-phone {
    font-size: 44px;
}

.footer-address {
    font-size: 18px;
    margin-top: 5px;
}

.footer-email {
    color: #937e7f;
    font-size: 20px;
    display: block;
}

.copyright,
.develop {
    color: #9798d0;
}

.develop:hover {
    color: #9798d0;
}

.custom-btn {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    padding: 14px 40px;
    position: relative;
    background: transparent;
    border: 0;
}

footer .custom-btn {
    margin-top: 50px;
}

.custom-btn:hover {
    color: #fff;
    text-decoration: none;
}

.custom-btn span {
    position: relative;
    z-index: 2;
}

.custom-btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 170px;
    height: 2px;
    background: #b9b9b9;
    left: -150px;
    top: 25px;
    z-index: 20;
}

.custom-btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 80px;
    background: #39292a;
    border-radius: 6px;
    z-index: 1;
}

.fixed-feedback {
    background: #3f4075;
    position: fixed;
    bottom: 0;
    lefT: 0;
    right: 0;
    padding-top: 23px;
    padding-bottom: 17px;
    z-index: 100;
}

.fixed-feedback .margin-container {
    overflow: hidden;
}

.feedback-text {
    display: inline-block;
    padding: 14px 0px;
    font-size: 20px;
    text-transform: uppercase;
    padding-right: 20px;
    background: #3f4075;
    position: relative;
    z-index: 21;
}

.fixed-feedback .custom-btn {
    float: right;
    font-size: 20px;
    padding-right: 0;
}

.fixed-feedback .custom-btn:after {
    background: #26264e;
    border-radius: 6px;
    left: -20px;
}

.fixed-feedback .custom-btn:before {
    width: 580px;
    left: -570px;
    top: 27px;
    z-index: 20;
}

/* modals */
.modal-header {
    padding-bottom: 30px;
}

#feedback-modal {
    padding: 0px !important;
}

#feedback-modal .modal-dialog {
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

#feedback-modal .modal-content {
    height: 100%;
    border-radius: 0;
    padding: 90px;
    background: #35366e;
}

#feedback-modal .close-btn {
    position: absolute;
    right: 40px;
    top: 88px;
    transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
}

#feedback-modal .custom-btn:after {
    background: #27264e;
}

#feedback-modal .title,
#feedback-modal .sub-title-info {
    margin-top: 22px;
}

#feedback-modal .form-control {
    background: transparent;
    border: 0;
    color: #fff;
    border-bottom: 4px solid #5b5c88;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    font-weight: 100;
    font-size: 31px;
    height: 40px;
}

#feedback-modal .form-control::-webkit-input-placeholder {
    color: #fff;
}

#feedback-modal .form-control::-moz-placeholder {
    color: #fff;
}

/* Firefox 19+ */
#feedback-modal .form-control:-moz-placeholder {
    color: #fff;
}

/* Firefox 18- */
#feedback-modal .form-control:-ms-input-placeholder {
    color: #fff;
}

#feedback-modal .field-help {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 13px;
    color: #5b5c88;
    text-transform: uppercase;
}

#feedback-modal .form-group {
    margin-bottom: 64px;
}

#feedback-modal .modal-body,
#feedback-modal .modal-footer {
    padding-top: 45px;
}



/*  *   *   *   RESIZEBLE CUSTOM BUTTON *   *   *   */
.resz-custom-btn,
.resz-custom-btn:focus,
.resz-custom-btn:hover {
    text-decoration: none;
}

.resz-custom-btn {
    display: inline-block;
    position: absolute;
    font-size: 1.5vh;
    border: 0;
    padding: 1.4em 5em;
    text-transform: uppercase;
}

.resz-custom-btn:before {
    content: '';
    display: block;
    position: absolute;
    height: 0.2em;
    width: 100em;
    left: -98em;
    top: 50%;
    margin-top: -0.1em;
    z-index: 2;
}

.resz-custom-btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 9em;
    border-radius: 0.5em;
    z-index: 1;
}

.resz-custom-btn:hover:after {
    width: 19em;
}

.resz-custom-btn.feedback:hover:after {
    width: 31em;
}

.resz-custom-btn span {
    font-size: 2em;
    font-weight: 900;
    position: relative;
    /*margin-left: 3.2em;*/
    white-space: nowrap;
    z-index: 3;
}

.resz-custom-btn:after,
.resz-custom-btn:hover:after {
    transition: 0.2s;
}

/*  *   *   *   RESIZEBLE CUSTOM END *   *   *   */



/*  *   *   *   FOOTER  *   *   *   */
.footer-contacts .resz-custom-btn {
    font-size: 10px;
    position: relative;
    margin-top: 30px;
}

.footer-contacts .resz-custom-btn:before {
    width: 170px;
    left: -150px;
}

.footer-contacts .resz-custom-btn:hover:after {
    width: 27em;
}

/*  *   *   *   FOOTER END  *   *   *   */



/*  *   *   *   FIXED FEEDBACK  *   *   *   */
.fixed-feedback {
    position: fixed;
    bottom: 0;
    lefT: 0;
    right: 0;
    padding-top: 23px;
    padding-bottom: 17px;
    z-index: 10000;
}

.fixed-feedback .margin-container {
    overflow: hidden;
}

.feedback-text {
    display: inline-block;
    padding: 14px 20px;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 21;
}

.fixed-feedback .resz-custom-btn {
    font-size: 10px;
    right: 400px;
}

.fixed-feedback .resz-custom-btn:before {
    z-index: 20;
}

.fixed-feedback .resz-custom-btn:hover:after {
    width: 30em;
}

/*  *   *   *   FIXED FEEDBACK END  *   *   *   */



/*  *   *   *   FEEDBACK MODAL  *   *   *   */
#feedback-modal,
.fixed-feedback {
    z-index: 1100;
}

#feedback-modal .modal-header .resz-custom-btn {
    top: 190px;
}

#feedback-modal .modal-footer .resz-custom-btn {
    left: 90px;
}

#feedback-modal .modal-footer .resz-custom-btn:hover:after {
    width: 300px;
}

/*  *   *   *   FEEDBACK MODAL END  *   *   *   */



/*  *   *   *   BOX SITE GROUP  *   *   *   */
.box-site-group {
    background: #fff;
    box-shadow: 0 0 1em #ccc;
    /*display: none;*/
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
}

.main-menu,
.box-site-group .dropdown {
    display: inline-block;
}

.box-site-group .main-menu {
    margin-top: 0.7em;
    margin-left: 1em;
}

.box-site-group .main-menu a {
    text-transform: none;
}

.box-site-group .btn-primary:hover,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.dropdown-menu > li > a {
    color: #555;
    background-color: transparent;
    /*border-color: #350720;*/
}

.dropdown button,
.main-menu a {
    color: #555;
    background: rgba(0, 0, 0, 0);
    font-weight: 500;
    border: none;
}

/*  *   *   *   BOX SITE GROUP END  *   *   *   */


/*  *   *   *   MAIN MENU MOBILE    *   *   *   */
.main-menu-mobile,
.main-menu-mobile button,
.main-menu-mobile button:after,
#menu-mobile-modal .modal-content {
    background: #1d3b55;
}

.main-menu-mobile {
    display: none;
    position: fixed;
    height: 70px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}

.main-menu-mobile button {
    position: absolute;
    height: 3em;
    width: 3em;
    top: 1em;
    right: 1em;
    margin: 0;
    padding: 0.5em 0 0 0.65em;
    border: 0.2em solid #fff;
    border-radius: 3em;
    box-sizing: border-box;
}

.main-menu-mobile button:after {
    content: '';
    position: absolute;
    height: 1em;
    width: 1em;
    left: 0;
    top: 2.3em;
    transform: rotate(30deg);
}

.main-menu-mobile button .bar {
    background-color: #fff;
    width: 20px;
    margin-bottom: 7px;
}

.main-menu-mobile .custom-btn {
    top: 0.5em;
    left: 3em;
}

#menu-mobile-modal .modal-dialog {
    top: 0;
    margin: 0;
    width: 100%;
    min-height: 100%;
}

#menu-mobile-modal .modal-content {
    /*background-image: url('/images/mh/logo.png');*/
    background-position: left 120px bottom 40px;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 30px 30px 0;
    border-radius: 0;
    overflow-y: auto;
}

#menu-mobile-modal li {
    margin-bottom: 1vh;
    /*margin-bottom: 1em;*/
}

#menu-mobile-modal .feedback-btn {
    left: 20%;
}

#menu-mobile-modal .modal-header .feedback-btn {
    background: transparent;
    top: 8em;
    right: 0;
    left: inherit;
    transform: rotate(90deg);
}

.footer-site-group {
    background: #4e6694;
    position: absolute;
    height: 8vh;
    width: 100%;
    bottom: 0;
    /*margin-top: 2em;*/
}

.footer-site-group div {
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    padding: 1vh;
}

/*  *   *   *   MAIN MENU MOBILE END    *   *   *   */


/*  *   *   *   SERVICES MODAL   *   *   *   */
#services-modal {
    background: rgba(75, 10, 44, 0.8);
    /*z-index: 10000;*/
}

#services-modal .modal-content {
    background: #fff;
    padding: 0 40px;
}

#services-modal .modal-dialog {
    width: 60%;
}

#services-modal button {
    position: absolute;
    right: -165px;
    top: 55px;
    transform: rotate(90deg);
}

#services-modal img {
    float: left;
    margin-right: 2em;
}

#services-modal h2 {
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.service_one h1 {
    color: #4b0a2c;
}

.service_one_content {
    color: #555;
    margin: 2em 0;
}

/*  *   *   *   SERVICES MODAL END  *   *   *   */


/*  *   *   *   FEEDBACK BUTTON *   *   *   */
.feedback-btn,
.feedback-btn:focus {
    color: #fff;
    text-decoration: none;
}

.feedback-btn {
    display: inline-block;
    position: absolute;
    font-size: 1.5vh;
    border: 0;
    padding: 1.4em 0;
    text-transform: uppercase;
}

.feedback-btn:before {
    content: '';
    display: block;
    position: absolute;
    background: #4d6693;
    height: 0.2em;
    width: 20em;
    left: -18em;
    top: 50%;
    margin-top: -0.1em;
    z-index: 2;
}

.feedback-btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 9em;
    background: #27264f;
    border-radius: 0.5em;
    z-index: 1;
}

.feedback-btn span {
    font-size: 2em;
    font-weight: 900;
    position: relative;
    margin-left: 3.2em;
    white-space: nowrap;
    z-index: 3;
}

/*  *   *   *   FEEDBACK BUTTON END *   *   *   */





.typeproduct_one_content {
    color: #555;
    margin: 2em 0;
}



/*  *   *   *   COLORS  *   *   *   */
/*  *   *   *   COLORS FONT  *   *   *   */
.slider-meta h3,
.slider-meta a {
    color: #cbe6ea;
}

.box-about-sub h4 {
    color: #9899ad;
}

.box-about-2 h4,
.box-about-2 p {
    color: #9899ad;
}

.box-cat h4 {
    color: #68bcc9;
}

.product-item span {
    color: #aebbbf;
}

.product-item p,
.news-item h4 {
    color: #202020;
}

.news-item p {
    color: #aebbbf;
}

.product_info h3,
.news_info h3 {
    color: #997cd0;
}

.footer-email {
    color: #b7dde3;
}

.copyright,
.develop,
.develop:hover {
    color: #d6cdeb;
}

#feedback-modal .field-help {
    color: #5b5c88;
}

a,
.header-phone,
.dropdown-toggle,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:focus,
.dropdown-menu > li > a {
    color: #000000;
}

.caret {
    color: #a3adc3;
}

.title,
.box-cat:hover h4,
.box-cat.active h4,
.product-item h4,
.modal-title {
    color: #35366e;
}

button:focus,
button:hover,
button:active,
.site-group-menu a,
.slider-meta,
.box-about-sub,
.white,
.footer-contacts h4,
#feedback-modal .form-control,
#feedback-modal .form-control::-webkit-input-placeholder,
.box-site-group .btn-primary:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default.focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.bootstrap-select.open .dropdown-toggle,
.resz-custom-btn,
.resz-custom-btn:focus,
.resz-custom-btn:hover {
    color: #fff;
}

#feedback-modal .form-control::-moz-placeholder,
#feedback-modal .form-control:-ms-input-placeholder {
    color: #fff;
}

.service_one h1 {
    color: #4b0a2c;
}

.modal-news h2 {
    color: #3f4075;
}

.modal-news h4 {
    color: #777;
}

.dropdown button{
    color: #000000;
}

/*  *   *   *   COLORS FONT END  *   *   *   */


/*  *   *   *   COLORS BACKGROUND  *   *   *   */
.bar,
#services-modal {
    background-color: #4b0a2c;
}

.site-group-menu a {
    background: #7258a2;
}

.slider-meta {
    background: #68bcc9;
}

#main-slider .carousel-indicators li {
    background-color: #5396a1;
}

#main-slider .carousel-indicators li.active {
    background-color: #3e7179;
}

.box-about-sub {
    background: #2e3266;
}

.box-clients {
    background: #ebf4ff;
}

footer {
    background-color: #35366e;
}

.footer-contacts {
    background-color: #513a3b;
}

#feedback-modal .modal-content {
    background-color: #35366e;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default.focus,
.bootstrap-select.open .dropdown-toggle {
    background-color: #415984;
}

.box-site-group .btn-primary:hover,
.dropdown button,
.main-menu a,
.resz-custom-btn {
    background: transparent;
}

.main-menu-mobile,
.main-menu-mobile button:after,
.cat-circle,
.modal-backdrop.in {
    background: #8e6ecb;
}

.main-menu-mobile button {
    background-color: #8e6ecb;
}

.resz-custom-btn:before {
    background: #999ab7;
}

.resz-custom-btn:after {
    background: #27264f;
}

.footer-contacts .resz-custom-btn:after {
    background: #39292a;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.fixed-feedback,
.feedback-text {
    background: #3f4075;
}

.main-menu-mobile,
.main-menu-mobile button,
.main-menu-mobile button:after,
#menu-mobile-modal .modal-content {
    background: #35366e;
}

.footer-site-group {
    background: #4e6694;
}

.modal-news {
    background: #3f4075;
}

.box-site-group,
.product-item,
.news-item,
.dropdown-menu,
.modal-content,
.box-site-group,
#services-modal .modal-content,
.modal-news .modal-content,
.menu-toggle,
.dropdown-toggle,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:focus,
.main-menu-mobile button .bar {
    background-color: #fff;
}

/*  *   *   *   COLORS BACKGROUND END  *   *   *   */
/*  *   *   *   COLORS END  *   *   *   */


/* modals */

#customers{
    height: 22rem;
}

#el-date {
    text-align: right;
}

@media (max-width: 768px) {
    
    #customers {
        height: 1%;
    }
    
    .itc-slider {
        height: 170px;
    }
    
    .itc-slider__wrapper {
        height: 220px;
    }
    
    h3 {
        margin-bottom: 0px;
    }
    
    .title {
        font-size: 50px;
    }
    
    .title-blue {
        font-size: 44px;
    }
    
    .slider-meta-wrapper {
        display: none;
    }

    .geo-pos-item {
        margin-bottom: 250px;
    }

    .display-none-768{
        display: none;
    }
    
    .field-help {
        position: static !important;
        margin-top: 5px;
    }

    #feedback-modal .form-control {
        font-size: 20px;
    }

    .fixed-feedback {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .site-group-menu {
        text-align: center;
    }

    .site-group-menu li {
        margin-top: 5px !important;
        float: none !important;
    }

    .footer-bg:after {
        display: none;
    }

    .client-number {
        margin-left: 0;
        margin-right: 0;
    }

    .menu-toggle {
        float: none;
        margin: 0 auto;
        margin-top: 15px;
    }

    .main-menu {
        display: none;
        width: 100%;
        position: absolute;
        z-index: 100;
        background: #fff;
        text-align: center;
        margin: 0;
        top: 70px;
        left: 0;
        border-radius: 12px;
        padding: 10px 0px;
    }

    .main-menu li {
        display: block;
        margin: 0;
        margin-bottom: 5px;
    }

    .main-menu a {
        font-size: 18px;
    }



    /*  *   *   *   COLORS  *   *   *   */
    /*  *   *   *   COLORS FONT *   *   *   */
    #feedback-modal .title,
    .box-about-2 span,
    .box-about .mob-bl span,
    .modal-header h1,
    .modal-body li a,
    .modal-footer .header-phone {
        color: #fff;
    }

    .modal-news .resz-custom-btn {
        color: #8f6dcd;
    }

    /*  *   *   *   COLORS FONT END *   *   *   */


    /*  *   *   *   COLORS BACKGROUND   *   *   *   */
    .main-menu {
        background: #fff;
    }

    #menu-mobile-modal .modal-content {
        background-color: #36356f;
    }

    .box-about .mob-bl {
        background: #4e6694;
    }

    .footer-contacts .resz-custom-btn:after {
        background: #7258a2;
    }

    .modal-news .resz-custom-btn:before {
        background: #9172cd;
    }

    .modal-news .resz-custom-btn:after {
        background: #edf4ff;
    }

    /*  *   *   *   COLORS BACKGROUND END   *   *   *   */
    /*  *   *   *   COLORS END  *   *   *   */



    /*  *   *   *   FEEDBACK    *   *   *   */
    #feedback-modal .modal-content {
        padding: 35px;
    }

    #feedback-modal .resz-custom-btn,
    #menu-mobile-modal .resz-custom-btn {
        font-size: 10px;
    }

    #feedback-modal .modal-footer .resz-custom-btn {
        left: auto;
        right: 3em;
        bottom: 30px;
    }

    #feedback-modal .close-btn {
        top: 150px;
        right: 0;
    }

    #feedback-modal .title {
        font-size: 55px;
        line-height: 60px;
        padding-right: 1.5em;
    }

    #feedback-modal .form-group {
        margin-bottom: 20px;
    }

    /*  *   *   *   FEEDBACK END    *   *   *   */



    /*  *   *   *   MENU MOBILE *   *   *   */
    .main-menu-mobile {
        display: block;
    }

    #menu-mobile-modal .modal-dialog {
        top: 0;
        margin: 0;
        width: 100%;
        min-height: 100%;
    }

    #menu-mobile-modal .modal-content {
        background-position: left 120px bottom 40px;
        background-repeat: no-repeat;
        background-size: contain;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        padding: 35px;
        border-radius: 0;
        overflow-y: auto;
    }

    #menu-mobile-modal li {
        margin-bottom: 29px;
    }

    /*  *   *   *   MENU MOBILE END *   *   *   */



    /*  *   *   *   MENU MOBILE *   *   *   */
    #menu-mobile-modal .modal-content {
        padding: 30px 30px 0;
    }

    #menu-mobile-modal li {
        margin-bottom: 1vh;
    }

    /*  *   *   *   MENU MOBILE END *   *   *   */



    /*  *   *   *   FOOTER  *   *   *   */

    footer .bg_logo {
        background: url('/static/images/mh/mx_logo.png') no-repeat center left;
        background-origin: content-box;
        background-size: contain;
        height: 45px;
        /*padding: 0 15px;*/
    }

    footer .change-btn {
        position: absolute;
        top: -210px;
        right: 10px;
    }

    .footer-contacts h4 {
        font-size: 20px;
    }

    .footer-contacts .col-md-9 {
        padding: 0;
    }

    .footer-contacts .resz-custom-btn {
        display: none;
    }

    .footer-feedback-wrapper {
        display: none;
    }

    #contacts .change-btn {
        position: absolute;
        top: -210px;
        right: 10px;
    }

    .footer-contacts .bootstrap-select {
        width: 70% !important;
    }

    /*  *   *   *   FOOTER END  *   *   *   */



    /*  *   *   *   ОБЩИЕ СВОЙСТВА  *   *   *   */
    .box-main-nav {
        margin: 100px 0 30px;
    }

    .box-main-nav .col-md-9 {
        display: none;
    }

    .box-about .col-md-6:after {
        content: '';
        clear: both;
    }

    .box-advantages-inner,
    .box-about-sub,
    .box-garage,
    .box-about-2 {
        border-radius: 0;
    }

    .box-about-sub {
        margin-top: 0;
    }

    .box-garage {
        margin-top: 30px;
    }

    .box-about-2 {
        padding: 40px 0;
    }

    .box-about-2 span {
        color: #fff !important;
    }

    .box-about .mob-bl {
        background: #4e6694;
        position: absolute;
        top: 100%;
        bottom: auto;
        padding: 15px;
        z-index: 1;
    }

    .box-about .mob-bl span {
        color: #fff !important;
    }

    /*  *   *   *   ОБЩИЕ СВОЙСТВА END  *   *   *   */



    /*  *   *   *   ОБЩИЕ   *   *   *   */
    .container {
        padding: 0;
        width: auto;
    }

    .row {
        margin: auto;
    }

    .box-production .col-md-6,
    .box-production .col-md-12,
    footer .col-md-6,
    footer .col-md-12 {
        padding: 0 15px;
    }

    .table-block,
    .table-cell {
        display: block;
    }

    .xk_logo,
    .footer-phone,
    .footer-address,
    .footer-email {
        padding: 0;
        text-align: left;
    }

    .header-phone {
        margin-top: 25px;
        text-align: center;
    }

    /*  *   *   *   ОБЩИЕ END   *   *   *   */



    /*  *   *   *   FEEDBACK BUTTON *   *   *   */
    .feedback-btn:after {
        width: 8.7em;
    }

    .feedback-btn span {
        margin-left: 3em;
    }

    /*  *   *   *   FEEDBACK BUTTON END *   *   *   */



    /*  *   *   *   MAIN MENU MOBILE    *   *   *   */
    .main-menu-mobile {
        height: 96px;
    }

    .main-menu-mobile button {
        height: 46px;
        width: 46px;
        top: 26px;
        right: 40px;
        padding: 7px 0 0 10px;
    }

    .main-menu-mobile button:after {
        left: 7px;
        top: 33px;
        transform: rotate(25deg);
    }

    .main-menu-mobile button .bar {
        height: 1px;
        width: 21px;
        margin-bottom: 9px;
    }


    .main-menu-mobile .feedback-btn {
        font-size: 9px;
        top: 23px;
        left: 20px;
        margin-top: 0;
    }

    .main-menu-mobile .feedback-btn:before {
        margin-top: 0;
    }

    /*  *   *   *   MAIN MENU MOBILE END    *   *   *   */



    /*  *   *   *   LOGO    *   *   *   */
    .logo {
        display: block;
        height: 85px;
        margin: 30px 0 5px -12px;
        text-align: center;
    }

    .logo img {
        height: 100%;
    }

    /*  *   *   *   LOGO END    *   *   *   */



    /*  *   *   *   SLIDER  *   *   *   */
    .slider-meta-wrapper {
        position: relative;
        height: 28vh;
        width: 100%;
        right: 0;
        padding: 0;
        overflow: hidden;
    }

    #main-slider .item {
        height: 49vh;
        border-radius: 0;
    }

    .slider-meta {
        font-size: 14px;
        line-height: 20px;
        height: 100%;
        border-radius: -1px;
    }

    .slider-meta h3 {
        font-size: 24px;
        line-height: 27px;
    }

    .slider-meta p {
        margin: 6px 0 22px;
    }

    #main-slider .carousel-inner {
        padding: 0;
    }

    #main-slider .carousel-indicators {
        bottom: 18px;
        right: 41px;
        margin: 0;
    }

    #main-slider .carousel-indicators li {
        height: 15px;
        width: 15px;
        margin-left: 5px;
    }

    /*  *   *   *   SLIDER END  *   *   *   */



    /*  *   *   *   ABOUT COMPANY   *   *   *   */
    .box-about {
        padding: 20px 0 0;
    }

    .box-about .pad-bl {
        margin-bottom: 35px;
        padding: 0 20px;
    }

    .pad-bl h1 {
        font-size: 54px;
        margin: 15px 0 15px;
    }

    .client-number {
        margin: -15px 0 0;
        padding: 15px 23px;
    }

    .client-number-item {
        font-size: 14px;
        line-height: 22px;
    }

    .client-number-item:first-child {
        margin-right: 26px;
    }

    .client-number-item span.big {
        font-size: 51px;
        line-height: 40px;
    }


    .box-advantages {
        position: static;
    }

    .box-advantages-inner {
        padding: 44px 36px;
    }

    .box-advantages-inner h4 {
        font-size: 24px;
        margin-bottom: 17px;
    }

    .list-advantages {
        padding-left: 20px;
    }

    .list-advantages li {
        text-align: left;
        margin-bottom: 22px;
    }

    /*  *   *   *   ABOUT COMPANY END   *   *   *   */



    /*  *   *   *   CLIENTS *   *   *   */
    .box-clients {
        padding-top: 50px;
    }

    .clients-meta {
        margin-top: 25px;
    }
    
    .clients-meta p {
    margin-top: 0px;
    }

    #clients-slider .carousel-inner {
        margin-top: 35px;
        padding: 0 22px;
    }

    /*.client-item {
		line-height: 110px;
		height: 110px;
		width: 187px;
		margin-left: 15px;
	}*/
    .client-item {
        line-height: 110px;
        height: 110px;
        width: 48%;
        margin: 2px;
    }

    #clients-slider .carousel-indicators {
        bottom: -40px;
    }


    .box-production {
        margin-top: 50px;
        padding: 0;
    }

    .geo-bg {
        background: url('/static/images/mh/geo-bg.png') no-repeat right -60px top 330px;
        background-size: 70%;
    }

    .box-geo-pos {
        margin-top: 70px;
        padding: 0 20px;
    }

    .geo-title {
        background: transparent;
        position: static;
        padding: 0 20px;
    }

    .geo-title .title {
        font-size: 53px;
        line-height: 40px;
    }

    .geo-pos-item h5 {
        font-size: 22px;
        font-weight: 100;
    }

    /*  *   *   *   CLIENTS END *   *   *   */



    /*  *   *   *   TYPEPRODUCT *   *   *   */
    .production-kinds-wrapper {
        margin: 0;
        padding: 70px 20px 95px;
        padding-bottom: 20px;
    }

    .production-kinds-wrapper .title {
        font-size: 53px;
        padding: 0 15px;
    }

    .production-kinds-wrapper .title.blue {
        font-size: 29px;
        margin-top: 18px;
        margin-bottom: 40px;
    }

    .production-item {
        height: auto;
        margin-bottom: 10px;
    }

    .production-kinds-wrapper .production-img,
    .production-kinds-wrapper .production-meta {
        display: inline-block;
    }

    .production-img {
        width: 100px;
        margin-right: 10px;
        padding: 0;
    }

    .production-meta {
        font-size: 13px;
        text-align: left;
    }

    .production-meta a {
        font-size: 19px;
    }

    /*  *   *   *   TYPEPRODUCT END *   *   *   */



    /*  *   *   *   FOOTER  *   *   *   */
    footer {
        background-image: url(/static/images/mh/footer-bg.png);
        background-repeat: no-repeat;
        background-position: right -40px bottom;
        padding: 30px 19px;
    }

    footer .title {
        display: none;
    }

    footer .col-md-6:nth-child(1) {
        height: 69px;
    }

    footer .col-md-6:nth-child(2) {
        padding: 0;
    }

    .footer-contacts {
        background: transparent;
        position: static;
        max-width: 100%;
        margin-top: 65px;
        padding: 0 15px 30px;
        text-align: left;
    }

    .footer-phone {
        font-size: 27px;
        margin: -2px 4px 0;
    }

    .footer-address {
        font-size: 19px;
        margin: 19px 7px 0;
    }

    .footer-email {
        font-size: 19px;
        margin: 3px 8px 0;
    }

    .footer-contacts .custom-btn {
        display: none;
    }

    .copyright-meta {
        font-size: 14px;
        margin: 33px 4px 0;
        padding: 0;
    }

    .copyright-meta .col-md-6 {
        top: 0 !important;
        padding: 0;
    }

    .copyright-meta .row > .col-md-6:nth-child(1) {
        height: auto;
    }

    .copyright-meta p {
        margin-bottom: 0;
    }

    .copyright,
    .develop {
        display: block;
        font-size: 12px;
        text-align: left;
    }

    /*  *   *   *   FOOTER END  *   *   *   */



    /*  *   *   *   MODAL   *   *   *   */
    .modal-header {
        padding: 0;
    }

    .modal-header h1 {
        color: #fff;
        padding: 0.5em 0;
        text-transform: uppercase;
    }

    .modal-body li a {
        color: #fff;
        font-size: 3vh;
        font-weight: 100;
        border-bottom: 1px solid #fff;
    }

    .modal-footer {
        width: 100%;
        bottom: 0;
        padding: 5vh 0 8vh;
    }

    .modal-footer .header-phone {
        color: #fff;
        margin: 0 0 1em 0;
        text-align: left;
    }

    /*  *   *   *   MODAL END   *   *   *   */



    /*  *   *   *   MENU MOBILE MODAL    *   *   *   */
    #menu-mobile-modal .modal-header .resz-custom-btn {
        background: rgba(0, 0, 0, 0);
        font-size: 10px;
        top: 150px;
        left: inherit;
        right: -50px;
        transform: rotate(90deg);
    }

    #menu-mobile-modal .modal-header img {
        width: 245px;
        margin: 5px -3px 0;
    }

    #menu-mobile-modal .modal-footer .resz-custom-btn {
        right: 0em;
        bottom: 120px;
        display: none;
    }

    /*  *   *   *   MENU MOBILE MODAL END    *   *   *   */



    /*  *   *   *   MAIN MENU MOBILE    *   *   *   */
    .main-menu-mobile {
        height: 96px;
    }

    .main-menu-mobile button {
        height: 46px;
        width: 46px;
        top: 26px;
        right: 40px;
        padding: 7px 0 0 10px;
    }

    .main-menu-mobile button:after {
        left: 7px;
        top: 33px;
        transform: rotate(25deg);
    }

    .main-menu-mobile button .bar {
        height: 1px;
        width: 21px;
        margin-bottom: 9px;
    }


    .main-menu-mobile .resz-custom-btn {
        font-size: 9px;
        top: 23px;
        left: 20px;
        margin-top: 0;
    }

    .main-menu-mobile .resz-custom-btn:before {
        margin-top: 0;
    }

    /*  *   *   *   MAIN MENU MOBILE END    *   *   *   */

    .feedback-text {
        font-size: 14px;
    }

    #feedback-modal {
        z-index: 10000;
    }
}



@media (max-width:480px) {

    /*  *   *   *   ОБЩИЕ   *   *   *   */
    .geo-bg {
        background-size: 100%;
    }

    /*  *   *   *   ОБЩИЕ END   *   *   *   */



    /*  *   *   *   FEEDBACK MODAL MOBILE   *   *   *   */
    #feedback-modal .close-btn {
        top: 80px;
        right: -20px;
    }

    #feedback-modal .modal-content {
        padding: 20px;
    }

    .modal-header img {
        width: 60%;
    }

    .modal-header .title {
        color: #fff;
        width: 60%;
        text-align: left;
    }

    #feedback-modal .modal-body {
        padding: 0;
    }

    #feedback-modal .form-group {
        margin: 0;
    }

    .site-group-menu a {
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
    }

    /*  *   *   *   FEEDBACK MODAL MOBILE END   *   *   *   */



    /*  *   *   *   MOBILE MENU MODAL   *   *   *   */
    #menu-mobile-modal .feedback-btn {
        font-size: 10px;
    }

    /*  *   *   *   MOBILE MENU MODAL END   *   *   *   */



    /*  *   *   *   SERVICE ONE *   *   *   */
    .modal-news {
        background: #fff;
    }

    .modal-news h2 {
        font-size: 55px;
    }

    .modal-news .modal-dialog {
        width: 100%;
        margin: 0;
    }

    .modal-news .modal-content {
        background: transparent;
        padding: 35px;
    }

    .modal-news .product_info * {
        margin-left: auto;
    }



    .modal-news .resz-custom-btn {
        top: 100px;
        right: -35px;
        z-index: 1;
    }

    .modal-news .resz-custom-btn,
    .modal-news h2,
    .modal-news h4 {
        color: #35366e;
    }

    .modal-news .resz-custom-btn:before {
        background: #243d5b;
    }

    .modal-news .modal-image {
        position: relative;
        width: 60%;
        left: auto;
    }


    .service_one {
        margin: 30px 0;
        padding-right: 40px;
    }

    .service_one:after {
        content: '';
        display: block;
        clear: both;
    }

    .service_one_content {
        margin: 0;
    }

    .modal-news img {
        position: relative;
        float: right;
        right: -20%;
        margin: 10px 0 20px 0;
    }

    /*  *   *   *   SERVICE ONE END *   *   *   */



    /*  *   *   *   TYPEPRODUCT ONE *   *   *   */
    .typeproduct_one {
        padding-top: 8em;
    }

    .typeproduct_one img {
        position: relative;
        float: right;
        right: -20%;
        margin-left: -20% !important;
    }

    .typeproduct_one_content {
        font-size: 15px;
        font-weight: 300;
    }

    /*  *   *   *   TYPEPRODUCT ONE END *   *   *   */
}

/* *  *   *   *   news *   *   *   */

.news-wrapper {
    margin-top: 65px;
    display: inline-block;
    width: 100%;
}

.news-item {
    display: block;
    height: 24em;
    margin-bottom: 30px;
    border-radius: 12px;
    padding: 37px 22px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.13);
}

.news-item p {
    margin-bottom: 20px;
}

.news-item:hover {
    text-decoration: none;
}

.news-item:nth-child(3n) {
    margin-right: 0;
}

.news-item h4 {
    text-decoration: underline;
}

.news-item h4:hover {
    text-decoration: none;
}

.news-img {
    height: 10em;
    margin-bottom: 2em;
    text-align: center;
}

.news-img img {
    height: 100%;
}

.modal .news-img {
    display: inline-block;
    margin-right: 2em;
}

.modal-news .modal-content {
    padding: 0 40px 20px;
}

/*  *   *   *   ALL MODAL   *   *   *   */

.modal-news .modal-content {
    padding: 10px 40px 60px;
}

.modal-news .resz-custom-btn {
    background: transparent;
    font-size: 10px;
    position: absolute;
    right: -165px;
    top: 70px;
    transform: rotate(90deg);
    z-index: 1;
}

.modal-news .product_info * {
    margin-left: 45%;
}

.modal-news .product_info img {
    position: absolute;
    width: 40%;
    top: 0;
    left: 0;
    margin-left: 0;
}

.modal-news h2 {
    text-transform: uppercase;
}

.modal-news h4 {
    margin: 0.5em 0;
}

.product_desc,
.news_desc {
    font-weight: 300;
    margin: 2em 0;
}

@media (min-width: 768px) {
    .modal-news .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

@media (max-width: 768px) {
    .footer-site-group div {
        padding: 1.5vh !important;
    }

    .modal-news .modal-dialog {
        width: 100%;
        margin: 0;
    }

    .modal-news .modal-content {
        border-radius: 0;
    }

    .modal-news .product_info img {
        position: relative;
        float: right;
        right: -20%;
        margin: 10px 0 20px 0;
    }

    .modal-news .resz-custom-btn {
        font-size: 14px;
        top: 164px;
        right: -39px;
    }

    .modal-news .product_info * {
        margin-left: 0;
    }

    .product_info {
        padding: 290px 20px 0;
    }

    .product_info h3 {
        font-size: 11.3vw;
    }

    .product_desc {
        font-size: 28px;
        margin: 36px 0;
        line-height: 130%;
    }

    .modal-news .product_desc + img {
        right: auto;
        float: none;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }

    .addinfo {
        font-size: 29px;
        font-weight: 100;
        width: 100%;
        margin-top: 30px;
    }

    .addinfo td {
        line-height: 55px;
        width: 50%;
    }

    .product_info {
        padding: 290px 20px 0;
    }

    .modal-news .resz-custom-btn {
        font-size: 14px;
        top: 164px;
        right: -39px;
    }

    .box-news .title {
        padding: 0 20px;
    }

    .box-news {
        padding-bottom: 0px;
    }
}


/*  *   *   *   ALL MODAL END   *   *   *   */


/*  *   *   *   news END *   *   *   */

#el-text{
    visibility:hidden;
}

.img-customers {
    margin-left: 23%;
    display: flex;
    align-items: center;
}

.type-production{
        margin: 20px;
}

/* Кнопка "Показать ещё" */

.visible-btn{
    text-align: center;
    display: none;
}

#load-btn,
#spinner-box
{
    text-align: center;
    --bs-btn-border-color: #35366e;
    --bs-btn-color: #35366e;
    --bs-primary-rgb:#35366e;
    --bs-btn-hover-color: #black;
    --bs-btn-hover-bg: #9798d0;
}

#posts {
    text-align: center;
    margin-bottom: 5%;
}

@media (max-width: 768px) {
    .img-customers{
        width: 50%;
    }

    .title {
        margin: 15px 0 15px;
    }

    .type-of-products {
        padding: 0 20px;
        text-align: left;
    }
}