@font-face {
    font-family: "neobold";
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/NeoSansProBold/NeoSansProBold.eot");
    src: url("../fonts/NeoSansProBold/NeoSansProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansProBold/NeoSansProBold.woff") format("woff"), url("../fonts/NeoSansProBold/NeoSansProBold.ttf") format("truetype");
}

@font-face {
    font-family: "neolight";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/NeoSansPro-Light/NeoSansPro-Light.eot");
    src: url("../fonts/NeoSansPro-Light/NeoSansPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansPro-Light/NeoSansPro-Light.woff") format("woff"), url("../fonts/NeoSansPro-Light/NeoSansPro-Light.ttf") format("truetype");
}

@font-face {
    font-family: "neomedium";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/NeoSansPro-Medium/NeoSansPro-Medium.eot");
    src: url("../fonts/NeoSansPro-Medium/NeoSansPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansPro-Medium/NeoSansPro-Medium.woff") format("woff"), url("../fonts/NeoSansPro-Medium/NeoSansPro-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "neoreg";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/NeoSansProRegular/NeoSansProRegular.eot");
    src: url("../fonts/NeoSansProRegular/NeoSansProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansProRegular/NeoSansProRegular.woff") format("woff"), url("../fonts/NeoSansProRegular/NeoSansProRegular.ttf") format("truetype");
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-family: "neoreg", sans-serif;
}

a {
    text-decoration: none;
    color: #000000;
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    backgound: #ffffff;
}

body {
    max-width: 100%;
    margin: 0 auto;
    font-family: "neoreg", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
}

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

section {
    width: 100%;
}

