* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

.main-section-wrapper {
	max-width: 1598px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.slide {
	display: block;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}

.slide-1,
.slide-2,
.slide-3,
.slide-4 {
	height: 550px;
}

.slide picture {
	display: block;
	width: 100%;
	height: 100%;
}

.slide-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.slide-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1199px;
}

/* ---- SLIDE 1 ---- */
.slide-1 .slide-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide-1-text {
	width: 490px;
	max-width: 100%;
}

.slide-1-text--mobile {
	display: none;
}

/* ---- SLIDES 2-4: BOOTSTRAP GRID ---- */
.slide-row {
	height: 100%;
	margin-left: 0;
	margin-right: 0;
}

.slide-row > [class*="col"] {
	padding-left: 0;
	padding-right: 0;
}

.slide-col-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide-col-device {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide-device,
.slide-text-block,
.slide-4-text {
	max-width: 100%;
}

.slide-2 .slide-device { margin-left: 165px; }
.slide-3 .slide-device { margin-right: 165px; }
.slide-4 .slide-device { margin-left: 165px; }

/* ---- SLIDE 4 text variants ---- */
.slide-4-text--mobile {
	display: none;
}

/* ---- SLIDE 5 ---- */
.slide-5 {
	background-image: url('../images/slide-5-bg-desktop.jpg');
	background-size: cover;
	background-position: center;
	padding: 65px 40px;
	text-align: center;
}

.slide-5-content {
	max-width: 650px;
	margin: 0 auto;
}

.gift-package-title {
	font-size: 20px;
	font-weight: bold;
	color: #cc3300;
	margin-top: 28px;
	margin-bottom: 8px;
	line-height: 1.4;
}

.gift-package-title:first-child {
	margin-top: 0;
}

.gift-items {
	font-size: 17px;
	line-height: 1.9;
	color: #222;
}

.gift-auto-note {
	font-size: 14px;
	color: #666;
	margin-top: 22px;
    margin-bottom: 0;
}

/* ---- LAST SECTION ---- */
.slide-last {
	background-color: #111;
	padding: 55px 40px;
	text-align: center;
}

.slide-last-content {
	max-width: 720px;
	margin: 0 auto;
}

.register-text {
	color: #fff;
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 22px;
}

.promo-text {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 35px;
}

.btn-pravila {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	border: 1px solid #fff;
	padding: 10px 32px;
	text-decoration: none;
	letter-spacing: 0.03em;
}

.btn-pravila:hover {
	background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.btn-registracija {
	display: inline-block;
	color: #000;
	background-color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 14px 48px;
	text-decoration: none;
	margin-bottom: 30px;
}

.btn-registracija:hover {
	background-color: #e8e8e8;
	color: #000;
}

.rotate-screen {
    position: fixed;
    inset: 0;
    background: #000;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 9999;
}

.rotate-content {
    font-size: 20px;
}

.rotate-icon {
    font-size: 60px;
    margin-bottom: 20px;
}

@media (max-height: 500px) and (orientation: landscape) {
    .rotate-screen {
        display: flex;
    }
}