/*  *   *   *   ОБЩИЕ   *   *   *   */
body {
    font-family: 'Roboto', sans-serif;
    color: #1c1c1c;
    background: url('//images/hk/body-bg.jpg') repeat;
}

a {
    color: #3d3d3d;
}

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

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

.relative {
    position: relative;
}

.margin-container {
    padding-left: 45px;
    padding-right: 45px;
}

.box-site-group {
    background: #1e3c57;
    padding: 10px 0;
}

a:focus,
a:hover,
a:active {
    outline: none;
    color: inherit;
    text-decoration: none;
}

input {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #1d3a54 !important;
    -webkit-text-fill-color: #ffffff !important;
    color: #ffffff !important;
}

#main-wrapper {
    overflow: hidden;
}

.hidden-xs {
    visibility: hidden;
}

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

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

.copyright,
.develop,
.develop:hover {
    color: #4d6693;
    margin-top: 10px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.caret {
    color: #a2adc3;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.margin-container {
    padding: 0 45px;
}

.relative {
    position: relative;
}

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

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

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

.header-phone {
    color: #3d3d3d;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}

.title {
    font-size: 80px;
    color: #1e3c57;
}

.ls-bg {
    background-image: url('//images/hk/footer-bg-2.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

/*  *   *   *   ОБЩИЕ END   *   *   *   */
/*  *   *   *   BUTTON -- RESIZEBLE CUSTOM  *   *   *   */
.resz-custom-btn,
.resz-custom-btn:focus,
.resz-custom-btn:hover {
    color: #ffffff;
    text-decoration: none;
}

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

.resz-custom-btn:hover {
    cursor: pointer;
}

.resz-custom-btn:before {
    content: '';
    display: block;
    background: #8e9ca9;
    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;
    background: #15293c;
    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 span {
    font-size: 2em;
    font-weight: 900;
    position: relative;
    white-space: nowrap;
    z-index: 3;
}

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

/*  *   *   *   BUTTON -- RESIZEBLE CUSTOM END  *   *   *   */
/*  *   *   *   BUTTON -- MENU MOBILE TOGGLE    *   *   *   */
/*  *   *   *   BUTTON -- MENU MOBILE TOGGLE END    *   *   *   */
/*  *   *   *   DROPDOWN TOGGLE *   *   *   */
.dropdown-toggle {
    background: #ffffff;
    border-color: #ffffff;
    color: #545454;
}

.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background: #ffffff;
    color: #545454;
}

.dropdown-menu {
    background: #ffffff;
    color: #545454;
}

.dropdown-menu li a {
    color: #545454;
}

.dropdown-menu li a:hover {
    background: #28435d;
    color: #ffffff;
}

/*  *   *   *   DROPDOWN TOGGLE END *   *   *   */
/*  *   *   *   MODAL   *   *   *   */
.modal-dialog {
    width: 60%;
    min-width: 400px;
}

.content {
    padding: 0 35px;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.modal-header .resz-custom-btn {
    font-size: 10px;
    top: 70px;
    left: inherit;
    right: -180px;
    transform: rotate(90deg);
    z-index: 1;
}

/*  *   *   *   MODAL END   *   *   *   */
/*  *   *   *   MAIN MENU   *   *   *   */
.main-menu {
    margin-top: 25px;
}

.main-menu li {
    display: inline-block;
    margin-right: 33px;
}

.main-menu li a {
    color: #545454;
    text-transform: uppercase;
}

.main-menu li:last-child {
    margin: 0;
}

/*  *   *   *   MAIN MENU END   *   *   *   */
.main-menu-mobile {
    display: none;
}

.box-site-group {
    background: #ffffff;
    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;
}

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

.box-site-group .dropdown .dropdown-toggle {
    background: #ffffff;
    color: #545454;
    font-weight: 500;
    border: none;
}

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

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

.box-main-nav {
    margin-top: 30px;
}

.box-main-nav .box-main-nav-inner {
    padding: 0 30px;
}

.box-main-nav .main-menu {
    float: right;
}

.box-main-nav .main-menu a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.box-main-slider {
    margin-top: 15px;
}

.box-main-slider #main-slider .carousel-inner {
    padding-bottom: 30px;
}

.box-main-slider #main-slider .item {
    height: 500px;
    border-radius: 12px;
}

.box-main-slider #main-slider .slider-meta-wrapper {
    position: absolute;
    width: 50%;
    bottom: -30px;
    right: 30px;
    padding-left: 30px;
}

.box-main-slider #main-slider .slider-meta {
    background: #4d6693;
    color: #ffffff;
    padding: 40px 40px 23px 40px;
    border-radius: 12px;
}

.box-main-slider #main-slider .slider-meta a {
    color: #a2adc3;
    text-decoration: underline;
}

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

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

