@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
*
{
    margin:     0;
    padding:    0;
    box-sizing: border-box;
    font-family:'Poppins', sans-serif;
}
:root
{
    --clricons:  #00b3b9;    /*сделать для НОЧНОГО РЕЖИМА*/
    --clrnght:  #222327;    /*сделать для НОЧНОГО РЕЖИМА*/
    --clrdy:    #eeeeee;    /*сделать для ДНЕВНОГО РЕЖИМА*/
    --clrindktr:#29fd53;    /*Цвет для индикатора*/
    --clrYellow:rgb(255, 255, 0);
    --clrWhite-Grey:rgb(194, 194, 194);
    --clrBlack:#838383;
    --transparency: 0;
}
body
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 0vh;
    /* max-height: 75px; */
    background-color: white;
    background-size:cover;
    background-repeat: no-repeat;
}
.header-number{
    position: relative;
    color: white;
    opacity: 1;
    margin-top: 1.5vh;
    left: -12.5vw;
    font-size: 3vw;
}
.contacts{
    position: relative;
    width: 100%;
    height: 15vw;
    font-size: 3vw;
    background-color: rgb(0, 0, 0);
    left: 0;
    top: 105vh;
    border: solid 2px black;

}
.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: 80%;
    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%;
}


.content{
    position: absolute;
    display: flex;
    width: 70vw;
    height: 30vw;
    left: 15vw;
    top: 25vh;
    background-color: #ffffff;
    border-radius: 1vw;
    /* border: solid 0.2vw black; */
    box-shadow: 0vh 0.5vh 2vh rgba(0, 0, 0, 0.1);
    column-gap: 1vw;
}
.opisA{
    font-size: 2.5vw;
    font-weight: bold;
    position: absolute;
    width: 100%;
    text-align: center;
}
.opisB{
    font-size: 1.7vw;
    font-weight: 500;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 3vw;
}
.opis{
    position: absolute;
    top: 7.5vw;
    left: 10vw;
    /* padding-left: 5vw; */
    padding-right: 2vw;
    width: 45%;
    font-size: 1.25vw;
    color: rgb(132, 132, 132);
}
.plane{
    position: absolute;
    right: 10vw;
    top: 7.5vw;
    width: 10vw;
    height: 10vw;
    background-color: rgba(169, 169, 169, 0.2);
    border-radius: 1vw;
    text-decoration: none;
    color: black;
    /* padding-left: 4vw;
    padding-top: 1.5vw; */
    margin-left: 1vw;
    font-size: 1.2vw;
}
.plane:hover{
    border: solid 0.15vw rgba(0, 0, 0, 0.5);
}
.plik{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0vw;
    left: 0vw;
    background-color: rgba(0, 128, 0, 0);
}
.podpis{
    position: absolute;
    width: 80%;
    user-select: none;
}
.pdf-icon{
    position: absolute;
    top: 1vw;
    left: 1.5vw;
    width: 7vw;
    user-select: none;
    height: 8vw;
}