b,
h1,
h2,
h3,
html,
small,
strong,
sub,
sup {
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html,
small,
sub,
sup {
	margin: 0;
	font-weight: 400;
	background: 0 0;
}
abbr,
address,
article,
aside,
audio,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h4,
h5,
h6,
header,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
span,
summary,
tbody,
tfoot,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: 400;
	vertical-align: baseline;
	background: 0 0;
}
b,
h1,
h2,
h3,
strong {
	font-size: 100%;
}
table {
	vertical-align: baseline;
	border-collapse: collapse;
	border-spacing: 0;
	font: 100%;
}
table,
td,
th {
	border: 0;
}
.works-list-controls__arrow img,
article,
aside,
details,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}
html {
	box-sizing: border-box;
	overflow-y: scroll;
	font-size: 10px;
	scroll-behavior: smooth;
}
*,
:after,
:before {
	box-sizing: inherit;
}
embed,
img,
object {
	max-width: 100%;
}
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: none;
}
a,
hr,
table,
td,
th {
	padding: 0;
}
a,
b,
h1,
h2,
h3,
strong,
table,
td,
th {
	margin: 0;
	background: 0 0;
}
a,
td,
th {
	font-size: 100%;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
td {
	font-weight: 400;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
input,
select {
	vertical-align: middle;
}
pre {
	white-space: pre-line;
	word-wrap: break-word;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"],
th {
	vertical-align: bottom;
}
.ie7 input[type="checkbox"],
a {
	vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
input,
select,
textarea {
	font: 99% sans-serif;
}
small {
	font-size: 85%;
}
b,
strong,
th {
	font-weight: 700;
}
td,
td img {
	vertical-align: top;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
}
.clickable,
button,
input[type="button"],
input[type="file"],
input[type="submit"],
label {
	cursor: pointer;
}
button,
input,
select,
textarea {
	margin: 0;
}
button,
input[type="button"] {
	width: auto;
	overflow: visible;
}
body {
	font: 400 1.8rem "Montserrat", sans-serif;
	color: #020646;
	letter-spacing: 0.02em;
}
h1,
h2,
h3 {
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 900;
}
h2,
h3 {
	font-size: 2.7rem;
}
h3 {
	font-size: 2.2rem;
	font-weight: 700;
}
a,
button {
	transition: all 0.3s ease;
}
a:hover,
button:hover {
	color: inherit;
}
a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover {
	text-decoration: none;
	outline: 0;
	cursor: pointer;
}
button,
input,
textarea {
	display: block;
	padding: 0;
}
button {
	background-color: transparent;
	border: 0;
	text-align: center;
}
input,
textarea {
	outline: 0;
	transition: all 0.3s ease;
	font-family: "Montserrat", sans-serif;
	resize: none;
}
body.compensate-for-scrollbar {
	margin-right: 0;
}
.header {
	background: url(../img/main-bg.jpg) no-repeat center top/cover;
	overflow: hidden;
}
.header-top {
	background-color: #00123050;
	min-height: 80px;
}
.header-top-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	color: #fff;
}
.header-place {
	background: url(../img/point.svg) no-repeat left center;
}
.header-date,
.header-mail,
.header-place {
	font-size: 1.6rem;
	padding-left: 40px;
}
.header-mail {
	background: url(../img/mail.png) no-repeat left center;
	color: #fff;
	transition: all 0.3s ease;
}
.header-mail:hover {
	color: #fff;
	opacity: 0.8;
}
.header-date {
	background: url(../img/clock.svg) no-repeat left center;
	min-height: 25px;
	display: flex;
	align-items: center;
}
.header-date b {
	margin-right: 5px;
}
.header-date b:not(:first-child) {
	margin-left: 15px;
}
.header.fixed .header-nav-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	box-shadow: 5px 5px 8px #13131320;
}
.header.fixed .header-top {
	margin-bottom: 60px;
}
.header-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-nav__logo {
	max-width: 155px;
}
.header-nav__logo svg {
	height: 50px;
	max-width: 155px;
}
.header-nav-wrapper {
	background-color: rgba(253, 253, 253, 0.8);
	transition: all 0.3s ease;
}
.header-nav__tel {
	background: url(../img/tel.png) no-repeat left center;
	padding-left: 30px;
	font-size: 2rem;
	font-weight: 600;
	color: #020646;
	transition: all 0.3s ease;
}
.header-nav__tel:hover {
	opacity: 0.8;
}
.header-nav__lang {
	font-size: 1.8rem;
	color: #fa0000;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.header-nav__lang:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #fa0000;
	margin-left: 5px;
}
.header-nav__lang:hover {
	color: #fa0000;
	opacity: 0.8;
}
.header-menu,
.header-menu__link,
.header-nav__lang {
	display: flex;
	align-items: center;
}
.header-menu__link {
	justify-content: center;
	text-align: center;
	padding: 0 15px;
	height: 60px;
	color: #020646;
	font-weight: 500;
	font-size: 1.3rem;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.header-menu__link:hover {
	background-color: #ed958035;
	font-weight: 700;
}
.header .hero {
	padding: 110px 0;
	position: relative;
}
.header .hero-offer {
	background-color: #ffffff73;
	padding-top: 100px;
	padding-bottom: 80px;
	padding-left: 122px;
	margin-left: -122px;
	max-width: 980px;
}
.header .hero-offer__title {
	margin-bottom: 15px;
}
.header .hero-offer__subtitle {
	font-size: 1.8rem;
	color: #020646;
	max-width: 660px;
	margin-bottom: 30px;
	font-weight: 500;
}
.header .hero-offer__btn {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 35px;
	background-color: #fa0000;
	color: #fff;
	font-weight: 700;
	font-size: 1.9rem;
	box-shadow: 10px 10px 20px #38416873;
	transition: all 0.3s ease;
}
.header .hero-offer__btn:hover {
	color: #fff;
	box-shadow: 7px 7px 12px #38416873;
}
.header .hero-comp {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 475px;
	width: 475px;
	border-radius: 50%;
	background: url(../img/main-round.jpg) no-repeat center center/cover;
	position: absolute;
	right: -60px;
	top: 150px;
	box-shadow: 5px 5px 30px #38416895;
}
.plus {
	padding: 100px 0 75px;
}
.plus-inner {
	display: flex;
}
.plus-title {
	max-width: 400px;
	margin-right: 50px;
}
.plus-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 25px 50px;
}
.plus-list__item {
	position: relative;
	padding-left: 65px;
	padding-top: 8px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 2rem;
	transition: all 0.3s ease;
}
.plus-list__item:hover:before {
	box-shadow: 2px 2px 4px #13131330;
}
.plus-list__item:before {
	content: "";
	display: block;
	height: 40px;
	width: 40px;
	box-shadow: 3px 3px 7px #13131330;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
}
.plus-list__item:after {
	content: "";
	display: block;
	height: 10px;
	width: 20px;
	border-left: 2px solid #fa0000;
	border-bottom: 2px solid #fa0000;
	position: absolute;
	left: 11px;
	top: 12px;
	transform: rotate(-45deg);
}
.about {
	background: url(../img/about-bg.jpg) no-repeat center center/cover;
	padding-top: 60px;
	padding-bottom: 100px;
}
.about-inner {
	padding: 25px 30px 60px 65px;
	background-color: #ffffff45;
}
.about-title {
	margin-bottom: 65px;
}
.about-text {
	-moz-columns: 2;
	columns: 2;
}
.about-text p {
	font-size: 1.8rem;
}
.about-text p:not(:last-child) {
	margin-bottom: 24px;
}
.services {
	background: url(../img/services-bg.jpg) no-repeat center center/cover;
	padding: 90px 0 100px;
}
.services-title {
	margin-bottom: 55px;
}
.services-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	margin-left: -45px;
	margin-right: -45px;
}
.services-item {
	box-shadow: 5px 5px 8px #13131320;
	background-color: #fff;
	position: relative;
	transition: all 0.4s ease;
}
.services-contact:hover,
.services-item:hover {
	box-shadow: 10px 10px 30px #13131325;
}
.services-item:hover .services-item__text {
	visibility: visible;
	opacity: 1;
}
.services-item__image {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
}
.services-item__title {
	min-height: 100px;
	text-align: center;
	font-weight: 800;
	font-size: 2.2rem;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}
.services-item__text {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 35px 45px 45px;
	font-size: 1.7rem;
	line-height: 1.4em;
	transition: all 0.4s ease;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
}
.services-contact {
	display: flex;
	flex-direction: column;
	padding: 50px;
	background-color: #83a4d3;
	box-shadow: 5px 5px 8px #13131320;
	transition: all 0.4s ease;
}
.services-contact__title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 2.2rem;
	margin-bottom: 28px;
}
.services-contact__tel {
	font-size: 2.8rem;
	font-weight: 600;
	color: #020646;
	margin-bottom: 5px;
}
.services-contact__mail:hover,
.services-contact__tel:hover {
	color: #020646;
	opacity: 0.8;
}
.services-contact__mail {
	font-size: 2rem;
	color: #020646;
}
.services-contact__subtitle {
	margin-top: auto;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 800;
}
.works {
	padding: 85px 0;
	overflow: hidden;
}
.works-title {
	margin-bottom: 60px;
}
.works-item {
	display: inline-block;
	padding: 35px 30px 50px;
	box-shadow: 5px 5px 12px #38416830;
	transition: all 0.3s ease;
}
.works-item:hover {
	box-shadow: 10px 10px 30px #38416835;
}
.works-item__image {
	display: block;
	width: 100%;
	height: 340px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 25px;
}
.works-item__title {
	display: block;
	font-weight: 700;
	font-size: 2.2rem;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #020646;
}
.works-item__subtitle {
	display: block;
	font-size: 1.8rem;
	color: #020646;
}
.works-list .slick-list {
	overflow: visible;
	margin: -10px;
}
.works-list .slick-slide {
	padding: 10px;
	opacity: 0.5;
	transition: all 0.3s ease;
}
.works-list .slick-slide.slick-active {
	opacity: 1;
}
.works-list-controls,
.works-list-controls__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
}
.works-list-controls {
	margin-top: 55px;
}
.works-list-controls__arrow {
	width: 74px;
	height: 36px;
}
.works-list-controls__dots {
	margin: 0 100px;
}
.works-list-controls__dots .slick-dots {
	display: flex;
	align-items: center;
}
.works-list-controls__dots .slick-dots li button {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #d7d7d7;
	font-size: 0;
	transition: all 0.3s ease;
}
.works-list-controls__dots .slick-dots li:not(:last-child) {
	margin-right: 15px;
}
.works-list-controls__dots .slick-dots li.slick-active button {
	height: 16px;
	width: 16px;
	background-color: #020646;
}
.contacts {
	padding: 55px 0;
	background: url(../img/contacts-bg.jpg) no-repeat center center/cover;
}
.contacts-content {
	padding-top: 35px;
}
.contacts-content__title {
	margin-bottom: 50px;
	color: #fff;
}
.contacts-content__address {
	padding-left: 40px;
	background: url(../img/red/address.png) no-repeat left top;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.6em;
	margin-bottom: 15px;
}
.contacts-content__scheme {
	display: inline-block;
	text-align: center;
	margin-left: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border: 1px solid #fff;
	color: #fff;
	margin-bottom: 35px;
	transition: all 0.3s ease;
	font-weight: 700;
	font-size: 1.6rem;
}
.contacts-content__scheme:hover {
	background-color: #fff;
	color: #020646;
}
.contacts-content__time {
	padding-left: 40px;
	background: url(../img/red/time.png) no-repeat left top;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.6em;
	margin-bottom: 35px;
	max-width: 260px;
}
.contacts-content__time b {
	margin-left: 5px;
}
.contacts-content__mail,
.contacts-content__tel {
	display: block;
	padding-left: 40px;
	color: #fff;
	font-size: 1.8rem;
}

