* {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000;
}

ul, li {
	display: flex;
	padding: 0;
	margin: 0;
	justify-content: space-between;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
	transition: all 0.5s ease;
}

h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: 700;
	line-height: 1.4em;
	color: #000;
	/*text-transform: uppercase;*/
}

h1 {
	font-weight: 400;
	font-size: 50px;
	line-height: 54px;
	color: #163A8A;
	text-shadow: 2px 2px 4px #D0D0D0;
	font-family: 'Ruslan Display';
	margin-top: 0;
	margin-bottom: 20px;
}

h2 {
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: #163A8A;
	margin-bottom: 30px;
}

h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

p {
	margin: 0;
	line-height: 160.2%;
	color: #000;
}

a {
	text-decoration: none;
	color: #fff;
}

button {
	border: none;
	cursor: pointer;
	background-color: transparent; 
}

input, button:focus {
	outline: none;
}

.header {
	background: url('../img/fongalery.jpg') no-repeat center top / cover;
/*	padding-bottom: 79px;*/
	padding-top: 25px;
}

.container {
	width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.top {
	display: flex;
	align-items: center;
	padding: 0 60px;
}

.top img {
	margin-right: 428px;
}

.telmail {
	display: flex;
	/*width: 505px;*/
}

.tel a {
	font-weight: 800;
	font-size: 25px;
	line-height: 30px;
	color: #163A8A;
	text-shadow: 4px 2px 4px rgba(255, 255, 255, 0.85);
	
}

.tel p {
	font-weight: 800;
	font-size: 15px;
	line-height: 18px;
	color: #163A8A;
	text-shadow: 4px 2px 4px rgba(255, 255, 255, 0.85);
	text-align: center;
}

.mail a{
	font-weight: 800;
	font-size: 25px;
	line-height: 30px;
	color: #163A8A;
	text-shadow: 4px 2px 4px rgba(255, 255, 255, 0.85);
	
}

.tel:hover {
	transition: all 0.5s ease;
	transform: scale(1.2);
}

.mail:hover {
	transition: all 0.5s ease;
	transform: scale(1.2);
}

.mail {
	margin-left: auto;
	transition: all 0.5s ease;
}

.tel {
	transition: all 0.5s ease;
}

.menu {
	padding: 0 60px;
	margin-top: 40px;
	margin-bottom: 50px;
}

.galery_cont img {
	margin-right: 30px;
	margin-bottom: 30px;
filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}

.galery_cont {
display: flex;
flex-wrap: wrap;
}

.galery_cont img:nth-child(2n) {
	margin-right: 0;
}

.offer {
	text-align: center;
}

.offer p {
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	color: #FFFFFF;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.99);
}

.offer_btn {
	width: 352px;
	height: 63px;
	background: #163A8A;
	box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.25);
	border-radius: 15px;
	display: block;
	color: #fff;
	font-weight: 800;
	font-size: 20px;
	line-height: 24px;
	padding: 20px 44px;
	margin: 50px auto 216px;
	transition: all 0.5s ease;
}

.offer_btn:hover {
	background: #1D4EBC;
	transition: all 0.5s ease; 
}

ul li:hover {
	transition: all 0.5s ease;
	transform: scale(1.2);
}

.scroll img:hover {
	transform: translate(0px, 20px);
	transition: transform 0.8s ease;
}

.scroll img {
	
	transition: all 0.8s ease;
}

.works {
	background: url('../img/section1.jpg') no-repeat center top / cover;
	padding-bottom: 60px;
	padding-top: 60px;
}

.works_img img {
	margin-right: 17px;
	margin-bottom: 17px;
	width: 370px;
	height: 245px;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}

.fix p {
	color: #FF0000;
	margin-bottom: 15px;
}

.vidos {
	
	
}

.vidos_cont {
	display: flex;
	text-align: center;
	margin: 0 auto 50px;
	justify-content: space-evenly;
	flex-wrap: wrap
}

video {
	margin-bottom: 15px;
}

.work img:last-of-type {
	margin-right: 0;
}

.works p {
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	width: 767px;
	text-align: center;
	margin: 0 auto 50px;
}

.we {
	background: url('../img/section2.jpg') no-repeat center top / cover;
	padding-bottom: 60px;
	padding-top: 60px;
}

.card p {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 23px;
}

.cards {
	display: flex;
	justify-content: space-between;
	text-align: center;
	flex-wrap: wrap;
	margin-bottom: 55px;
}

.wapp {
	margin: 20px auto 50px auto;
	text-align: center;
}

