
body{
	background:url(../images/bg.jpg) top center repeat-y;
	background-size:100%;
	color:#fff;
	font-family: "Roboto", sans-serif; 
	font-weight: 200;
	font-size:29px;
	line-height: 1.2;
}
body.popupshow{
	height: 100vh; 
    min-height: 100vh;
    overflow: hidden;
}
strong{
	font-weight: 700;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.orange{
	color:#ff9900;
}
.edit_wlinks a{
	font-size: 14px;
	float:right;
	margin:3px;
}
header .horizontal {
	display:none;
}
header .vertical{
	display:flex;
	overflow:hidden;
}
header .vertical > div {
	flex: 1; 
	aspect-ratio: 6.1 / 9.2;
	position:relative;

}
header .horizontal > div {
	aspect-ratio: 96 / 45;
	border-radius:10px;
	margin:20px 20px 0 20px;
}
header .vertical > div:before {
	display:block;
	position:absolute;
	z-index:1;
	content:'';
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgb(8,0,8);
	opacity:0.7;
	transition: opacity 0.3s ease-in-out;
}
header .vertical > div:hover:before {
	cursor:pointer;
	opacity:0;
}
header a{
	display: flex;
    height: 100%;
	position:relative;
	z-index:10;
}
#layout{
	margin: 150px 0;
}
#layout img{
	max-width: auto;
	width: 100%;
}
.title{
	font-size: 48px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 35px;
	text-transform: uppercase;
	color:#ff7b00;
}
.maintop .widget_text_block .row > .col-12 h4{
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 15px;
	text-transform: uppercase;
	color:#ff7b00;
}
.maintop .widget_text_block .row > .col-12 {
	border-right:1px solid #ff7b00;
}
.maintop .widget_text_block .row > .col-12:last-child {
	border-right:0px solid #ff7b00;
}
.maintop .widget_text_block {
	margin-bottom:70px;
}
.importantblocks{
	padding-top: 35px;
}
.importantblocks .title{
	padding-right: 30px;
}
.importantblocks > .col-md-12{
	position:relative
}
.importantblocks > .col-md-12:nth-child(2) .body:before{
	content: "1";
    position: absolute;
    opacity: 0.3;
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    top: -80px;
	left:10px;
}
.importantblocks > .col-md-12:nth-child(3) .body:before{
	content: "2";
    position: absolute;
    opacity: 0.3;
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    top: -80px;
	left:10px;
}
.importantblocks > .col-md-12:nth-child(4) .body:before{
	content: "3";
    position: absolute;
    opacity: 0.3;
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    top: -80px;
	left:10px;
}
.importantblocks .widget_text_block {
    margin-bottom: 90px;
}
.swiper-slide .item{
	padding:0 90px;
}
.swiper-button-next, .swiper-button-prev {
    height:50px;
    width:50px;
	background-color: #ff7b00;
	border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color:#fff;
	font-size: 24px;
}
.swiper-slide .item .itemtitle{
	font-size: 30px;
	text-transform: none;
	color: #ff7b00;
	font-weight:600;
	padding-bottom: 10px;
}
.swiper-slide .item .itemlocal{
	display:flex;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom:15px;
	gap: 30px;
}
.swiper-slide .item .itemlocal i{
	color: #ff7b00;
}
.swiper-slide .item .teaser{
	font-size: 24px;
}
footer{
	background: rgba(0,0,0,0.65);
	padding: 30px 0;
}
footer a{
	color:#fff;
	text-decoration: none;
}
footer a:hover{
	color:#ccc;
	text-decoration: none;
}
footer .logo > div{
	aspect-ratio: 14/10;
	max-width: 137px;
}
footer div{
	align-items: center;
}
footer .info .widget_text_block p:last-child{
	padding-bottom:0;
	margin-bottom: 0;
}
footer .info{
	font-size: 24px;
	font-weight: 700;
}
footer .copy{
	font-size: 16px;
	font-weight: 200;
	text-align: right;
}
.scroll-block {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
}

.scroll-block.visible {
    opacity: 1;
    transform: translateY(0);
}
.nyroModalBg{
	background: rgba(255, 123, 0, 0.5); /* Полупрозрачный фон */
    backdrop-filter: blur(5px); /* Размытие */
    -webkit-backdrop-filter: blur(5px); /* Для Safari */
	z-index: 999;
	height:100%;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity: 1!important;
}
.nyroModalCont{
	background: #141414; 
	z-index: 9999;
	margin:30px 50px;
	border-radius:20px;
	position: relative!important;
  	height: auto!important;
	max-width:1000px;
}
#popup-manager.popup-show{
	bottom: 0;
  	box-sizing: border-box;
  	height: 100%;
  	left: 0;
  	outline: none;
  	overflow-y: auto;
  	position: fixed;
  	right: 0;
  	top: 0;
  	z-index: 500;
}
#page1{
	background-image: url(../images/bg1.jpg);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
