/* custom.css */
html, body{
 	margin: 0;
 	box-sizing: border-box;
	background: #fff;
}
.clear{
	clear: both;
	box-sizing: border-box;
}
.relat>.top_logo>a>img{
	width: 200px;
}
.top_logo>img{
	width: 200px;
}
.top_info{
	position: relative;
}
.mobile-banner, .ladtop-banner,
.submenuItems>.info_services>.to_order{
	display: none;
}

.topinfo1::before{
	content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: -35px;
    top: -2px;
    display: block;
	background-image: url(/image/image/data/new/email.svg);
}
.topinfo2::before{
	content: "";
	width: 25px;
    height: 25px;
    position: absolute;
    left: -10px;
    top: -2px;
    display: block;
	background-image: url(/image/image/data/new/phone-call.svg);
}
.topinfo2:hover::before{
	left:25px;
    top: 10px;
}
.third_phone::before{
	content: "";
	width: 25px;
    height: 25px;
    position: absolute;
    left: 25px;
    top: 69px;
    display: block;
	background-image: url(/image/image/data/new/phone-call.svg);
}
.fourth_phone::before{
	content: "";
	width: 25px;
    height: 25px;
    position: absolute;
    left: 25px;
    top: 98px;
    display: block;
	background-image: url(/image/image/data/new/phone-call.svg);
}
.home{
	display: none;
}
.our_qualities{
	display: flex;
	flex-direction: row;
  	justify-content: space-around;
  	width: 80%;
  	max-width: 1500px;	
    margin: 80px auto 50px;

}
.item_qualities{
	background: #fff;
	width: 262px;
    height: 164px;
}
.item_qualities>img{
	display: block;
	margin: 0 37%;
}
.item_qualities>img[src="image/image/data/new/respect.svg"]{
	width: 105px;
	height: 87px;
}
.item_qualities>img[src="image/image/data/new/clock.svg"]{
	width: 90px;
	height: 88px;
}
.item_qualities>img[src="image/image/data/new/files-and-folders.svg"]{
	width: 95px;
	height: 89px;
}
.item_qualities>img[src="image/image/data/new/quality.svg"]{
	width: 75px;
	height: 90px;
}
.nomber_item{
	width: 83px;
	height: 164px;
	opacity: 0.1;
	color: #707070;
	font-family: 'Montserrat', sans-serif;
	font-size: 245px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 169px;
    position: absolute;
}
.advantage_description{
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
    display: block;
    margin-top: 15px;
}
.our_production{
	text-align: center;
	background-color: #eeeeee;
	padding: 50px 0;
}
.heading{
	color: #0d0d0d;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
    margin-bottom: 50px;
    margin-right: 70px;
    position: relative;
}
.red_letter{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #e4131b;
	padding: 2px 0px 2px 81px;
}
.red_line{
	position: absolute;
	display: block;
	padding: 2px 0px 2px 81px;
	top: 0;
	left: 0;
}
.product_items{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.product_item{
	width: 40%;
	max-width: 370px;
	height: 345px;
	display: inline-block;
	background-color: #fff;
	position: relative;
	margin: 7px 7px 30px;
	box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.14)
}
.product_item>img{
	width: 100%;
	height: 270px;
}
.product_item>span{
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: block;
    width: 90%;
    margin: 25px auto;
}
.product_item>a{
	position: absolute;
	bottom: 12px;
    right: 10px;
	display: block;
	width: 150px;
	height: 35px;
	border: 1px solid #1b1b1b;
	background-color: #ffffff;
	padding: 10px 0;
	color: #141414;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	display: none;
}
.items_button{
	border: 3px solid #1b1b1b;
    display: block;
    margin: 20px auto 0px;
    font-size: 16px;
   	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    color: #000;
    width: 300px;
    height: 60px;
    background: #eee;
    border-radius: 0;
}
#hide_items{
	display: none;
}
.hiding{
	display: none;
}
.show1{
	overflow: hidden;
	display: inline-block !important;
}
.items_button:hover{
	background-color: #e4131b;
	border: 1px solid #e4131b;
	color: #ffffff; 
}
.product_item>a:hover{
	background-color: #e4131b;
	border: 1px solid #e4131b;
	color: #ffffff;
}
.prise{
	text-align: center;
	max-width: 1240px;
	margin: 80px auto;
}
.prise_info, 
.form-builder>.box-heading{
	color: #1b1b1b;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 0px 8%;
	text-transform: inherit;
}
.be_contacted, .pre-text{
	color: #121212;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	display: block;
    padding: 0 8%;
    margin: 37px 0;
}
.box-content>hr, .h4{
	display: none;
}
.font_family{
	color: #757575;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
#form-builder-1,
#form-builder-2{
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
}
input[name="form_builder_1-1"],
input[name="form_builder_1-2"],
textarea[name="form_builder_1-3"],
input[name="form_builder_2-1"],
input[name="form_builder_2-2"],
textarea[name="form_builder_2-3"]{
    border: 3px solid #e5e5e5;
    padding: 10px;
    height: 60px;
   	width: 300px;
    background-color: #ffffff;
    color: #666;
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.field-block>.button{
	border: 3px solid #1b1b1b;
    display: block;
    margin: 50px auto 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    color: #000;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 1, 1);
    width: 300px;
    background-color: #ffffff;
    padding: 12px;
    height: 60px;
    margin: 10px auto;
}
.field-block>.button:hover{
	border: 3px solid #e4131b;
    color: #fff;
    background: #e4131b;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
div>form .callback{
	width: 300px;
	background-color: #ffffff;
	margin: 10px 10px;
}
div>form .padding_callback{
	padding: 10px;
	height: 60px;
}
div>form .border{
	border: 3px solid #e5e5e5;
}
div>form .button_border{
	border: 3px solid #1b1b1b;
	display: block;
	margin: 50px auto 0;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0px;
	color: #000;
	transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
div>form .button_border:hover{
	border: 3px solid #e4131b;
	color: #fff;
	background: #e4131b;
	transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.error_value{
	display: none;
	color: red;
	font-size: 14px;
}
.wrapper{
	width: 100%;
	background: #eeeeee;
}
.our_services{
	background: #eeeeee;
	max-width: 1500px;
	padding: 50px 0;
	margin: 0 auto;
}
.description_services{
	text-align: center;
}
.description_services>p{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	color: #151515;
	max-width: 815px;
	display: block;
	margin: 0 auto;
}
.services{
	margin: 50px auto 0;
    width: 76%;
}
.left, .right{
	display: inline-block;
	width: 49%;
	max-width: 563px;
}
.left{
	float: left;	
}
.right{
	float: right;
}
.services_items{
	width: 100%;
	margin: 19px auto;
	text-align: center;
	background: #fff;
	position: relative;
}
.services_items>.add_info{
	background: #fff;
	padding: 35px 0 0px 15px;
	display: block;
	width: 100%;
	min-height: 90px;
	color: #000;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-style: bold;
	font-weight: 700;
	cursor: pointer;
	text-align: left;
}
.add_info::before{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
    right: 22%;
    top: 40px;
    transform: rotate(45deg);
    display: none;
}
.info_services_items{
	width: 100%;
	padding: 35px 10px;
	position: relative;
	display: none;
}
.services_img, .info_services{
	display: inline-block;
}
.services_img{
	width: 38%;
	float: left;
}
.services_img>img{
	display: block;
	width: 100%;
}
.info_services{
	width: 58%;
	float: right;
	text-align: left;
	position: relative;
}
.info_services>p{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	color: #000;
}
.to_order{
	display: block;
	width: 150px;
	height: 35px;
	position: absolute;
	right: 10px;
	border: 1px solid #000;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	padding: 8px 0;
}
.to_order:hover{
	color: #fff;
	background: #e4131b;
	border: 1px solid #e4131b;
}
.add_info{
	text-transform: uppercase;
}
.our_printing_house{
	padding: 40px 0 0;
}
.our_printing_house,
.about_printing_house,
.about_our_printing_house{
	width: 100%;
	display: block;
}
.about_our_printing_house{
	max-width: 1220px;
	text-align: center;
	margin: 0 auto;
}
.left_block>figure>img{
	width: 100%;
}
.article{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #010101;
	text-align: left;
}
.right_block{
	width: 56%;
}
.left_block{
	width: 38%;
	float: left;
}
.right_block,
.left_block{
	display: inline-block;
}

#topfooter .part{
	width: 100%;
    float: none;
    padding: 0px;
}

.main_footer_block{
	max-width: 1130px;
	width: 76%;
	min-height: 160px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}
.main_footer_item>img{
	width: 215px;
    padding-top: 15px;
}
.main_footer_item>div{
    margin: 30px 0 0 0;
    display: flex;
    flex-direction: column;
}
.footer_info{
	font-size: 16px;
	color: #000;
	letter-spacing: 0;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}
.topfooter-info{
	display: none;
}
.additional_info>.footer_info{
	border-bottom: 1px solid;
	display: inline-block;
}
.info_phone>.footer_info_tel::before{
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: -3px;
	left: -35px;
	background-image: url(/image/image/data/new/phone-call.svg);
}
.info_phone>.viber::before{
	content: "";
    width: 25px;
    height: 25px;
    position: absolute;
   	left: -35px;
    top: -3px;
    display: block;
    background-image: url(/image/image/data/new/viber.svg);
}
.info_email>.footer_info::before{
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: -2px;
	left: -35px;
	background-image: url(/image/image/data/new/email.svg);
}
#footer{
	display: none;
}

/*\/SLICK SLIDER\/*/
.slider{
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
}
/*.slider {
        width: 50%;
        margin: 100px auto;
    }*/
    .slick-slide {
      margin: 0px 20px;
    }
    .slick-slide img {
    	margin: 0 auto;
      height: fit-content;
    }
    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
/*/\SLICK SLIDER/\*/

.phone{
	display: none;
	height: 0;
	transition: 1.5s ease-in;
}
.topinfo1{
	position: relative;
    right: 200px;
}
.topinfo2{
	position: relative;
	height: 37px;
    position: absolute;
    width: 180px;
    right: -1px;
    top: 0px;
    text-align: center !important;
}
.topinfo2:hover{
	height: 135px;
	background: #fff;
	z-index: 1000;
	box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.48);
	width: 245px;
	padding: 13px;
}
.topinfo2:hover .phone{
	display: block;
	height: auto;
	overflow: hidden;
	width: auto;
    margin: 0 auto;
    margin-top: 8px;
}
.topinfo2:hover .arrow{
	transform: rotate(-135deg);
	top: 22px;
	display: none;
}
.topinfo2>.viber::before{
	content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 25px;
    top: 40px;
    display: block;
    background-image: url(/image/image/data/new/viber.svg);
}
.arrow{
	position: absolute;
	width: 7px;
	height: 7px;
	display: block;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	right: 10px;
    top: 5px;
    transform: rotate(45deg);
}

/*MOBILE FOOTER*/
.main_mobile_footer_item>.phone_footer>.viber::before{
	content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: -18px;
    top: 42px;
    display: block;
    background-image: url(/image/image/data/new/viber.svg);
}
.main_mobile_footer_item>.phone_footer>.third_phone::before {
   	content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: -18px;
    top: 71px;
    display: block;
    background-image: url(/image/image/data/new/phone-call.svg);
}
.main_mobile_footer_item>.phone_footer>.fourth_phone::before {
   	content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: -18px;
    top: 100px;
    display: block;
    background-image: url(/image/image/data/new/phone-call.svg);
}
.main_mobile_footer_block{
	display: none;
}
.main_mobile_footer_item{
	display: inline-block;
	width: 49%;
	float: left;
	position: relative;
}
.main_mobile_footer_item>img{
	width: 98px;
    height: 39px;
    margin: 10px;
}
.phone_footer{
	margin-top: 13px;
}
.phone_footer::before {
   	content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: -18px;
    top: 13px;
    display: block;
    background-image: url(/image/image/data/new/phone-call.svg);
}
.arrow2{
	position: absolute;
	width: 7px;
	height: 7px;
	display: block;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	left: 97px;
    top: 14px;
    transform: rotate(45deg);
}
.phone_footer:hover .arrow2{
	transform: rotate(-135deg);
	top: 18px;
	display: none;
}
.phone_footer:hover .phone{
	display: block;
    height: auto;
    width: 90px;
    overflow: hidden;
    margin-top: 15px;
}
.email_footer{
	margin-bottom: 10px;
}
.email_footer::before{
	content: "";
    width: 15px;
    height: 15px;
    position: relative;
    left: -18px;
    top: 15px;
    display: block;
    background-image: url(/image/image/data/new/email.svg);
}
.arrow_to_down{
	border-bottom: 1px solid #000;
	width: 7px;
	height: 7px;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: relative;
    top: -16px;
    right: -94%;
    display: block;
}
.arrow_to_up{
	/*transform: rotate(225deg) !important;*/
	position: relative;
    top: -16px;
    right: -94%;
    display: block;
    border-bottom: 1px solid #000;
	width: 7px;
	height: 7px;
	border-right: 1px solid #000;
}
.information_id-9 #content h1,
.information_id-10 #content h1,
.information_id-7 #content h1{
	text-align: center;
	font-size: 22px;
	margin: 50px 0;
	font-family: 'Montserrat', sans-serif;
}
.information_id-9 #content h2{
	font-size: 18px; 
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
}
.information_id-9 #content ul,
.information_id-10 #content ul{
	list-style: outside;
}
.information_id-9 #content ul>li,
.information_id-10 #content ul>li{
	font-size: 16px;
	color: #000;
	margin: 15px 0px;
	font-family: 'Montserrat', sans-serif;
}
.information_id-7 .buttons,
.information_id-7 #container>.breadcrumb,
.information_id-9 .buttons,
.information_id-9 #container>.breadcrumb,
.information_id-10 .buttons,
.information_id-10 #container>.breadcrumb,
.information_id-8 #container>.breadcrumb,
.information_id-8 .buttons,
.information_id-8 #content>h1,
.information_id-12 .buttons,
.information_id-12 #content>h1,
.information_id-12 #container>.breadcrumb,
#form-builder-2,
.information_id-11 .buttons,
.information_id-11 #content>h1,
.information_id-11 #container>.breadcrumb{
	display: none; 
}
.information_id-11 #form-builder-2,
.body-common-home #form-builder-1{
	display: block;
}

