/*
Theme Name: ЮгСталь
Author: Skysait
Author URI:
Description: Производственное предприятие Югсталь
Version: 1.0
*/


@import "fonts.css";

body {
    background-color: #ddd9c8;
}

.white {
    color: #ddd9c8;
}

a:focus {
    text-decoration: none;
    color: #ffffff;
}

button {
    outline: none;
}

input:focus,
textarea:focus {
    outline: none;
}

* {
    font-style: normal;
}

body,
html {
    overflow-x: hidden;
}

.ajax-loader,
.wpcf7-response-output {
    display: none !important;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.col-sm-2.row {
    margin-left: 0px;
}

.wpcf7-not-valid {
    border: 2px red solid !important;
}

span.wpcf7-not-valid-tip {
    display: inherit !important;
}

.mobile-block {
    display: none;
}

.modal-vdo video {
    width: 100%;
}

.h_footer {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    background-position: 0% 50%;
    padding: 8px 0px 8px 50px;
    margin-top: 0;
    line-height: 22px;
}

/* ===============  custom scroll  =============== */

::-webkit-scrollbar {
    width: 12px;
    height: 3px;
}

::-webkit-scrollbar-button {
    background-color: #666;
    display: none;
}

::-webkit-scrollbar-track {
    background-color: #999;
}

::-webkit-scrollbar-track-color {
    color: #EBEBEB;
}

::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    border-radius: 2px;
}

::-webkit-scrollbar-corner {
    background-color: #999;
}



@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}


/* ===============  preloader  =============== */
/* .loaderArea {
    background: #ffffff;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    z-index: 100000000;
}

.loaderArea img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 1s;
} */


/* ===============  header  =============== */
.mane-page .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.header {
    position: relative;
    overflow: hidden;
    height: 100vh;
    z-index: 8;
}

.header video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header .cont {
    /*background: rgba(000,000,000,0.7);*/
    background: url(../images/black-33.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

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

.header-top .row {
    z-index: 555;
    position: relative;
}

.header .header-top img.logo {
    margin-left: 25px;
    max-width: 200px;
    margin-top: 3px;

}

.nav-menu-fixed a img {
    margin-left: 15px;
    margin-top: 5px;
    height: 53px;
}

.header .header-top .bg {
    background: none;
    width: 70px;
    height: 75px;
    margin-left: -15px;
    padding-top: 25px;
    padding-left: 18px;
    display: none;
}

.header .header-top a.hidd {
    width: 33px;
    height: 21px;
    display: table;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 246px;
}

.header .header-top a.hidd img {
    width: 33px;
    height: 21px;
}

.header .header-top h1 {
    color: #ffffff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    line-height: 20px !important;
}

.header .header-top h1 i,
.header .mobile-none h1 i,
.slidemenu .nav-menu-fixed h1 i {
    font-style: normal;
    text-transform: uppercase;
    font-size: 15px;
}

.header .header-top a.menu {
    color: #ffffff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    text-decoration: none;
    background: url(../images/burger.svg) no-repeat;
    background-position: 3px 50%;
    background-size: 33px 21px;
    padding: 4px 4px 4px 50px;
    display: table;
    margin-top: 25px;
    cursor: pointer;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.header .header-top a.menu:hover {
    background: url(../images/burger.svg) no-repeat, rgba(0, 0, 0, 0.4);
    background-position: 3px 50%;
    background-size: 33px 21px;
}

.header .header-top a.contact {
    color: #ffffff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    text-decoration: none;
    display: table;
    margin-left: auto;
}

.header .header-top .set {
    position: relative;
    right: 80px;
}

.header .header-top .lang {
    display: table;
    margin: 15px 0px 10px auto;

}

.header .header-top .lang li {
    display: inline-block;
    list-style: none;
    padding: 0 6px;
    position: relative;
}

.header .header-top .lang li.current-lang a {
    color: #fff;
}

.lang-item-en:after,
.lang-item-first:after {
    content: '/';
    position: absolute;
    width: 5px;
    height: 100%;
    right: -3px;
    top: 0;
    font-family: "MONTSERRAT-LIGHT";
    color: #C5C5C5;
}

.header .header-top .lang a {
    color: #C5C5C5;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    font-family: "MONTSERRAT-LIGHT";
}

.header .header-top .lang a.active {
    color: #ffffff;
}

.header .content .tpp {
    margin-top: 75px;
}

.header .content ul:not(.sub-menu) {
    list-style-type: none;
    padding: 0;
    /* margin-top: 20vh; */
    margin-top: calc(50vh - 75px);
    transform: translateY(-50%);

}


.header .content ul.menu {
    list-style-type: none;
    padding: 0px;
    margin-top: 20vh;
    margin-top: calc(50vh - 75px);
    transform: translateY(-50%);
    position: relative;
    z-index: 500;
}

.yg-sidebar ul.menu {
    list-style-type: none;
    padding: 0px;
    position: relative;
    z-index: 500;
    margin-top: 50px;
}

.header .content ul.sub-menu,
.yg-sidebar ul.sub-menu {
    position: absolute;
    top: 50%;
    display: none;
    width: 350px;
    right: -350px;
    padding-left: 25px;
    z-index: 100;
    list-style-type: none;
    transform: translateY(-50%);
}

.header .content ul.sub-menu ul.sub-menu,
.yg-sidebar ul.sub-menu ul.sub-menu {
    padding-left: 10px;
}

.header .content ul.menu li:hover>ul.sub-menu,
.yg-sidebar ul.menu li:hover>ul.sub-menu {
    display: block;
}

.header .content ul.sub-menu li {
    background-color: rgba(0, 0, 0, 0.85);
    width: auto;
}

.yg-sidebar ul.sub-menu li {
    background-color: rgba(255, 255, 255, 0.85);
    width: auto;
}

.header .content ul.sub-menu li a {
    padding: 15px;
    color: #fff;
}

.yg-sidebar ul.sub-menu li a {
    color: #1c1c1c;
    padding: 10px 15px;
}

.yg-sidebar ul.sub-menu li.menu-item-has-children a {
    padding-right: 40px;
}

.header .content ul li.menu-item-has-children:after,
.yg-sidebar ul li.menu-item-has-children:after {
    content: '\203a';
    color: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -17px;
    line-height: 1;
    width: 12px;
    font-size: 30px;
    transition: transform 0.1s ease, margin-top 0.1s ease;
}

.yg-sidebar ul li.menu-item-has-children:after,
.yg-sidebar ul.sub-menu li.menu-item-has-children:after {
    color: #1c1c1c;
    opacity: 0.5;
}

.header .content ul.sub-menu li.menu-item-has-children:after {
    color: rgba(255, 255, 255, 0.85);
}

.header .content ul.menu li.menu-item-has-children:hover:after,
.yg-sidebar ul.menu li.menu-item-has-children:hover:after {
    transform: rotate(90deg);
    margin-top: -14px;
}

.header .content ul.menu>li:before,
.yg-sidebar ul.menu>li:before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    height: 1px;
    width: 14px;
    left: 10px;
    top: 50%;
    display: block;
    transition: width 0.2s, left 0.2s;
}

.yg-sidebar ul.menu>li:before {
    background-color: #322015;
    opacity: 0.8;
}

.header .content ul.menu>li:hover:before,
.header .content ul.menu>li.current-menu-item:before,
.yg-sidebar ul.menu>li:hover:before,
.yg-sidebar li.current-menu-item:before {
    width: 24px;
    left: 0;
    background-color: #ffffff;
}

.yg-sidebar ul.menu>li:hover:before,
.yg-sidebar li.current-menu-item:before {
    background-color: #322015;
    opacity: 1;
}

.header .content ul.menu>li,
.yg-sidebar ul.menu>li {
    padding-right: 50px;
}

.header .content ul li,
.yg-sidebar ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    width: 80%;
    position: relative;
}

.yg-sidebar ul li {
    border-top: 1px solid #322015;
}

.header .content ul li:nth-last-child(1) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.yg-sidebar ul li:nth-last-child(1) {
    border-bottom: 1px solid #322015;

}

.header .content ul li a,
.yg-sidebar ul li a {
    display: block;
    padding: 13px 0px 13px 40px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-family: "MONTSERRAT-LIGHT";
    cursor: pointer;
    transition: 0.2s;
}

.yg-sidebar ul li a {
    color: #1c1c1c;
    font-size: 14px;
}

.header .content ul li a:hover {
    color: #ffffff;
}

.yg-sidebar ul li:hover a {
    color: #000;
}

.header .content ul li a:hover span {
    width: 24px;
    left: -40px;
    color: #ffffff;
}

.yg-sidebar ul li a:hover span {
    width: 24px;
    left: -40px;
    color: #ffffff;
}

.header .content ul li a.active {
    color: #ffffff;
}

.yg-sidebar ul li a.active {
    color: #ffffff;
}

.header .content ul li a.active span {
    width: 24px;
    left: -40px;
    color: #ffffff;
}

.header .content ul li a span {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 1px;
    width: 14px;
    left: -30px;
    top: 10px;
    display: block;
    transition: 0.2s;
}

.mobile-menu {
    position: fixed;
    z-index: 9999;
    top: 50px;
    width: 100%;
    display: none;
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.mobile-menu::-webkit-scrollbar {
    display: none;
}

.mobile-menu ul>li {
    background-color: #fff;
}

.mobile-menu ul>li>a {
    color: #000;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    position: relative;
}

.mobile-menu ul>li.menu-item-has-children .sub-menu a {
    padding-left: 25px;
}

.mobile-menu ul>li.menu-item-has-children .sub-menu .sub-menu a {
    padding-left: 35px;
}

.mobile-menu ul>li.menu-item-has-children .sub-menu .sub-menu .sub-menu a {
    padding-left: 45px;
}

.mobile-menu ul>li.menu-item-has-children .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 55px;
}

.mobile-menu ul>li>a:after {
    position: absolute;
    content: '';
    right: -50%;
    left: -50%;
    width: 200%;
    height: 1px;
    bottom: 0;
    background-color: #000;
}

/* .mobile-menu ul.sub-menu ul.sub-menu > li > a:after{
    display: none;
} */

.mobile-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: #fff;
}

.mobile-menu ul.sub-menu {
    border-bottom: 1px solid #000;
}

.mobile-menu ul>li.menu-item-has-children>a {
    width: 85%;
}

.mobile-menu ul>li.menu-item-has-children ul {
    display: none;
}

/* .mobile-menu ul > li.menu-item-has-children li a::after{
    background-color: #000;
} */
/* 
.mobile-menu ul.sub-menu{
    padding-left: 15px;
} */

.mobile-menu ul>li.menu-red {
    position: relative;
    background-color: #322015;
    color: #fff;
    border-bottom: 0;
}

.mobile-menu ul>li.menu-red>a {
    color: #fff;
}

.mobile-menu ul>li.menu-red>a::after {
    background-color: #fff;
}


/* .mobile-menu ul > li.menu-item-has-children li{
    background-color: #322015;
} */

.mobile-menu ul>li.menu-item-has-children {
    position: relative;
}

.mobile-menu ul>li.menu-item-has-children:after {
    content: '\203a';
    color: #000;
    position: absolute;
    right: 15px;
    top: 20px;
    transform: rotate(90deg);
    margin-top: -10px;
    line-height: 1;
    width: 12px;
    font-size: 25px;
    transition: transform 0.1s ease, margin-top 0.1s ease;
}

.mobile-menu ul>li.menu-item-has-children.menu-red:after {
    color: #fff;
}

.mobile-menu ul>li.menu-item-has-children.active:after {
    right: 19px;
    transform: rotate(-90deg);
    margin-top: -17px;
}

.header .content h1 {
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    letter-spacing: 0.05em;
    line-height: 45px;
    font-size: 40px;
    margin-top: 15vh;
}

.mobile-none span {
    font-size: 15px;
    margin-top: 20px;
    display: block;
}

.header .content .h_header {
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    letter-spacing: 0.05em;
    line-height: 45px;
    font-size: 40px;
    margin-top: 15vh;
}

.header .content h2 {
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    font-size: 15px;
    margin-top: 90px;
}

.header .content a.price {
    position: fixed;
    z-index: 3;
    right: -55px;
    top: 25%;
    transform: rotate(-90deg);
    text-decoration: none;
    font-size: 18px;
    font-family: "MONTSERRAT-LIGHT";
    color: rgba(255, 255, 255, 0.7);
    background: #322015;
    /*    padding: 12px 20px;*/
    display: block;
    width: 161px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    /*    margin-right: -33px;*/
    transition: 0.3s;
}

.header .content a.price:hover {
    border-bottom: none;
    color: #ffffff;
}

.header .content a.purchase {
    position: fixed;
    z-index: 3;
    right: -55px;
    top: 53%;
    transform: rotate(-90deg);
    text-decoration: none;
    font-size: 18px;
    font-family: "MONTSERRAT-LIGHT";
    color: rgba(255, 255, 255, 0.7);
    background: #1C1C1C;
    /* padding: 12px 20px; */
    display: block;
    width: 161px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    /* margin-right: -40px; */
    transition: 0.3s;
}

.header .content a.purchase:hover {
    border-bottom: none;
    color: #ffffff;
}

.header .content a.video {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    background: url(../images/header-button.png) no-repeat;
    background-position: 0% 50%;
    padding: 5px 20px 30px 100px;
    display: table;
    margin-top: 13vh;
    transition: 0.3s;
}

.header .content a.video:hover {
    background: rgba(255, 255, 255, 0.05) url(../images/header-button.png) no-repeat;
    background-position: 0% 50%;
}

.header .content a.video span {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    margin-bottom: 15px;
    font-family: "MONTSERRAT-LIGHT";
}

.header .content .scroll-down {
    position: fixed;
    width: 60px;
    height: 120px;
    bottom: 0;
}

.header .content .scroll-down span {
    color: #ffffff;
    font-size: 13px;
    font-family: "MONTSERRAT-REGULAR";
    position: absolute;
    left: 20px;
    top: 20px;
    transform: rotate(-90deg);
    width: 120px;
}

.header .content .scroll-down i {
    width: 2px;
    height: 120px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.header .content .scroll-down i:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 29px;
    width: 2px;
    background: #322015;
    -webkit-animation: move 2s infinite;
    animation: move 2s infinite;
}

@-webkit-keyframes move {
    from {
        top: -20px;
        bottom: -20px;
    }

    to {
        top: 145px;
        bottom: 145px;
    }
}

@keyframes move {
    from {
        top: -20px;
        bottom: -20px;
    }

    to {
        top: 145px;
        bottom: 145px;
    }
}



/* ===============  slidemenu  =============== */
.slidemenu {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 100%;
    background: #322015;
    display: none;
}

.slidemenu .nav-menu-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

.slidemenu .nav-menu-fixed h1 {
    color: #ffffff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    line-height: 20px;
}

.slidemenu .nav-menu-fixed a.menu {
    color: #ffffff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    text-decoration: none;
    background: url(../images/cancel.svg) no-repeat;
    background-position: 0% 50%;
    background-size: 33px 21px;
    padding-left: 45px;
    display: table;
    margin-top: 25px;
    cursor: pointer;
}

.slidemenu .nav-menu-fixed a.contact {
    color: #ffffff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    text-decoration: none;
    display: table;
    margin-left: auto;
}

.slidemenu .nav-menu-fixed .lang {
    display: table;
    margin: 15px 0px 10px auto;
}

.slidemenu .nav-menu-fixed .lang li {
    display: inline-block;
    list-style: none;
    padding: 0 6px;
    position: relative;
}

.slidemenu .nav-menu-fixed .lang li.current-lang a {
    color: #fff;
}

.slidemenu .nav-menu-fixed .set {
    position: relative;
    right: 80px;
}

.slidemenu .nav-menu-fixed .lang a {
    color: #C5C5C5;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "MONTSERRAT-LIGHT";
}

.slidemenu .nav-menu-fixed .lang a.active {
    color: #ffffff;
}

.slidemenu .tpp {
    padding: 130px 150px 0px 150px;
}

.slidemenu .tpp2 {
    padding: 0px 150px;
}

.slidemenu .tpp2 a {
    color: rgba(255, 255, 255, 0.6);

}