#page2{
	background-image: url(../images/bg2.jpg);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
#page3{
	background-image: url(../images/bg3.jpg);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

#page1 h2.title1{
	font-size: 10vh;
    max-width: 50%;
    position: relative;
    padding: 5% 0 0 5%;
    text-transform: uppercase;
    font-weight: 900;
}
#page1 h2.title2{
	margin: 20% 5% 0 5%;
    position: relative;
    font-size: 8vh;
}
#page1 .titlehint{
	position:absolute;
	top:15%;
	right:5%;
	font-weight:600;
	width:40%;
}

#page1 h3.title3{
	margin: 8% 5% 5% 5%;
    position: relative;
    font-size: 5vh;
}
#page1 h3.title3 span.sm{
	display:block;
    font-size: 3vh;
}
#page1 .block{
	margin: 8% 5% 5% 5%;
	border:1px solid #ff7b00;
	padding: 10px;
	border-radius: 5px;
}
#page1 .blockdark{
	margin: 8% 5% 5% 5%;
	padding: 10px;
}
#page1 .block span.lair1{
	font-weight:600;
}
#page1 .block span{
	display: block;
}

#page1 .btn{
	margin: 8% 5% 5% 5%
}
#page1 .blockdark.infoblock{
	font-size:20px;
}
#page1 .blockdark.infoblock .row > div{
	margin-bottom:40px;
	position: relative;
}
#page1 .blockdark.infoblock .row > div:after{
	position: absolute;
	display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 700 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
	color: #fff;
	font-size: 60px;
    top: -20px;
    left: -7px;
    opacity: .15;
}
#page1 .blockdark.infoblock .row:first-child > div:first-child:after{
	content: "\F597";
}
#page1 .blockdark.infoblock .row:first-child > div:last-child:after{
	content: "\F787";
}
#page1 .blockdark.infoblock .row:nth-child(2) > div:first-child:after{
	content: "\F549";
}
#page1 .blockdark.infoblock .row:nth-child(2) > div:last-child:after{
	content: "\F638";
}
#page1 .blockdark.infoblock .row:last-child > div:first-child:after{
	content: "\F3EC";
}
#page1 .blockdark.infoblock .row:last-child > div:last-child:after{
	content: "\F77B";
}
#page1 .opageblocks{
	margin:5%;
}
#page1 .opageblocks h3.title4{
	text-align: center;
    color: #ff7b00;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 5vh;
}
#page1 .opageblocks .item{
	border:1px solid #ff7b00;
	padding: 15px 10px;
	border-radius: 10px;
	height: 100%;
    font-size: 18px;
}

#page1 .opageblocks .item .bltitle{
	margin-bottom: 17px;
    font-weight: 700;
    font-size: 3vh;
	display:block;
}
#page1 img{
	width:100%;
}
#page1 .socialblock ul {
	display: flex;
	flex-wrap: wrap;
    list-style: none;
    align-items: center;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    width: 100%;
    justify-content: center;
}
#page1 .socialblock li a{
	background-image: linear-gradient(0.75turn, rgba(255, 123, 0, 1) 0%, rgba(237, 168, 104, 1) 100%);
	background-color: transparent;
	display:inline-block;
	color:#fff;
	border-radius: 5px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	margin:5px;
	padding:5px 7px;
}

#page1 .socialblock li a:hover{
	text-decoration: none;	
	background-image: linear-gradient(0.25turn,rgba(255,123,0,1) 0%,rgba(255,123,0,1) 100%);
}

#page3 .pagelogo{
	opacity: 0.5;
	margin: 5%;
	max-width:20%;
}
#page3 h2.title1{
    position: absolute;
    right: 5%;
    top: 50px;
    font-size: 10vh;
    max-width: 65%;
    text-align: right;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
}
#page3 .pagehint{
	margin:5%;
	padding:20px;
	line-height: 1.1;
    font-size: 4.3vh;
    background: rgba(2, 64, 89, 0.45);
}