.information_id-7 #content>.main_footer_block{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.dictionary_text{
    color: #121212;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin:5px;
    letter-spacing: 0.3px;
}
.dictionary_term{
	font-weight: bolder;
	text-transform: uppercase;
}

.information_id-8 #content>.our_production,
.information_id-12 #content>.wrapper>.our_services,
.information_id-8 #show_items,
.information_id-8 #hide_items{
	background-color: #fff;
}

.information_id-8 #show_items:hover,
.information_id-8 #hide_items:hover{
	background-color: #e4131b;
}

.information_id-12 .dropdownlink,
.information_id-12 .submenuItems{
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .3);
}

.information_id-11 .prise{
	margin: 40px auto;
}

.span_layout_requirements{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	margin: 20px 0;
	display: block;
}

.information_id-9 .h2_layout_requirements{
	margin: 20px 0 14px;
}

/* Predload */
.preloader{
	margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #fff;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 101;
    visibility: visible;
    transition: 1s all;
} 
.cssload-loader {
    width: 100px;
    height: 100px;
    perspective: 780px;
}
.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid #5C5EDC;
}
.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid rgba(76, 70, 101, 0.99);
}
.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid rgb(233, 144, 138);
}
@keyframes cssload-rotate-one {
    0% {transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}
    100% {transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}
}

