p, body{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5{
	margin: 0;
}
h1{
	font-size: 30.5px;
	text-transform: uppercase;	
}
h2{
	font-size: 27px;
}
h3{
	font-size: 20.5px;
}
h2{
	color: black;
	text-align: center;
	text-transform: uppercase;
}
figure{
	margin: 0;
}
@font-face{
	font-family: myriadPro;
	src: url('../fonts/myriadPro/MyriadProRegular/MyriadProRegular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: myriadPro;
	src: url('../fonts/myriadPro/MyriadProBold/MyriadProBold.ttf');
	font-weight: bold;
	font-style: normal;
}
@font-face{
	font-family: myriadPro;
	src: url('../fonts/myriadPro/MyriadProItalic/MyriadProItalic.ttf');
	font-weight: normal;
	font-style: italic;
}
@font-face{
	font-family: myriadPro;
	src: url('../fonts/myriadPro/MyriadProBoldItalic/MyriadProBoldItalic.ttf');
	font-weight: bold;
	font-style: italic;
}
@font-face{
	font-family: Roddenberry;
	src: url('../fonts/Roddenberry/Roddenberry.ttf');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: 'myriadPro', serif;
	color: #414a52;
	position: relative;
}
textarea{
	font-family: 'myriadPro', serif;
}
a{
	color: inherit;
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
input, textarea{
	font-size: 20.5px;
	font-weight: normal;
	padding: 0;
	border: none;
	box-sizing: border-box;
	font-family: inherit;
}
.firstMainWidth, .secondMainWidth{
	margin: 0 auto;
}
.grayBackground{
	background-color: #f7f7f7;		
}
.firstMainWidth{
	width: 1132px;	
}
.secondMainWidth{
	width: 1183px;	
}
.topMenuWrapper{
	height: 100%;
	box-sizing: border-box;
	padding-left: 188px;
	//line-height: 118px;
	position: relative;
}
.topMenuWrapper > .right{
	height: 118px;
}
.topMenuWrapper .logoWrapper{
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	font-family: Roddenberry;
	font-size: 50px;
	text-transform: uppercase;
	line-height:  118px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.header{
	 background-color: rgba(125,139,154,0.4);
	 color: white;
	 position: absolute;
	 left: 0;
	 right: 0;
	 top: 0;
	 height: 118px;
}
.header .mainMenu{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	font-size: 15px;
	text-transform: uppercase;	
	margin-top: 47px;
	overflow: hidden;
}
/*.header .mainMenu > li{
	float: left;
}
.header .mainMenu > li:nth-of-type(1n + 2){
	margin-left: 8px;
}
.header .mainMenu > li > a{
	line-height: 26px;
	display: inline-block;
	padding: 0 5px;	
	padding-bottom: 2px;	
	position: relative;
}
.header .mainMenu > li > a::after{
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
	height: 2px;
	background-color: #d24a43;
	opacity: 0;
	visibility: hidden;
	transition-property: opacity,visibility,left,right,transform;
	transition-duration: 0.7s;
	transform: translateY(5px);
}
.header .mainMenu > li > a:hover::after{
	display: block;
	left: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);	
}*/
/* -- Меню в джумла -- */
	.header .mainMenu > li{
		float: left;
	}
	.header .mainMenu > li:nth-of-type(1n + 2){
		margin-left: 8px;
	}
	.header .mainMenu > li > span{
		line-height: 26px;
		display: inline-block;
		padding: 0 5px;	
		padding-bottom: 2px;	
		position: relative;
		cursor: pointer;
	}
	.header .mainMenu > li > span::after{
		content: '';
		display: block;
		position: absolute;
		left: 10px;
		right: 10px;
		bottom: 0;
		height: 2px;
		background-color: #d24a43;
		opacity: 0;
		visibility: hidden;
		transition-property: opacity,visibility,left,right,transform;
		transition-duration: 0.7s;
		transform: translateY(5px);
	}
	.header .mainMenu > li > span:hover::after{
		display: block;
		left: 0;
		right: 0;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);	
	}
/* -- Меню в джумла завершение -- */
.searchForm{
	line-height: normal;
	display: block;
	margin-top: 35px;	
}
/*.searchForm > input[type = 'text']{
	line-height: 40px;
	border: 2px solid #d24a43;
	border-radius: 4px;
	width: 217px;
	box-sizing: border-box;
	padding-left: 17px;
	background-color: transparent;
	font-family: myriadPro;
	color: white;
	font-size: 17px;
	font-style: italic;	
}*/
#rokajaxsearch{
	padding-top: 36px;
}
#rokajaxsearch input[type = 'text']{
	padding: 0;
	background: none;
	line-height: 40px;
	border: 2px solid #d24a43;
	border-radius: 4px;
	width: 217px;
	box-sizing: border-box;
	padding-left: 17px;
	background-color: transparent;
	font-family: myriadPro;
	color: white;
	font-size: 17px;
	font-style: italic;		
}
.bannerFormWrapper h2{
	text-align: left;
}
.bannerFormWrapper{
	height: 948px;
	box-sizing: border-box;
	padding-top: 152px;
	color: white;
	font-size: 20px;
	background-image: url('../images/mainBackground.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	margin-bottom: 36px;	
}
.bannerFormWrapper h2,  footer h2{
	color: white;
}
.makeAnOrder{
	width: 392px;	
}
.makeAnOrder h2{
	text-transform: none;
}
.makeAnOrder input:first-of-type{
	margin-top: 18px;
}
.makeAnOrder input[type = 'text']{
	height: 61px;
	width: 100%;	
}
.makeAnOrder textarea{
	height: 235px;
	width: 100%;
	padding-top: 17px;
	font-size: 23px;
}
.makeAnOrder input, .makeAnOrder textarea{
	margin-bottom: 17px;
	border-radius: 2px;
	padding-left: 18px;
}
.makeAnOrder textarea{
	margin-bottom: 0;
}
.bannerFormWrapper h1{
	padding-bottom: 11px;
	position: relative;
	margin-bottom: 49px;
}
.bannerFormWrapper h1::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #77b97e;
	width: 162px;	
}
.banner{
	width: 1183px;
	height: 200px;
	border: 2px solid #d0d0d0;
	box-sizing: border-box;
	color: #d0d0d0;
	margin: 0 auto;
	text-align: center;
	font-size: 54px;
	padding-top: 35px;
	margin-bottom: 55px;
}
h2.title span{
	display: inline-block;
	padding-bottom: 16px;
	position: relative;	
}
h2.title span::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	height: 1px;
	background-color: #77b97e;	
}
.secondMainWidth > .aboutUs{
	line-height: 1.35em;
	padding-bottom: 45px;
}
.aboutUs p{
	margin-top: 20px;
}
.aboutUs > .left{
	width: 364px;
}
.aboutUs > .left:last-of-type{
	width: 365px;
}
.aboutUs > .left:nth-of-type(1n + 2){
	margin-left: 45px;
}
.catalogWrapper{
	padding-bottom: 35px;
}
.moduletable.productCatalog{
	padding-top: 48px;
	text-align: center;
}
.productCatalog h2{
	margin-bottom: 36px;
}
.smallMenu{
	font-size: 20.5px;
	text-transform: uppercase;
	display: inline-block;
}
.smallMenu > li{
	float: left;
	padding-right: 7px;
	cursor: pointer;
}
.smallMenu > li > a{
	display: block;
	transition-property: color;
	transition-duration: 0.7s;	
}
.smallMenu > li > a:hover,.smallMenu .activeItem{
	color: #d24a43;
}
.smallMenu > li > a:hover::before{
	color: #414a52;
}
.smallMenu > li:nth-of-type(1n + 2) > a::before{
	content: '/';
	margin-right: 7px;
}
.productCatalog .catalog{
	margin-top: 35px;
}
.productCatalog .catalog > li{
	width: 371px;
	height: 580px;
	float: left;
	position: relative;
}
.productCatalog .catalog > li > a{
	display: block;
}
.productCatalog .catalog > li{
	margin-left: 35px;
	margin-bottom: 38px;
}
/*.productCatalog .catalog > li:nth-of-type(1n + 4){
	margin-top: 38px;
}*/
.productCatalog .catalog > li:nth-of-type(3n + 1){
	margin-left: 0;
}
.productCatalog .productImage{
	height: 449px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	position: relative;
	border: 1px solid #c3c1bd;
	border-left-color: e3e0db;
	transition-property: background-size,background-position;
	transition-duration: 0.7s;
}
.productCatalog .productImage:hover{
	background-size: 105% 105%;
	
}
.productCatalog .darkBackground, .productCatalog .linesIntersection,
.productCatalog .frame{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;	
}
.productCatalog .darkBackground{
	background-color: rgba(0,0,0,5);
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.7s;
}
.productCatalog .productImage:hover .darkBackground{
	opacity: 0.5
}
.productCatalog .linesIntersection{
	background-image: url('../images/products/guidanceProductBackgr.png');
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-size: 80px auto;
	opacity: 0;
	transition-property: opacity, background-size;
	transition-duration: 0.7s;	
}
.productCatalog .productImage:hover .linesIntersection{
	background-size: 140px auto;
	opacity: 1;
}
.productCatalog .productImage .frame{
	box-sizing: border-box;
	transition-property: padding;
	transition-duration: 0.7s;
}
.productCatalog .productImage:hover .frame{
	padding: 7px;
}
.productCatalog .frame::before{
	content: '';
	border: 5px solid white;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.7s;
}
.productCatalog .productImage:hover .frame::before{
	opacity: 1;
}
.productCatalog .catalog > li:nth-of-type(1) .productImage{background-image: url('../images/products/1.png');}
.productCatalog .catalog > li:nth-of-type(2) .productImage{background-image: url('../images/products/2.png');}
.productCatalog .catalog > li:nth-of-type(3) .productImage{background-image: url('../images/products/3.png');}
.productCatalog .catalog > li:nth-of-type(4) .productImage{background-image: url('../images/products/2.png');}
.productCatalog .catalog > li:nth-of-type(5) .productImage{background-image: url('../images/products/3.png');}
.productCatalog .catalog > li:nth-of-type(6) .productImage{background-image: url('../images/products/1.png');}
.productCatalog figcaption{
	line-height: 1.4em;
	font-size: 15px;
	color: rgb(102,102,102);
	font-style: italic;
	padding-top: 20px;
}
.productCatalog figcaption .title{
	font-size: 18px;
	color: black;
	margin-bottom: 5px;
}
.productCatalog .bottomLine{
	position: absolute;
	bottom: 0;
	left: 27px;
	right: 27px;
	height: 1px;
	background-color: #d1d1d1;
}
.moreWrapp{
	font-size: 20px;
	color: black;	
	text-align: center;	
}
.moreWrapp a{
	display: inline-block;
	cursor: pointer;
	padding-bottom: 5px;
	position: relative;
	transition-property: color;
	transition-duration: 0.7s;
}
.moreWrapp a:hover{
	color: #d34946;
}
.moreWrapp a::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: black;
	height: 2px;
	transform: translateY(10px) rotate(180deg);
	opacity: 0;
	visibility: hidden;	
	transition-property: transform, opacity, visibility; 
	transition-duration: 0.7s;
}
.moreWrapp a:hover::after{
	background-color: #d34946;
	transform: translateY(0) rotate(0);
	opacity: 1;
	visibility: visible;	
}
.clientsWrapper{
	padding-top: 38px;
}
.clientsWrapper  h2.title{
	margin-bottom: 44px;
}
.awardsWrapper >.ourAwards{
	padding-top: 44px;
	border-bottom: 1px solid transparent;
}
.ourAwards h2{
	margin-bottom: 45px;
}
/*.writeToUs{
	padding-top: 45px;
	text-align: center;
	padding-bottom: 54px;
}
.writeToUs form{
	width: 780px;
	display: inline-block;
	text-align: left;
}
.writeToUs h2{
	margin-bottom: 25px;
}
.writeToUs input, .writeToUs textarea{
	background-color: #f7f7f7;
	border-radius: 2px;
	font-size: 17px;
	box-sizing: border-box;
	padding-left: 18px;
}
.writeToUs textarea{
	margin-top: 16px;
	width: 100%;
	height: 200px;
}
.writeToUs input[type = 'text']{
	width: 380px;
	height: 50px;
}*/

