@import url(reset.css);

@font-face {
    font-family: 'Museo100';
    src: url('../fonts/MuseoSansCyrl-100.eot');
    src: url('../fonts/MuseoSansCyrl-100.eot?#iefix')format('embedded-opentype'), url('../fonts/MuseoSansCyrl-100.woff') format('woff'), url('../fonts/MuseoSansCyrl-100.ttf') format('truetype');
}

@font-face {
    font-family: 'Museo300';
    src: url('../fonts/MuseoSansCyrl-300.eot');
    src: url('../fonts/MuseoSansCyrl-300.eot?#iefix')format('embedded-opentype'), url('../fonts/MuseoSansCyrl-300.woff') format('woff'), url('../fonts/MuseoSansCyrl-300.ttf') format('truetype');
}

@font-face {
    font-family: 'Museo700';
    src: url('../fonts/MuseoSansMedium.eot');
    src: url('../fonts/MuseoSansMedium.eot?#iefix')format('embedded-opentype'), url('../fonts/MuseoSansMedium.woff') format('woff'), url('../fonts/MuseoSansMedium.ttf') format('truetype');
}

body{
	width: 100%;
	height: 100%;
	float: left;
	color: #282828;
	font-family: "Museo300";
	font-size: 16px;
}
.section-block{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
a, a:hover, a:focus{color: #282828;}
.title{
	font: 300 60px "Museo100";
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}
.go__tylpan, .go__krivol{
	position: fixed !important;
	top: 150px;
	height: 50px;
	right: 0;
	cursor: pointer;
	z-index: 30;
}
.go__image{float: right;}
.go__text{
	background-color: #7A0015;
	padding: 15px;
	text-transform: uppercase;
	color: #fff;
	margin-right: 86px;
	font-size: 20px;
    margin-top: 36px;
}
.go__krivol{left: 0; right: inherit;}
.go__krivol .go__image{float: left;}
.go__krivol .go__text{margin-left: 86px; margin-right: 0px;}
#preloader{
	width: 100%;
	height: 100%;
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow: visible;
    text-align: center;
	background: #FFD300;
}
#preloader img{
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/* header */
#hello{
	background: url(../img/bg_1.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.hello__tylpan, .hello__krivol{
	width: 100%;
	float: left;
	height: 100%;
	position: relative;
	background-color: rgba(0,0,0,0.5);
	transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
}
.hello__block{
	width: 320px;
	height: 320px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(255,211,0,0.75);
	transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
	z-index: 10;
}
.hello__block__in{
	width: 100%;
	height: 100%;
	max-width: 400px;
	max-height: 200px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
	text-align: center;
	z-index: 11;
}
p.block__title{
	font: 18px "Museo300";
	color: #fff;
	text-transform: uppercase;
}
.hello__block__in img{
	width: 100%;
}
.hello__tylpan img{width: 100%; max-width: 251px;}
.hello__krivol img{width: 100%; max-width: 353px;}
.hello__block__in p strong{
	font-size: 24px;
	text-transform: uppercase;
}
.hello__block__in .block__link{
	color: #fff;
	text-decoration: none;
	font-size: 'Museo100';
}
.hello__block__in .block__link:hover{text-decoration: underline;}
.block__title{
	position: absolute;
	top: 0;
	height: 25px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.block__link{
	position: absolute;
	bottom: 0;
	height: 24px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.hello__tylpan img{
	position: absolute;
	width: 100%;
	max-width: 251px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.hello__krivol img{
	position: absolute;
	width: 100%;
	max-width: 353px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.hello__block:before{
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
		-webkit-box-shadow: 0px 0px 0px rgba(104,0,27,0.5);
		-moz-box-shadow: 0px 0px 0px rgba(104,0,27,0.5);
		-ms-box-shadow: 0px 0px 0px rgba(104,0,27,0.5);
		-o-box-shadow: 0px 0px 0px rgba(104,0,27,0.5);
	box-shadow: 0px 0px 0px rgba(104,0,27,0.5);
	display: block;
	z-index: 0;
	opacity: 1;
	filter: alpha(opacity=100)
	transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
}
.hello__block:after{
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
		-webkit-box-shadow: 0px 0px 0px rgba(104,0,27,0.2);
		-moz-box-shadow: 0px 0px 0px rgba(104,0,27,0.2);
		-ms-box-shadow: 0px 0px 0px rgba(104,0,27,0.2);
		-o-box-shadow: 0px 0px 0px rgba(104,0,27,0.2);
	box-shadow: 0px 0px 0px rgba(104,0,27,0.2);
	display: block;
	z-index: 0;
	opacity: 1;
	filter: alpha(opacity=100)
	transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
	z-index: 0;
}
.hello__tylpan:hover{background-color: rgba(0,0,0,0);}
.hello__tylpan:hover .hello__block{
	background-color: rgba(118,4,20,0.75);
}
.hello__tylpan:hover .hello__block:before, .hello__krivol:hover .hello__block:before{
		-webkit-box-shadow: 0px 0px 0px 30px rgba(104,0,27,0.5);
		-moz-box-shadow: 0px 0px 0px 30px rgba(104,0,27,0.5);
		-ms-box-shadow: 0px 0px 0px 30px rgba(104,0,27,0.5);
		-o-box-shadow: 0px 0px 0px 30px rgba(104,0,27,0.5);
	box-shadow: 0px 0px 0px 30px rgba(104,0,27,0.5);
}
.hello__tylpan:hover .hello__block:after, .hello__krivol:hover .hello__block:after{
		-webkit-box-shadow: 0px 0px 0px 60px rgba(104,0,27,0.2);
		-moz-box-shadow: 0px 0px 0px 60px rgba(104,0,27,0.2);
		-ms-box-shadow: 0px 0px 0px 60px rgba(104,0,27,0.2);
		-o-box-shadow: 0px 0px 0px 60px rgba(104,0,27,0.2);
	box-shadow: 0px 0px 0px 60px rgba(104,0,27,0.2);
}
.hello__krivol:hover{background-color: rgba(0,0,0,0);}
.hello__krivol:hover .hello__block{
	background-color: rgba(118,4,20,0.75);
}
/* header end */
/* menu */
#menu, #kr__menu{
	background-color: rgba(122,0,21, 1);
	padding: 15px 0px;
	position: relative;
	z-index: 12;
}
#menu .menu__logo, #kr__menu .menu__logo{padding-top: 5px;}
#menu .menu__logo img{
	width: 100%;
	max-width: 166px;
}
#kr__menu .menu__logo img{
	width: 100%;
	max-width: 353px;
}
.menu__block ul{text-align: right; padding: 15px 0px;}
.menu__block ul li{
	display: inline-block;
}
.menu__block ul li a{
	color: #E1D1D2;
	font: 18px 'Museo300';
	text-transform: uppercase;
	transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
	padding: 0px 25px;
	text-decoration: none;
}
.menu__block ul li a:hover{color: #FFC000;}
.menu__block ul li:last-child a{padding-right: 0px;}
.mobile__nav{display: none;}
.show__menu__block li{
	display: block;
	width: 100%;
}
/* menu end */
/* about */
#about, #kr__about{padding: 60px 0px;}
.about__image img{
	width: 100%;
	max-width: 550px;
}
.about__text{text-align: justify;}
.about__text p{
	font: 18px/21px "Museo300";
	margin-bottom: 5px;
}
/* about end */
/* services */
.services__in{
	/*min-height: 195px;*/
	margin-bottom: 35px;
}
.services__in__left{
	float: left;
	width: 25%;
	position: relative;
}
.s__icon{
	width: 65px;
	height: 65px;
	background-color: #FFD300;
	position: relative;
	top: 0;
	display: block;
	transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
}
.s__icon__img{
	background: url(../img/services.png) no-repeat center;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.s__icon:before{
	content: "";
		-webkit-box-shadow: 0px 0px 1px 0px rgba(255,198,0,0.2);
		-moz-box-shadow: 0px 0px 1px 0px rgba(255,198,0,0.2);
		-ms-box-shadow: 0px 0px 1px 0px rgba(255,198,0,0.2);
		-o-box-shadow: 0px 0px 1px 0px rgba(255,198,0,0.2);
	box-shadow: 0px 0px 1px 0px rgba(255,198,0,0.2);
	width: 65px;
	height: 65px;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0)
	transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
}
.services__in:hover .s__icon:before{
		-webkit-box-shadow: 0px 0px 1px 10px rgba(255,198,0,0.2);
		-moz-box-shadow: 0px 0px 1px 10px rgba(255,198,0,0.2);
		-ms-box-shadow: 0px 0px 1px 10px rgba(255,198,0,0.2);
		-o-box-shadow: 0px 0px 1px 10px rgba(255,198,0,0.2);
	box-shadow: 0px 0px 1px 10px rgba(255,198,0,0.2);
	opacity: 1;
	filter: alpha(opacity=100);
}
.services__in__left img{width: 100%; max-width: 85px;}
.services__in__right{
	float: left;
	width: 75%;
}
.services__in__right p{
	font: 300 17px/21px "Museo100";
}
.services__in__right p strong{
	font: 300 30px "Museo100";
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-block;
}
/* services end */
/* production */
.production__in{
	margin-bottom: 70px;
}
.production__in__image{
	width: 100%;
	max-width: 534px;
	height: 100%;
	max-height: 534px;
	position: relative;
	margin: 0px auto;
}
.production__in__image img{
	width: 100%;
	max-width: 534px;
	height: 100%;
	max-height: 534px;
	vertical-align: top;
}
.pr__title{
	position: absolute;
	width: 320px;
	height: 320px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(255,255,255,0.75);
	transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
}
.pr__title ul{
	font-size: 48px;
	font-family: 'Museo100';
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
}
.pr_more{
	width: 125px;
	height: 125px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	background-color: rgba(255,211,0,0.75);
	transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
}
.pr_more p{
	font-size: 19px;
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	height: 19px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	text-align: center;
}
.pr_moreInfo{
	height: 0;
	overflow: hidden;
	width: 100%;
	max-width: 534px;
	margin: 0px auto;
}
.pr_close{
	width: 100%;
	max-width: 534px;
	margin: 0px auto;
	height: 40px;
	position: relative;
	background-color: #FFD300;
}
.close__button{
	position: absolute;
	width: 57px;
	height: 28px;
	background-image: url(../img/buttonClose.png);
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.pr_moreInfoSlider div img{
	width: 100%;
	max-width: 534px;
}
.production__in__text{
	/*height: 225px !important;*/
	font-size: 36px !important;
}
.pr__title ul li{
	margin-bottom: 3px;
}
.slick-dots{
	position: relative;
	margin: 15px auto;
	margin-bottom: 0px;
	left: auto;
	bottom: 0;
	text-align: center;
}
.slick-dots li{
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
	border-radius: 0px;
	background-color: #FFD300;
	border: 0px;
	margin: 0px 4px;
	font-size: 0;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	display: inline-block;
	cursor: pointer;
}
.production__in .slick-arrow{
	display: none !important;
}
.slick-dots li button{display: none;}
.slick-dots .slick-active{
	width: 12px;
	height: 12px;
	background-color: #7A0015;
}
.pr_moreInfo p{
	font-size: 18px;
	line-height: 24px;
	margin-top: 15px;
}
.pr_moreInfo ul li{
	margin-top: 8px;
	font-size: 18px;
	line-height: 24px;	
}
/* production end */
/* gallery */
#gallery, #kr__gallery{margin-bottom: 70px;}
.gallery__in{
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
}
.gallery__in img{
	width: 100%;
	max-width: 1170px;
}
.gallery__in .slick-arrow{
	position: absolute;
    z-index: 10;
    width: 90px;
	height: 90px;
	font-size: 0;
	transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	background-color: rgba(255, 211, 0, 0.75);
	border: 0px;
	outline: 0px;
}
.gallery__in .slick-next{
	right: -45px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.gallery__in .slick-next:before{
	content: "";
	position: absolute;
	width: 18px;
	height: 30px;
	background-image: url(../img/ic_arrow.png);
	background-position: 18px 0px;
	transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.gallery__in .slick-prev{
	left: -45px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.gallery__in .slick-prev:before{
	content: "";
	position: absolute;
	width: 18px;
	height: 30px;
	background-image: url(../img/ic_arrow.png);
	transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/* gallery end */
/* feedback */
#feedback, #kr__feedback{
	background: url(../img/bg_2.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0px;
}
#feedback .title, #kr__feedback .title{color: #fff;}
#feedback__form, #kr__feedback__form{
	width: 100%;
	max-width: 365px;
	background-color: rgba(104, 0, 27, 0.75);
	padding: 30px 35px;
	margin: 0px auto;
}
#feedback__form p, #kr__feedback__form p{
	color: #fff;
	text-transform: uppercase;
	font-size: 29px;
	font-family: 'Museo100';
}
#feedback__form p span, #kr__feedback__form p span{
	display: inline-block;
	font-size: 22px;
}
#feedback__form input, #kr__feedback__form input{
	width: 100%;
	margin: 12px 0px;
	font-size: 20px;
	border: 0px;
	padding: 10px 20px;
}
#feedback__form input[type*=submit], #kr__feedback__form input[type*=submit]{
	background-color: #FFD300;
	color: #000000;
	text-transform: uppercase;
	font-size: 22px;
	border: 0px;
}
/* feedback end */
/* contacts */
#contacts, #kr__contacts{margin: 60px 0px;}
div[id*=google__map__]{
	width: 100%;
	height: 430px;
}

.contacts__map__info{
	width: 100%;
	max-width: 300px;
	position: absolute;
	background-color: rgba(255, 211, 0, 0.75);
	padding: 30px;
	z-index: 25;
	top: 0;
	bottom: 0;
	left: 10%;
	height: 214px;
	margin-top: auto;
	margin-bottom: auto;
}
#kr__contacts .contacts__map__info{height: 280px;}
.contacts__map__info p{
	font-size: 22px;
	line-height: 24px;
	color: #000;
	margin-bottom: 25px;
}
.contacts__map__info p:nth-child(2){margin-bottom: 0px;}
.contacts__map__info p:nth-child(3){margin-bottom: 0px;}
.contacts__map__info p:last-child{margin-bottom: 0px;}
.contacts__map__info a{text-decoration: none; color: #000;}

.contacts__photo__g .slick-arrow{
	position: absolute;
    z-index: 10;
    width: 50px;
	height: 50px;
	font-size: 0;
	transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	background-color: rgba(255, 211, 0, 0.75);
	border: 0px;
	outline: 0px;
}
.contact__photo__wrap{
	position: relative;
	padding: 0px 10px;
	width: 100%;
    max-width: 555px;
    margin: 0px auto;
}
.contacts__photo__g .slick-prev{
	left: -25px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.contacts__photo__g .slick-next{
	right: -25px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.contacts__photo__g img{
	width: 100%;
	max-width: 555px;
}
.contacts__photo__g .slick-next:before{
	content: "";
	position: absolute;
	width: 9px;
	height: 16px;
	background-image: url(../img/ic_arrow_small.png);
	background-position: 10px 0px;
	transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.contacts__photo__g .slick-prev:before{
	content: "";
	position: absolute;
	width: 9px;
	height: 16px;
	background-image: url(../img/ic_arrow_small.png);
	transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/* contacts end */
/* footer */
#footer, #kr__footer{margin: 25px 0px; text-align: center;}
.footer__copy a{
	color: #666666;
	text-decoration: none;
}
/* footer end */