html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

* {
	outline-color: rgba(82, 168, 236, .8);
}

address {
	display: unset;
	font-style: unset;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: ''
}

button {
	border: none;
	cursor: pointer;
}

ins {
	text-decoration: none
}

del,
s,
strike {
	text-decoration: line-through
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
	margin: 0
}

* {
	box-sizing: border-box;
}

iframe {
	width: -webkit-fill-available;
}

img {
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

svg {
	flex-shrink: 0;
	display: flex;
}

svg path {
	transition: .3s;
}

html {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: "Poppins", sans-serif;
	line-height: normal;
	font-weight: normal;
	background: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.source-sans {
	font-family: "Source Sans 3", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

.open-sans {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth"100;
}

.page-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
}

.page-body {
	padding-top: 125px;
	flex: 1;
}

.container {
	margin: 0 auto;
	width: 1200px;
}

@media only screen and (width < 1280px) {
	.container {
		width: calc(100% - 100px);
	}
}

@media only screen and (width < 1024px) {
	.container {
		width: calc(100% - 60px);
	}

	.page-body {
		padding-top: 99px;
	}
}

@media only screen and (width < 768px) {
	.container {
		width: calc(100% - 40px);
	}
}

@media only screen and (width < 640px) {
	.container {
		width: calc(100% - 32px);
	}
}

.btn {
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 138px;
	height: 50px;
	background: #2098CC;
	font-family: 'Gilroy', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	color: #FFF;
	transition: .3s;
}

.btn:hover,
.btn:focus {
	background: #55b5cb;
}

/* header */

.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #FFF;
	z-index: 100;
	transition: .5s;
}

.header.active {
	box-shadow: 0px 2px 20px rgba(72, 86, 100, 0.1);
}

.header__wrapper {
	padding: 18px 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	height: 125px;
}

.header__logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 89px;
}

.header__logo>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 50px;
	flex-grow: 1;
}

@media only screen and (width < 1024px) {
	.header__wrapper {
		padding: 16px 0;
		height: 99px;
	}

	.header__logo {
		width: 106px;
		height: 67px;
	}
}

/* angler vision */

.social__items {
	margin-bottom: 13px;
	display: flex;
	align-items: center;
	gap: 18px;
}

.social__item {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #DCDFE2;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	transition: .3s;
}

.social__item:hover {
	background: #2098CC;
}

@media only screen and (width < 640px) {
	.header .social__items {
		display: none;
	}
}

/* hero section */

.hero {
	padding-top: 64px;
}

.hero__wrapper {
	display: flex;
	column-gap: 17px;
}

@media only screen and (width < 1024px) {
	.hero__wrapper {
		flex-direction: column;
		row-gap: 52px;
	}
}

@media only screen and (width < 640px) {
	.hero {
		padding-top: 24px;
	}
}

/* video section */

.video {
	width: 795px;
	flex-shrink: 0;
}

.video__title {
	color: #F1C10E;
	font-size: 40px;
    /*font-size: 35px;*/
	line-height: 52px;
	letter-spacing: -1px;
}

.video__subtitle {
	margin-top: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #485664;
}

.video__box {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-top: 48px;
	width: 915px;
	margin-left: -120px;
	height: auto;
	aspect-ratio: 16 / 9;
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url("../img/video-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: .3s;
}

.video__box>iframe {
	display: none;
	width: 100%;
	height: auto;
}

.play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 94px;
	height: 94px;
	background: radial-gradient(#2098cc 50%, rgba(14, 162, 189, 0.4) 52%);
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}

.play-btn::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(14, 162, 189, 0.7);
	background: rgba(198, 16, 0, 0);
	animation-delay: 0s;
	animation: pulsate-btn 2s;
	animation-direction: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: steps;
}

.play-btn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFF;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:hover::after {
	border-left: 15px solid #2098cc;
	transform: scale(20);
}

.play-btn:hover::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFF;
	z-index: 200;
	animation: none;
	border-radius: 0;
}

@keyframes pulsate-btn {
	0% {
		transform: translate(-50%, -50%) scale(0.6, 0.6);
		opacity: 1;
	}

	100% {
		transform: translate(-50%, -50%) scale(1, 1);
		opacity: 0;
	}
}

@media only screen and (width < 1440px) {
	.video {
		width: 795px;
	}

	.video__box {
		margin-left: calc((1200px - 100vw) / 2);
		width: calc(795px + ((100vw - 1200px) / 2));
	}
}

@media only screen and (width < 1280px) {
	.video {
		width: calc(100% - 357px);
	}

	.video__box {
		margin-left: -50px;
		width: calc(100% + 50px);
	}
}

@media only screen and (width < 1024px) {
	.video {
		width: 100%;
	}

	.video__box {
		margin-left: -30px;
		width: calc(100% + 60px);
	}
}

@media only screen and (width < 768px) {
	.video__box {
		margin-left: -20px;
		width: calc(100% + 40px);
	}
}

@media only screen and (width < 640px) {
	.video__title {
		font-size: 36px;
		line-height: 44px;
	}

	.video__box {
		margin-left: -16px;
		margin-top: 32px;
		width: calc(100% + 32px);
	}
}

@media only screen and (width <= 500px) {
    .video__title {
        font-size: 32px;
        line-height: 44px;
    }
}

/* Contact us */

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

.contacts__title {
	color: #010529;
	font-size: 40px;
	line-height: 52px;
	letter-spacing: -1px;
}

.contacts__subtitle {
	margin-top: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #485664;
}

.form__wrapper {
	margin-top: 25px;
	flex-grow: 1;
}

.main__form {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	row-gap: 25px;
	transition: .3s;
}

.inputs__wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 12px;
	transition: .3s;
}

