/*font-family: 'Noticia Text', serif;*/
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Raleway', sans-serif;*/
/*color: #0f4c85;*/
/*color: #00305b;*/
/*color: #163d41;*/
/*color: #eaf4f6;*/
/*rgb(0 48 91)*/

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	color: #000;
	background: #ffffff;

}

a {
	text-decoration: none;
	color: none;
	color: #000;

}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

/*
.mas {
	height: 50px;
}
*/
h1 {
	margin: 0;
	margin-top: -20px;
	color: #00305b;
	font-size: 42px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-align: center;
	padding-top: 20px;
}

h2 {
	margin: 0;
	padding-top: 20px;
	text-align: center;
	font-style: 38px;
	font-weight: 800;
	font-family: 'Raleway', sans-serif;
}

h4 {
	text-transform: uppercase;
	text-align: center;
}

iframe {
	height: 250px;
	width: 500px;
}

.container {
	/*    width: 100%;*/
	width: 1100px;
	margin: 0 auto;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: none;

}




/*        header      */

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

.header__container {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 1100px;
	margin: 0 auto;
	justify-content: space-around;
}

.header_left {
	display: flex;
	align-items: flex-start;
	padding: 30px 15px;
	font-size: 20px;
}

.main {
	color: #0285ce;
}

.company__phone {
	padding: 25px 15px;
	/*	align-items: center;*/
}

.phone__item {
	text-decoration: none;
	color: #00305b;
	font-size: 21px;
	font-weight: 500;
}


.header__end {
	display: flex;
	align-items: center;
}

.header__ul {
	display: flex;
	align-items: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header__li {
	float: left;
	padding: 15px 15px;
}

.header-page__link {
	font-family: 'Raleway', sans-serif;
	color: #0f4c85;
	font-weight: 500;
	font-size: 27px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color .2s;
}

.header-page__link:hover {
	color: #5292ce;
}

.header__ul::after {
	content: "";
	display: block;
	clear: both;
}

.accordion {
	display: none;
	position: absolute;
	right: 5%;
	background: #fff;
	margin-top: 15px;
}

.accordion__list {
	list-style: none;

}

.accordion__link {
	color: #0f4c85;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 21px;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
}

.accordion__link:hover {
	color: #5292ce;
}


.header__li:hover ul {
	display: block;
}

/*     mobil-nav   */

.mobile-menu {
	position: fixed;
	display: none;
	align-items: center;
	justify-content: flex-start;
	padding: 0 16px;
	top: 0;
	left: 0;
	height: 50px;
	z-index: 9999999;
}

.mobile-menu__btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 30px;
	cursor: pointer;
	transition: .4s;
}

.mobile-menu__icon {
	display: block;
	position: relative;
	background: #00305b;
	width: 90%;
	height: 4px;
	transition: .4s;
}

.mobile-menu__icon::after,
.mobile-menu__icon::before {
	content: "";
	display: block;
	position: absolute;
	background: #00305b;
	width: 100%;
	height: 4px;
	transition: .4s;
}

.mobile-menu__icon::after {
	top: 8px;
}

.mobile-menu__icon::before {
	top: -8px;
}

.mobile-menu__container {
	width: 300px;
	position: fixed;
	/*	text-align: center;*/
	display: flex;
	flex-direction: column;
	top: 50px;
	left: 0;
	z-index: 999;
	height: 0;
	opacity: 1;
	transition: .5s;
	overflow: hidden;
	background-color: rgb(255, 255, 255, 0.9);
}

.mobile-menu__list {
	transition: .5s;
	list-style: none;
	padding-left: 15px;
	/*	margin-top: -50px;*/
}

.mobile-menu__item {
	font-size: 16px;
	padding-bottom: 15px;
}

.mobile-menu__link {
	text-decoration: none;
	color: #00305b;
	font-weight: 600;
}

.mobile-menu__link:hover {
	color: #5292ce;
}

