body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

.container {
    margin: auto;
    width: 90%;
}

.back{
    background-color: rgba(5, 0, 78, 1);
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px !important;
}

.header2{
    display: none;
}

.left-head {
    width: 25%;
    /* text-align: center; */
}

.mid-head {
    width: 50%;
    font-size: 20px;
}

.right-head {
    width: 25%;
}

.mid-head {
    display: flex;
    justify-content: start;
    align-items: center;
}

.mid-head a {
    margin-right: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-head {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.slide{
    position: relative;
    overflow: hidden;
}

.slide-glass{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.slide-dis{
    position: absolute;
    top: 15%;
    left: 37%;
    transform: translate(-15%,-37%);
    font-size: 30px;
    font-weight: 300 !important;
    text-align: center;
}

.slide-dis h1{
    margin-top: 0px;
}

.slide-dis p{
    margin: 0;
    color: rgb(184, 167, 134);
    font-weight: 500;
}

.bg-glass{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 120px;
    color: white;
    opacity: 40% !important;
}

.slide-btn{
    position: absolute;
    top: 80%;
    left: 53%;
    transform: translate(-80%,-53%);
}

#first {
    background-color: rgb(184, 167, 134);
    padding: 15px 20px;
    color: white;
    border: 0;
    border-radius: 10px;
}

#second{
    background-color: #f3ece200;
    border: 0;
    text-decoration: underline rgb(121, 106, 76);
}

.slide-glass-down{
    position: absolute;
    top: 150%;
}

.slide-glass1{
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);

}

.slide-glass1-up{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    transition: .5s;
}

.slide-glass2{
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);

}

.slide-glass2-up{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    transition: .5s;
}

.slide-glass3{
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);

}

.slide-glass3-up{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    transition: .5s;
}

.slide-dis-down{
    position: absolute;
    top: 150%;
}

.slide-dis1{
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
}

.slide-dis1-up{
    position: absolute;
    top: 15%;
    left: 40%;
    transform: translate(-15%,-40%);
    font-size: 30px;
    font-weight: 300 !important;
    text-align: center;
    transition: .5s;
}

.slide-dis1-up h1{
    margin-top: 0px;
}

.slide-dis1-up p{
    margin: 0;
    color: rgb(144, 177, 216);
    font-weight: 500;
}

.slide-dis2{
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
}

.slide-dis2-up{
    position: absolute;
    top: 15%;
    left: 37%;
    transform: translate(-15%,-37%);
    font-size: 30px;
    font-weight: 300 !important;
    text-align: center;
    transition: .5s;
}

.slide-dis2-up h1{
    margin-top: 0px;
}

.slide-dis2-up p{
    margin: 0;
    color: rgb(211, 154, 157);
    font-weight: 500;
}

.slide-dis3{
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
}

.slide-dis3-up{
    position: absolute;
    top: 15%;
    left: 37%;
    transform: translate(-15%,-37%);
    font-size: 30px;
    font-weight: 300 !important;
    text-align: center;
    transition: .5s;
}

.slide-dis3-up h1{
    margin-top: 0px;
}

.slide-dis3-up p{
    margin: 0;
    color: rgb(184, 167, 134);
    font-weight: 500;
}

.slide-btn-down{
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-80%,-50%);
}

.slide-btn1{
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
}

.slide-btn1-up{
    position: absolute;
    top: 80%;
    left: 53%;
    transform: translate(-80%,-53%);
    transition: .5s;
}

#first1 {
    background-color: rgb(144, 177, 216);
    padding: 15px 20px;
    color: white;
    border: 0;
    border-radius: 10px;
}

.slide-btn2{
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
}

.slide-btn2-up{
    position: absolute;
    top: 80%;
    left: 53%;
    transform: translate(-80%,-53%);
    transition: .5s;
}

#first2 {
    background-color: rgb(211, 154, 157);
    padding: 15px 20px;
    color: white;
    border: 0;
    border-radius: 10px;
}

.slide-btn3{
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
}

.slide-btn3-up{
    position: absolute;
    top: 80%;
    left: 53%;
    transform: translate(-80%,-53%);
    transition: .5s;
}

