@import url('https://fonts.googleapis.com/css?family=Ubuntu:100,200,300,400,500,600,700,800,900');
*
{
    margin:     0;
    padding:    0;
    box-sizing: border-box;
    font-family:'Inter', sans-serif;
}
:root
{
    --clricons:  #00b3b9;    /*сделать для НОЧНОГО РЕЖИМА*/
    --clrnght:  #222327;    /*сделать для НОЧНОГО РЕЖИМА*/
    --clrdy:    #eeeeee;    /*сделать для ДНЕВНОГО РЕЖИМА*/
    --clrindktr:#29fd53;    /*Цвет для индикатора*/
    --clrYellow:rgb(255, 255, 0);
    --clrWhite-Grey:#7e7e7e;
    --clrBlack:#000000;
    --transparency: 0;
}
body
{
    justify-content: center;
    align-items: center;
    
}
.header-number{
    position: relative;
    color: white;
    opacity: 1;
    margin-top: 1.5vh;
    left: -12.5vw;
    font-size: 3vw;
}



/*  */

/* footer{
    position: relative;
    display: flex;
    justify-content: center;
    padding: 5px;
    background-color: #45a1ff;
    color: #fff;
} */

.contacts{
    position: absolute;
    width: 100%;
    height: 15vw;
    font-size: 3vw;
    background-color: rgb(0, 0, 0);
    left: 0;
    /*top: 37.5vh;*/
    /*top: 5vh;*/
    bottom: -20vw;
    /*border: solid 2px black;*/
    border: none;
    
    
}
/*.contacts::after{*/
/*    content: '';*/
/*    clear: both;*/
/*    display: block;*/
/*    background-color: rgb(0, 0, 0);*/
/*    width: 103.98vw;*/
/*    height: 15vw;*/
/*    margin-left: -10vw;*/
/*}*/
.icon{
    width: 3vw;
    height: 3vw;
    object-fit: contain;
}
.ioicon{
    width: 3vw;
    height: 3vw;
}
.contacts .lista{
    position: absolute;
    top: 0;
    left: 0vw;
    height: 100%;
    width: 90%;
    text-align: center;
    display: flex;
    /* justify-content: center; */
}
.contacts .lista div{
    margin-top: 3vw;
    position: absolute;
    width: 100%;
    height: 5vw;
    margin-left: 2.5vw;
    font-size: 2vw;
}
.contacts .lista a{
    display: flex;
    position: relative;
    left: 5vw;
    margin-left: 10vw;
    list-style-type: none;
    /* display: inline-block; */
    margin-top: 4vw;
    height: 5vw;
}

.contacts .lista .TikTok{
    text-decoration: none;
    color: white;
}
.contacts .lista .inst{
    text-decoration: none;
    color: white;
}
.contacts .lista .Facebook{
    text-decoration: none;
    color: white;
}
.contacts .lista .phone{
    position: absolute;
    top: 6vw;
    text-decoration: none;
    color: white;
}
.contacts .lista .phone .numb{
    position: relative;
    font-size: 2vw;
    color: white;
}

.contacts .lista a .link{
    position: relative;
    font-size: 2vw;
    color: white;
}

.contacts .lista .Copyright{
    position: absolute;
    bottom: 1vw;
    width: 75%;
    height: 1vh;
    text-align: center;
}
.contacts .lista .Copyright .text{
    position: absolute;
    /* left: 25vw; */
    font-size: 1vw;
    color: white;

}
.adres{
    position: absolute;
    /* left: 25vw; */
    font-size: 1vw;
    color: white;
    bottom: 1.5vw;
    text-align: right;
    width: 72%;
}




.opis{
    position: absolute;
    /* display: flex;
    flex-wrap: wrap; */
    width: 50vw;
    left: 1vw;
    bottom: 10vh;
    color: white;
    font-size: 2vw;
    text-align: left;
  /* style="font-family:Archangelsk; */
    /* font-family:Archangelsk; */
}



/*  */