.box-main-slider #main-slider .carousel-indicators {
    display: inline-block;
    width: auto;
    bottom: 30px;
    left: auto;
    right: 70px;
    margin: 0;
}

.box-main-slider #main-slider .carousel-indicators li {
    background: #3e5175;
    border: 0;
    height: 16px;
    width: 16px;
    margin: 0;
}

.box-main-slider #main-slider .carousel-indicators li.active {
    background: #2e3c57;
}

.box-about {
    box-sizing: content-box;
    padding-top: 80px;
    padding-bottom: 360px;
}

.box-about .title {
    margin: 70px auto 50px;
}

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

.box-about .mob-bl {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.box-about .box-production-text {
    position: relative;
    bottom: 85px;
}

.box-about .box-advantages {
    z-index: 10;
}

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

.box-about h4 {
    color: #4d6693;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.box-about .list-advantages {
    list-style-image: url(//images/hk/ul-style.png);
    margin-left: 20px;
}

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

.production-kinds-wrapper,
.shareholders-kinds-wrapper {
    margin-top: 43px;
}

.production-meta a,
.shareholders-meta a {
    font-size: 20px;
    color: #35366e;
    border-bottom: 1px dashed;
}

.box-production {
    background: #e0e9f5;
    position: relative;
    bottom: 60px;
    padding-bottom: 60px;
    padding-top: 60px;
}

.box-production .title {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.box-production .title:after {
    content: '';
    width: 1000px;
    display: block;
    height: 4px;
    background: #1e3c57;
    position: absolute;
    top: 45px;
    left: 260px;
}

.box-production .production-item {
    margin: 40px;
}

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

.box-production .production-item .production-img img {
    border: 1px solid #e0e9f5;
    border-radius: 60px;
}

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

.box-production .production-meta p {
    margin-top: 5px;
    margin-bottom: 0;
    color: #1e3c57;
}

.box-shareholders {
    position: relative;
    min-height: 20em;
}

.box-shareholders .shareholders-item {
    margin-bottom: 15px;
}

.box-shareholders .shareholders-item .shareholders-img {
    width: 70px;
}

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

.box-news {
    padding-top: 40px;
    padding-bottom: 80px;
}

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

.news-item {
    display: block;
    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: 13em;
    margin-bottom: 2em;
    text-align: center;
}

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

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

#all-modal {
    background: #1e3c57;
}

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

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

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

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

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

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

#all-modal h2 {
    text-transform: uppercase;
}

#all-modal h4 {
    margin: 0.5em 0;
}

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

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