#first3 {
    background-color: rgb(184, 167, 134);
    padding: 15px 20px;
    color: white;
    border: 0;
    border-radius: 10px;
}

/* ------------------------------------------------------ */

.colection{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-top: 100px;
}

.colection-item{
    width: 50%;
    position: relative;
}

.colection-dis {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%,-25%);
    text-align: left;
}

.colection-dis h2{
    font-size: 30px;
    margin: 10px;
    margin-left: 0;
}

.colection-dis span{
    opacity: 50%;
}

.colection-dis button{
    background-color:  rgba(0, 0, 0, 0);
    border: 0;
}

.colection-dis a{
    text-decoration: underline rgb(87, 115, 136) !important;
}

.Products-title{
    text-align: center;
    margin-top: 100px;
}

.Products-title h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.Products-title a{
    font-size: 18px;
    margin-right: 15px;
}

.products-item{
    display: flex;
    justify-content: space-around;
    align-items: start;
    margin-top: 50px;
}

.products-card{
    text-align: center;
    position: relative;
}

.products-card span{
    display: block;
    margin-top: 10px;
    opacity: 50%;
}

#price{
    color: #BCDAEF;
    opacity: 100%;
}

.hidden{
    display: none;
}

.show{
    display: block;
}

.underline{
    border-bottom: 2px solid #9BBDD6;
}

.best{
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 100px;
}

.left-best {
    margin-left: 50px;
}

.mid-best{
    margin-left: 50px;
    margin-top: 20px;
    position: relative;
}

.right-best{
    position: absolute;
    left: 52%;
}

.right-best h2{
    font-size: 48px;
    font-weight: 400;
    margin: 20px 0 10px 0;
}

.right-best p{
    opacity: 50%;
}

.right-best span{
    opacity: 50%;
    display: inline-block;
    padding-bottom: 10px;
}

#item{
    padding-left: 50px;
}

.right-best button{
    background-color: #9BBDD6;
    color: white;
    padding: 15px 20px;
    border: none;
}

#more{
    border: 1px solid rgba(0, 0, 0, 0.356);
    margin-left: 10px;
    background-color: white;
    color: black;
}

.gordon{
    position: relative;
    margin-top: 100px;
    padding-left: 50px;
    background-color: #F8F8F8;
}

.des-gordon{
    position: absolute;
    top: 15%;
    left: 15%;
    transform: translate(-15%,-15%);
}

.des-gordon h2 {
    font-size: 46px;
    font-weight: 400;
    margin: 10px 0 10px 0;
}

.des-gordon p {
    opacity: 50%;
    line-height: 22px;
}

.des-gordon button{
    background-color: #9BBDD6;
    padding: 15px 20px;
    border: none;
    color: white;
}

.gordon-img{
    position: absolute;
    top: 80%;
    left: 30%;
}

.gordon-item {
    display: flex;
    justify-content: space-around;
    align-items: start;
    background-color: #F8F8F8;
}

.gordon-item-svg{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 150px;
}

.gordon-item-svg img{
    display: inline-block;
    padding-top: 40px;
    padding-right: 20px;
}

.gordon-item-des h2{
    margin-bottom: 0;
}

.high{
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 100px;
}

.mid-high{
    margin-left: 50px;
    position: relative;
}

.right-high{
    margin-top: 20px;
    margin-left: 50px;
}

.left-high h2{
    font-size: 48px;
    font-weight: 400;
    margin: 20px 0 10px 0;
}

.left-high p{
    opacity: 50%;
}

.left-high span{
    opacity: 50%;
    display: inline-block;
    padding-bottom: 10px;
}

.high-item{
    display: inline-block;
    width: 30%;
    margin: 20px 0 20px 0;
}

#item{
    padding-left: 50px;
}

.left-high button{
    background-color: #9BBDD6;
    color: white;
    padding: 15px 20px;
    border: none;
}

#more{
    border: 1px solid rgba(0, 0, 0, 0.356);
    margin-left: 10px;
    background-color: white;
    color: black;
}

.made {
    display: flex;
    justify-content: space-between;
    align-items: start;
    text-align: center;
    margin-top: 100px;
}

