/*
*	{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after	{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus	{
	outline: none;
}

*::-webkit-input-placeholder	{
	color: #c0c0c0;
	opacity: 1;
}

*:-moz-placeholder	{
	color: #c0c0c0;
	opacity: 1;
}

*::-moz-placeholder	{
	color: #c0c0c0;
	opacity: 1;
}

*:-ms-input-placeholder	{
	color: #c0c0c0;
	opacity: 1;
}

::-webkit-scrollbar	{
	width: 10px;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 100px;
}

::-webkit-scrollbar.hover	{
	background-color: rgba(0, 0, 0, 0.09);
}

::-webkit-scrollbar-thumb:vertical	{
	background: rgba(0, 0, 0, 0.5);
	border-radius: 100px;
	background-clip: padding-box;
	background-color: rgba(0, 0, 0, 0);
	min-height: 10px;
}

::-webkit-scrollbar-thumb:vertical:active	{
	background: rgba(0, 0, 0, 0.61);
	border-radius: 100px;
}
//
body input:focus:required:invalid,
body textarea:focus:required:invalid	{
color: #000;	
}

body input:required:valid,
body textarea:required:valid	{
color: #000;	
}

html, body	{
	height: 100%;
}

//
body	{
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.65;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	opacity: 1;	
}

.img-responsive	{
	display: block;
	max-width: 100%;
	height: auto;
}
*/
html	{
	background-color: #d7d7d7;	
}

body	{
	margin: 0;
	padding: 0;
	/*background: #d7d7d7;*/
	font-family: 'Prompt', sans-serif;
	font-size: 15px;
	overflow-x: hidden;
	opacity: 1;
}
/*
p 	{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6	{
	margin: 0;
	padding: 0;
}
*/
.img-responsive	{
	display: block;
	max-width: 100%;
	height: auto;
} 

/*
.header	{
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.header	{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}
	*/
header	{
	background: #d7d7d7;	/*#d7d7d7;*/

}
/*
header.logo	{
	max-width: 150px;
	display: block;
}
*/
header .logo	{
	/*max-width: 150px;*/
	display: block;
}

header .menu_list	{
	list-style-type: none;
}

header .menu_list li	{
	display: inline-block;
	padding: 0 10px;
}

header .menu_list li a	{
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	display: block;
	text-decoration: none;
	color: #222;
}

header .menu_list li a:hover	{
	color: #FC521F;
}
/*
header .menu_list li a:before	{
	display: block;
}

header .menu_list li a:after	{
	display: block;
}
*/

#main{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 150px 0;
	position: relative;
}

#main .before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, .7);

}

#main .inner{
	z-index: 2;
	position: relative;
}

#main .inner > h1{
	font-size: 56px;
	color: #111;
}

#main .inner > .description{
	margin: 15px 0 30px;
}

.btn{
	text-decoration: none;
	color: #fff;
	background-color: #FC521F;
	transition: all .4s ease;
	padding: 10px 15px;
	border-radius: 30px;
	font-weight: 500;
}

.btn:hover{
	text-decoration: none;
	color: #fff;
	background-color: #DE4112;
	transition: ;
}

