body {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}
p {
    margin: 0 0 30px;
    line-height: 1.5;
}
ul {
    margin: 0 0 30px;
    line-height: 1.5;
}
.mainNav {
    background-color: #fff;
}
.mainNavInner {
    padding: 30px 0 40px;
}
.mainNavLeft .brand {
    float: left;
    width: auto;
}
.mainNavLeft .brand img {
    float: left;
    width: auto;
}
.modLanguages {
    margin-left: 35px;
}
.modLanguages .chosen-container {
    width: 54px !important;
}
.modLanguages .chosen-container .chosen-single {
    background-image: none !important;
    border-radius: 0;
    border: 1px solid #000 !important;
    box-shadow: none;
    padding: 0 26px 0 10px;
    height: auto;
}
.modLanguages .chosen-container .chosen-single span {
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 32px;
}
.modLanguages .chosen-container .chosen-single b {
    position: relative;
    top: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #000000 transparent transparent transparent;
}
.modLanguages .chosen-container-single .chosen-drop {
    border-radius: 0;
    background-image: none !important;
    border: 1px solid #000 !important;
    border-top: none !important;
    box-shadow: none;
}
.modLanguages .chosen-container .chosen-results li.highlighted {
    background-color: #AC162C !important;
    background-image: none !important;
}
.modWbnMenu .menuItem.level1 {
    position: relative;
    padding: 4px 16px;
}
.modWbnMenu .menuItem.level1 a,
.modWbnMenu .menuItem.level1 span {
    float: left;
    line-height: 20px;
    color:#000;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease 0s;
}
.modWbnMenu .menuItem.level1.active > a,
.modWbnMenu .menuItem.level1.active > span,
.modWbnMenu .menuItem.level1:hover > a,
.modWbnMenu .menuItem.level1:hover > span {
    border-bottom: 3px solid #AC162C;
}
.modWbnMenu .menuItems.level2 {
    background-color: #fff;
    padding: 12px;
    left: 16px;
    top: 37px;
    -webkit-box-shadow: 6px 6px 15px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 6px 6px 15px 1px rgba(0,0,0,0.2);
    box-shadow: 6px 6px 15px 1px rgba(0,0,0,0.2);
    width: 250px;
}
.modWbnMenu .menuItems.level2:before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: -10px;
}
.modWbnMenu .menuItem.level2 {
    float: left;
    width: 100%;
    white-space: nowrap;
    border-bottom: 1px solid #E5E5E5;
}
.modWbnMenu .menuItem.level2:last-child {
    border-bottom: none;
}
.modWbnMenu .menuItem.level2 > a {
    float: left;
    line-height: 40px;
    font-weight: normal;
    color: #000;
}
.modWbnMenu .menuItem.level2.active > a,
.modWbnMenu .menuItem.level2 > a:hover {
    font-weight: bold;
    color: #AC162C;
}
.article .redBold {
    font-weight: 600;
    color: #AC162C;
}
.article .grey {
    color: #808080;
}
.article .mainImageField {
    float: left;
    width: 100%;
}
.article .mainImageField .image,
.article .mainImageField .image > img {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}
.article .mainImageField .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
}
.article .mainImageField .owl-nav .owl-prev {
    position: relative;
    float: left;
    margin-left: 40px;
    pointer-events: all;
    transform: rotate(180deg);
}
.article .mainImageField .owl-nav .owl-next {
    position: relative;
    float: right;
    margin-right: 40px;
    pointer-events: all;
}
.article .mainImageField .owl-nav img {
    float: left;
    width: auto;
    filter: grayscale(1) contrast(200%) brightness(1) invert(1);
    transition: all 0.3s ease 0s;
}
.article .mainImageField .owl-nav img:hover {
    filter: grayscale(0) contrast(100%) brightness(1) invert(0);
}
.article .mainImageField .owl-carousel .owl-dots {
    text-align: center;
}
.article .mainImageField .owl-carousel .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    margin: 0 2px;
}
.article .mainImageField .owl-carousel .owl-dot.active {
    background-color: #AC162C;
}
.article .mainFields {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    background-color: #F4F4F4;
    margin-top: -150px;
    padding-top: 200px;
}
.article .mainIconField {
    text-align: center;
    padding: 10px 0 20px;
}
.article .mainIconField img {
    height: 54px;
    width: auto;
}
.article.articleId4 .mainIconField img {
    max-width: 82px;
    height: auto;
}
.article .mainTitle {
    font-size: 18px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 840px;
}
.article .mainTitle:after {
    content: '';
    width: 150px;
    height: 6px;
    left: 50%;
    transform: translate(-50%,100%);
    background-color: #AC162C;
    position: absolute;
    bottom: 0;
}
.article .mainTextField {
    max-width: 840px;
    text-align: center;
    font-size: 20px;
    margin: 75px auto;
}
.article .imagesTextFields {
    float: left;
    width: 100%;
    background-color: #F4F4F4;
}
.article .imagesTextFields .imagesText {
    float: left;
    width: 100%;
    margin: 35px 0 145px;
}
.article .imagesTextFields .images {
    position: relative;
    float: left;
    width: calc(50% + 60px);
    margin: 0 0 0 -60px;
}
.article .imagesTextFields .imagesText:nth-child(2n) .images {
    position: relative;
    float: right;
    width: calc(50% + 60px);
    margin: 0 -60px 0 0;
}
.article .imagesTextFields .images .image,
.article .imagesTextFields .images .image img {
    float: left;
    width: 100%;
}
.article .imagesTextFields .owl-nav {
    max-width: 270px;
    margin: 40px auto 0;
}
.article .imagesTextFields .owl-nav .owl-prev {
    float: left;
    transform: rotate(180deg);
}
.article .imagesTextFields .owl-nav .owl-prev img {
    float: left;
    width: auto;
    filter: grayscale(1) contrast(200%) brightness(1);
    transition: all 0.3s ease 0s;
}
.article .imagesTextFields .owl-nav .owl-prev:hover img {
    filter: grayscale(0) contrast(100%) brightness(1);
}
.article .imagesTextFields .owl-nav .owl-prev.disabled img {
    filter: grayscale(1) contrast(80%) brightness(2);
}
.article .imagesTextFields .owl-nav .owl-next {
    float: right;
}
.article .imagesTextFields .owl-nav .owl-next img {
    float: left;
    width: auto;
    filter: grayscale(1) contrast(200%) brightness(1);
    transition: all 0.3s ease 0s;
}
.article .imagesTextFields .owl-nav .owl-next:hover img {
    filter: grayscale(0) contrast(100%) brightness(1);
}
.article .imagesTextFields .owl-nav .owl-next.disabled img {
    filter: grayscale(1) contrast(80%) brightness(2);
}
.article .imagesTextFields .sliderCounter {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}
.article .imagesTextFields .sliderCounter > div {
    float: left;
    width: auto;
}
.article .imagesTextFields .sliderCounter .currentSlider {
    font-size: 16px;
    color: #AC162C;
}
.article .imagesTextFields .sliderCounter .separator {
    position: relative;
    width: 30px;
    height: 1px;
    background-color: #AC162C;
    margin: 9px 10px 0;
}
.article .imagesTextFields .sliderCounter .totalSliders {
    font-size: 16px;
    color: #808080;
}
.article .imagesTextFields .imagesText:nth-child(2n+1) .zoom {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    pointer-events: none;
}
.article .imagesTextFields .imagesText:nth-child(2n) .zoom {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    pointer-events: none;
}
.article .imagesTextFields .imagesContainer + .zoom img {
    filter: grayscale(0) contrast(100%) brightness(1);
    transition: all 0.3s ease 0s;
}
.article .imagesTextFields .imagesContainer:hover + .zoom img {
    filter: grayscale(1) contrast(200%) brightness(1);
}
.article .imagesTextFields .text {
    float: left;
    width: calc(50% + 60px);
    margin: 85px 0 0 -60px;
    padding: 35px 65px 5px 140px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1;
}
.article .imagesTextFields .imagesText:nth-child(2n) .text {
    float: right;
    width: calc(50% + 60px);
    margin: 85px -60px 0 0;
    padding: 35px 140px 5px 65px;
}
.article .imagesTextFields .text p {
    font-size: 16px;
    padding-right: 50px;
    box-sizing: border-box;
    clear: both;
}
.article .imagesTextFields .text .titleWithRedLine {
    position: relative;
    float: left;
    width: auto;
    font-weight: 900;
    border-bottom: 6px solid #AC162C;
    padding: 0 0 5px 0;
    margin-right: 50px;
}
.article .imagesTextFields .text .titleWithRedLine:after {
    content: '';
    width: auto;
    height: 6px;
    background-color: #AC162C;
}
.article .imagesTextFields .text ul {
    padding: 0;
    list-style: none;
    margin-top: -5px;
}
.article .imagesTextFields .text li {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 5px 50px 5px 0;
    box-sizing: border-box;
}
.article .imagesTextFields .text li:last-child {
    border-bottom: none;
}
.article .titleTextImageFields {
    float: left;
    width: 100%;
    margin: 50px 0;
}
.article .titleTextImageBlock {
    float: left;
    width: 100%;
    margin: 100px 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.article .titleTextImageBlock .titleText {
    float: left;
    padding: 0px 120px 0 70px;
    box-sizing: border-box;
    width: calc(100% - 440px);
}
.article .titleTextImageBlock:nth-child(2n) .titleText {
    float: right;
    order: 2;
    padding: 0px 70px 0 120px;
}
.article .titleTextImageBlock .image {
    float: right;
    width: 500px;
    margin-right: -60px;
}
.article .titleTextImageBlock:nth-child(2n) .image {
    float: left;
    margin-right: auto;
    margin-left: -60px;
}
.article .titleTextImageBlock .image img {
    float: left;
    max-width: 100%;
}
.article .titleTextImageBlock .titleText .title {
    font-size: 30px;
    font-weight: 600;
    color: #AC162C;
    margin-bottom: 30px;
}
.article .titleTextImageBlock .titleText .text {
    font-size: 16px;
}
.article .purposeFields {
    float: left;
    width: 100%;
    background-color: #AC162C;
    padding: 70px 0 50px;
}
.article .purposeFields .titleText {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}
.article .purposeFields .titleText .title {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 70px;
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 640px;
}
.article .purposeFields .titleText .title:after {
    content: '';
    width: 150px;
    height: 6px;
    left: 50%;
    transform: translate(-50%,100%);
    background-color: #fff;
    position: absolute;
    bottom: 0;
}
.article .purposeFields .titleText .text {
    font-size: 22px;
    color: #fff;
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 640px;
}
.article .ourValuesFields {
    float: left;
    width: 100%;
    background-color: #F4F4F4;
    padding: 70px 0 100px;
}
.article .ourValuesFields .titleText {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}
.article .ourValuesFields .titleText .title {
    font-weight: 600;
    font-size: 30px;
    color: #AC162C;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 640px;
}
.article .ourValuesFields .titleText .text {
    font-size: 16px;
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 640px;
}
.article .ourValuesFields .icons {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 60px;
}
.article .ourValuesFields .icons .iconBlock {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}
.article .ourValuesFields .icons .icon {
    float: left;
    width: auto;
    padding: 0 5px 10px;
    border-bottom: 6px solid #AC162C;
    box-sizing: border-box;
}
.article .ourValuesFields .icons .text {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
}
.article.products .productsMainTitle {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin: 80px auto 0;
    padding: 10px 0;
    position: relative;
}
.article.products .productsMainText {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    display: flex;
    display: -webkit-flex;
    padding-top: 80px;
    line-height: 1.4;
}
.article.products .productsMainTitle:after {
    content: '';
    width: 150px;
    height: 6px;
    left: 50%;
    transform: translate(-50%,100%);
    background-color: #AC162C;
    position: absolute;
    bottom: 0;
}
.article.products .sector {
    float: left;
    width: 100%;
    margin-top: 100px;
}
.article.products .style2 .sector {
    margin-top: 0;
}
.article.products .type {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    background-color: #F4F4F4;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.article.products .style2 .type {
    float: left;
    width: 100%;
    max-width: 100%;
    padding: 0;
    background-color: #fff;
}
.article.products .type > .logo {
    width: 50%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.article.products .type > .image {
    width: 50%;
}
.article.products .style2 .type .images {
    float: left;
    width: 100%;
}
.article.products .style2 .type .images .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
}
.article.products .style2 .type .images .owl-nav .owl-prev {
    position: relative;
    float: left;
    margin-left: 40px;
    pointer-events: all;
    transform: rotate(180deg);
}
.article.products .style2 .type .images .owl-nav .owl-next {
    position: relative;
    float: right;
    margin-right: 40px;
    pointer-events: all;
}
.article.products .style2 .type .images .owl-nav img {
    float: left;
    width: auto;
    filter: grayscale(1) contrast(200%) brightness(1);
    transition: all 0.3s ease 0s;
}
.article.products .style2 .type .images .owl-nav img:hover {
    filter: grayscale(0) contrast(100%) brightness(1);
}
.article.products .style2 .type .image,
.article.products .style2 .type .image img {
    position: relative;
    float: left;
    width: 100%;
}
.article.products .type > .image img {
    float: left;
    width: 100%;
    height: auto;
}
.article.products .type > .titleText {
    width: calc(100% - 500px);
    min-width: 50%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 120px;
    box-sizing: border-box;
}
.article.products .style2 .type .titleText {
    float: left;
    width: 100%;
    background-color: #F4F4F4;
    margin-top: -150px;
    padding: 200px 0 0 0;
}
.article.products .type > .titleText .title {
    font-size: 30px;
    font-weight: 600;
    color: #AC162C;
}
.article.products .style2 .type > .titleText .title {
    font-size: 18px;
    color: #000;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 840px;
}
.article.products .style2 .type > .titleText .title:after {
    content: '';
    width: 150px;
    height: 6px;
    left: 50%;
    transform: translate(-50%,100%);
    background-color: #AC162C;
    position: absolute;
    bottom: 0;
}
.article.products .type > .titleText .text {
    font-size: 20px;
    margin-top: 40px;
}
.article.products .type > .titleText .text p {
    margin: 0;
}
.article.products .style2 .type > .titleText .text {
    max-width: 840px;
    text-align: center;
    font-size: 20px;
    margin: 75px auto;
}
.article.products .brand {
    float: left;
    width: 100%;
    margin-top: 70px;
}
.article.products .brand .brandImage {
    float: left;
    width: calc(100% - 700px);
    padding-right: 50px;
    box-sizing: border-box;
}
.article.products .brand .brandImage img {
    max-width: 100%;
}
.article.products .brand .brandTextLink {
    width: 600px;
    margin: 0 auto;
}
.article.products .brand .brandText {
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.article.products .brand .brandText ul {
    padding: 0;
    list-style: none;
    margin-top: -5px;
}
.article.products .brand .brandText li {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 5px 50px 5px 0;
    box-sizing: border-box;
}
.article.products .brand .brandText li:last-child {
    border-bottom: none;
}
.article.products .brand .brandLink {
    float: left;
    width: auto;
    padding: 25px 20px 25px 0;
    border-right: 1px solid #ddd;
}
.article.products .brand .brandLink a {
    color: #AC162C;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.article.products .brand .brandLink a:hover {
    color: #000;
}
.article.products .brandsContainer {
    float: left;
    width: 100%;
    margin-top: 120px;
}
.article.products .brandsContainer .title {
    font-size: 18px;
    font-weight: 900;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 840px;
}
.article.products .brandsContainer .title:after {
    content: '';
    width: 150px;
    height: 6px;
    left: 50%;
    transform: translate(-50%,100%);
    background-color: #AC162C;
    position: absolute;
    bottom: 0;
}
.article.products .brandsContainer .brands {
    position: relative;
    float: left;
    width: calc(100% + 24px);
    margin: 50px 0 0;
    left: -12px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.article.products .brandsContainer .brand {
    margin: 0 12px 12px;
    width: calc((100% / 6) - 24px);
    border: none;
    text-align: center;
}
.article.products .brandsContainer .brand img {
    float: none;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
}
.article.products .brandsContainer .brand a {
    float: left;
    width: 100%;
    padding: 25px 0 0;
    clear: left;
    color: #AC162C;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.article.products .brandsContainer .brand a:hover {
    color: #000;
}
.article.products .productsContainer {
    float: left;
    width: 100%;
    margin-top: 120px;
    border-bottom: 1px solid #ddd;
}
.article.products .productsContainer .title {
    font-size: 18px;
    font-weight: 900;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 840px;
}
.article.products .productsContainer .title:after {
    content: '';
    width: 150px;
    height: 6px;
    left: 50%;
    transform: translate(-50%,100%);
    background-color: #AC162C;
    position: absolute;
    bottom: 0;
}
.article.products .productsContainer .products {
    position: relative;
    float: left;
    width: calc(100% + 24px);
    margin: 50px 0 70px;
    left: -12px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.article.products .productsContainer .product {
    width: calc((100% / 6) - 24px);
    margin: 0 12px 12px;
    text-align: center;
}
.article.products .productsContainer .product img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
}
.article.history .mainTitle {
    margin: 40px auto 100px;
}
.article.history .historyFields {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 60px;
}
.article.history .line {
    position: absolute;
    height: 100%;
    width: 12px;
    background-color: #ddd;
    left: calc(50% - 6px);
}
.article.history .line:before {
    content: '';
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    background-color: #ddd;
}
.article.history .line:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #dddddd transparent transparent transparent;
    position: absolute;
    bottom: -12px;
}
.article.history .historyBlock {
    float: left;
    clear: both;
    max-width: 350px;
    min-height: 250px;
    position: relative;
    left: 50%;
    padding-left: 90px;
    text-align: left;
    margin: 50px 0 0;
}
.article.history .historyBlock:nth-last-child(2n) {
    padding-left: 0;
    padding-right: 90px;
    text-align: right;
    transform: translateX(-100%);
}
.article.history .historyBlock:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    left: 0;
    top: 30px;
    background-color: #AC162C;
}
.article.history .historyBlock:nth-last-child(2n):before {
    left: auto;
    right: 0;
}
.article.history .historyBlock:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: -16px;
    top: 14px;
    border: 2px solid #AC162C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.article.history .historyBlock:nth-last-child(2n):after {
    left: auto;
    right: -17px;
}
.article.history .year {
    font-size: 56px;
    font-weight: 900;
    color: #AC162C;
}
.article.history .text {
    font-size: 22px;
}
.article.history .images {
    margin: -5px 0 30px;
}
.article.history .image {
    width: auto;
    float: left;
    margin-right: 20px;
}
.article.history .historyBlock:nth-last-child(2n) .image {
    width: auto;
    float: right;
    margin-right: 0;
    margin-left: 20px;
}
.article.history .image img {
    max-height: 60px;
    max-width: 160px;
    width: auto;
}
.article.pylons {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #AC162C;
}
.article.pylons .mainTitle {
    margin: 0 auto 100px;
    color: #fff;
}
.article.pylons .pylonsFields {
    float: left;
    width: 100%;
    position: relative;
}
.article.pylons .mainTitle:after {
    background-color: #fff;
}
.article.pylons .line {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #BE495B;
    left: 50%;
}
.article.pylons .line:after {
    content: '';
    width: 32px;
    height: 1px;
    background-color: #BE495B;
    position: absolute;
    bottom: 0;
    left: -16px;
}
.article.pylons .pylonBlock {
    float: left;
    clear: both;
    max-width: 450px;
    min-height: 250px;
    position: relative;
    left: 50%;
    padding-left: 90px;
    text-align: left;
    margin: 75px 0 0;
    counter-increment: pylonBlockCounter;
    z-index: 1;
}
.article.pylons .pylonBlock:nth-last-child(2n+1) {
    padding-left: 0;
    padding-right: 90px;
    transform: translateX(-100%);
}
.article.pylons .pylonBlock:before {
    content: counter(pylonBlockCounter);
    position: absolute;
    font-size: 100px;
    font-weight: 900;
    color: #BE495B;
    z-index: -1;
    top: -81px;
    left: -31px;
}
.article.pylons .pylonBlock:nth-last-child(2n):before {
    left: 60px;
}
.article.pylons .pylonBlock:last-child {
    padding-bottom: 70px;
}
.article.pylons .pylonBlock .title {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 25px;
}
.article.pylons .pylonBlock .text {
    color: #fff;
    font-size: 16px;
}
.article.glance {
    float: left;
    width: 100%;
    background-color: #f4f4f4;
    padding: 50px 0 100px;
}
.article.glance .mainTitle {
    margin-bottom: 160px;
}
.article.glance .mainImage {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.article.glance .mainImage .image {
    float: left;
    width: auto;
    position: relative;
}
.article.glance .mainImage .image img {
    float: left;
    width: 100%;
}
.article.glance .mainImage .image:after {
    content: "";
    width: 100vw;
    height: 3px;
    background-color: #AC162C;
    position: absolute;
    right: calc(50% - 56px);
    top: 104px;
}
.article.glance .link {
    float: left;
    width: 100%;
    text-align: center;
}
.article.glance .link a {
    padding: 0;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 40px;
    transition: all 0.3s ease 0s;
    width: 190px;
    display: inline-block;
}
.article.glance .link a:hover {
    background-color: #AC162C;
}
.modWbnServices {
    float: left;
    width: 100%;
    margin: 80px 0 170px;
}
.modWbnServices .title {
    font-size: 18px;
    font-weight: 900;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 840px;
}
.modWbnServices .title:after {
    content: '';
    width: 150px;
    height: 6px;
    left: 50%;
    transform: translate(-50%,100%);
    background-color: #AC162C;
    position: absolute;
    bottom: 0;
}
.modWbnServices .services {
    margin-top: 115px;
    display: flex;
    display: -webkit-flex;
}
.modWbnServices .service {
    width: calc(100% / 3);
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.modWbnServices .service .iconText {
    width: 100%;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.modWbnServices .service:last-child .iconText {
    border-right: none;
}
.modWbnServices .service .icon {
    position: relative;
    width: 100%;
    padding-top: 70%;
}
.modWbnServices .service .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modWbnServices .service.active .icon img {
    filter: brightness(0) invert(0.75);
}
.modWbnServices .service .text {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}
.modWbnServices .service.active .text {
    color: #B3B3B3;
}
.modWbnServices .service .link {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-self: flex-end;
    -webkit-align-self: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
}
.modWbnServices .service .link a {
    padding-top: 25px;
    border-top: 2px solid #AC162C;
    margin-top: 15px;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease 0s;
}
.modWbnServices .service.active .link span {
    padding-top: 25px;
    border-top: 2px solid #B3B3B3;
    margin-top: 15px;
    color: #B3B3B3;
    text-decoration: none;
    font-size: 12px;
}
.modWbnServices .service .link a:hover {
    color: #AC162C;
}
.bottom3 {
    border-top: 1px solid #ddd;
}
.modWbnLinks .links {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.modWbnLinks .links > div {
    float: left;
    width: 50%;
    border-right: 1px solid #ddd;
    padding: 140px 0;
    box-sizing: border-box;
}
.modWbnLinks .links .leftLink {
    padding-right: 170px;
}
.modWbnLinks .links .rightLink {
    padding-left: 170px;
    border-right: none;
}
.modWbnLinks .links .title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
}
.modWbnLinks .links .leftLink .title {
    float: right;
    width: auto;
}
.modWbnLinks .links .rightLink .title {
    float: left;
    width: auto;
}
.modWbnLinks .links a {
    position: relative;
    font-weight: 500;
    font-size: 12px;
    color: #AC162C;
    clear: both;
    text-decoration: none;
    line-height: 30px;
}
.modWbnLinks .links .leftLink a {
    float: right;
    width: auto;
}
.modWbnLinks .links .rightLink a {
    float: left;
    width: auto;
}
.modWbnLinks .links .leftLink a .text {
    float: right;
    padding-left: 15px;
    border-left: 1px solid #AC162C;
    transition: all 0.3s ease 0s;
}
.modWbnLinks .links .rightLink a .text {
    float: left;
    padding-right: 15px;
    border-right: 1px solid #AC162C;
    transition: all 0.3s ease 0s;
}
.modWbnLinks .links a .arrow {
    width: 180px;
    height: 1px;
    background-color: #AC162C;
    top: 14px;
    float: left;
    position: relative;
    transition: all 0.3s ease 0s;
}
.modWbnLinks .links a:hover .arrow {
    width: 200px;
}
.modWbnLinks .links .leftLink a .arrow {
    float: left;
}
.modWbnLinks .links .rightLink a .arrow {
    float: right;
}
.modWbnLinks .links a .arrow:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    border-top: 1px solid #AC162C;
    border-left: 1px solid #AC162C;
}
.modWbnLinks .links .leftLink a .arrow:before {
    left: 0;
    transform: rotate(-45deg);
}
.modWbnLinks .links .rightLink a .arrow:before {
    right: 0;
    transform: rotate(135deg);
}
.modWbnSlider {
    background-color: #f4f4f4;
    padding: 50px 0 40px;
    width: 100vw;
    float: left;
    position: relative;
    left: calc((100% - 100vw) / 2);
}
.modWbnSlider .title {
    font-size: 18px;
    font-weight: 900;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 840px;
}
.modWbnSlider .title:after {
    content: '';
    width: 150px;
    height: 6px;
    left: 50%;
    transform: translate(-50%,100%);
    background-color: #AC162C;
    position: absolute;
    bottom: 0;
}
.modWbnSlider .slides {
    margin: 120px 0 90px;
}
.modWbnSlider .slides:before {
    content: '';
    position: absolute;
    width: 20%;
    height: 0;
    padding-top: 17%;
    background-color: #ffffff;
    left: 50%;
    transform: translate(-50%, -30px);
}
.modWbnSlider .slides .owl-item {
    margin-left: -1px;
}
.modWbnSlider .owl-nav {
    max-width: 270px;
    margin: 150px auto 0;
}
.modWbnSlider .owl-nav .owl-prev {
    float: left;
    transform: rotate(180deg);
}
.modWbnSlider .owl-nav .owl-next {
    float: right;
}
.modWbnSlider .owl-nav .owl-prev img {
    float: left;
    width: auto;
    filter: grayscale(1) contrast(200%) brightness(1);
    transition: all 0.3s ease 0s;
}
.modWbnSlider .owl-nav .owl-prev:hover img {
    filter: grayscale(0) contrast(100%) brightness(1);
}
.modWbnSlider .owl-nav .owl-prev.disabled img {
    filter: grayscale(1) contrast(80%) brightness(2);
}
.modWbnSlider .owl-nav .owl-next {
    float: right;
}
.modWbnSlider .owl-nav .owl-next img {
    float: left;
    width: auto;
    filter: grayscale(1) contrast(200%) brightness(1);
    transition: all 0.3s ease 0s;
}
.modWbnSlider .owl-nav .owl-next:hover img {
    filter: grayscale(0) contrast(100%) brightness(1);
}
.modWbnSlider .owl-nav .owl-next.disabled img {
    filter: grayscale(1) contrast(80%) brightness(2);
}
.modWbnSlider .sliderCounter {
    position: absolute;
    left: 50%;
    margin-top: 9px;
    transform: translateX(-50%);
}
.modWbnSlider .sliderCounter div {
    float: left;
    width: auto;
}
.modWbnSlider .sliderCounter .currentSlider {
    font-size: 16px;
    color: #AC162C;
}
.modWbnSlider .sliderCounter .separator {
    position: relative;
    width: 30px;
    height: 1px;
    background-color: #AC162C;
    margin: 9px 10px 0;
}
.modWbnSlider .sliderCounter .totalSliders {
    font-size: 16px;
    color: #808080;
}
.modWbnSlider .link {
    float: left;
    width: 100%;
    margin-top: 100px;
    text-align: center;
}
.modWbnSlider .link a {
    padding: 0;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 40px;
    transition: all 0.3s ease 0s;
    width: 190px;
    display: inline-block;
}
.modWbnSlider .link a:hover {
    background-color: #AC162C;
}

footer {
    float: left;
    width: 100%;
}
.modWbnFooter .topArea {
    float: left;
    width: 100%;
    background-color: #444242;
    color: #fff;
    padding: 45px 0;
}
.modWbnFooter .topAreaContainer {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.modWbnFooter .company {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 4px;
}
.modWbnFooter .address {
    font-size: 18px;
    margin-bottom: 20px;
}
.modWbnFooter .phone span,
.modWbnFooter .email span {
    font-size: 18px;
    margin-right: 10px;
}
.modWbnFooter .phone a,
.modWbnFooter .email a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.modWbnFooter .phone a:hover,
.modWbnFooter .email a:hover {
    color: #AC162C;
}
.modWbnFooter .contact {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    margin-top: 4px;
    transition: all 0.3s ease 0s;
}
.modWbnFooter .contact:hover {
    color: #AC162C;
}
.modWbnFooter .socialArea .text {
    float: left;
    width: auto;
    margin-top: 4px;
    margin-right: 20px;
    font-size: 18px;
    font-weight: bold;
}
.modWbnFooter .socialArea .social {
    margin-right: 15px;
}
.modWbnFooter .socialArea .social:last-child {
    margin-right: 0;
}
.modWbnFooter .socialArea .social img {
}
.modWbnFooter .socialArea .social:hover img {
    filter: brightness(0.05) sepia(1) saturate(8000%);
}
.modWbnFooter .bottomArea {
    float: left;
    width: 100%;
    padding: 25px 0;
}
.modWbnFooter .bottomAreaContainer {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.modWbnFooter .icons .icon {
    float: left;
    width: auto;
    margin-right: 15px;
}
.modWbnFooter .icons .icon:last-child {
    margin-right: 0;
}
.modWbnFooter .extraLinks .extraLink {
    float: left;
    width: auto;
    clear: left;
    font-size: 14px;
    color: #444242;
    text-decoration: none;
    line-height: 20px;
    transition: all 0.3s ease 0s;
}
.modWbnFooter .extraLinks .extraLink:hover {
    color: #AC162C;
}
.modWbnFooter .copyrights > * {
    float: left;
    width: auto;
    clear: left;
    font-size: 14px;
    color: #444242;
    text-decoration: none;
    line-height: 20px;
    transition: all 0.3s ease 0s;
}
.modWbnFooter .copyrights > a:hover {
    color: #AC162C;
}
.convertForm .form {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.convertForm .form > div {
    width: 100%;
}
.convertForm .form h1 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 80px;
    position: relative;
    width: 100%;
}
.convertForm .form h1:after {
    content: '';
    width: 150px;
    height: 6px;
    left: 50%;
    transform: translate(-50%,100%);
    background-color: #AC162C;
    position: absolute;
    bottom: 0;
}
.convertForm .form .cf-control-group {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.convertForm .form .cf-control-input {
    position: relative;
    z-index: 2;
}
.convertForm .form input {
    padding: 0 15px !important;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #B3B3B3 !important;
    width: 100%;
    line-height: 28px;
    border-radius: 0 !important;
    background-color: transparent !important;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    box-shadow: none !important;
}
.convertForm .form textarea {
    padding: 0 15px !important;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #B3B3B3 !important;
    width: 100%;
    line-height: 1.3;
    border-radius: 0 !important;
    background-color: transparent !important;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    box-shadow: none !important;
    resize: vertical;
}
.convertForm .form input:invalid:focus {
    border-bottom: 1px solid #AC162C !important;
    box-shadow: none;
}
.convertForm .form textarea:invalid:focus {
    border-bottom: 1px solid #AC162C !important;
    box-shadow: none;
}
.convertForm .form *::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}
.convertForm .form *:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}
.convertForm .form *::-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}
.convertForm .form *:focus {
    outline: none;
}
.convertForm .form .cf-text-center {
    text-align: center;
}
.convertForm .form button {
    border: none;
    cursor: pointer;
    border-radius: 0;
    padding: 11px 60px;
    color: #fff;
    font-size: 14px;
    background-color: #000;
    margin: 80px auto 80px;
}
.convertForm .form  button:hover {
    background-color: #AC162C !important;
}
.modWbnContactDetails {
    float: left;
    width: 100%;
    margin-bottom: 120px;
}
.modWbnContactDetails .googleMap {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.modWbnContactDetails .googleMap iframe {
    width: 100%;
    height: 400px;
}
.modWbnContactDetails .addressArea {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}
.modWbnContactDetails .addressArea .company {
    font-size: 22px;
    color: #AC162C;
    font-weight: bold;
    margin-bottom: 20px;
}
.modWbnContactDetails .addressArea .address {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
}
.modWbnContactDetails .addressArea .phone,
.modWbnContactDetails .addressArea .email {
    font-size: 22px;
    line-height: 1.4;
}
.modWbnContactDetails .addressArea .phone a,
.modWbnContactDetails .addressArea .email a {
    color: #000;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.modWbnContactDetails .addressArea .phone a:hover,
.modWbnContactDetails .addressArea .email a:hover {
    color: #AC162C;
}
.modWbnArticles > .title {
    font-size: 18px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 840px;
    font-weight: bold;
}
.modWbnArticles > .title:after {
    content: '';
    width: 150px;
    height: 6px;
    left: 50%;
    transform: translate(-50%,100%);
    background-color: #AC162C;
    position: absolute;
    bottom: 0;
}
.modWbnArticles .articles {
    float: left;
    width: calc(100% + 30px);
    margin-top: 75px;
    margin-left: -15px;
    margin-bottom: 120px;
}
.modWbnArticles .article {
    position: relative;
    float: left;
    width: calc(50% - 30px);
    margin: 15px;
}
.modWbnArticles .article .image,
.modWbnArticles .article .image img {
    float: left;
    width: 100%;
}
.modWbnArticles .article .title {
    position: absolute;
    width: 320px;
    left: 32px;
    bottom: 16px;
    background-color: #fff;
    padding: 10px 20px;
}
.modWbnArticles .article .title .text {
    float: left;
    width: 208px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    transition: all 0.3s ease 0s;
}
.modWbnArticles .article .title:hover .text {
    color: #AC162C;
}
.modWbnArticles .article .title .icon {
    float: right;
    width: auto;
    margin-top: 5px;
}
.modWbnArticles .article .title .icon img {
    float: left;
    filter: grayscale(0);
    transition: all 0.3s ease 0s;
}
.modWbnArticles .article .title:hover .icon img {
    filter: grayscale(100%);
}
.modWbnPylons {
    float: left;
    width: 100%;
}
.modWbnPylons .topArea {
    position: relative;
    float: left;
    width: 100%;
    z-index: 2;
}
.modWbnPylons .topArea:after {
    content: '';
    float: left;
    width: 100%;
    background-color: #AC162C;
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
    display: block;
}
.modWbnPylons .topAreaContainer,
.modWbnPylons .topAreaContainer img {
    float: left;
    width: 100%;
}
.modWbnPylons .topAreaContainer .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
}
.modWbnPylons .topAreaContainer .owl-nav .owl-prev {
    position: relative;
    float: left;
    margin-left: 40px;
    pointer-events: all;
    transform: rotate(180deg);
}
.modWbnPylons .topAreaContainer .owl-nav .owl-next {
    position: relative;
    float: right;
    margin-right: 40px;
    pointer-events: all;
}
.modWbnPylons .topAreaContainer .owl-nav img {
    float: left;
    width: auto;
    filter: grayscale(1) contrast(200%) brightness(1) invert(1);
    transition: all 0.3s ease 0s;
}
.modWbnPylons .topAreaContainer .owl-nav img:hover {
     filter: grayscale(0) contrast(100%) brightness(1) invert(0);
 }
.modWbnPylons .topAreaContainer .owl-dots {
    text-align: center;
}
.modWbnPylons .topAreaContainer .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #BE495B;
    border-radius: 50%;
    margin: 0 2px;
}
.modWbnPylons .topAreaContainer .owl-dot.active {
    background-color: #FFF;
}
.modWbnPylons .bottomArea {
    position: relative;
    float: left;
    width: 100%;
    background-color: #AC162C;
    padding: 225px 0 100px;
    margin-top: -125px;
    z-index: 1;
}
.modWbnPylons .bottomArea .mainText {
    float: left;
    width: 100%;
    max-width: 620px;
    padding: 0 0 0 75px;
    margin-bottom: 80px;
    color: #fff;
    font-size: 54px;
    font-weight: 900;
}
.modWbnPylons .bottomArea .mainText2 {
    float: left;
    width: 100%;
    max-width: 600px;
    padding: 0 0 0 75px;
    margin-bottom: 80px;
    color: #fff;
    font-size: 54px;
    font-weight: 900;
}
.modWbnPylons .bottomArea .mainText2.right {
    float: right;
    padding: 0 75px 0 0;
}
.modWbnPylons .bottomArea .title {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
}
.modWbnPylons .bottomArea .title:after {
    content: "";
    position: absolute;
    left: calc(50% - 60px);
    bottom: -15px;
    width: 120px;
    height: 5px;
    background-color: #fff;
}
.modWbnPylons .bottomArea .pylons {
    float: left;
    width: 100%;
    margin: 200px 0 80px;
}
.modWbnPylons .bottomArea .pylon {
    float: left;
    width: calc(100% / 3);
    margin-bottom: 120px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    counter-increment: pylonBlockCounter;
}
.modWbnPylons .bottomArea .pylon:nth-child(3n + 1) {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.modWbnPylons .bottomArea .pylon:nth-child(3n + 3) {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.modWbnPylons .bottomArea .pylon .pylonContainer {
    position: relative;
    float: left;
    width: auto;
    padding: 0 22px;
    box-sizing: border-box;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}
.modWbnPylons .bottomArea .pylon:nth-child(3n + 2) .pylonContainer {
    width: 270px;
}
.modWbnPylons .bottomArea .pylon .pylonContainer:before {
    content: counter(pylonBlockCounter);
    position: absolute;
    font-size: 100px;
    font-weight: 900;
    color: #BE495B;
    z-index: -1;
    top: -81px;
    left: 0;
}
.modWbnPylons .bottomArea .link {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.modWbnPylons .bottomArea .link .text {
    float: left;
    padding-right: 15px;
    padding-left: 0;
    border-right: 1px solid #fff;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    transition: all 0.3s ease 0s;
}
.modWbnPylons .bottomArea .link:hover .text {
    padding-left: 20px;
}
.modWbnPylons .bottomArea .link .arrow {
    width: 180px;
    height: 1px;
    background-color: #fff;
    top: 14px;
    float: left;
    position: relative;
    transition: all 0.3s ease 0s;
}
.modWbnPylons .bottomArea .link:hover .arrow {
    width: 200px;
}
.modWbnPylons .bottomArea .link .arrow:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    right: 0;
    transform: rotate(135deg);
}
/* Mobile Menu */
.modWbnMenu .mobileMenuBurger {
    height: 34px;
    margin-right: 0;
}
/* Mobile Menu Open */
.mainNav {
    transition: all 0.3s ease 0s;
}
body.menuOpen .mainNav {
    background-color: #AC162C;
}
body.menuOpen .mobileMenuBurger span {
    background-color: #fff;
}
.modLanguages .chosen-container .chosen-single {
    transition: all 0.3s ease 0s;
}
body.menuOpen .modLanguages .chosen-container .chosen-single {
    border: 1px solid #fff !important;
}
.modLanguages .chosen-container-single .chosen-single {
    transition: all 0.3s ease 0s;
}
body.menuOpen .modLanguages .chosen-container-single .chosen-single {
    color: #fff;
}
.modLanguages .chosen-container .chosen-single b {
    transition: all 0.3s ease 0s;
}
body.menuOpen .modLanguages .chosen-container .chosen-single b {
    border-color: #fff transparent transparent transparent;
}
body.menuOpen .chosen-container-single .chosen-drop {
    border: 1px solid #fff !important;
    border-top: none !important;
    background-color: #AC162C;
}
body.menuOpen .modLanguages .chosen-container .chosen-results {
    color: #999;
}
.mainNavLeft .brand svg * {
    transition: all 0.3s ease 0s;
}
body.menuOpen .mainNavLeft .brand svg * {
    fill: #fff;
}
.mobileMenu.open > .mobileMenuContainer {
    height: calc(100vh - 115px) !important;
    margin-top: 40px;
    background-color: #AC162C;
}
.modWbnMenu .mobileMenu .menuItems.level1 {
    float: left;
    width: 100%;
    max-width: 660px;
    padding: 0;
}
.modWbnMenu .mobileMenu .menuItem.level1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.modWbnMenu .mobileMenu .menuItem.level1 a,
.modWbnMenu .mobileMenu .menuItem.level1 span {
    line-height: 80px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
    border: none;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}
.modWbnMenu .mobileMenu.accordion .accordionToggler {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 32px;
}
.modWbnMenu .mobileMenu.accordion .accordionToggler:before {
    left: calc(50% - 2px);
    top: 0;
    width: 4px;
    background-color: #fff;
}
.modWbnMenu .mobileMenu.accordion .accordionToggler.open:before {
     top: 0;
}
.modWbnMenu .mobileMenu.accordion .accordionToggler:after {
    top: calc(50% - 2px);
    width: 100%;
    height: 4px;
    background-color: #fff;
}
.modWbnMenu .mobileMenu.accordion .menuItems.level2 {
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: auto;
}
.modWbnMenu .mobileMenu .menuItem.level2 {
    border-bottom: none;
}
.modWbnMenu .mobileMenu .menuItem.level2:last-child {
    padding-bottom: 30px;
}
.modWbnMenu .mobileMenu .menuItem.level2 a,
.modWbnMenu .mobileMenu .menuItem.level2 span {
    line-height: 40px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    padding: 0 0 0 25px;
}

.article.info .mainTextField {
    text-align: left;
    font-size: 18px;
}
.article.info .mainTextField a {
    color: #AC162C;
    text-decoration: none;
}
.article.info .mainTextField table {
    border-collapse: collapse;
     margin: 0 0 30px;
}
.article.info .mainTextField table td {
    border: 1px solid black;
    padding: 10px;
}
.article.info .mainTextField table p {
    margin: 0;
}

@media (max-width: 1400px) {
    .modWbnSlider .slides::before {
        width: 33%;
        padding-top: 25%;
    }
}
@media (max-width: 1360px) {
    .page {
        width: 100%;
        max-width: 100%;
        padding: 0 60px;
        box-sizing: border-box;
    }
}
@media (max-width: 1200px) {
    .page {
        padding: 0 20px;
    }
    .article .titleTextImageBlock .image {
        margin-right: -20px;
    }
    .article .titleTextImageBlock:nth-child(2n) .image {
        margin-left: -20px;
    }
    .article .titleTextImageBlock {
        margin: 50px 0;
    }
    .article.pylons .pylonBlock {
        width: 50%;
        box-sizing: border-box;
    }
    .article .imagesTextFields .images {
        width: calc(50% + 20px);
        margin: 0 0 0 -20px;
    }
    .article.products .type > .titleText {
        width: calc(100% - 500px);
        padding-right: 50px;
    }
    .article.products .type > .titleText .title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .article.products .type > .titleText .text {
        font-size: 18px;
    }
    .article.products .productsMainTitle {
        margin-top: 50px;
    }
}
@media (max-width: 1100px) {
    .article .imagesTextFields .text {
        padding: 35px 30px 5px 100px
    }
    .article .imagesTextFields .imagesText:nth-child(2n) .text {
        padding: 35px 100px 5px 30px;
    }
    .article .imagesTextFields .text p {
        padding-right: 0;
    }
    .article.products .productsContainer .product,
    .article.products .brandsContainer .brand {
        width: calc((100% / 5) - 24px);
    }
}
@media (max-width: 1080px) {
    .article.glance .mainImage .image::after {
        display: none;
    }
}
@media (max-width: 1000px) {
    .modWbnPylons .bottomArea {
        padding: 185px 0 100px;
    }
    .modWbnPylons .bottomArea .mainText {
        font-size: 40px;
        margin-bottom: 50px;
    }
    .modWbnPylons .bottomArea .mainText2 {
        font-size: 40px;
        margin-bottom: 50px;
    }
    .modWbnPylons .bottomArea .pylons {
        margin: 150px 0 30px;
    }
    .modWbnPylons .bottomArea .pylon .pylonContainer {
        font-size: 18px;
    }
    .modWbnSlider .owl-nav {
        margin: 100px auto 0;
    }
    .modWbnServices {
        margin: 50px 0 80px;
    }
    .modWbnServices .services {
        margin-top: 80px;
    }
    .modWbnServices .service .text {
        font-size: 20px;
    }
    .modWbnFooter .logoArea {
        display: none;
    }
    .article .mainFields {
        margin-top: -100px;
        padding-top: 150px;
    }
    .article .titleTextImageBlock .titleText {
        padding: 0 50px 0 0;
        width: 50%;
    }
    .article .titleTextImageBlock .image {
        width: calc(50% + 20px);
        margin-right: -20px;
    }
    .article .titleTextImageBlock:nth-child(2n) .titleText {
        padding: 0 0 0 50px;
    }
    .article .titleTextImageBlock:nth-child(2n) .image {
        margin-left: -20px;
    }
    .article .titleTextImageBlock .titleText .title {
        font-size: 25px;
    }
    .article .purposeFields .titleText .title {
        font-size: 25px;
        margin-bottom: 50px;
    }
    .article .ourValuesFields .titleText .title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .article .purposeFields .titleText .text {
        font-size: 20px;
    }
    .modWbnLinks .links > div {
        padding: 50px 0;
    }
    .modWbnLinks .links .leftLink {
        padding-right: 50px;
    }
    .modWbnLinks .links .rightLink {
        padding-left: 50px;
    }
    .modWbnLinks .links {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }
    .modWbnLinks .links a .arrow {
        width: 100px;
    }
    .modWbnLinks .links a:hover .arrow {
        width: 120px;
    }
    .article.history .year {
        font-size: 45px;
    }
    .article.history .historyBlock {
        min-height: 0;
    }
    .article.history .historyBlock::before {
        top: 25px;
    }
    .article.history .historyBlock::after {
        top: 9px;
    }
    .article.history .text {
        font-size: 20px;
    }
    .article.pylons .pylonBlock:nth-last-child(2n+1) {
        padding-left: 30px;
        padding-right: 50px;
    }
    .article.pylons .pylonBlock:nth-last-child(2n+2) {
        padding-left: 50px;
        padding-right: 30px;
    }
    .article.pylons .pylonBlock:before {
        left: 0;
    }
    .article.pylons .pylonBlock {
        max-width: 50%;
    }
    .article.products .brand .brandText {
        padding-right: 0;
    }
}
@media (max-width: 900px) {
    .modWbnArticles .article .title {
        width: calc(100% - 30px);
        left: 15px;
        bottom: 15px;
        padding: 10px 15px;
        box-sizing: border-box;
    }
    .modWbnArticles .article .title .text {
        float: left;
        width: calc(100% - 40px);
        max-width: 175px;
        font-size: 20px;
    }
    .article.history .historyBlock {
        max-width: 50%;
        box-sizing: border-box;
    }
    .article .imagesTextFields .imagesText {
        margin: 35px 0 80px;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .article .imagesTextFields .text {
        position: relative;
        order: 1;
        z-index: 1;
        width: 100%;
        margin-left: -20px;
        margin-top: 0;
        padding-left: 20px;
        padding-bottom: 80px;
    }
    .article .imagesTextFields .imagesText:nth-child(2n) .text {
        position: relative;
        order: 1;
        z-index: 1;
        width: 100%;
        margin-right: -20px;
        margin-top: 0;
        padding-right: 20px;
        padding-bottom: 80px;
        margin-left: auto;
    }
    .article .imagesTextFields .images {
        position: relative;
        order: 2;
        z-index: 2;
        margin-top: -80px;
        margin-left: auto;
        width: calc(100% - 20px);
        max-width: 500px;
    }
    .article .imagesTextFields .imagesText:nth-child(2n) .images {
        position: relative;
        order: 2;
        z-index: 2;
        margin-top: -80px;
        margin-right: auto;
        width: calc(100% - 20px);
        max-width: 500px;
    }
    .article.products .brand .brandImage {
        width: 200px;
    }
    .article.products .brand .brandTextLink {
        width: calc(100% - 200px);
    }
}
@media (max-width: 800px) {
    .page {
        padding: 0 15px;
    }
    .mainNavInner {
        padding: 15px 0 15px;
    }
    .mainNavLeft .brand {
        float: left;
        width: 200px;
    }
    .mainNavLeft .brand img,
    .mainNavLeft .brand svg {
        width: 100%;
        height: auto;
    }
    .mainNavRight {
        align-items: center;
        -webkit-align-items: center;
    }
    .mobileMenu.open > .mobileMenuContainer {
        height: calc(100vh - 65px) !important;
        margin-top: 15px;
    }
    .modWbnMenu .mobileMenu .menuItem.level1 a,
    .modWbnMenu .mobileMenu .menuItem.level1 span {
        line-height: 60px;
        font-size: 25px;
    }
    .modWbnMenu .mobileMenu .menuItem.level2 a,
    .modWbnMenu .mobileMenu .menuItem.level2 span {
        line-height: 35px;
        font-size: 18px;
    }
    .modWbnMenu .mobileMenu.accordion .accordionToggler {
        top: 22px;
    }
    .modWbnPylons .bottomArea .mainText {
        max-width: 500px;
        padding: 0 0;
        font-size: 30px;
    }
    .modWbnPylons .bottomArea .mainText2.right {
        max-width: 450px;
        padding: 0 0;
        font-size: 30px;
    }
    .modWbnPylons .bottomArea .pylons {
        margin: 100px 0 0;
    }
    .modWbnPylons .bottomArea .pylon .pylonContainer:before {
        font-size: 80px;
        top: -66px;
    }
    .modWbnPylons .bottomArea .pylon .pylonContainer {
        font-size: 16px;
    }
    .modWbnServices .services {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .modWbnServices .service {
        width: calc(100% / 2);
    }
    .modWbnServices .service:nth-child(2) .iconText {
        border:none;
    }
    .modWbnServices .service:nth-child(3) .iconText {
        border-top: 1px solid #ddd;
        margin-top: 80px;
    }
    .modWbnArticles .articles {
        width: calc(100% + 20px);
        margin-top: 30px;
        margin-left: -10px;
        margin-bottom: 80px;
    }
    .modWbnArticles .article {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .article .titleTextImageBlock {
        margin: 25px 0;
    }
    .article.glance .mainTitle {
        margin-bottom: 80px;
    }
    .modWbnContactDetails .addressArea .address {
        font-size: 20px;
    }
    .modWbnContactDetails .addressArea .phone {
        font-size: 20px;
    }
    .modWbnContactDetails {
        margin-bottom: 70px;
    }
    .convertForm .form h1 {
        margin-bottom: 30px;
    }
    .convertForm .form button {
        margin: 30px auto 80px;
    }
    .article.products .productsContainer .product,
    .article.products .brandsContainer .brand {
        width: calc((100% / 4) - 24px);
    }
    .article.products .sector {
        margin-top: 50px;
    }
    .article.products .brandsContainer,
    .article.products .productsContainer {
        margin-top: 50px;
    }
    .article.products .productsMainTitle {
        margin-top: 30px;
    }
    .article.info .mainTextField {
        font-size: 16px;
    }
    .article.info .mainTextField table {
        overflow: scroll;
        display: flex;
        display: -webkit-flex;
    }
    .article.info .mainTextField table tbody {
        min-width: 900px;
    }
}
@media (max-width: 700px) {
    .modWbnFooter .topAreaContainer {
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }
    .modWbnFooter .topAreaContainer > div {
        margin-bottom: 30px;
    }
    .modWbnFooter .topAreaContainer > div:last-child {
        margin-bottom: 0;
    }
    .modWbnFooter .company {
        text-align: center;
        margin-bottom: 15px;
    }
    .modWbnFooter .address {
        text-align: center;
        margin-bottom: 15px;
    }
    .modWbnFooter .bottomAreaContainer {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .modWbnFooter .copyrights {
        width: 100%;
        border-top: 1px solid #eee;
        margin-top: 15px;
        padding-top: 15px;
        display: flex;
        display: -webkit-flex;
    }
    .modWbnFooter .copyrights .design {
        margin-left: auto;
        margin-right: 10px;
    }
    .article .mainFields {
        margin-top: -50px;
        padding-top: 100px;
    }
    .article .mainImageField .owl-nav .owl-prev {
        margin-left: 15px;
    }
    .article .mainImageField .owl-nav .owl-next {
        margin-right: 15px;
    }
    .article .mainTextField {
        font-size: 18px;
        margin: 50px auto;
    }
    p {
        margin: 0 0 20px;
        line-height: 1.5;
    }
    .article .titleTextImageBlock .titleText {
        padding: 0 20px 0 0;
    }
    .article .titleTextImageBlock:nth-child(2n) .titleText {
        padding: 0 0 0 20px;
    }
    .article.history .historyBlock:nth-last-child(2n) {
        padding-right: 40px;
    }
    .article.history .historyBlock {
        padding-left: 40px;
    }
    .article.history .line {
        width: 8px;
        left: calc(50% - 4px);
    }
    .article.history .line:before {
        width: 8px;
        height: 8px;
    }
    .article.history .line:after {
        border-width: 12px 4px 0 4px;
    }
    .article.history .historyBlock:nth-last-child(2n):after {
        right: -12px;
    }
    .article.history .historyBlock:after {
        top: 14px;
    }
    .article.history .historyBlock:after {
        width: 20px;
        height: 20px;
        left: -12px;
        top: 6px;
    }
    .article.history .historyBlock:before {
        top: 30px;
    }
    .article.history .historyBlock:before {
        top: 17px;
        width: 30px;
    }
    .article.history .year {
        font-size: 35px;
    }
    .article.history .text p {
        font-size: 18px;
        line-height: 1.4;
    }
    .article.history .mainTitle {
        margin: 40px auto 60px;
    }
    .article.history .images,
    .article.history .image,
    .article.history .image img {
        max-width: 100%;
    }
    .article.products .type > .titleText {
        width: 100%;
        padding-right: 0;
    }
    .article.products .style2 .type > .titleText .text {
        font-size: 18px;
        margin: 50px auto;
    }
    .article.products .style2 .type .titleText {
        margin-top: -50px;
        padding-top: 100px;
    }
    .article.products .productsMainText {
        padding-top: 50px;
        font-size: 18px;
    }
    .article.products .style1 .brand {
        float: left;
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 650px) {
    .modWbnPylons .bottomArea .pylon {
        width: calc(100% / 2);
    }
    .modWbnPylons .bottomArea .pylon:nth-child(2n+2) {
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }
    .modWbnPylons .bottomArea .pylon:nth-child(2n+1) {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        clear: left;
    }
    .modWbnPylons .bottomArea .pylon:nth-child(3n+2) .pylonContainer {
        width: auto;
    }
    .modWbnPylons .bottomArea .pylon:nth-child(2n+2) .pylonContainer {
        width: 200px;
    }
    .modWbnPylons .bottomArea .pylon:last-child {
        width: 100%;
        justify-content: center;
    }
    .modWbnSlider .slides {
        margin: 80px 0 90px;
    }
    .modWbnSlider .slides:before {
        width: 50%;
        padding-top: 40%;
    }
    .modWbnSlider .link {
        margin-top: 40px;
    }
    .modWbnArticles .article {
        width: calc(100% - 20px);
        margin: 10px;
    }
    .article .titleTextImageBlock {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .article .titleTextImageBlock .titleText,
    .article .titleTextImageBlock:nth-child(2n) .titleText {
        width: 100%;
        padding: 0;
        order: 2;
    }
    .article .titleTextImageBlock .image,
    .article .titleTextImageBlock:nth-child(2n) .image {
        width: calc(100% + 30px);
        margin: 0 -15px 30px -15px;
        order: 1;
    }
    .article .titleTextImageFields {
        margin: -25px 0 20px;
    }
    .article .titleTextImageBlock .titleText .title {
        text-align: center;
    }
    .article .titleTextImageBlock .titleText .text {
        text-align: center;
    }
    .article .ourValuesFields {
        padding: 50px 0 20px;
    }
    .article .ourValuesFields .icons {
        margin-top: 30px;
    }
    .article .ourValuesFields .icons {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .article .ourValuesFields .icons .iconBlock {
        width: 50%;
        margin-bottom: 50px;
    }
}
@media (max-width: 600px) {
    .article.pylons .mainTitle {
        margin: 0 auto 50px;
        color: #fff;
    }
    .article.pylons .line {
        display: none;
    }
    .article.pylons .pylonBlock:nth-last-child(2n+1),
    .article.pylons .pylonBlock:nth-last-child(2n+2) {
        left: 0;
        width: 100%;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 0;
        transform: translate(0);
    }
    .article.pylons .pylonBlock .title br {
        display: none;
    }
    .article.pylons .pylonBlock:nth-last-child(2n):before {
        left: 0;
    }
    .article.pylons .pylonBlock:last-child {
        padding-bottom:0 ;
    }
}
@media (max-width: 550px) {
    .modWbnServices .service {
        width: 100%;
        max-width: 300px;
    }
    .modWbnServices .service:nth-child(1) .iconText,
    .modWbnServices .service:nth-child(2) .iconText {
        border-right: none;
    }
    .modWbnServices .service:nth-child(2) .iconText {
        border-right: none;
        border-top: 1px solid #ddd;
        margin-top: 80px;
    }
    .modWbnFooter .copyrights {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }
    .modWbnFooter .copyrights .design {
        margin-left: auto;
        margin-right: auto;
    }
    .modWbnLinks .links .leftLink {
        padding-right: 0;
    }
    .modWbnLinks .links .rightLink {
        padding-left: 0;
    }
    .modWbnLinks .links > div {
        width: 100%;
        border-right: none;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }
    .article.products .productsContainer .product,
    .article.products .brandsContainer .brand {
        width: calc((100% / 3) - 24px);
    }
    .article.products .brand .brandImage {
        width: 100%;
        padding: 0 0 30px;
    }
    .article.products .brand .brandTextLink {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .modWbnPylons .bottomArea .mainText {
        max-width: 500px;
        padding: 0 0;
        font-size: 25px;
        text-align: center;
    }
    .modWbnPylons .bottomArea .mainText2.right {
        max-width: 450px;
        padding: 0 0;
        font-size: 25px;
        text-align: center;
    }
    .modWbnPylons .bottomArea .title {
        margin-top: 50px;
    }
    .modWbnPylons .bottomArea {
        margin-top: -60px;
        padding: 100px 0 60px;
    }
    .modWbnPylons .bottomArea .mainText {
        margin-bottom: 60px;
    }
    .modWbnPylons .bottomArea .pylon {
        width: 100%;
        margin-bottom: 100px;
        justify-content: center !important;
        -webkit-justify-content: center !important;
    }
    .modWbnPylons .bottomArea .pylon:last-child {
        margin-bottom: 60px;
    }
    .modWbnPylons .bottomArea .pylon .pylonContainer {
        font-size: 16px;
        text-align: center;
    }
    .modWbnPylons .bottomArea .pylon .pylonContainer:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .modWbnServices {
        margin: 30px 0 50px;
    }
    .article.products .style1 .type {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .article.products .style1 .type > .image {
        width: 100%;
    }
    .article.products .style1 .type > .logo {
        padding: 20px 0;
    }
    .article.products .style2 .type .titleText {
        margin-top: -50px;
        padding-top: 70px;
    }
}
@media (max-width: 450px) {
    .modWbnSlider .slides::before {
        width: 75%;
        padding-top: 75%;
    }
}
@media (max-width: 400px) {
    .modLanguages {
        margin-left: 15px;
    }
    .modWbnFooter .bottomAreaContainer {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }
    .modWbnFooter .bottomAreaContainer .extraLinks {
        margin-top: 15px;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }
    .modWbnMenu .mobileMenu.accordion .accordionToggler {
        top: 17px;
    }
    .modWbnMenu .mobileMenu .menuItem.level1 a,
    .modWbnMenu .mobileMenu .menuItem.level1 span {
        line-height: 50px;
        font-size: 22px;
    }
    .modWbnMenu .mobileMenu .menuItem.level2 a,
    .modWbnMenu .mobileMenu .menuItem.level2 span {
        line-height: 30px;
        font-size: 16px;
    }
    .modWbnMenu .mobileMenu .menuItem.level2:last-child {
        padding-bottom: 20px;
    }
    .article.products .productsContainer .product,
    .article.products .brandsContainer .brand {
        width: calc((100% / 2) - 24px);
    }
}