.made p{
    opacity: 50%;
    line-height: 25px;
}

.made a{
    text-decoration:underline #9BBDD6;
}

.made a:hover{
    opacity: 50%;
}

.article-title{
    text-align: center;
    margin-top: 100px;
}

.article-title p{
    opacity: 50%;
}

.articles {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 100px;
}

.article-left{
    width: 50%;
    margin-left: 70px;
}

.article-left-img{
    position: relative;
}

.article-des-left{
    background-color: white;
    position: absolute;
    top: 17%;
    left: 40%;
    padding: 10px;
    text-align: center;
    border: 1px solid lightgray;
}

.article-des-left h2{
    margin-bottom: 0;
    line-height: 35px;
}

.article-des-left img{
    border-radius: 50%;
}

.article-des-left p {
    margin-top: 0;
}

.article-des-left a {
    color: #9BBDD6;
    font-weight: 600;
}

.title-left {
    position: absolute;
    top: 13.5%;
    left: 50%;
    background-color: #9BBDD6;
    color: white;
    padding: 5px;
}

.date-left{
    position: absolute;
    top: 15%;
    left: 1%;
    text-align: center;
    padding-top: 5px;
    width: 50px;
    height: 50px;
    background-color: white;
}

/* -------------------------------------------------------- */

.article-right{
    width: 50%;
}

.article-right-img{
    position: relative;
}

.article-des-right{
    background-color: white;
    position: absolute;
    top: 17%;
    left: 40%;
    padding: 10px;
    text-align: center;
    border: 1px solid lightgray;
}

.article-des-right h2{
    margin-bottom: 0;
    line-height: 35px;
}

.article-des-right img{
    border-radius: 50%;
}

.article-des-right p {
    margin-top: 0;
}

.article-des-right a {
    color: #9BBDD6;
    font-weight: 600;
}

.title-right {
    position: absolute;
    top: 13.5%;
    left: 50%;
    background-color: #9BBDD6;
    color: white;
    padding: 5px;
}

.date-right{
    position: absolute;
    top: 15%;
    left: 1%;
    text-align: center;
    padding-top: 5px;
    width: 50px;
    height: 50px;
    background-color: white;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 50px !important;
    padding-top: 20px;
}

.adress{
    width: 40%;
}

.adress img{
    width: 20%;
}

.adress p{
    opacity: 50%;
}

.adress span{
    opacity: 50%;
    display: block;
    margin-top: 5px;
}

.links{
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 60%;
}

.links a{
    display: block;
    margin-top: 10px;
    opacity: 50%;
}

.second-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.developer a{
    text-decoration: underline;
}

.developer a:hover{
    opacity: 50%;
}

/* ------------------------------------------------------------------- */
@media (max-width: 768px) {
    .left-head {
        width: 15%;
    }

    .left-head img{
        width: 50%;
    }

    .mid-head{
        width: 40%;
    }

    .mid-head a {
        margin-right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .right-head{
        width: 45%;
        justify-content: end;
    }

    .right-head a{
        margin-right: 10px;
    }

    .bg-glass{
        font-size: 70px;
    }

    .slide-dis{
        left: 40% !important;
    }

   .slide-dis h1 {
    font-size: 25px;
   }

   .slide-dis p{
    font-size: 16px;
   }

   .slide-glass img{
    width: 100%;
   }

    .slide-btn{
        position: absolute;
        top: 85%;
        left: 55%;
    }

    .slide-btn-down{
        position: absolute;
        top: 150%;
        left: 50%;
        transform: translate(-80%,-50%);
    }

    #first {
        background-color: rgb(184, 167, 134);
        padding: 5px 10px;
        color: white;
        font-size: 10px;
        border: 0;
        border-radius: 10px;
    }

    #second{
        background-color: #f3ece200;
        border: 0;
        font-size: 10px;
        text-decoration: underline rgb(121, 106, 76);
    }

    .slide-dis1{
        left: 41% !important;
    }

   .slide-dis1 h1 {
    font-size: 25px;
   }

   .slide-dis1 p{
    font-size: 16px;
   }

   .slide-glass1 img{
    width: 100%;
   }

   .slide-glass1 {
    left: 50% !important;
   }

   #first1 {
    background-color: rgb(144, 177, 216);
    padding: 5px 10px;
    color: white;
    font-size: 10px;
    border: 0;
    border-radius: 10px;
}

    #second1{
    background-color: #f3ece200;
    border: 0;
    font-size: 10px;
    text-decoration: underline rgb(121, 106, 76);
}