@-o-keyframes cssload-rotate-one {
    0% {-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}
    100% {-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}
}

@-ms-keyframes cssload-rotate-one {
    0% {-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}
    100% {-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}
}

@-webkit-keyframes cssload-rotate-one {
    0% {-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}
    100% {-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}
}

@-moz-keyframes cssload-rotate-one {
    0% {-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}
    100% {-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}
}

@keyframes cssload-rotate-two {
    0% {transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);}
    100% {transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);}
}

@-o-keyframes cssload-rotate-two {
    0% {-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
    100% {-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);}
}

@-ms-keyframes cssload-rotate-two {
    0% {-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);}
    100% {-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);}
}

@-webkit-keyframes cssload-rotate-two {
    0% {-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);}
    100% {-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);}
}

@-moz-keyframes cssload-rotate-two {
    0% {-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);}
    100% {-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);}
}

@keyframes cssload-rotate-three {
    0% {transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);}
    100% {transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);}
}

@-o-keyframes cssload-rotate-three {
    0% {-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);}
    100% {-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);}
}

@-ms-keyframes cssload-rotate-three {
    0% {-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);}
    100% {-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);}
}

@-webkit-keyframes cssload-rotate-three {
    0% {-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);}
    100% {-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);}
}

@-moz-keyframes cssload-rotate-three {
    0% {-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);}
    100% {-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);}
}

