/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
* {
	-webkit-tap-highlight-color: transparent;
}
img {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none !important;
}
:focus {
	outline: none !important;
}
html {
	overflow-y: scroll;
}
body {
	scrollbar-color: rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}
/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
	background-color: #eee;
	width: 10px;
}
/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 9em;
}
*::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
/* Стрелки */
::-webkit-scrollbar-button:vertical:start:decrement {
	background: rgba(0, 0, 0, 0.05);
	background-color: #eee;
}
::-webkit-scrollbar-button:vertical:end:increment {
	background: rgba(0, 0, 0, 0.05);
	background-color: #f6f8f4;
}
::-webkit-scrollbar-button:horizontal:start:decrement {
	background: rgba(0, 0, 0, 0.05);
	background-color: #f6f8f4;
}
::-webkit-scrollbar-button:horizontal:end:increment {
	background: rgba(0, 0, 0, 0.05);
	background-color: #f6f8f4;
}
/* Links */
a,
a:link,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* Common */
aside,
nav,
footer,
header,
section,
main {
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-size: inherit;
	font-weight: inherit;
}
ul,
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
img,
svg {
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
/* Form */
input,
textarea,
button,
select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
}
input::-ms-clear {
	display: none;
}
button,
input[type="submit"] {
	display: inline-block;
	box-shadow: none;
	background-color: transparent;
	background: none;
	cursor: pointer;
}
input:focus,
input:active,
button:focus,
button:active {
	outline: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
label {
	cursor: pointer;
}
legend {
	display: block;
}
:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}
.fancybox-slide.fancybox-slide--html.fancybox-slide--current.fancybox-slide--complete,
.fancybox-slide--current,
body.fancybox-active,
body.compensate-for-scrollbar::-webkit-scrollbar,
.fancybox-stage,
.fancybox-inner,
.fancybox-container,
.fancybox-slide {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

body {
	min-height: 100%;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	position: relative;
}
.menu {
	position: relative;
	z-index: 100;
	background: #f1f1f1;
}
.menu-wrap {
	margin: 0px 32px 0;
	padding-top: 32px;
}
.menu-box {
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
	padding: 14px 34px;
}
.menu-right {
	display: flex;
	align-items: center;
	gap: 32px;
}
.menu-tel a {
	display: flex;
	align-items: center;
	gap: 3px;
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
}
.menu-contact a {
	display: flex;
	padding: 11px 17px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 4px;
	background: #31365c;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 142.857%;
}
.one {
	background: #f1f1f1;
	padding: 78px 0 32px;
}
.containers {
	max-width: 1268px;
	margin: 0 auto;
	padding: 0 24px;
}
.one-box {
	display: flex;
	gap: 20px;
}
.one h1 {
	color: #333;
	font-family: "Roboto", sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
	text-transform: uppercase;
}
.one p {
	color: #666;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.15px;
	margin: 8px 0px 0px 0px;
}
.one a {
	border-radius: 4px;
	background: #31365c;
	display: inline-flex;
	padding: 18px 17px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
	margin-top: 32px;
}
.one-left {
	max-width: 703px;
}
.one-img {
	border-radius: 8px;
	overflow: hidden;
}
.one-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.two {
	background: #f1f1f1;
	padding: 32px 0;
}
.landings h2 {
	color: #333;
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	margin-bottom: 32px;
}
.two-box {
	border-radius: 8px;
	background: #fff;
	padding: 24px 34px;
}
.two-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.two-card {
	display: flex;
	gap: 3px;
	align-items: flex-start;
}
.two-card svg {
	min-width: 48px;
}
.two-card p {
	color: #666;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.15px;
	margin: 2.5px 0px 0px 0px;
}
.two-card-right b {
	color: #333;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.three {
	background: #f1f1f1;
	padding: 32px 0;
}
.three h2 {
	margin-bottom: 8px;
}
.three p {
	color: #666;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.15px;
	max-width: 703px;
}
.three-form {
	margin-top: 32px;
}
.three-form-flex {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.three-left {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.three-right {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.four {
	background: #f1f1f1;
	padding: 32px 0 64px;
}
.four-flex {
	display: flex;
	gap: 20px;
}
.four-left {
	max-width: 600px;
	width: 100%;
}
.four-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 16px;
	grid-column-gap: 20px;
}
.four-card b {
	color: #333;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	display: block;
	margin-bottom: 8px;
}
.four-card,
.four-card a {
	color: #666;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.15px;
}
.four-card > a,
.four-card p {
	display: block;
	margin: 0px 0px 4px 0px;
}
.three-form .form-group > label {
	margin-bottom: 4px;
	display: block;
	color: #333;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.three-form .required-star {
	color: #f25353;
	margin-left: 0px;
}
.three-form .form-group .input {
	position: relative;
}
.form-control {
	display: block;
	width: 100%;
	color: #666;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.15px;
	border-radius: 3px;
	color: #555;
	box-shadow: none;
	height: 48px;
	padding: 14px 14px 13px 14px;
	border-radius: 2px;
	border: 1px solid #ddd;
	background: #fff;
	transition: background ease-in-out 0.3s;
}
.three-form .fill-animate input {
	transition: background ease-in-out 0.3s;
}
.three-form textarea {
	overflow: hidden;
	padding-top: 10px;
	height: 98px;
	resize: none;
}
.three-form .checkbox {
	display: block;
	min-height: 20px;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.form-checkbox__input--visible {
	display: block;
	visibility: hidden;
	width: 0px;
	line-height: 0px;
	margin: 0px;
}
.form-checkbox__label {
	padding: 1px 0px 0px 31px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: none;
	display: block;
	min-height: 20px;
	color: #333;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.15px;
}
.form-checkbox__label a {
	color: #333;
}
.form-checkbox__label:hover .form-checkbox__box {
	box-shadow: 0px 0px 0px 1px inset #30365f;
	border-color: #30365f;
}
.form-group input[type="checkbox"] + label:not(.error) {
	margin-left: 0px;
}
.form-checkbox__input:checked + .form-checkbox__label .form-checkbox__box {
	border: 8px solid #30365f;
	background-color: #30365f;
}
.form-checkbox__input:checked + .form-checkbox__label .form-checkbox__box::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: -3px;
	top: 0px;
	width: 4px;
	height: 8px;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	content: "";
	box-sizing: content-box;
	transform-origin: 0 100%;
	animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}
.form-checkbox__box {
	border-radius: 4px;
	position: absolute;
	top: 0px;
	left: 0;
	height: 21px;
	width: 21px;
	box-sizing: border-box;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
	transition: all ease 0.3s;
}
.social__items {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	padding: 0;
	padding-right: 0px;
}
.social--picture-image .social__items {
	margin: -3px;
}
.social__item {
	margin: 0;
	display: flex;
	align-items: center;
}
.social__items--size-large .social__item.social__item--image a {
	width: 39px;
	height: 39px;
	background-position: -2px -190px;
}
.social__item.social__item--image a {
	background-color: #4f5a6b;
	background: url("../img/social.svg") -5px -193px no-repeat;
	width: 33px;
	height: 33px;
	border-radius: 4px;
	display: block;
}
.social__items--size-large .social__item.social__item--image.inst a {
	background-position: -143px -331px;
}
.social__items--size-large .social__item.social__item--image.yt a {
	background-position: -96px -331px;
}
.social__items--size-large .social__item.social__item--image.ok a {
	background-position: -49px -190px;
}
.social__item.social__item--image a:hover {
	opacity: 0.8;
	transition: opacity 0.3s ease-in-out;
}
.three-submit {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
	display: inline-flex;
	padding: 14px 46.5px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background: #31365c;
	width: max-content;
}
.four-right {
	flex-grow: 1;
	max-height: 275px;
	height: 275px;
	overflow: hidden;
}
.four-right iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.four-card > a:hover,
.four-card > a:focus,
.form-checkbox__label a:hover,
.form-checkbox__label a:focus,
.menu-tel a:hover,
.menu-tel a:focus {
	color: #30365f;
}
@keyframes checkbox-check {
	0% {
		width: 0;
		height: 0;
		border-color: #fff;
		transform: translate3d(0, 0, 0) rotate(45deg);
	}

	33% {
		width: 0.2em;
		width: 4px;
		height: 0;
		transform: translate3d(0, 0, 0) rotate(45deg);
	}

	100% {
		width: 0.2em;
		width: 4px;
		height: 0.5em;
		height: 8px;
		border-color: #fff;
		transform: translate3d(0, -8px, 0) rotate(45deg);
	}
}
.footer {
	background: #31365c;
	padding: 24px 0;
}
.footer-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}
.footer-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-left {
	display: flex;
	align-items: center;
	gap: 32px;
}
.footer-familiarize {
	color: #fff;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.13px;
}
.footer-familiarize a {
	display: block;
	color: #fff;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.footer-right {
	color: #999;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.13px;
}
.btn--ripple {
	position: relative;
	overflow: hidden;
}
.btn--ripple span {
	position: absolute;
	background: #fff;
	transform: translate(-50%, -50%);
	pointer-events: none;
	border-radius: 50%;
	animation: rippleAnimation 1s linear infinite;
}
@keyframes rippleAnimation {
	0% {
		width: 0px;
		height: 0px;
		opacity: 0.5;
	}
	100% {
		width: 500px;
		height: 500px;
		opacity: 0;
	}
}
.footer-familiarize a:hover {
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
}
.cookies-widget {
	position: fixed;
	display: flex;
	align-items: center;
	bottom: 0;
	max-width: 1200px;
	margin: 0 auto 20px auto;
	left: 0;
	right: 0;
	background: rgb(248, 248, 248);
	border: 1px #e5e5e5 solid;
	border-radius: 8px;
	color: rgb(51, 51, 51);
	line-height: 1.3;
	padding: 20px;
	gap: 20px;
	z-index: 999;
}
.cookies-widget .ttl {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}
.cookies-widget a {
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-decoration: underline;
}
.cookies-widget button {
	background-color: transparent;
	color: #30365f;
	border: 1px solid;
	border-color: hsla(232, 33%, 28%, 0.35);
	background: #fff;
	border-radius: 4px;
	padding: 9px 20px 10px;
	overflow: hidden;
	-webkit-transition: background-color 0.1s ease;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	position: relative;
}
.cookies-widget.hidden {
	display: none;
}
@media (max-width: 991px) {
	.one h1 {
		font-size: 42px;
	}
	.one-left {
		max-width: 380px;
	}
}
@media (max-width: 767px) {
	.one-box {
		flex-direction: column-reverse;
		gap: 24px;
	}
	.menu-wrap {
		margin: 0;
		padding: 0;
	}
	.menu-tel {
		display: none;
	}
	.menu-contact a {
		padding: 8px 12px;
		font-size: 12px;
	}
	.menu-box {
		padding: 14px 24px;
		border-radius: 0;
	}
	.one {
		padding: 32px 0 20px;
	}
	.one h1 {
		font-size: 32px;
	}
	.one p {
		font-size: 13px;
	}
	.one a {
		margin-top: 24px;
		padding: 12px 17px;
		font-size: 12px;
	}
	.landings h2 {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.two-list {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.two-box {
		margin: 0 -24px;
		border-radius: 0;
		padding: 24px;
	}
	.two-card-right {
		font-size: 17px;
	}
	.three p,
	.two-card p {
		font-size: 13px;
	}
	.three,
	.two {
		padding: 20px 0;
	}
	.three h2 {
		margin-bottom: 8px;
	}
	.three-form {
		margin-top: 24px;
	}
	.three-form-flex {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.form-control {
		height: 40px;
		padding: 11px 12px;
		font-size: 13px;
	}
	.three-form textarea {
		height: 80px;
	}
	.form-checkbox__label {
		font-size: 13px;
	}
	.three-submit {
		padding: 12px;
		width: 100%;
		font-size: 12px;
	}
	.four {
		padding: 20px 0 40px;
	}
	.four-flex {
		flex-direction: column;
		gap: 24px;
	}
	.four-list {
		grid-template-columns: 1fr;
		grid-gap: 16px;
	}
	.four-card b {
		font-size: 16px;
	}
	.four-card,
	.four-card a {
		font-size: 13px;
	}
	.footer-flex {
		flex-direction: column;
		gap: 16px;
	}
	.footer-familiarize {
		font-size: 12px;
	}
	.footer-left {
		width: 100%;
	}
	.footer-right {
		font-size: 12px;
	}
}
