/*
Theme Name: schiller
Author: DevCode
Author URI: https://t.me/DevCode_Man
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */


body {
	color: #000;
	font-size: 20px;
	line-height: 26px;
	font-family: Opensans, Roboto, sans-serif;
  font-family: "Open Sans", serif;
	background: #fff;
	text-align: center;
	}

.wrap {
	width: 1408px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	font-family: Opensans, Roboto, sans-serif;
  font-family: "Open Sans", serif;
	}

a {
	color: #D51130;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #D51130;
	text-decoration: underline;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 30px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #000;
	font-weight: 500;
	}
h1, .h1, .title{
	font-size: 44px;
	line-height: 48px;
	}
h2, .h2{
	font-size: 30px;
	line-height: 34px;
	}
h3, .h3{
	font-size: 28px;
	line-height: 32px;
	}
h4, .h4{
	font-size: 26px;
	line-height: 30px;
	}
h5, .h5{
	font-size: 24px;
	line-height: 28px;
	}
h6, .h6{
	font-size: 22px;
	line-height: 26px;
	}

.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #34c924;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 8px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 8px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 20px;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.grid {
	clear: both;
	*zoom: 1;
	}
.grid:after {
	content: "";
	display: table;
	clear: both;
	}
[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	}
.col-1-8 {
	width: 12.5%;
	}
.col-1-4 {
	width: 25%;
	}
.col-1-3 {
	width: 33.33%;
	}
.col-1-2 {
	width: 50%;
	}
.col-2-3 {
	width: 66.66%;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 20px;
	border: 1px solid #57b64d;
	background: #57b64d;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #ca2a3c;
	background-color: #ca2a3c;
	color: #fff;
	text-decoration: none;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */


/* HEADER */
.header_main{
	position: relative;
	min-height: 665px;
	margin: 0 0 120px 0;
	}
.vedeo_block{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 665px;
	min-height: 400px;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.video_b{
	width: 100%;
	display: inline-block;
	vertical-align: baseline;
	vertical-align: bottom; 
	}
.vedeo_cut{
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	}

.htext{
	font-size: 16px;
	line-height: 20px;
	text-align: right;
	padding: 12px 0;
	}

header {
	background: #fff;
	border-radius: 12px;
	margin: 0 0 30px 0;
	box-shadow: 0 6px 32px rgba(181, 184, 192, 0.2);
	}
.header_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0;
	}
.hlogo{
	width: 260px;
	}
.hlogo img{
	vertical-align: bottom;
	}
.main_nav{
	margin: 0 24px 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.main_nav:after{
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	margin: 0 0 0 40px;
	background-color: #000000;
	}
.main_nav > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	}
.main_nav > ul > li{
	display: block;
	margin: 0 0 0 23px;
	position: relative;
	}
.main_nav > ul > li:first-child{
	margin: 0 0 0 0;
	}
.main_nav > ul > li > a{
	color: #000;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	}
.main_nav > ul > li > a:hover{
	color: #D51130;
	}

.main_nav > ul > li > ul{
	position: absolute;
	z-index: 7;
	top: 100%;
	left: 50%;
	box-sizing: border-box;
	width: 780px;
	padding: 25px;
	transform: translateX(-45%) translateY(100px) scale(0);
	transition: all 0.3s 0.02s ease;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
	}
.main_nav > ul > li:hover > ul{
	transform: translateX(-45%) translateY(46px) scale(1);
	}
.main_nav > ul > li > ul:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: -46px;
	left: 0;
	width: 100%;
	height: 46px;
	}
.main_nav > ul > li > ul:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: -12px;
	left: 45%;
	border: 6px solid transparent;
	border-bottom: 6px solid rgba(255, 255, 255, 1);
	}

.main_nav > ul > li > ul > li{
	width: 50%;
	margin: 0 0 10px 0;
	}
.main_nav > ul > li > ul > li > a{
	display: block;
	box-sizing: border-box;
	padding: 15px 20px;
	border-radius: 8px;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	}
.main_nav > ul > li > ul > li:hover > a{
	background: #00456F;
	color: #fff;
	}