.inputs__wrapper input {
	padding: 12px 16px 13px;
	height: 46px;
	border: 1px solid #CED4DA;
	background: #FFF;
	font-size: 14px;
	line-height: 19px;
	color: #010529;
	width: 100%;
	flex-shrink: 0;
}

.inputs__wrapper input::placeholder {
	font-size: 14px;
	line-height: 19px;
	color: #6C757D;
}

.inputs__wrapper input:focus {
	border-color: rgba(82, 168, 236, .8);
	outline: none;
}

.input__error {
	display: none;
	font-size: 14px;
	line-height: 19px;
	color: #E40404;
}

.inputs__wrapper>input.error {
	border-color: #E40404;
}

.radiobuttons {
	display: flex;
	flex-direction: column;
	row-gap: 22px;
}

.radiobuttons__title {
	font-size: 18px;
	line-height: 26px;
	color: #010529;
}

.radiobuttons__wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

.radiobuttons__input {
	position: relative;
	padding-left: 40px;
	display: flex;
	align-items: center;
	column-gap: 18px;
	font-size: 14px;
	line-height: 20px;
	color: #010529;
	cursor: pointer;
}

.radiobuttons__input input {
	position: absolute;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	left: 2px;
	height: 20px;
	width: 20px;
	border: 2px solid #2098CC;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2098CC;
}

.radiobuttons__input input:checked~.checkmark:after {
	display: block;
}

.main__form .btn {
	margin-top: 3px;

}

@media only screen and (width < 1440px) {
	.inputs__wrapper {
		gap: 16px 12px;
	}
}

@media only screen and (width < 1280px) {
	.inputs__wrapper input:nth-child(-n+2) {
		width: calc((100% - 12px) / 2);
	}
}

@media only screen and (width < 640px) {
	.contacts__title {
		font-size: 36px;
		line-height: 44px;
	}

	.form__wrapper {
		margin-top: 31px;
	}

	.radiobuttons {
		margin-top: 14px;
	}
}

/* why section */

.why {
	padding-top: 140px;
	position: relative;
}

.why__background {
	position: absolute;
	top: -16.67vw;
	z-index: -1;
	width: 100%;
	height: auto;
	max-height: 1200px;
}

.why__title {
	color: #010529;
	font-size: 40px;
	line-height: 52px;
	letter-spacing: -1px;
}

.why__items {
	margin-top: 87px;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 40px;
	max-width: 692px;
}

.why__item {
	display: flex;
	flex-direction: column;
	width: 326px;
}

.why__item-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	background: #2098CC;
	border-radius: 4px;
}

.why__item-title {
	margin-top: 17px;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -1px;
}

.why__item-text {
	margin-top: 11px;
	font-size: 14px;
	line-height: 20px;
	color: #485664;
}

.why__img {
	position: absolute;
	right: 0;
	top: -43px;
	width: 730px;
	height: 905px;
	z-index: -1;
}

.why__img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (width < 1440px) {
	.why__background {
		top: -14.67vw;
	}

	.why__img {
		width: 620px;
	}
}

@media only screen and (width < 1280px) {
	.why__background {
		top: -11.67vw;
	}

	.why__img {
		top: 100px;
		width: 450px;
		height: auto;
	}

	.why__item {
		width: 300px;
	}
}

@media only screen and (width < 1024px) {
	.why__background {
		top: -29vw;
		width: 100%;
		height: 970px;
	}

	.why__img {
		top: -200px;
		width: 430px;
	}

	.why__item {
		width: 326px;
	}
}

@media only screen and (width < 768px) {
	.why__background {
		top: -33vw;
	}

	.why__img {
		top: -100px;
		width: 330px;
	}

	.why__item {
		width: 280px;
	}
}

@media only screen and (width < 640px) {
	.why {
		padding-top: 411px;
	}

	.why__background {
		top: 0;
		height: 100%;
		transform: scaleY(1.2);
	}

	.why__img {
		width: 400px;
		top: -92px;
	}

	.why__title {
		font-size: 36px;
		line-height: 44px;
		text-align: center;
	}

	.why__items {
		margin-top: 60px;
		row-gap: 40px;
	}

	.why__item {
		width: 100%;
		align-items: center;
	}

	.why__item-icon {
		width: 38px;
		height: 38px;
	}

	.why__item-icon>svg {
		width: 20px;
		height: auto;
	}

	.why__item-text {
		text-align: center;
	}
}

/* footer */

.footer {
	margin-top: 186px;
	background: #010529;
}

.footer__wrapper {
	padding: 60px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer__logo {
	width: 156px;
	height: 99px;
}

.footer__logo>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer__content {
	color: #FFFFFF;
	font-size: 40px;
	line-height: 52px;
	letter-spacing: -1px;
}

.footer .social__items {
	margin-bottom: 0;
	gap: 22px;
}

.footer .social__item {
	background: #1b1e3f;
	width: 40px;
	height: 40px;
}

.footer .social__item:hover {
	background: #2098CC;
}

@media only screen and (width < 1280px) {
	.footer {
		margin-top: 150px;
	}
}

@media only screen and (width < 1024px) {
	.footer__logo {
		width: 106px;
		height: 67px;
	}

	.footer__content {
		font-size: 30px;
		line-height: 42px;
	}

	.footer .social__items {
		gap: 18px;
	}
}

@media only screen and (width < 768px) {
	.footer__wrapper {
		flex-direction: column;
		row-gap: 40px;
	}

	.footer .social__items {
		gap: 22px;
	}
}

@media only screen and (width < 640px) {
	.footer {
		margin-top: 70px;
	}

	.footer__wrapper {
		padding: 64px 10px;
	}

	.footer__content {
		font-size: 36px;
		line-height: 44px;
		text-align: center;
	}
}