.slidemenu .m1 a.company {
    border-bottom: 1px solid transparent;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.03em;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    margin-top: 7px;
    margin-bottom: 20px;
    display: table;
    text-decoration: none;
    position: relative;
}

.slidemenu .m1 a.company:hover {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.slidemenu .m1 a.clients_lnk {
    border-bottom: 1px solid transparent;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.03em;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    margin-top: 7px;
    margin-bottom: 20px;
    display: table;
    text-decoration: none;
    position: relative;
}

.slidemenu .m1 a.clients_lnk:hover {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.slidemenu .m1 ul {
    list-style-type: none;
    padding: 0px;
}

.slidemenu .m1 ul li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    margin: 15px 0px;
    display: table;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid transparent;
}

.slidemenu .m1 ul li a:hover {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.slidemenu .m1 ul li a.active {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: -1px;
    top: 1px;
}

.slidemenu .m2 ul {
    list-style-type: none;
    padding: 0px;
}

.slidemenu .m2 ul li a {
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.03em;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    margin: 25px 0px;
    display: table;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid transparent;
}

.slidemenu .m2 ul li a:hover {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.slidemenu .m2 a.tender {
    color: #ffffff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
    padding-bottom: 5px;
    text-decoration: none;
    display: table;
    margin-top: 40px;
}

.slidemenu .m2 a.price {
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    display: table;
    margin-top: 30px;
    background: url(../images/menu-price.png) no-repeat;
    background-position: -1px 50%;
    border: 1px solid #ffffff;
    padding: 12px 40px 12px 100px;
}

.slidemenu h2 {
    color: rgba(255, 255, 255, 0.6);
    line-height: 22px;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
}

.slidemenu h3 {
    color: rgba(255, 255, 255, 0.6);
    line-height: 22px;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    text-align: right;
}

.slidemenu h4 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    text-align: right;
    margin-top: 0;
    letter-spacing: 1px;
}



/* ===============  bl-1  =============== */
.bl-1 {
    position: relative;
    z-index: 1;
    height: 100vh;
}

.bl-1 img.imbg {
    width: 100%;
    height: 100vh
}

.bl-1 .hov:hover .pl {
    opacity: 1;
}

.bl-1 .hov:hover h1 {
    color: #ffffff;
}

.bl-1 .abs1 {
    position: relative;
    width: 100%;
    transition: 0.3s;
}

.bl-1 .abs2 {
    position: relative;
    width: 100%;
    transition: 0.3s;
}

.bl-1 .abs3 {
    position: relative;
    width: 100%;
    transition: 0.3s;
}

.bl-1 .hov:hover .abs1 {
    width: 110%;
    z-index: 1;
}

.bl-1 .hov:hover .abs2 {
    width: 110%;
    margin-left: -5%;
    z-index: 1;
}

.bl-1 .hov:hover .abs3 {
    width: 110%;
    margin-left: -10%;
    z-index: 1;
}

.bl-1 .pl {
    background: rgba(000, 000, 000, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
}

.bl-1 .pl2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bl-1 img.icon {
    display: block;
    margin: 35% auto 0px auto;
}

.bl-1 .height {
    height: 60px;
    margin-bottom: 80px;
}

.bl-1 h1 {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    letter-spacing: 0.04em;
    font-size: 36px;
    font-family: "MONTSERRAT-BOLD";
    transition: 0.3s;
}

.h_cange1 {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    letter-spacing: 0.04em;
    font-size: 36px;
    font-family: "MONTSERRAT-BOLD";
    transition: 0.3s;
}

.bl-1 h2 {
    color: #ffffff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    display: table;
    margin: auto;
    position: relative;
    top: 35px;
}

.bl-1 .over {
    display: table;
    margin: auto;
    position: relative;
    top: 100px;
    opacity: 0;
    transition: 0.5s;
}

.bl-1 .over p {
    color: #ffffff;
    font-size: 12px;
    font-family: "MONTSERRAT-LIGHT";
    text-align: right;
    padding-right: 30px;
}

.bl-1 .hov:hover .over {
    opacity: 1;
    top: 50px;
}


/* ===============  bl-2  =============== */
.bl-2 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
    height: 100vh;
}

.bl-2 h1 {
    letter-spacing: 0.04em;
    font-size: 55px;
    color: #1C1C1C;
    font-family: "MONTSERRAT-BOLD";
    margin-bottom: 50px;
}

.h_cange2 {
    letter-spacing: 0.04em;
    font-size: 55px;
    color: #1C1C1C;
    font-family: "MONTSERRAT-BOLD";
    margin-bottom: 50px;
}

.bl-2 .lr-pdd {
    padding: 0px 100px;
}

.bl-2 .col-sm-4 {
    margin-bottom: 80px;
}

.bl-2 .col-sm-4 a {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    height: 348px;
}

.bl-2 .col-sm-4 img.bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s;
}

.bl-2 .col-sm-4 .pl {
    background: rgba(000, 000, 000, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bl-2 .col-sm-4 h3 {
    font-size: 22px;
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    max-width: 350px;
    padding-left: 20px;
}

.bl-2 .col-sm-4 h3 span {
    font-family: "MONTSERRAT-LIGHT";
    font-size: 16px;
}

.bl-2 .col-sm-4 img.ok {
    width: 280px;
    display: block;
    margin: 0px auto;
}

.bl-2 .col-sm-4 p {
    color: #ffffff;
    letter-spacing: 0.04em;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 12px;
    text-align: center;
    margin-top: -40px;
}

.bl-2 .col-sm-4 .pss-abs-hover {
    position: absolute;
    bottom: 0px;
    opacity: 0;
    width: 100%;
    transition: 0.5s;
}

.bl-2 .col-sm-4 a:hover .pss-abs-hover {
    opacity: 1;
    bottom: 40px;
}

.bl-2 .col-sm-4 a:hover img.bg {
    transform: scale(1.07);
}

.bl-2 .col-sm-4 a:hover .pl {
    background: rgba(000, 000, 000, 0.6);
}

.bl-2 a.more {
    position: absolute;
    z-index: 3;
    right: 222px;
    top: 110px;
    text-decoration: none;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    color: #1C1C1C;
    padding: 14px 20px;
    border: 1px solid #322015;
    transition: 0.3s;
}

.bl-2 a.more:hover {
    color: #ffffff;
    background: #1c1c1c;
}

.bl-2 a.more img {
    width: auto;
    position: absolute;
    transform: translate(0%, -50%) rotate(90deg);
    right: -10px;
    top: 50%;
    transition: 0.3s;
}

.bl-2 a.more:hover img {
    right: -15px;
}


/* ===============  bl-3  =============== */
.bl-3 {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 50px;
    height: 100vh;
    width: 100%;
}

.bl-3 h1 {
    letter-spacing: 0.04em;
    font-size: 30px;
    color: #1C1C1C;
    line-height: 37px;
    padding: 0;
    font-family: "MONTSERRAT-LIGHT";
    margin-bottom: 20px;
    margin-top: 0;
}

.h_cange3 {
    letter-spacing: 0.04em;
    font-size: 30px;
    color: #1C1C1C;
    line-height: 37px;
    padding: 0;
    font-family: "MONTSERRAT-LIGHT";
    margin-bottom: 20px;
    margin-top: 0;
}

.bl-3 h1 span {
    float: left;
    color: #322015;
    font-size: 65px;
    font-family: "MONTSERRAT-BOLD";
    line-height: 75px;
    margin-right: 10px;
}

.bl-3 .h_cange3 span {
    float: left;
    color: #322015;
    font-size: 65px;
    font-family: "MONTSERRAT-BOLD";
    line-height: 75px;
    margin-right: 10px;
}

.bl-3 .lr-pdd {
    padding: 0px 100px !important;
}

.bl-3 img {
    width: 700px;
    display: block;
    margin-left: auto;
}

.bl-3 #map {
    width: 100%;
    height: 100vh;
}

.bl-3 h6 {
    max-width: 460px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 13px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px;
}

#map h3 {
    font-size: 16px;
    color: #000000;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 10px;
    font-family: "MONTSERRAT-BOLD";
}

#map p {
    font-family: "MONTSERRAT-LIGHT";
    font-size: 12px;
    color: #000000;
}

#map h4 {
    font-family: "MONTSERRAT-LIGHT";
    font-size: 12px;
    color: #000000;
    padding-top: 5px;
}

#map h5 {
    font-family: "MONTSERRAT-REGULAR";
    font-size: 14px;
    color: #000000;
}

#map h5 span {
    font-family: "MONTSERRAT-BOLD";
}


/* ===============  bl-4  =============== */
.bl-4 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 100vh;
}