.slide-btn1-up{
    position: absolute;
    top: 85%;
    left: 55% !important;
    /* transform: translate(-85%,-50%); */
    transition: .5s;
}

.slide-dis2-up{
    left: 39% !important;
}

   .slide-dis2 h1 {
    font-size: 25px;
   }

   .slide-dis2 p{
    font-size: 16px;
   }

   .slide-glass2 img{
    width: 100%;
   }

   #first2 {
    background-color: rgb(211, 154, 157);
    padding: 5px 10px;
    color: white;
    font-size: 10px;
    border: 0;
    border-radius: 10px;
}

    #second2{
    background-color: #f3ece200;
    border: 0;
    font-size: 10px;
    text-decoration: underline rgb(121, 106, 76);
}

.slide-btn2-up{
    position: absolute;
    top: 85%;
    left: 55% !important;
    transition: .5s;
}

.slide-dis3-up{
    left: 40% !important;
}

   .slide-dis3 h1 {
    font-size: 25px;
   }

   .slide-dis3 p{
    font-size: 16px;
   }

   .slide-glass3 img{
    width: 100%;
   }

   #first3 {
    background-color: rgb(184, 167, 134);
    padding: 5px 10px;
    color: white;
    font-size: 10px;
    border: 0;
    border-radius: 10px;
}

    #second3{
    background-color: #f3ece200;
    border: 0;
    font-size: 10px;
    text-decoration: underline rgb(121, 106, 76);
}

.slide-btn3-up{
    position: absolute;
    top: 85%;
    left: 55% !important;
    transition: .5s;
}

.colection{
    /* display: block;
    text-align: center; */
    margin-top: 50px;
}

.colection-item{
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.colection-dis {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%,-25%);
    text-align: left;
}

.colection-item img{
    width: 100%;
}

.colection-dis h2{
    font-size: 20px;
    margin: 10px;
    margin-left: 0;
}

.colection-dis span{
    opacity: 50%;
}

.colection-dis button{
    background-color:  rgba(0, 0, 0, 0);
    border: 0;
}

.colection-dis a{
    text-decoration: underline rgb(87, 115, 136) !important;
}

.products-card img{
    width: 100%;
}

.best{
    display: none;
}

.gordon{
    display: none;
}

.gordon-item {
    display: none;
}

.high{
    display: block;
}

.left-high{
    width: 100%;
    text-align: center;
}

.mid-high{
    display: none;
}

.right-high {
    display: none;
}

.articles{
    display: block;
}

.article-left{
    width: 100%;
}

.article-right {
    display: none;
}

}

@media (max-width: 480px) {
    .social {
        width: 40%;
        font-size: 14px;
    }

    .social a {
        margin-left: 5px;
    }

    .address {
        width: 60%;
        font-size: 14px;
    }

    header{
        display: none;
    }

    .about{
        display: none;
    }

    .header2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px 0 20px;
        text-align: center;
        margin-top: 100px;
    }

    .logo2 {
        width: 50%;
    }

    .logo2 img {
        width: 40%;
    }

    .header2 nav {
        width: 50%;
        position: relative;
    }

    .header2 nav div {
        display: none;
        position: absolute;
        top: -166%;
        left: -10%;
        z-index: 2;
        width: 220px !important;
        height: 700px;
        background-color: #0F62C5;
        color: white;
        text-align: left;
        padding-top: 50px;
    }

    .header2 nav div a {
        display: block;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #F3F3F3;
    }

    .close {
        z-index: 2 !important;
        color: white;
        position: absolute;
        top: -70%;
        right: 10%;
    }

    .active {
        display: inline-block !important;
    }

    .bg-glass{
        font-size: 35px;
    }

   .slide-dis h1 {
    font-size: 15px;
   }

   .slide-dis p{
    font-size: 12px;
   }

   .slide-glass img{
    width: 100%;
   }

   #first {
    background-color: rgb(184, 167, 134);
    padding: 10px 15px;
    color: white;
    font-size: 10px;
    border: 0;
    border-radius: 10px;
}

    #second{
    background-color: #f3ece200;
    border: 0;
    font-size: 10px;
    text-decoration: underline rgb(121, 106, 76);
}

