body, html{
    margin: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.4;
	min-width: 420px;
	width:100%;
	overflow-x: hidden;
	height: auto;
    background: linear-gradient(to right top, rgb(11, 88, 121), rgb(86, 6, 35));
    background-size: 400% 200%;
    animation: gradient 10s ease-in-out infinite;
    font-family: 'Times New Roman', Times, serif;
}


@keyframes gradient {
    0% {

        background-position: 0 50%;

    }

    50% {

        background-position: 100% 50%;


    }

    100% {

        background-position: 0 50%;


    }  


}


.navbar{
    width: 100%;
    height: 50%;
    box-shadow: 0 0 30px 20px rgba(17, 121, 71, 0.9);
    display: block;
}

.navbar .container{
    height: inherit;
    text-align: center;
    display: block;
    justify-content: space-between;
    align-items: center;
    background-color: goldenrod;
}

.navbar-brand{
    margin-left: 10px;
    font-weight: 700;
    font-size: 26px;
    text-decoration: none;
    color: #000;
    transition: all .2s ease-in-out;
}
.navbar-brand:hover{
    color: rgb(191, 10, 103);
}










.telo{
    display: block;
    margin: 0;
    height: 90%;
    text-align: left;
    align-items: left;
}


.olgaPic{
    width: 100%;
    height: 100%;
    box-shadow: 0 20px 30px 20px #123456;
}


.img-menu{

    padding: 0;
    margin: 0;
    opacity: 0.9;
}









.telo-knopok{
    display: block;
    align-items: center;
    margin-top: 10%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 20%;
    padding: 0;
    /* background: rgb(14, 65, 80); */
    background: linear-gradient(to right top, rgb(11, 88, 121), rgb(86, 6, 35));
    animation: gradient 10s ease-in-out infinite;
    border-radius: 20px;


}





.kn-menu{
    align-items: center;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    padding-bottom: 2%;
    padding-top: 2%; 
    padding-right: 2%;
    padding-left: 2%;
    border-radius: 30px;
    list-style-type: none;
    box-shadow: 0 0 80px 100px rgba(17, 121, 71, 0.9);
}
li a{
    opacity: 0.7;
    color: #ffffff;
    text-decoration: none;
}
.fiv, .si,  .ei, .ni, .ten, .p-sec, .p-th, .p-fo, .nalog{
    font-weight: 500;
    transition: 0.3s ease-in-out;
}
.fir, .sev{
    display: block;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}


.menu{
    text-align: center;
    margin-top: 5%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 7%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: rgb(18, 119, 139);
    border-radius: 40px;
    transition: all 0.6s ease-in-out;
}

.free{
    display: block;
    font-weight: 700;
    opacity: 0.7;
    color: #000;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    padding: 10px 20px;
    padding-right: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 200px;
    transition: 0.2s ease-in-out;
}

.free:hover{
    color: salmon;
    background-color: rgb(65, 12, 100);
    box-shadow: 0 0 30px 20px rgba(17, 121, 71, 0.9);
}


.menu:hover{
    transform: scale(1.1);
}


.fiv:hover{
    color: coral;
}
.si:hover{
    color: coral;
}
.ei:hover{
    color: coral;
}
.ni:hover{
    color: coral;
}
.ten:hover{
    color: coral;
}
.nalog:hover{
    color: coral;
}
.p-sec:hover{
    color: coral;
} 
.p-th:hover{
    color: coral;
} 
.p-fo:hover{
    color: coral;
}





@media only screen and (min-width: 100px) and (max-width: 800px) {
    body, html{
    margin: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.4;
	min-width: 420px;
	overflow-x: hidden;
	height: auto;
    background: linear-gradient(to right top, rgb(11, 88, 121), rgb(86, 6, 35));
    background-size: 400% 100%;
    animation: gradient 10s ease-in-out infinite;
    font-family: 'Times New Roman', Times, serif;
    }

    .telo-knopok{
        margin-top: 10%;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 20%;
        
    }

    .kn-menu{
        align-items: center;
        margin: 3%;
        padding-bottom: 2%;
        padding-top: 2%; 
        padding-right: 2%;
        padding-left: 2%;
        border-radius: 30px;
        list-style-type: none;
        box-shadow: 0 0 20px 20px rgba(17, 121, 71, 0.9);
    }
}