@media (max-width: 768px) {
    .box-production {
        margin-top: 20px !important;
    }

    .box-news .title {
        padding: 0 35px !important;
        font-size: 56px !important;
    }

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

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


/*  *   *   *   news END *   *   *   */
footer {
    background: url(//images/hk/footer-bg-1.png) no-repeat 0 bottom, url(//images/hk/footer-bg-2.png) no-repeat right 40px top 115px;
    background-color: #1e3c57;
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 45px;
}

footer .title {
    margin-top: 10px;
    color: #4d6693;
    margin-bottom: 10px;
}

footer .footer-phone,
footer .footer-address,
footer .footer-email {
    color: #ffffff;
}

footer .footer-phone {
    font-size: 28px;
    margin-top: 20px;
}

footer .footer-address {
    font-size: 20px;
    margin-top: 10px;
}

footer .footer-email {
    font-size: 20px;
    display: block;
    margin-top: 3px;
}

footer .footer-feedback-wrapper {
    overflow: hidden;
}

footer .footer-feedback-wrapper .resz-custom-btn {
    position: relative;
    margin-top: 40px;
}

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

footer .footer-contacts {
    background-color: #4d6693;
    padding: 35px 45px 40px 45px;
    border-radius: 12px;
    position: absolute;
    width: 100%;
    max-width: 500px;
    top: -70px;
}

footer .footer-contacts h4 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 18px;
}

footer .footer-contacts .bootstrap-select {
    width: 100% !important;
    margin-top: 15px;
}

footer .footer-contacts .dropdown-toggle {
    background: #405782;
    color: #ffffff;
    border-color: #4d6693;
}

footer .footer-contacts .change-btn {
    display: inline-block;
    width: 53px;
    height: 53px;
    background: url(//images/hk/change.png) no-repeat center;
    float: right;
    margin-top: 18px;
}

footer .footer-contacts .change-btn:hover {
    opacity: 0.9;
}

footer .footer-contacts .resz-custom-btn {
    color: #ffffff;
}

footer .footer-contacts .resz-custom-btn:before {
    background: #2d4a7b;
}

footer .footer-contacts .resz-custom-btn:after {
    background: #2d4a7b;
}

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

footer .footer-contacts .resz-custom-btn {
    font-size: 9px;
    position: relative;
    margin-top: 15px;
}

footer .footer-contacts .resz-custom-btn:before {
    width: 9em;
    left: 20em;
}

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

.fixed-feedback {
    background: #28435d;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    lefT: 0;
    right: 0;
    padding-top: 23px;
    padding-bottom: 17px;
    z-index: 1100;
}

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

.fixed-feedback .feedback-text {
    display: inline-block;
    background: #28435d;
    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;
}

#feedback-modal {
    position: fixed;
    padding: 0 !important;
    z-index: 1100;
}

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

#feedback-modal .modal-content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    padding: 90px;
    background-color: #1e3c57;
    overflow-y: auto;
}

#feedback-modal .modal-content .close-btn {
    top: 190px;
    right: 40px;
}

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

#feedback-modal .bootstrap-select {
    width: 100% !important;
}

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

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

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

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

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

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

#feedback-modal .form-control:-ms-input-placeholder {
    color: #ffffff;
}

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

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

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

#services-modal {
    background: rgba(40, 67, 93, 0.8);
}

#services-modal .modal-body {
    padding: 0 35px;
}

#services-modal h2 {
    color: #15293c;
}

#services-modal .info_desc {
    margin-top: 40px;
}