.main_nav > ul > li > ul > li > ul{
	display: none;
	width: 365px;
	height: 100%;
	box-sizing: border-box;
	padding: 25px 0 0 25px;
	position: absolute;
	z-index: 7;
	top: 0;
	right: 25px;
	}
.main_nav > ul > li > ul > li:hover > ul{
	display: block;
	}


.main_nav > ul > li > ul > li > ul > li{
	margin: 0 0 7px 0;
	}
.main_nav > ul > li > ul > li > ul > li > a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	padding: 12px 18px;
	border-radius: 12px;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	}
.main_nav > ul > li > ul > li > ul > li > a:hover{
	background: #F0F9FF;
	}
.main_nav > ul > li > ul > li > ul > li > a > span{
	<!-- flex: 0 0 72px;-->
	margin: 0 15px 0 0;
	}
.main_nav > ul > li > ul > li > ul > li > a img{
	width: 50px;
	height: 50px;
	}



.lang_nav{
	}
.lang_nav > ul > li{
	position: relative;
	}
.lang_nav > ul > li > a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 26px;
	padding: 0 5px;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	}
.lang_nav > ul > li > a:hover{
	}
.lang_nav > ul > li > a > img{
	width: 20px !important;
	height: auto !important;
	vertical-align: middle;
	margin: 0 4px 0 0;
	}

.lang_nav > ul > li > ul{
	display: none;
	position: absolute;
	z-index: 333;
	top: 100%;
	right: 0;
	min-width: 120px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
	}
.lang_nav > ul > li:hover > ul{
	display: block;
	}
.lang_nav > ul > li > ul > li {
	display: block;
	margin: 0 0 6px 0;
	}
.lang_nav > ul > li > ul > li:last-child {
	margin: 0 0 0 0;
	}
.lang_nav > ul > li > ul > li > a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	}
.lang_nav > ul > li > ul > li > a:hover{
	text-decoration: underline;
	}
.lang_nav > ul > li > ul > li > a > img{
	width: 20px !important;
	height: auto !important;
	vertical-align: middle;
	margin: 0 4px 0 0;
	}

.h_region{
	color: #000;
	font-size: 15px;
	padding: 0 40px 0 0;
	background-image: url('images/h_region.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 24px auto;
	}
.h_region span{
	display: block;
	}

.header_main_text{
	display: inline-block;
	margin: 60px 0 0 0;
	padding: 34px 40px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 16px;
	font-size: 62px;
	line-height: 64px;
	font-weight: 500;
	}
.header_main_text span{
	color: #D51130;
	}


.adapt_menu{
	margin: 0 0 0 0;
	position: relative;
	display: none;
	width: 18px;
	height: 18px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	}
.adapt_menu span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000;
	transition: all .2s ease-in-out;
	}
.adapt_menu span:nth-child(2){
	top: 8px;
	width: 13px;
	}
.adapt_menu span:nth-child(3){
	top: 16px;
	}
.adapt_menu.adapt_menu_active span{
	top: 8px;
	background-color: #D51130;
	}
.adapt_menu.adapt_menu_active span:nth-child(1){
	transform: rotate(45deg);
	}
.adapt_menu.adapt_menu_active span:nth-child(2){
	opacity: 0;
	}
.adapt_menu.adapt_menu_active span:nth-child(3){
	transform: rotate(-45deg);
	}

@media (min-width: 1020px) {
	.adapt_block{
		display: none !important;
		}
	}

/* END HEADER */


/* HOME */

.main_text{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 90px 0;
	}
.main_text_l{
	width: 690px;
	padding: 0 25px 0 0;
	font-size: 45px;
	line-height: 48px;
	font-weight: 500;
	}
.main_text_r{
	width: 580px;
	}
.main_text_rb{
	margin: 0 0 40px 0;
	}
.main_text_r_but{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	}
a.main_text_but{
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	}
a.main_text_but{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	}
a.main_text_but:hover{
	color: #D51130;
	}