.container0	{
	margin: 0;
	padding: 0;

}
.container	{
	margin: 0;
	padding: 0;

}
.container .main_img{
	width:1280px;
}
.top	{	/* nav */
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
/**/
.logo	{
	//width: 80px;
	width: 15%;
	align: left;
}

.headline	{
	align: center;
	width: 70%;
	/*width: 320px;*/
	display: block;
	display: flex;
}

.menu	{
	align: right;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	width: 10%;
}

.menu_pic	{
	width: 100%;
	margin-right: 10px;
	/*width: 40px;*/
}

/**/
.line 	{
	height: 5px;	/*1%*/
	width: 100%;
}

.works_image	{
	width: 100%;
	margin: 0;
	padding: 0;
}

.img_label
	{
	text-align: center;
}

.img_maker {
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
}

h1 {
    font-size: 72px;
    text-transform: uppercase;
    color: #9c0008;         /*#cccccc;*/
    text-align: center;
    margin: 10px 0;
    font-family: 'STIX Two Math', serif;
}

h2 {
    font-size: 30px;
    text-align: center;
    margin: 10px 0;
}

p {
	margin: 0px 20px;
	padding: 0; 
	font-family: 'Prompt', sans-serif;
	font-size: 15px;
}

a .menu_link	{
	font-size: 42px;	
}

.main-text	{
	margin: 0px 20px 20px 0px;
}

.main-content	{
	align: center;
	max-width: 1280px;
	margin: 0;
	padding: 0; 
	position: relative;
}

.main-img	{
	display: block;
	display: flex;
	align: center;
	/*width: 720px;*/
	margin: 0;
	padding: 0; 
	position: absolute;
}

.main_image	{
	align: center;
	display: block;
	display: flex;
	/*min-width: 320px;
	max-width: 1280px;*/
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	/*
	margin-bottom: -13px;-3%;-1%
	margin-top: -7px;

	max-width: 1280px;
    display: block;
    display: flex;
    position: relative;
    align-content: center;
	*/
}
/**/
.line   {
    height: 5px;    /*1%*/
    width: 100%;
}


.works_image    {
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer	{	
		width: 100%;
	display: block;
	display: flex;
		justify-content: space-between;
	height: 120px;
}

.footer_buttons	{
	display: flex;
	align-items: center;
/*	width: 420px;	
	align: center;
*/
align: center;
}

.social	{	/*
	
	wight: 360px;
	margin: 0 auto;
	*/
	align: center;
	margin: 0 auto;
}

.lft_but	{
	align: left; 
	margin-left: 10px;
	visibility: false;
	transparent: 100%;

}

.frst_soc	{	 
	align: left;
	margin-right: 20px;
}

.btw_soc{
	align: center;
	margin-left: 120px;
	margin-right: 120px;
}

.lst_soc	{
	align: right;
	margin-left: 20px;
}

.rght_but	{
	align: right; 
	margin-right: 10px;
}

.wrapper{

}

.open{
	display: flex !important;
}
/*
.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-height: 100px;
	background-color: #3E424B;
	color: #FAF6F2;
	padding: 0 40px;
}

.logo{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #FAF6F2;	//#5A5652
	width: 90px;
	height: 90px;
}
*/
.a{
	display: block;
	color: #000;
}
/*
.nav{
	display: flex;
	align-items: left;
	align: right;
	width: 700px;
	padding: 0 40px;
}
*/
.nav ul{
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: space-between;	
}

.burger{
	display: none;
	position: relative;
	z-index: 50;
	align-items: center;
	justify-content: flex-end;
	width: 60px;	/* 30px */
	height: 48px;	/* 18px */
}

.burger span{
	height: 10%;	/* 10%	2px */
	width: 100%;
	transform: scale(1);
	background-color: #9C0008;	/* #FAF6F2 */
}

.burger::before, .burger::after{
	content: '';
	position: absolute;
	height: 10%;	/* 10%	2px */
	width: 100%;
	background-color: #9C0008;	/* #FAF6F2 */
	transition: all 0.3s ease 0s;
}

.burger::before	{ top: 0 }

.burger::after	{ bottom: 0}

/* Добавляем класс active для анимации иконки бургера */
.burger.active span { transform:scale(0) }

.burger.active::before{
	top: 53%;
	transform: rotate(-45deg) translate(0, -47%);
}

.burger.active::after{
	top: 47%;
	transform: rotate(45deg) translate(0, 53%);
}
/*
При разрешении экрана 900px и ниже, выводим на экран иконку бургера
@media (min-width: 900px) { 
*/
	.burger { display: flex; }

	.nav{
		display: none;
		flex-direction: column;
		align: right;
		align-items: left;
		position: fixed;/*relative; absolute; none;*/
		/*height: 375px;	/* 100% */
		/*width: 150px;	 100% */
		/*top: 60px; right: 0px;*/
		/* bottom: 0px; left: 0px; */
		z-index: 50;
		overflow-y: auto;
		padding: 0px 0px 0px 0px;
		background-color: #d7d7d7;/* white */
		animation: burgerAnimation 0.4s;
	}

	.nav ul{
		flex-direction: column;
		row-gap: 30px;
	}
/*
}
*/  
@keyframes burgerAnimation {
	from {opacity: 0}
	to {opacity: 1}
}

.footer {
	text-align: center;
	padding: 10px 0;
}


.video_previews	{
		width: 100%;
	display: block;
	display: flex;
		justify-content: space-between;
	height: 120px;		
}	
.video_links	{
		width: 100%;
	display: block;
	display: flex;
		justify-content: space-between;
	height: 120px;
}


.container ul li	{
	list-style:none;
	float: left;
	width: 100%;
	/*	position: relative;	*/
}
/*
.container ul li a	{
		display: block;
	display: flex;
	position: relative;
	max-width: 320px;
	max-height: 320px;
	overflow: cover;
}
*/
.container ul li a img {
	/*
	display: block;
		display: flex;
		*/
	max-width: 100%;
}
/* ==========  Mobile First  ==========*/ 
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px){
.nav	{
	height: 420px;	
	width: 150px;	
	top: 60px; right: 0px;	
}
.burger	{
	width: 30px;
	height: 30px;	/*22px;*/
}
h1 {
    font-size: 24px;
    margin: 15px 0;
}

h2 {
    font-size: 15px;
    margin: 15px 0;
}

p {
	font-size: 12px;
}	

a .menu_link	{
	font-size: 18px;	
}
    .photo    {
        width: 96%;
    }
    	.container ul li	{
		width: 96%;
	}   
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px){
    //
.nav	{
	height: 420px;	
	width: 150px;	
	top: 85px; right: 0px;
}
.burger	{
	width: 50px;	/*45px;*/
	height: 50px;	/*36px;*/
}
h1 {
    font-size: 32px;
    margin: 15px 0;
}

h2 {
    font-size: 20px;
    margin: 15px 0;
}

p {
	font-size: 15px;
}	

a .menu_link	{
	font-size: 18px;	
}
    .photo    {
    	align: center;
        width: 46%;
    }
    	.container ul li	{
		width: 46%;
	}
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px){
    //
.nav	{
	height: 420px;	
	width: 150px;	
	top: 108px; right: 0px;	/* 90 */ 	
}
.burger	{
	width: 70px;	/* 60px; */
	height: 70px;	/* 48px; */
}
h1 {
    font-size: 48px;
    margin: 15px 0;
}

h2 {
    font-size: 24px;
    margin: 15px 0;
}	

a .menu_link	{
	font-size: 24px;	
}
    .photo    {
    	    	align: center;
        width: 29.33333%; //33.33333
    }	
    	.container ul li	{
		width: 29.33333%;
	}
}
/* Medium Devices, Desktops */ 
@media only screen and (min-width : 992px){ 
    //
.nav	{
	height: 420px;	
	width: 150px;	
	top: 139px; right: 0px; /* 120 */ 	
}
.burger	{
	width: 95px;	/*80px;*/
	height: 95px;	/*66px;*/
}
h1 {
    font-size:52px;
    margin: 15px 0;
}

h2 {
    font-size: 26px;
    margin: 15px 0;
}	

a .menu_link	{
	font-size: 32px;	
}
    .photo    {
    	    	align: center;
        width: 21%;
    }	
    	.container ul li	{
		width: 21%;
	}
}
/* Large Devices, Wide Screens */ 
@media only screen and (min-width : 1200px){    
    //
.nav	{
	height: 420px;	
	width: 150px;	
	top: 174px; right: 0px;	/*150*/	
}
.burger	{
	width: 136px;	/*100*/
	height: 136px;	/*80*/
}
h1 {
    font-size: 72px;
    margin: 15px 0;
}

h2 {
    font-size: 30px;
    margin: 15px 0;
}

p {
	font-size: 15px;
}	

a .menu_link	{
	font-size: 38px;	
}
    .photo    {
    	    	align: center;
        width: 16%;
    }
        	.container ul li	{
		width: 16%;
	}

}

}
/* Extra Large Devices, SmartTV */ 
@media only screen and (min-width : 1500px){    
/*
.container {
    max-width: 1500px;
}
*/
.nav	{
	height: 420px;	
	width: 150px;	
	top: 228px; right: 0px;// 180 	
}
.burger	{
	width: 150px;//120px;
	height: 150px;//96px;
}	
h1 {
    font-size: 96px;
    margin: 20px 0;
}

h2 {
    font-size: 45px;
    margin: 20px 0;
}

p {
	font-size: 25px;
}

a .menu_link	{
	font-size: 42px;	
}

    .photo    {
        width: 12%;
    }
        	.container ul li	{
		width: 12%;
	}
}
*/

