@import url("font.css");


body{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}


.fw_b{
	font-weight: 600;
}
.bg_grey{
	background-color: #EFEFEF;
}
.hmenu,
.xm_header,
.top_menu li,
.xm_books_bl .xm_books,
.hlogo{
	display: flex;
}
.hlogo img{
	width: 100%;
	margin: 5px 0;
	transition: all .3s linear;
}
.hmenu,
.top_menu li,
.hlogo{
	align-items: center;
}
.xm_header{
	align-items: stretch;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}
.xm_header > div{
	margin:0 .5%;
}
.xm_header .hlogo,
.xm_header .hphone{
	max-width: 256px;
	min-width: 100px;
	width: 100%;
}
.xm_header .hphone{
	color: #fff;
	font-size: 15pt;
	display: flex;
	align-items: center;
}
.top_menu,
.xm_container header.stickly{
	height: 60px;
}
.xm_container header.noindex{
	background-color: rgba(0,0,0,.65);
	box-shadow: 0 0 10px rgba(0,0,0,.7);
}
.xm_container header{
	position: absolute;
	transition: all .6s linear;
	width: 100%;
	z-index: 512;
	display: flex;
	align-items: center;
	top:0;
}
.xm_container header.stickly{
	background-color: rgba(32,32,32,.85);
	box-shadow: 0px 8px 8px rgba(0,0,0,0.1);
	position: fixed;
	top:0;
}
.xm_container header.noindex + .main-container{
	margin-top: 96px !important;
	min-height: calc(100vh - 232px);
	text-align: justify;
	padding-bottom: 25px;
}
.xm_main_container{
	min-height: calc(100vh - 200px);
}
.mobile_menu{
	cursor: pointer;
	min-width: 200px;
	text-align: center;
}
.mobile_menu:before{
	content: "\2261";
	display: block;
	font-size: 42px;
	line-height: 25px;
	color:#ee5a3f;
}
.mobile_menu .top_menu{
	display: block;
	position: absolute;
	min-width: 190px;
	text-align: left;
}
.mobile_menu .top_menu li{
	background-color: rgba(32,32,32,.85);
	padding: 0 10px;
}
.mobile_menu .top_menu li a{
	padding: 6px 15px;
	display: inline-block;
	font-size: 15px;
	width: 100%;
}
.xm_header .hphone a,
.xm_respond_bl .xm_title,
.mobile_menu .top_menu li a{
	color:#fff;
}
.top_menu{
	display: flex;
	justify-content: space-around;
	margin:0;
	padding:0;
}
.top_menu li{
	list-style: none;
}
.top_menu li.subscribe_item a{
	border:1px solid #EE5A3F;
}
.top_menu li a{
	color:#fff;
}
.stickly .top_menu li a{
	color:#fff;
}
.stickly .top_menu li.subscribe_item a{
	border-color:#fff;
	color:#EE5A3F; 
}
.hlogo a{
	font-weight: 600;
}
.top_menu li a{
	padding:5px 15px;
	text-transform: uppercase;
	transition:all .25s linear;
}
.hlogo a:hover,
.top_menu li a:hover{
	text-decoration: none;
}
.top_menu li a:hover,
.top_menu li.active a,
.stickly .top_menu li a:hover{
	color:#EE5A3F;
}
.top_menu li.active a{
	text-decoration: underline;
}
.xm_fblock_content{
	margin:30px 0 40px;
}
.xm_fblock .for_bg{
	padding-top: 90px;
}
.xm_fblock{
	background-attachment: fixed;
	background-image: url(../img/food-ingredients.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	color:#fff;
	/*height: calc(100vh - 200px);*/
	width: 100%;
}
.xm_fblock img{
	width: 100%;
}
.xm_title h1{
	font-family: raleway, sans-serif;
	font-size: 72px;
	font-weight: 800;
	line-height: 86px;
	letter-spacing: 2px;
}
.xm_fblock > .container > .row{
	align-items: center;
	display: flex;
	padding:50px 0;
}
.xm_fblock p{
	line-height: 29px;
	font-size: 16px;
	font-weight: 300;
	font-family: open-sans,sans-serif;
}
.xm_btn a{
	background-color: rgba(255,255,255,.8);
	border-radius: 5px;
	color: #202020;
	display: inline-block;
	font-family: raleway, sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 24px;
	margin-top: 20px;
	padding: 15px 25px;
	text-align: center;
	text-transform: uppercase;
	transition: all .5s linear;
	box-shadow: 0 0 10px rgba(0,0,0,.8);
}
.xm_btn a:hover{
	background-color: #ee5a3f;
	color:#fff;
	text-decoration: none;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.xm_counder_bl{
	background-color: #ee5a3f;
	color:#fff;
	padding:40px;
	text-align: center;
	font-size: 30px;
	font-family: raleway, sans-serif;
}
.xm_title h2,
.xm_counder_bl .xm_counder_el > div{
	text-transform: uppercase;
}
.xm_counder_bl .xm_counder_el span{
	display: block;
	line-height: 35px;
}
.xm_overview_bl{
	padding:55px 0;
}
.xm_title p{
	color:#7E7E7E;
	line-height: 36px;
}
.xm_title .xm_border{
	margin-bottom: 20px;
}
.xm_title .xm_border img{
	margin:5px;
}
.xm_title .xm_border:before,
.xm_title .xm_border:after{
	border-color: #C1C1C1;
	border-style:solid;
	border-width: 1px 0 0;
	content:" ";
	display: inline-block;
	vertical-align: middle;
	width: 20%;
}
.xm_overview_bl .xm_overview_item{
	align-items: center;
	display: flex;
	justify-content: space-around;
	margin: 30px 0;
}
.xm_overview_bl .xm_overview_item .img_bl{
	background-image: url(../img/chapter-icons-bg.png);
	background-repeat: no-repeat;
	width: 70px;
	height: 79px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xm_overview_bl .xm_overview_item .text_bl{
	padding-left: 15px;
}
.xm_overview_items{
	padding-top:45px;
}
.xm_overview_bl .xm_overview_item .text_bl .title{
	font-size: 18px;
	font-weight: 600px;
	font-family: raleway, sans-serif;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.xm_overview_bl .xm_overview_item .text_bl p{
	color:#7E7E7E;
}
.xm_video_bl video{
	max-width: 720px;
	width: 95%;
}
.xm_video_bl .video{
	margin:30px auto;
}
.xm_books_bl,
.footer_bl,
.xm_login_bl,
.xm_news_bl,
.xm_prices_bl .for_bg,
.xm_bestautor_bl,
.xm_video_bl,
.xm_respond_bl .for_bg,
.xm_infotext_bl{
	padding:55px 0;
}
.xm_respond_bl{
	background-image: url(../img/feedback-icon.jpg);
	background-size: 10%;
	background-attachment: fixed;
}
.bestautor_bl,
.xm_info_bl{
	align-items: center;
	display: flex;
	padding:30px 0;
	flex-wrap: wrap;
}
.xm_bestautor_bl .bestautor_bl img{
	width: 100%;
}
.xm_info_bl .img_bl img{
	max-width: 290px;
	width: 100%;
}
.xm_info_bl .text_bl{
	padding-left: 20px;
}
.bestautor_bl p,
.xm_info_bl .text_bl p{
	color: #7E7E7E;
	line-height: 30px;
	font-family: open-sans, sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.xm_info_bl .text_bl .xm_btn a{
	background-color: #ee5a3f;
	color:#fff;
}
.xm_info_bl .text_bl .xm_btn a:hover{
	background-color: #202020;
	color:#ee5a3f;
}
.respond_bl{
	align-items: stretch;
	display: flex;
	justify-content: space-between;
	padding:30px 0;
	flex-wrap: wrap;
}
.respond_bl > div{
	background-color: #fff;
	border: 1px solid #C1C1C1;
	padding: 25px;
	border-radius: 10px;
	box-shadow: inset 0px 0px 14px rgba(238,90,63,.8);
	min-width: 234px;
}
.respond_bl .res_text{
	color: #7E7E7E;
	font-family: open-sans, sans-serif;
	padding:10px 0;
	font-size: 17px;
	font-weight: 300;
}
.respond_bl .res_text:before{
	content:"\201C";
}
.respond_bl .res_text:after{
	content: "\201D";
}
.respond_bl .res_text:before,
.respond_bl .res_text:after{
	margin: 0 2px;
	display: inline-block;
	font-size: 22px;
}
.respond_bl .res_name{
	padding:10px 0;
	letter-spacing: 1px;
	color:#202020;
	font-size: 14px;
	font-family: raleway,sans-serif;
	text-align: right;
}
.xm_prices_bl{
	background-image: url(../img/parallax-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
.for_bg{
	background-color: rgba(0,0,0,.5);
}
.xm_prices_bl .prices_bl{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:30px auto;
}
.xm_prices_bl .prices_bl > div{
	box-shadow: 0 0 10px rgba(0,0,0,.6);
	padding: 15px 0;
	transition: all .5s linear;
	background-color: #fff;
	width: 31%;
	min-width: 330px;
}
#aboutus .payinfo{
	text-align: center;
	margin-bottom: 30px;
}
#aboutus .payinfo,
.xm_prices_bl .prices_bl > div:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.payinfo .title,
.prices_bl .title{
	padding:30px 0;
	letter-spacing: 2px;
	font-family: raleway,sans-serif;
	font-weight: 500;
	color:#292929;
	line-height: 42px;
	font-size: 32px;
}
.payinfo .price,
.prices_bl .price{
	background-color: #292929;
	color:#fff;
	padding:30px 0;
	letter-spacing: 2px;
	font-family: open-sans,sans-serif;
	font-weight: 700;
	line-height: 50px;
	font-size: 42px;
}
.payinfo .price .curency,
.prices_bl .price .curency{
	vertical-align: super;
	font-size: 66%;
}
.xm_prices_bl .prices_bl > div:nth-child(2) .price{
	background-color: #EE5A3F;
	line-height: 75px;
}
.payinfo ul.advantages,
.prices_bl ul.advantages{
	list-style: none;
	margin:0;
	padding:30px 0;
}
.payinfo ul.advantages li,
.prices_bl ul.advantages li{
	font-weight: 500;
	letter-spacing: 2px;
	font-family: raleway, sans-serif;
	color: #7E7E7E;
	line-height: 32px;
	font-size: 18px;
	padding:5px 0;
}
.payinfo ul.advantages li:after,
.prices_bl ul.advantages li:after{
	content: "";
	display: block;
	width: 85%;
	margin:0 auto;
	border-color: #C1C1C1;
	border-style: solid;
	border-width: 1px 0 0;
}
.payinfo ul.advantages li:last-child::after{
	border:none;
}
.prices_bl .button_bl{
	margin:20px 0;
}
.prices_bl .button_bl a{
	background-color: #292929;
	display: inline-block;
	color:#fff;
	font-weight: 600;
	font-family: raleway,sans-serif;
	letter-spacing: 2px;
	line-height: 24px;
	font-size: 20px;
	padding: 15px 20px;
	border-radius: 5px;
	transition: all .5s linear;
}
.prices_bl > div:nth-child(2) .button_bl a{
	background-color: #EE5A3F;
}
.prices_bl .button_bl a:hover{
	background-color: #EE5A3F;
	text-decoration: none;
}
.prices_bl > div:nth-child(2) .button_bl a:hover{
	background-color: #292929;
}
.xm_prices_bl .xm_title{
	color:#fff;
}
.xm_news_bl .news_bl img{
	width: 100%;
	border-radius: 5px;
	transition: all .5s linear;
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	-o-filter: grayscale(90%);
	filter: grayscale(90%);
}
.xm_news_bl .news_bl img:hover{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
.xm_news_bl .news_bl{
	align-items: flex-start;
	display: flex;
	justify-content: space-around;
	margin:20px auto;
}
.xm_news_bl .news_bl .news_text{
	color: #7E7E7E;
	font-weight: 300;
	line-height: 25px;
	font-family: open-sans, sans-serif;
	font-size: 18px;
	margin-top: 15px;
}
.xm_login_bl{
	background-color: #EE5A3F;
	color:#fff;
}
.xm_login_bl .row{
	align-items: center;
	display: flex;
}
.xm_login_bl .button_bl a,
.xm_login_bl .text{
	letter-spacing: 2px;
	font-family: raleway,sans-serif;
	line-height: 28px;
	font-size: 23px;
	font-weight: 600;
}
.xm_login_bl .button_bl a{
	background-color: #fff;
	color:#333;
	transition: all .5s linear;
	border-radius: 5px;
	padding:15px 25px;
	display: inline-block;
}
.xm_login_bl .button_bl a:hover{
	text-decoration: none;
	background-color: #202020;
	color:#fff;
}
.xm_books_bl .xm_books{
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
}
.xm_books_bl .xm_book{
	max-width: 260px;
	min-width: 245px;
	width: 100%;
	margin:20px;
	padding:20px;
	background-color: #dedede;
}
.xm_books_bl .xm_book figcaption a{
	display: inline-block;
	padding: 10px 0 0;
	color: #EE5A3F;
	font-size: 16pt;
	line-height: 25px;
}
.xm_books_bl .xm_book figcaption a:hover{
	text-decoration: none;
}
.xm_books_bl .xm_book img{
	width: 100%;
}

#contact-form {
	width: 100%;
	max-width: 525px;
	margin:15px auto;
	padding:30px 0;
}
#contact-form > .form-group{
	margin:15px;
}
#contact-form .form-group input{
	height: 42px;	
	padding:28px;
}
#contact-form .form-group input,
#contact-form .form-group textarea{
	color:#4F4F4F;
	font-size: 16px;
}
#contact-form .form-group textarea{
	padding:15px 28px;
	resize: none;
}
#contact-form #sendbtn{
	background-color: #202020;
	border-color: #6B6B6B;
	font-family: raleway, sans-serif;
	color: #fff;
	font-weight: 400;
	padding: 15px 20px 15px;
	font-size: 20px;
	height: auto;
	line-height: 16px;
	margin: 25px auto;
	background-image: none;
	transition: all .5s linear;
	border-radius: 10px;
	text-transform: uppercase;
}
#contact-form #sendbtn:hover{
	background-color: #EE5A3F;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.footer_bl{
	padding-bottom: 0;
}
.xm_bottom_bl{
	background-color: #292929;
	padding:25px 0 0;
}
.xm_bottom_bl .fooer_nav ul{
	list-style:none;
}
.xm_bottom_bl .fooer_nav ul a{
	color:#ee5a3f;
	padding:0 20px;
	display: inline-block;
	font-size: 16px;
	transition: all .5s linear;
}
.xm_bottom_bl .fooer_nav ul a:after,
.xm_bottom_bl .fooer_nav ul li.active a:after{
	display: block;
	content:"";
	width: 100%;
	margin-top: -1px;
	border-color: transparent;
	border-style: solid;
	border-width: 1px 0 0;
	transition: all .5s linear;
}
.xm_bottom_bl .fooer_nav ul a:hover,
.xm_bottom_bl .fooer_nav ul li.active a{
	text-decoration: none;
	color:#fff;
}
.xm_bottom_bl .fooer_nav ul a:hover::after,
.xm_bottom_bl .fooer_nav ul li.active a:after{
	border-color: #ee5a3f;
}
.footer_copyright,
.footer_copyright a{
	color:#fff;
}
.footer_copyright span{
	display: block;
}

#show_result_unsubscribe .messages_text{
	font-size: 15pt;
}
.sub-form-block p.content{
	padding-top: 10px;
}
#submitButton{
	margin-top: 15px;
	padding:10px 30px;
	text-transform: uppercase;
}
#submitButton,
.sub-form-block button{
	transition: all .5s linear;
}
.sub-form-block button{
	margin-right: 5px;
}
#submitButton:hover,
.sub-form-block button:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}