.fancybox__backdrop {
	background: rgb(56,56,56);
	opacity: 0.9;
}

.f-button {
	background-color: white;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr'),
      url("../fonts/helveticaneuecyr_roman.otf");
}

@font-face {
	font-family: 'HelveticaNeueCyrMedium'; 
    src: local('HelveticaNeueCyrMedium'),
      url("../fonts/helveticaneuecyr_medium.ttf");
}

@font-face {
	font-family: 'HelveticaNeueCyrLight'; 
    src: local('HelveticaNeueCyrLight'),
      url("../fonts/helveticaneuecyr_ultralight.otf");
}

* {
	font-family: 'HelveticaNeueCyr';
	color: #000928;
	margin: 0;
	padding: 0;
	letter-spacing: calc(1em / 16.67);
	font-size: 18px;
	line-height: 140%;
}

html {
	scroll-behavior: smooth;
}

.full-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.contact {
	margin: 0;
	background-color: #333367;
}

.contact_wrapper {
	display: flex;
	justify-content: end;
	margin: auto;
	max-width: 1108px;
	max-height: 44px;
}

.contact ul {
	display: flex;
	column-gap: 30px;
	padding-top: 9.5px;
	padding-bottom: 9.5px;
	list-style: none;
	text-decoration: none;
}

.contact a {
	text-decoration: none;
	color: white;
}

.contact a:hover {
	color: #D40512;
}

.header {
	border-bottom: 0.5px solid rgb(102 103 107 / 40%);
}

.header_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1108px;
	margin: auto;
	padding-top: 12px;
	padding-bottom: 12px;
}

.header_wrapper .contact_wrapper {
	display: none;
}

.header-logo {
	max-height: 50px;
}

.header-logo img:hover {
	filter: brightness(0) saturate(100%) invert(9%) sepia(87%) saturate(5993%) hue-rotate(352deg) brightness(105%) contrast(103%);
}

.nav {
	display: flex;
	column-gap: 30px;
	list-style: none;
}

.nav-link {
	padding: 5px 0px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000;
}

.nav-link:hover {
	color: #D40512;
}

.nav_wrapper .contacts_methods {
	display: none;
}

.header-container__burger {
	width: 50px;
	height: 50px;
	display: none;
	position: relative;
	z-index: 2;
}

.header-container__burger:hover {
	cursor: pointer;
}

.burger__line {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #D40512;
	transition: 0.5s;
}

.no-scroll {
	overflow: hidden;
}

.burger__line__first {
	top: 11px;
}

.burger__line__second {
	top: 23px;
}

.burger__line__third {
	top: 36px;
}

.open .burger__line__first {
	top: 23px;
	height: 2px;
	transform: rotate(45deg);
}

.open .burger__line__second {
	top: 23px;
	height: 2px;
	transform: rotate(-45deg);
}

.open .burger__line__third {
	display: none;
}