/* --- bottom contact form --- */
form{
	padding: 0;
}
.writeToUsB{
	padding-top: 45px;
	text-align: center;
	padding-bottom: 54px;
	font-size:  17px;
}
.writeToUsB form{
	width: 780px;
	display: inline-block;
	text-align: left;
}
.writeToUsB h2{
	margin-bottom: 25px;
}
#mid_106-sender0, #mid_106-text0{
	width: 384px;
	line-height: 53px;
}
#mid_106-sender0{
	float: left;
}
#mid_106-text0{
	float: right;
}
#mid_106-textarea0{
	clear: both;
}
body .writeToUsB #fox_form_m106 div#mid_106-sender0 input, 
body .writeToUsB #fox_form_m106 div#mid_106-text0 input, 
body .writeToUsB #fox_form_m106 div#mid_106-textarea0 textarea{
	padding: 0;
	font-size: 17px;
	padding-left: 17px;
	border-radius: 4px;
}
body .writeToUsB #fox_form_m106 div#mid_106-textarea0 textarea{
	padding-top: 15px;
}
body .writeToUsB div#mid_106-sender0 input, 
body .writeToUsB div#mid_106-text0 input{
	line-height: 45px;
	height: 45px;
}
body .writeToUsB div#mid_106-textarea0 textarea{
	height: 202px;
	padding-top: 12px;
} 
div#foxcontainer_m106.writeToUsB .btn, .bannerFormWrapper div#foxcontainer_m107 .btn{
	padding: 0;
	border:  none;
	background: none;
	line-height: 54px;
	padding: 0 46px;
	font-size: 19px;
	color: white !important;
	text-transform: uppercase;
	border-radius: 2px;
	background-color: #d24a43;	
	box-shadow: none;
	text-shadow:  none;
	display: inline-block;
	transition-property: background-color;
	transition-duration: 0.5s;
}
div#foxcontainer_m106.writeToUsB .btn:hover, .bannerFormWrapper div#foxcontainer_m107 .btn:hover{
	background-color: #bf1b13;
}
div#foxcontainer_m106.writeToUsB .control-group{
	text-align: center;	
}
.bannerFormWrapper h2{
	text-transform: none;
	font-weight: normal;
}
/* -- top form-- */
body div#foxcontainer_m107{
	padding: 0;
}
#foxcontainer_m107{
	margin-top:	
}
#fox_form_m107{
	width: 390px;
}
body .bannerFormWrapper #fox_form_m107 div#mid_107-sender0 input, 
body .bannerFormWrapper #fox_form_m107 div#mid_107-text0 input, 
body .bannerFormWrapper #fox_form_m107 div#mid_107-textarea0 textarea{
	padding: 0;
	font-size: 20.5px;
	padding-left: 17px;
	border-radius: 4px;
}
body .bannerFormWrapper #fox_form_m107 div#mid_107-textarea0 textarea{
	padding-top: 15px;
}
body div#foxcontainer_m107 .control-group{
	margin-bottom: 0;
	margin-top: 20px;
}
body .bannerFormWrapper div#mid_107-sender0 input, 
body .bannerFormWrapper div#mid_107-text0 input{
	line-height: 60px;
	height: 60px;
}
/*body div#foxcontainer_m107{
	//margin-top: 20px;
}*/