.bl-4 video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bl-4 .cont {
    background: rgba(000, 000, 000, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.bl-4 h1 {
    color: #ffffff;
    line-height: 35px;
    font-size: 22px;
    font-family: "MONTSERRAT-MEDIUM";
    margin-top: 30vh;
}

.bl-4 .h_cange4 {
    color: #ffffff;
    line-height: 35px;
    font-size: 22px;
    font-family: "MONTSERRAT-MEDIUM";
    margin-top: 30vh;
}

.bl-4 img {
    display: block;
    margin: auto;
    width: 100%;
    padding: 0px 15px;
}

.bl-4 section img {
    width: 235px;
}

.bl-4 section.slider {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.bl-4 .lr-pdd {
    padding: 0px 200px;
}

.bl-4 .slick-slide {
    outline: none;
    margin-top: 15vh;
}

.bl-4 .slick-prev:before {
    content: url(../images/arrow-left.png);
    opacity: 1;
}

.bl-4 .slick-next:before {
    content: url(../images/arrow-right.png);
    opacity: 1;
}

.bl-4 .slick-prev {
    left: -150px;
    top: 65%;
    width: 150px;
    height: 40px;
    z-index: 1;
}

.bl-4 .slick-next {
    right: -150px;
    top: 65%;
    width: 150px;
    height: 40px;
    z-index: 1;
}



/* ===============  footer  =============== */
.footer {
    position: relative;
    background: #5e5047;
    height: 100vh;
    z-index: 12;
}

.footerscrl {
    z-index: 9;
}

.footer .lr-pdd {
    padding: 0px 200px;
}

.footer .lr-pdd2 {
    padding: 0px 100px;
}

.footer .tpp {
    margin-top: 30vh;
}

.footer ul {
    list-style-type: none;
    padding: 0px;
}

.footer ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    width: 80%;
}

.footer ul li:nth-last-child(1) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer ul li a {
    display: block;
    padding: 20px 0px 20px 40px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    transition: 0.2s;
}

.footer ul li a:hover {
    color: #ffffff;
}

.footer ul li a:hover span {
    width: 24px;
    left: -40px;
    color: #ffffff;
}

.footer ul li a span {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 1px;
    width: 14px;
    left: -30px;
    top: 10px;
    display: block;
    transition: 0.2s;
}

.footer ul li a.active {
    color: #ffffff;
}

.footer ul li a.active span {
    width: 24px;
    left: -40px;
    color: #ffffff;
}

.hov_lang {
    z-index: 999;
    position: absolute;
    overflow: hidden;
    height: 40px;
    top: 22px;
    right: 24px;
    color: #ffffff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    text-decoration: none;
}

.hov_lang:hover {
    height: 150px;
    transition: 1s;
}

.footer h1 {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    background: url(../images/address.png) no-repeat;
    background-position: 0% 50%;
    padding: 8px 0px 8px 50px;
    margin-top: 0px;
    line-height: 22px;
}

.footer .h_footer {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";

    background-position: 0% 50%;
    padding: 8px 0px 8px 50px;
    margin-top: 0px;
    line-height: 22px;
}

.p1 {
    background: url(../images/address.png) no-repeat;
}

.p2 {
    background: url(../images/phone.png) no-repeat;
}

.link {
    text-decoration: none;
    color: #fff;
}

.footer .h_footer a {
    color: rgba(255, 255, 255, 0.85);
}

.footer h2 {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    background: url(../images/phone.png) no-repeat;
    background-position: 0% 50%;
    padding: 5px 0px 5px 50px;
    line-height: 22px;
}

.footer h3 {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    background: url(../images/mail.png) no-repeat;
    background-position: 0% 50%;
    padding: 5px 0px 5px 50px;
    line-height: 22px;
}

.footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    width: 145px;
    margin-left: 50px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.footer .bottom {
    background: #262626;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.footer h4 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-family: "MONTSERRAT-LIGHT";
    margin: 0;
    padding: 40px 0;
}

.footer h5 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-family: "MONTSERRAT-LIGHT";
    text-align: right;
    margin: 0px;
    padding: 40px 0px;
}



/* ===============  company-nav  =============== */
ul.company-nav li:nth-child(1) {
    border-top: none;
    display: block;
    /*    padding: 15px 0px 15px 40px;*/
    color: #ffffff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
}

ul.company-nav li:nth-child(1) span {
    position: relative;
    border-bottom: 1px solid #ffffff;
    height: 1px;
    width: 24px;
    left: -40px;
    top: 10px;
    display: block;
}

ul.loyalty-nav {
    margin-top: 9vh !important;
}


/* ===============  about-company  =============== */
.about-company {
    height: 100vh;
}

.about-company3 .barWrapper {
    border: 1px solid #d1d0d0;
    padding: 0 40px;
    margin: 0 auto 40px auto;
    max-width: 1200px;
}

.about-company .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

/* .about-company .content ul {
    margin-top: 10vh;
} */

.about-company1 {
    height: 100vh;
    background: url(../images/bg1.jpg) center/cover;
}

ul {
    list-style-type: none;
}

.img {

    text-align: center;
    max-width: 450px;
}

.img2 {
    margin-right: 40px;
    margin-left: 40px;
}

.about-company1 p {
    color: #ffffff;
    font-size: 20px;
    font-family: "MONTSERRAT-BOLD";
    margin-top: 200px;
    text-transform: uppercase;
}

.about-company3 .tabAcc h3 {
    color: #fff;
    font-size: 17px;
    font-family: "MONTSERRAT-LIGHT";
    width: 350px;
    height: 70px;
    padding-top: 23px;
    cursor: pointer;
    margin: 20px auto;
    text-align: center;
    background: #322015;
}

.about-company1 h1 {
    color: #e6e6e6;
    font-size: 16px;
    letter-spacing: 0.04em;
    font-family: "MONTSERRAT-LIGHT";
    margin-top: 200px;
}

.about-company1 h1 span {
    font-size: 22px;
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
}

.about-company1 a {
    text-decoration: none;
    color: #1C1C1C;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    background: url(../images/header-button2.png) no-repeat;
    background-position: 0% 50%;
    padding: 5px 20px 30px 100px;
    display: table;
    margin-top: 30vh;
    transition: 0.3s;
}

.about-company1 a:hover {
    background: rgba(255, 255, 255, 0.2) url(../images/header-button2.png) no-repeat;
    background-position: 0% 50%;
}

.about-company1 a span {
    display: block;
    color: #1C1C1C;
    font-size: 12px;
    margin-bottom: 15px;
    font-family: "MONTSERRAT-LIGHT";
}



.about-company2 {
    height: 100vh;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.about-company2 .cont {
    background: rgba(000, 000, 000, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.about-company2 h1 {
    text-align: center;
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 0.04em;
    font-family: "MONTSERRAT-BOLD";
    margin-top: 30vh;
    margin-bottom: 20vh;
}

.about-company2 h2 {
    color: #ffffff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    display: table;
    margin: auto;
    line-height: 25px;
}

.about-company2 h2 span {
    font-size: 80px;
    font-family: "MONTSERRAT-BOLD";
    text-align: center;
}


.about-list {
    font-size: 20px;
}

.about-lsit .div {
    font-size: 16px;
}

.about-company3 {

    color: #322015;
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 50px;
    background: #ece3cf;
}

.about-company3 figure {
    margin: 0 0 0 35px;
}

.about-company3 .accordion li>div {
    background: #F5F5F5;
}

.about-company3 h1 {
    text-align: center;
    color: #1C1C1C;
    letter-spacing: 0.04em;
    font-size: 50px;
    font-family: "MONTSERRAT-BOLD";
    margin-bottom: 50px;
}

.about-company3 .lr-pdd {
    padding: 0px 150px;
}

.about-company3 h2 span {
    margin: 0px !important;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    text-align: center !important;
    padding: 21px 0px 35px 0px !important;
    border-radius: 0px !important;
    background: #322015;
}

.about-company3 #one {
    display: block;
    margin: 70px auto;
}

.about-company3 h6 {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    margin: 0px;
    padding: 45px 0;
    color: rgba(28, 28, 28, 0.85);
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
}

.about-company3 .barBl {
    padding: 45px 0 45px 50px;
    display: inline-block;
    width: 69%;
    vertical-align: middle;
    border-left: 1px solid #d1d0d0;
}

.about-company3 h6 span {
    font-size: 36px;
    font-family: "MONTSERRAT-BOLD";
}

.about-company3 table {
    width: 100%;
    border: 1px solid rgba(112, 112, 112, 0.5);
    margin-bottom: 20px;
    background: #F5F5F5;
}

.about-company3 table tr td {
    padding: 65px 22px 66px 30px;
}

.about-company3 table tr td:nth-child(1) {
    width: 40%;
    border-right: 1px solid rgba(112, 112, 112, 0.5);
}

.about-company3 table tr td:nth-child(2) {
    width: 60%;
}

.about-company3 .progress {
    border-radius: 50px;
    height: 5px;
    overflow: visible;
    background: #CFCFCF;
    margin-bottom: 10px;
}

.about-company3 .progress-bar {
    background: rgba(28, 28, 28, 0.7);
    transition: width 1.5s ease-in-out;
    border-radius: 50px;
}

.about-company3 span.progressText {
    color: rgba(28, 28, 28, 0.8);
    font-size: 12px;
    font-family: "MONTSERRAT-LIGHT";
}

.about-company3 span.progressText b {
    font-weight: normal;
    float: right;
}

.videoFon {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}


.about-company4 {
    height: 100vh;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
}

.about-company4 .cont {
    background: rgba(000, 000, 000, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.about-company4 h1 {
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    letter-spacing: 0.04em;
    font-family: "MONTSERRAT-BOLD";
    margin-top: 20vh;
}

.about-company4 h2 {
    letter-spacing: 0.04em;
    font-family: "MONTSERRAT-BOLD";
    color: #ffffff;
    font-size: 32px;
    margin-top: 20vh;
}

.about-company4 .lr-pdd {
    padding: 0px 100px;
}

.about-company4 h3 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    font-family: "MONTSERRAT-LIGHT";
    margin-top: 40px;
}

.about-company4 h4 {
    font-family: "MONTSERRAT-BOLD";
    color: rgba(255, 255, 255, 0.85);
    font-size: 32px;
    letter-spacing: 0.04em;
    margin-top: 30px;
}

.about-company4 h5 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-family: "MONTSERRAT-LIGHT";
}

.about-company4 a {
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 22px;
    border: 2px solid #ffffff;
    display: table;
    margin: -70px auto 0px auto;
    padding: 10px 40px 10px 30px;
    transition: 0.3s;
}

.about-company4 a img {
    position: absolute;
    right: -30px;
    top: 17px;
    transition: 0.3s;
}

.about-company4 a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.about-company4 a:hover img {
    right: -50px;
}



.about-company5 {
    position: relative;
    z-index: 1;
    padding-top: 75px;
}

.about-company5 a {
    text-decoration: none;
    display: block;
    padding: 50px 0px 80px 0px;
    position: relative;
    left: 0px;
    transition: 0.3s;
}

.about-company5 a p {
    color: #1C1C1C;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    margin: 0px;
}

.about-company5 a p span {
    color: #1C1C1C;
    text-transform: uppercase;
    font-size: 22px;
    font-family: "MONTSERRAT-BOLD";
}

.about-company5 a:hover {
    background: rgba(000, 000, 000, 0.1);
}

.about-company5 .lr-pdd {
    padding: 0px 250px;
}

.about-company5 a img {
    position: relative;
    left: 0px;
    transition: 0.3s;
}

.about-company5 a:hover img {
    left: 30px;
}



h4 {
    margin-right: 5px;
}

/* ===============  company-home  =============== */
.company-home {
    height: 100vh;
}

.company-home .header-top .lang li.current-lang a {
    color: #322015;
}

.company-home .header-top h1 {
    color: #1C1C1C;
}

.company-home .header-top a.menu {
    color: #1C1C1C;
    background: url(../images/burger-black.svg) no-repeat;
    background-position: 0% 50%;
    background-size: 33px 21px;
}

.company-home .header-top a.contact {
    color: #1C1C1C;
    display: table;
    margin-top: -5px;
}

.company-home .content2 {
    margin-top: 75px;
}

.company-home .content2 a {
    display: block;
    text-decoration: none;
    position: relative;
    height: calc(50vh - 37.5px);
    overflow: hidden;
}

.company-home .content2 img.bg {
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    transition: 0.5s;
}

.company-home .content2 .pl {
    background: rgba(000, 000, 000, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.company-home .content2 h3,
.company-home .content2 h1 {
    text-transform: uppercase;
    font-size: 25px;
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    letter-spacing: 0.04em;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    display: table;
    margin: 0px auto;
}

.company-home .content2 img.ok {
    width: 70%;
    display: block;
    margin: 0px auto;
}

.company-home .content2 p {
    color: #ffffff;
    letter-spacing: 0.04em;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 12px;
    text-align: right;
    padding-right: 25%;
    margin-top: -40px;
}


.company-home .content2 .pss-abs-hover {
    position: absolute;
    bottom: 0px;
    opacity: 0;
    width: 100%;
    transition: 0.5s;
}

.company-home .content2 a:hover .pss-abs-hover {
    opacity: 1;
    bottom: 50px;
}

.company-home .content2 a:hover img.bg {
    transform: scale(1.07);
}

.bg1 {
    background: url(../images/black-33.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute;

    left: 0px;
    z-index: 5;
}


/* ===============  company-numbers  =============== */
.company-numbers {
    background-color: #322015;
    height: 100vh;
}

.company-numbers .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

/* .company-numbers .content ul {
    margin-top: 10vh;
} */

.company-numbers1 {
    padding: 80px 100px;
    background-color: #322015;
}

.company-numbers1 .lr-pdd {
    padding: 0px 100px;
}

.company-numbers1 .col-sm-6 {
    margin: 50px 0px;
}

.company-numbers1 .brd {
    border-left: 5px solid #d7b56d;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-left: 20px;
    max-width: 490px;
}

.company-numbers1 h3 {
    color: #fff;
    letter-spacing: 0.04em;
    font-size: 80px;
    font-family: "MONTSERRAT-BOLD";
    margin: 0px;
}

.company-numbers1 h4 {
    font-size: 22px;
    color: #fff;
    font-family: "MONTSERRAT-LIGHT";
}



.company-numbers2 {
    background: #F6F6F6;
    padding-top: 10px;
    padding-bottom: 20px;
}

.company-numbers2 a {
    text-decoration: none;
    display: block;
    padding: 50px 0px;
    position: relative;
    left: 0px;
    transition: 0.3s;
}

.company-numbers2 .lr-pdd {
    padding: 0px 250px;
}

.company-numbers2 a p {
    color: #1C1C1C;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
}

.company-numbers2 a p span {
    text-transform: uppercase;
    color: #1C1C1C;
    font-size: 22px;
    font-family: "MONTSERRAT-BOLD";
}

.company-numbers2 a img {
    position: relative;
    left: 0px;
    transition: 0.3s;
}

.company-numbers2 a:hover img {
    left: 30px;
}



/* ===============  persons  =============== */
.peopli .pop-col {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    width: 49%;
    padding-right: 40px;
}

.peopli img {
    max-width: 1270;
    width: 100%;
    height: auto;
}

.peopli .pop-col h2 {
    color: #ffffff;
    font-size: 36px;
    font-family: "MONTSERRAT-BOLD";
}

.peopli .pop-col h3 {
    margin-bottom: 40px;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    color: rgba(255, 255, 255, 0.6);
}

.peopli .pop-col h6 {
    color: #ffffff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
}

.persons {
    background: url(../images/persons-bg.jpg) center/cover;
    height: 100vh;
}

.persons .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

/* .persons .content ul.menu {
    margin-top: 10vh;
} */

.persons1 img {
    width: 100%;
}

.persons1 .pl {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 15px;
    width: 360px;
}

.persons1 .pl h2 {
    color: #ffffff;
    font-size: 36px;
    font-family: "MONTSERRAT-BOLD";
    letter-spacing: 0.04em;
}

.persons1 .pl h3 {
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    color: rgba(255, 255, 255, 0.6);
    display: table;
    padding-left: 30px;
    margin-top: 50px;
}

.persons1 .link-hvr {
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 2;
    display: block;
    width: 0;
    text-decoration: none;
    font-size: 0;
    font-family: "MONTSERRAT-LIGHT";
    color: #ffffff;
    padding: 10px;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.link-hvr-show {
    width: 273px !important;
    font-size: 16px !important;
}

.persons1 .link-hvr:hover {
    background: rgba(255, 255, 255, 0.1);
}

.persons1 .pl a img {
    width: 230px;
    display: block;
    margin-top: 10px;
}

.persons1 .col-sm-6 .row {
    border-bottom: 1px solid #ffffff;
}

.persons1 .brd {
    position: absolute;
    right: 0px;
    height: 100%;
    top: 0;
    border-right: 1px solid #ffffff;
}



/* ===============  projects  =============== */
.projects {
    height: 100vh;
}

.projects .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

/* .projects .content ul {
    margin-top: 10vh;
} */

.projects1 {
    padding-top: 70px;
}

.projects1 .lr-pdd {
    padding: 0px 100px;
}

.projects1 h1 {
    color: #1C1C1C;
    font-size: 50px;
    line-height: 60px;
    font-family: "MONTSERRAT-BOLD";
    max-width: 1200px;
    margin: 20px auto 50px auto;
}

.projects1 h1 span {
    display: block;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
}

.projects1 img {
    width: 100%;
    height: auto;
}

.projects1 img.arrow {
    width: auto;
    position: absolute;
    right: 15px;
    top: 50%;
}

.projects1 a {
    display: block;
    background: #F6F6F6;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.projects1 a .col-sm-12 {
    transition: .7s;
}

.white12 {
    background: #fff;
    box-shadow: inset 0 0 7px #322015;
}

.projects1 .pdd1 {
    padding-left: 50px;
}

.projects1 h2 {
    font-size: 16px;
    color: #1C1C1C;
    font-family: "MONTSERRAT-LIGHT";
    margin-top: 50px;
}

.projects1 h3 {
    font-size: 21px;
    color: #1C1C1C;
    font-family: "MONTSERRAT-MEDIUM";
    margin-top: 50px;
    overflow: hidden;
    max-height: 75px;
    max-width: 320px;
}



/* ===============  our-clients  =============== */
.clients {
    height: 100vh;
    background-size: cover !important;
    background-position: 50% !important;
}

.clients .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

/* .clients .content ul {
    margin-top: 10vh;
} */


.clients1 {
    padding-top: 70px;
}

.clients1 h1 {
    color: #1C1C1C;
    font-size: 50px;
    line-height: 60px;
    font-family: "MONTSERRAT-BOLD";
}

.clients1 .lr-pdd {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.clients1 .bg1 {
    background: #F6F6F6;
}

.clients1 .bg2 {
    background: #EEEEEE;
}

.clients1 img {
    width: 100%;
}

/* ===============  our-partners  =============== */
.partners {
    background: url(../images/partners-bg.jpg) center/cover;
    height: 100vh;
}


/* ===============  loyalty-program  =============== */
.loyalty-program {
    height: 100vh;
}

.loyalty-program .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.loyalty-program .content ul {
    margin-top: 0vh;
}

.loyalty-program1 {
    padding: 100px 20px;
}

.loyalty-program1 .lr-pdd {
    margin: 0px 80px;
    position: relative;
    margin-bottom: 70px;
}

.loyalty-program1 img {
    width: 100%;
}

.loyalty-program1 .pl {
    background: rgba(193, 30, 30, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loyalty-program1 .pl img {
    width: auto;
    background: #ffffff;
    padding: 15px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transition: .7s;
}

.loyalty-program1 h2 {
    color: #ffffff;
    font-size: 30px;
    font-family: "MONTSERRAT-BOLD";
    letter-spacing: 0.04em;
    margin-left: 30px;
    margin-top: 50px;
}



/* ===============  delivery  =============== */
.delivery {
    height: 100vh;
}

.delivery .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.delivery .content ul {
    margin-top: 0vh;
}

.delivery .content h1 {
    margin-top: 0 !important;
}

.delivery .content h2 {
    color: #ffffff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    margin-top: 20vh;
}

.delivery .content h3 {
    color: #ffffff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
}



/* ===============  quality  =============== */
.quality {
    height: 100vh;
}

.quality .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.quality .content ul {
    margin-top: 0vh;
}

.quality .content h1 {
    margin-top: 0 !important;
}

.quality .content h2 {
    color: #ffffff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    margin-top: 10vh;
}

.quality .content h3 {
    color: #ffffff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    margin-bottom: 50px;
}

.quality .content p {
    color: #ffffff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    padding-left: 20px;
    margin-top: 10px !important;
    background: url(../images/point.png) no-repeat;
    background-position: 0px 50%;
}



/* ===============  custom-manufacturing  =============== */
.custom-manufacturing {
    height: 100vh;
}

.custom-manufacturing .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.custom-manufacturing .content ul {
    margin-top: 0vh;
}

.custom-manufacturing .content h2 {
    color: #ffffff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    margin-bottom: 50px;
}

.custom-manufacturing .content a.manufacturing {
    display: table;
    background: #322015;
    padding: 15px 70px 15px 50px;
    text-decoration: none;
    margin-left: auto;
    margin-right: 200px;
    color: #ffffff;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 16px;
    position: relative;
    border: 1px solid transparent;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.custom-manufacturing .content a.manufacturing:hover {
    border: 1px solid #fff;
    background: no-repeat;
}

.custom-manufacturing .content a.manufacturing img {
    position: absolute;
    right: -40px;
    top: 25px;
}


.custom-manufacturing1 {
    height: 100vh;
    background: url(../images/custom-manufacturing1-bg.jpg) center/cover;
}

.custom-manufacturing1 h2 {
    font-size: 60px;
    color: #1C1C1C;
    font-family: "MONTSERRAT-REGULAR";
    line-height: 75px;
    margin-top: 80px;
    margin-bottom: 30px;
}

.custom-manufacturing1 h3 {
    line-height: 23px;
    color: #1C1C1C;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    margin-bottom: 50px;
}

.custom-manufacturing1 h3 span {
    font-size: 50px;
    font-family: "MONTSERRAT-BOLD";
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.custom-manufacturing1 h4 {
    color: #1C1C1C;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
}

.custom-manufacturing1 h4 span {
    font-size: 22px;
    font-family: "MONTSERRAT-BOLD";
}

.custom-manufacturing1 a {
    display: block;
    background: #322015;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    margin-right: 50px;
    color: #ffffff;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 16px;
    position: relative;
}

.custom-manufacturing1 a img {
    position: absolute;
    right: -30px;
    top: 20px;
}


.custom-manufacturing2 {
    padding-top: 80px;
}

.custom-manufacturing2 h1 {
    font-size: 50px;
    color: #1C1C1C;
    font-family: "MONTSERRAT-BOLD";
}

.custom-manufacturing2 h2 {
    font-size: 22px;
    color: #1C1C1C;
    font-family: "MONTSERRAT-LIGHT";
}

.custom-manufacturing2 h6 {
    text-align: center;
    font-size: 13px;
    color: #606060;
    font-family: "MONTSERRAT-LIGHT";
}

.form-block {
    width: 80%;
    padding: 35px 100px;
}

.form-block label {
    font-weight: normal;
    font-size: 22px;
    color: #322015;
    font-family: "MONTSERRAT-LIGHT";
    margin: 40px 0px 20px 0px;
}

.form-block ::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(000, 000, 000, 0.5);
    font-family: "MONTSERRAT-LIGHT";
}

.form-block ::-moz-placeholder {
    font-size: 16px;
    color: rgba(000, 000, 000, 0.5);
    font-family: "MONTSERRAT-LIGHT";
}

.form-block :-moz-placeholder {
    font-size: 16px;
    color: rgba(000, 000, 000, 0.5);
    font-family: "MONTSERRAT-LIGHT";
}

.form-block :-ms-input-placeholder {
    font-size: 16px;
    color: rgba(000, 000, 000, 0.5);
    font-family: "MONTSERRAT-LIGHT";
}

.form-block .wpcf7-list-item.first {
    margin-right: 50px;
}

.form-block form input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.form-block form input[name="field1"] {
    width: 100%;
    color: #000000;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #707070;
    font-family: "MONTSERRAT-BOLD";
}

.form-block form input[name="field2"] {
    width: 100%;
    color: #000000;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #707070;
    font-family: "MONTSERRAT-BOLD";
}

.form-block form input[name="field3"] {
    width: 100%;
    color: #000000;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #707070;
    font-family: "MONTSERRAT-BOLD";
}

.form-block form input[name="field4"] {
    width: 100%;
    color: #000000;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #707070;
    font-family: "MONTSERRAT-BOLD";
}

.form-block form input[name="field5"] {
    width: 100%;
    color: #000000;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #707070;
    font-family: "MONTSERRAT-BOLD";
}

.link-1 {
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-family: "MONTSERRAT-LIGHT";
    height: 70px;
    display: block;
    margin: 30px auto 0px auto;
    background: #322015;
    outline: none;
    font-size: 16px;
    border: none;
    width: 70%;
    transition: 0.3s;
}

.link-1:hover {
    width: 80%;
}



/* ===============  purchase  =============== */
.purchase1 {
    height: 100vh;
}

.purchase1 .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.purchase1 .content .left-prh {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.purchase1 .content .right-prh {
    display: inline-block;
    width: 46%;
    padding-top: 15vh;
    color: #fff;
    font-size: 20px;
    font-family: "MONTSERRAT-MEDIUM";
}

.logo1 {
    max-width: 330px;
}

.purchase1 .content .right-prh p {
    margin-top: 0;
}

.purchase1 .content ul {
    margin-top: 0vh;
}

.purchase2 .col-sm-4 {
    overflow: hidden;
}

.purchase2 img {
    width: 100%;
    height: auto;
}

.purchase2 h2 {
    color: #ffffff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    position: relative;
    top: 50%;
    padding: 0px 30px;
    margin: 0px;
    transition: 0.3s;
}

.purchase2 .pl {
    background: rgba(000, 000, 000, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.purchase2 .col-sm-4:hover h2 {
    font-family: "MONTSERRAT-BOLD";
    font-size: 27px;
    top: 30%;
}

.purchase2 .col-sm-4:hover hr {
    opacity: 1;
}

.purchase2 hr {
    border: 5px solid #322015;
    width: 145px;
    margin: 10px 0px 0px 0px;
    opacity: 0;
    transition: 0.3s;
}


.purchase3 {
    padding-top: 80px;
}

.purchase3 h1 {
    font-size: 50px;
    color: #1C1C1C;
    font-family: "MONTSERRAT-BOLD";
}

.form-block2 {
    width: 80%;
    padding: 35px 100px;
    display: block;
    margin: auto;
}

.form-block2 label {
    font-weight: normal;
    font-size: 22px;
    color: #322015;
    font-family: "MONTSERRAT-LIGHT";
    margin: 40px 0px 20px 0px;
}

.form-block2 ::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(000, 000, 000, 0.5);
    font-family: "MONTSERRAT-LIGHT";
}

.form-block2 ::-moz-placeholder {
    font-size: 16px;
    color: rgba(000, 000, 000, 0.5);
    font-family: "MONTSERRAT-LIGHT";
}

.form-block2 :-moz-placeholder {
    font-size: 16px;
    color: rgba(000, 000, 000, 0.5);
    font-family: "MONTSERRAT-LIGHT";
}

.form-block2 :-ms-input-placeholder {
    font-size: 16px;
    color: rgba(000, 000, 000, 0.5);
    font-family: "MONTSERRAT-LIGHT";
}

.form-block2 .wpcf7-list-item.first {
    margin-right: 50px;
}

.form-block2 form input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.form-block2 form input[name="field1"] {
    width: 100%;
    color: #000000;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #707070;
    font-family: "MONTSERRAT-BOLD";
}

.form-block2 form input[name="field2"] {
    width: 100%;
    color: #000000;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #707070;
    font-family: "MONTSERRAT-BOLD";
}

.form-block2 form input[name="field3"] {
    width: 100%;
    color: #000000;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #707070;
    font-family: "MONTSERRAT-BOLD";
}

.form-block2 form input[name="field4"] {
    width: 100%;
    color: #000000;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #707070;
    font-family: "MONTSERRAT-BOLD";
}

.form-block2 form input[name="field5"] {
    width: 100%;
    color: #000000;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #707070;
    font-family: "MONTSERRAT-BOLD";
}

.form-block2 form input[name="field6"] {
    width: 100%;
    color: #000000;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #707070;
    font-family: "MONTSERRAT-BOLD";
}

.form-block2 form input[name="field7"] {
    width: 100%;
    color: #000000;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #707070;
    font-family: "MONTSERRAT-BOLD";
}

.form-block2 form input[name="field8"] {
    width: 100%;
    color: #000000;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #707070;
    font-family: "MONTSERRAT-BOLD";
}

.form-block2 form input[name="field9"] {
    width: 100%;
    color: #000000;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #707070;
    font-family: "MONTSERRAT-BOLD";
}

.form-block2 form input[name="field10"] {
    width: 100%;
    color: #000000;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #707070;
    font-family: "MONTSERRAT-BOLD";
}

.form-block2 form input[name="field11"] {
    width: 100%;
    color: #000000;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #707070;
    font-family: "MONTSERRAT-BOLD";
}

.form-block2 form input[name="file-1"] {
    margin-top: 20px;
    position: relative;
    width: 134px;
    height: 24px;
    display: block;
    z-index: 1;
}

.form-block2 form input[name="file-1"]:before {
    content: " Прикрепить файл ";
    color: #1c1c1c;
    font-size: 14px;
    font-family: "MONTSERRAT-LIGHT";
    border-bottom: 1.2px dashed #1c1c1c;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5;
}

.fileEN,
.fileUA {
    margin-top: 20px;
    position: relative;
    width: 134px;
    height: 24px;
    display: block;
    z-index: 1;
}

.fileUA:before {
    content: " Прикріпити файл ";
    color: #1c1c1c;
    font-size: 14px;
    font-family: "MONTSERRAT-LIGHT";
    border-bottom: 1.2px dashed #1c1c1c;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5;
}

.fileEN:before {
    content: " Attach file ";
    color: #1c1c1c;
    font-size: 14px;
    font-family: "MONTSERRAT-LIGHT";
    border-bottom: 1.2px dashed #1c1c1c;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5;
}

.link-2 {
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-family: "MONTSERRAT-LIGHT";
    height: 70px;
    display: block;
    margin: 30px auto 0px auto;
    background: #322015;
    outline: none;
    font-size: 16px;
    border: none;
    width: 70%;
    transition: 0.3s;
}

.link-2:hover {
    width: 80%;
}


/* ===============  faq  =============== */
.faq {
    background: url(../images/faq-bg.jpg) center/cover;
    height: 100vh;
}

.faq .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.faq .content ul {
    margin-top: 0vh;
}


.faq1 {
    padding: 100px 150px;
}

.faq1 h2 {
    line-height: 23px;
    color: #1C1C1C;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    margin-bottom: 50px;
}

.faq1 a.this {
    color: #322015;
}

.faq1 .coll a {
    display: block;
    margin: 10px 0px;
    background: #322015;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    padding: 30px 15px;
    font-size: 18px;
    font-family: "MONTSERRAT-LIGHT";
}

.faq1 .cont {
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    color: #1c1c1c;
    line-height: 23px;
}


/* ===============  career  =============== */
.career {
    height: 100vh;
}

.career .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

/* .career .content ul {
    margin-top: 10vh;
} */
.career h3 {
    color: #fff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
}

.career1 {
    padding: 100px 0 0 0;
}

.career1 h2 {
    width: 100%;
    max-width: 970px;
    line-height: 30px;
    color: #606060;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    margin-bottom: 0;
    margin-top: 0;
}

.career1 h4 {
    width: 100%;
    max-width: 970px;
    color: #1C1C1C;
    font-size: 46px;
    font-family: "MONTSERRAT-BOLD";
    margin-bottom: 90px;
    margin-top: 90px;
}

.career1 .coll .coll-link {
    position: relative;
    display: block;
    margin: 20px 0px;
    text-decoration: none;
    color: #606060;
    padding: 30px 0 30px 35px;
    border-left: 4px solid #322015;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
    font-size: 33px;
    font-family: "MONTSERRAT-BOLD";
    background: url(../images/link-open.png) no-repeat 95% 50%, #fff;
}

.career1 .coll .coll-link span {
    position: absolute;
    right: 150px;
    top: 43px;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
}

.career1-fon .cont a {
    float: right;
    text-decoration: none;
    color: #322015;
    padding: 12px 45px;
    border: 1px solid #322015;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.career1-fon .cont a:hover {
    background: #322015;
    color: #fff;
}

.career1 .career1-fon {
    background: #F6F6F6;
    padding: 70px 0;
    margin-top: 70px;
}

.career1 .cont {
    padding: 0px 20px;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    color: #1c1c1c;
    line-height: 23px;
}

.formPopup {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.formPopup form {
    width: 100%;
    padding: 45px 35px;
    background: #fff;
}

.formPopup form h5 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 45px;
    font-family: "MONTSERRAT-REGULAR";
}

.formPopup form input[type="text"],
.formPopup form input[type="tel"] {
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #707070;
    color: #322015;
    font-size: 17px;
    font-family: "MONTSERRAT-REGULAR";
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.formPopup form input[name="file-122"],
.formPopup form input[name="file-en"],
.formPopup form input[name="file-ua"] {
    margin-top: 20px;
    position: relative;
    width: 134px;
    height: 24px;
    display: block;
    z-index: 1;
}

.formPopup form input[name="file-122"]::before {
    content: " Добавить резюме ";
    color: rgb(28, 28, 28);
    font-size: 14px;
    font-family: MONTSERRAT-LIGHT;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    border-bottom: 1.2px dashed rgb(28, 28, 28);
    background: rgb(255, 255, 255);
}

.formPopup form input[name="file-en"]::before {
    content: " Add resume ";
    color: rgb(28, 28, 28);
    font-size: 14px;
    font-family: MONTSERRAT-LIGHT;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    border-bottom: 1.2px dashed rgb(28, 28, 28);
    background: rgb(255, 255, 255);
}

.formPopup form input[name="file-ua"]::before {
    content: " Додати резюме ";
    color: rgb(28, 28, 28);
    font-size: 14px;
    font-family: MONTSERRAT-LIGHT;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    border-bottom: 1.2px dashed rgb(28, 28, 28);
    background: rgb(255, 255, 255);
}

.formPopup form textarea {
    width: 100%;
    height: 80px;
    resize: none;
    border: 1px solid #707070;
    color: #322015;
    font-size: 17px;
    font-family: "MONTSERRAT-REGULAR";
    margin-bottom: 40px;
}

.formPopup form input[type="submit"] {
    display: block;
    font-size: 17px;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    text-align: center;
    font-family: "MONTSERRAT-LIGHT";
    text-decoration: none;
    color: #fff;
    border: 0;
    background: #322015;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.formPopup form input[type="submit"]:hover {
    background: #322015;
    color: #fff;
}

.formPopup ::-webkit-input-placeholder {
    font-size: 17px;
    color: #322015;
    font-family: "MONTSERRAT-LIGHT";
}

.formPopup ::-moz-placeholder {
    font-size: 17px;
    color: #322015;
    font-family: "MONTSERRAT-LIGHT";
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: auto;
}

.hide-form {
    display: none;
}



/* =============== production =============== */
.production {
    height: 100vh;
}

.production .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.production .content .col-sm-12 {
    padding-top: 5vh;
}

.production .content .col-sm-12 a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-family: "MONTSERRAT-LIGHT";
    opacity: .4;
    padding-right: 10px;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.production .content .col-sm-12 a:hover {
    opacity: 1;
}

.production .content .active-link {
    opacity: 1 !important;
    padding-right: 0 !important;
}

.production h5 {
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    font-size: 70px;
    margin-top: 15vh;
    line-height: 50px;
}

.production h2 {
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    font-size: 70px;
    margin-top: 15vh;
    line-height: 50px;
}

.production h5 span {
    color: #fff;
    font-size: 45px;
    font-family: "MONTSERRAT-LIGHT";
}

.production h1 span {
    color: #fff;
    font-size: 45px;
    font-family: "MONTSERRAT-LIGHT";
}

.production h1 {
    line-height: 50px !important;
}

.production h2 span {
    color: #fff;
    font-size: 45px;
    font-family: "MONTSERRAT-LIGHT";
}

.production .link-catalog a {
    position: relative;
    color: #fff;
    display: block;
    padding-top: 20px;
    width: 305px;
    height: 65px;
    margin-top: 80px;
    background: #322015;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    font-family: "MONTSERRAT-REGULAR";
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.production .link-catalog a:before {
    content: " ";
    position: absolute;
    width: 75px;
    height: 40px;
    right: -35px;
    top: 27px;
    background: url(../images/link-before.png) no-repeat 50%;
}

.production .link-catalog a:hover {
    background: transparent;
    border: 1px solid #322015;
}

.production1 .col-sm-6 img {
    max-width: 100%;
    width: auto;
}

.production1 .number {
    margin-bottom: 45px;
    display: inline-block;
    width: 49.6%;
    vertical-align: top;
    height: auto;
    max-height: 100px;
}

.production1 .number p {
    color: #1C1C1C;
    margin-bottom: 0;
    line-height: 38px;
    font-size: 40px;
    font-family: "MONTSERRAT-BOLD";
}

.production1 .number p span {
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
}

.production1 {
    background: #eee;
    padding-top: 80px;
}

.product-bg {
    padding-bottom: 125px;
    background: url(../images/man.png) no-repeat 0% 0%;
    background-size: 825px;
}

.production1 .block-number {
    padding-top: 164px;
}

.production1 .name-man p {
    color: #1C1C1C;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
}

.production1 .name-man p span {
    font-size: 16px;
}

.production1 .projects-block {
    text-decoration: none;
    position: relative;
    margin: 0;
    width: 20%;
    vertical-align: top;
    padding: 33px 21px;
    min-height: 108px;
    color: #fff;
    font-size: 13px;
    font-family: "MONTSERRAT-LIGHT";
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.production1 .projects-block span:after {
    content: "...";
    color: #fff;
    font-size: 13px;
    position: absolute;
    right: 2px;
    z-index: 100;
    bottom: 0;
    letter-spacing: 2px;
}

.production1 .projects-block span {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: 240px;
    overflow: hidden;
    max-height: 35px;
    z-index: 3;
}

.production1 .flex-block {
    display: flex;
    flex-wrap: wrap;
}

.production1 .projects-block:first-child {
    color: #fff;
    pointer-events: none;
    cursor: default;
    background: #322015;
    font-size: 15px;
}


.production1 .projects-block:nth-child(2),
.production1 .projects-block:nth-child(3),
.production1 .projects-block:nth-child(4) {
    background-repeat: no-repeat !important;
}

.production1 .projects-block i {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.production1 .projects-block:hover i {
    background: rgba(0, 0, 0, 0.8);
}


.production1 .projects-block:last-child {
    color: #1C1C1C;
    background: url(../images/link-last.png) no-repeat 95% 50%, #fff;
}

.catalog-block {
    padding-top: 115px;
    background: #eee;
}

.catalog-block h4 {
    color: #1C1C1C;
    font-size: 45px;
    font-family: "MONTSERRAT-BOLD";
    margin: 0 auto;
    padding-bottom: 70px;
    width: 100%;
    max-width: 1400px;
}

.catalog-block a {
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: block;
    text-decoration: none;
    color: #fff;
    padding-left: 15px;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    margin: 0 auto;
    padding-bottom: 70px;
    padding-top: 70px;
    width: 100%;
    height: 100%;
}

.catalog-block a .pss-abs-hover {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
    transition: .7s;
}

.catalog-block a .pss-abs-hover img {
    width: 200px;
}

.catalog-block a .pss-abs-hover p {
    position: absolute;
    top: 2px;
    left: 20px;
    font-size: 14px;
}

.catalog-block a:hover .pss-abs-hover {
    bottom: 10px;
}

.catalog-block a b {
    display: block;
    width: 100%;
    font-weight: normal;
    max-width: 1400px;
    margin: 0 auto;
}


/* .catalog-block .catalog-1{
    background: url(image/ct-1.jpg) no-repeat 50%;
}
.catalog-block .catalog-2{
    background: url(image/ct-2.jpg) no-repeat 50%;
}
.catalog-block .catalog-3{
    background: url(image/ct-3.jpg) no-repeat 50%;
}
.catalog-block .catalog-4{
    background: url(image/ct-4.jpg) no-repeat 50%;
}
.catalog-block .catalog-5{
    background: url(image/ct-5.jpg) no-repeat 50%;
}
.catalog-block .catalog-6{
    background: url(image/zzzaaa.png) no-repeat 50%;
} */

.catalog-block .catalog-6 span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .7;
}

/* ===============  reshetka  =============== */
.reshetka {
    /*    background: url(image/reshetka-bg.jpg) center/cover;
*/
    height: 100vh;
    background-size: cover !important;
    background-position: 50% !important;
}

.reshetka .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.reshetka .content .block-links {
    padding-top: 5vh;
}

.reshetka .content .block-links a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-family: "MONTSERRAT-LIGHT";
    opacity: .4;
    padding-right: 10px;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.reshetka .content .block-links a:hover {
    opacity: 1;
}

.reshetka .content .active-link {
    opacity: 1 !important;
    padding-right: 0 !important;
}

.reshetka h5 {
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    font-size: 70px;
    margin-top: 90px;
}

.reshetka1 {
    padding-top: 115px;
    padding-bottom: 75px;
}

.reshetka1 img {
    float: left;
    width: 473px;
    height: auto;
    max-height: 354px;
    -o-object-fit: cover;
    object-fit: cover;
}

.reshetka1 .col-sm-12 {
    padding: 0;
    margin-bottom: 35px;
    background: #e9e9e9;
}

.reshetka1 .the-content {
    position: relative;
    float: right;
    width: 60%;
    padding: 48px 0 45px 94px;
}

.reshetka1 .the-content p {
    color: #1C1C1C;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 16px;
    width: 500px;
    max-height: 23px;
    overflow: hidden;
}

.reshetka1 .the-content h5 {
    color: #1C1C1C;
    font-family: "MONTSERRAT-MEDIUM";
    font-size: 22px;
    max-height: 64.5px;
    overflow: hidden;
    width: 500px;
}

.reshetka1 .the-content h6 {
    color: #940A0A;
    font-family: "MONTSERRAT-BOLD";
    font-size: 22px;
    padding-top: 60px;
}

.reshetka1 i {
    position: absolute;
    width: 112px;
    height: 100%;
    display: block;
    border-left: 2px solid #fff;
    right: 0;
    top: 0;
    z-index: 55;
    background: url(../images/Path.png) no-repeat 50%, #e9e9e9;
    transition: .7s;
}

.reshetka1 .col-sm-12:hover i {
    background: url(../images/Path2.png) no-repeat 50%, #322015;
}

/* ===============  stal-Metal  =============== */
.stalMetal {
    background: url(../images/stal-matal-bg.jpg) center/cover;
    height: 100vh;
}

.stalMetal .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.stalMetal .content .block-links {
    padding-top: 5vh;
}

.stalMetal .content .block-links a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-family: "MONTSERRAT-LIGHT";
    opacity: .4;
    padding-right: 10px;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.stalMetal .content .block-links a:hover {
    opacity: 1;
}

.stalMetal .content .active-link {
    opacity: 1 !important;
    padding-right: 0 !important;
}

.stalMetal h5 {
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    font-size: 54px;
    margin-top: 40px;
    margin-bottom: 0;
}

.stalMetal .linkCatalog a {
    position: relative;
    color: #fff;
    display: block;
    padding-top: 20px;
    width: 305px;
    height: 65px;
    margin-top: 20px;
    background: #322015;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    font-family: "MONTSERRAT-REGULAR";
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.stalMetal .linkCatalog a:before {
    content: " ";
    position: absolute;
    width: 75px;
    height: 40px;
    right: -35px;
    top: 27px;
    background: url(../images/link-before.png) no-repeat 50%;
}

.stalMetal .linkCatalog a:hover {
    background: transparent;
    border: 1px solid #322015;
}

.stalMetal .inline-number {
    display: inline-block;
    width: 24.7%;
    margin: 0;
}

.stalMetal .inline-number p {
    font-family: "MONTSERRAT-BOLD";
    font-size: 40px;
    color: #fff;
    line-height: 32px;
    vertical-align: top;
}

.stalMetal .inline-number p span {
    font-family: "MONTSERRAT-LIGHT";
    font-size: 15px;
}

.stalMetal1 .content2 a {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    height: 368px;
}

.stalMetal1 .content2 a img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.stalMetal1 .content2 img.bg {
    width: 100%;
    transition: 0.5s;
}

.stalMetal1 .content2 .pl {
    background: rgba(000, 000, 000, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stalMetal1 .content2 h3 {
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    letter-spacing: 0.04em;
    position: relative;
    top: 50%;
    text-transform: uppercase;
    transform: translate(0%, -50%);
    display: table;
    margin: 0px auto;
}

.stalMetal1 .content2 img.ok {
    width: 70%;
    display: block;
    margin: 0px auto;
}

.stalMetal1 .content2 p {
    color: #ffffff;
    letter-spacing: 0.04em;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 12px;
    text-align: right;
    padding-right: 25%;
    margin-top: -40px;
}

.stalMetal1 .content2 .pss-abs-hover {
    position: absolute;
    bottom: 0px;
    opacity: 0;
    width: 100%;
    transition: 0.5s;
}

.stalMetal1 .content2 a:hover .pss-abs-hover {
    opacity: 1;
    bottom: 50px;
}

.stalMetal1 .content2 a:hover img.bg {
    transform: scale(1.07);
}


/* ===============  blog  =============== */
.blog {
    height: 100vh;
}

.blog .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.blog .content .block-links {
    padding-top: 5vh;
}

.blog .content .block-links a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    opacity: .4;
    padding-right: 10px;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.blog .content .block-links a:hover {
    opacity: 1;
}

.blog .content .active-link {
    opacity: 1 !important;
    padding-right: 0 !important;
}

.blog h5 {
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    font-size: 70px;
    margin-top: 90px;
}

.blog h1 {
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    font-size: 70px;
}

.blog1 {
    padding-top: 75px;
}

.blog1 h4 {
    width: 275px;
    color: #000;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 22px;
    margin-bottom: 20px;
    background: url(../images/wed.png) no-repeat 100% 50%;
    cursor: pointer;
    transition: .7s;
}

.blog1 h4:hover {
    background: url(../images/wed.png) no-repeat 95% 50%;
}

#moreCategories {
    display: none;
    padding-bottom: 40px;
}

#moreCategories .clickChild {
    padding-left: 30px;
}

#moreCategories h2 {
    color: #000;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    cursor: pointer;
    border-bottom: 1px solid #000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

#moreCategories h2:hover {
    border-bottom: 1px solid #ce2929;
}

.blog1 .col-sm-4 {
    margin-bottom: 80px;
}

.blog1 .link-permalink {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    height: 348px;
}

.blog1 img.bg {
    width: 100%;
    height: inherit;
    transition: 0.5s;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog1 .pl {
    background: rgba(000, 000, 000, 0.4);
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
}

.blog1 .col-sm-4 h3 {
    font-size: 22px;
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    max-width: 350px;
    padding-left: 20px;
}

/*.blog1 .col-sm-4:nth-child(2) h3{
    left: 40px;
    margin: auto 0;
}*/

.blog1 h3 span {
    font-family: "MONTSERRAT-LIGHT";
    font-size: 16px;
}

.blog1 img.ok {
    width: 280px;
    height: 64px;
    display: block;
    margin: 0px auto;
}

.blog1 p {
    color: #ffffff;
    letter-spacing: 0.04em;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 12px;
    text-align: center;
    margin-top: -40px;
}

.blog1 .pss-abs-hover {
    position: absolute;
    bottom: 0px;
    opacity: 0;
    width: 100%;
    transition: 0.5s;
}

.blog1 a:hover .pss-abs-hover {
    opacity: 1;
    bottom: 50px;
}

.blog1 a:hover img.bg {
    transform: scale(1.07);
}

.blog1 a:hover .pl {
    background: rgba(000, 000, 000, 0.6);
}

/* ===============  blog-Item  =============== */
.blogItem {
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    height: 100vh;
}

.blogItem .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.blogItem .content .block-links {
    padding-top: 5vh;
}

.blogItem .content .block-links a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    opacity: .4;
    padding-right: 10px;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.blogItem .content .block-links a:hover {
    opacity: 1;
}

.blogItem .content .active-link {
    position: relative;
    opacity: 1 !important;
    padding-right: 0 !important;
    width: 100%;
    max-width: 240px;
    display: inline-block;
    max-height: 19.2px;
    overflow: hidden;
}

.blogItem h5 {
    width: 100%;
    max-width: 600px;
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    font-size: 36px;
    margin-top: 90px;
}

.blogItem h6 {
    color: #ffffff;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 22px;
    margin-top: 30px;
}

.blogItem1 p {
    color: #1C1C1C;
    font-family: "MONTSERRAT-MEDIUM";
    font-size: 16px;
    margin-bottom: 20px;
}

.blogItem1 h4 {
    color: #1C1C1C;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 36px;
}

.blogItem1 .blog-center-block {
    width: 100%;
    max-width: 770px;
    margin: 100px auto;
}

.blogItem1 .blog-bg-grey {
    background: #F6F6F6;
}

.blogItem1 .slick-slide {
    outline: none;
}

.blogItem1 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #322015;
}

.blogItem1 .slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: ' ';
    background: #322015;
    color: #322015;
}

.blogItem1 .slick-dots li {
    width: 10px;
    height: 10px;
}

.blogItem1 .slick-dots li button {
    width: 10px;
    height: 10px;
}

.blogItem1 .slick-slide img {
    display: block;
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 550px;
    height: 100%;
    padding: 11px;
    /*    background: url(../images/slide-bg.png) no-repeat;
    background-size: 100% 100%;*/
}

.blogItem1 .blog-center-block-slider {
    width: 100%;
    max-width: 1495px;
    margin: 0 auto;
}

.blogItem1 .posts-blog {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.blogItem1 .col-sm-4 {
    margin-bottom: 80px;
}

.blogItem1 .col-sm-4 a {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    height: 348px;
}

.blogItem1 .col-sm-4 img.bg {
    width: 100%;
    height: inherit;
    transition: 0.5s;
    -o-object-fit: cover;
    object-fit: cover;
}

.blogItem1 .col-sm-4 .pl {
    background: rgba(000, 000, 000, 0.4);
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
}

.blogItem1 .col-sm-4 h3 {
    font-size: 22px;
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    max-width: 350px;
    padding-left: 20px;
}

.blogItem1 .col-sm-4 h3 span {
    font-family: "MONTSERRAT-LIGHT";
    font-size: 16px;
}

.blogItem1 .col-sm-4 img.ok {
    width: 280px;
    height: 64px;
    display: block;
    margin: 0px auto;
}

.blogItem1 .col-sm-4 p {
    color: #ffffff;
    letter-spacing: 0.04em;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 12px;
    text-align: center;
    margin-top: -40px;
}

.blogItem1 .col-sm-4 .pss-abs-hover {
    position: absolute;
    bottom: 0px;
    opacity: 0;
    width: 100%;
    transition: 0.5s;
}

.blogItem1 .col-sm-4 a:hover .pss-abs-hover {
    opacity: 1;
    bottom: 50px;
}

.blogItem1 .col-sm-4 a:hover img.bg {
    transform: scale(1.07);
}

.blogItem1 .col-sm-4 a:hover .pl {
    background: rgba(000, 000, 000, 0.6);
}

/* ===============  service  =============== */
.formService .col-left {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 49%;
    background: #EEEEEE;
}

.formService .col-right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.formService .col-left img {
    width: 100%;
    max-width: 706px;
}

.formService .img-absolute {
    position: absolute;
    top: 2%;
    right: 0;
    width: 57%;
    max-width: 353px;
}

.formService .col-left h3 {
    color: #fff;
    font-size: 21px;
    font-family: "MONTSERRAT-LIGHT";
    margin-bottom: 5px;
    margin-top: 0;
}

.formService .col-left h4 {
    color: #fff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
}

.formService .col-left p {
    color: #1C1C1C;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    padding-left: 50px;
    padding-top: 100px;
    margin-bottom: 35px;
}

.formService .col-left h5 {
    color: #940A0A;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    padding-left: 50px;
    margin-bottom: 20px;
}

.formService .col-left h6 {
    color: #1c1c1c;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    padding-left: 50px;
    margin-bottom: 50px;
}

.formService form {
    padding: 50px 140px 50px 70px;
}

.formService form h5 {
    color: #940A0A;
    font-size: 33px;
    font-family: "MONTSERRAT-BOLD";
    margin-bottom: 50px;
}

.formService form input[type='text'],
.formService form input[type='tel'],
.formService form input[type='email'] {
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #707070;
    color: #322015;
    font-size: 22px;
    font-family: "MONTSERRAT-REGULAR";
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.formService form input[type='submit'] {
    display: block;
    width: 300px;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    background: #322015;
    border: 0;
    margin-top: 30px;
}

.formService ::-webkit-input-placeholder {
    font-size: 17px;
    color: #322015;
    font-family: "MONTSERRAT-LIGHT";
}

.formService ::-moz-placeholder {
    font-size: 17px;
    color: #322015;
    font-family: "MONTSERRAT-LIGHT";
}




.service {
    background: url(../images/service-bg.jpg) center/cover;
    height: 100vh;
}

.service .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.service h5 {
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    font-size: 70px;
    margin-top: 17vh;
}

.service h5 span {
    color: #fff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
}

.service .link-catalog a {
    position: relative;
    color: #fff;
    display: block;
    padding-top: 20px;
    width: 305px;
    height: 65px;
    margin-top: 50px;
    background: #322015;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    font-family: "MONTSERRAT-REGULAR";
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.service .link-catalog a:before {
    content: " ";
    position: absolute;
    width: 75px;
    height: 40px;
    right: -35px;
    top: 27px;
    background: url(../images/link-before.png) no-repeat 50%;
}

.service .link-catalog a:hover {
    background: transparent;
    border: 1px solid #322015;
}

.service2 .content2 a {
    display: block;
    text-decoration: none;
    position: relative;
    height: 464px;
    overflow: hidden;
}

.service2 .content2 a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service2 .content2 img.bg {
    width: 100%;
    transition: 0.5s;
}

.service2 .content2 .pl {
    background: rgba(000, 000, 000, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.service2 .content2 h3 {
    font-size: 31px;
    color: #ffffff;
    text-align: center;
    font-family: "MONTSERRAT-BOLD";
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    display: table;
    margin: 0px auto;
    width: auto;
    max-width: 399px;
}

.service2 .content2 h3 span {
    font-size: 16px;
    color: #ffffff;
    font-family: "MONTSERRAT-LIGHT";
}

.service2 .content2 img.ok {
    width: 70%;
    display: block;
    margin: 0px auto;
}

.service2 .content2 p {
    color: #ffffff;
    letter-spacing: 0.04em;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 12px;
    text-align: right;
    padding-right: 25%;
    margin-top: -40px;
}


.service2 .content2 .pss-abs-hover {
    position: absolute;
    bottom: 0px;
    opacity: 0;
    width: 100%;
    transition: 0.5s;
}

.service2 .content2 a:hover .pl {
    background: rgba(000, 000, 000, 0.8);
}

.service2 .content2 a:hover .pss-abs-hover {
    opacity: 1;
    bottom: 50px;
}

.service2 .content2 a:hover img.bg {
    transform: scale(1.07);
}

/* ===============  serviceSingle  =============== */
.serviceSingle {
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    height: 100vh;
}

.serviceSingle .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.serviceSingle h5 {
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    font-size: 40px;
    margin-top: 40px;
    width: 100%;
    max-width: 800px;
}

.serviceSingle .vf {
    display: none;
}

.serviceSingle span {
    display: block;
    color: #ffffff;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 17px;
    margin-top: 0;
    width: 100%;
    max-width: 800px;
}

.serviceSingle .link-catalog a {
    position: relative;
    color: #fff;
    display: block;
    padding-top: 20px;
    width: 305px;
    height: 65px;
    margin-top: 40px;
    background: #322015;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    font-family: "MONTSERRAT-REGULAR";
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.serviceSingle .link-catalog a:hover {
    background: transparent;
    border: 1px solid #322015;
}

.serviceSingle .content .block-links {
    padding-top: 5vh;
}

.serviceSingle .content .block-links a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    opacity: .4;
    padding-right: 10px;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.serviceSingle .content .block-links a:hover {
    opacity: 1;
}

.serviceSingle .content .active-link {
    opacity: 1 !important;
    padding-right: 0 !important;
}

.serviceSingle #serviceID span {
    color: #fff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 30px;
    background: url(../images/334455.png) no-repeat 0% 50%;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.serviceSingle #serviceID span:hover {
    background: url(../images/334455.png) no-repeat 10px 50%;
}

.serviceSingle #serviceID {
    position: absolute;
    right: 65px;
    top: 5vh;
    z-index: 89;
    width: 334px;
}

.serviceSingle #serviceID ul {
    padding: 16px 0 0 0;
    margin: 0;
}

.serviceSingle #serviceID ul li {
    color: #fff;
    font-size: 10px;
    font-family: "MONTSERRAT-LIGHT";
    border: 0;
    width: auto;
    padding: 6px 0 0 0;
}

.serviceSingle #serviceID ul li a {
    padding: 0;
    opacity: 1;
    color: #fff;
    font-size: 15px;
    font-family: "MONTSERRAT-LIGHT";
}

.serviceSingle #serviceID ul li a:hover {
    text-decoration: underline;
}


/* ===============  thanks  =============== */
.thanks {
    background: url(../images/ee44r.png) no-repeat, #F6F6F6;
    background-position: left bottom;
    background-size: 800px auto;
    height: 100vh;
}

.thanks .cont {
    background: none;
}

.thanks .col-sm-offset-6 {
    position: relative;
    height: calc(100vh - 100px);
}

.thanks h4 {
    padding-top: 110px;
    color: #1C1C1C;
    font-size: 50px;
    font-family: "MONTSERRAT-REGULAR";
}

.thanks h5 {
    padding-top: 20px;
    color: #1C1C1C;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
}

.thanks h6 {
    position: absolute;
    bottom: 50px;
    padding-top: 20px;
    color: #1C1C1C;
    font-size: 22px;
    font-family: "MONTSERRAT-BOLD";
}

.thanks h6 span {
    font-size: 17px;
    font-family: "MONTSERRAT-LIGHT";
}

.thanks .header-top .lang a {
    color: #1c1c1c;
}

.thanks .header-top .lang a.active {
    color: #322015;
}

.thanks .header-top a.menu {
    width: 45px;
    height: 33px;
    display: inline-block;
    color: #1C1C1C;
    background: url(../images/burger-black.svg) no-repeat;
    background-position: 50%;
    background-size: 33px 21px;
}

.thanks .header-top a.contact {
    color: #1C1C1C;
    display: table;
    margin-top: -5px;
}

.thanks2 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.thanks2 h3 {
    color: #1C1C1C;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    text-align: center;
}

.thanks2 .col-sm-12 {
    padding-bottom: 140px;
}

.thanks2 .col-sm-12 a {
    font-size: 22px;
    padding-top: 5px;
    color: #1C1C1C;
    text-decoration: none;
    font-family: "MONTSERRAT-BOLD";
    display: block;
    text-align: center;
}

.thanks2 p {
    color: #1C1C1C;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    padding-bottom: 40px;
    position: relative;
    right: 40px;
}

.thanks2 .col-sm-6 a {
    padding: 25px 130px;
    font-size: 17px;
    color: #1C1C1C;
    text-decoration: none;
    font-family: "MONTSERRAT-LIGHT";
    border: 1px solid #D87171;
    position: relative;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.thanks2 #prevPage {
    padding: 25px 79px;
}

.thanks2 .col-sm-6 a:after {
    content: ' ';
    position: absolute;
    left: -40px;
    top: 21px;
    width: 100px;
    height: 27px;
    background: url(../images/lnkA.png) no-repeat 50%;

}

.thanks2 .col-sm-6 a:hover {
    background: #D87171;
    color: #fff;
}

/* ===============  thanks-metall  =============== */
.thanks-metall {
    background: url(../images/qwsazx.png) no-repeat, #F6F6F6;
    background-position: left bottom;
    background-size: 800px auto;
    height: 100vh;
}

.thanks-metall .cont {
    background: none;
}

.thanks-metall .col-sm-offset-6 {
    position: relative;
    height: calc(100vh - 100px);
}

.thanks-metall h4 {
    padding-top: 110px;
    color: #1C1C1C;
    font-size: 50px;
    font-family: "MONTSERRAT-REGULAR";
}

.thanks-metall h5 {
    padding-top: 20px;
    color: #1C1C1C;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
}

.thanks-metall h6 {
    position: absolute;
    bottom: 50px;
    padding-top: 20px;
    color: #1C1C1C;
    font-size: 22px;
    font-family: "MONTSERRAT-BOLD";
}

.thanks-metall h6 span {
    font-size: 17px;
    font-family: "MONTSERRAT-LIGHT";
}

.thanks-metall .header-top .lang a {
    color: #1c1c1c;
}

.thanks-metall .header-top .lang a.active {
    color: #322015;
}

.thanks-metall .header-top a.menu {
    width: 45px;
    height: 33px;
    display: inline-block;
    color: #1C1C1C;
    background: url(../images/burger-black.svg) no-repeat;
    background-position: 50%;
    background-size: 33px 21px;
}

.thanks-metall .header-top a.contact {
    color: #1C1C1C;
    display: table;
    margin-top: -5px;
}










/* ===============  maetallRoll  =============== */
.maetallRoll {
    background: url(../images/maetallRoll-bg.jpg) center/cover;
    height: 100vh;
}

.maetallRoll .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.maetallRoll .content .link-title {
    padding-top: 5vh;
}

.maetallRoll .content .link-title a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    opacity: .4;
    padding-right: 10px;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.maetallRoll .content .link-title a:hover {
    opacity: 1;
}

.maetallRoll .content .active-link {
    opacity: 1 !important;
    padding-right: 0 !important;
}

.maetallRoll h5 {
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    font-size: 60px;
    margin-top: 5vh;
    margin-bottom: 0;
}

.maetallRoll h2 {
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    font-size: 60px;
    margin-top: 5vh;
    margin-bottom: 0;
}

.maetallRoll .link-catalog a:first-child {
    position: relative;
    color: #fff;
    display: block;
    padding-top: 20px;
    width: 305px;
    height: 65px;
    margin-top: 140px;
    background: #322015;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    font-family: "MONTSERRAT-REGULAR";
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.maetallRoll .link-catalog a:first-child:before {
    content: " ";
    position: absolute;
    width: 75px;
    height: 40px;
    right: -35px;
    top: 27px;
    background: url(../images/link-before.png) no-repeat 50%;
}

.maetallRoll .link-catalog a:first-child:hover {
    background: transparent;
    border: 1px solid #322015;
}

.maetallRoll .link-catalog {
    position: relative;
}

.maetallRoll .link-catalog a:last-child {
    position: absolute;
    left: 500px;
    top: 0;
    color: #1c1c1c;
    display: block;
    padding-top: 20px;
    width: 305px;
    height: 65px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    font-family: "MONTSERRAT-REGULAR";
    border: 1px solid transparent;
    background: url(../images/link-777.png) no-repeat 90% 50%, #fff;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.maetallRoll .link-catalog a:last-child:before {
    content: "Прайс обновлен 2 дня назад";
    position: absolute;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 12px;
    text-align: center;
    color: #fff;
    width: 200px;
    height: 20px;
    right: -0;
    left: 0;
    bottom: -27px;
    margin: 0 auto;
}

.maetallRoll .link-catalog a:last-child:hover {
    background: url(../images/link-777.png) no-repeat 90% 50%, transparent;
    color: #fff;
    border: 1px solid #fff;
}

.maetallRoll1 .col-sm-6 img {
    max-width: 100%;
    width: auto;
}

.maetallRoll1 .number {
    margin-bottom: 45px;
    display: inline-block;
    width: 49.6%;
    vertical-align: top;
    height: auto;
    max-height: 100px;
}

.maetallRoll1 .number p {
    color: #1C1C1C;
    margin-bottom: 0;
    font-size: 40px;
    font-family: "MONTSERRAT-BOLD";
}

.maetallRoll1 .number p span {
    display: block;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
}

.maetallRoll1 {
    padding-top: 80px;
    background: #eee;
}

.maetallRoll1-bg {
    padding-bottom: 125px;
    background: url(../images/man22.png) no-repeat 0% bottom;
    background-size: 825px;
}

.maetallRoll1 .block-number {
    padding-top: 144px;
}

.maetallRoll1 .name-man p {
    padding-top: 50px;
    color: #1C1C1C;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
}

.maetallRoll1 .name-man p span {
    font-size: 16px;
}

.maetallRoll1 .projects-block {
    text-decoration: none;
    position: relative;
    margin: 0;
    width: 20%;
    vertical-align: top;
    padding: 33px 21px;
    min-height: 108px;
    color: #fff;
    font-size: 13px;
    font-family: "MONTSERRAT-BOLD";
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.maetallRoll1 .projects-block span {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: 240px;
    overflow: hidden;
    max-height: 35px;
    z-index: 5;
}

.maetallRoll1 .projects-block span b {
    font-size: 13px;
    font-family: "MONTSERRAT-LIGHT";
}

.maetallRoll1 .flex-block {
    display: flex;
    flex-wrap: wrap;
}

.maetallRoll1 .projects-block:first-child {
    color: #fff;
    pointer-events: none;
    cursor: default;
    background: #322015;
    font-size: 15px;
}

.maetallRoll1 .projects-block:nth-child(2),
.maetallRoll1 .projects-block:nth-child(3),
.maetallRoll1 .projects-block:nth-child(4) {
    background-repeat: no-repeat !important;
}

.maetallRoll1 .projects-block i {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.maetallRoll1 .projects-block:hover i {
    background: rgba(0, 0, 0, 0.8);
}

.maetallRoll1 .projects-block:last-child {
    color: #1C1C1C;
    background: url(../images/link-last.png) no-repeat 95% 50%, #fff;
}

.maetallRoll3 {
    background: #eee;
}

.maetallRoll3 .col-sm-3 {
    overflow: hidden;
    height: 284px;
}

.maetallRoll3 img {
    width: 100%;
    height: 284px;
    -o-object-fit: cover;
    object-fit: cover;
}

.maetallRoll3 h2 {
    color: #ffffff;
    font-size: 20px;
    font-family: "MONTSERRAT-LIGHT";
    position: relative;
    top: 50%;
    padding: 0px 30px;
    margin: 0px;
    transition: 0.3s;
}

.maetallRoll3 h3 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #1c1c1c;
    font-size: 50px;
    font-family: "MONTSERRAT-BOLD";
    padding: 85px 0px 50px 0;
}

.maetallRoll3 .pl {
    background: rgba(0, 0, 0, 0.6);
    background-size: 102% 102%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.maetallRoll3 .col-sm-3:hover h2 {
    font-family: "MONTSERRAT-BOLD";
    font-size: 25px;
    top: 30%;
}

.maetallRoll3 .col-sm-3:hover .pl {
    background: rgba(0, 0, 0, 0.8);
}

.maetallRoll3 .col-sm-3:hover hr {
    opacity: 1;
}

.maetallRoll3 hr {
    border: 5px solid #322015;
    width: 145px;
    margin: 10px 0px 0px 0px;
    opacity: 0;
    transition: 0.3s;
}

/* =============== contacts =============== */
.contacts {
    background: url(../images/contacts-bg.jpg) center/cover;
    height: 100vh;
}

.contacts .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.contacts .content .col-sm-12 {
    padding-top: 5vh;
}

.contacts .content .col-sm-12 a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    opacity: .4;
    padding-right: 10px;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.contacts .content .col-sm-12 a:hover {
    opacity: 1;
}

.contacts .content .active-link {
    opacity: 1 !important;
    padding-right: 0 !important;
}

.contacts h5 {
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    font-size: 70px;
    margin-top: 10vh;
    margin-bottom: 30px;
    line-height: 50px;
}

.contacts .col-sm-4 {
    padding-top: 0;
    padding-left: 63px;
}

.contacts .col-sm-4 h3 {
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    font-size: 36px;
}

.contacts .col-sm-4 h6 {
    color: #ffffff;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 22px;
    margin-bottom: 30px;
}

.contacts .col-sm-4 span {
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding-right: 40px;
    color: #ffffff;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 16px;
}

.contacts .col-sm-4 span a {
    color: #ffffff;
    float: right;
    text-decoration: none;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 22px;
}

.contacts .col-sm-4 span .link-none {
    pointer-events: none;
    cursor: default;
}

.contacts .col-sm-4 span a p {
    display: inline-grid;
    margin: 0;
    text-align: right;
}

.contacts .col-sm-4 span a em {
    font-family: "MONTSERRAT-LIGHT";
    font-size: 12px;
    font-style: normal !important;
}

.contacts .col-sm-4 .link-hg {
    height: auto;
    min-height: 53px;
}

.contacts .col-sm-4 .link-relat {
    position: relative;
    top: -6px;
}

.contacts1 {
    padding-top: 75px;
    padding-bottom: 70px;
}

.contacts1 h2 {
    font-family: "MONTSERRAT-BOLD";
    font-size: 36px;
    color: #1c1c1c;
    margin: 0 0 50px 0;
}

.contacts1 .men-cont {
    text-align: center;
}

.contacts1 .menedger-block img {
    width: 100%;
    max-width: 488px;
    height: auto;
    max-height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
}

.contacts1 .menedger-block h6 {
    font-family: "MONTSERRAT-BOLD";
    font-size: 31px;
    color: #1c1c1c;
    margin: 10px 0 4px 0;
}

.contacts1 .menedger-block p {
    font-family: "MONTSERRAT-LIGHT";
    font-size: 16px;
    color: #1c1c1c;
    margin-bottom: 40px;
}

.contacts1 .thumbnail {
    border: 0;
    background: none;
    border-radius: 0;
}

.contacts1 .thumbnail .image-block {
    position: relative;
    margin-bottom: 20px;
    max-height: 251px;
    height: auto;
    overflow: hidden;
}

.contacts1 .thumbnail img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    max-height: 316px;
}

.contacts1 .thumbnail h6 {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.contacts1 .thumbnail h3 {
    font-family: "MONTSERRAT-BOLD";
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 3;
    margin: 0;
}

.contacts1 .thumbnail p span:first-child {
    display: inline-block;
    width: 19%;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 16px;
    color: #1c1c1c;
    vertical-align: top;
}

.contacts1 .thumbnail p span:last-child {
    display: inline-block;
    width: 80%;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 20px;
    color: #1c1c1c;
    vertical-align: top;
}

.contacts1 .thumbnail p span:last-child a {
    color: #1c1c1c;
    text-decoration: none;
}

.contacts1 .hide-map {
    position: relative;
    left: 112px;
    margin-bottom: 40px;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 16px;
    color: #322015;
    display: block;
    border-bottom: 2px dotted #322015;
    width: 100%;
    max-width: 200px;
    cursor: pointer;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.contacts1 .hide-map:hover {
    max-width: 210px;
    border-bottom: 2px solid #322015;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

/* ===============  metallS  =============== */
.formMetall {
    width: 100%;
    max-width: 1272px;
}

.formMetall .col-left {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 49%;
    height: 100vh;
    max-height: 636px;
    background: #EEEEEE;
}

.formMetall .col-right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.formMetall .col-left img {
    width: 100%;
    max-width: 628px;
    height: auto;
    max-height: 385px;
    -o-object-fit: cover;
    object-fit: cover;
}

.formMetall .img-absolute {
    position: absolute;
    top: 5%;
    right: 0;
    width: 57%;
    max-width: 353px;
}

.formMetall .col-left h3 {
    color: #fff;
    font-size: 21px;
    font-family: "MONTSERRAT-LIGHT";
    margin-bottom: 27px;
}

.formMetall .col-left h4 {
    color: #fff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
}

.formMetall .col-left p {
    color: #1C1C1C;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    padding-left: 50px;
    padding-top: 80px;
    margin-bottom: 35px;
}

.formMetall .col-left h5 {
    color: #940A0A;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    padding-left: 50px;
    margin-bottom: 20px;
}

.formMetall .col-left h6 {
    color: #1c1c1c;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    padding-left: 50px;
    margin-bottom: 50px;
}

.formMetall form {
    padding: 50px 140px 50px 70px;
}

.formMetall form h5 {
    color: #940A0A;
    font-size: 33px;
    font-family: "MONTSERRAT-BOLD";
    margin-bottom: 50px;
}

.formMetall form input[type='text'],
.formMetall form input[type='tel'],
.formMetall form input[type='email'] {
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #707070;
    color: #322015;
    font-size: 22px;
    font-family: "MONTSERRAT-REGULAR";
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.formMetall form textarea {
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #707070;
    color: #322015;
    font-size: 22px;
    font-family: "MONTSERRAT-REGULAR";
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.formMetall form input[type='submit'] {
    display: block;
    width: 300px;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
    background: #322015;
    border: 0;
    margin-top: 30px;
}

.formMetall ::-webkit-input-placeholder {
    font-size: 17px;
    color: #322015;
    font-family: "MONTSERRAT-LIGHT";
}

.formMetall ::-moz-placeholder {
    font-size: 17px;
    color: #322015;
    font-family: "MONTSERRAT-LIGHT";
}

.metallS .set {
    display: block !important;
}

.metallS #links-ul,
.metallS .header-top a.menu {
    display: inline-block !important;
}

.metallS .bg {
    display: none !important;
}

.metallS-head {
    /*height: 100vh;*/
    height: auto;
    overflow: visible;
}

.metallS-head .cont {
    background: none;
    position: inherit;
}

.metallS-head .col-sm-2 {
    padding-right: 0
}

.metallS-head .header-top {
    background: #F6F6F6;
}

.metallS-head #links-ul {
    display: inline-block;
    vertical-align: bottom;
}

.metallS-head #links-ul li {
    list-style: none;
    display: inline-block;
}

.metallS-head #links-ul li a {
    color: #1C1C1C;
    font-size: 11px;
    font-family: "MONTSERRAT-LIGHT";
    text-decoration: none;
    text-transform: uppercase;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.metallS-head #links-ul li a:hover {
    color: #322015;
}

.metallS .header-top .lang a {
    color: #1c1c1c;
}

.metallS .header-top .lang li.current-lang a {
    color: #322015;
}

.metallS .header-top a.menu {
    width: 45px;
    height: 33px;
    display: inline-block;
    color: #1C1C1C;
    background: url(../images/burger-black.svg) no-repeat;
    background-position: 50%;
    background-size: 33px 21px;
}

.metallS .header-top a.menu:hover {
    background: url(../images/burger-black.svg) no-repeat !important;
    background-position: 3px 50% !important;
    background-size: 33px 21px !important;
}

.metallS .header-top a.contact {
    color: #1C1C1C;
    display: table;
    margin-top: -5px;
}

.metallS-head .col6 {
    position: relative;
    /*height: 100vh;*/
    height: auto;
    padding-top: 75px;
}

.metallS-head .col6 .txt-height {
    height: auto;
    min-height: 280px;
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.metallS-head .col6 h4 {
    padding-top: 20px;
    color: #1C1C1C;
    font-size: 35px;
    font-family: "MONTSERRAT-BOLD";
}

.metallS-head .col6 h6 {
    padding-top: 20px;
    color: #1C1C1C;
    font-size: 16px;
    padding-bottom: 15px;
    font-family: "MONTSERRAT-MEDIUM";
}

.metallS-head .col6 h6 span {
    padding-left: 50px;
}

.metallS .col2 {
    padding-top: 75px;
    padding-left: 0;
    height: 100vh;
}

.metallS .col2 img {
    width: 231px;
    height: auto;
}

.metallS .col4 {
    padding-top: 25px;
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.metallS .col4 img {
    width: auto;
    height: 338.25px;
}

.metallS .link-cena {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: "MONTSERRAT-REGULAR";
    padding: 20px 50px;
    background: #322015;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.metallS .link-cena:hover {
    background: #f70404;
}

.colfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    z-index: 1;
}

.metallS .link-pdf {
    position: relative;
    left: 15px;
    color: #1c1c1c;
    text-decoration: none;
    font-size: 16px;
    font-family: "MONTSERRAT-REGULAR";
    padding: 20px 80px;
    border: 1px solid #1c1c1c;
    background: url(../images/jjj.png) no-repeat 92% 50%;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.metallS .link-pdf:hover {
    background: url(../images/jjj.png) no-repeat 95% 50%, #faebd7;
}

.metallS .link-pdf:before {
    content: "Прайс обновлен 2 дня назад";
    position: absolute;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 12px;
    text-align: center;
    color: #1c1c1c;
    width: 200px;
    height: 20px;
    right: 0;
    left: 0;
    bottom: -27px;
    margin: 0 auto;
}

.metallS .col2 span {
    display: block;
}

.metallS #widthCalc {
    width: 231px;
    height: 100%;
    background: #F6F6F6;
}

.metallS .span-h1 {
    padding-left: 13px;
    margin-bottom: 13px;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 18px;
    color: #940A0A;
}

.metallS .span-p {
    padding-left: 13px;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 14px;
    color: #1c1c1c;
}

.metallS #widthCalc {
    padding-top: 13px;
}

.metallS #widthCalc .sidebar-contact span {
    margin-bottom: 18px;
}

.metallS #widthCalc .sidebar-contact a {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 16px;
    color: #1c1c1c;
    padding-top: 12px;
    border: 1px solid #940A0A;
    margin: 20px auto 10px auto;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.metallS #widthCalc .sidebar-contact a:hover {
    background: #940A0A;
    color: #F6F6F6;
}

.metallS .form-blc h4 {
    margin-top: 0;
}

.metallS .form-blc h6 {
    padding-top: 0;
    margin-bottom: 0;
}

#wpcf7-f427-o4 .inpm {
    height: 49px;
    padding-left: 20px;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 17px;
    background: #ebebeb6e;
    border: 1px solid #b6b6b6;
    margin-bottom: 14px;
}

.metallS .form-blc form {
    display: inline-block;
    width: 100%;
    max-width: 1236px;
}

.metallS .form-blc .left-metall-form,
.metallS .form-blc .right-metall-form {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.metallS .form-blc form label {
    display: block;
    margin-bottom: 14px;
    width: 405px;
    margin-right: 0;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 17px;
    color: #1c1c1c;
    font-weight: 100;
}

.metallS .form-blc form label input {
    width: 100%;
    height: 49px;
    padding-left: 20px;
    background: #ebebeb6e;
    border: 1px solid #b6b6b6;
}

.metallS .form-blc form input[type='submit'] {
    display: block;
    width: 405px;
    height: 48px;
    margin: 0;
    border: 0;
    background: #322015;
    font-family: "MONTSERRAT-REGULAR";
    font-size: 16px;
    color: #fff;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.metallS .form-blc form input[type='submit']:hover {
    background: #f70404;
}

.metallS1 {
    padding-top: 40px;
    padding-bottom: 75px;
}

.metallS1 h3 {
    font-family: "MONTSERRAT-BOLD";
    font-size: 36px;
    color: #1c1c1c;
    margin-bottom: 40px;
    padding-top: 20px;
}

.metallS1 hr {
    border-top: 1px solid #dcd9d9;
}

.metallS .header-top .bg {
    margin-left: 0;
}

.metallS1 p {
    /*     display: inline-block;
    width: 49%; */
    font-family: "MONTSERRAT-MEDIUM";
    font-size: 16px;
    color: #1c1c1c;
    vertical-align: top;
}


/* ===============  reshetkaS  =============== */
.reshetkaS {
    overflow: visible !important;
    height: auto !important;
}

.reshetkaS .set {
    display: block !important;
}

.reshetkaS #links-ul,
.reshetkaS .header-top a.menu {
    display: inline-block !important;
}

.reshetkaS .bg {
    display: none !important;
}

.reshetkaS-head .cont {
    background: none;
}

.reshetkaS-head .col-sm-2 {
    padding-right: 0
}

.reshetkaS-head .col-sm-8 {
    padding-left: 0;
}

.reshetkaS-head .header-top {
    background: #F6F6F6;
}

.reshetkaS-head #links-ul {
    display: inline-block;
    vertical-align: bottom;
}

.reshetkaS-head #links-ul li {
    list-style: none;
    display: inline-block;
}

.reshetkaS-head #links-ul li a {
    color: #1C1C1C;
    font-size: 10px;
    font-family: "MONTSERRAT-LIGHT";
    text-decoration: none;
    text-transform: uppercase;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.reshetkaS-head #links-ul li a:hover {
    color: #322015;
}

.reshetkaS .header-top .lang a {
    color: #1c1c1c;
}

.reshetkaS .header-top .lang li.current-lang a {
    color: #322015;
}

.reshetkaS .header-top a.menu {
    width: 45px;
    height: 33px;
    display: inline-block;
    color: #1C1C1C;
    background: url(../images/burger-black.svg) no-repeat;
    background-position: 50%;
    background-size: 33px 21px;
}

.reshetkaS .header-top a.menu:hover {
    background: url(../images/burger-black.svg) no-repeat !important;
    background-position: 3px 50% !important;
    background-size: 33px 21px !important;
}

.reshetkaS .header-top a.contact {
    color: #1C1C1C;
    display: table;
    margin-top: -5px;
}

.reshetkaS-head .col6 {
    position: relative;
    height: 100vh;
    padding-top: 75px;
}

.reshetkaS-head .mtl6 {
    height: auto !important;
}

.reshetkaS-head .col6 .txt-height {
    height: auto;
    min-height: 280px;
}

.reshetkaS-head .col6 h4 {
    padding-top: 20px;
    color: #1C1C1C;
    font-size: 33px;
    font-family: "MONTSERRAT-BOLD";
}

.reshetkaS-head .col6 h5 {
    padding-top: 10px;
    color: #777;
    font-size: 13px;
    font-family: "MONTSERRAT-REGULAR";
    max-width: 460px;
}

.reshetkaS-head .col6 p {
    padding-top: 30px;
    color: #1C1C1C;
    font-size: 15px;
    font-family: "MONTSERRAT-REGULAR";
}

.reshetkaS-head .col6 button {
    width: 68px;
    height: 68px;
    border: none;
    margin-right: 30px;
}

.reshetkaS-head .col6 .btn-yellow {
    background: #FFFF79;
}

.reshetkaS-head .col6 .btn-red {
    background: #BD8D8B;
}

.reshetkaS-head .col6 .btn-blue {
    background: #6BB0FB;
}

.reshetkaS-head .col6 .btn-white {
    background: #A9ADAE;
}

.reshetkaS-head .description-item {
    background: #F6F6F6;
    padding: 33px 90px;
    margin-top: 30px;
}

.reshetkaS-head .txtLeft {
    display: inline-block;
    width: 58%;
    vertical-align: top;
}

.reshetkaS-head .txtLeft span {
    margin-top: 0;
}

.reshetkaS-head .txtRight {
    display: inline-block;
    width: 38%;
    vertical-align: top;
}

.reshetkaS-head .col6 h6 {
    width: 100%;
    max-width: 390px;
    padding-top: 10px;
    color: #1C1C1C;
    font-size: 16px;
    font-family: "MONTSERRAT-MEDIUM";
}

.reshetkaS-head .col6 h6 span {
    float: right;
}

.reshetkaS .col2 {
    padding-top: 75px;
    padding-left: 0;
    height: 100vh;
}

.reshetkaS .col2 img {
    width: 231px;
    height: auto;
}

.reshetkaS .colleft {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.reshetkaS .form-blc {
    width: 100%;
    max-width: 970px;
}

.reshetkaS .header-top .bg {
    margin-left: 0;
}

.reshetkaS .col4 {
    padding-top: 25px;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    max-width: 448px;
}

.reshetkaS .col4 img {
    width: auto;
    max-width: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 410px;
    height: auto;
    display: block;
}

.reshetkaS .link-cena {
    display: inline-block;
    width: 281px;
    height: 60px;
    text-align: center;
    padding-top: 17px;
    margin: 59px auto 0 auto;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: "MONTSERRAT-REGULAR";
    background: #322015;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.reshetkaS .link-cena:hover {
    background: #f70404;
}

.colfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    z-index: 1;
}

.reshetkaS .col2 span {
    display: block;
}

.reshetkaS #widthCalc {
    width: 231px;
    height: 100%;
    background: #F6F6F6;
}

.reshetkaS .span-h1 {
    padding-left: 13px;
    margin-bottom: 13px;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 18px;
    color: #940A0A;
}

.reshetkaS .span-p {
    padding-left: 13px;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 14px;
    color: #1c1c1c;
}

.reshetkaS #widthCalc {
    padding-top: 13px;
}

.reshetkaS #widthCalc .sidebar-contact span {
    margin-bottom: 18px;
}

.reshetkaS #widthCalc .sidebar-contact a {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 16px;
    color: #1c1c1c;
    padding-top: 12px;
    border: 1px solid #940A0A;
    margin: 20px auto 10px auto;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.reshetkaS #widthCalc .sidebar-contact a:hover {
    background: #940A0A;
    color: #F6F6F6;
}

.reshetkaS .form-blc h4 {
    margin-top: 50px;
}

.reshetkaS .form-blc h6 {
    padding-top: 0;
    margin-bottom: 20px;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 16px;
    color: #1c1c1c;
    width: 100%;
    max-width: 85%;
    line-height: 23px;
}

.reshetkaS .cena-big {
    display: inline-block;
    width: 208px;
    text-align: center;
    font-family: "MONTSERRAT-BOLD";
    font-size: 20px;
    color: #1c1c1c;
    vertical-align: middle;
}

.reshetkaS1 {
    padding-bottom: 75px;
}

.reshetkaS1 h3 {
    font-family: "MONTSERRAT-BOLD";
    font-size: 36px;
    color: #1c1c1c;
    margin-bottom: 40px;
    padding-top: 20px;
}

.reshetkaS1 hr {
    border-top: 1px solid #dcd9d9;
}

.reshetkaS1 p {
    display: inline-block;
    width: 49%;
    font-family: "MONTSERRAT-MEDIUM";
    font-size: 16px;
    color: #1c1c1c;
    vertical-align: top;
}

/* ===============  error  =============== */
.error {
    background: url(../images/error-bg.jpg) center/cover;
    height: 100vh;
}

.error .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.error h3 {
    color: #fff;
    padding-top: 15vh;
    font-size: 60px;
    font-family: "MONTSERRAT-BOLD";
}

.error h4 {
    color: #fff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
}

.error .link-back {
    margin-top: 45px;
    display: block;
    width: 300px;
    height: 60px;
    text-align: center;
    padding-left: 20px;
    padding-top: 18px;
    color: #fff;
    font-size: 16px;
    font-family: "MONTSERRAT-REGULAR";
    text-decoration: none;
    background: url(../images/linkPg.png) no-repeat 20px 50%, #322015;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.error .link-back:hover {
    background: url(../images/linkPg.png) no-repeat 10px 50%, #1c1c1c;
}

.error .link-pages {
    display: block;
    color: #fff;
    margin-bottom: 8px;
    font-size: 16px;
    font-family: "MONTSERRAT-REGULAR";
    text-decoration: none;
    text-transform: uppercase;
    transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.error .link-pages:hover {
    color: #322015;
}

.error p {
    margin: 25px 0;
    color: #fff;
    font-size: 16px;
    font-family: "MONTSERRAT-REGULAR";
}

.error a.price {
    position: fixed;
    z-index: 3;
    right: 0px;
    top: 25%;
    transform: rotate(-90deg);
    text-decoration: none;
    font-size: 18px;
    font-family: "MONTSERRAT-LIGHT";
    color: rgba(255, 255, 255, 0.7);
    background: #322015;
    padding: 12px 20px;
    margin-right: -33px;
    transition: 0.3s;
}

.error a.price:hover {
    border-bottom: none;
    color: #ffffff;
}

.error a.purchase {
    position: fixed;
    z-index: 3;
    right: 0px;
    top: 46%;
    transform: rotate(-90deg);
    text-decoration: none;
    font-size: 18px;
    font-family: "MONTSERRAT-LIGHT";
    color: rgba(255, 255, 255, 0.7);
    background: #1C1C1C;
    padding: 12px 20px;
    margin-right: -40px;
    transition: 0.3s;
}

.error a.purchase:hover {
    border-bottom: none;
    color: #ffffff;
}

.error .scroll-down {
    position: absolute;
    width: 60px;
    height: 120px;
    bottom: 0;
    z-index: 55;
}

.error .scroll-down span {
    color: #ffffff;
    font-size: 12px;
    font-family: "MONTSERRAT-LIGHT";
    position: absolute;
    left: 20px;
    top: 20px;
    transform: rotate(-90deg);
    width: 120px;
}

.error .scroll-down i {
    width: 2px;
    height: 120px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.error .scroll-down i:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 2px;
    background: #ffffff;
    -webkit-animation: move 2s infinite;
    animation: move 2s infinite;
}

/* ===============  dealers  =============== */
.dealers {
    background: url(../images/dealers-bg.jpg) center/cover;
    height: 100vh;
}

.dealers .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

/* .dealers .content ul {
    margin-top: 10vh;
} */

.dealers .content h1 {
    line-height: 65px;
    font-size: 50px;
    margin-top: 0;
}

.dealers .content h2 {
    color: #ffffff;
    margin-top: 15vh;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
}


.dealers1 {
    padding-top: 100px;
}

.dealers1 h2 {
    font-size: 36px;
    margin: 50px 0px;
    color: #1C1C1C;
    font-family: "MONTSERRAT-BOLD";
}

.dealers1 h3 {
    width: 100%;
    max-width: 970px;
    color: #1C1C1C;
    line-height: 23px;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
}

.dealers1 p {
    width: 100%;
    max-width: 970px;
    color: #1C1C1C;
    line-height: 27px;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
}

.dealers1 .bg {
    background: #F6F6F6;
    padding: 40px 0px;
    margin-top: 50px;
}

.dealers1 h4 {
    width: 100%;
    max-width: 970px;
    font-size: 16px;
    color: #1C1C1C;
    font-family: "MONTSERRAT-BOLD";
    margin: 20px 0px;
}


.dealers2 {
    padding-top: 80px;
}

.dealers2 h1 {
    font-size: 50px;
    color: #1C1C1C;
    font-family: "MONTSERRAT-BOLD";
}



/* ===============  price-lists  =============== */
.price-lists {
    height: 100vh;
}

.price-lists .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

.price-lists .content ul {
    /* margin-top: 10vh; */
}

.price-lists1 {
    padding: 100px 0px;
}

.price-lists1 img {
    width: 100%;
    height: auto;
}

.price-lists1 .bg {
    position: relative;
}

.price-lists1 .pl {
    background: rgba(000, 000, 000, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.price-lists1 h2 {
    color: #ffffff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
    text-align: center;
    padding: 0px 15px;
}

.price-lists1 a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    text-decoration: none;
    padding: 10px 40px 10px 0px;
    background: #322015 url(../images/price-arrow2.png) no-repeat;
    background-position: 70% 50%;
    transition: 0.3s;
}

.price-lists1 .col-sm-4:hover a {
    background: #606060 url(../images/price-arrow2.png) no-repeat;
    background-position: 70% 50%;
    color: #ffffff;
}

.price-lists1 .col-sm-4 {
    margin-bottom: 50px;
}


/* ===============  tender  =============== */
.tender1 {
    background: url(../images/tender-bg.jpg) center/cover;
    height: 100vh;
}

.tender1 .content .scroll-down {
    /*right: 120px;*/
    left: 215px;
}

/* .tender1 .content ul {
    margin-top: 10vh;
} */

.tender1 .content h2 {
    color: #ffffff;
    font-size: 16px;
    font-family: "MONTSERRAT-LIGHT";
}


.tender2 .bg {
    background: #F6F6F6;
    padding: 100px 0px 70px 0px;
    margin-bottom: 50px;
}

.tender2 .bg h6 {
    width: 100%;
    max-width: 970px;
    font-size: 16px;
    color: #1C1C1C;
    font-family: "MONTSERRAT-LIGHT";
    line-height: 25px;
}

.tender2 h5 {
    font-size: 16px;
    color: #1C1C1C;
    font-family: "MONTSERRAT-LIGHT";
    line-height: 25px;
    max-width: 80%;
    padding: 0 100px;
    margin: 20px auto;
}


/* ===============  clients-home  =============== */
.clients-home {
    height: auto;
}

.clients-home .header-top h1 {
    color: #1C1C1C;
}

.clients-home .header-top .lang li.current-lang a {
    color: #322015;
}

.clients-home .header-top a.menu {
    color: #1C1C1C;
    background: url(../images/burger-black.svg) no-repeat;
    background-position: 0% 50%;
    background-size: 33px 21px;
}

.clients-home .header-top a.contact {
    color: #1C1C1C;
    display: table;
    margin-top: -5px;
}

.clients-home .content2 {
    margin-top: 75px;
}

.clients-home .content2 a {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.clients-home .content2 img.bg {
    width: 100%;
    transition: 0.5s;
}

.clients-home .content2 .pl {
    background: rgba(000, 000, 000, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clients-home .content2 h3,
.clients-home .content2 h1 {
    text-transform: uppercase;
    font-size: 25px;
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    letter-spacing: 0.04em;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    display: table;
    margin: 0px auto;
}

.clients-home .content2 img.ok {
    width: 60%;
    display: block;
    margin: 0px auto;
}

.clients-home .content2 p {
    color: #ffffff;
    letter-spacing: 0.04em;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 12px;
    text-align: right;
    padding-right: 25%;
    margin-top: -40px;
}


.clients-home .content2 .pss-abs-hover {
    position: absolute;
    bottom: 0px;
    opacity: 0;
    width: 100%;
    transition: 0.5s;
}

.clients-home .content2 a:hover .pss-abs-hover {
    opacity: 1;
    bottom: 30px;
}

.clients-home .content2 a:hover img.bg {
    transform: scale(1.07);
}



/* ===============  social  =============== */
.social-head {
    background: url(../images/social-head.jpg) center/cover;
    height: 100vh;
}

.social .content2 a {
    display: block;
    text-decoration: none;
    position: relative;
    height: 660px;
    overflow: hidden;
}

.social .socImg {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: inherit;
}

.social-head .content h1 {
    font-size: 65px;
}

.social .content2 img.bg {
    width: 100%;
    transition: 0.5s;
}

.social .content2 .pl {
    background: rgba(000, 000, 000, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .7s;
}

.social .content2 a:hover .pl {
    background: rgba(000, 000, 000, 0.8);
}

.social .content2 h3 {
    font-size: 31px;
    color: #ffffff;
    font-family: "MONTSERRAT-BOLD";
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    display: table;
    margin: 0px auto;
    width: auto;
    max-width: 399px;
}

.social .content2 h3 span {
    font-size: 16px;
    color: #ffffff;
    font-family: "MONTSERRAT-LIGHT";
}

.social .content2 img.ok {
    width: 70%;
    display: block;
    margin: 0px auto;
}

.social .content2 p {
    color: #ffffff;
    letter-spacing: 0.04em;
    font-family: "MONTSERRAT-LIGHT";
    font-size: 12px;
    text-align: right;
    padding-right: 25%;
    margin-top: -40px;
}


.social .content2 .pss-abs-hover {
    position: absolute;
    bottom: 0px;
    opacity: 0;
    width: 100%;
    transition: 0.5s;
}

.social .content2 a:hover .pss-abs-hover {
    opacity: 1;
    bottom: 50px;
}

.social .content2 a:hover img.bg {
    transform: scale(1.07);
}

/* =========================  single-project  ========================= */
.single-project_block {
    padding-top: 75px;
}

.single-project_block h3 {
    font-size: 36px;
    font-family: "MONTSERRAT-BOLD";
    margin-bottom: 40px;
}

.single-project_block p {
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    color: #1C1C1C;
    margin-bottom: 90px;
}

.single-project_block .col-sm-12 {
    padding-top: 55px;
}

.single-block-grey {
    background: #f1f1f1;
}

.single-project_block .center-sm {
    width: auto;
    max-width: 925px;
    margin: 0 auto;
    position: relative;
}

.single-project_block .center-sm img {
    position: absolute;
    top: -40px;
    right: 0;
}

.single-project .block-half {
    padding-top: 130px;
    padding-bottom: 130px;
}

.single-project .block-half img {
    width: 100%;
    max-width: 466px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-project .block-half div {
    display: inline-block;
    width: 49.8%;
    margin: 0;
    text-align: center;
}

.single-project .block-half p {
    font-size: 22px;
    font-family: "MONTSERRAT-LIGHT";
    color: #1C1C1C;
    margin: 0;
    text-align: left;
    vertical-align: middle;
}

.single-inline-block {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 49.8%;
    margin: 0;
}

.single-inline-block .lr-pdd {
    padding: 0px 160px;
}

.sngl-link-prev img {
    position: relative;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
}

.sngl-link-next img {
    position: relative;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
}

.single-inline-block a {
    font-size: 0;
    color: transparent;
    text-decoration: none;
    display: block;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 888;
    left: 0px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transition: 0.3s;
}

.sngl-link-prev .col-sm-7 span,
.sngl-link-next .col-sm-7 span {
    font-size: 20px;
    font-family: "MONTSERRAT-BOLD";
}

.single-project .slick-slide {
    outline: none;
}

.single-project .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #322015;
}

.single-project .slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: ' ';
    background: #322015;
    color: #322015;
}

.single-project .slick-dots li {
    width: 10px;
    height: 10px;
}

.single-project .slick-dots li button {
    width: 10px;
    height: 10px;
}

.single-project .slick-slide img {
    display: block;
    margin: 0 auto;
    max-width: 1300px;
    padding: 11px;
    background: url(../images/slide-bg.png) no-repeat;
    background-size: 100% 100%;
}

.single-project .slick-prev {
    background: url(../images/prev.png) no-repeat;
    background-position: 50%;
}

.single-project .slick-next {
    background: url(../images/next.png) no-repeat;
    background-position: 50%;
}

.slick-prev {
    position: absolute;
    top: 50%;
    left: 41px;
    z-index: 288;
    width: 103px;
    height: 40px;
    border-radius: 10px;

}

.slick-next {
    position: absolute;
    top: 50%;
    right: 41px;
    z-index: 288;
    width: 103px;
    height: 40px;
    border-radius: 10px;

}

/*.slick-prev:hover,
.slick-prev:focus{
    width: 103;
    height: 40px;
    background: url(../images/prev.png) no-repeat;
    background-position: 50%;
}
.slick-next:hover,
.slick-next:focus{
    height: 103;
    width: 3040;
    background: url(../images/next.png) no-repeat;
    background-position: 50%;
}*/
.slick-prev:before,
.slick-next:before {
    content: none;
}

/* =========================  Modal  ========================= */
.modal-up {
    display: block;
    margin: auto;
    width: 700px;
}

.mod-up {
    background: #ffffff;
    padding: 80px 100px;
}

.mod-up h6 {
    font-size: 22px;
    color: #1C1C1C;
    font-family: "MONTSERRAT-LIGHT";
    line-height: 23px;
}

.mod-up h5 {
    font-size: 16px;
    color: #1C1C1C;
    font-family: "MONTSERRAT-LIGHT";
    line-height: 23px;
}

.mod-up a {
    display: block;
    padding-bottom: 0;
    padding-top: 19px;
    text-decoration: underline;
    font-size: 18px;
    font-family: "MONTSERRAT-LIGHT";
}

.mod-up h5 span {
    padding-bottom: 10px;
    font-size: 22px;
    font-family: "MONTSERRAT-BOLD";
}

.mod-up h5 b {
    font-weight: normal;
    color: #322015;
    font-family: "MONTSERRAT-BOLD";
}

a {
    outline: none !important;
}



/* ===============  Магнифик всплывающие окна ============= */

.mfp-close {
    font-size: 40px;
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}


/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    background: #ffffff;
    transform: scale(1);
}


/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    transform: scale(0.8);
    opacity: 0;
}


/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}


/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}


/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */


/* at start */

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}


/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: translateY(0) perspective(600px) rotateX(0);
}


/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}


/* Dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}


/* animate in */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}


/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}


@media (max-width: 700px) {
    .hov_lang {
        z-index: 999;
        position: absolute;
        overflow: hidden;
        height: 40px;
        top: 6px;
        right: 24px;
        color: #ffffff;
        font-size: 22px;
        text-decoration: none;
    }
}

@media (min-height: 700px) {

    .stalMetal .inline-number p {
        margin-top: 60px;
    }

}


@media (min-height: 800px) {

    .slidemenu .tpp {
        padding-top: 200px;
    }

    .slidemenu .tpp2 {
        padding-top: 100px;
    }

    .stalMetal .inline-number p {
        margin-top: 60px;
    }
}


@media (min-height: 900px) {

    .slidemenu .tpp {
        padding-top: 250px;
    }

    .slidemenu .tpp2 {
        padding-top: 100px;
    }

    .stalMetal .inline-number p {
        margin-top: 60px;
    }
}


@media (min-height: 1000px) {
    .header .content p {
        margin-top: 30vh;
    }

    .header .content h1 {
        margin-top: 20vh;
    }

    .header .content ul {
        margin-top: 35vh;
    }

    .slidemenu .tpp {
        padding: 300px 350px 0px 350px;
    }

    .slidemenu .tpp2 {
        padding: 200px 350px 0px 350px;
    }

    .slidemenu a img {
        height: 75px;
    }

    .slidemenu1 a img {
        height: 75px;
    }

    .slidemenu2 a img {
        height: 75px;
    }

    .header .header-top h1 {
        margin-left: -80px;
    }

    .slidemenu .nav-menu-fixed h1 {
        margin-left: -20px;
    }

    .slidemenu1 .nav-menu-fixed h1 {
        margin-left: -20px;
    }

    .slidemenu2 .nav-menu-fixed h1 {
        margin-left: -20px;
    }

    .stalMetal .inline-number p {
        margin-top: 60px;
    }
}

@media (min-width: 1500px) {
    .header .header-top h1 {
        margin-left: -20px;
    }

    .slidemenu .nav-menu-fixed h1 {
        margin-left: -20px;
    }

    .slidemenu1 .nav-menu-fixed h1 {
        margin-left: -20px;
    }

    .slidemenu2 .nav-menu-fixed h1 {
        margin-left: -20px;
    }
}

@media (min-width: 1800px) {
    .header .header-top h1 {
        margin-left: -80px;
    }

    .slidemenu .nav-menu-fixed h1 {
        margin-left: -80px;
    }

    .slidemenu1 .nav-menu-fixed h1 {
        margin-left: -80px;
    }

    .slidemenu2 .nav-menu-fixed h1 {
        margin-left: -80px;
    }
}

.slidemenu .col-sm-2 a.mobile-block {
    display: none;
}


.myVideo {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9889;
    padding: 0 8px;
    box-sizing: border-box;
}

.lang {
    margin: 0 !important;
    opacity: 0 !important;
}

.qwert form {
    padding: 30px 60px 30px 60px;
}

.tit {
    font-size: 2em;
}

/**/