@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    box-sizing: border-box;
}


* {
    margin: 0;
    padding: 0;
    font-family: "Rubik", sans-serif;
    text-decoration: none;
    border: none;
    outline: none;

}

a, a:hover, a:visited {
    color: inherit;
    text-decoration: none;
}

body {
    margin: 0;
    font-family: "Rubik", sans-serif;
}

.bodyWrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-top: 113px;
}


.header {

    width: 100%;
    position: fixed;

    display: flex;
    height: 113px;
    align-items: center;
    justify-content: space-between;
    top: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.95);


}

.logoHeader {
    height: 113px;
    width: 113px;
}

.headerBurgerBtn {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #ffffff;
    display: none;
}

.headerBurgerBtn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #0D77C5;
    left: 5px;
    transition: background-color .3s, opacity .3s, transform .5s;
    will-change: transform;
}

.headerBurgerBtn span:nth-child(1) {
    transform: translateY(-10px);
}

.headerBurgerBtn span:nth-child(2) {

}

.headerBurgerBtn span:nth-child(3) {
    transform: translateY(10px);
}

/*-------------------Cross---------------------*/
.header.open .headerBurgerBtn span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
}

.header.open .headerBurgerBtn span:nth-child(2) {
    opacity: 0;
}

.header.open .headerBurgerBtn span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}