#page3 .btnblue {
	background: linear-gradient(0.75turn, rgba(0, 64, 89, 1) 0%, rgb(9, 102, 139) 100%);
	display:inline-block;
	color:#fff;
	border-radius: 5px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 10px 17px;
    text-decoration: none;
    margin-top: 20px;
	transition: background 0.7s ease;
}
#page3 .btnblue:hover {
	background: linear-gradient(0.75turn, rgba(9, 102, 139, 1) 0%, rgb(0, 64, 89) 100%);
	display:inline-block;
	color:#fff;
	border-radius: 5px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 10px 17px;
    text-decoration: none;
    margin-top: 20px;
}
#page3 .threebl {
    margin: 0 5% 50px 5%;
}
#page3 .threebl .item{
    border-radius: 15px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#page3 .threebl .item img{
	width: 100%;
  	aspect-ratio: 4/3;
  	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  	object-fit: cover;
  	will-change: transform; /* Оптимизация для браузера */
}
#page3 .threebl .item:hover img {
  transform: scale(1.2);
}
#page3 .threebl .item .subtitle{
	color: #ebebeb;
	text-shadow: 1px 1px 1px rgba(0, 64, 89, 0.8);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
}
#page3 h3.title1, #page3 h3.title2{
	text-align: center;
    margin: 30px;
    font-size: 5vh;
}

.sixbl{
	margin: 0 5% 50px 5%;
	display: flex;
	flex-wrap: wrap;
	border-radius: 15px;
	overflow: hidden;
}
.sixbl .item{
    height: 100%;
    position: relative;
    overflow: hidden;
    flex: 1 1 30%;
    margin: 0;
}
.sixbl .item.bl2 {
    flex: 2 1 60%; /* занимает 2/3 ширины */
}
.sixbl .item img{
	width: 100%;
  	aspect-ratio: 1/0.8;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  	object-fit: cover;
  	will-change: transform; /* Оптимизация для браузера */
}
.sixbl .item.bl2 img{
  	aspect-ratio: 2/0.8;
}
.sixbl .item:hover img{
	transform: scale(1.2);
}
.sixbl .item .subtitle{
	color: #ebebeb;
	text-shadow: 1px 1px 1px rgba(0, 64, 89, 0.8);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
	
}
#page3 .hitsblock > * {
    max-width: 100%;
    box-sizing: border-box;
}
#page3 .hitsblock{
	margin-bottom:80px;
}
#page3 .hitsblock ul{
	border-top:1px solid #ff7b00;
	list-style: none;
	margin:0;
	padding:0 0 0 5%;
	width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
#page3 .hitsblock ul li{
	border-left:1px solid #ff7b00;
	border-bottom:1px solid #ff7b00;
	width: auto;
    display: inline-block;
    padding: 15px 0;
	position: relative;
	width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
}
#page3 .hitsblock ul li span{
	position: relative;
    padding: 0 0 0 7px;
    bottom: -31px;
    margin-left: 20px;
    background: #141414;
	display: block;
    width: calc(100% - 20px); 
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

#page3 table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 1em;
}

#page3 table th {
	background: linear-gradient(135deg, #2d7693, #024059);
	color: white;
	padding: 15px;
	text-align: left;
	font-weight: bold;
}

#page3 table td {
	padding: 12px 15px;
	border-bottom: 1px solid #ddd;
}

#page3 table tr:nth-child(even) {
	background-color: #f8f9fa;
}

#page3 table tr:hover {
	background-color: #e3f2fd;
	transition: background-color 0.3s;
}

#page3 .price {
	color: #e74c3c;
	font-weight: bold;
	text-align: right;
}

#page3 .highlight {
	background-color: #fff3cd !important;
	font-weight: bold;
}

#page3 .section {
	margin-bottom: 40px;
}
#page3 .section:last-child {
	margin-bottom: 10px;
}
#page3 .note {
	font-style: italic;
	color: #7f8c8d;
	margin-top: 5px;
	font-size: 0.9em;
}
#page3 .priceblockbg{
	background: #e3e3e3;
	padding:60px 5% 50px 5%;
}
#page3 .priceblock{
	margin: 0;
    border: 3px solid #2d7693;
	padding: 25px;
	border-radius: 15px;
	position: relative;
	color:#333;
}
#page3 .priceblock h3.title3{
	background: #e3e3e3;
    color: #2d7693;
    display: inline-block;
    position: relative;
    padding: 0 5px;
    text-transform: uppercase;
    top: -42px;
	margin: 0;
}
#page3 .socialblock {
	margin:40px 0;
}
#page3 .socialblock ul {
	display: flex;
	flex-wrap: wrap;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    justify-content: center;
}
#page3 .socialblock li a{
	background: linear-gradient(0.75turn, rgba(0, 64, 89, 1) 0%, rgb(9, 102, 139) 100%);
	display:inline-block;
	color:#fff;
	border-radius: 5px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	margin:5px;
	padding:5px 7px;
	transition: background 0.7s ease;
}

