
.slide__title {
    font-family: MonserratBold;
    color: #F1B80E;
    font-size: 84px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
    letter-spacing: 3.36px;
    text-transform: uppercase;
}

.slide__link {
    color: #FFF;
    font-family: MonserratExtraBold;
    font-size: 204px;
    font-style: normal;
    font-weight: 800;
    line-height: 210px;
    letter-spacing: 8.16px;
    text-transform: uppercase;
}

.projectsSlider {
    padding-bottom: 64px;
}

.projectsSlider .swiper-slide {
    background: #fff;
}

.projectsSliderContent {
    max-width: 1920px;
    background: #fff;
    width: 100%;
    margin: 56px auto 0;
    height: calc(100vh - 180px);
}

.projectSliderContent {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
}
.slImg {
    height: 69vh;
}

.hiddenToShow {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    transition: 0.3s linear;
}

.swiper-slide {
    box-shadow: none !important;
}

.projectSliderContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.activeClip.active img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: 0.3s linear;
}

.projectSliderTxt {
    margin-left: 64px;
}
.projectSliderTxt * {
    color: #393939;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
}
.projectSliderTxt h1, .projectSliderTxt h3, .projectSliderTxt h5, .projectSliderTxt h4, .projectSliderTxt h1 strong, .projectSliderTxt h3 strong, .projectSliderTxt h5 strong, .projectSliderTxt h4  strong {
    color: #393939;
    font-size: 24px;
    font-style: normal;
    font-family: MonserratBold;
    line-height: 38px;
    margin-bottom: 2vh;
}

.sliderTitle {
    color: #393939 !important;
    font-family: MonserratBold !important;
    font-size: 48px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 64px !important;
    max-width: 347px !important;
    margin-bottom: 10vh !important;
    width: 100% !important;
}

.sliderMiniTitle {
    color: #393939;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 2vh;
}

.sliderTxt {
    color: #393939;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
}

.sliderDecor {
    position: absolute;
    right: 0;
    top: 52px;
    height: 73vh;
}

.projectsSlider .swiper-pagination-bullet {
    width: 98px;
    height: 8px;
    background: #C0BEB9;
    border-radius: 0;
}

.projectsSlider .swiper-pagination-bullet-active {
    background: #F1B80E;
}

.allProjects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #4D4D4F;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 64px;
}

.allProjects img {
    margin-left: 16px;
}

.smallContent {
    position: relative;
    margin-right: 64px;
}

.decor2 {
    position: absolute;
    left: 126px;
    top: -112px;
    z-index: 0;
}

.smallImg, .allProjects, .bigImg {
    position: relative;
    z-index: 1;
}

.content3 .smallContent:after {
    content: url("/images/RR.svg");
    position: absolute;
    left: -377px;
    top: -13vh;
    z-index: 0;
}

.content3 .smallContent {
    margin-left: 64px;
    margin-right: 0 !important;
}

.bigImg {
    margin-bottom: 24px;
    height: 50vh;
    width: 100%;
    object-fit: cover;
}

.more {
    font-family: MonserratBold;
    width: 100%;
    display: block;
    padding: 4px 8px 0;
    border-bottom: 4px solid #4D4D4F;
    position: relative;
    color: #4D4D4F;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 2.4vh;
    transition: 0.3s;
}

.more:after {
    content: url("/images/vec.svg");
    position: absolute;
    right: 0;
    top: -15px;
}

.more:hover {
    background: #4D4D4F;
    color: #F1B80E;
}

.projectsSliderContent .more {
    width: 159px;
}

.products {
    max-width: 1366px;
    width: 100%;
    margin: 64px auto;
    height: calc(100vh - 100px);
}

.title {
    color: #393939;
    font-family: MonserratBold;
    font-size: 4.8vh;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 4vh;
}

.productsItem {
    padding: 5vh 93px 5vh 37px;
    border-bottom: 1px solid #E7E6E4;
    border-right: 1px solid #E7E6E4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.productItemImageContainer {
    max-width: 180px;
    width: 100%;
}
.shortInfoTitle {
    color: #393939;
    font-size: 2.2vh;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 12px;
}