.headerMenuList {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.headerMenuItem {

}

.headerMenuLink {
    font-size: 16px;
    color: #272D2C;
    text-decoration: none;
    margin-right: 25px;
    padding-bottom: 10px;

}

.headerMenuLink:hover {

    color: #0D77C5;
    border-bottom: 2px solid #0D77C5;

}

.headerMenuLink:focus {

    color: #0D77C5;
    border-bottom: 2px solid #0D77C5;

}

.headerMenuLink:active {

    color: #0D77C5;
    border-bottom: 2px solid #0D77C5;

}

.langSelector {
    display: block;



}

.headerPhone {
    display: flex;
    width: 170px;
    height: 50px;
    color: #ffffff;
    background-color: #DC3764;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.firstScreen {
    min-height: 628px;

}

.div1440 {
    max-height: 628px;
    max-width: 1440px;
    z-index: -2;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;


}

.left {
    width: 50%;
    height: 628px;
    background-color: #0D77C5;
}

.right {
    width: 50%;
    height: 628px;
    background-image: url("../images/CoolTime.jpg");
    background-size: cover;
}

.rightMitsubishi {
    background-image: url("../images/mitsubishi_pictures/mitsubishiVrfMsinBW.jpg");
    display: flex;
    justify-content: center;
    align-items: center;
}

.rightToshiba {
    background-image: url("../images/toshiba_pictures/toshibaVRF_BW.jpg");
    display: flex;
    justify-content: center;
    align-items: center;
}

.rightMitsubishi img {
    width: 60%;
}

.rightToshiba img {
    width: 60%;
}

h1 {
    font-size: clamp(35px, 8vw, 48px);
    font-weight: 400;

}

.succes {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.disp {
    display: none;
}

.brand {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    filter: grayscale(100%);
    opacity: 40%;
    transition: 0.3s;


}


.brand:hover {
    filter: grayscale(0);
    opacity: 100%;
}

.brandlogo {
    width: 200px;
}

.blueh2 {
    color: #0D77C5;
    font-size: clamp(35px, 8vw, 48px);
    font-weight: 400;

}

.advantages {
    min-height: 497px;
    align-items: center;
}

.advantages-item li {
    font-size: 1.2rem;
    font-weight: 500;
    color: #686868;
}


.strip1440 {
    min-height: 450px;
    max-width: 1440px;
    background-color: #a3a3a3;
    margin: 0 auto;
}

.strip1440db {
    min-height: 450px;
    max-width: 1440px;
    background-color: #8d8d8d;
    margin: 0 auto;
}

.strip1440darkb {

    max-width: 1440px;
    background-color: #0D77C5;
    margin: 0 auto;
}

.strip1440white {
    min-height: 250px;
    max-width: 1440px;
    background-color: #ffffff;
    margin: 0 auto;
}


.feedbackText {
    font-size: 1.3rem;
    color: #0D77C5;
}

.middle-form-input {
    height: 56px;
    font-size: 1.4rem;
    padding-left: 20px;
    color: #0D77C5;
    font-weight: 200;
    border: 1px solid #0D77C5;
}

.middle-form-button {
    height: 56px;
    background-color: #DC3764;
    color: white;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #fff;

}

.middle-form-button:hover {

    background-color: #fff;
    color: #DC3764;


    border: 1px solid #DC3764;

}

.constructionSiteText h3 {
    /*color: #1C76BC;*/
    font-size: 2.5rem;
    font-weight: 400;
}

.worksItem {
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border: solid white 1px;
    min-height: 550px;
    font-size: 16px;

}

.reviews {
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border: solid white 1px;
    background-image: url("../images/quotes.svg");
    background-repeat: no-repeat;
    background-position: right;
    min-height: 410px;
    font-size: 16px;


}

.reviewsText {
    color: #DC3764;
}

.worksItem h3 {
    color: #0D77C5;
}

.clientLogo {
    height: 50px;
    margin: 10px;
}

.header.open .headerMenu {
    transform: translateX(-100%);
    visibility: visible;
}

.product1440 {
    max-width: 1440px;
    min-height: 500px;
    margin: 0 auto;
    color: #1C76BC;
    position: relative


}

.gridContainer {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 190px 200px 210px 200px 150px auto;
    overflow: scroll;


}

.arrow {
    position: absolute;
    top: 93%;
    left: 30%;
    opacity: 20%;
    animation-name: slide;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    width: 100px;
    display: none;


}


.item {
    border-right: 1px solid #0D77C5;
    border-bottom: 1px solid #0D77C5;
    padding: 10px;
    height: 60px;
    text-align: center;
    color: #606060;
    font-size: 14px;
}


.item_6 {
    grid-row-start: 1;
    grid-row-end: 5;
    grid-column-start: 6;
    border: 0;
    height: 100%;
    text-align: end;

}

.rightCell {
    border-right: 0;
}

.downCell {
    border-bottom: 0;
}

.upCell {
    color: #1C76BC;
    height: 90px;
    font-size: 16px;
}

.itemImg {
    height: 250px;
    width: 250px;
}

.itemImgMobile {
    display: none;

}

.mitsLogo {
    display: none;
}

.foto {
    height: 400px;
}

@keyframes slide {
    from {
        transform: translateX(-20px)
    }
    to {
        transform: translateX(120px)
    }
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }

}

@media screen and (max-width: 1400px) {
    .arrow {
        display: inline;
    }

    .reviews {
        min-height: 400px;
    }

    .worksItem {

        min-height: 550px;

    }

    .middle-form-button {
        font-size: 1rem;
    }



}

@media screen and (max-width: 1200px) {


    .middle-form-input {
        font-size: 1.2rem;

    }

    .reviews {
        min-height: 450px;
    }

    .foto {
        height: 350px;
    }
    h1 {
        font-size: clamp(35px, 8vw, 42px);
        font-weight: 400;

    }
}

@media screen and (max-width: 992px) {
    .bodyWrapper {
        padding-top: 60px;
    }

    .header {
        height: 60px;
    }


    .logoHeader {
        height: 60px;
        width: 60px;
    }

    .headerMenu {
        position: absolute;
        right: -350px;
        top: 60px;
        width: 350px;
        background-color: #0E5B97;
        padding: 25px 20px 20px 40px;
        margin-right: -12px;
        z-index: 100;
        opacity: 90%;
        visibility: hidden;
        transition: transform .5s, visibility .5s;
        will-change: transform;
    }

    .headerMenuList {
        display: block;
    }

    .headerMenuLink {
        font-size: 21px;
        color: #ffffff;
        display: block;
        padding: 10px 0;
    }

    .headerMenuLink:visited {
        color: #ffffff;
    }

    .headerMenuLink:hover {
        color: #272D2C;
        border-bottom: 0;
    }

    .headerBurgerBtn {

        display: block;
        margin-right: 20px;
        margin-left: 40px;
        z-index: 10;
    }


    .headerPhone {
        display: none;
    }

    .brands {
        margin: 50px 0 50px;
    }

    .div1440 {
        display: none;

    }

    .firstScreen {
        flex-direction: column-reverse;
    }

    .smleft {
        background-color: #0D77C5;
        min-height: 400px;
    }

    .smright {
        background-image: url("../images/CoolTime.jpg");
        background-size: cover;
        min-height: 400px;
    }

    .smRightMitsubishi {
        background-image: url("../images/mitsubishi_pictures/mitsubishiVrfMsinBW.jpg");
        display: flex;
        justify-content: center;

    }

    .smRightToshiba {
        background-image: url("../images/toshiba_pictures/toshibaVRF_BW.jpg");
        display: flex;
        justify-content: center;

    }

    .blueh2 {

        /*font-size: 2.5rem;*/
        margin-top: 40px;

    }

    .advantages {
        min-height: 627px;

    }

    .middle-form-input {
        margin-bottom: 20px;

    }

    .middle-form-button {
        margin-bottom: 30px;
        font-size: 1.6rem;

    }


    .strip1440 .row {
        flex-direction: column-reverse;
    }

    .constructionSiteText h3 {

        font-size: 2.2rem;

    }


    .itemImg {
        display: none;
    }

    .itemImgMobile {
        display: inline;
        width: 250px;
        height: 250px;
        margin-bottom: 30px;
    }

    .product1440 {

        min-height: 700px;
    }

    .mitsLogo {
        display: block;
        width: 80%;
    }

    .reviews {
        min-height: 200px;
    }

    .worksItem {

        min-height: 550px;

    }

    .foto {
        display: flex;
        justify-content: center;

    }
    .worksItem p {
        font-size: 16px;
    }

}

