/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

@font-face {
    font-family: 'MontserratRegular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

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

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
    border: none;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
    color: #000;
    text-decoration: none !important;
}

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


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body,
html {
    font-family: 'MontserratRegular', sans-serif;
    position: relative;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    font-size: 16px;
    color: #212121;
    line-height: 1.45;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.container-m {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.row-m {
    display: flex;
    flex-wrap: wrap;
}

.catalogLists {
    flex: 0 0 100%;
    max-width: 100%;
}

.jc_sb {
    justify-content: space-between;
}

.ai_center {
    align-items: center;
}


/*HEADER*/

.mainhHeader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

.mainhHeader_relative {
    position: fixed;
    background-color: #1866a8;
}

.logoHeader img {
    height: 118px;
    display: block;
}

.menuHeader__link {
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    outline: none;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'MontserratMedium';
}

.menuHeader__link-blue {
    background-color: #144473;
}

.menuHeader__link img {
    width: 32px;
    display: inline-block;
    vertical-align: middle;
}

.menuHeader ul {
    display: flex;
    height: 116px;
}

.menuHeader ul li {
    height: 100%;
}

.menuHeader_catalog {
    display: flex;
    flex: 1;
}

.otherDesktopHeader {
    display: flex;
    align-items: center;
    position: relative;
}

.searchHeaderWrap {
    display: flex;
}

.otherDesktopHeader {
    flex: 1;
    display: flex;
}

.iconsHeaderList {
    flex: 0 0 120px;
    max-width: 120px;
}

.btnToggle-desktop {
    margin: 0 35px;
    position: relative;
    border: none;
    background-color: transparent;
    width: 32px;
    height: 22px;
    flex: 0 0 32px;
    max-width: 32px;
    outline: none;
    cursor: pointer;
    z-index: 100;
}

.btnToggle-desktop span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    display: block;
    background-color: #fff;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.btnToggle__top-desktop {
    top: 0px;
}

.btnToggle__middle-desktop {
    top: 10px;
}

.btnToggle__bottom-desktop {
    bottom: 0;
}

.btnToggle-desktop.activeDesktopBtn .btnToggle__top-desktop {
    transform: rotate(-45deg);
    top: 9px;
}

.btnToggle-desktop.activeDesktopBtn .btnToggle__bottom-desktop {
    transform: rotate(45deg);
    bottom: 9px;
}

.btnToggle-desktop.activeDesktopBtn .btnToggle__middle-desktop {
    opacity: 0;
}

.menuHidden-desktop {
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #1866a8;
    width: 222px;
    padding: 100px 35px 30px;
    height: 300px;
    display: none;
}

.menuHidden-desktop.openDesktopMenu {
    display: block;
}

.menuHidden-desktop ul {
    height: auto;
    display: block;
}

.menuHidden-desktop ul li {
    height: auto;
}

.menuHidden-desktop ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.searchHeader {
    flex: 0 0 calc(100% - 245px);
    max-width: calc(100% - 245px);
    padding-right: 25px;
}

.searchHeader .inputSearchWrap__input {
    font-size: 16px;
}

.homeHeaderedScreen {
    position: relative;
}

.homeHeaderedScreen .slick-dots {
    bottom: 50px;
    z-index: 100;
}

.homeHeaderedScreen .slick-dots li {
    width: 64px;
    height: 7px;
    margin: 0 7px;
}

.homeHeaderedScreen .slick-dots li button {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 0;
}

.homeHeaderedScreen .slick-dots li button:before {
    display: none;
}

.homeHeaderedScreen .slick-dots li.slick-active button {
    background-color: #144473;
}

.homeSlider {
    margin-bottom: 0;
    position: relative;
    height: 100%;
}

.homeSliderItem {
    position: relative;
    background-position: center;
    height: 600px;
    background-size: cover;
}

.homeSlider:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(41, 35, 65, 0.55) 62%, rgba(96, 96, 96, 0.5) 100%);
    /*background-image: url(../img/gradient.png);*/
    z-index: 10;
}

.homeSliderItem img {
    width: 100%;
    display: block;
}

.menuHeader__iconLink {
    padding: 0 9px;
    margin-left: 10px;
}

.menuHeader__iconLink img {
    width: 32px;
}

.basketLink {
    position: relative;
}

.basketLink__number {
    position: absolute;
    right: -5px;
    top: 20px;
    width: 21px;
    height: 21px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #144473;
    font-size: 12px;
    font-family: 'MontserratMedium';
}

.phoneHeaderBtn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 118px;
    height: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1866A8;
}