.contacts-content__tel:not(:last-child) {
	margin-bottom: 15px;
}

.contacts-content__mail {
	font-weight: 700;
	background: url(../img/red/mail.png) no-repeat left center;
	margin-bottom: 35px;
}
.contacts-content__mail:hover,
.contacts-content__tel:hover {
	color: #fff;
	opacity: 0.8;
}
.contacts-content__tel {
	font-weight: 600;
	background: url(../img/red/tel.png) no-repeat left center;
}
.footer {
	background-color: #333b46;
	padding: 75px 0;
	color: #fff;
}
.footer-inner {
	justify-content: space-between;
}
.footer-inner,
.footer-menu {
	display: flex;
	align-items: center;
}
.footer-menu li a {
	font-weight: 500;
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #fff;
}
.footer-menu li a:hover {
	color: #fff;
	opacity: 0.7;
}
.footer-menu li:not(:last-child) {
	margin-right: 28px;
}
.footer-copyright {
	font-size: 1.6rem;
	font-weight: 400;
}
.footer-logo {
	max-width: 115px;
}
.footer-logo svg {
	width: 115px;
	height: 50px;
}
.popup {
	width: 95%;
	max-width: 100%;
	padding: 90px;
}
.popup-inner {
	display: grid;
	grid-template-columns: 7fr 3fr;
	grid-column-gap: 55px;
	max-width: 100%;
}
.popup-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.popup-slider-wrapper {
	position: relative;
	width: 100%;
	min-height: 605px;
}
.popup-slider .slick-slide img,
.popup-slider-nav img {
	width: 100%;
	height: 600px;
	-o-object-fit: cover;
	object-fit: cover;
}
.popup-slider-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 25px;
	margin-bottom: 30px;
}
.popup-slider-nav img {
	display: block;
	height: 130px;
	cursor: pointer;
}
.popup-slider-arrows {
	display: flex;
	align-items: center;
	margin-top: auto;
	justify-content: center;
}
.popup-slider-arrows__arrow:not(:last-child) {
	margin-right: 20px;
}
.popup-content {
	display: flex;
	flex-direction: column;
}
.popup-content__title {
	font-weight: 700;
	font-size: 2.2rem;
	margin-bottom: 25px;
}
.popup-content__text {
	font-size: 1.8rem;
	line-height: 1.25em;
	margin-bottom: 30px;
}
@media (max-width: 1400px) {
	.services-list {
		margin: 0;
	}
	.popup {
		padding: 70px;
	}
}
@media (max-width: 1199.98px) {
	.plus-inner {
		display: block;
	}
	.plus-title {
		max-width: none;
		margin-bottom: 50px;
	}
	.plus-title br {
		display: none;
	}
	.header .hero {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.header .hero-comp {
		position: static;
		margin: 30px auto 0;
	}
	.header .hero-offer {
		margin-left: 0;
		padding-left: 80px;
		padding-right: 80px;
		max-width: 100%;
	}
	.services-list {
		grid-template-columns: 1fr 1fr;
	}
	.contacts-map iframe {
		height: 500px;
	}
	.popup {
		padding: 50px;
	}
	.popup-inner {
		grid-template-columns: 5fr 3fr;
	}
}
@media (max-width: 991.98px) {
	.header-mail,
	.header-menu {
		display: none;
	}
	.header-nav {
		padding: 10px 0;
	}
	.header-nav__tel {
		margin-left: auto;
	}
	.header-nav__lang {
		margin-left: 30px;
	}
	.header .hero-offer {
		padding: 45px;
	}
	.about-text {
		-moz-columns: 1;
		columns: 1;
	}
	.about-text p:first-child br {
		display: none;
	}
	.about-inner {
		padding: 25px 45px;
	}
	.services-list {
		grid-template-columns: 1fr;
	}
	.contacts-map iframe {
		height: 520px;
	}
	.footer-menu {
		display: none;
	}
	.popup-inner {
		grid-template-columns: 1fr;
	}
	.popup-content {
		order: -1;
		margin-bottom: 30px;
	}
	.popup-slider .slick-slide img {
		height: 350px;
	}
	.popup-slider-wrapper {
		min-height: 350px;
	}
}
@media (max-width: 767.98px) {
	.header-top-inner {
		display: block;
	}
	.header-place {
		margin-bottom: 15px;
	}
	.plus-list {
		grid-template-columns: 1fr;
	}
	.services-item__title {
		padding-left: 15px;
		padding-right: 15px;
	}
	.contacts-content {
		margin-bottom: 50px;
	}
	.contacts-map iframe {
		height: 350px;
	}
}
@media (max-width: 575.98px) {
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 2.2rem;
	}
	h3 {
		font-size: 2rem;
	}
	.header .hero-offer {
		padding: 20px;
	}
	.header .hero-comp {
		display: block;
		width: 100%;
		height: auto;
		padding-bottom: 100%;
		position: relative;
		left: 0;
		top: 0;
	}
	.header .hero-comp img {
		width: 80%;
		height: 70%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.header-nav__tel {
		font-size: 1.7rem;
	}
	.plus {
		padding: 80px 0 70px;
	}
	.plus-list__item {
		font-size: 1.8rem;
	}
	.about-inner {
		padding: 25px;
	}
	.about-title {
		margin-bottom: 50px;
	}
	.services {
		padding: 70px 0 80px;
	}
	.services-title {
		margin-bottom: 50px;
	}
	.services-item__title {
		font-size: 1.8rem;
	}
	.works {
		padding: 70px 0;
	}
	.works-title {
		margin-bottom: 50px;
	}
	.works-list-controls__arrow {
		width: 50px;
	}
	.works-list-controls__dots {
		margin: 0 50px;
	}
	.footer {
		padding: 50px 0;
	}
	.popup-slider-arrows__arrow {
		width: 50px;
	}
}
@media (max-width: 450px) {
	html {
		font-size: 9px;
	}
	h1 {
		font-size: 2.2rem;
	}
	.header-nav {
		padding: 5px 0;
	}
	.header-nav__tel {
		display: none;
	}
	.header-nav-wrapper {
		box-shadow: 10px 10px 20px rgba(56, 65, 104, 0.3);
		position: relative;
	}
	.header-date {
		display: block;
		max-width: 235px;
	}
	.header-date b:not(:first-child) {
		margin-left: 0;
	}
	.header-hero {
		background: linear-gradient(
			to bottom,
			rgba(255, 255, 255, 0.8),
			rgba(255, 255, 255, 0.4)
		);
	}
	.header .hero-offer {
		padding: 0;
		background-color: transparent;
	}
	.plus-list__item {
		font-size: 1.7rem;
		padding-left: 60px;
	}
	.about {
		padding-bottom: 80px;
	}
	.about-inner {
		padding: 0;
		background-color: transparent;
	}
	.services-list {
		display: block;
	}
	.services-item:not(:last-child) {
		margin-bottom: 20px;
	}
	.services-item__image {
		height: 220px;
	}
	.services-contact {
		margin-bottom: 20px;
		padding: 25px;
	}
	.services-contact__title {
		font-size: 2rem;
	}
	.services-contact__mail {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	.works-item__image {
		height: 240px;
	}
	.works-list-controls__dots {
		margin: 0 50px;
	}
	.footer-copyright {
		font-size: 1.4rem;
		text-align: right;
	}
	.popup {
		padding: 40px 25px;
	}
	.popup-slider-nav img {
		height: 100px;
	}
	.popup-slider .slick-slide img {
		height: 250px;
	}
	.popup-slider-wrapper {
		min-height: 250px;
	}
}

.popup-slider-arrows__arrow {
	display: block !important;
}