/* ==========  Desktop First  ========== */
/* Extra Large Devices, SmartTV */
@media only screen and (max-width : 1500px){
/*
.container {
    max-width: 1500px;
}
*/
.nav	{
	height: 420px;	
	width: 150px;	
	top: 228px; right: 0px;/* 180 */	
}
.burger	{
	width: 150px;/*120px;*/
	height: 150px;/*96px;*/
}	
h1 {
    font-size: 96px;
    margin: 20px 0;
}

h2 {
    font-size: 45px;
    margin: 20px 0;
}

p {
	font-size: 25px;
}

a .menu_link	{
	font-size: 42px;	
}

    .photo    {
        width: 12%;
    }
        	.container ul li	{
		width: 12%;
	}

}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){
/*
.container {
    max-width: 1200px;
}
*/
.nav	{
	height: 420px;	
	width: 150px;	
	top: 174px; right: 0px;/*150*/	
}
.burger	{
	width: 136px;/*100px;*/
	height: 136px;/*80px;*/
}
h1 {
    font-size: 72px;
    margin: 15px 0;
}

h2 {
    font-size: 30px;
    margin: 15px 0;
}

p {
	font-size: 15px;
}	

a .menu_link	{
	font-size: 38px;	
}
    .photo    {
    	    	align: center;
        width: 16%;
    }
        	.container ul li	{
		width: 16%;
	}

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
/*
.container {
    max-width: 940px;
}
*/
.nav	{
	height: 420px;	
	width: 150px;	
	top: 139px; right: 0px;/* 120 */	
}
.burger	{
	width: 95px;/*80px;*/
	height: 95px;/*66px;*/
}
h1 {
    font-size:52px;
    margin: 15px 0;
}

h2 {
    font-size: 26px;
    margin: 15px 0;
}	

a .menu_link	{
	font-size: 32px;	
}
    .photo    {
    	    	align: center;
        width: 21%;
    }	
    	.container ul li	{
		width: 21%;
	}

}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
	/*
.container {
    max-width: 720px;
}
*/
.nav	{
	height: 420px;	
	width: 150px;	
	top: 108px; right: 0px;/* 90 */	
}
.burger	{
	width: 70px;/*60px;*/
	height: 70px;/*48px;*/
}
h1 {
    font-size: 48px;
    margin: 15px 0;
}