a.main_text_but:before{
	display: block;
	content: "";
	margin: 0 12px 0 0;
	width: 20px;
	height: 20px;
	background-image: url('images/main_text_but.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
	transition: all 0.3s 0.02s ease;
	}
a.main_text_but:hover:before{
	transform: rotate(360deg);
	margin: 0 10px 0 0;
	}


.main_cat{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 90px 0;
	}
.main_cat_b{
	width: 215px;
	margin: 0 23px 20px 0;
	}
.main_cat_b:nth-child(6){
	margin: 0 0 20px 0;
	}
.main_cat_img{
	height: 115px;
	border-bottom: 1px solid #000;
	margin: 0 0 10px 0;
	transition: all 0.3s 0.02s ease;
	}
.main_cat_b:hover .main_cat_img{
	margin: 0 20px 10px 0;
	}
.main_cat_img img{
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	}
.main_cat_b:hover .main_cat_img img{
	transform: scale(1.1);
	}
.main_cat_title{
	font-size: 19px;
	font-weight: 500;
	margin: 0 0 14px 0;
	}
a.main_cat_but{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	color: #D51130;
	font-size: 16px;
	text-decoration: none;
	}
a.main_cat_but:after{
	display: block;
	content: "";
	margin: 0 0 0 10px;
	width: 16px;
	height: 16px;
	background-image: url('images/main_cat_but.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px auto;
	transition: all 0.3s 0.02s ease;
	}
a.main_cat_but:hover:after{
	transform: translateX(5px);
	}



.main_question{
	background-color: #00456F;
	padding: 60px 0;
	position: relative;
	margin: 0 0 120px 0;
	}
.main_question:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: -80px;
	left: 0;
	height: 360px;
	width: 100%;
	background-image: url('images/main_question.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 360px;
	}
.main_question_b{
	position: relative;
	z-index: 2;
	padding: 0 0 0 250px;
	}
.main_question_title{
	color: #fff;
	font-size: 46px;
	font-weight: 500;
	line-height: 48px;
	margin: 0 0 64px 0;
	}
a.main_question_but{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	color: #FDDF66;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	}
a.main_question_but:after{
	display: block;
	content: "";
	margin: 0 0 0 12px;
	width: 20px;
	height: 20px;
	background-image: url('images/main_question_but.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
	transition: all 0.3s 0.02s ease;
	}
a.main_question_but:hover:after{
	transform: translateX(5px);
	}


.main_news_title_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 40px 0;
	}
.main_news_title{
	font-size: 45px;
	line-height: 48px; 
	font-weight: 600;
	}

.main_news{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 100px 0;
	}
.main_news_b{
	width: 454px;
	margin: 0 0 20px 0;
	}
.main_news_img{
	margin: 0 0 20px 0;
	overflow: hidden;
	}
.main_news_img img{
	transition: all 0.3s 0.02s ease;
	vertical-align: bottom;
	}
.main_news_b:hover .main_news_img img{
	transform: scale(1.1);
	}
.main_news_t{
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 10px 0;
	}
.main_news_t a{
	color: #000;
	text-decoration: none;
	}
.main_news_t a:hover {
	color: #D51130;
	}
.main_news_text{
	color: #333;
	font-size: 16px;
	margin: 0 0 10px 0;
	}
.main_news_bot{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	}
span.main_news_date{
	color: #333;
	}
.main_news_sep{
	display: block;
	margin: 0 10px;
	width: 6px;
	height: 6px;
	background-color: #333333;
	border-radius: 50%;
	}
/* END HOME */



/* FOOTER */

footer{
	background-color: #00456F;
	padding: 130px 0 24px 0;
	position: relative;
	}
.footer_cut{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	}

.f_top{
	margin: 0 0 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	}

.f_top_l{
	box-sizing: border-box;
	width: 350px;
	margin: 0 20px 0 0;
	}
.f_top_c{
	box-sizing: border-box;
	width: 350px;
	margin: 0 20px 0 0;
	}
.f_top_r{
	box-sizing: border-box;
	width: 350px;
	}

.f_top_right{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	}

.f_top_text{
	font-size: 15px;
	color: #fff;
	margin: 0 0 20px 0;
	}
.f_top_text b{
	font-weight: 500;
	}
.f_top_text a{
	color: #fff;
	text-decoration: none;
	}
.f_top_text a:hover{
	color: #FDDF66;
	}

.f_nav li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 8px 0;
	}
.f_nav li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	}
.f_nav li a:hover{
	color: #FDDF66;
	}
.f_nav li a:before{
	display: block;
	content: "";
	margin: 0 8px 0 0;
	width: 16px;
	height: 16px;
	background-image: url('images/f_nav.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px auto;
	transition: all 0.3s 0.02s ease;
	}
.f_nav li a:hover:before{
	transform: rotate(360deg);
	}

.f_top_r .f_nav li:nth-child(2) a:before, .f_top_r .f_nav li:nth-child(3) a:before{
	background-image: url('images/f_nav2.svg');
	}


.f_bottom{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	line-height: 22px;
	}	
.bot_nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	}
.bot_nav li{
	display: block;
	padding: 0 12px;
	border-left: 1px solid #C4C4C0;
	}
.bot_nav li:first-child{
	padding: 0 12px 0 0;
	border-left: 0;
	}
.bot_nav li a{
	font-size: 16px;
	color: #C4C4C0;
	text-decoration: none;
	}
.bot_nav li a:hover{
	color: #FDDF66;
	}


.f_bottom_r{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 15px;
	}
.copu{
	color: #DDD;
	padding: 0 12px 0 0;
	}
.copu_web{
	font-size: 15px;
	padding: 0 0 0 12px;
	border-left: 1px solid #C4C4C0;
	}
.copu_web a{
	color: #DDD;
	text-decoration: none;
	}
.copu_web a:hover{
	color: #FDDF66;
	}


a.fix_but{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: fixed;
	z-index: 77;
	bottom: 150px;
	right: 20px;
	box-sizing: border-box;
	overflow: hidden;
	height: 90px;
	padding: 21px;
	border-radius: 50%;
	background: #FD0;
	text-decoration: none;
	}
a.fix_but:hover{
	background: #00456f;
	border-radius: 42px;
	width: auto;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	}

a.fix_but:before{
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNyA4VjE3SDQwQzQyLjc1MiAxNyA0NSAxOS4yNDggNDUgMjJWNDBDNDUgNDEuMzI2IDQ0LjQ3MyA0Mi41OTggNDMuNTM1IDQzLjUzNUM0Mi41OTggNDQuNDczIDQxLjMyNiA0NSA0MCA0NUg4QzYuNjc0IDQ1IDUuNDAyIDQ0LjQ3MyA0LjQ2NSA0My41MzVDMy41MjcgNDIuNTk4IDMgNDEuMzI2IDMgNDBWOEMzIDYuNjc0IDMuNTI3IDUuNDAzIDQuNDY1IDQuNDY1QzUuNDAyIDMuNTI3IDYuNjc0IDMgOCAzSDMyQzMzLjMyNiAzIDM0LjU5NyAzLjUyNyAzNS41MzUgNC40NjVDMzYuNDczIDUuNDAyIDM3IDYuNjc0IDM3IDhaTTM3IDQwQzM3IDQwLjc5NiAzNy4zMTYgNDEuNTU4IDM3Ljg3OSA0Mi4xMjFDMzguNDQxIDQyLjY4NCAzOS4yMDQgNDMgNDAgNDNDNDAuNzk2IDQzIDQxLjU1OCA0Mi42ODQgNDIuMTIxIDQyLjEyMUM0Mi42ODQgNDEuNTU5IDQzIDQwLjc5NiA0MyA0MFYyMkM0MyAyMC4zNTIgNDEuNjQ4IDE5IDQwIDE5SDM3VjQwWk04IDQzQzcuMjA0IDQzIDYuNDQyIDQyLjY4NCA1Ljg3OSA0Mi4xMjFDNS4zMTYgNDEuNTU5IDUgNDAuNzk2IDUgNDBWOEM1IDcuMjA0IDUuMzE2IDYuNDQyIDUuODc5IDUuODc5QzYuNDQxIDUuMzE2IDcuMjA0IDUgOCA1SDMyQzMyLjc5NiA1IDMzLjU1OCA1LjMxNiAzNC4xMjEgNS44NzlDMzQuNjg0IDYuNDQxIDM1IDcuMjA1IDM1IDhWNDBDMzUgNDEuMDg4IDM1LjM1NSA0Mi4xMzkgMzYgNDNIOFpNMjggMjlIMTJDMTEuNDQ4IDI5IDExIDI4LjU1MiAxMSAyOEMxMSAyNy40NDggMTEuNDQ4IDI3IDEyIDI3SDI4QzI4LjU1MiAyNyAyOSAyNy40NDggMjkgMjhDMjkgMjguNTUyIDI4LjU1MiAyOSAyOCAyOVpNMjIuMjIxIDM3SDEyLjIyMUMxMS42NjkgMzcgMTEuMjIxIDM2LjU1MiAxMS4yMjEgMzZDMTEuMjIxIDM1LjQ0OCAxMS42NjkgMzUgMTIuMjIxIDM1SDIyLjIyMUMyMi43NzMgMzUgMjMuMjIxIDM1LjQ0OCAyMy4yMjEgMzZDMjMuMjIxIDM2LjU1MiAyMi43NzMgMzcgMjIuMjIxIDM3WiIgZmlsbD0iYmxhY2siIHN0cm9rZT0iYmxhY2siLz4KPHBhdGggZD0iTTI5IDIwQzI5IDIwLjU1MiAyOC41NTIgMjEgMjggMjFIMTJDMTEuNDQ4IDIxIDExIDIwLjU1MiAxMSAyMFYxMkMxMSAxMS40NDggMTEuNDQ4IDExIDEyIDExSDI4QzI4LjU1MiAxMSAyOSAxMS40NDggMjkgMTJWMjBaTTEzIDEzVjE5SDI3VjEzSDEzWiIgZmlsbD0iYmxhY2siIHN0cm9rZT0iYmxhY2siLz4KPC9zdmc+Cg==');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 48px auto;
	transition: all 0.3s 0.02s ease;
	}
a.fix_but:hover:before{
	transform: scale(0.8);
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNyA4VjE3SDQwQzQyLjc1MiAxNyA0NSAxOS4yNDggNDUgMjJWNDBDNDUgNDEuMzI2IDQ0LjQ3MyA0Mi41OTggNDMuNTM1IDQzLjUzNUM0Mi41OTggNDQuNDczIDQxLjMyNiA0NSA0MCA0NUg4QzYuNjc0IDQ1IDUuNDAyIDQ0LjQ3MyA0LjQ2NSA0My41MzVDMy41MjcgNDIuNTk4IDMgNDEuMzI2IDMgNDBWOEMzIDYuNjc0IDMuNTI3IDUuNDAzIDQuNDY1IDQuNDY1QzUuNDAyIDMuNTI3IDYuNjc0IDMgOCAzSDMyQzMzLjMyNiAzIDM0LjU5NyAzLjUyNyAzNS41MzUgNC40NjVDMzYuNDczIDUuNDAyIDM3IDYuNjc0IDM3IDhaTTM3IDQwQzM3IDQwLjc5NiAzNy4zMTYgNDEuNTU4IDM3Ljg3OSA0Mi4xMjFDMzguNDQxIDQyLjY4NCAzOS4yMDQgNDMgNDAgNDNDNDAuNzk2IDQzIDQxLjU1OCA0Mi42ODQgNDIuMTIxIDQyLjEyMUM0Mi42ODQgNDEuNTU5IDQzIDQwLjc5NiA0MyA0MFYyMkM0MyAyMC4zNTIgNDEuNjQ4IDE5IDQwIDE5SDM3VjQwWk04IDQzQzcuMjA0IDQzIDYuNDQyIDQyLjY4NCA1Ljg3OSA0Mi4xMjFDNS4zMTYgNDEuNTU5IDUgNDAuNzk2IDUgNDBWOEM1IDcuMjA0IDUuMzE2IDYuNDQyIDUuODc5IDUuODc5QzYuNDQxIDUuMzE2IDcuMjA0IDUgOCA1SDMyQzMyLjc5NiA1IDMzLjU1OCA1LjMxNiAzNC4xMjEgNS44NzlDMzQuNjg0IDYuNDQxIDM1IDcuMjA1IDM1IDhWNDBDMzUgNDEuMDg4IDM1LjM1NSA0Mi4xMzkgMzYgNDNIOFpNMjggMjlIMTJDMTEuNDQ4IDI5IDExIDI4LjU1MiAxMSAyOEMxMSAyNy40NDggMTEuNDQ4IDI3IDEyIDI3SDI4QzI4LjU1MiAyNyAyOSAyNy40NDggMjkgMjhDMjkgMjguNTUyIDI4LjU1MiAyOSAyOCAyOVpNMjIuMjIxIDM3SDEyLjIyMUMxMS42NjkgMzcgMTEuMjIxIDM2LjU1MiAxMS4yMjEgMzZDMTEuMjIxIDM1LjQ0OCAxMS42NjkgMzUgMTIuMjIxIDM1SDIyLjIyMUMyMi43NzMgMzUgMjMuMjIxIDM1LjQ0OCAyMy4yMjEgMzZDMjMuMjIxIDM2LjU1MiAyMi43NzMgMzcgMjIuMjIxIDM3WiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZmZmIi8+CjxwYXRoIGQ9Ik0yOSAyMEMyOSAyMC41NTIgMjguNTUyIDIxIDI4IDIxSDEyQzExLjQ0OCAyMSAxMSAyMC41NTIgMTEgMjBWMTJDMTEgMTEuNDQ4IDExLjQ0OCAxMSAxMiAxMUgyOEMyOC41NTIgMTEgMjkgMTEuNDQ4IDI5IDEyVjIwWk0xMyAxM1YxOUgyN1YxM0gxM1oiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIvPgo8L3N2Zz4K');
	}
	
a.fix_but span{
	display: block;
	transition: all 0.3s 0.02s ease;
	transform: scale(0);
	opacity: 0;
	color: #fff;
	font-size: 0;
	line-height: 0;
	}
a.fix_but:hover span{
	padding: 0 0 0 15px;
	transform: scale(1);
	opacity: 1;
	font-size: 30px;
	line-height: 32px;
	}




/* END FOOTER */


/* CATALOG */


.breadcrumbs{
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 30px 0;
	}


.sub_cats{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 100px 0;
	}
.sub_cat{
	width: 454px;
	margin: 0 0 20px 0;
	}
.sub_cat_img{
	margin: 0 0 20px 0;
	overflow: hidden;
	}
.sub_cat_img img{
	transition: all 0.3s 0.02s ease;
	vertical-align: bottom;
	}
.sub_cat:hover .sub_cat_img img{
	transform: scale(1.1);
	}

.sub_cat_t{
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 10px 0;
	}
.sub_cat_t a{
	color: #000;
	text-decoration: none;
	}
.sub_cat_t a:hover {
	color: #D51130;
	}

.sub_cat_t a:after{
	display: inline-block;
	vertical-align: center;
	content: "";
	margin: 0 0 0 10px;
	width: 16px;
	height: 16px;
	background-image: url('images/main_cat_but.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px auto;
	transition: all 0.3s 0.02s ease;
	}
.sub_cat_t a:hover:after{
	transform: translateX(5px);
	}
.sub_cat_text{
	color: #333;
	font-size: 16px;
	}



.prod_lists{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 0 100px 0;
	}
.prod_list{
	box-sizing: border-box;
	padding: 0 25px 20px 25px;
	width: 456px;
	border: 1px solid #D0DEE3;
	border-radius: 12px;
	margin: 0 20px 20px 0;
	transition: all 0.3s 0.02s ease;
	}
.prod_list:nth-child(3n){
	margin: 0 0 20px 0;
	}
.prod_list:hover{
	border: 1px solid #D51130;
	}
.prod_list_img{
	margin: 0 0 20px 0;
	height: 313px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
.prod_list_img img{
	transition: all 0.3s 0.02s ease;
	vertical-align: bottom;
	max-width: 273px;
	max-height: 273px;
	}
.prod_list:hover .prod_list_img img{
	transform: scale(1.1);
	}

.prod_list_t{
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 14px 0;
	}
.prod_list_t a{
	color: #09456E;
	text-decoration: none;
	}
.prod_list_t a:hover {
	color: #D51130;
	}
.prod_list_text{
	font-size: 16px;
	}



.prod_top{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border: 1px solid #00456F;
	border-radius: 12px;
	margin: 0 0 15px 0;
	padding: 40px;
	}
.prod_top_l{
	width: 60%;
	}
.prod_top_r{
	width: 40%;
	}

.prod_top_l_big{
	max-width: 440px;
	margin: 0 auto 40px auto;
	}
.prod_top_l_small{
	max-width: 340px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: center;
	}
.prod_top_l_small_b img{
	width: 82px;
	height: 82px;
	border: 1px solid #BAD0D9;
	vertical-align: bottom;
	margin: 0 auto;
	}
.slick-current .prod_top_l_small_b img{
	border: 1px solid #00456F;
	}
.prod_top_l_small .slick-prev{
	display: block;
	width: 12px; 
	height: 20px; 
	position:absolute;
	z-index:111;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 0;
	padding: 0;
	text-indent: -9999px;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	background-color: transparent;
	background-image: url('images/prev.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px auto;
	}	
.prod_top_l_small .slick-next{
	display: block;
	width: 12px; 
	height: 20px; 
	position:absolute;
	z-index:111;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border: 0;   
	padding: 0;
	text-indent: -9999px;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	background-color: transparent;
	background-image: url('images/next.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px auto;
	}	


.prod_logo{
	max-width: 380px;
	margin: 0 0 30px 0;
	}
.prod_logo img{
	vertical-align: bottom;
	width: 100%
	}
.prod_top_r_text{
	font-size: 16px;
	margin: 0 0 30px 0;
	}

input.prod_inp{
	display: none;
	}
.prod_tab{
	height: 0;
	overflow: hidden;
	}
input.prod_inp1:checked ~ .prod_tab1,
input.prod_inp2:checked ~ .prod_tab2,
input.prod_inp3:checked ~ .prod_tab3,
input.prod_inp4:checked ~ .prod_tab4{
	height: auto;
	overflow: visible;
	margin: 0 0 30px 0;
	}


.prod_nav{
	margin: 0 0 40px 0;
	}
.prod_nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-bottom: 1px solid #00456F;
	}
.prod_nav li{
	display: block;
	margin: 0 5px 0 0;
	}
.prod_nav li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	border: 1px solid #fff;
	border-bottom:0;
	border-radius: 10px 10px 0 0;
	color: #00456F;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	}
.prod_nav li a:hover,
input.prod_inp1:checked ~ nav.prod_nav .prod_lab1 a,
input.prod_inp2:checked ~ nav.prod_nav .prod_lab2 a,
input.prod_inp3:checked ~ nav.prod_nav .prod_lab3 a,
input.prod_inp4:checked ~ nav.prod_nav .prod_lab4 a{
	border: 1px solid #00456F;
	border-bottom:0;
	}

.tech_сhar{
	padding: 0 20px;
	}
.tech_сhar_title{
	position: relative;
	font-size: 16px;
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
	}
.tech_сhar_title:before{
	content:"";
	position: absolute;
	z-index:1;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	background:#00456F;
	border-radius: 50%;
	}




.post_b{
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #DDDDDD;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	}
.post_b_img{
	flex: 0 0 384px;
	padding: 0 20px 0 0;
	}	
.post_b_img img{
	vertical-align: bottom;
	}	
.post_b_r{
	width: 100%;
	}
.top_posts_s_data{
	font-size: 18px;
	margin: 0 0 15px 0;
	}	
.post_b_title{
	color: #000000;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	margin: 0 0 15px 0;
	}	
.post_b_title a{
	color: #000000;
	text-decoration: none;
	}
.post_b_title a:hover{
	color: #D51130;
	}	
.post_b_text{
	font-size: 20px;
	margin: 0 0 15px 0;
	}
.post_b_more{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	}	

.prod_top_r_but a{
	display: inline-block;
	padding: 10px 24px;
	background-color: #00456F;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
	}
.prod_top_r_but a:hover{
    background-color: #FD0;
	color: #000;
	}
.modal_block{
	max-width: 400px !important;
	display: none;
	}
.modal_block_title{
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 20px 0;
	}
.modal_block_text{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 20px 0;
	}

.modal_f_line{
	margin: 0 0 10px 0;
	}
.modal_f_line p, .modal_f_line_but p{
	margin: 0 0 10px 0;
	}
.modal_f_line input.wpcf7-text{
	width: 100%;
	box-sizing: border-box;
	padding: 5px 20px;
	margin: 0 0 0 0;
	background: #fff;
    border: 1px solid #00456F;
    border-radius: 5px;
	}
.modal_f_line textarea.wpcf7-textarea{
	width: 100%;
	height: 140px;
	box-sizing: border-box;
	padding: 7px 20px;
	margin: 0 0 0 0;
	background: #fff;
    border: 1px solid #00456F;
    border-radius: 5px;
	resize: none;
	}
.modal_f_line_but input.wpcf7-submit{
	min-width: 150px;
	height: auto;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px 24px;
	margin: 0;
	background-color: #00456F;
    border: 0 solid #00456F;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	}
.modal_f_line_but input.wpcf7-submit:hover{
    background-color: #FD0;
	color: #000;
	}

.post_columns{
	column-width: 48%;
	column-count: 2;
	column-gap: 4%;
	}


/* END CATALOG */



/* CONTACT */

.contact_page{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 50px 0;
	}
.contact_page_l{
	width: 48%;
	margin: 0 0 30px 0;
	}
.contact_page_r{
	width: 48%;
	margin: 0 0 30px 0;
	box-sizing: border-box;
	background: #F6F7F9;
	padding: 30px;
	}

.contact_page_l_text{
	margin: 0 0 30px 0;
	}
.contact_page_l_phone{
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 20px 0;
	}
.contact_page_l_mail{
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 20px 0;
	}
.contact_page_l_t{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 5px 0;
	}
.contact_page_l a{
	color: #000;
	text-decoration: none;
	}
.contact_page_l a:hover {
	color: #D51130;
	}
.contact_page_l_adres{
	font-size: 20px;
	font-weight: 500;
	}


.contact_f_line{
	margin: 0 0 20px 0;
	}
.contact_f_line p, .contact_f_line_but p{
	margin: 0 0 10px 0;
	}
.contact_f_line input.wpcf7-text{
	width: 100%;
	box-sizing: border-box;
	padding: 0 5px 10px 5px;
	margin: 0 0 0 0;
	background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
.contact_f_line textarea.wpcf7-textarea{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 0 5px 10px 5px;
	margin: 0 0 0 0;
	background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	resize: none;
	}
.contact_f_line_but{
	margin: 0 0 20px 0;
	}
.contact_f_line_but input.wpcf7-submit{
	min-width: 150px;
	height: auto;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px 24px;
	margin: 0;
	background-color: #00456F;
    border: 0 solid #00456F;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	}
.contact_f_line_but input.wpcf7-submit:hover{
    background-color: #FD0;
	color: #000;
	}

.contact_page_r_text{
	font-size: 14px;
	line-height: 18px;
	}

.wpcf7-not-valid-tip {
	font-size: 14px;
	line-height: 18px;
	}
.wpcf7 form .wpcf7-response-output {
	font-size: 14px;
	line-height: 18px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #00a0d2;
	}


.distributors{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 50px 0;
	}
.distributor_left{
	width: 48%;
	}
.distributor_right{
	width: 48%;
	}

.distributor_b{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 30px 0;
	}
.distributor_b_title{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;	
	margin: 0 0 20px 0;
	font-size: 30px;
	line-height: 32px;
	}
.distributor_b_title:before{
	content:"";
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 10px 0 0;
	border-radius: 50%;
	background-color: #000;
	background-image: url('images/distributors_circle.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px auto;
	}
.distributor_right .distributor_b_title:before{
	background-image: url('images/distributors_star.svg');
	background-size: 14px auto;
	}
.distributor_b_zag{
	width: 100%;	
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: 500;
	}
.distributor_b_text{
	width: 48%;	
	}


/* END CONTACT */



/* COMMENTS */

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li.thread-even {
	background: #fff; 
	} 

.comments_list .even {
	background: #fff; 
	}

.comments_list .alt {
	background: #f8f8f8; 
	}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_top{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	padding: 15px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 0 0 15px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.wpcf7-not-valid { 
	border-color: #ad2929 !important;
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

/* END WP OTHER */