#page3 .socialblock li a:hover{
	text-decoration: none;	
	background: linear-gradient(0.75turn, rgba(9, 102, 139, 1) 0%, rgb(0, 64, 89) 100%);
}

#page2 h2.title2{
    font-size: 10vh;
    position: relative;
    padding: 5% 0 0 5%;
    text-transform: uppercase;
    font-weight: 900;
}
#page2 h2.title3{
    font-size: 10vh;
    position: relative;
	padding: 5% 5% 5% 0;
    text-transform: uppercase;
    font-weight: 900;
	text-align: right;
}
#page2 .titlehint{
	padding: 0 5% 5% 5%;
	font-weight: 500;
	font-size: 3vh;
	text-align: center;
}

#page2 .hitsblock > * {
    max-width: 100%;
    box-sizing: border-box;
}
#page2 .hitsblock{
	margin-bottom:80px;
}
#page2 .hitsblock ul{
	border-top:1px solid #ff7b00;
	list-style: none;
	margin:0;
	padding:0 0 0 5%;
	width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
#page2 .hitsblock ul li{
	border-left:1px solid #ff7b00;
	border-bottom:1px solid #ff7b00;
	width: auto;
    display: inline-block;
    padding: 15px 0;
	position: relative;
	width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
}
#page2 .hitsblock ul li span{
	position: relative;
    padding: 0 0 0 7px;
    bottom: -31px;
    margin-left: 20px;
    background: #141414;
	display: block;
    width: calc(100% - 20px); 
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}
.eightbl{
	margin: 0 5% 50px 5%;
	display: flex;
	flex-wrap: wrap;
	border-radius: 15px;
	overflow: hidden;
}
.eightbl .item{
    height: 100%;
    position: relative;
    overflow: hidden;
    flex: 1 1 25%;
    margin: 0;
}
.eightbl .item img{
	width: 101%;
  	aspect-ratio: 0.8/1;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  	object-fit: cover;
  	will-change: transform; /* Оптимизация для браузера */
}
.eightbl .item:hover img{
	transform: scale(1.2);
}
.eightbl .item .subtitle{
	color: #ebebeb;
	text-shadow: 1px 1px 1px rgba(0, 64, 89, 0.8);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
	
}
#page2 iframe{
	width: 100%!important;
}
#page2 .socialblock ul {
	display: flex;
	flex-wrap: wrap;
    list-style: none;
    align-items: center;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    width: 100%;
    justify-content: center;
}
#page2 .socialblock li a{
	background-image: linear-gradient(0.75turn, rgba(255, 123, 0, 1) 0%, rgba(237, 168, 104, 1) 100%);
	background-color: transparent;
	display:inline-block;
	color:#fff;
	border-radius: 5px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	margin:5px;
	padding:5px 7px;
}

#page2 .socialblock li a:hover{
	text-decoration: none;	
	background-image: linear-gradient(0.25turn,rgba(255,123,0,1) 0%,rgba(255,123,0,1) 100%);
}
#page2 .swiper {
	margin-bottom:50px;
}
.litebox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}