h2 {
    font-size: 24px;
    margin: 15px 0;
}	

a .menu_link	{
	font-size: 24px;	
}
    .photo    {
    	    	align: center;
        width: 29.33333%; /*33.33333*/
    }	
    	.container ul li	{
		width: 29.33333%;
	}

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 420px){
/*
.container {
    max-width: 420px;
}
*/
.nav	{
	height: 420px;	
	width: 150px;	
	top: 85px; right: 0px;	/* 75 */
}
.burger	{
	width: 50px;/*45px;*/
	height: 50px;/*36px;*/
}
h1 {
    font-size: 32px;
    margin: 15px 0;
}

h2 {
    font-size: 20px;
    margin: 15px 0;
}

p {
	font-size: 15px;
}	

a .menu_link	{
	font-size: 18px;	
}
    .photo    {
    	align: center;
        width: 46%;
    }
    	.container ul li	{
		width: 46%;
	}	

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){
/*
.container {
    max-width: 320px;
}
*/
.nav	{
	height: 420px;	
	width: 150px;	
	top: 60px; right: 0px;	
}
.burger	{
	width: 30px;
	height: 30px;/*22px;*/
}
h1 {
    font-size: 24px;
    margin: 15px 0;
}

h2 {
    font-size: 15px;
    margin: 15px 0;
}

p {
	font-size: 12px;
}	

a .menu_link	{
	font-size: 18px;	
}
    .photo    {
        width: 96%;
    }
    	.container ul li	{
		width: 96%;
	}
	/*
	header .menu_list li	{
	font-size: 15px;
}
	*/

header .menu_list li a	{
	font-size: 15px;	
}

}

@keyframes burgerAnimation {
	from {opacity: 0}
	to {opacity: 1}
}

.footer {
	text-align: center;
	padding: 10px 0;
}

