@font-face {
    font-family: myFirstFont;
    src: url(../fonts/ArTarumianAreg_U.woff);
}
@font-face {
    font-family: mySecondFont;
    src: url(../fonts/Verdana.woff2) format('woff2'),url('../fonts/Verdana.woff') format('woff');	
}
body h1{
	font-family: myFirstFont;
        color: #A41C1E;
        text-align: right;
}
.h1_head{
    display: flex;
    justify-content: flex-end;
    float: none !important;
    height: auto !important;
}
.h1_head h1{
    border-bottom: 1px solid #A41C1E;
}
p{
	font-family: mySecondFont;
}

#header{
	height: 105px;
	background-color: #F4ECE9;
	font-family: myFirstFont;
}
#div_header{
	height: 100%;
}
#div_header > div, #div_header > div > div{
	height: 100%;
}
.logo_1{
	padding-top: 10px;
}
.logo_1 > img{
	cursor: pointer;
}
.menu_block{
	height: 100%;
	float: right;	
}
.menu_item{
	height: 100%;
	/*display: table;*/
        display: flex;
        align-items: center;
	cursor: pointer;
	float: left;
	font-size: 12px;
	border-bottom: 3px solid #F4ECE9;
}

.menu_item a{
    color: #212529;
}

.menu_item > p{
/*	display: table-cell;
	vertical-align: middle;*/
        border-bottom: 3px solid  #f4ece9;
	padding: 0 8px;
}
.menu_item p:hover{
	border-bottom: 3px solid  #A71C1F;
}
.active{
	border-bottom: 3px solid #000000 !important;
        color: #A41C1E;
}
.language{
	float: right;
	padding-top: 32px;
	width: 55px;
	margin-left: 10px;
        font-size: 12px;
}
.language > p, .language > img{
	height: 14px;
	cursor: pointer;
	float: left;
        color: #A41C1E;
}
.language > img{
    margin: 3px 0 0 10px;
}
.language > div > p{
	height: 20px;
	margin-top: 5px;
        margin-bottom: 5px;
}
.language > div > p:hover{
	color: #A41C1E;
}
.language_list{
	display: none;
	width: 30px;
	position: absolute;
	z-index: 9999;
	margin-top: 20px;
}
.language_list > p{
	cursor: pointer;
}

/*menu block for phone*/
.phone_menu_button{
	float: right;
	width: 105px;
	height: 100%;
	display: none;
}
.menu_block_phone{
	display: none;
}
.spinner-master * {
    transition: all 0.3s;
    box-sizing: border-box;
}
.spinner-master{
    position: relative;
    margin: 25px auto;
    height: 50px;
    width: 50px;
}
.spinner-master input[type=checkbox] {
    display: none;
}
.spinner-master label {
    cursor: pointer;
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 10px;
}
.spinner-master .spinner {
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #A71C1F;
   box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1); 
}
.spinner-master .diagonal.part-1 {
    position: relative;
    float: left;
}
.spinner-master .horizontal {
    position: relative;
    float: left;
    margin-top: 7px;
}
.spinner-master .diagonal.part-2 {
    position: relative;
    float: left;
    margin-top: 7px;
}
.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal {
    opacity: 0;
}
.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
    transform: rotate(405deg);
}
.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
    transform: rotate(-405deg);
    margin-top: -16px;
}
.menu_block_phone{
		margin-top: 105px;
		position: absolute;
		z-index: 999;
		width: 100%;
	}
	.menu_item_1{
		width: 100%;
		height: 50px;
		text-align: center;
		background-color: #F4ECE9;
		font-size: 12px;
		cursor: pointer;
		display: table;
		border-bottom: 3px solid #F4ECE9;
	}
	.menu_item_1 p{
		display: table-cell;
		vertical-align: middle;
	}
	.menu_item_1:hover{
		border-bottom: 3px solid #A71C1F;
	}