.phoneHeaderBtn img {
    width: 42px;
    height: 42px;
}

.homeHeaderedSearch {
    position: absolute;
    left: 0;
    top: 118px;
    right: 0;
    bottom: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

@media only screen and (max-width: 1600px) and (min-width: 1000px) {
    .menuHeader {
        width: calc(100% - 25%);
    }
    .menuHeader ul li {
        height: 100%;
        width: 100%
    }
}

.inputSearchWrap {
    /* width: 10%; */
    display: flex;
    height: 60px;
    padding: 5% 2% 0 2%;
}

@-moz-document url-prefix() {
    .inputSearchWrap {
        width: 29%;
        display: flex;
        height: 60px;
        padding: 3% 1% 0 1%;
    }
}

.inputSearchWrap__input {
    flex: 1;
    outline: none;
    border: none;
    padding: 16px 20px;
    font-size: 18px;
    font-family: 'MontserratRegular';
    border: 1px solid #666;
}

.inputSearchWrap__btn {
    flex: 0 0 85px;
    max-width: 85px;
    background-color: #144473;
    outline: none;
    border: none;
    background-image: url(../img/icon-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
}


/*sections Home*/

.sectionSliders {
    background-image: url(../img/bg_metal.png);
}

.sliderBlock {
    padding-top: 55px;
}

.sliderBlock__title {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
}

.sliderDirectionsItem__link {
    height: 380px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliderDirectionsItem__image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    transition: all 0.4s ease;
}

.sliderDirectionsItem__image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.sliderDirectionsItem__link:hover .sliderDirectionsItem__image {
    filter: grayscale(0%);
}

.sliderDirectionsItem__link:hover .sliderDirectionsItem__image:before {
    background-color: rgba(0, 0, 0, 0);
}

.sliderDirectionsItem__title {
    color: #fff;
    font-size: 24px;
    position: relative;
    z-index: 10;
    font-family: 'MontserratMedium';
}

.sliderDirectionsItem__link:hover .sliderDirectionsItem__title {
    color: #1966A7;
}

.sliderDirections .slick-next,
.sliderDirections .slick-prev,
.sliderBrands .slick-next,
.sliderBrands .slick-prev {
    width: 36px;
    height: 44px;
    background-image: url(../img/icon-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
    cursor: pointer;
    opacity: 0.6;
}

.sliderDirections .slick-next:hover,
.sliderDirections .slick-prev:hover,
.sliderBrands .slick-next:hover,
.sliderBrands .slick-prev:hover {
    opacity: 1;
}

.sliderDirections .slick-prev,
.sliderBrands .slick-prev {
    left: 40px;
    transform: scale(-1, 1) translateY(-50%);
}

.sliderDirections .slick-next,
.sliderBrands .slick-next {
    right: 40px;
}

.sliderDirections .slick-next:before,
.sliderDirections .slick-prev:before,
.sliderBrands .slick-next:before,
.sliderBrands .slick-prev:before {
    display: none;
}

.sliderBrandsItem__link {
    height: 380px;
    position: relative;
    display: block;
}

.sliderBrandsItem__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #d2d4d6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliderBrandsItem__image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    transition: all 0.3s ease;
}

.sliderBrandsItem__image img {
    max-width: 300px;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.sliderBrandsItem__link:hover .sliderBrandsItem__image img {
    filter: grayscale(0%);
}

.sliderBrandsItem__link:hover .sliderBrandsItem__image:before {
    background-color: rgba(0, 0, 0, 0);
}

.brandsBottom {
    padding: 35px 0 45px;
}

.brandsBottomLink {
    color: #fff;
    font-size: 16px;
}

.sectionAbout {
    padding-top: 60px;
    padding-bottom: 65px;
    background-color: #E4E4E4;
}

.sectionTitle {
    font-size: 24px;
    color: #1966A7;
    font-family: 'MontserratMedium';
}

.sectionTitle-white {
    color: #fff;
}

.companyFeuteres {
    margin-top: 50px;
}

.companyFeuteresColumn__title {
    font-size: 18px;
    color: #1966A7;
    margin-bottom: 90px;
    font-family: 'MontserratMedium';
}

.companyFeuteresColumn {
    flex: 0 0 30%;
    max-width: 380px;
    position: relative;
}

.companyFeuteresColumn__text {
    font-size: 16px;
    font-family: "MontserratLight";
    position: relative;
    z-index: 10;
}

.companyFeuteresColumn__numb {
    position: absolute;
    left: 0;
    top: 50px;
    font-size: 240px;
    opacity: 0.5;
    color: #1966A7;
    line-height: 1;
}

.companyFeuteresColumn__icon {
    width: 200px;
    margin-bottom: 40px;
}

.companyFeuteresColumn__icon img {
    width: 100%;
}

.companyFeuteresColumn_padding .companyFeuteresColumn__numb {
    top: 235px;
}

.aboutCompanySliderWrap {
    padding-bottom: 80px;
}

.sectionCompanyFeuteres {
    background-image: url(../img/bg_contact.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}

.feuteresColumn {
    flex: 0 0 25%;
    max-width: 25%;
}

.feuteresColumn__value {
    font-size: 36px;
    font-family: "MontserratMedium";
    color: #fff;
}

.feuteresColumn__title {
    color: #1966A7;
    font-size: 24px;
    font-family: "MontserratMedium";
    margin-bottom: 20px;
}

.sectionContacts {
    color: #fff;
}

.contactsInfo {
    padding-top: 55px;
    padding-bottom: 55px;
    background-image: url(../img/bg_contact.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contactsList {
    margin-top: 25px;
}

.contactsList ul li {
    font-size: 18px;
    margin-bottom: 10px;
}

.contactsMap {
    height: 380px;
    width: 100%;
    overflow: hidden;
}

.contactsMap iframe {
    height: 100% !important;
}

.mainFooter {
    background: #144473;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.footerLogo {
    flex: 0 0 25%;
    max-width: 25%;
}

.footerLogo img {
    max-width: 255px;
    display: block;
}

.footerNationalProject{
    max-width: 20%;
}

.footerNationalProject img{
    width: 70%;
}

.footerMenu {
    flex: 0 0 18%;
    max-width: 34%;
}

.footerMenu ul {
    margin-right: 23%;
    margin-bottom: 16px;
}

.footerMenu ul:nth-child(2) {
    margin-right: 23%;
}

.footerMenu ul li {
    margin-bottom: 20px;
}

.footerMenu ul li:last-child {
    margin-bottom: 0;
}

.footerMenu ul li a {
    color: #fff;
    font-size: 18px;
    font-family: 'MontserratMedium';
}

.footerPhone {
    flex: 0 0 18%;
    max-width: 18%;
}

.footerPhone__link {
    color: #fff;
    font-size: 24px;
    font-family: 'MontserratMedium';
}

.footerSocial ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.footerSocial {
    flex: 0 0 17%;
    max-width: 17%;
    text-align: center;
}

.socialLinkIcon {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
}

.socialLinkIcon_inst {
    background-image: url(../img/icon-inst.svg);
    background-size: 22px;
}

.socialLinkIcon_vk {
    background-image: url(../img/icon-vk.svg);
    background-size: 26px;
}

.socialLinkIcon_fb {
    background-image: url(../img/icon-fb.svg);
    background-size: 16px;
}

.mobileMenu {
    display: none;
}

.mobileMenu ul {
    align-items: center;
    display: flex;
}

.btnToggle {
    background-color: transparent;
    width: 18px;
    height: 11px;
    border: none;
    position: relative;
    outline: none;
    margin-right: 20px;
    z-index: 100000;
    display: none;
}

.btnToggle span {
    position: absolute;
    left: 0;
    border-radius: 20px;
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    border-radius: 12px;
    transition: all 0.4s ease;
}

.btnToggle__top {
    top: 0;
}

.btnToggle__middle {
    top: 5px;
}

.btnToggle__bottom {
    bottom: 0;
}

.btnToggle.activeBtn .btnToggle__top {
    transform: rotate(45deg);
    top: 4px;
}

.btnToggle.activeBtn .btnToggle__bottom {
    transform: rotate(-45deg);
    bottom: 5px;
}

.btnToggle.activeBtn .btnToggle__middle {
    opacity: 0;
}

.mobileHidden {
    position: absolute;
    left: -110%;
    top: 71px;
    width: 150px;
    background-color: #144473;
    z-index: 10000;
    display: block;
    opacity: 0;
    transition: all 0.4s ease;
}

.mobileHidden.openMenu {
    left: 0;
    opacity: 1;
}

.mobileHiddenMenu ul li a {
    margin: 16px 20px;
    font-size: 12px;
    color: #fff;
    display: block;
}

.mainPage {
   /* padding-top: 70px;
    padding-top: 12%;*/
}

.headeredPage {
    padding-bottom: 40px;
}

.titlePage {
    color: #1866a6;
    font-size: 24px;
    font-weight: normal;
}

.catTitle-col {
    flex: 0 0 51%;
    max-width: 51%;
}

.filter-col {
    flex: 0 0 49%;
    max-width: 49%;
    padding-left: 35px;
    display: flex;
    justify-content: space-between;
}

.filterSelectBlock {
    border: 1px solid #acacac;
    position: relative;
    color: #212121;
    padding: 12px 20px;
    display: inline-block;
    vertical-align: middle;
    flex: 0 0 47%;
    max-width: 47%;
}

.filterSelectBlock:last-child {
    margin-right: 0;
}

.filterSelectBlock__curr {
    position: relative;
    font-family: 'MontserratMedium';
}

.filterSelectBlock__curr span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.filterSelectHiddenList {
    display: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    background-color: #fff;
    padding: 24px;
    border: 1px solid #acacac;
    z-index: 100;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.filterSelectHiddenList li {
    font-size: 16px;
    font-family: 'MontserratMedium';
    /* padding: 8px 0; */
    cursor: pointer;
}

.filterSelectHiddenList.none_hidden {
    display: block;
}

.filterSelectHiddenList li a {
    display: block;
    padding: 8px 5px;
}

.filterSelectHiddenList li a:hover {
    background-color: #1866a8;
    color: #fff;
}

.filterSelectBlock__arrow,
.catalogMenuItem__arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.filterSelectBlock__arrow:hover:before,
.catalogMenuItem__arrow:hover:before, 
.filterSelectBlock__arrow:hover:after,
.catalogMenuItem__arrow:hover:after{
    background-color: #1866a8;
}

.filterSelectBlock__arrow:hover:before,
.catalogMenuItem__arrow:hover:before{
    width: 15px;
    height: 4px;
    left: -2px;
}

.filterSelectBlock__arrow:hover:after,
.catalogMenuItem__arrow:hover:after{
    width: 15px;    
    height: 4px;
    right: -2px;
}


.filterSelectBlock__arrow:after,
.catalogMenuItem__arrow:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 8px;
    transform: rotate(-42deg);
    width: 10px;
    height: 2px;
    background-color: #929292;
}

.filterSelectBlock__arrow:before,
.catalogMenuItem__arrow:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 8px;
    transform: rotate(42deg);
    width: 10px;
    height: 2px;
    background-color: #929292;
}

.filterSelectBlock__arrow {
    top: 3px;
}

.filterSelectBlock__arrow.rotateArrow {
    transform: scale(1, -1);
}

.sidebarWrap {
    flex: 0 0 29%;
    max-width: 29%;
    padding-right: 50px;
}

.catalogMenu {
    border: 1px solid #acacac;
}

.catalogMenuItem:last-child {
    border-bottom: none;
}

.catalogMenuItem__main {
    padding: 12px 24px;
    display: block;
    font-family: 'MontserratMedium';
    font-size: 17px;
    border-bottom: 1px solid #acacac;
    position: relative;
    overflow: hidden;
}

.catalogMenuItem__arrow {
    right: 24px;
    top: 15px;
}

.catalogMenuItem__arrow.rotateArrow {
    transform: scale(1, -1);
}

.catalogMenuHiddenList {
    display: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    /* padding: 12px 24px; */
    border-bottom: 1px solid #acacac;
}

.catalogMenuHiddenList.none_hidden {
    display: block;
}

.catalogMenuHiddenList__link {
    display: block;
    padding: 12px 24px;
    font-family: 'MontserratMedium';
}

.catalogMenuHiddenList__link:hover {
    background-color: #1866a8;
    color: #fff;
}


.catalogMenuHiddenList ul li:last-child .catalogMenuHiddenList__link {
    margin-bottom: 0;
}

.catalogList {
    flex: 0 0 71%;
    max-width: 71%;
}

.brandPage .catalogList {
    flex: 0 0 100%;
    max-width: 100%;
}

.catalogRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalogProduct {
    flex: 0 0 31%;
    max-width: 31%;
    margin-bottom: 60px;
}

.brandPage .catalogProduct {
    flex: 0 0 24%;
    max-width: 24%;
    margin-bottom: 60px;
}

.searchPage .catalogProduct {
    flex: 0 0 24%;
    max-width: 24%;
    margin-bottom: 60px;
}

.catalogProduct a {
    color: #000;
    text-decoration: none;
    display: block;
    font-family: 'MontserratMedium';
    position: relative;
}

.catalogProduct__imageCont {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid #acacac;
    position: relative;
    height: 292px;
    overflow: hidden;
}

.catalogProduct__imageCont:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(36, 104, 162, 0.5);
    opacity: 0;
    transition: all 0.2s ease;
}

.catalogProduct a:hover .catalogProduct__imageCont:before {
    opacity: 1;
}

.catalogProduct__imageCont img {
    max-width: 100%;
}

.catalogProduct__title {
    margin-top: 15px;
    font-size: 18px;
    height: 52px;
    overflow: hidden;
}

.catalogProduct__brand {
    /* margin-top: 10px; */
    font-size: 18px;
}

.catalogProduct__brand span {
    text-transform: uppercase;
}

.catalogProduct__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    align-items: baseline;
    color: #919191;
}

.catalogProduct a:hover .catalogProduct__bottom {
    color: #1866a6;
}

.catalogProduct__price {
    font-size: 24px;
}

.navPagination {
    display: inline-block;
}

.navPagination ul {
    display: flex;
    border: 1px solid #919191;
}

.navPagination__item {
    background-color: #fff;
    border-right: 1px solid #919191;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.navPagination__item:last-child {
    border-right: none;
}

.navPagination__link {
    color: #000;
    font-family: 'MontserratMedium';
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navPagination__item.active_page,
.navPagination__item:hover {
    background-color: #1866a8;
}

.navPagination__item.active_page .navPagination__link,
.navPagination__item:hover .navPagination__link {
    color: #fff;
}

.logoBottom {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 75px;
    padding-bottom: 90px;
    text-align: center;
}

.logoBottom img {
    width: 75px;
}

.logoHeader_mobile {
    display: none !important;
}

.btnHomeMobile {
    display: none;
    width: 100%;
    margin-bottom: 30px;
}

.btnHomeMobile__btn {
    background-color: #1966a7;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 20px 40px;
    flex: 0 0 50%;
    max-width: 50%;
}

.btnHomeMobile__btn_call {
    background-color: #144473;
}

.btnHomeMobile__btn img {
    width: 28px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.btnHomeMobile__btn_call img {
    width: 25px;
}

.btnHomeMobile__btn span {
    display: block;
}

.directionsMobile {
    display: none;
    flex-wrap: wrap;
}

.directionsMobileItem {
    flex: 0 0 50%;
    position: relative;
    max-width: 50%;
}

.directionsMobileItem__link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.directionsMobileItem__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    transition: all 0.4s ease;
}

.directionsMobileItem__image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.directionsMobileItem__title {
    color: #fff;
    font-size: 24px;
    position: relative;
    z-index: 10;
}

.brandsMobile {
    display: none;
    flex-wrap: wrap;
}

.brandsMobileItem {
    flex: 0 0 50%;
    max-width: 50%;
    border: 1px solid #323031;
}

.brandsMobileItem a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 400px;
    position: relative;
    background-color: #fff;
}

.brandsMobileItem a img {
    width: 70%;
}

.brandsMobileItem__title {
    color: #fff;
    font-size: 24px;
    position: relative;
    z-index: 10;
}

.brandsMobileItem__dark a {
    background-color: #323031;
}

.inputSearchOther {
    margin-top: 0px;
    display: none;
}

.loadMoreButton {
    background-color: #1966A7;
    color: #fff;
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    padding: 14px;
    text-transform: uppercase;
}

.loadMoreWrap {
    margin-top: 35px;
    display: none;
}

.loadMoreWrap p {
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
}

.brandsWrap__text p {
    margin: 0;
    font-size: 21px;
    font-family: 'MontserratMedium';
    color: #1966A7;
}

.brandsList {
    padding-top: 50px;
}

.brandsListRow {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}

.brandsListColumn {
    padding-left: 12px;
    padding-right: 12px;
    flex: 0 0 20%;
    max-width: 20%;
}

.brandsListItem {
    margin-bottom: 25px;
}

.brandsListItem a {
    display: block;
    text-decoration: none;
}

.brandsListItem__image {
    border: 1px solid #919191;
}

.brandsListItem__image img {
    width: 100%;
    filter: grayscale(100%);
    transition: all 0.4s ease;
}

.brandsListItem a:hover .brandsListItem__image img {
    filter: grayscale(0%);
}

.cardProduct {
    padding-bottom: 70px;
    /* padding-top: 6%; */
}

.cardProductImage {
    flex: 0 0 42%;
    max-width: 42%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardProductImage img {
    width: 90%;
}

.cardProductInfo {
    flex: 0 0 58%;
    max-width: 58%;
    padding-left: 75px;
}

.cardProductImage {
    border: 1px solid #939393;
}

.cardProduct__title {
    font-size: 36px;
    font-family: 'MontserratMedium';
    color: #1966A7;
    margin-bottom: 55px;
    line-height: 1.2;
}

.cardProductInfoList {
    font-size: 18px;
    font-family: 'MontserratMedium';
    margin-bottom: 50px;
}

.cardProductInfoList__item {
    margin-bottom: 10px;
    line-height: 1;
}

.cardProductInfoList__name,
.cardProductInfoList__value {
    display: inline-block;
    vertical-align: middle;
}

.cardProductInfoList__brand {
    display: none;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: -40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.cardProductTabsMobile {
    display: none;
    margin-top: 30px;
    border: 1px solid #7C7C7C;
    width: 100%;
}

.cardProductTabsMobile__name {
    font-size: 11px;
    padding: 9px 12px;
    font-family: 'MontserratMedium';
    position: relative;
    border-bottom: 1px solid #7c7c7c;
}

.cardProductTabsMobileItem:last-child .cardProductTabsMobile__name {
    border-bottom: none;
}

.cardProductTabsMobile__name:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 12px;
    width: 15px;
    height: 15px;
    background-image: url(../img/arrow_grey.svg);
    transform: rotate(-90deg) translateX(50%);
    background-repeat: no-repeat;
    background-size: 60%;
}

.cardProductTabsMobile__body {
    padding: 10px 12px;
    font-size: 10px;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-name: fadeIn;
    animation-duration: 2s;
    border-bottom: 1px solid #7c7c7c;
    display: none;
}

.active_tab_mobile .cardProductTabsMobile__body {
    display: block;
}

.active_tab_mobile .cardProductTabsMobile__name {
    border-bottom: 1px solid transparent;
}

.active_tab_mobile .cardProductTabsMobile__name:after {
    transform: rotate(90deg);
}

.cardProduct__price {
    font-size: 48px;
    font-family: 'MontserratMedium';
    color: #1966A7;
    margin-bottom: 45px;
}

.cardProductQuantity {
    display: inline-block;
    border: 1px solid #939393;
    margin-bottom: 50px;
}

.cardProductQuantity__minus,
.cardProductQuantity__plus {
    width: 50px;
    height: 50px;
    background-color: #EFEFEF;
    border: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    outline: none;
}

.cardProductQuantity__input {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 50px;
    text-align: center;
    margin: 0 -4px;
}

.cardProductQuantity__input input {
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    font-size: 24px;
    height: 100%;
    border-left: 1px solid #939393;
    border-right: 1px solid #939393;
}

.button_order {
    font-size: 24px;
    font-family: 'MontserratMedium';
    color: #fff;
    background-color: #1966A7;
    border: none;
    padding: 13px 35px;
    width: 300px;
}

.button_order:hover {
    opacity: 0.7;
}

.cardProduct__image_mobile {
    display: none;
    border: 1px solid #939393;
    align-items: center;
    justify-content: center;
}

.cardProduct__image_mobile img {
    width: 80%;
}

.cardProduct__price_mobile {
    display: none;
    margin-top: 25px;
    color: #1966A7;
    font-family: 'MontserratMedium';
    font-size: 21px;
}

.cardProductTabs {
    margin-top: 75px;
    flex: 0 0 100%;
    max-width: 100%;
    border: 1px solid #919191;
    display: none;
}

.cardProductTabsNav {
    display: flex;
}

.cardProductTabsNav__item {
    flex: 0 0 25%;
    max-width: 25%;
    border-right: 1px solid #919191;
    border-bottom: 1px solid #919191;
    transition: all 0.4s ease;
}

.cardProductTabsNav__item:last-child {
    border-right: none;
}

.cardProductTabsNav__btn {
    background-color: #EFEFEF;
    border: none;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    font-family: 'MontserratMedium';
    padding: 17px 0;
    outline: none;
    transition: all 0.4s ease;
}

.cardProductTabsNav__item.active_navBtn {
    border-bottom: 1px solid transparent;
}

.cardProductTabsNav__item.active_navBtn .cardProductTabsNav__btn {
    background-color: #fff;
}

.cardProductTabsBody {
    background-color: #fff;
    padding: 50px 35px;
}

.cardProductTabsBody p {
    margin-top: 0;
    margin-bottom: 30px;
}

.cardProductTabsBody__tab {
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-name: fadeIn;
    animation-duration: 2s;
    display: none;
}

.cardProductTabsBody__tab.active_tab {
    display: block;
}

.cardProductTabsBody__title {
    display: none;
    font-size: 11px;
    padding: 9px 12px;
    font-family: 'MontserratMedium';
    position: relative;
    border-bottom: 1px solid #7c7c7c;
}

.cardProductTabsBody__title:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 12px;
    width: 15px;
    height: 15px;
    background-image: url(../img/arrow_grey.svg);
    transform: rotate(-90deg) translateX(50%);
    background-repeat: no-repeat;
    background-size: 60%;
}

.cardProductTabsBody__title.actv_title {
    border-bottom: none;
}

.cardProductImage a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.cardProduct__image_mobile a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.cardProductTabsBody__title.actv_title:after {
    transform: rotate(90deg);
}

.cardProductSimiliar {
    background-color: #E4E4E4;
}

.productSimiliarSliderItem {
    margin: 0 20px;
}

.productSimiliarSliderWrap {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 35px;
}

.productSimiliarSliderItem a {
    display: block;
    outline: none;
}

.productSimiliarSliderItem .catalogProduct__bottom {
    color: #1966A7;
}

.productSimiliarSliderItem a:hover .catalogProduct__bottom {
    color: #919191;
}

.cardProductSimiliar {
    padding-top: 60px;
}

.cardProductSimiliar__title {
    font-size: 24px;
    font-family: 'MontserratMedium';
    margin-bottom: 60px;
}

.productSimiliarSlider .slick-arrow::before {
    display: none;
}

.productSimiliarSlider .slick-arrow {
    width: 25px;
    height: 40px;
    background-image: url(../img/arrow_grey.svg);
    background-position: center;
    background-repeat: no-repeat;
    top: 40%;
}

.productSimiliarSlider .slick-next {
    right: -40px;
}

.productSimiliarSlider .slick-prev {
    left: -40px;
    transform: scale(-1, 1) translateY(-50%);
}

.contactsTitle {
    color: #1966A7;
    font-size: 24px;
    font-family: 'MontserratMedium';
    margin-bottom: 50px;
}

.contactsPositionsItem {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.25;
}

.contactsPositions ul li:first-child {
    font-family: 'MontserratMedium';
}

.contactsPositionsItem ul li {
    margin-bottom: 10px;
}

.contactsRow {
    display: flex;
    flex-wrap: wrap;
}

.contactsData {
    flex: 0 0 38%;
    max-width: 38%;
}

.contactsImage {
    flex: 0 0 63%;
    max-width: 62%;
}

.contactsImage img {
    width: 100%;
}

.contactsRoute {
    margin-top: 45px;
}

.contactsMapAddress {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 45px;
}

.contactsMapAddress ul li {
    margin-bottom: 10px;
}

.contactsMapAddress ul li:first-child {
    font-family: 'MontserratMedium';
}

.aboutCompanyTextRow {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}

.aboutCompanyInfoTextColumn {
    flex: 0 0 50%;
    padding: 0 25px;
    max-width: 50%;
}

.aboutCompanyInfo__title {
    color: #1966A7;
    font-size: 24px;
    font-family: 'MontserratMedium';
    margin-bottom: 55px;
}

.aboutCompanyInfoTextColumn {
    font-family: 'MontserratLight';
    font-size: 16px;
}

.aboutCompanyInfoTextColumn p {
    margin-top: 0;
}

.aboutCompanySlider {
    margin-top: 65px;
}

.aboutCompanySlider .slick-prev {
    left: -40px;
    transform: scale(-1, 1) translateY(-50%);
}

.aboutCompanySlider .slick-arrow {
    width: 25px;
    height: 40px;
    background-image: url(../img/arrow_grey.svg);
    background-position: center;
    background-repeat: no-repeat;
    top: 49%;
    opacity: 0.6;
}

.aboutCompanySlider .slick-arrow:hover {
    opacity: 1;
}

.aboutCompanySlider .slick-arrow:before {
    display: none;
}

.aboutCompanySlider .slick-next {
    right: -40px;
}

.aboutCompanySlider .slick-dots li {
    width: 64px;
    height: 7px;
    margin: 0 7px;
}

.aboutCompanySlider .slick-dots li button {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 0;
}

.aboutCompanySlider .slick-dots li.slick-active button {
    background-color: #144473;
}

.aboutCompanySlider .slick-dots li button:before {
    display: none;
}

.aboutCompanySlider .slick-dots {
    bottom: 50px;
}

.aboutCompanySliderItem {
    height: 655px;
    background-size: cover;
    background-position: center;
    width: 100%;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*30.03*/

/* .breadcrumbs {
    
} */

.breadcrumbsList li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.breadcrumbsList li:after {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 6px;
    color: #5B5B5B;
}

.breadcrumbsList li:last-child:after {
    display: none;
}

.breadcrumbsList li a {
    color: #5B5B5B;
    text-decoration: none;
    display: inline-block;
}

.titlePageWrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

.catalogCards {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.catalogCard__row {
    width: 1440px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 2%;
}

.catalogCard-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 5px;
}

.catalogCard {
    height: 360px;
    position: relative;
    display: flex;
    justify-content: center;
    text-decoration: none;
    align-items: center;
}

.catalogCard__image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    transition: all 0.4s ease;
}

.catalogCard__image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.catalogCard__title {
    color: #fff;
    font-size: 24px;
    position: relative;
    z-index: 10;
    font-family: 'MontserratMedium';
    text-align: center;
}

.catalogCard:hover .catalogCard__image {
    filter: grayscale(0%);
}

.catalogCard:hover .catalogCard__image:before {
    background-color: rgba(0, 0, 0, 0);
}

.catalogCard:hover .catalogCard__title {
    color: black;
    background: rgba(251, 251, 253, 0.8) 26%;
    padding: 6px;
}

.newsPage .row-m {
    margin-left: -20px;
    margin-right: -20px;
}

.news-col {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 50%;
    max-width: 50%;
}

.newsItem {
    margin-bottom: 35px;
}

.newsItem__link {
    display: flex;
    text-decoration: none;
    color: #212121;
    border: 1px solid #919191;
}

.newsItem__info {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsItem__img {
    flex: 0 0 50%;
    max-width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 225px;
}

.newsItem__date {
    color: #1966A7;
    font-size: 16px;
    font-family: 'MontserratMedium';
    margin-bottom: 25px;
}

.newsItem__title {
    color: #212121;
    font-family: 'MontserratMedium';
    font-size: 16px;
}

.newsContent .pageTitle {
    margin-bottom: 55px;
}

.newsContentText {
    font-size: 18px;
}

.newsContentText p {
    margin-bottom: 40px;
    margin-top: 0;
}

.bold {
    font-family: 'MontserratMedium';
}

.newsContentImage {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 435px;
}

.newsContent {
    padding-bottom: 40px;
    border-bottom: 1px solid #919191;
}

.otherNews {
    margin-top: 45px;
    padding-bottom: 100px;
}

.otherNews__title {
    margin-bottom: 55px;
}

.linkAllNews {
    color: #212121;
    text-decoration: none;
    font-size: 14px;
}

.allNewsWrap {
    margin-top: 40px;
    padding-left: 25px;
}

.brandLogo-col {
    flex: 0 0 29%;
    max-width: 29%;
}

.brandInfo-col {
    flex: 0 0 71%;
    max-width: 71%;
}

.brandInfo {
    font-size: 16px;
}

.brandInfo p {
    margin-bottom: 40px;
    margin-top: 0;
}

.deutz_contact{
    margin-top: -8%;
    margin-bottom: 0;
    display: flex;
}
.deutz_contact p{
    margin-bottom: 0;
}
.tel_diler_deutz, .skype_diler_deutz{
    margin-right: 15%;
}

.brandLogo {
    max-width: 340px;
}

.brandLogo img {
    width: 100%;
}

.brandInfo a {
    color: #1966A7;
    text-decoration: none;
}

.deutz_contact a{
    color: #000;
}

.brandHeadered {
    padding-bottom: 80px;
}

.menuHeader {
    padding-left: 40px;
}

.menuHeader__icon {
    flex: 0 0 50px;
    max-width: 50px;
}

.menuHeader__icon .menuHeader__link {
    margin-left: 0;
    padding: 0;
}

.menuHeader__iconLink img {
    width: 26px;
    margin-left: auto;
    margin-right: auto;
}

.menuHeader__link {
    white-space: nowrap;
}

.menuHeader__link:hover {
    color: white;
    filter: drop-shadow(2px 4px 6px black);
}

.newsPage {
    /*    padding-bottom: 30px;*/
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.basket-btn-checkout {
    background: #1866A8;
    color: white;
    border: none;
    padding: 6px;
    border-radius: 3px;
    font-family: 'MontserratMedium';
    float: right;
    left: 4%;
    position: relative;
}

.basket-btn-checkout:hover {
    filter: drop-shadow(2px 4px 6px black);
}

body>div.page>div>div>div.search-page>form>div>div>input {
    margin-top: 3%;
}

.input-group .form-control {
    background-color: rgba(195, 195, 195, 0.5);
    width: 100%;
    padding: 20px 20px;
}

.mb-4 .catalog-section {
    display: flex !important;
}

#bx_incl_area_2 {
    display: flex;
}

.bx-sbb-empty-cart-container {
    padding: 5% 0 20% 0;
}

.textBottomAbout {
    text-align: center;
    color: #538dbf;
    font-weight: 700;
    margin: 0 auto;
    width: 60%;
    margin-top: 5%;
}