/* --- bottom contact form end --- */

/*.writeToUsB div#foxcontainer_m106 .btn{
	display: inline-block;
	background-color: #d24a43;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 20px;
	border-radius: 2px;
	text-align: center;
	padding: 0 50px;
	color: white;
	Line-height: 55px;
	margin-top: 21px;
	cursor: pointer;
	transition-property: background-color;
	transition-duration: 0.5s;	
}*/


/*.sendButton{
	display: inline-block;
	background-color: #d24a43;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 20px;
	border-radius: 2px;
	text-align: center;
	padding: 0 50px;
	color: white;
	Line-height: 55px;
	margin-top: 21px;
	cursor: pointer;
	transition-property: background-color;
	transition-duration: 0.5s;
}*/
.sendButton:hover{
	background-color: #c13f39;
}
.buttonWrapper{
	text-align: center;
}
footer{
	padding-top: 55px;
	background-image: url(../images/foooterBackground.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	padding-bottom: 85px;
}
footer .wrapper{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
footer h2{
	margin-bottom: 35px;
}
footer .information{
	font-style: italic;
	margin-bottom: 45px;
}
footer .contactInformation{
    float: left;
    font-size: 15px;
    padding-top: 7px;
    width: 250px;
}
footer .contactInformation > li{
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 40px;
}
footer .contactInformation > li:nth-of-type(1){
	background-image: url('../images/plane.png');
}
footer .contactInformation > li:nth-of-type(2){
	background-image: url('../images/mapPoint.png');
}
footer .contactInformation > li:nth-of-type(3){
	background-image: url('../images/handset.png');
}
footer .contactInformation > li:nth-of-type(n+2){
    margin-top: 20px;
}
footer .mapWrapper{
    box-sizing: border-box;
    float: left;
    width: 700px;	
}

/*  module settings */
body .blogcarousel1{
	margin: auto;
	background:  none;
}
.blavtors{
	display: none !important;
}
body .blogcarouselarrow{
	width: 33px;
	height: 38px;
	color: transparent;
	line-height: normal;
	background-repeat: no-repeat;
	background-position: centercenter;
}
.blogcarouselarrow.blogcarouselnext{
	background-image: url('../images/imagesCarusel/arrows/rightArrow.png');
	transform: translateX(14px);
}
.blogcarouselarrow.blogcarouselprev{
	background-image: url('../images/imagesCarusel/arrows/leftArrow.png');
	transform: translateX(-14px);
}
.blogcarouselarrow.blogcarouselnext:hover{
	background-image: url('../images/imagesCarusel/arrows/rightArrowH.png');
}
.blogcarouselarrow.blogcarouselprev:hover{
	background-image: url('../images/imagesCarusel/arrows/leftArrowH.png');
}

body .blogcarouselgallery li{
	border: none;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

/* --- owl-carousel styles beginning --- */
#owl-carousel{
	width: 1120px;
	margin: 0 auto;
}
#owl-carousel img{
	cursor: pointer;
	width: 253px !important;
	height: 368px !important;
}
#owl-carousel .owl-item{
	width: auto !important;		
	margin-right: 28px;
}
#owl-carousel.owl-theme .owl-controls{
	margin-top: 50px;
	margin-bottom: 24px;
}
#owl-carousel.owl-theme .owl-controls .owl-page span{
	width: 12px;
	height: 12px;
	background: none;
	border-radius: 0;
	position: relative;
	display: block;	
}
#owl-carousel.owl-theme .owl-controls .owl-page span::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #cbcbcb;
	position: absolute;
	left: 1px;
	top: 1px;
}
#owl-carousel.owl-theme .owl-controls .owl-page.active span::before{
	left: 0;
	top: 0;
	border-radius: 6px;
	width: 12px;
	height: 12px;
	background-color: #ce4b43;
}
#owl-carousel .owl-item{
	overflow: hidden;
	width: 280px !important;
} 
#owl-carousel .owl-item img{
	width: 100% !important;
	height: auto! important;
}

