@font-face {
	font-family: "Druk Text Wide Cyr";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local("Druk Text Wide Cyr"),
		url("../fonts/DrukTextWideCyrBold.otf") format("opentype");
}
@font-face {
	font-family: "Druk Text Wide Cyr";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local("Druk Text Wide Cyr"),
		url("../fonts/DrukTextWideCyrMedium.otf") format("opentype");
}
@font-face {
	font-family: "Stratos LC Web";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local("Stratos LC Web"),
		url("../fonts/StratosLCWeb-Light.ttf") format("opentype");
}
@font-face {
	font-family: "Stratos LC Web";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local("Stratos LC Web"),
		url("../fonts/StratosLCWeb-Medium.ttf") format("opentype");
}
@font-face {
	font-family: "Stratos LC Web";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local("Stratos LC Web"),
		url("../fonts/StratosLCWeb-Bold.ttf") format("opentype");
}
@font-face {
	font-family: "East Sea Dokdo Cyrillic";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("East Sea Dokdo Cyrillic"),
		url("../fonts/3172-font.otf") format("opentype");
}

body {
	min-width: 360px;
	font-size: 16px;
	line-height: 18px;
}

body {
	background-color: #fff;
}

body.block-scroll {
	height: 100vh;
	overflow: hidden;
}
main {
	overflow: hidden;
}
.hiden {
	display: none;
}

.alt-font {
	font-family: "East Sea Dokdo Cyrillic";
}

.main-logo-cont {
	padding: 16px;
}

.main-logo {
	display: block;
	width: 121px;
	height: 24px;
	background: center no-repeat url(../img/icons/logo-gw-white.svg);
	background-size: contain;
}

.secondary-color {
	color: rgba(0, 0, 0, 0.4);
}
.on-tablet,
.on-laptop {
	display: none;
}

.block-5 .swiper picture {
	display: block;
}

.block-5 .swiper img {
	display: block;
	width: 100%;
	height: auto;
}

.block-5 .swiper .swiper-pagination .swiper-pagination-bullet {
	margin: 0 11px;
	width: 15px;
	height: 15px;
	opacity: 0.4;
	background: #fff;
}

.block-5
	.swiper
	.swiper-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.block-5 .swiper-horizontal > .swiper-pagination-bullets,
.block-5 .swiper-pagination-bullets.swiper-pagination-horizontal,
.block-5 .swiper-pagination-custom,
.block-5 .swiper-pagination-fraction {
	bottom: 24px;
}

.btn-main {
	display: inline-flex;
	padding: 16.5px;
	align-items: center;
	justify-content: center;
	color: #000000;
	text-decoration: none;
	font-family: "Druk Text Wide Cyr";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	border: solid;
	background: #ffdb10;
	border: 3px solid #ffffff;
	border-radius: 65px;
}
.btn-main.btn-white {
	background-color: #fff;
}
.modal-window-swift {
	display: none;
}

.modal-window-swift.open {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	overflow: auto;
}

.modal-window-swift__cont {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 32px 16px;
}

.modal-window-swift__close {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: #000000;
	opacity: 0.5;
}

.modal-window-swift__wrapper {
	position: relative;
	z-index: 20;
	max-width: 800px;
	min-height: 646px;
	width: 100%;
	margin: 0 auto;
	padding: 70px 32px 32px;
	background-color: #4372e9;
	border-radius: 6px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}

.modal-window-swift__tabs-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	padding-bottom: 32px;
}

.modal-window-swift__tabs-list-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	margin: 10px;
	width: 100%;
	background-color: #fff;
	border-radius: 24px;
	cursor: pointer;
}

.modal-window-swift__tabs-list-item.active {
	background-color: #ffdb10;
}

.modal-window-swift__tabs-list-item a {
	text-decoration: none;
	color: #000000;
	font-size: 16px;
	line-height: inherit;
	text-transform: uppercase;
	font-family: "Druk Text Wide Cyr";
	font-style: normal;
	font-weight: 500;
}

.modal-window-swift__tabs-content-list-item {
	display: none;
	font-family: "Stratos LC Web";
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
}
.modal-window-swift__tabs-content-list-item.active {
	display: block;
}
.modal-window-swift__tabs-content-list-item b {
	display: inline-block;
	font-family: "Druk Text Wide Cyr";
	font-weight: 500;
	font-size: 16px;
	line-height: inherit;
	word-break: break-all;
}
.modal-window-swift__wrapper-cross {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	cursor: pointer;
	background-color: #ffdb10;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 6px;
}
.modal-window-swift__wrapper-cross::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: center no-repeat url(../img/icons/cross.svg);
	background-size: contain;
}

body::before {
	content: "smartphone";
	display: none;
}
@media screen and (min-width: 500px) {
	.modal-window-swift__tabs-list-item {
		width: calc(50% - 20px);
	}
}
@media screen and (min-width: 768px) {
	body::before {
		content: "tablet";
	}

	.on-tablet {
		display: revert;
	}
	.modal-window-swift__wrapper {
		padding: 32px;
		min-height: 588px;
	}

	.modal-window-swift__tabs-content-list-item b {
		display: inline;
	}
	.modal-window-swift__tabs-list-item {
		width: 170px;
	}
	.modal-window-swift__tabs-list {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 768px) {
	.no-tablet {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.no-laptop {
		display: none;
	}
	.on-laptop {
		display: revert;
	}
	.main-logo-cont {
		padding: 0 16px;
	}

	body::before {
		content: "laptop";
	}
	.btn-main {
		transition: box-shadow 0.3s ease;
	}
	.btn-main:hover {
		box-shadow: 6px 7px 12px rgba(188, 145, 7, 0.548961);
	}
	.slider-arrow .swiper .slider-button {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		z-index: 10;
		width: 10%;
		cursor: pointer;
	}
	.slider-arrow .swiper .slider-button::before {
		content: "";
		display: block;
		width: 50px;
		height: 26px;
		background-color: #fff;
	}
	.slider-arrow .swiper .slider-button.button-prev {
		top: 0;
		left: 0;
		bottom: 0;
	}
	.slider-arrow .swiper .slider-button.button-next {
		top: 0;
		right: 0;
		bottom: 0;
	}
	.slider-arrow .swiper .slider-button.button-prev::before {
		background: center no-repeat url(../img/icons/slider-arrow-left.svg);
		background-size: contain;
		filter: drop-shadow(0px 2px 25px #000000);
	}
	.slider-arrow .swiper .slider-button.button-next::before {
		background: center no-repeat url(../img/icons/slider-arrow-right.svg);
		background-size: contain;
		filter: drop-shadow(0px 2px 25px #000000);
	}
	.modal-window-swift__wrapper {
		padding: 60px;
	}
	.modal-window-swift__cont {
		bottom: 0;
	}
}
