body {
    overflow-x: hidden;
    font-family: Gotham Pro !important;
    color: #e8e6e6 !important;
    background: url(../img/bg.jpg) center center;
}

header {
    width: 100%;
    -webkit-box-shadow: 0px 10px 10px 2px #0e0c1aef;
    box-shadow: 0px 10px 10px 2px #0e0c1aef;
    background: url(../img/heating.png) no-repeat top center/cover;
}

.header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 50px;
}

.img-item-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 812px;
    height: 140px;
    padding: 40px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #0e1026ce;
}

header li {
    list-style: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% / 5 - 15px);
    -ms-flex: 0 0 calc(100% / 5 - 15px);
    flex: 0 0 calc(100% / 5 - 15px);
}

.header-contacts-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-contacts-container span {
    font-size: 15px;
}

.header-tel,
.header-email {
    font-size: 20px;
    color: white;
    text-decoration: none;
}

header a {
    font-size: 20px;
    color: white;
    text-decoration: none;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
    padding-bottom: 5px;
    border-bottom: 2px solid;
    border-color: transparent;
}

header a:hover {
    color: white;
    text-decoration: none;
    border-bottom: 2px solid #c4602a;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

.header_title {
    position: absolute;
    transform: translateY(50%);
    top: 50%;
    right: 0;
}

header h1 {
    font-weight: bold;
    font-size: 48px;
    color: #e2e2e2;
}
.headerh1{font-weight:bold;font-size:48px;color:#e2e2e2;margin-bottom:.5rem;line-height:1.2;margin-top:0;}
.noheading{color:inherit;font-size:inherit;font-weight:inherit;display:inline;padding:0;margin:0;}

.about-as-content {
    display: flex;
}

.about-content-container {
    padding-right: 30px;
}

.about-as-section {
    padding: 0px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.about-as-section p {
    color: #1b1b1b;
}

.about-as-section__text {
    text-align: center;
    font-size: 18px;
    margin: 40px auto 60px auto;
    width: 600px;
}

.about-as-section__item {
    padding: 0;
}

.about-as-section__item li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.about-as-section__item img {
    max-width: 360px;
}

.about-as-section__item p {
    margin: 0;
    color: #1b1b1b;
}

.about-as-section__item_first {
    margin-bottom: 60px;
}

.about-as-section__item_first img {
    margin-right: 40px;
}

.about-as-section__item_two img {
    margin-left: 40px;
}

.contact-title {
    font-size: 21.5px;
    font-weight: normal;
    margin-top: 5%;
    color: #1b1b1b;
}

.contact-title-two {
    font-size: 30px;
    font-weight: 500;
    margin-top: 5%;
    color: #1b1b1b;
}

.table-margin-top {
    margin-top: 5%;
}

._softhide table p {
    font-size: 19px;
    color: #1b1b1b !important;
}

.table-margin-top h5 {
    font-weight: normal;
}

.contact-map__title {
    margin: 10% 0% 5% 0%;
    text-align: center;
    color: #1b1b1b;
}

.contact-map {
    margin-left: -6%;
}

.privat-politic-text {
    margin-left: -20px;
    margin-top: 40px;
}

.privat-politic h4 {
    color: #1b1b1b;
    text-align: center;
}

.privat-politic ul {
    padding-right: 8px;
    color: #1b1b1b;
}

.privat-politic p {
    color: #1b1b1b;
    padding-right: 8px;
}

.privat-politic li {
    padding-right: 8px;
    color: #1b1b1b;
}

.catalog-level {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 30px;
    margin: -35px;
}

.catalog-level li {
    flex: 0 0 calc(100% / 2 - 70px);
    margin: 35px;
    overflow: hidden;
}

.catalog-level li:hover .catalog-product-title {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
    transform: translateY(0%);
}

.catalog-level-item {
    position: relative;
    padding-bottom: 35px;
}

.catalog-level-item a {
    display: flex;
    justify-content: center;
}

.catalog-level-item img {
    width: 260px;
    height: 240px;
}

.catalog-product-title {
    left: 0;
    right: 0;
    bottom: 0px;
    top: 0;
    transform: translateY(85%);
    transition: all 0.4s;
    text-align: center;
    position: absolute;
    background-color: #1b1b1bb0;
    color: #ffffff;
    padding: 10px;
}

.catalog-product img {
    margin: 5% 3% 3% 0%;
    width: 280px;
    height: 260px;
}

.product-img__flex-container {
    float: left;
    margin: 5% 3% 3% 0%;
    width: 280px;
    height: 260px;
}

.catalog-product h2 {
    margin-top: 10%;
}

.catalog-product p,
span,
.catalog-product h2 {
    color: #1b1b1b;
}

.catalog-product h1 {
    text-align: center;
    margin: 4% 0% 8% 0%;
    padding-right: 20px;
    color: #1b1b1b;
}

.data-catalog {
    width: 400px;
    margin-left: 3%;
}

.catalog-product_table .table div {
    font-size: 15px;
}

.back-form_product {
    margin: 10% 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px 40px 60px;
    width: 700px;
    background-color: #000e4b;
}

.back-form_product p {
    color: #ffffff;
}

.back-form_product a {
    color: #1b1b1b;
    margin-top: 5%;
    background-color: #e4e4e4e6;
    padding: 10px 15px 10px 15px;
    border-radius: 3px;
    text-decoration: none;
}

.back-form_product a:hover {
    color: #1b1b1b;
    text-decoration: none;
    cursor: pointer;
    background-color: #f0f0f0;
    transition: background-color 0.4s;
}

.catalog-product_item {
    width: 700px;
}

.content__background {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-shadow: 0px -40px 80px 1px #04020ac5;
    box-shadow: 0px -40px 80px 1px #04020ac5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e7e7e7;
}

.content-title-container {
    display: flex;
    padding: 0px 15px;
    flex-grow: 1;
}

.left-content-title {
    font-size: 20px;
    color: #fcfcfc;
    background-color: #cb5a1b;
    padding: 20px;
    flex: 0 0 calc(100% / 2 - 243px);
}

.right-content-title {
    font-size: 20px;
    color: #fcfcfc;
    background-color: #484b55d0;
    padding: 20px;
    flex: 1;
}

.content_menu {
    background: #e4e4e4;
}

.content_menu__item {
    flex: 0 0 312px;
    padding: 0;
    list-style: none;
}

.content_menu__item li:last-child {
    border: none;
}

.content-menu-link {
    border-bottom: 1px solid #dedede;
    padding: 15px 0px 15px 15px;
    transition: box-shadow 0.2s, background-color 0.2s;
}

.content-menu-link:hover {
    transition: box-shadow 0.2s, background-color 0.2s;
    background-color: #ececec;
    box-shadow: 0px 0px 10px 1px #a4a4a4;
}

.content_menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #484b55d0;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.content_menu a span {
    font-size: 16px;
    color: #484b55d0;
}

.menu-zdp:after {
    content: '';
    background: url(../img/zdp-menu.svg) no-repeat 50%;
    background-size: 70px;
    transform: scale(-1, 1);
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.menu-vbr:after {
    content: '';
    background: url(../img/vbr-menu.svg) no-repeat 50%;
    background-size: 45px;
    width: 80px;
    height: 80px;
    margin-left: 25px;
}

.menu-chugun:after {
    content: '';
    background: url(../img/30s39-menu.svg) no-repeat 50%;
    background-size: 45px;
    width: 80px;
    height: 80px;
}

.menu-ng:after {
    content: '';
    background: url(../img/30s41-menu.svg) no-repeat 50%;
    background-size: 45px;
    width: 80px;
    height: 80px;
}

.menu-ng-new:after {
    content: '';
    background: url(../img/30s964-menu.svg) no-repeat 50%;
    background-size: 40px;
    width: 80px;
    height: 100px;
}

.banners-container {
    width: 60%;
    position: relative;
    margin-left: 40px;
}

.slide-window {
    margin-top: 40px;
}

.navbar {
    display: none !important;
}

.navbar-button-container button:focus {
    outline: none;
}

.navbar-offcanvas {
    max-width: 350px;
    left: -350px;
}

.navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(350px);
    -ms-transform: translateX(350px);
    transform: translateX(350px);
}

.navbar-default .navbar-offcanvas {
    background-color: #1d1d1d;
}

.navbar-nav a {
    font-size: 18px;
    color: #ececec;
}

.nav.navbar-nav {
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav.navbar-nav li {
    margin-bottom: 15px;
}

.dropdown-menu.shown {
    background-color: #1d1d1d;
}

.dropdown-menu.shown a {
    color: #ff9737;
    padding-left: 15px;
}

.dropdown-menu.shown li {
    background-color: #1d1d1d;
}

.navbar-product-title {
    color: #ff9737;
}

.main-navbar-button {
    position: fixed;
    z-index: 450;
    top: 20px;
    left: 30px;
    padding: 0;
    background: none;
    border: none;
}

.main-navbar-icon {
    background: #000524d5;
    font-size: 40px;
    padding: 11px 15px;
    border-radius: 5px;
    color: #e7e7e7;
}

.content_menu__dopblock {
    margin-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dopblock__guarantee {
    -webkit-box-shadow: 0px 0px 6px 0.2px #47474781;
    box-shadow: 0px 0px 6px 0.2px #47474781;
    margin-bottom: 30px;
}

.dopblock__catalogue {
    -webkit-box-shadow: 0px 0px 6px 0.2px #47474781;
    box-shadow: 0px 0px 6px 0.2px #47474781;
}

.content_menu__dopblock img {
    height: 180px;
}

.dopblock__guarantee:hover {
    -webkit-box-shadow: 0px 0px 6px 0.8px #3030308c;
    box-shadow: 0px 0px 6px 0.8px #3030308c;
}

.dopblock__catalogue:hover {
    -webkit-box-shadow: 0px 0px 6px 0.8px #3030308c;
    box-shadow: 0px 0px 6px 0.8px #3030308c;
}

.main-popap-icon {
    position: fixed;
    background: #000524d5;
    border-radius: 5px;
    padding: 11px 15px;
    right: 30px;
    top: 20px;
    color: #eeeeee;
    font-size: 40px;
}

.modal-content h5,
label {
    color: #1b1b1b;
}

.btn-primary {
    border-color: transparent;
}

.btn-primary:focus {
    border-color: transparent;
    box-shadow: none;
}

.btn-opacity-none {
    position: fixed;
    padding: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: -60px;
    top: 50%;
    font-family: Gotham Pro;
    font-size: 19px;
}

.btn-opacity-none span {
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.hidden {
    display: none;
}

.about_as__background {
    margin-left: 55px;
    width: 1005px;
    height: 420px;
    background: url(../img/industry.jpg) no-repeat center/cover;
}

.about_as__title {
    width: 410px;
    font-size: 41px;
    font-weight: 300;
    margin: 29% 0% 0% -11%;
    background: #c4602a;
    padding: 34px 130px 34px 130px;
    -webkit-box-shadow: 0px 0px 5px 0.2px #424242d0;
    box-shadow: 0px 0px 5px 0.2px #424242d0;
    border-radius: 3px;
}

.about_as__text {
    margin: 67px 0px 0px -10px;
    width: 550px;
    height: 290px;
    line-height: 1;
    font-size: 21px;
    font-weight: 300;
    padding: 20px 25px;
    background: #c4602a;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0.2px #424242d0;
    box-shadow: 0px 0px 5px 0.2px #424242d0;
}

.text__button a {
    font-family: Gotham Pro;
    font-weight: 300;
    color: black;
    padding: 20px 40px;
    font-size: 20px;
    background: #e9e9e9;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
}

.text__button {
    width: 115px;
    position: relative;
    margin: -3.5% auto;
}

.text__button a {
    position: relative;
    margin: 0% auto;
}

.text__button:hover a {
    color: #c4602a;
    text-decoration: none;
}

.partners_and_index_map__background {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #4f65abf5;
}

.partners {
    padding-bottom: 40px;
}

.partners__title {
    margin-top: 30px;
}

.partners__title h2 {
    text-align: center;
}

.partners-container {
    padding: 40px 15px 0px 15px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-container img {
    max-width: 270px;
    max-height: 160px;
}

.partners__item-1 {
    width: 100%;
    display: flex;
    justify-content: space-around
}

.index_map__title {
    margin: 3% 0% 3% 35.5%;
}

.index_map__script {
    -webkit-box-shadow: 0px 0px 5px 0.2px #1f1f1fd0;
    box-shadow: 0px 0px 5px 0.2px #1f1f1fd0;
    margin: 0% 5.5% 5% 5.5%;
}

.footer__background {
    border-top: solid 5px #c4602a;
    height: 273px;
    background: #000535;
}

.fab {
    font-size: 30px;
}

.fa-phone-alt {
    color: #597d76;
    width: 200px;
    margin-top: 12%;
}

.fa-phone-alt span {
    margin-left: 5%;
    font-family: Gotham Pro;
    font-weight: normal;
}

.footer-title {
    padding: 0px 0px 0px 40px;
    list-style: none;
    margin-left: 3.7%;
    margin-top: 6%;
}

.footer-title li:nth-child(-n+2) {
    margin-bottom: 5%;
}

.protect-de-grup {
    font-size: 18px;
    font-weight: 300;
}

.footer-title p,
span {
    color: #597d76;
}

.footer-contact {
    padding: 0;
    list-style: none;
    margin-top: 6%;
    margin-left: 30%;
}

.footer-contact a {
    color: #dddddd;
}

.contact-icon a:hover {
    text-decoration: none;
}

.soc-contact:hover {
    color: #007bff;
}

.contact-icon a {
    margin: 0px 10px;
}

.contact-icon {
    margin: 20px 0px;
}

.confid a {
    text-align: center;
    font-size: 15px;
    color: #597d76;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.confid a:hover {
    color: #007bff;
}