.container {
    max-width: 1140px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

section.header {
    height: 105px;
    border-top: 10px solid #fe0004;
}

section.header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.logo {
    display: block;
    margin-right: 50px;
}

.logo img {
    width: 150px;
}

ul.header-menu {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

ul.header-menu li {
    width: 120px;
    height: 100%;
    text-align: center;
    border-left: 1px solid #abd8ee;
    line-height: 95px;
    transition: .3s ease-in-out;
}

ul.header-menu li:hover {
    background: #fe0004;
}

ul.header-menu li:hover a {
    color: #fff;
}

ul.header-menu li a {
    transition: .3s ease-in-out;
}

ul.header-menu li:last-child {
    border-right: 1px solid #abd8ee;
}

.header-search {
    width: 250px;
    position: relative;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.header-search input {
    width: 220px;
    border: 1px solid #acb6bb;
    height: 100%;
    display: block;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    padding-left: 10px;
    color: #acb6bb;
}

.header-search input::-webkit-input-placeholder {
    color: #acb6bb;
    font-size: 16px;
    font-family: "neoreg", sans-serif;
}

.header-search input::-moz-placeholder {
    color: #acb6bb;
    font-size: 16px;
    font-family: "neoreg", sans-serif;
}

.header-search input:-ms-input-placeholder {
    color: #acb6bb;
    font-size: 16px;
    font-family: "neoreg", sans-serif;
}

.header-search input::-ms-input-placeholder {
    color: #acb6bb;
    font-size: 16px;
    font-family: "neoreg", sans-serif;
}

.header-search input::placeholder {
    color: #acb6bb;
    font-size: 16px;
    font-family: "neoreg", sans-serif;
}

.header-search button.go-search {
    height: 100%;
    display: block;
    width: 30px;
    border-top: 1px solid #acb6bb;
    border-right: 1px solid #acb6bb;
    border-bottom: 1px solid #acb6bb;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-search a.go-search img {
    margin: 0 auto;
}

#searchsubmit {
    background-repeat: no-repeat;
    background-color: #fafafa;
    background-position-x: center;
    background-position-y: center;
    margin: 0;
    padding: 0;
    border-left: unset;
}

.dropdown-lang ul {
    display: none;
    position: absolute;
}

.dropdown-lang.open ul {
    display: block;
}

.dropdown-lang>span {
    position: relative;
    display: block;
    width: 38px;
    cursor: pointer;
}

.dropdown-lang>span img {
    border: 1px solid #acb6bb;
    height: 17px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.dropdown-lang>span:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 5px;
    width: 6px;
    height: 7px;
    background: url(../img/down.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.dropdown-lang.open ul li img {
    height: 17px;
}

.languages_swich {
    margin-right: 25px;
}

.telephone-header a {
    padding-left: 23px;
    display: block;
    font-size: 18px;
    font-family: "neobold", sans-serif;
    background: url(../img/tel.png) no-repeat;
    background-position: left;
    background-position-y: 4px;
}

section.home-slider {
    height: 430px;
    background: url(../img/bg_home-sliderr.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

section.home-slider .container {
    height: 100%;
    background: url(../img/img-slider.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

section.home-slider .container div {
    margin-left: 95px;
}

.title-slider {
    padding-top: 80px;
    font-family: "neobold", sans-serif;
    font-size: 55px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.title-slider span {
    font-family: "neobold", sans-serif;
}

.color-red {
    color: #fe0004;
}

.slder-text {
    font-size: 18px;
    font-family: "neoreg", sans-serif;
    text-align: left;
    margin-bottom: 23px;
}

a.readmore {
    margin-left: 95px;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    color: #fe0004;
    font-family: "neomedium", sans-serif;
    height: 47px;
    line-height: 40px;
    width: 205px;
    text-align: center;
    border: 2px solid #fe0004;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

section.buttons-block {
    padding: 25px 0;
}

section.buttons-block .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.button-one {
    width: 350px;
    height: 57px;
    border: 2px solid #fe0004;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.button-one:hover {
    background: #fe0004;
}

.button-one span {
    font-family: "neomedium", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fe0004;
    transition: .3s ease-in-out;
}

.button-one:hover span {
    color: #fff;
}

.button-one img {
    margin-right: 10px;
    height: 35px;
    transition: .3s ease-in-out;
}

.button-one>img:nth-child(2) {
    display: none;
}

.button-one:hover>img:nth-child(1) {
    display: none;
}

.button-one:hover>img:nth-child(2) {
    display: block;
}

section.content.home-content {
    margin-bottom: 25px;
}

section.content.home-content .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.left-home {
    width: 350px;
    border-right: 1px solid #b5b8bf;
    border-left: 1px solid #b5b8bf;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.left-home .title_news {
    background: #a00003;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    height: 32px;
    width: 100%;
    line-height: 30px;
    padding-left: 11px;
    color: #ffffff;
    font-family: "neobold", sans-serif;
    font-size: 16px;
}

.small-article {
    padding-top: 18px;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 18px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.small-article::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px);
    height: 1px;
    background: #b5b8bf;
    left: 15px;
    display: block;
}

.img-article {
    margin-right: 15px;
}

.title-art {
    font-size: 16px;
    font-family: "neomedium", sans-serif;
    margin-bottom: 16.5px;
}

a.readmore-text {
    color: #fe0004;
    font-size: 16px;
    font-family: "neoreg", sans-serif;
}

.lookmore {
    display: block;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-family: "neoreg", sans-serif;
    color: #fe0004;
}

.right-home {
    width: 730px;
}

.title-right-home {
    font-size: 22px;
    color: #000000;
    font-family: "neobold", sans-serif;
    text-align: left;
    border-bottom: 1px solid #7e9cb4;
    padding-bottom: 6px;
    margin-bottom: 25px;
}

.medium-article {
    width: 100%;
    height: 140px;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.75);
}

.title-medium {
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    text-transform: uppercase;
    padding-top: 12px;
    padding-right: 25px;
    padding-left: 15px;
    padding-bottom: 12px;
    background: #fe0004;
    color: #ffffff;
    font-size: 20px;
    font-family: "neobold", sans-serif;
    position: absolute;
    top: 13px;
    left: 0;
}

a.learmore {
    position: absolute;
    right: 12.5px;
    top: 25px;
    font-family: "neobold", sans-serif;
    font-size: 16px;
    display: block;
    text-shadow: 0px 0px 10px #ffffff;
    color: #fe0004;
}

.text-medium {
    padding-right: 33px;
    position: absolute;
    bottom: 15px;
    left: 20px;
    display: block;
    color: #000;
    font-size: 16px;
    font-family: "neoreg", sans-serif;
    line-height: 16px;
}

section.footer {
    border-top: 1px solid #b5b8bf;
    padding-top: 20px;
    margin-bottom: 55px;
}

section.footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.copyrights {
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #a00003;
}

section.copyrights a {
    color: #ffffff;
    font-size: 14px;
    font-family: "neolight", sans-serif;
    text-align: center;
    margin: 0 auto;
}

.footer-block {
    width: 200px;
    padding-right: 10px;
    border-right: 1px solid #b5b8bf;
    height: 265px;
}

.title-block-footer {
    font-family: "neomedium", sans-serif;
    font-size: 18px;
    text-align: left;
    line-height: normal;
    padding-bottom: 6px;
    border-bottom: 1px solid #bed6fc;
    color: #fe0004;
}

.menu-footer {
    padding-top: 10px;
}

.menu-footer li {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 15px;
}

.menu-footer li a {
    font-size: 16px;
    color: #000000;
    font-family: "neoreg", sans-serif;
    text-align: left;
    line-height: 16px;
    display: block;
}

section.page {
    background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(white));
    background: -webkit-linear-gradient(top, #e7e7e7 0%, white 100%);
    background: -o-linear-gradient(top, #e7e7e7 0%, white 100%);
    background: linear-gradient(to bottom, #e7e7e7 0%, white 100%);
}

.left-page {
    width: 100%;
    max-width: 285px;
}

.right-page {
    width: 100%;
    max-width: 800px;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.breadcumbs {
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 14px;
}

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

.breadcumbs ul li {
    display: inline-block;
}

.breadcumbs ul li a {
    font-size: 14px;
    font-family: "neoreg", sans-serif;
    color: #fe0004;
    display: inline-block;
    padding-right: 15px;
    position: relative;
}

.breadcumbs ul li a::after {
    content: '>';
    position: absolute;
    right: 0;
    top: 2px;
    color: #000000;
}

.breadcumbs ul li a.active-page {
    color: #000000;
}

.breadcumbs ul li a.active-page::after {
    display: none;
    content: '';
}

.acc-body {
    display: none;
}

.acc-head {
    font-family: "neobold", sans-serif;
    font-size: 16px;
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #a00003;
    position: relative;
    margin-bottom: 10px;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
}

.acc-head::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 10px;
    background: url(../img/m-arr.png) no-repeat;
    width: 15px;
    height: 15px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.acc-head.active-m::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 10px;
    background: url(../img/m-arr.png) no-repeat;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.acc-head.active-m {
    background: #fe0004;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.menu-acc {
    padding: 15px 12px;
}

#accordeon {
    border: 1px solid #bec0c7;
    border-top: 0;
    border-bottom: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.menu-acc li a {
    font-size: 16px;
    font-family: "neoreg", sans-serif;
    color: #000000;
    line-height: 26px;
    border-bottom: 1px solid #d0d0d0;
    display: block;
}

.menu-acc li:last-child a {
    border-bottom: 0;
}

a.button-feedback {
    display: block;
    width: 100%;
    padding: 14px;
    text-align: center;
    font-size: 16px;
    font-family: "neomedium", sans-serif;
    text-transform: uppercase;
    color: #fe0004;
    border: 2px solid #fe0004;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

a.button-feedback img {
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.title-page {
    font-family: "neobold", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #000000;
    display: block;
    margin-bottom: 20px;
    border-bottom: 2px solid #c35e60;
}

p.text-m {
    font-size: 16px;
    font-family: "neomedium", sans-serif;
    margin: 0;
    margin-bottom: 15px;
    text-align: left;
}

.subtitle-red {
    color: #a00003;
    font-size: 18px;
    font-family: "neobold", sans-serif;
    padding-top: 15px;
    margin-bottom: 22px;
}

p.text-standart {
    margin: 0;
    font-size: 16px;
    font-family: "neoreg", sans-serif;
    margin-bottom: 15px;
    text-align: left;
}

.industry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    margin-bottom: 25px;
}

.industry-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.industry-item img {
    margin-right: 10px;
}

.industry-item .industry-name {
    font-size: 16px;
    font-family: "neomedium", sans-serif;
    color: #fe0004;
    text-align: left;
}

.flex-production-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}

.flex-production-items .item {
    max-width: 380px;
    width: 100%;
    border: 1px solid #989fac;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 120px;
    margin-bottom: 30px;
    position: relative;
}

.flex-production-items .item .item-title {
    padding-left: 15px;
    padding-right: 20px;
    position: absolute;
    top: -0.5px;
    left: -0.5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "neobold", sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#fe0307), to(#fb2f33));
    background: -webkit-linear-gradient(left, #fe0307 0%, #fb2f33 100%);
    background: -o-linear-gradient(left, #fe0307 0%, #fb2f33 100%);
    background: linear-gradient(to right, #fe0307 0%, #fb2f33 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

a.button-go {
    position: absolute;
    right: 0;
    top: 0;
    color: #a00003;
    font-size: 16px;
    font-family: "neobold", sans-serif;
    border: 1px solid #989fac;
    border-top: 0;
    border-right: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 15px;
}

.text-item {
    font-size: 16px;
    font-family: "neoreg", sans-serif;
    position: absolute;
    left: 20px;
}

.item1 .text-item {
    bottom: 30px;
}

.item2 .text-item {
    top: 50px;
}

.item3 .text-item {
    bottom: 20px;
}

.item4 .text-item {
    bottom: 12px;
}

.item5 .text-item {
    top: 50px;
}

.item6 .text-item {
    top: 70px;
}

.item7 .text-item {
    bottom: 4px;
}

.flex-production-items .item7 .item-title {
    padding-top: 5px;
    padding-bottom: 5px;
}

span.small-title {
    font-size: 18px;
    font-family: "neobold", sans-serif;
}

.items-prod {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 25px;
}

.items-prod .item {
    width: 100%;
    display: block;
    height: 140px;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0px 0px 39px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 39px -1px rgba(0, 0, 0, 0.5);
}

.items-prod .item .button-go1 {
    position: absolute;
    top: 30px;
    right: 20px;
}

.items-prod .item .button-go1 a {
    font-size: 16px;
    font-family: "neobold", sans-serif;
    color: #a00003;
    padding-right: 5px;
}

.items-prod .item .item-text {
    font-family: "neoreg", sans-serif;
    font-size: 16px;
    text-align: left;
    color: #000000;
    position: absolute;
    bottom: 22px;
    left: 20px;
}

.items-prod .item .item-title {
    padding-left: 17px;
    padding-right: 20px;
    position: absolute;
    top: 13px;
    left: -0.5px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: "neobold", sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#fe0307), to(#fb2f33));
    background: -webkit-linear-gradient(left, #fe0307 0%, #fb2f33 100%);
    background: -o-linear-gradient(left, #fe0307 0%, #fb2f33 100%);
    background: linear-gradient(to right, #fe0307 0%, #fb2f33 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}

.items-prod .item:nth-child(2) .item-text {
    bottom: 30px;
}

.items-prod .item:nth-child(3) .item-text {
    bottom: 20px;
}

.items-prod .item:nth-child(2) .item-title {
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.items-prod .item:nth-child(3) .item-title {
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}

.menu-acc li a.active {
    font-family: "neobold", sans-serif;
}

.text-bold {
    font-size: 16px;
    font-family: "neobold", sans-serif;
    text-align: left;
    margin-bottom: 40px;
}

.item-where-buy {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #c4c9ce;
    margin-bottom: 30px;
}

.item-where-buy:last-child {
    margin-bottom: 70px;
}

.item-where-buy .title a {
    color: #a00003;
    font-family: "neobold", sans-serif;
    font-size: 18px;
    margin-bottom: 18px;
}

.item-where-buy .desc {
    font-size: 16px;
    font-family: "neoreg", sans-serif;
    color: #000000;
    margin-bottom: 12px;
}

.item-where-buy a.go-to-buy {
    font-size: 16px;
    font-family: "neoreg", sans-serif;
    color: #fe0004;
}

.header-brosh {
    background: #e5e5e5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    line-height: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.column1 {
    max-width: 340px;
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: "neoreg", sans-serif;
}

.header-brosh .column1,
.header-brosh .column2,
.header-brosh .column3,
.header-brosh .column4 {
    font-family: "neobold", sans-serif;
    text-align: left;
}

.column2 {
    max-width: 170px;
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: "neoreg", sans-serif;
}

.column3 {
    max-width: 150px;
    width: 100%;
    display: block;
    font-family: "neoreg", sans-serif;
    font-size: 16px;
}

.column4 {
    display: block;
    font-family: "neoreg", sans-serif;
    font-size: 16px;
}

.coll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
}

.coll .column2 {
    padding-left: 30px;
}

.coll .column4 {
    min-width: 60px;
}

span.light {
    font-family: "neolight", sans-serif;
}

a.download {
    font-size: 16px;
    font-family: "neoreg", sans-serif;
    color: #fe0004;
}

.information-brosh {
    margin-bottom: 65px;
}

.dillers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.dillers .diller-box {
    display: block;
    max-width: 50%;
    width: 100%;
    margin-bottom: 22.5px;
}

.dillers .diller-box p {
    font-family: "neoreg", sans-serif;
    font-size: 16px;
    color: #000000;
    margin: 0;
    padding: 0;
}

.dillers .diller-box a.web-diller {
    font-size: 16px;
    font-family: "neoreg", sans-serif;
    color: #fe0004;
    text-decoration: underline;
    display: block;
    margin-bottom: 15px;
}

.dillers .diller-box .border-bottom {
    width: 100%;
    max-width: 230px;
    background: #a6aeb5;
    text-align: left;
    margin-right: auto;
    height: 1px;
}

.name-dil {
    font-size: 16px;
    font-family: "neobold", sans-serif;
    text-align: left;
    color: #a00003;
}

.text-page p.bold {
    font-size: 16px;
    font-family: "neobold", sans-serif;
    text-align: left;
}

.images-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}

.text-page .sub-t {
    font-size: 18px;
    font-family: "neobold", sans-serif;
    color: #a00003;
    margin-bottom: 20px;
}

.text-page p {
    font-family: "neoreg", sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
}

.box-one {
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
}

.box-one:last-child {
    border: 0;
}

.text-page {
    margin-bottom: 90px;
}

.page_item_has_children.current_page_item>ul>li>a {
    font-family: "neoreg", sans-serif!important;
}

.current_page_item a:nth-child(1) {
    font-family: "neobold", sans-serif!important;
}

.tabs-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tabs-search .tab-item {
    width: 100%;
    max-height: 75px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: 1px solid #fe0004;
}

.tabs-search .tab-item:first-child {
    max-width: 200px;
}

.tabs-search .tab-item:nth-child(2) {
    max-width: 200px;
}

.tabs-search .tab-item:nth-child(3) {
    max-width: 180px;
}

.tabs-search .tab-item:nth-child(4) {
    max-width: 150px;
}

.tabs-search .tab-item img {
    margin-right: 8px;
    width: 40px;
        margin-left: 5px;
}

.tabs-search .tab-item.active {
    background: #fe0004;
}

.tabs-search .tab-item.active .text-tab {
    color: #ffffff;
}

.text-tab {
    font-size: 16px;
    font-family: "neomedium", sans-serif;
    color: #fe0004;
}

.labell {
    font-family: "neomedium", sans-serif;
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}

.checkbox {
    display: none;
}

.checkbox-custom {
    position: relative;
    width: 15px;
    height: 15px;
    background: url(../img/not-check.png) no-repeat;
}

.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: middle;
    font-family: "neoreg", sans-serif;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
}

.checkbox:checked+.checkbox-custom {
    background: url(../img/check.png) no-repeat;
}

label.lab {
    margin-right: 35px;
}

a.reset-filter {
    font-size: 16px;
    font-family: "neoreg", sans-serif;
    color: #ffffff;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fe0004;
}

.filter-search {
    margin-bottom: 30px;
}

.products-searching {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products-searching .product-box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #97b3c9;
    min-height: 105px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-product {
    padding-left: 18px;
    margin-right: 32px;
    width: 100%;
    max-width: 135px;
}

.product-name {
    font-family: "neomedium", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    width: 100%;
    max-width: 555px;
}

.product-name a {
    font-family: "neomedium", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
}

.category-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 75px;
    height: 100%;
    -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;
    border-left: 1px solid #97b3c9;
}

.img-cat {
    margin-bottom: 5px;
}

.right-page .subtitle {
    font-family: "neobold", sans-serif;
    color: #a00003;
    font-size: 18px;
    margin-bottom: 20px;
}

.flex-production {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.flex-production .left-prodction {
    max-width: 320px;
    width: 100%;
    font-size: 16px;
    font-family: "neoreg", sans-serif;
    color: #000000;
}

.flex-production .right-production {
    max-width: 300px;
    width: 100%;
    font-family: "neoreg", sans-serif;
    font-size: 16px;
    color: #000000;
}

.flex-production .center-production img {
    max-height: 192px;
}

.item-c p {
    font-size: 16px;
    font-family: "neomedium", sans-serif;
    color: #000000;
    text-align: center;
}

.item-c img {
    margin-bottom: 10px;
}

.item-c {
    text-align: center;
    max-width: 30%;
    width: 100%;
    margin-bottom: 50px;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-page p.med {
    font-family: "neomedium", sans-serif;
    font-size: 18px;
    color: #000000;
}

.img-box img {
    border: 1px solid #c9c9c9;
}

.product-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.product-description {
    max-width: 340px;
    width: 100%;
    font-size: 16px;
    font-family: "neoreg", sans-serif;
    color: #000000;
}

.img-box {
    margin-right: 80px;
}

.flex-buttons-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 35px;
}

.flex-buttons-product a.button {
    padding: 15px;
    border: 1px solid #a00003;
    color: #a00003;
    background: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-family: "neomedium", sans-serif;
    margin-right: 22px;
}

.flex-buttons-product a.button.active {
    background: #fe0004;
    color: #ffffff;
}

.table-char {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.table-char tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.table-char tr td {
    display: block;
    padding: 15px;
    border: 1px solid #c3c3c3;
    border-top: 0;
    font-size: 16px;
    font-family: "neoreg", sans-serif;
    color: #000000;
}

.table-char tr td:nth-child(1) {
    width: 100%;
    max-width: 640px;
    border-right: 0;
}

.table-char tr td:nth-child(2) {
    width: -webkit-calc(100% - 640px);
    width: calc(100% - 640px);
}

.table-char tr:nth-child(1) td {
    border-top: 1px solid #c3c3c3;
}

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

.product-page p {
    font-size: 16px;
    font-family: "neoreg", sans-serif;
}

.subtitle-small {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "neomedium", sans-serif;
    text-align: left;
    width: 100%;
    border-bottom: 2px solid #d79495;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.advantages-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
}

.advantages-img img {
    display: block;
    width: 65px;
    height: 65px;
    margin-right: 15px;
    opacity: 0.7;
}

.advantages-img img:hover {
    opacity: 1;
}

.same-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 25px;
}

.same-pr-box {
    text-align: center;
    width: 25%;
    position: relative;
}

.same-pr-box:before {
    content: '';
    position: absolute;
    height: 90px;
    width: 1px;
    display: block;
    background: #c3c3c3;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.same-pr-box img {
    margin-bottom: 8px;
}

.same-pr-name a {
    font-size: 16px;
    font-family: "neomedium", sans-serif;
    color: #fe0004;
}

.same-pr-box:nth-child(1):before {
    display: none;
}

.menu-footer li a {
    transition: .3s ease-in-out;
}

.menu-footer li a:hover {
    color: #a00003;
}

.pop-up-window {
    display: none;
    z-index: 4;
    max-width: 540px;
    width: 100%;
    margin: auto;
    position: fixed;
    top: calc(50% - 165px);
    left: calc(50% - 270px);
    background: #fff;
    padding: 25px 30px;
    -webkit-box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.75);
}

body {
    position: relative;
}

.layer-pop-up {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    background: #fff;
    opacity: 0.78;
    z-index: 3;
}

.pop-up__title {
    text-align: center;
    color: #fe0004;
    font-size: 22px;
    font-family: 'neobold', sans-serif;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 20px;
}

.form-pop-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

input.input-form-sm {
    max-width: 230px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    font-size: 16px;
    font-family: 'neoreg', sans-serif;
    color: #909090;
    margin-bottom: 15px;
    display: block;
}

input.input-form-sm::placeholder {
    font-size: 16px;
    font-family: 'neoreg', sans-serif;
    color: #909090;
}

textarea.textarea-form {
    max-width: 100%;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    font-size: 16px;
    font-family: 'neoreg', sans-serif;
    color: #909090;
    margin-bottom: 15px;
    display: block;
    height: 80px;
}

textarea.textarea-form::placeholder {
    font-size: 16px;
    font-family: 'neoreg', sans-serif;
    color: #909090;
}

.button-send {
    background: #fe0004;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-family: 'neomedium', sans-serif;
    padding: 12px 50px;
    border-radius: 5px;
    display: block;
    margin: auto;
    border: none;
}

#callback {
    cursor: pointer;
}

a.readmore {
    transition: .3s ease-in-out;
}

a.readmore:hover {
    color: #fff;
    background: #fe0004;
}

.flex-buttons-product a {
    cursor: pointer;
}

.tab2-content {
    width: 100%;
    display: none;
}

.tab2-content .item-tab2 {
    width: 100%;
    background: #e8e8e8;
    display: block;
    padding-left: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #a00003;
    font-size: 16px;
    font-family: "neobold", sans-serif;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.tab2-content .item-tab2:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 12px;
    width: 10px;
    height: 10px;
    background: url(../img/ar-r.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

body > section.page > div > div.right-page > nav {
    padding-bottom: 30px;
    padding-top: 20px;
}

.nav-links {
    display: inline-flex;
}

.nav-previous {
        padding-right: 19px;
}

#thx {
    display: none;
}

li.current-menu-item a  {
  font-family: "neobold", sans-serif!important;
}