.mobile-menu__checkbox {
	display: none;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
	opacity: 1;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__container {
	height: 100%;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
	background: transparent;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before,
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
	top: 0;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/*     mobil-nav   */



/*     /header     */

/*        header      */


/*       sectson_top          */

.section_top {}

.photo {
	padding-top: 7%;
	text-align: center;

}

.top_container {
	/*	align-self: center;*/
	/*	justify-content: center;*/
}

.mainphoto {

	width: 90%;
	/*	justify-content: center;*/
}

.top_box {
	position: relative;
	top: -100px;
	left: 30%;
	width: 35%;
	justify-content: center;
	background: rgba(15, 38, 62, 0.6);
	padding: 40px;
	color: aliceblue;
}

.box_title {
	font-size: 35px;
	margin: 0;
	font-weight: 400;
	padding-bottom: 10px;
}

.top_text {
	font-size: 16px;
}


/*        sectson_top       */

/*          section_catalog              */

.section_catalog {
	position: relative;
	top: -150px;
	/*	left: 3%;*/
	align-items: center;

}

.catalog_container {
	margin-left: 10%;
	margin-right: 5%;
	display: flex;
	flex-wrap: wrap;
}

.catalog_title {
	text-align: center;
	font-size: 40px;
	color: #00305b;
	margin-bottom: 30px;
	margin-top: 50px;
}

.first_title {
	margin-top: 100px;
}

.catalog_item {
	font-family: 'Open Sans', sans-serif;
	color: #082b4a;
	flex-wrap: wrap;
	padding: 20px;
	justify-content: space-between;
	text-align: center;
	margin: 1%;
	width: 30%;
	box-sizing: border-box;
	background: #f0f2f4;

}

.main_item {
	font-size: 19px;
}

.catalog_item:hover {}

.catalog_number {
	font-size: 60px;
	/*	font-family: 'Noticia Text', serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Raleway', sans-serif;*/
	font-style: italic;
	font-weight: 100;
	text-underline-offset: 15px;
	/*	border-bottom: 1px solid black;*/
	text-decoration: underline 1px;
}

.catalog_subtitle {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.catalog_link {
	/*font-family: 'Raleway', sans-serif;*/
	padding-top: 20px;
	color: #4157d1;
	text-decoration-line: underline;

}


/*             section_catalog          */

/*              section_team*/
.section_team {
	position: relative;
	top: -100px;
	left: 30
}

.team_container {
	/*	padding-top: 20px;*/
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	/*	text-align: center;*/
	/*	justify-content: center;*/
}

.img_team {
	width: 40%;
}

.second_photo {
	/*	margin-left: -10%;*/
}

.team_item {
	margin-top: 30px;
	width: 50%;

	text-align: center;

}


.team_title {
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.2;
	color: #00305b;
	font-size: 19px;
}

.team_text {
	position: relative;
	left: 18%;
	width: 80%;
	font-size: 19px;
	text-align: left;

}

.second_text {
	left: 10%;
	right: 2%;
}

.list_title {
	margin-top: 100px;
	padding-left: 30px;
	font-size: 30px;
}

.team_list {
	margin-left: 15%;
	font-size: 30px;
	line-height: 1.5;
	color: #042543;
}

/*               section_team*/



/*footer_container*/
footer {}

.footer_container {
	padding-bottom: 20px;
	background: #042543;
	color: #f7f7f7;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	/*	width: 100%;*/
}

.footer_img {
	/*	width: 100%;*/
}

.footer_photo {
	width: 100%;
}

.footer_map {
	width: 500;
	height: 250px;
	margin: 20px;
	margin-left: 5%;

}

.footer_contact {
	font-size: 18px;
	margin: 20px;
	width: 45%;
	color: #f7f7f7;
	line-height: 2em;
}

.footer_email {
	color: #f7f7f7;
}

.footer_phone {
	color: #f7f7f7;
}

.insta_logo {
	width: 30px;
	margin-top: 15px;
}







/*footer_container*/






/*                                                     pages                                                                       */



/*                              section_main                                            */

.section_main {
	margin-top: 120px;
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 5%;
}

.main_container {
	width: 1100px;
}

.main_photbox {
	display: flex;
	flex-wrap: wrap;
	/*	justify-content: center;*/
	align-items: center;
	font-size: 19px;
}

.main_photo {
	width: 30%;
	text-align: center;
	/*	margin-left: 5%;*/
}

.photo_img {
	width: 70%;

}

.main_text {
	width: 70%;
	/*	line-height: 1.6em;*/
}

.main_title {
	color: #00305b;
	font-size: 44px;
	margin-bottom: 30px;
	text-align: center;
}

.main_item {
	/*	margin-left: 10%;*/
	/*	margin-right: 10%;*/
	/*	line-height: 1.5em;*/
}

.main_service {
	margin-top: 30px;
	font-size: 20px;
}

.text {
	text-indent: 5%;
}







/*             pages            */



/*@media*/


/*@media (max-width: 1200px)*/

@media (max-width: 1200px) {

	.container {
		width: 100%;
		box-sizing: border-box;
	}

	.main_photbox {
		align-items: center;
		justify-content: center;
	}

	.main_photo {
		display: flex;
		width: 100%;
		justify-content: center;

	}

	.main_text {
		width: 100%;
		line-height: 1.2em;
	}

	.main_title {
		margin-top: 20px;
	}

	.main_item {
		line-height: 1.2em;
	}


	.header__container {
		width: 100%;
	}

	.company__name {
		font-size: 38px;
	}

	.header-page__link {
		font-size: 18px;
	}

	.header__li {
		padding: 8px 8px;
	}

	.footer {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.top_box {
		top: 0;
		left: 20%;
		width: 45%;
	}

	.box_title {
		font-size: 20px;
	}


	.section_catalog {
		position: relative;
		top: 0;

	}

	.section_team {
		position: relative;
		top: 5%;
		/*	text-align: center;*/
		justify-content: center;
	}

	.first_title {
		margin-top: 30px;
	}
	
	.main_title{
		font-size: 35px;
	}
	
}




/*@media (max-width: 950px)*/

@media (max-width: 950px) {
	.section_catalog {
		align-items: center;
	}

	.mobile-menu {
		display: flex;
	}

	.header__nav {
		display: none;
	}

	.header__container {
		width: 100%;
		justify-content: center;
	}

	

	.header__container {}

	.company__phone {
		padding: 0;
		margin-top: 10px;
		/*		margin-bottom: 10px;*/
	}

	.footer_container {}

	.main_title {
		margin-bottom: 20px;
	}

	.top_box {
		width: 60%;
		left: 15%;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.catalog_item {
		width: 45%;
	}

	.list_title {
		margin-top: 30px;
	}

	.list_title {
		font-size: 25px;
	}

	.team_list {
		font-size: 20px;
		line-height: 1.2em;
	}


	.catalog_number {
		font-size: 50px;
	}

	.catalog_item {
		width: 100%;
	}

	.team_item {
		width: 100%;
	}

	.team_text {
		left: 7%;
		width: 90%;
	}

	.img_team {
		width: 40%;
	}

	.second_photo {
		margin-left: 0;
	}
	.main_title{
		font-size: 30px;
	}

}



/*@media (max-width: 750px)*/

@media (max-width: 750px) {

	.header_left {
		font-size: 14px;
/*		display: none;*/
	}

	.footer_contact {
		width: 100%;
	}

	.footer_map {
		text-align: center;
		width: 400px;
		height: 250px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.contacts {
		height: 850px;
	}

	.catalog_item {
		width: 100%;
	}

	.team_item {
		width: 100%;
	}

	.team_text {
		left: 5%;
		width: 90%;
	}

	.img_team {
		width: 40%;
	}
	.photo_img{
		width: 50%;
	}

	.photo {
		/*		width: 80%;*/
	}

}

/*
	.catalog_container{
		display: block;
	}
*/




.team_text {
	padding: 0;
	/*		width: 80%;*/
}


/*
.catalog_container {
	margin-left: 5%;
	margin-right: 5%;
	display: block;
	flex-wrap: wrap;
}
*/
/*
	.catalog_number{
		font-size: 50px;
	}
}
*/

/*@media (max-width: 675px)*/

@media (max-width: 675px) {
	.contacts__text-page {
		width: 100%;
	}

	.map-page {
		width: 400px;
		height: 200px;
	}

	.contacts__title-page {
		font-size: 16px;
	}

	.contacts__social {
		padding-right: 0;
	}

	.catalog_title {
		font-size: 30px;

	}

	.catalog_container {
		margin-left: 5%;
		align-items: center;

	}


}



/*@media (max-width: 650px)*/

@media (max-width: 650px) {
	iframe {
		width: 400px;
		height: 175px;
	}

	.footer_map {
		margin-bottom: 0;
		height: 200px;
	}

	.main_title {
		font-size: 30px;
	}

	.main_service {
		margin-top: 10px;
	}

}

/*@media (max-width: 500px)*/

@media (max-width: 500px) {
	iframe {
		width: 300px;
		height: 150px;
	}

	.main_title {
		font-size: 25px;
	}

	/*

	.footer_map {
		text-align: center;
		width: 300px;
		height: 200px;
	}
*/

	.catalog__item {
		padding-left: 30px;
		padding-right: 30px;
	}

	.company__name {
		font-size: 20px;
	}

	.company__profile {
		font-size: 12px;
	}

	.phone__item {
		font-size: 14px;
	}

	.company__phone {
		padding-bottom: 10px;
	}

	.mobile {
		right: 10px;
	}

	.mobile__main {
		font-size: 12px;
	}

	.img__page {
		width: 250px;
	}
        .top_box{
		left: 10%;
                
	}

}

/*@media (max-width: 350px)*/

@media (max-width: 350px) {
	.map {
		width: 200px;
		height: 150px;
	}

	.map-page {
		width: 200px;
		height: 150px;
	}

	.section-top__title {
		font-size: 20px;
		padding-top: 5px;
	}

	.catalog__item {
		padding-left: 10px;
		padding-right: 10px;
	}

}




/*@media (max-width: 300px)*/

@media (max-width: 300px) {
	.company__name {
		font-size: 13px;
	}

	.company__profile {
		font-size: 10px;
	}
}