.slide-btn{
    position: absolute;
    top: 85%;
    left: 80%;
}

.slide-btn-down{
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-80%,-50%);
}

#first {
    background-color: rgb(184, 167, 134);
    padding: 5px 10px;
    color: white;
    font-size: 10px;
    border: 0;
    border-radius: 10px;
}

#second{
    background-color: #f3ece200;
    border: 0;
    font-size: 10px;
    text-decoration: underline rgb(121, 106, 76);
}

   .slide-dis1 h1 {
    font-size: 15px;
   }

   .slide-dis1 p{
    font-size: 12px;
   }

   .slide-glass1 img{
    width: 100%;
   }

   #first1 {
    background-color: rgb(144, 177, 216);
    padding: 5px 10px;
    color: white;
    font-size: 10px;
    border: 0;
    border-radius: 10px;
}

    #second1{
    background-color: #f3ece200;
    border: 0;
    font-size: 10px;
    text-decoration: underline rgb(121, 106, 76);
}

.slide-btn1-up{
    position: absolute;
    top: 85%;
    left: 80%;
    transition: .5s;
}

   .slide-dis2 h1 {
    font-size: 15px;
   }

   .slide-dis2 p{
    font-size: 12px;
   }

   .slide-glass2 img{
    width: 100%;
   }

   #first2 {
    background-color: rgb(211, 154, 157);
    padding: 5px 10px;
    color: white;
    font-size: 10px;
    border: 0;
    border-radius: 10px;
}

    #second2{
    background-color: #f3ece200;
    border: 0;
    font-size: 10px;
    text-decoration: underline rgb(121, 106, 76);
}

.slide-btn2-up{
    position: absolute;
    top: 85%;
    left: 80%;
    transition: .5s;
}

   .slide-dis3 h1 {
    font-size: 15px;
   }

   .slide-dis3 p{
    font-size: 12px;
   }

   .slide-glass3 img{
    width: 100%;
   }

   #first3 {
    background-color: rgb(184, 167, 134);
    padding: 5px 10px;
    color: white;
    font-size: 10px;
    border: 0;
    border-radius: 10px;
}

    #second3{
    background-color: #f3ece200;
    border: 0;
    font-size: 10px;
    text-decoration: underline rgb(121, 106, 76);
}

.slide-btn3-up{
    position: absolute;
    top: 85%;
    left: 80%;
    transition: .5s;
}

.colection{
    display: block;
    text-align: center;
    margin-top: 50px;
}

.colection-item{
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.colection-dis {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%,-25%);
    text-align: left;
}

.colection-item img{
    width: 100%;
}

.colection-dis h2{
    font-size: 20px;
    margin: 10px;
    margin-left: 0;
}

.colection-dis span{
    opacity: 50%;
}

.colection-dis button{
    background-color:  rgba(0, 0, 0, 0);
    border: 0;
}

.colection-dis a{
    text-decoration: underline rgb(87, 115, 136) !important;
}

.products-item{
    display: block;
    margin-top: 50px;
}

.products-card{
    width: 100%;
}

.products-card img{
    width: 100%;
}

.best{
    display: none;
}

.gordon{
    display: none;
}

.gordon-item {
    display: none;
}

.high{
    display: block;
}

.left-high{
    width: 100%;
    text-align: center;
}

.mid-high{
    display: none;
}

.right-high {
    display: none;
}

.made{
    display: block;
}

.made div{
    width: 100%;
    margin-top: 50px;
}

.articles{
    display: block;
}

.article-left{
    width: 100%;
    margin: 0;
}

.article-right {
    display: none;
}

footer{
    display: block;
}

.adress{
    width: 100%;
}

.links{
    width: 100%;
    margin-top: 10px;
}

}