:root {
	--color-black: #000;
	--color-white: #fff;
	--color-accent: #9F89F7;
	--color-gray: #ABABAB;
	--color-light-gray: #FAFAFA;
	--color-dark-gray: #1d1d1d;
}

*{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
body{
	background-color: #111111;
}
ol, ul { list-style: none; }
h2{
	font-size: 55px;
	line-height: 65px;
	font-weight: 700;
	text-align: center;
	color: var(--color-light-gray);
}
/* top */
.top{
	background-color: #FAFAFA;
	position: sticky;
	top: 0;
	z-index: 100;
}
.top .top-inner{
	display: flex;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 0 40px;
}
.logo{
	height: 32px;
}
nav ul{
	display: flex;
	align-items: center;
	gap: 20px;
}
nav ul li a{
	color: var(--color-black);
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}
.btn{
	border-radius: 20px;
	padding: 14px 20px;
	font-size: 17px;
	line-height: 22px;
	text-decoration: none;
	opacity: 1;
	display: inline-block;
}
.btn:hover{
	opacity: 0.9;
	transition: 0.2s;
}
.btn-accent{
	background-color: var(--color-accent);
}
.menu-burger{
	display: none;
}
@media (max-width: 768px) {
	.menu-burger{
		display: block;
		cursor: pointer;
	}
	.top .top-inner{
		justify-content: space-between;
		padding: 0 30px;
	}
	.top{
		background-color: #EDEDED;
		padding: 5px 0;
	}
	nav{
		display: none;
	}
	nav.active{
		display: unset;
		position: absolute;
		top: 60px;
		right: 20px;
		background-color: #EDEDED;
		z-index: 100;
		border-radius: 20px;
	}
	nav ul{
		flex-direction: column;
		gap: 10px;
		padding-right: 20px;
		align-items: flex-end;
	}
}


/* header*/
.section-header {
	background: url("/images/header-bg.jpg") no-repeat top center var(--color-black);
	background-size: cover;
	color: var(--color-white);
	padding: 40px;
	max-width: 1920px;
	margin: 0 auto;
}
.section-header a{
	color: var(--color-white);
}
.section-header p{
	font-size: 18px;
	line-height: 24px;
}
.section-header h1{
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
}
.section-header h2{
	color: var(--color-light-gray);
	font-size: 40px;
	font-weight: 700;
}
.section-header .btn{
	margin-top: 20px;
}
.section-header-blocks{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 100px;
	min-height: 800px;
}
.section-header-blocks>div:nth-child(1){
	width: 50%;
}
.section-header-blocks>div img{
	max-width: 585px;
}
.section-header-blocks>div:nth-child(2){
	text-align: center;
	display: flex;
	align-items: flex-end;
}
@media (max-width: 1200px) {
	.section-header-blocks{
		gap: 20px;
		min-height: auto;
		flex-direction: column;
	}
	.section-header-blocks>div:nth-child(1){
		width: 100%;
	}
	.section-header .btn {
		margin:  40px auto;
		display: block;
		width: fit-content;
	}
}
@media (max-width: 768px) {
	.section-header{
		padding: 40px 30px;
	}
	.section-header h1{
		font-size: 25px;
		line-height: 100%;
	}
	.section-header p {
		font-size: 14px;
		line-height: 17px;
	}
}

/* gallery */
.section-gallery {
	background: radial-gradient( #DF9B5A , #111111 60%);
	padding-bottom: 500px;
}
.section-gallery h2{
	padding-top: 100px;
}
.gallery-videos{
	display: flex;
	gap: 40px;
	padding: 0 40px;
	justify-content: space-around;
	max-width: 1920px;
	margin: 40px auto;
}
.gallery-videos-item{
	height: 325px;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
}

.gallery-photo{
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.gallery-photo-first{
	width: 40%;
}
.gallery-photo-second{
	width: 60%;
}
.gallery-photo-first, .gallery-photo-second{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.gallery-photo-item{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.gallery-photo-first .gallery-photo-item{
	width: 100%;
	min-height: 100%;
}
.gallery-photo-first .gallery-photo-item img, .gallery-photo-secont .gallery-photo-item img{
	width: auto;
	height: 100%;
}
.gallery-photo-item{
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.gallery-photo-item img, .gallery-photo-item video{
	max-height: 100%;
}
.gallery-photo-second .gallery-photo-item{
	width: 50%;
}
.gallery-photo-second>.gallery-photo-item:nth-child(3) {
	width: 100%;
}
.gallery-photo-second>.gallery-photo-item:nth-child(3) img, .gallery-photo-second>.gallery-photo-item:nth-child(5) img{
	width: 100%;
	max-height: none;
}
.gallery-photo-third{
	display: none;
}
@media (max-width: 1200px) {
	.gallery-photo-item{
		height: 300px;
	}
}
@media (max-width: 768px) {
	.gallery-photo-first, .gallery-photo-second{
		width: 50%;
	}
	.gallery-photo-second .gallery-photo-item{
		width: 100%;
	}
	.gallery-photo-item{
		height: 43vw;
	}
	.gallery-photo-second>.gallery-photo-item:nth-child(3),
	.gallery-photo-second>.gallery-photo-item:nth-child(4),
	.gallery-photo-second>.gallery-photo-item:nth-child(5) {
		display: none;
	}
	.gallery-photo-third{
		display: block;
	}
	.gallery-photo-third .gallery-photo-item img{
		width: 100%;
		max-height: none;
	}
	.section-gallery{
		padding-bottom: 200px;
	}
	.section-gallery h2{
		font-size: 25px;
		line-height: 126%;
	}

}

/* equipments */
.section-equipment{
	color: var(--color-white);
	margin-top: -500px;
	padding-top: 50px;
	font-size: 18px;
	box-sizing: border-box;
	overflow: hidden;
}
.section-equipment p{
	font-weight: 300;
}
.equipment-top{
	text-align: center;
}
.equipment-top p{
	max-width: 720px;
	margin: 0 auto 40px;
	font-weight: 300;
}
.section-equipment h3{
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 10px;
}
.equipments-first, .equipments-second{
	display: flex;
	gap: 20px;
	max-width: 1240px;
	margin: 0 auto 20px;
	align-items: stretch;
}
.equipments-first>div, .equipments-second>div{
	border-radius: 20px;
	background-color: var(--color-dark-gray);
	padding: 20px;
	width: calc(50% - 10px);
	box-sizing: border-box;
}
.equipments-first>div:nth-child(1){
	width: 70%;
	padding-right: 400px;
	background-image: url("images/equipments-camera.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 350px;
}
.equipments-first>div:nth-child(2){
	padding-bottom: 120px;
	background-image: url("images/equipments-mic.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 180px;
}
.equipments-second>div:nth-child(1){
	padding-right: 250px;
	background-image: url("images/equipments-light.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 210px;
}

.equipments-swiper{
	display: none;
	margin: 30px;
}
.equipments-swiper .swiper-slide{
	border-radius: 20px;
	background-color: var(--color-dark-gray);
	padding: 150px 20px 20px;
	box-sizing: border-box;
}
.equipments-mobile-bottom{
	display: none;
}
.equipments-swiper .swiper-slide:nth-child(1){
	background: url("images/equipments-camera.png") no-repeat center 20px  var(--color-dark-gray);
	background-size: 220px;
}
.equipments-swiper .swiper-slide:nth-child(2){
	background: url("images/equipments-mic.png") no-repeat center 10px  var(--color-dark-gray);
	background-size: 180px;
}
.equipments-swiper .swiper-slide:nth-child(3){
	background: url("images/equipments-light.png") no-repeat center -10px  var(--color-dark-gray);
	background-size: 180px;
}
.equipments-swiper h3{
	font-size: 14px;
	line-height: 17px;
}
.equipments-swiper p{
	font-size: 14px;
	line-height: 17px;
}
@media (max-width: 1200px) {
	.equipment-top{
		margin: 0 40px;
	}
}
@media (max-width: 768px) {
	.section-equipment h2{
		font-size: 25px;
		line-height: 126%;
	}
	.equipment-top p{
		text-align: left;
	}
	.equipments-swiper{
		display: block;
	}
	.equipments-mobile-bottom{
		display: block;
		margin: 20px 30px;
	}
	.equipments-first, .equipments-second{
		display: none;
	}
	.section-equipment p{
		font-size: 14px;
		line-height: 17px;
	}
	.section-equipment{
		margin-top: -200px;
	}
}

/* prices */
.section-prices {
	color: var(--color-white);
	padding: 60px 30px;
	overflow: hidden;
}
.prices-blocks{
	/*display: flex;
	justify-content: center;
	gap: 60px;*/
	max-width: 1200px;
	width: 100%;
	margin: 40px auto;
	text-align: center;
	font-size: 18px;
}
.prices-blocks h3{
	color: var(--color-accent);
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 10px;
}
.prices-subtitle{
	font-size: 14px;
	font-weight: 500;
}
.prices-options{
	margin: 40px 0 20px;
}
.prices-blocks div.prices-item{
	background-color:  var(--color-dark-gray);
	border-radius: 20px;
	padding: 0 20px 30px;
}
.price{
	font-size: 22px;
	font-weight: 700;
}
.prices-item.swiper-slide{
	height: auto;
}
@media (max-width: 768px) {
	.section-prices h2{
		font-size: 25px;
		line-height: 126%;
	}
	.section-prices, .prices-options{
		font-size: 14px;
		line-height: 17px;
		font-weight: 300;
	}
	.section-prices h3{
		font-size: 16px;
	}
	.prices-subtitle{
		font-size: 12px;
		font-weight: 300;
	}
	.price{
		font-size: 22px;
	}
}


/* how-work */
.section-how-work{
	background-color: var(--color-white);
	color: var(--color-black);
	padding: 40px 20px;
	text-align: center;
	overflow: hidden;
}
.how-work-list{
	display: flex;
	max-width: 1260px;
	margin: 120px auto 40px;
}
.section-how-work h2{
	color: var(--color-black);
}
.how-work-list h3{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}
.how-work-slider{
	width: 30px; height: 15px;
	border-top-left-radius: 7.5px;
	border-bottom-left-radius: 7.5px;
	border-top-right-radius: 7.5px;
	border-bottom-right-radius: 7.5px;
	background-color: var(--color-accent);
	margin: -10px auto;
	text-align: center;
}
.how-work-digit{
	width: 38px;
	height: 38px;
	border-top-left-radius: 7.5px;
	border-bottom-left-radius: 7.5px;
	border-top-right-radius: 7.5px;
	border-bottom-right-radius: 7.5px;
	background-color: var(--color-accent);
	margin: -53px auto 15px;
	text-align: center;
	color: var(--color-white);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 900;
}
.how-work-item{
	border-top: 5px solid var(--color-accent);
	padding: 0 20px;
}
.how-work-item:nth-child(1){
	margin-left: 15px;
}
.how-work-item:nth-child(4){
	margin-right: 15px;
}
@media (max-width: 768px) {
	.section-how-work{
		background-color: #EDEDED;
	}
	.how-work-list{
		margin: 70px -20px 0;
	}
	.section-how-work, .section-how-work h3{
		font-size: 14px;
		line-height: 17px;
	}
	.section-how-work h2{
		font-size: 25px;
		line-height: 126%;
	}
}

/* services */
.section-services {
	background: radial-gradient( var(--color-accent) , #111111 60%);
	padding: 50px;
}
.services-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1440px;
	margin: 40px auto;
}
.services-item{
	width: calc(33% - 10px);
	border-radius: 20px;
	padding: 20px;
	background-color: var(--color-white);
	color: var(--color-dark-gray);
	margin-bottom: 20px;
}
.services-item:nth-child(2n){
	background-color: var(--color-dark-gray);
	color: var(--color-white);
}
.services-item h3{
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	.services-item {
		width: 100%;
		padding: 0 20px;
	}
	.services-item.active{
		padding: 10px 20px;
	}
	.services-item h3:after{
		display: inline-block;
		content: url("/images/arrow.svg");
		width: 8px;
		float: right;
	}
	.services-item.active h3:after{
		transform: rotate(180deg);
	}
	.services-item:nth-child(2n){
		background-color: var(--color-accent);
		color: var(--color-white);
	}
	.services-item:not(.active) p{
		display: none;
	}
	.section-services h2{
		font-size: 25px;
		line-height: 126%;
	}
	.section-services p, .section-services h3{
		font-size: 14px;
		line-height: 14px;
	}
	.section-services{
		padding: 30px;
	}
}

/* booking */
.section-booking{
	max-width: 800px;
	margin: 0 auto 140px;
	color: #fff;
}
.section-booking a{
	color: #fff;
}
.section-booking>p{
	text-align: center;
}
.booking-blocks{
	margin: 40px auto;
	display: flex;
	gap: 40px;
	align-items: stretch;
}
.booking-form{
	background-color: var(--color-dark-gray);
	border-radius: 20px;
	padding: 20px;
}
.booking-blocks>div{
	flex: 1;
}
.section-booking h3{
	font-weight: 700;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
	color: var(--color-gray);
}
.booking-detail{
	padding: 20px;
}
.booking-form input[type=text]{
	width: 100%;
	border-radius: 10px;
	border: 1px solid var(--color-light-gray);
	padding: 15px;
	font-size: 16px;
}
.booking-form form{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.booking-form input[type=submit]{
	display: block;
	margin: 10px auto;
	background-color: var(--color-accent);
	color: var(--color-white);
	height: 50px;
	border-radius: 20px;
	font-size: 17px;
	line-height: 22px;
	padding: 0 20px;
	border: 0;
	margin-top: 30px;
	cursor: pointer;
}
.booking-form input[type=submit]:hover{
	opacity: 0.9;
}
.booking-form label{
	color: var(--color-white);
	font-size: 12px;
	font-weight: 300;
}
@media (max-width: 768px) {
	.section-booking{
		padding: 0 30px;
	}
	.services-item {
		width: 100%;
	}
	.booking-blocks{
		flex-direction: column;
		padding: 0;
		margin-bottom: 0;
	}
	.section-booking{
		margin-bottom: 0;
	}
	.section-booking h2{
		font-size: 25px;
		line-height: 126%;
	}
	.section-booking p, .section-booking h3{
		font-size: 14px;
		line-height: 17px;
	}
	.section-booking p{
		text-align: left;
	}
	.booking-form{
		text-align: center;
	}
	.booking-form form{
		margin: 0 40px;
	}
	.booking-detail {
		padding: 0;
	}
}
@media (max-width: 450px) {
	.booking-form form{
		margin: 0;
	}
}

/* contacts */
.section-contacts{
	display: flex;
	gap: 100px;
}
.contacts-map{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.contacts-map img, .contacts-map iframe{
	width: 100%;
	height: 400px;
}
.contacts-detail{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	flex-direction: column;
	color: var(--color-white);
}
.contacts-detail h3{
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 0;
}
.contacts-detail p{
	margin-bottom: 0;
}
.contacts-detail a{
	color: var(--color-white);
}
@media (max-width: 768px) {
	.section-contacts{
		flex-direction: column;
		gap:0;
	}
	.contacts-map{
		width: 100%;
		order: 2;
	}
	.contacts-detail{
		width: 100%;
		padding: 30px;
		order: 1;
	}
	.section-contacts p, .section-contacts h3{
		font-size: 14px;
		line-height: 17px;
	}
	.contacts-map iframe{
		height: 60vw;
		max-height: 400px;
	}
}