@font-face {
    font-family: 'balladaregular';
    src: url('ballada-webfont.woff2') format('woff2'),
         url('ballada-webfont.woff') format('woff'),
         url('Ballada.otf') format('otf'),
         url('Ballada.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}

h1{
	color: red;
}
h2{
	color: blue;
}
img{
	max-width:100%;
}
.pr{
	position: relative;
}
.maxim{
	max-width:80%;
}
.img{
	display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 1.5rem 1.5rem;
    border-radius: 3.75rem;
    line-height: 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #ff00aa;
    background-image: linear-gradient( 
-180deg, #fdff89 0%, #ffb735 100%);
    box-shadow: 0 1rem 1.25rem 0 #d49a9a, 0 -0.25rem 1.5rem rgb(255 0 0) inset, 0 0.75rem 0.5rem rgb(255 255 255 / 40%) inset, 0 0.25rem 0.5rem 0 rgb(255 144 60) inset;
}
.but{
	display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0.5rem 1.5rem;
    border-radius: 3.75rem;
    line-height: 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #ff00aa;
    background-image: linear-gradient(
-180deg, #fdff89 0%, #ffb735 100%);
    box-shadow: 0 1rem 1.25rem 0 #d49a9a, 0 -0.25rem 1.5rem rgb(255 0 0) inset, 0 0.75rem 0.5rem rgb(255 255 255 / 40%) inset, 0 0.25rem 0.5rem 0 rgb(255 144 60) inset;
}
.but a{
	color: transparent;
    background-image: linear-gradient(88deg, #000000 0%, #ff0047 100%);
    -webkit-background-clip: text;
}
.butw{
	display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0.5rem 1.5rem;
    border-radius: 3.75rem;
    line-height: 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #06a900;
    background-image: linear-gradient( 
-180deg, #a1ff89 0%, #38ff35 100%);
    box-shadow: 0 1rem 1.25rem 0 #77dd8c, 0 -0.25rem 1.5rem rgb(3 158 56) inset, 0 0.75rem 0.5rem rgb(255 255 255 / 40%) inset, 0 0.25rem 0.5rem 0 rgb(16 192 24) inset;
}
.butw a{
	color: transparent;
    background-image: linear-gradient(66deg, #384137 0%, #00aa25 100%);
    -webkit-background-clip: text;
}
.butp{
	display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0.5rem 1.5rem;
    border-radius: 3.75rem;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #0085a9;
    background-image: linear-gradient( 
-180deg, #89a2ff 0%, #7035ff 100%);
    box-shadow: 0 1rem 1.25rem 0 #778ddd, 0 -0.25rem 1.5rem rgb(4 3 158) inset, 0 0.75rem 0.5rem rgb(255 255 255 / 40%) inset, 0 0.25rem 0.5rem 0 rgb(54 16 192) inset;
}
.butp a{
	color: transparent;
    background-image: linear-gradient(66deg, #ffffff  0%, #ffffff  100%);
    -webkit-background-clip: text;
}
.t{
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.u{
	display: flex;
    justify-content: flex-start;
    margin-bottom: 24px;
	max-width: 80ch;
	list-style: none;
	padding: 0;
}
.prev-next{
	display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
	max-width: 80ch;
	list-style: none;
	padding: 0;
}
/*ul li a div{
	padding: 0 6px;
	font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
	line-height: 1.3;
}*/
ul li p{
	padding: 0 6px;
	font-size: 1.1rem;
    font-weight: 400;
	margin: 0;
}
.ballada {
    font-family: 'balladaregular';
    text-transform: uppercase !important;	
}
.dib {
    display: inline-block;
}
.fs24 {
    font-size: 24px;
}
.logo{
	left: 110%;
    color: #fd1d1d;
    font-weight: 700;
    margin-right: 35px;
    position: absolute;
    top: 8.5%;
}
.l{
	position: relative;
    margin-left: 5px;
}
.bottom-footer{
	height: 50px;
    background-color: #e6e6e6;
    border-radius: 7px;
    text-align: center;
    padding-top: 2px;
	color: #a5a5a5;
}
.c{
	text-align: center;
}
.ht{
	position: absolute;
    margin-left: 60px;
}
.bsh{
	border-radius: 7px;
    box-shadow: 0 1rem 1.25rem 0 #ff996f, 0 -0.25rem 1.5rem rgb(255 167 77) inset, 0 0.75rem 0.5rem rgb(255 255 255 / 40%) inset, 0 0.25rem 0.5rem 0 rgb(255 219 77) inset;
}
.foot-tit{
	font-size: 16px;
    font-weight: 700;
    color: #4d4d4d;
    text-transform: uppercase;
    padding-bottom: 20px;
	background-color: #ffdb4d;
    padding: 8px;
}
.mb30{
	margin-bottom: 30px !important;
}
.mt10{
	margin-top: 10px;
}
.sps{
	margin-bottom: 30px;
    margin-top: 30px;
    font-size: 20px;
}