/*  *   *   *   РАЗМЕР ДО 768 ПИКСЕЛЕЙ  *   *   *   */
@media (max-width: 768px) {

    .col-md-12 {
        display: none;
    }

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

    .news-img {
        height: 9em;
    }

    #all-modal .resz-custom-btn {
        color: #28435d;
    }

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

    #all-modal .modal-content {
        border-radius: 0;
    }

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

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

    #all-modal .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%;
    }

    #all-modal .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%;
    }

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

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

    .hidden-xs {
        display: none !important;
    }

    .main-menu-mobile {
        display: block;
    }

    .logo {
        display: block;
        height: 75px;
        margin: 45px 0 5px -23px;
        text-align: center;
    }

    .logo img {
        height: 100%;
        margin: 0 auto;
    }

    .container {
        width: auto;
        padding: 0;
    }

    .row {
        margin: 0;
    }

    .col-md-6,
    .col-md-12 {
        padding: 0;
    }

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

    .ls-bg {
        background-position: right -390px bottom 70px;
        background-size: 100%;
    }

    .main-menu-mobile {
        background: #28435d;
        position: fixed;
        height: 96px;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 20;
    }

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

    .main-menu-mobile .menu-toggle {
        background: #28435d;
    }

    .main-menu-mobile .menu-toggle {
        display: block;
        position: absolute;
        height: 46px;
        width: 46px;
        top: 26px;
        right: 40px;
        margin: 0;
        padding: 7px 0 0 10px;
        border: 0.2em solid #ffffff;
        border-radius: 3em;
        box-sizing: border-box;
    }

    .main-menu-mobile .menu-toggle .bar {
        display: block;
        background: #ffffff;
        height: 1px;
        width: 21px;
        margin-bottom: 9px;
    }

    .main-menu-mobile .menu-toggle:after {
        content: '';
        background: #28435d;
        position: absolute;
        height: 1em;
        width: 1em;
        left: 7px;
        top: 33px;
        transform: rotate(25deg);
    }

    .box-main-nav {
        margin: 100px 0 30px;
    }

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

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

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

    .box-main-slider #main-slider .item .slider-meta-wrapper {
        height: 30vh;
        width: 100%;
        bottom: 0;
        right: 0;
        padding: 0;
        overflow: hidden;
    }

    .box-main-slider #main-slider .item .slider-meta {
        font-size: 14px;
        line-height: 21px;
        height: 100%;
        padding: 49px 37px 0;
        border-radius: 0;
    }

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

    .box-main-slider #main-slider .item .slider-meta p {
        margin: 6px 0 22px;
    }

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

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

    .box-about {
        padding: 20px 0 0;
    }

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

    .box-about .pad-bl h1 {
        font-size: 3rem;
        margin: 50px 0 15px;
    }

    .box-about .mob-bl {
        background: #4d6693;
        top: 100%;
        bottom: auto;
    }

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

    .box-about p {
        line-height: 21px;
    }

    .box-about .box-production-text {
        bottom: 0;
        padding: 20px 5px;
    }

    .box-about .box-advantages {
        position: static;
        margin-top: 70px;
    }

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

    .box-about .box-advantages-inner {
        padding: 44px 36px;
        border-radius: 0;
    }

    .box-about .list-advantages li {
        margin-bottom: 22px;
    }

    .box-production {
        bottom: 0;
        margin-top: 80px;
        padding: 0 35px;
    }

    .box-production .title {
        font-size: 56px;
        line-height: 56px;
        margin: 50px 0 0;
    }

    .box-production .title:after {
        display: none;
    }

    .box-production .production-kinds-wrapper {
        margin: 0;
        padding: 35px 0 95px;
    }

    .box-production .production-item {
        margin: 20px 0;
    }

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

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

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

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

    .box-shareholders {
        bottom: 0;
        padding: 50px 35px 30px;
    }

    .box-shareholders .title {
        font-size: 50px;
        line-height: 56px;
    }

    .box-shareholders .shareholders-item {
        margin-bottom: 15px;
    }

    .box-shareholders .shareholders-img,
    .box-shareholders .shareholders-meta {
        display: inline-block;
    }

    footer {
        position: relative;
        background-image: url(//images/hk/footer-bg-2.png);
        background-repeat: no-repeat;
        background-position: right -230px bottom;
        background-size: 60%;
        margin: 0;
        padding: 0;
    }

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

    footer .title {
        display: none;
    }

    footer img {
        height: 100% !important;
        margin: 0;
    }

    footer .col-md-6:nth-child(1) {
        height: 69px;
        margin-top: 350px;
        padding: 0 35px;
    }

    footer .col-md-6:nth-child(2) {
        background: #4d6693;
        margin-top: -420px;
        padding: 1px 25px 0;
    }

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

    footer .footer_logo {
        background: url('//images/hk/xk_logo.png') no-repeat center left;
        background-origin: content-box;
        background-size: contain;
        height: 100px;
        margin: 0 -10px 50px;
    }

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

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

    footer .footer-contacts h4 {
        font-size: 25px;
        margin-bottom: 23px;
    }

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

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

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

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

    footer .footer-contacts .dropdown-toggle {
        font-weight: 300;
        width: 75%;
    }

    footer .footer-contacts .resz-custom-btn:before {
        width: 37em;
    }

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

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

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

    footer .copyright-meta .col-md-6:nth-child(1) {
        height: auto;
        margin: 180px 0 0;
    }

    footer .copyright-meta .col-md-6:nth-child(2) {
        background: transparent;
    }

    footer .copyright-meta p {
        font-size: 14px;
        margin-bottom: 0;
    }

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

    /*  *   *   *   MODAL   *   *   *   */
    .modal-dialog,
    .modal-content {
        min-height: 100%;
        width: 100%;
        top: 0;
        margin: 0;
    }

    .modal-content {
        position: absolute;
        padding: 0 60px;
        border-radius: 0;
    }

    .modal-header {
        padding: 0;
        color: #ffffff;
    }

    .modal-header .resz-custom-btn {
        font-size: 10px;
        top: 120px;
        left: inherit;
        right: -20px;
        transform: rotate(90deg);
        z-index: 1;
    }

    .modal-header .resz-custom-btn {
        color: #15293c;
    }

    .modal-header .resz-custom-btn:before {
        background: #15293c;
    }

    .modal-header .resz-custom-btn:after {
        background: #15293c;
    }

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

    .modal-body li a {
        color: #ffffff;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 24px;
        font-weight: 100;
        border-bottom: 1px solid #ffffff;
    }

    .modal-footer {
        width: 100%;
        bottom: 0;
        margin: 12px 0 0;
        padding: 0;
    }

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

    /*  *   *   *   MODAL END   *   *   *   */
    #feedback-modal .modal-body,
    #feedback-modal .modal-footer {
        padding-top: 20px;
    }

    #feedback-modal .title {
        font-size: 70px;
        line-height: 70px;
        color: #ffffff;
    }

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

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

    #feedback-modal .resz-custom-btn {
        color: #ffffff;
    }

    #feedback-modal .resz-custom-btn:before {
        background: #8e9ca9;
    }

    #feedback-modal .resz-custom-btn:after {
        background: #15293c;
    }

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

    #menu-mobile-modal .modal-content {
        background-color: #1e3c57;
        /*background-image: url('//images/hk/logo.png');*/
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        padding: 40px 35px 0;
        border-radius: 0;
        overflow-y: auto;
    }

    #menu-mobile-modal .modal-content .resz-custom-btn {
        color: #ffffff;
    }

    #menu-mobile-modal .modal-content .resz-custom-btn:before {
        background: #8e9ca9;
    }

    #menu-mobile-modal .modal-content .resz-custom-btn:after {
        background: #15293c;
    }

    #menu-mobile-modal .modal-content .resz-custom-btn:hover:after {
        width: 19em;
    }

    #menu-mobile-modal .modal-content .modal-header .resz-custom-btn {
        font-size: 9px;
        top: 100px;
        left: inherit;
        right: -25px;
        transform: rotate(90deg);
        z-index: 1;
    }

    #menu-mobile-modal .modal-content .modal-header .resz-custom-btn:hover:after {
        width: 19em;
    }

    #menu-mobile-modal .modal-content .modal-header h1 {
        font-size: 55px;
        color: #ffffff;
        margin: 10px 0 0;
        padding: 0;
        text-transform: uppercase;
    }

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

    #menu-mobile-modal .modal-content .modal-footer .resz-custom-btn:hover:after {
        width: 30em;
    }

    #menu-mobile-modal .modal-content li {
        margin-bottom: 23px;
    }

    #menu-mobile-modal .footer-site-group {
        background: #4d6693;
        position: absolute;
        height: 70px;
        width: 100%;
        bottom: 0;
    }

    #menu-mobile-modal .footer-site-group div {
        background-origin: content-box;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 100%;
        padding: 10px;
    }

    #services-modal .modal-header .resz-custom-btn {
        color: #15293c;
    }

    #services-modal .modal-header .resz-custom-btn:before {
        background: #15293c;
    }

    #services-modal .modal-header .resz-custom-btn:after {
        background: #d0dbf1;
    }

    #services-modal .modal-header .resz-custom-btn:hover:after {
        width: 19em;
    }

    #services-modal .modal-body .info {
        margin-top: 290px;
    }

    #services-modal .modal-body h2 {
        color: #15293c;
        font-size: 85px;
        margin-bottom: 0.4em;
        text-transform: uppercase;
    }

    #services-modal .modal-body .info_desc {
        font-size: 20px;
        line-height: 35px;
    }

    #menu-mobile-modal .modal-content .modal-footer .resz-custom-btn {
        display: none;
    }

    #menu-mobile-modal .footer-site-group div {
        padding: 0px;
        background-size: 50%;
    }
}