/* --- owl-carousel styles end --- */

/* -- animation of catalog products -- */
@keyframes appearanceFromTop{
	from{
		transform: translateY(-100px);
		opacity: 0;	
	}to{
		transform: translateY(0px));
		opacity: 1;
	}	
}
#catalogList > li.withAnimation{
	animation-name: appearanceFromTop;
	animation-duration: 2s;
}	
/* -- styles for products from DB -- */
#catalogList > li > p:nth-of-type(1){
	height: 449px;
	overflow: hidden;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;	
}
#catalogList > li > p{
    color: rgb(102, 102, 102);
    font-size: 15px;
    font-style: italic;
    line-height: 1.4em;	
}
#catalogList > li > p:nth-of-type(2){
	color: black;
    font-size: 18px;
    margin-bottom: 5px;
	font-style: italic;
	padding-top: 18px;
}
/* -- styles for products from DB end -- */
@keyframes sliderIMGappearance{
	from{
		opacity: 0;
	}to{
		opacity: 1;
	}
}
#coverBlock{
	animation-name: sliderIMGappearance;
	animation-duration: 2s;
}
.upButton{
	display: none;
	position: fixed;
	right: 3%;
	bottom: 3%;
	width: 60px;
	height: 60px;
	z-index: 10;
	cursor: pointer;
	background-image: url('../images/upButton.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/*-- additional styles --*/
.moreWrapp a{
	animation-name: moreButtonAnimation;
	animation-duration: 3s;
	animation-iteration-count: infinite;	
}
.moreWrapp a > div > ul > li{
	animation-name: buttonPointsAmimation;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes moreButtonAnimation{
	from{
			
	}50%{
		transform: scale(1.3) rotate(30deg);	
		color: #d34946;	
		text-shadow: 0px 0px 10px rgba(45,31,238,1);
	}to{
			
	}
}
@keyframes buttonPointsAmimation{
	from{
		
	}50%{
		background-color: #d34946;
		opacity: 1;
	}to{
		
	}
}
.catalogWrapper .moreButtonArrow{
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}
.catalogWrapper .moreButtonArrow.leftArr{
	animation-name: leftMoreButtonAnimation;
}
.catalogWrapper .moreButtonArrow.rightArr{
	animation-name: rightMoreButtonAnimation;
}

@keyframes leftMoreButtonAnimation{
	from{
		
	}50%{
		left: -33px;
	}to{
		
	}	
}
@keyframes rightMoreButtonAnimation{
	from{
		
	}50%{
		right: -33px;
	}to{
		
	}	
}
/*-- additional styles end --*/

/*-- additional styles of moreButton --*/
/*.moreWrapp a{
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
@keyframes secondAnimationForNoreButton{
	from{
		
	}to{
		
	}
}*/
/*-- additional styles of moreButton end --*/