/*main*/
#main{
	height: 600px;
	background-image: url(../images/main_img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
#div_main{
	height: 100%;
	position: relative;
	z-index: auto;
}
.main_text_block{
	width: 500px;
	height: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 23px;
}
.main_text_block h1{
	font-size: 62px;
        color: inherit;
}
.main_button_1{
	width: 45%;
	height: 50px;
	float: left;
	background-color: #A51D1F;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
	display: table;
}
.main_button_1:hover{
	background-color: #FFF;
	color: #A51D1F;
}
.main_button_1 p{
	display: table-cell;
	vertical-align: middle;
}
.main_button_2{
	width: 45%;
	height: 50px;
	float: right;
	border: 3px solid #FFFFFF;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
	display: table;
}
.main_button_2:hover{
	background-color: #FFF;
	color: #A51D1F;
}
.main_button_2 p{
	display: table-cell;
	vertical-align: middle;
}
#div_footer{
	height: 100%;
}
/*about us*/
#main_about{
	background-color: #FFFFFF;
	padding: 50px 0;
}
#div_main_about{
	text-align: center;
}
.about_img{
	width: 50%;
	float: left;
	margin: 0 10px 10px 0;
}
.about_img img{
	width: 98%;
}
.about_text{	
	width: 50%;
}
#main_about p{
	text-align: justify;
}
#main_about p span{
        font-size: 18px !important;
}
.about_video{
	width: 30%;
	margin-left: 5%;
}
.video_row > div:first-child{
	margin-left: 0;
}
.about_video_1{
	width: 30%;
}
#main_about video{
	width: 100%;
}
video{
	cursor: pointer;
}
/*product*/
#main_prod{
	padding-top: 50px;
}
.prod > div:first-child{
	margin-left: 0;
}
.prod_item{
	width: 30%;
	float: left;
	margin-left: 5%;
	margin-top: 0px;
	text-align: center;
        position: relative;
}
.prod_item:hover > img{
	box-shadow: 0 0 5px #000;
}
.prod_item img{
	width: 100%;
	cursor: pointer;
}
.prod_item img:hover + p{
	text-decoration: underline;
}
.prod_item p:hover{
	text-decoration: underline;
	cursor: pointer;
}

.prod_item p{
    min-height: 5rem;
    color: #A41C1E;
    font-weight: bold;
}

.prod_item:hover > .zoom{
	opacity: 1;
}

.prod_item p:hover{
	text-decoration: underline;
	cursor: pointer;
}

.zoom{
	position: absolute;
	width: 30% !important;
	top: 35%;
	left: 35%;
	box-shadow: 0 0 0 !important;
	opacity: 0;
        color: #000;
        font-size: 5em;
        cursor: pointer;
        text-shadow: #fff 0 0 5px;
}

.albom{
	position: absolute;
	opacity: 0.5;
	width: 30% !important;
	top: 35%;
	left: 35%;
	box-shadow: 0 0 0 !important;
	opacity: 0;
}

/*works*/
#works_main{
	padding: 30px 0;
}
#div_works{
	text-align: center;
}
#div_works h1{
	margin-bottom: 30px;
	font-size: 35px;
}



/*partner*/
#part_main{
	
	padding: 30px 0;
}
#div_part{
	text-align: center;
}
.part_item{
	float: left;
	width: 15%;
	margin-left: 2%;
	cursor: pointer;
	margin-top: 20px;
	overflow: hidden;
        padding: 10px;
        box-shadow: 0 0 3px;
}
.part_item img{
	width: 100%;
	transition: all .5s ease-in-out;
	
	
}
.part_item img:hover{
	transform: scale(0.8);
}






/*new*/
#main_new{
	padding: 30px 0;
}
#div_main_new{
	text-align: center;
}
#div_main_new > p{
	margin: 0;
}
.new_item{
	width: 22%;
	margin-left: 4%;
	float: left;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
}
.new_item p{
    color: #A41C1E;
    font-weight: bold;
}
.new_item:hover > .zoom{
	opacity: 1;
        
}
.new_item img{
	width: 100%;
}
.new_item:hover > img{
	box-shadow: 0 0 5px #000;
}

/*contact*/
#div_main_contact{
	padding: 30px 0;
	height: 500px;
}
#div_main_contact > div{
	float: left;
	height: 400px;
}
.contact{
	width: 30%;
	background-color: #F4ECE9;
	padding-top: 10px;
	text-align: center;
}
.contact p{
	margin: 0;
        color: #f00;
}
.contact_block input{
	width: 90%;
	border-radius: 5px;
	border: 2px solid #A41C1E;
	margin-bottom: 20px;
	
}
textarea{
	width: 90%;
	border: 2px solid #A41C1E;
	
}
.contact_block input[type="submit"]{
	background-color: #A41C1E;
	color: #FFF;
	cursor: pointer;
	margin-top: 10px;
}
.map{
	width: 65%;
	margin-left: 5%;
	border: 3px solid #A41C1E;
}
/*footer*/
#footer{
	background-color: #180F08;
}
#div_footer{
	padding-top: 20px;
	position: relative;
}
#div_footer > div:first-child{
	height: 100%;
}
.footer_1{
	color: #FFF;
	width: 300px;
        text-align: justify;
}
.footer_link_head{
	text-align: left;
	color: #A41C1E;
	font-family: myFirstFont;
        font-size: 20px;
}