.blackout {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.show.blackout {
	position: absolute;
	opacity: 1;
	width: 100vw;
	height: 100vh;
}

.content {
	flex: 1 0 auto;
}

.hero {
	background-image: url("../img/hero.svg");
	background-position-x: right;
	background-position-y: bottom;
	background-repeat: no-repeat;
	height: 415px;
	margin-top: 70px;
	margin-bottom: 90px;
}

.hero_wrapper {
	max-width: 1108px;
	margin-left: auto;
	margin-right: auto;
}

.hero_slogan {
	width: fit-content;
}

.hero_slogan h1 {
	margin: 0;
}

.hero_slogan h3 {
	font-weight: 900;
	font-size: 16px;
	text-wrap: wrap;
	max-width: 66%;
	font-family: 'HelveticaNeueCyrLight';
}

.more_text {
	display: block;
	text-align: right;
	top: -80px;
	right: calc(50% - 150px);
	font-size: 16.50px;
	font-family: 'HelveticaNeueCyrLight';
	font-weight: 900;
	position: relative;
}

.hero_slogan .btn {
	background-color: #333367;
	font-size: 16px;
	color: white;
	padding: 12px 0px;
	border-radius: 5px;
	margin-top: 40px;
	display: block;
	max-width: 265px;
	text-align: center;
	text-decoration: none;
}

.hero_wrapper h1 {
	text-transform: uppercase;
	font-size: 50px;
}

.text-red {
	color: #D40512;
	display: block;
	font-size: 50px;
}

.section_wrapper {
	max-width: 1108px;
	width: 100%;
	height: 100%;
	margin: auto;
	padding-bottom: 110px;
}

.section_title {
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.section_body {
	width: 100%;
}

.grid3_2 {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.about .item {
	border-top: 2px solid rgba(0, 9, 40, 0.1);
	border-radius: 1px;
	padding-top: 10px;
	margin-right: 10px;
}

.about  li.item::marker {
	display: block !important;
	position: relative;
	content: '■';
	font-size: 20px;
}

.about li.item:nth-child(2n+1)::marker {
	color: #333367;
}

.about li.item:nth-child(2n)::marker {
	color: #D40512;
}

.about .item_title {
	font-size: 18px;
}

.about p {
	position: relative;
	left: 10px;
}

.about .item_body {
	font-family: 'HelveticaNeueCyrLight';
	margin-top: 10px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: calc(1em / 10);
}

.services .item {
	background-color: #F8F6F6;
	width: 100%;
	height: 180px;
	display: flex;
}

.services .item_title {
	font-size: 14px;
	max-width: 100%;
	padding: 15px 10px;
}

.services .item_body {
	max-width: 100px;
	max-height: 100px;
	margin: auto;
	padding-right: 30px;
}

.objects .object_img_wrapper {
	max-width: 734px;
	max-height: 500px;
}


.objects .object_description {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	margin: 30.5px 0px;
}

.objects .object_description .object_title {
	font-size: 18px;
	font-weight: bold;
	font-family: 'HelveticaNeueCyrMedium';
}

.objects .itc-slider-item {
	display: flex;
	column-gap: 20px;
	background-color: #FFFFFF;
	cursor: grab;
}

.objects .object_props {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.objects .object_props_item {
	border-top: 2px solid rgba(0, 9, 40, 0.1);
	border-radius: 1px;
	padding-top: 10px;
	margin-top: 30px;
}

.object_props_item_title {
	font-weight: 200;
	font-size: 14px;
	margin: 10px auto;
}

.object_props_item_body {
	font-weight: 600;
	font-size: 14px;
}

.objects .object_props_item ul {
	margin-left: 15px;
}

.objects .object_props_item  li::marker {
	display: block !important;
	position: relative;
	content: '■';
	font-size: 20px;
	color: #333367;
}

.objects .object_props_item  li {
	padding-left: 10px;
	font-weight: 600;
	font-size: 14px;
}

.docs {
	background-color: #F8F6F6;
	padding-top: 110px;
	width: 100%;
}

.docs .item {
	padding: 20px;
	color: #000928;
	background-color: #FFFFFF;
	border-radius: 4%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.docs .item_body {
	padding-top: 10px;
	font-size: 13px;
	font-weight: 200;
	letter-spacing: calc(1em / 8);
	text-decoration: none;
}

.docs a.item_body {
	color: #000928;
}

.docs a.item_body:hover {
	color: #D40512;
}

.reviews {
	padding-top: 110px;
}

.reviews .itc-slider-wrapper {
	background-color: #FFFFFF;
}

.reviews .itc-slider-item {
	flex: 0 0 25%;
	max-width: 25%;
	display: flex;
	justify-content: center;
	column-gap: 20px;
	align-items: center;
	color: rgba(255,255,255, 1);
	font-size: 7rem;
}

.reviews .itc-slider-item img {
  width: 100%;
	height: 310px;
}

.reviews .itc-slider-item a {
	padding: 20px 20px;
	border: 0.5px solid rgba(102 103 107 / 40%);
	cursor: zoom-in;
}

.itc-slider-indicators {
	align-items: center;
	bottom: -30px;
}

.itc-slider-indicator {
	border: 0.1px solid rgba(0, 9, 40, 0.4);
	border-radius: 50%;
	width: 8px;
	height: 8px;
}

.itc-slider-indicator.itc-slider-indicator-active {
	background-color: #333367;
}

.contacts .section_body {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}

.contacts .contacts_info {
	width: 80%;
}

.contacts .map {
	width: 100%;
}

.contacts .contacts_methods p {
	margin-bottom: 10px;
}

.contacts .contacts_methods {
    /* margin-bottom: 40px; */
	font-size: 30px;
}

.contacts .contacts_methods a {
	text-decoration: none;
	font-size: 18px;
	line-height: 140%;
	color: #000928;
}

.contacts .contacts_methods a:hover {
	color: #D40512;
}

.contacts .company_info_item {
	margin-bottom: 20px;
}

.contacts .company_info_item_title {
	font-family: 'HelveticaNeueCyrLight';
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

.contacts .company_info_item_body {
	font-size: 18px;
	font-weight: 500;
}

footer {
	flex: 0 0 auto;
	background-color: #333367;
	height: 130px;
}

.footer_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	max-width: 1108px;
	margin: auto;
}

.footer_logo {
	max-height: 50px;
}

.footer_logo img {
	max-height: 50px;
	overflow: hidden;
}

.footer_logo img:hover {
	filter: brightness(0) saturate(100%) invert(9%) sepia(87%) saturate(5993%) hue-rotate(352deg) brightness(105%) contrast(103%);
	cursor: pointer;
}

.footer_text {
	text-align: center;
	color: white;
	font-size: 14px;
	font-family: 'HelveticaNeueCyrLight';
	font-weight: 900;
	line-height: 25px;
	letter-spacing: 3px;
}

.footer_button {
	width: 49px;
	height: 50px;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: contain;
}

.footer_button:hover {
	filter: brightness(0) saturate(100%) invert(9%) sepia(87%) saturate(5993%) hue-rotate(352deg) brightness(105%) contrast(103%);
}

@media (max-width: 1880px) {
	.hero {
		background-position-y: 35%;
		background-position-x: 140%;
		background-size: 65%;
	}
}

@media (max-width: 1440px) {
	.hero {
		background-position-y: 60%;
		background-position-x: 140%;
		background-size: 60%;
	}
}

@media (max-width: 1024px) {
  
	.footer_wrapper,
  .header_wrapper,
  .hero_wrapper,
  .section_wrapper,
  .contact_wrapper {
		max-width: calc(100% - 84px);
	}

	.hero {
		background-position-y: 105%;
		background-position-x: 150%;
		background-size: 70%;
	}

	.hero .more_text {
		right: calc(50% - 230px);
	}

	.hero_slogan h3 {
		font-size: 15px;
		max-width: 72%;
	}

	.objects .object_img_wrapper {
		max-width: 622px;
		max-height: 500px;
	}

	.objects .object_description {
		max-height: 500px;
		margin: 10.5px auto;
	}

	.objects .object_img_wrapper img {
		width: 622px;
		height: 500px;
    /* object-fit: scale-down; */;
	}

	.reviews .itc-slider-item {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media (max-width: 768px) {
	.full-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.contact {
		display: none;
	}

	.header-container__burger {
		display: inline-block;
	}

	.header_wrapper .contact_wrapper {
		display: block;
	}

	.header_wrapper .contact_wrapper ul {
		list-style: none;
		display: flex;
		column-gap: 30px;
	}

	.header_wrapper .contact_wrapper a {
		text-decoration: none;
	}

	.header_wrapper .contact_wrapper a:hover {
		color: #D40512;
	}

	.nav_wrapper {
		position: fixed;
		opacity: 0;
		top: 0;
		left: 100%;
		max-width: 375px;
		width: 100%;
		min-height: 100vh;
		transform: translateX(100%);
		transition: all 0.7s linear;
		opacity: 1;
		box-sizing: border-box;
	}

	.nav_wrapper {
		margin-left: auto;
	}

	.nav {
		flex-direction: column;
		row-gap: 30px;
		align-items: flex-start;
	}

	.nav-link {
		color: #FFFFFF;
		font-family: 'HelveticaNeueCyr';
		font-size: 20px;
	}

	.nav_wrapper.show {
		position: fixed;
		z-index: 2;
		max-width: 375px;
		transform: translateX(-100%);
		background-color: #333367;
		padding: 60px 40px;
		display: flex;
		flex-direction: column;
		row-gap: 80px;
	}

	.nav_wrapper .contacts_methods p {
		margin-bottom: 20px;
	}

	.nav_wrapper .contacts_methods {
    /* margin-bottom: 40px; */
		font-size: 30px;
	}

	.nav_wrapper .contacts_methods a {
		text-decoration: none;
		color: #FFFFFF;
		font-family: 'HelveticaNeueCyr';
		font-size: 20px;
	}

	.nav_wrapper .contacts_methods a:hover {
		color: #D40512;
	}

	.nav_wrapper .contacts_methods {
		display: block;
	}

	.header_wrapper,
  .footer_wrapper,
  .section_wrapper {
		max-width: calc(100% - 60px);
	}

	.hero_wrapper {
		max-width: calc(100% - 50px);
	}

	.hero .more_text {
		right: calc(50% - 330px);
	}

	.grid3_2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.reviews .itc-slider-item {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.objects .itc-slider-item {
		flex-direction: column;
	}

	.objects .object_img_wrapper {
		max-width: 100%;
		max-height: 500px;
	}

	.objects .object_img_wrapper img {
		width: 100%;
		height: 500px;
	}

	.contacts .section_wrapper {
		padding-bottom: 0;
	}

	.contacts .section_body {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		column-gap: 20px;
	}

	.contacts .contacts_info {
		width: 100%;
	}

	.contacts .contacts_methods {
		font-size: 30px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	.contacts .contacts_methods a {
		font-size: 30px;
	}

	.footer_text {
		font-size: 9px;
	}
}

@media (max-width: 767px) {
	.hero .more_text {
		display: none;
	}

	.header_wrapper .contact_wrapper {
		display: none;
	}
}

@media (max-width: 550px) {
	.hero {
		background-position: center bottom;
		background-size: 100%;
		padding-bottom: 220px;
		margin-top: 0px;
	}

	.section_title {
		font-size: 30px;
	}

	.hero_wrapper {
		padding-top: 40px;
	}
	.hero_wrapper h1 {
		font-size: 30px;
		text-align: center;
	}

	.hero_slogan h3 {
		max-width: 100%;
	}

	.text-red {
		font-size: 30px;
	}

	.hero_slogan .btn {
		max-width: 100%;
		margin: 0 20px;
		margin-top: 40px;
	}

	.objects .object_img_wrapper img {
		height: 400px;
	}

	.reviews .itc-slider-item img {
		height: 500px;
	}

	.reviews .itc-slider-item {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.grid3_2 {
		grid-template-columns: repeat(1, 1fr);
	}

	.contacts .contacts_methods {
		display: block;
	}

	.contacts .contacts_methods a {
		font-size: 20px;
	}
}

@media (max-width: 480px) {

	.header_wrapper,
  .footer_wrapper,
  .section_wrapper {
		max-width: calc(100% - 60px);
	}

	.header_wrapper .contact_wrapper {
		display: none;
	}

	.hero {
		background-position: center bottom;
		background-size: 100%;
		padding-bottom: 220px;
	}

	.hero_slogan h3 {
		max-width: 100%;
		text-align: justify;
		padding: 0 20px;
	}

	footer {
		height: auto;
	}

	.footer_wrapper {
		flex-direction: column;
		justify-content: center;
		row-gap: 20px;
		align-items: center;
		padding: 40px 0;
	}
}

@media (max-width: 360px) {
	.header_wrapper,
  .footer_wrapper,
  .section_wrapper {
		max-width: calc(100% - 40px);
	}

	.section_wrapper {
		padding-bottom: 90px;
	}

	.section_title {
		font-size: 28px;
	}

	.docs,
  .reviews {
		padding-top: 50px;
	}

	.objects .section_wrapper,
  .services .section_wrapper,
  .docs .section_wrapper {
		max-width: 100%;
	}

	.objects .section_title,
  .docs .section_title,
  .services .section_title {
		padding-left: 30px;
	}

	.hero {
		margin-top: 70px;
		padding-bottom: 100px;
	}

	.hero_wrapper {
		padding-top: 0px;
	}

	.hero_wrapper h1 {
		font-size: 28px;
	}

	.text-red {
		font-size: 28px;
	}

	.hero .more_text {
		top: -140px;
	}

	.reviews .itc-slider-item img {
		height: 400px;
	}

	.about .item_title {
		font-size: 16px;
	}

	.objects .object_props,
  .objects .object_description .object_title {
		padding: 0 20px;
	}
}