.litebox-content {
	position: relative;
	max-width: calc(100vw - 40px);
	max-height: calc(100vh - 40px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.litebox-content img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
	border-radius: 8px;
	object-fit: contain;
}

.litebox-close {
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	font-size: 30px;
	cursor: pointer;
	background: none;
	border: none;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1001;
	text-shadow: 1px 1px 1px #333;
}

.litebox-close:hover {
	color: #ccc;
}

.litebox{
	cursor: zoom-in;
}
.rewimg img{
	aspect-ratio: 1/1.5;
    object-fit: cover; /* или contain */
    width: 100%;
    height: auto;
}

@media (max-width: 1400px) {
	body{
		font-size:27px;
	}
}
@media (max-width: 1200px) {
	.maintop .widget_text_block .row > .col-12 {
		border-right:0px solid #ff7b00;
		margin-bottom:35px;
	}
	.maintop > .container:first-child .widget_text_block {
		border-bottom:1px solid #ff7b00;
	}
}
@media (max-width: 992px) {
	body{
		font-size:20px;
	}
	header .vertical{
		flex-wrap: wrap;
	}
	#layout{
		margin: 100px 0;
	}
	.title{
		font-size: 38px;
	}
	.maintop .widget_text_block .row > .col-12 h4{
		font-size: 28px;
	}
	header .vertical > div {
		width:100%;
		flex: auto;
	}
	header .vertical > div:before {
		display:none;
	}
	header .vertical {
		display:none;
	}
	header .horizontal {
		display:block;
	}
	.importantblocks .widget_text_block {
		margin-bottom: 70px;
	}
	.importantblocks > .col-md-12:nth-child(2) .body:before{
		font-size: 80px;
		top: -50px;
	}
	.importantblocks > .col-md-12:nth-child(3) .body:before{
		font-size: 80px;
		top: -50px;
	}
	.importantblocks > .col-md-12:nth-child(4) .body:before{
		font-size: 80px;
		top: -50px;
	}
	footer .copy{
		margin-top: 30px;
	}
	footer .info{
		text-align: right;
	}
	#page1 .titlehint {
   		top: 10%;
	}
	#page1 .opageblocks .row > div {
		margin-bottom:25px;
	}
	#page3 h2.title1 {
		font-size: 7vh;
	}
	#page3 .pagehint {
		font-size: 3.3vh;
	}
	#page3 .threebl .item img {
		aspect-ratio: 8 / 3;
		
	}
	#page3 .threebl .row > div {
		margin-bottom:25px;
	}
	#page3 .hitsblock ul li span {
		bottom: -27px;
	}
}
@media (max-width: 768px) {
	.nyroModalCont {
		margin: 30px 20px;
	}
	#page1 h2.title1 {
   		font-size: 8vh;
	}
	#page1 .titlehint {
   		top: 7%;
	}
	#page1 h2.title2 {
    	font-size: 6vh;
	}
	.litebox-close {
		top: 0;
		right: 0;
		font-size: 25px;
	}
}

@media (max-width: 640px) {
	header .vertical{
		flex-wrap: wrap;
		display:block;
	}
	header .vertical > div {
		aspect-ratio: 6.4 / 10;
	}
	header .horizontal {
		display:none;
	}
	.title {
        font-size: 32px;
    }
	.maintop .widget_text_block .row > .col-12 h4 {
        font-size: 24px;
    }
	.swiper-slide .item{
		padding:0 50px;
	}
	.swiper-slide .item img{
		max-height: 200px;
        width: auto!important;
		margin:0 auto;
		display: block;
    }
	.swiper-slide .item .teaser {
		font-size: 18px;
	}
	.swiper-button-next, .swiper-button-prev {
		height:34px;
		width:34px;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
		color:#fff;
		font-size: 16px;
	}
	#page1 .titlehint {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		margin-left: 5%;
		font-weight: 600;
		width: 90%;
	}
	#page1 h2.title2 {
		margin: 10% 5% 0 5%;
	}
	#page3 h2.title1 {
        font-size: 5vh;
    }
	#page3 .pagehint {
        font-size: 2.5vh;
    }
	#page3 .priceblock {
		padding: 25px 15px;
	}
	#page3 h2.title1 {
		top: 30px;
	}
	#page3 .btnblue {
    	font-size: 16px;
	}
	#page2 h2.title2, #page2 h2.title3 {
		font-size: 6vh;
	}
	.eightbl .item {
		flex: 1 1 50%;
	}
	
}

@media (max-width: 576px) {
	footer .info{
		font-size: 18px;
		font-weight: 500;
	}
	footer .info p {
		margin-bottom: 0.5rem;
	}
	.swiper-slide .item .itemlocal {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}
	footer .copy {
		font-size: 14px;
		text-align: center;
	}
	#page1 .opageblocks h3.title4 {
		font-size: 4vh;
	}
	.sixbl .item {
		flex: 1 1 100%;
	}
	.sixbl .item.bl2 {
		flex: 1 1 100%;
	}
	.sixbl .item img, .sixbl .item.bl2 img {
		aspect-ratio: 3 / 2;
	}
	#page3 .hitsblock ul li span {
        bottom: -40px;
    }
	#page2 .hitsblock ul li span {
		bottom: -27px;
	}
}
@media (max-width: 400px) {
	#page3 table {
		margin: 15px 0;
		font-size: 0.9em;
	}
    #page3 .priceblock {
        padding: 15px 0px;
    }
	#page3 .priceblock h3.title3 {
		margin: 0 0 0 15px;
		width: auto;
		font-size: 22px;
	}
	#page3 .priceblock h2 {
		text-align: center;
		font-size: 22px;
	}
	#page3 table th {
		padding: 10px;
		font-weight: 500;
	}
	#page3 table td {
		padding: 7px 10px;
	}
}
button.close-button{
    position: absolute;
    border: 0;
    right: 10px;
    top: 10px;
	background: rgba(0, 0, 0, 0.2);
    height: 35px;
    display: flex;
    align-items: center;
	border-radius:3px;
	z-index: 100;
}