#footer_link a{
    color:#fff;
}

.footer_2 > div{
	color: #FFF;
        font-size: 15px;
}
.footer_2 > div p:hover{
	text-decoration: underline;
	cursor: pointer;
}
.footer_3 > p{
	font-size: 20px;
	font-family: myFirstFont;
        
}
.footer_cont_head{
	
	color: #A41C1E;
}
.footer_3{
	position: absolute;
	right: 0;
        padding: 0px!important;
        /*width: 25%;*/
}
.contact_item > img{
	float: left;
}
.contact_item > p{
	/*float: left;*/
	margin-top: 10px;
	color: #FFF;
        font-size: 15px;
        /*max-width: 75%;*/
}
.c_right{
	color: #FFF;
	height: auto;
        margin-top: 16px;
        font-size: 0.8em;
}
.c_right > div{
	margin: 0 auto;
}
.c_right > div > p{
	float: left;
}
.red_link{
	color: #A41C1E;
	cursor: pointer;
}
@media screen and (max-width:992px) and (min-width:768px){
	.menu_item{
		font-size: 8px;
	}
	.main_contact_item p{
		font-size: 14px;
	}
	.part_item{
		width: 22%;
		margin-left: 4%;
	}
}
@media screen and (max-width:768px) and (min-width:576px){
	.menu_block{
		display: none;
	}
	.phone_menu_button{
		display: block;
	}
	.footer_2 > p{
		text-align: left;
	}
	.footer_3{
		position: static;
	}
	.active{
		border-bottom: 3px solid #A71C1F;
	}
	.about_img{
		width: 100%;
	}
	.main_contact_item{
		text-align: center;
		margin-top: 20px;
	}
	.main_contact_item img{
		float: none;
	}
	.main_contact_item p{
		font-size: 14px;
		float: none;
	}
	.part_item{
		width: 45%;
		margin-left: 10%;
	}
	.new_item{
		width: 45%;
		margin-left: 10%;
	}
	.c_right{
		font-size: 13px;
	}
	
}
@media (max-width:576px){
	.logo_1{
		width: 0;
	}
	.phone_menu_button{
		display: block;
		width: 50px;
	}
	.menu_block{
		display: none;
		height: auto;
	}
	.main_text_block{
		width: 100%;
		font-size: 4.5vw;
	}
	.main_text_block h1{
		font-size: 10.3vw;
	}
	.main_button_1, .main_button_2{
		font-size: 10px;
	}
	.footer_3{
		position: static;
	}
	.footer_2 > p{
		text-align: left;
	}
	.active{
		border-bottom: 3px solid #A71C1F;
	}
	.about_img{
		width: 100%;
	}
	.about_video{
		width: 100%;
		margin-left: 0;
	}
	.prod_item{
		width: 100%;
	}
	#div_main_contact > div{
		width: 100%;
		float: none;
	}
	.map{
		margin-left: 0;
	}
	#div_main_contact{
		height: auto;
	}
	.contact{
		height: auto !important;
	}
	.main_contact_item{
		margin-top: 0;
    	display: inline-block;
    	width: 100%;
	}
	.part_item{
		width: 45%;
		margin-left: 10%;
	}
	#div_part h1{
		font-size: 35px;
	}
	.new_item{
		width: 45%;
		margin-left: 10%;
	}
	.c_right{
		font-size: 12px;
	}
        .main_text_block{
            height: auto;
            bottom: 15px;
        }
}
@media (max-height:425px){
	
	.menu_item_1{
		height: 30px;
	}
}


.footer_address:before{
    content: url(../images/map.png);
    float: left;
}
.footer_phone:before{
    content: url(../images/phone.png);
    float: left;
}
.footer_phone1:before{
    content: url(../images/phone.png);
    float: left;
    opacity: 0;
}
.footer_mail:before{
    content: url(../images/email.png);
    float: left;
}

#language_logo{
    text-transform: uppercase;
    
}













