body {
	font-family: 'Arial', sans-serif;
    background: url('background.jpeg') no-repeat left top / cover;
    background-attachment: fixed;
}

a {
    text-decoration: none;
}

.swiper-container {
	width: 100%;
	height: 100%;
	min-height: 500px;
}

.swiper-button-prev,
.swiper-button-next,
.btn {
    background-color: #e7e7e7; 
    color: black;
    font-size: 16px;
    padding: 0px 15px;
    border-radius: 8px;
    border: 2px solid #d6d6d6;
    transition-duration: 0.4s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    width: 110px;
    top: 450px;
}

.btn {
    padding: 5px 10px;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}

.swiper-button-prev:target,
.swiper-button-next:target,
.btn:target {
    background-color: #d6d6d6;
    box-shadow: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    font-family: inherit;
}

.swiper-button-prev::after {
    content: 'Назад';
}

.swiper-button-next::after {
    content: 'Далее';
}


.options {
    display: flex;
    flex-direction: column;
}

.options__item {
    margin-bottom: 15px;
}