.shortInfoContent p {
    color: #393939;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: 0.3s;
}

.shortInfoContent p:hover {
    color: #F1B80E;
}

.shortInfoContent p:first-child {
    width: 90%;
}

.shortInfoContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.productContent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}

.shortInfo {
    width: 100%
}

.shortInfoGrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}

.productContent > a:nth-child(even) {
    border-right: 0;
}

.productContent > a:last-child {
    border-right: 0;
    border-bottom: 0;
}

.bannerSection {
    max-width: 1920px;
    width: 100%;
    margin: 73px auto 6.4vh;
    height: calc(100vh - 100px);
    padding: 64px 123px 64px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.count {
    color: #393939;
    font-family: MonserratBold;
    font-size: 7.2vh;
    font-weight: 700;
    line-height: normal;
}

.count strong {
    color: #F1B80E;
}

.txt {
    color: #393939;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-family: MonserratBold;
}

.bannerItem {
    margin: 0 0 56px auto;
    width: 330px;
}

.newsSection {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.newsSection .swiper-button-next img {
    width: 7vh;
}

.newsSection .swiper-button-prev img {
    width: 5vh;
}

.newsSliderItem img, .itemImg {
    width: 100%;
    margin-bottom: 2.22vh;
    height: 23vh;
    object-fit: cover;
    max-height: 226px;
    transition: 0.3s;
}

.newsSliderItem img {
    transform: scale(1.2);
}

.newsSliderItem:hover img {
    transform: scale(1);
}

.newsSliderItem:hover .more {
    background: #4D4D4F;
    color: #F1B80E;
}

.date {
    display: block;
    color: #F1B80E;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 22px;
}

.newsTitle {
    height: 7.2vh;
    max-height: 72px;
    color: #393939;
    font-size: 1.8vh;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    margin-bottom: 22px;
}

.newsTxt {
    color: #393939;
    font-size: 1.4vh;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 96px;
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.swiper-button-next {
    top: 40px;
    left: unset;
    right: 19px;
}

.swiper-button-prev {
    top: 54px;
    left: unset;
    right: 77px;
}

.news {
    padding-top: 95px;
}

.newsSection .title {
    margin-bottom: 0;
}

.allNews {
    padding: 1.6vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 3px solid #F1B80E;
    color: #4D4D4F;
    text-align: center;
    font-size: 2.5vh;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    background: white;
    margin: 8vh auto 0;
    width: max-content;
    white-space: nowrap;
}

.allNews img {
    transition: 0.3s;
    position: relative;
    top: 4px;
}

.allNews:hover {
    border: 3px solid #4D4D4F;
}


.arrowContainer {
    display: block;
    overflow: hidden;
    margin-left: 16px;
    transition: 0.3s;
}

.brandsSection .title {
    text-align: center;
}

.brandsSection {
    max-width: 1920px;
    width: 100%;
    margin: 12vh auto 93px;
}

.brandsSliderItem {
    width: 100%;
    height: 132px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E7E6E4;
}

.brandsSlider .swiper-slide {
    margin-left: -1px;
}

.gifImage {
    width: 142px;
    height: 140px;
    overflow: hidden;
    background-size: contain;
    margin-right: 16px;
    position: relative;
}

.productsItem:hover .gifImage .gif {
    opacity: 1;
}

.productsItem:hover .gifImage .svg {
    opacity: 0;
}

.itemType {
    -webkit-animation: none;
}

.itemType:hover {
    animation: play 0.5s steps(1, end) forwards infinite;
    transition: none;
}

@keyframes play {
    0% {
        background-position: left;
    }
    50% {
        background-position: center;
    }
    100% {
        background-position: right;
    }
}

.parallax-background {
    position: absolute;
    width: 100%;
    z-index: -1;
    margin-top: -100vh;
}

.itemImg {
    overflow: hidden;
}

.notification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #02020c;
    background: #fffbbc;
    z-index: 2;
    text-align: center;
    opacity: 0.8;
}

.notification a {
    text-decoration: underline;
}

.brandsSliderItem a {
    text-align: center;
}

.brandsSliderItem img {
    filter: grayscale(1);
    max-width: 76%;
    opacity: 0.5;
    animation: drift 6s 3s linear infinite both;
}

@keyframes drift {
    0% {
        filter: grayscale(1);
        opacity: 0.5;
    }
    50% {
        filter: grayscale(0);
        opacity: 1;
    }
    100% {
        filter: grayscale(1);
        opacity: 0.5;
    }
}
.page-header ul {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.page-header ul a {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid transparent;
}

.page-header .active a {
    border-color: white;
}


.panels .panel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(100% / 6);
    transform: scaleY(0);
    transform-origin: top;
    background: #393939;
}

.panels .panel:nth-child(even) {
    transform-origin: bottom;
    background: #F1B80E;
}

.panels .panel:nth-child(2) {
    left: calc(100% / 6);
}

.panels .panel:nth-child(3) {
    left: calc((calc(100% / 6)) * 2);
}

.panels .panel:nth-child(4) {
    left: calc((calc(100% / 6)) * 3);
}

.panels .panel:nth-child(5) {
    left: calc((calc(100% / 6)) * 4);
}

.panels .panel:nth-child(6) {
    left: calc((calc(100% / 6)) * 5);
}

.page-main {
    display: flex;
    height: 100%;
    padding: 100px 15px;
    clip-path: circle(20%);
    overflow-y: auto;
    background: #02020c;
}

.page-main > div {
    text-align: center;
    margin: auto;
}

.swipeimage {
    position: fixed;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    object-fit: cover;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#ball {
    width: 0;
    height: 0;
    border-radius: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: width 0.5s linear, height 0.5s linear;
    overflow: hidden;
}

#ball:hover {
    cursor: pointer;
}

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

.mobIcon {
    display: none;
    min-width: 90px;
    margin-right: 38px;
}
.mobIcon img {
    object-fit: none;
}
.oakslider__arrow {
   transition: 0.3s;
}
.oakslider__arrow:hover {
    transform: scale(0.8);
}
@media (max-width: 1700px) {
    .slide__title {
        font-size: 5vw;
    }

    .slide__link {
        font-size: 9vw;
        line-height: 100%;
    }

    .oakslider__prev img {
        width: 70px;
    }

    .oakslider__next img {
        width: 39px;
    }

    .slImg {
        width: 395px;
    }

    .sliderTitle {
        font-size: 40px !important;
        line-height: 55px !important;

    }

    .sliderMiniTitle {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .sliderTxt {
        font-size: 15px;
        line-height: 27px;
    }

    .sliderDecor {
        top: 18px;
        width: 256px;
    }

    .title {
        color: #393939;
        line-height: 46px;
        margin-bottom: 16px;
    }

    .productsItem {
        padding: 44px 93px 44px 37px;
    }

    .bannerSection {
        margin: 35px auto 4vh;
        background-position: center;
        padding: 37px 84px 64px 0;
    }

    .txt {
        font-size: 24px;
    }

    .bannerItem {
        margin: 0 0 36px auto;
    }

    .shortInfoTitle {
        line-height: 30px;
    }

    .allNews {
        padding: 10px 16px;
        font-size: 17px;
        line-height: 32px;
        margin: 61px auto 0;
        width: 323px;
    }

    .allNews img {
        width: 68px;
    }


    .brandsSection {
        margin: 76px auto 85px;
    }

    .brandsSliderItem img {
        max-width: 47%;
    }

    .brandsSliderItem {
        height: 116px;
    }

    .brandsSlider {
        margin-top: 48px;
    }
}

@media (max-width: 1460px) {
    .bigImg {
        width: 100%;
    }

    .productsItem {
        padding: 32px 56px 32px 37px;
    }

    .newsSection .swiper-button-next img {
        width: 43px;
    }

    .newsSection .swiper-button-prev img {
        width: 30px;
    }

    .newsSection .swiper-button-prev {
        top: 50px;
        right: 64px;
    }

    .slide__link {
        margin-top: 1px;
    }

}

@media (max-width: 1400px) {
    .projectsSliderContent, .products, .newsSection, .slide__container {
        max-width: 93%;
    }

    .projectsSliderContent {
        margin-top: 38px;
    }
}

@media (max-width: 1370px) {
    .section.four.section_to-pin .section_pin .image_wrapper {
        min-width: 93vw !important;
    }
}

@media (max-width: 1330px) {
    .content3 .smallContent:after {
        top: -120px;
    }

    .decor2 {
        top: -104px;
    }

    .bannerItem {
        width: 289px;
    }

    .productsItem {
        padding: 32px 37px 32px 12px;
    }

    .bannerSection {
        padding: 26px 84px 28px 0;
    }

    .txt {
        font-size: 22px;
    }
}

@media (max-width: 1230px) {
    .productContent {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    .productsItem {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .productsItem {
        border-right: 0;
    }

    .decor2 {
        top: -76px;
        width: 74px;
    }

    .content3 .smallContent:after {
        top: -81px;
    }

    .content3 .smallContent {
        margin-left: 38px;
    }

    .smallContent {
        margin-right: 38px;
    }

    .allProjects {
        margin-bottom: 30px;
    }

    .projectSliderTxt {
        margin-left: 38px;
    }

    .sliderTitle {
        font-size: 31px !important;
        line-height: 39px !important;

    }

    .gifImage {
        margin-right: 38px;
    }
}

@media (max-width: 1230px) {
    .productContent {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    .products {
        height: auto;
    }

    .productsItem {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .productsItem {
        border-right: 0;
    }

    .decor2 {
        top: -76px;
        width: 74px;
    }

    .content3 .smallContent:after {
        top: -81px;
    }

    .content3 .smallContent {
        margin-left: 38px;
    }

    .smallContent {
        margin-right: 38px;
    }

    .allProjects {
        margin-bottom: 30px;
    }

    .projectSliderTxt {
        margin-left: 38px;
    }

    .sliderTitle {
        font-size: 31px !important;
        line-height: 39px !important;

    }

    .gifImage {
        margin-right: 38px;
    }
}

@media (max-width: 1170px) {
    .bannerSection {
        margin: 0 auto 3.2vh;
    }

    .bannerSection {
        padding: 26px 10px 28px 0;
    }

    .txt {
        font-size: 18px;
    }

    .bannerItem {
        margin: 0 0 24px auto;
    }

    .products {
        margin: 40px auto 0;
    }

    .title {
        margin-bottom: 8px;
    }

    .shortInfoTitle {
        line-height: 35px;
    }

    .shortInfoContent p {
        line-height: 24px;
    }

    .sliderDecor {
        top: -132px;
    }
}

@media (max-width: 877px) {
    .bannerSection {
        padding: 11px 10px 28px 0;
    }

    .projectSliderContent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 16px;
    }

    .projectSliderTxt {
        margin-left: 0;
        margin-top: 32px;
    }

    .sliderTitle {
        font-size: 26px !important;
        line-height: 39px !important;
        margin-bottom: 24px !important;
    }

    .sliderMiniTitle {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .sliderTxt {
        font-size: 14px;
        line-height: 30px;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -1px;
    }

    .projectsSlider {
        padding-bottom: 30px;
    }

    .sliderDecor {
        width: 30%;
    }

    .slImg {
        width: 56%;
        height: unset;
    }

    .smallContent {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .smallImg {
        width: 80%;
    }

    .decor2 {
        top: 85px;
        width: 74px;
        left: unset;
        right: -67px;
    }

    .allProjects {
        font-size: 16px;
        font-family: MonserratBold;
    }

    .bigImg {
        margin-bottom: 24px;
    }

    .content3 .bigContent {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .content3 .smallContent {
        margin-left: 0;
        width: 100%;
    }

    .content3 .smallImg {
        width: 38%;
        margin: 0 0 0 auto;
        display: block;
    }

    .content3 .smallContent:after {
        content: url(/images/miniRR.svg);
        top: 120px;
        left: 38px;
    }

    .door {
        min-width: 80px;
    }

    .window, .fasad {
        min-width: 119px;
    }

    .bath {
        min-width: 90px;
    }

    .furniture {
        min-width: 136px;
    }

    .shortInfo {
        width: 100%;
    }

    #section_to-pin {
        padding-top: 0 !important;
    }
}

@media (max-width: 777px) {
    .bannerItem {
        margin: 0 0 6px auto;
    }

    .slide__link {
        font-size: 13vw;
    }

    .slide__title {
        font-size: 7vw;
    }
}

@media (max-width: 658px) {
    .productsItem {
        padding: 24px 0 16px 0;
    }

    .projectsSliderContent {
        margin-top: 32px;
    }

    .shortInfoContent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .slide__title {
        line-height: 54px;
    }

    .oakslider__prev img {
        width: 60px;
    }

    .oakslider__prev {
        left: -16px;
        top: 17px;
    }

    .oakslider__ui {
        right: 16px;
    }

    .oakslider__ui {
        right: 16px;
    }

    .smallImg {
        width: 119px;
    }

    .decor2 {
        right: 22px;
    }

    .content3 .smallContent:after {
        left: 3px;
        top: 103px;
    }

    .allProjects {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .gifImage {
        margin-right: 18px;
    }

    .brandsSliderItem {
        height: 80px;
    }

    .brandsSliderItem img {
        max-width: 52%;
    }

    .brandsSection {
        margin: 40px auto 80px;
    }

    .brandsSlider {
        margin-top: 28px;
    }

    .allNews {
        width: 100%;
    }

    .allNews img {
        top: 4px;
    }

    .title {
        line-height: 40px;
        font-size: 26px;
    }

    .productsItem {
        padding: 24px 0 !important;
    }

    .newsSection .swiper-button-next img {
        width: 33px !important;
    }

    .newsSection .swiper-button-prev img {
        width: 24px !important;
    }

    .newsSection .swiper-button-prev {
        top: 35px;
        right: 47px !important;
    }

    .newsSection .swiper-button-next {
        top: 27px;
        right: 3px;
    }

    .news {
        padding-top: 70px;
    }

    .bannerItem {
        width: 204px;
    }

    .shortInfoContent p:first-child {
        width: 100%;
    }

    .shortInfoGrid {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    .shortInfo > .shortInfoContent:last-child p {
        margin-bottom: 0;
    }

    .shortInfoTitle {
        font-size: 18px !important;
    }
}

@media (max-width: 595px) {
    .bannerSection {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .bannerSection {
        height: 1114px;
        position: relative;
        padding: 0 16px;
    }

    .txt {
        font-size: 32px;
    }

    .bannerItem {
        margin: 0 0 56px 0;
        width: 100%;
    }

    .slide__container {
        margin: 239px auto 0;
    }

    .hiddenToShow {
        clip-path: unset;
    }

    .bigImg {
        height: 24vh;
    }

    .bigContent .sliderTxt {
        display: -webkit-box;
        word-break: break-word;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
    }

    .image_wrapper {
        padding-top: 113px;
    }

    .productsItem {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .gifImage {
        display: none;
    }

    .menuUl .gifImage {
        display: block !important;
    }

    .mobIcon {
        display: block;
    }

    .shortInfoTitle {
        line-height: 30px;
    }
}

@media (max-width: 360px) {
    .shortInfoTitle {
        font-size: 16px;
        line-height: 27px;
    }

    .txt {
        font-size: 25px;
    }
}

@media (max-height: 960px) {
    .productsItem {
        padding: 3vh 0 3vh 35px;
    }

    .allNews {
        margin: 5vh auto 0;
    }

    .news {
        padding-top: 75px;
    }
}

@media (max-height: 910px) {
    .content3 .smallContent:after {
        top: 14vh;
    }
}

@media (max-height: 850px) {
    .productsItem {
        padding: 2vh 36px 2vh 37px;
    }

    .newsSection .swiper-button-next img {
        width: 6vh;
    }

    .newsSection .swiper-button-prev img {
        width: 4vh;
    }

    .newsSection .swiper-button-prev {
        right: 71px;
    }

    .news {
        padding-top: 59px;
    }

}

@media (min-height: 1440px) {
    .newsTitle {
        height: 72px;
        max-height: 72px;
        font-size: 20px;
    }

    .newsTxt {
        font-size: 14px;
    }
}