.wapp p {
	margin-top: 20px;
}

.wapp img:hover{
	opacity: 0.5;
	transition: all 0.5s ease;
}

.wapp img {
	transition: all 0.5s ease;
}

.footer {
	background-color: #163A8A;
	padding-top: 30px;
	padding-bottom: 45px;
}

.footer_cont {
	display: flex;
	justify-content: space-between;
}

.footer_menu {
	display: flex;
}

.line {
	margin-right: 60px;
}

.line ul {
	display: block;
	
}

.line ul li a {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 15px;
}

.line:last-of-type {
	margin-right: 0;
}

.contacts {
	align-items: center;
    display: flex;
    flex-direction: column;
}

.contacts a {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #FDFDFD;
	text-shadow: 4px 3px 4px rgba(255, 255, 255, 0.48);
	text-align: center;
	margin: 0 auto;
}

.contacts p {
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	color: #FDFDFD;
	text-shadow: 4px 3px 4px rgba(255, 255, 255, 0.48);
	text-align: center;
	margin: 9px auto 0;
}

.con {
	margin-bottom: 17px;
}

.logo_btn {
	height: 57px;
    width: 160px;
}

.tel {
	margin-right: 86px;
}

.hamburger {
	display: none;
}

.animated {
	opacity: 0;
}

/*--- ----------------------------------------------------- ----*/

/*992 - 1200*/
@media screen and (max-width: 1200px) {

.container{
	width: 950px;
}

.top img {
	margin-right: auto;
}

.top {
	padding: 0;
}

.works p {
	width: auto;
}

.works_img img {
	margin-bottom: 30px;
}

.menu {
	padding: 0;
}

.card {
	width: 270px;
	margin-bottom: 30px;
}

.cards {
	justify-content: space-around;
}

.works_img {
	text-align: center;
}

.works_img img:nth-child(2n){
	margin-right: 0;
}

.galery_cont img {
	margin-right: 0;
	width: 100%;
}

}

/*--- ----------------------------------------------------- ----*/

/*768 - 992*/
@media screen and (max-width: 992px) {

.container{
	width: 720px;
	padding-right: 0.5%;
    padding-left: 0.5%;
}

/*.top img {
    margin-right: 65px;
    }*/

.tel a {
	font-size: 18px;
}

.mail a {
	font-size: 18px;
}

.menu ul li {
	font-size: 16px;
}

.works_img img {
	width: 350px;
}

.works_img img {
	width: 345px;
}


}

/*--- ----------------------------------------------------- ----*/

/*576 - 768*/
@media screen and (max-width: 768px) {

.container{
	width: 540px;
}



.menu ul li {
	font-size: 14px;
}

h1 {
	font-size: 40px;
}

.menu {
	margin-bottom: 50px;
}

.tel {
	margin-right: 55px;
}

.works_img img {
    width: auto;
    margin-right: 0;
}

.line {
    margin-right: 23px;
    }

.line ul li a {
	font-size: 13px;
}

.logo_btn {
	width: 108px;
}
}

/*--- ----------------------------------------------------- ----*/

/*320 - 576*/
@media screen and (max-width: 576px) {

	.container{
	width: 95%;
}

.top {
	flex-direction: column;
}

.telmail {
	flex-direction: column;
}

.top img {
	margin-right: 0;
}

.tel {
	margin-right: 0;
}

.mail {
	margin-left: 0;
}

.telmail {
	align-items: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

#navigation {
	display: flex;
    flex-direction: column;
    background-color: white;
    padding: 20px;
    position: absolute;
    left: 17%;
    margin-left: auto;
    left: 38%;
    top: 10%;
}

#navigation a {
	color: #000;
}

.mob {
	display: flex;
}

.hamburger {
	position: absolute;
    top: 5%;
    left: 0;
    display: block;
}

.main-menu {
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
    z-index: 10;
    top: 12%;
    left: auto;
}

.footer_cont {
	flex-direction: column;
}

.footer_menu {
	order: +2;
	margin: 20px auto;
}

.logo_btn {
	width: auto;
    text-align: center;
}

.contacts {
	margin-top: 20px;
}

.works_img img {
	width: 95%;
    height: auto;
}

.offer_btn {
	width: 285px;
    font-size: 15px;
}

h1 {
	line-height: 43px;
	font-size: 37px;
}

.offer_btn {
	margin-bottom: 116px;
}

.works p {
	font-size: 18px;
}

.mActive {
    display: none;
}

#navigation a {
	padding: 10px 24px;
	
}



}