/*  *   *   *   РАЗМЕР ДО 768 ПИКСЕЛЕЙ END  *   *   *   */
/*  *   *   *   РАЗМЕР ДО 480 ПИКСЕЛЕЙ  *   *   *   */
@media (max-width: 480px) {
    .sub-title-info {
        font-size: 15px;
        line-height: 22px;
    }

    .box-production {
        margin-top: 100px;
    }

    footer {
        background-image: url(//images/hk/footer-bg-2.png);
        background-repeat: no-repeat;
        background-position: right -240px bottom;
        background-size: 100%;
    }

    footer .footer-contacts .resz-custom-btn:before {
        width: 13em;
    }

    #feedback-modal .ls-bg {
        background-position: right -360px bottom 70px;
        background-size: 150%;
    }

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

    #feedback-modal .modal-header .resz-custom-btn {
        font-size: 9px;
        top: 100px;
        left: inherit;
        right: -20px;
        transform: rotate(90deg);
        z-index: 1;
    }

    #feedback-modal .modal-header .resz-custom-btn {
        color: #ffffff;
    }

    #feedback-modal .modal-header .resz-custom-btn:before {
        background: #8e9ca9;
    }

    #feedback-modal .modal-header .resz-custom-btn:after {
        background: #15293c;
    }

    #feedback-modal .modal-header .resz-custom-btn:hover:after {
        width: 19em;
    }

    #feedback-modal .modal-header img {
        width: 285px;
        margin: 10px 0 0;
    }

    #feedback-modal .title {
        font-size: 55px;
        line-height: 59px;
        color: #ffffff;
        width: 60%;
        margin: 30px 0 0 !important;
        text-align: left;
    }

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

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

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

    #feedback-modal .modal-footer .resz-custom-btn {
        left: inherit;
        right: 5px;
    }

    #feedback-modal .modal-footer .resz-custom-btn {
        color: #ffffff;
    }

    #feedback-modal .modal-footer .resz-custom-btn:before {
        background: #8e9ca9;
    }

    #feedback-modal .modal-footer .resz-custom-btn:after {
        background: #15293c;
    }

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

    #menu-mobile-modal .ls-bg {
        background-position: right -360px bottom 70px;
        background-size: 150%;
    }

    #menu-mobile-modal .modal-content {
        padding: 20px 35px 0;
    }

    #menu-mobile-modal .modal-header .resz-custom-btn {
        font-size: 9px;
        top: 100px;
        left: inherit;
        right: -20px;
        transform: rotate(90deg);
        z-index: 1;
    }

    #menu-mobile-modal .modal-header .resz-custom-btn {
        color: #ffffff;
    }

    #menu-mobile-modal .modal-header .resz-custom-btn:before {
        background: #8e9ca9;
    }

    #menu-mobile-modal .modal-header .resz-custom-btn:after {
        background: #15293c;
    }

    #menu-mobile-modal .modal-header .resz-custom-btn:hover:after {
        width: 19em;
    }

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

    #menu-mobile-modal .modal-header h1 {
        margin: 10px 0 0;
    }

    #menu-mobile-modal .modal-body {
        padding: 20px 0;
    }

    #menu-mobile-modal .modal-body li {
        margin-bottom: 26px;
    }

    #menu-mobile-modal .modal-footer {
        margin: 0;
    }

    #menu-mobile-modal .modal-footer .resz-custom-btn {
        font-size: 9px;
        bottom: 100px;
        right: 5px;
    }

    #services-modal .modal-content {
        padding: 0 35px;
    }

    #services-modal .modal-header .resz-custom-btn {
        font-size: 9px;
        top: 100px;
        left: inherit;
        right: -25px;
        transform: rotate(90deg);
        z-index: 1;
    }

    #services-modal .modal-header .resz-custom-btn {
        color: #15293c;
    }

    #services-modal .modal-header .resz-custom-btn:before {
        background: #15293c;
    }

    #services-modal .modal-header .resz-custom-btn:after {
        background: #d0dbf1;
    }

    #services-modal .modal-header .resz-custom-btn:hover:after {
        width: 19em;
    }

    #services-modal .modal-body .info {
        margin-top: 175px;
    }

    #services-modal .modal-body h2 {
        font-size: 55px;
    }

    #services-modal .modal-body .info_desc {
        font-size: 14px;
        line-height: 22px;
    }

    #menu-mobile-modal .modal-content .modal-footer .resz-custom-btn {
        display: none;
    }

    #menu-mobile-modal .footer-site-group div {
        padding: 0px;
        background-size: 50%;
    }
}

/*  *   *   *   РАЗМЕР ДО 480 ПИКСЕЛЕЙ END  *   *   *   */

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

.news-item {
    text-align: center;
}

.modal-content {
    padding: 20px;
}

.slider-meta {
    background: #4d6693;
}

.slider-meta h3, .slider-meta a {
    color: #a2adc3;
}