
html {
  height: auto;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
	margin: 0;
    min-width: 320px;
	min-height: 100vh;
	overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
 
 
.page__container {
	position: relative;
	display: flex;
	justify-content: center;
    align-items: center;
    width: 100vw;
	min-height: 100vh;
	height: auto;
	background: url(../images/bg-img.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color:#CB160F;
	text-align: center;
}

.page__container:before{
	content: " ";
	background: url(../images/red.png);
	background-repeat: repeat-x;
    display: block;
    width: 100%;
    height: 23%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.page__wrapper{
	display: flex;
	flex-direction: column;
    align-items: flex-end;
	justify-content: center;
	height: 100vh;
	width: auto;
	padding: 0;
	/*padding: 30px 50px;
	max-width: 1920px;
    background: url(../images/border.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;*/
}


.main__wrapper{
	display: flex;
	width: 100%;
	height: auto;
}

.ubi__content{
	position: relative;
	display: flex;
	width: auto;
	height: 100vh;
}

.ubi__img{display: flex;}
.ubi__img-m{display: none;}


.ubi__btn {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 10%;
    left: 18%;
    transform: translate(15%, 50%);
    width: 49%;
	height: auto;
}

.ubi__img, .btn__img{display: flex; width: 100%;}
.ubi__img-m, .ubi__img-l, .btn__img-m{display: none;}

@media (max-width: 1024px) {
.page__container {
	background: url(../images/bg-img-m.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}	

.page__container:before{
	content: " ";
	background: url(../images/red-m.png);
	background-repeat: repeat-x;
    display: block;
    width: 100%;
    height: 11%;
    position: absolute;
    left: 0;
    margin-left: 0;
    bottom: 0;
	z-index: 1;
}
	
.page__wrapper{
	display: block;
	background: none;
}

.main__wrapper{
	display: flex;
	width: auto;
	height: 100vh;
}
.ubi__btn {
        top: 0%;
        left: 10%;
        transform: translate(10%, -11%);
        width: 70%;
    }


.ubi__img, .ubi__img-m, .btn__img{display: none;}
.ubi__img-l, .btn__img-m{display:flex;}
}

@media (max-width: 440px) {
	.page__wrapper{
	display: flex;
    align-items: flex-start;
	justify-content: center;
	height: auto;
	width: 100vw;
	padding: 0;
}
	
	.ubi__content{
	position: relative;
	display: flex;
	width: 100vw;
	height: auto;
}
	
	.ubi__img, .ubi__img-l{display: none;}
	.ubi__img-m{display:flex; width: 100%;}

    .ubi__btn {
        top: 0%;
        left: 4%;
        transform: translate(10%, -10%);
        width: 78%;
    }
}

@media (max-width: 380px) {
	.ubi__img, .ubi__img-l{display: none;}
	.ubi__img-m{display:flex; width: 100%;}
	
}

.cookies-page{
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
	padding: 82px;
	background: url(../images/bg-img.jpg) 100% center / cover no-repeat;
    color: #CB160F;
	text-align: left;
}

.cookies-page__block{
	padding: 80px 0;
}

.cookies-page h1,
.cookies-page h2{
	color: #CB160F;
	font-family: 'MagnitSans';
	font-weight: 900;
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 60px;
}

.cookies-page h2{
	font-size: 54px;
	line-height: 54px;
}

.cookies-page p,
.cookies-page a,
.cookies-page li
{
	text-align: left;
	font-family: 'AppetiteProItalic';
	font-weight: 400;
	font-size: 45px;
	line-height: 45px;
}

.cookies-page a{
	
}

.cookies-page li{
	margin: 5px 30px;
}

.cookies-page button{
	padding: 10px;
	margin: 20px 0;
}

@media screen and (max-width: 768px) {
	.cookies-page{
	padding: 25px 15px;
}

.cookies-page__block{
	padding: 25px 0;
}

.cookies-page h1,
.cookies-page h2{
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 25px;
	width: 90%;
}

.cookies-page h2{
	font-size: 17px;
	line-height: 17px;
}

.cookies-page p,
.cookies-page li
{
	font-size: 15px;
	line-height: 15px;
}

.cookies-page li{
	margin: 5px 18px;
}

}