.done{
	opacity: 0;
	visibility: hidden;
}
#load_perc{
    font-size: 24px;
    color: #f0372f;
    display: block;
    text-align: center;
    position: relative;
    top: -50px;
    display: none;
}
/* End Predload*/

/* Accordeon menu */
.left ul, .right ul {
  list-style: none;
}

.left a, .right a {
  text-decoration: none;
}

.left h2 {
  text-align: center;
  margin: 20px auto;
  color: #fff;
}

.dropdownlink>span{
	text-transform: uppercase;
}

.accordion-menu {
  	width: 100%;
  	padding: 0;
}

.accordion-menu>li{
	background: #fff;
	margin-bottom: 25px;
}
.accordion-menu li.open .dropdownlink {
  	color: #fff;
  
}

.accordion-menu li.open .dropdownlink>.fa-chevron-down {
    transform: rotate(225deg);
    border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	top: 40px;
  }

.accordion-menu li:last-child .dropdownlink {
 	 border-bottom: 0;
}
.dropdownlink {
 	 cursor: pointer;
 	 display: block;
  	padding: 30px 15px 30px 45px;
 	 font-size: 18px;
 	 color: #212121;
 	 position: relative;
  	transition: all 0.4s ease-out;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.dropdownlink>i {
    position: absolute;
    top: 35px;
  }
  .fa-chevron-down{
  	content: "";
    border-bottom: 1px solid #000;
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    display: block;
  }

.dropdownlink>.fa-chevron-down {
    right: 30px;
  }

.submenuItems {
  	display: none;
 	background: #fff;
  	padding: 35px 10px;
}

.submenuItems a {
 	display: block;
  	color: #727272;
  	transition: all 0.4s ease-out;
}
/* End accordeon menu */

.localization_block{
    position: absolute;
    top: 25px;
    right: 58%;
}