.cities_container{
    position: relative;
    /*top: -12.5vh;*/
    width: 100%;
    /*margin-left: 3%;*/
    
}
.cities{
    display: flex;
    font-size: 2.5vh;
    
    list-style-type: none;

    flex-wrap: nowrap;
    /* без этого столбцы ровные */
    column-gap: 0vw;
    /*row-gap: 5vh;*/
    justify-content: center;
    /*padding-top: 50px;*/
}
/* .cities a:hover{
    height: 10vh;
} */
.cities a{
    vertical-align: middle;
    /* transition: 0.5s; */
    /* padding: 0.5vw; */
    margin-right: -1vw;
    height: 6vh;
    width: 100%;
    text-align: center;
    justify-content: center;
    background-color: rgb(0, 0, 0);
    border: solid 0.2vw rgba(255, 255, 255, 0.25);
    border-top-left-radius: 2vh;
    border-top-right-radius: 2vh;
    color: white;
    transition: 0.25s;
    /*box-shadow: 0vh 0.5vh 2vh rgba(0, 0, 0, 0.5);*/
}
.cities :last-child{
    margin-right: 0;
}
.cities a:hover{
    background-color: #303030;
    height: 6.5vh;
    margin-top: -0.5vh;
}
a.currentCity.Cities_Active {
    color: #000000;
    background-color: #b66c6c;
    height: 9vh;
    margin-top: -3vh;
    /* transform: translateY(-3vh); */
    border: solid 0.2vw rgba(255, 255, 255, 0.25);
}
a.currentCity.Cities_Active:hover{
    background-color: #cc7979;
    height: 9.5vh;
    margin-top: -3.5vh;
}
.city_text{
    /*position: relative;*/
    pointer-events: none;
    display: flex;
    height: 100%;
    user-select: none;
    justify-content: center;
    align-items: center;
    user-select: none;
}





/*  */
.section{
    position: absolute;
    top: 115vw;
    /*width: clamp(300px, 100%, 1200px);*/
    width: 100%;
    padding: 0 5%;
}

.container{
    /* margin-top: 5vw; */

    width: 100%;
    margin-left: auto;
    margin-right: auto;

}
.productWrapper{
    display: flex;
    flex-wrap: wrap;
    /* без этого столбцы ровные */
    column-gap: 2vw;
    row-gap: 5vh;
    justify-content: center;
    /* justify-content: left; */
    /* margin-left: 2vw; */
    width: 100%;
    /*margin-left: 5%;*/
    
    padding-top: 3.5vw;

    background-color: rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 6vw;
    border-bottom-right-radius: 6vw;
    box-shadow: 0vw 0.5vw 1vw rgba(0, 0, 0, 0.4);
}
.productWrapper::after{
    content: '';
    clear: both;
    display: block;
    background-color: rgba(20,20,20, 0);
    width: 100vw;
    height: 15vw;
    border: none;
}
.class-btnA{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.class-btnA:active{
    background-color: rgba(0, 0, 0, 0.1); 
}

.product{
    font-size: 2vw;
    /* background: rgba(82, 82, 82, 0.1); */
    background-color: white;
    backdrop-filter: blur(50px);
    /* box-shadow: 0vw 0.5vw 0.5vw rgba(0, 0, 0, 0.4); */
    transition: 0.5s;
    border-radius: 0;

    width: 35vh;
    height: 25vh;

    text-align: center;
    overflow: hidden;
    
    transform: scale(1);
}
.product{
    /* float: left; */
    display: inline-block;
    
    border-radius: 1vw;
    box-shadow: 0.15vw 0.15vw 0.75vw rgba(0, 0, 0, 0.3);
}
.mask{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    
}
.product:hover
{
    transform: scale(1.03);
    transform: translateY(-1vw);
    /* box-shadow: 0vw 1.5vw 2.5vw rgba(0, 0, 0, 0.35); */
}
.product .img{
    pointer-events: none;
    user-select: none;
    width: 100%;
    height: 85%;
}
.product img{
    width: 90%;
    height: 90%;
    object-fit: contain;
}
.product .text{
    /* color: rgba(255, 255, 255, 1); */
    /* position: fixed;
    bottom: 0;
    width: 100%;
    pointer-events: none; */
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
     height: 4vh; 
    background: rgba(0, 0, 0, 0);
    color: black;
}
.product .text .model{
    font-size: 2.5vh;
    font-weight: 500;
    left: 1vw;
    /* bottom: 4vh; */
    /* text-align: left; */
    /* width: 50%; */
    text-align: center;

}
.product .text .rodzaj{
    font-size: 1.4vw;
    position: fixed;
    bottom: 0;
    text-align: right;
    right: 1vw;
}
/*  */
