*::-webkit-input-placeholder {
	color: #666;
	opacity: .6;
}
*:-moz-placeholder {
	color: #666;
	opacity: .6;
}
*::-moz-placeholder {
	color: #666;
	opacity: .6;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: .6;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
}
body input:required:valid,
body textarea:required:valid {
}
body {
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	color: #424242;
	font-size: 15px;
	line-height: 1.4;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #333;
	margin: 0.5em 0;
	line-height: 1;
}
a,a:hover,a:focus {
	color: #43a74c;
}
.btn {
	padding: 16px 35px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: inset 0px 0px 0px 2px #43a74c, 0 0 0 transparent;
	-moz-box-shadow: inset 0px 0px 0px 2px #43a74c, 0 0 0 transparent;
	box-shadow: inset 0px 0px 0px 2px #43a74c, 0 0 0 transparent;
}
.btn:hover {
	color: #FFF;
	-webkit-box-shadow: 0 0 0 transparent, 0px 0px 26px 0px rgba(67, 167, 76, 0.35);
	-moz-box-shadow: 0 0 0 transparent, 0px 0px 26px 0px rgba(67, 167, 76, 0.35);
	box-shadow: 0 0 0 transparent, 0px 0px 26px 0px rgba(67, 167, 76, 0.35);
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-linear-gradient(to bottom right, #43a74c 0%, #43a74c 100%);
}
.btn:focus {
	color: #FFF;
}
.top_line {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding: 20px 0;
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.top_line .logo {
	max-width: 300px;
}
.top_line .logo .logo_name {
	color: #333;
	text-decoration: none;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	display: inline-block;
}
.top_line .logo .logo_desc {
	line-height: 1.2;
	font-weight: 300;
	font-size: 17px;
	color: #8C8C8C;
}
.top_line .contacts {
	display: flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	-webkit-align-items: center;
	        align-items: center;
}
.top_line .work_time {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 13px;
	line-height: 1;
	margin-right: 25px;
}
.top_line .work_time .icon {
	width: 26px;
	min-width: 26px;
	height: 26px;
	background: url(../img/work_time_icon.svg) center no-repeat;
	margin-right: 10px;
}
.top_line .work_time .title {
	color: #A3A3A3;
	margin-bottom: 5px;
}
.top_line .work_time .text {
	font-weight: 700;
}
.top_line .phones {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 13px;
	line-height: 1;
}
.top_line .phones .icon {
	width: 26px;
	min-width: 26px;
	height: 26px;
	background: url(../img/phone_icon.svg) center no-repeat;
	margin-right: 10px;
}
.top_line .phones .title {
	color: #A3A3A3;
}
.top_line .phones .phone a {
	text-decoration: none;
	color: #333;
	font-weight: 700;
	font-size: 16px;
	display: inline-block;
	margin-top: 5px;
}
.top_line .callback {
	margin-left: 25px;
}
.top_line .callback a {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	background: #3D4553;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 13px 26px;
	border: 2px solid #3D4553;
}
.top_line .callback a:hover {
	background: none;
	color: #3D4553;
}
.toggle_nav {
	display: flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	-webkit-align-items: center;
	        align-items: center;
}
.toggle_nav .button {
	display: block;
	width: 40px;
	padding: 10px 0;
	background: #3D4553;
}
.toggle_nav .button span {
	background: #fff;
	display: block;
	width: 24px;
	height: 3px;
	margin: 3px auto;
}
.top_nav .close_btn {
	position: absolute;
	left: 100%;
	display: block;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(../img/close_icon.png) center no-repeat, #3d4553;
	z-index: 100;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.75);
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.overlay.open {
	visibility: visible;
	opacity: 1;
}
.top_nav>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	        align-items: center;
}
.top_nav>ul>li {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	        align-items: center;
	position: relative;
}
.top_nav>ul>li:after {
	content: "";
	width: 8px;
	height: 2px;
	background: #D6D6D6;
	display: block;
}
.top_nav>ul>li:last-child:after {
	display: none;
}
.top_nav>ul>li>a,.top_nav>ul>li>span {
	text-decoration: none;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	padding: 20px 20px;
	display: block;
	border-top: 2px solid rgba(0,0,0,0);
}
.top_nav>ul>li:hover>a,.top_nav>ul>li:hover>span {
	border-top: 2px solid #3D4553;
}
.top_nav>ul>li>ul {
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #3D4553;
	padding: 5px;
	width: 280px;
	display: none;
}
.top_nav>ul>li:hover>ul {
	display: block;
}
.top_nav>ul>li>ul>li>a,.top_nav>ul>li>ul>li>span {
	text-decoration: none;
	color: #FFF;
	line-height: 1.3;
	padding: 8px 15px;
	display: block;
	font-size: 14px;
}
.top_nav>ul>li>ul>li:hover>a,.top_nav>ul>li>ul>li:hover>span {
	background: #343B47;
}
.main_slider .item {
	position: relative;
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	height: 450px;
}
.main_slider .item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.main_slider .content {
	color: #FFF;
	padding-top: 80px;
}
.main_slider .title {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 10px;
}
.main_slider .text {
	font-size: 17px;
	margin-bottom: 15px;
	line-height: 1.2;
	font-weight: 600;
}
.main_slider .more a {
	margin-bottom: 20px;
}
.main_slider .control {
	display: inline-block;
	margin-right: 1px;
	width: 45px;
	height: 45px;
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}
.main_slider .control:hover {
	background-color: rgba(255,255,255,.3);
}
.main_slider .btn_prev {
	background-image: url(../img/prev.png);
}
.main_slider .btn_next {
	background-image: url(../img/next.png);
}
.main_section {
	padding: 40px 0;
}
.main_prod {
	background: #3D4553;
}
.main_prod .action {
	border: 2px dashed rgba(255, 255, 255, 0.5);
	color: #FFF;
	padding: 20px;
	text-align: center;
}
.main_prod .action .title {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.main_prod .action .text {
	line-height: 1.2;
	color: #43A74C;
	margin-bottom: 15px;
}
.main_prod .prod_wrap {
	background: #FFF;
	padding: 40px;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
	margin-top: -117px;
	position: relative;
	z-index: 100;
}
.prod_wrap .prod_title {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #000;
	line-height: 1;
	margin-bottom: 25px;
}
.prod_wrap .prod_list {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: stretch;
	        align-items: stretch;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -10px;
}
.prod_wrap .prod_list .item_wrap {
	width: 50%;
	padding: 0 10px 20px;
}
.prod_wrap .prod_list .item {
	position: relative;
	border: 1px solid #d6d8db;
	height: 100%;
	padding: 15px 15px 15px 40px;
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	        align-items: center;
}
.prod_wrap .prod_list .item:hover {
	border: 1px solid #43a74c;
}
.prod_wrap .prod_list .item:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: -15px;
	width: 30px;
	height: 30px;
	background: url(../img/check_icon.svg) center / 16px no-repeat, #43a74c;
	-webkit-box-shadow: 0px 7px 18px rgba(67, 167, 76, 0.35);
	-moz-box-shadow: 0px 7px 18px rgba(67, 167, 76, 0.35);
	box-shadow: 0px 7px 18px rgba(67, 167, 76, 0.35);
}
.prod_wrap .prod_list .item a {
	text-decoration: none;
	color: #3D4553;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	display: inline-block;
}
.main_about {
	background: #3D4553;
}
.preim_list .item {
	position: relative;
	background: #FFF;
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	        align-items: center;
	padding: 20px 20px 20px 40px;
	margin-bottom: 20px;
}
.preim_list .item .img_cont {
	width: 50px;
	min-width: 50px;
	height: 50px;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	margin-right: 20px;
}
.preim_list .item .title {
	font-weight: 700;
	color: #000;
}
.preim_list .item .text {
	font-size: 13px;
	font-style: italic;
	color: #858585;
}
.preim_list .item .numb {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: -25px;
	width: 50px;
	height: 50px;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	background: #3D4553;
	color: #FFF;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-size: 18px;
	border: 1px solid #515967;
}
.about_wrap {
	color: #FFF;
}
.about_wrap .title {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 25px;
}
.about_wrap .text {
	font-size: 16px;
}
.about_wrap .more {
	margin-top: 25px;
}
.main_form {
	position: relative;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.main_form:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.main_form_wrap {
	background: #FFF;
	padding: 40px 30px;
	margin: 30px 0;
	-webkit-box-shadow: 0 0 10px rgba(61,69,83,.5);
	        box-shadow: 0 0 10px rgba(61,69,83,.5);
}
.main_form .title {
	text-align: center;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 10px;
	color: #000;
}
.main_form .text {
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.main_form .form_list {
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -5px;
}
.main_form .form_list .item {
	width: 25%;
	padding: 0 5px 10px;
	position: relative;
}
.main_form .form_list .item span {
	position: absolute;
	top: 13px;
	left: 15px;
	background: #FFF;
	color: #949494;
	padding: 0 5px;
	font-size: 14px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.main_form .form_list .item input:focus ~ span,
.main_form .form_list .item input:valid ~ span {
	top: -10px;
	left: 10px;
	font-size: 13px;
	z-index: 2;
	color: #333;
}
.main_form input {
	display: block;
	width: 100%;
	height: 46px;
	padding: 0 10px 0 15px;
	border: 1px solid #d6d8db;
	font-size: 14px;
	position: relative;
	z-index: 1;
	background: none;
}
.main_form input:focus,
.main_form input:valid {
	border: 1px solid #56b05e;
}
.main_form button {
	-webkit-box-shadow: 0 0 0 transparent, 0px 0px 26px 0px rgba(67, 167, 76, 0.35);
	-moz-box-shadow: 0 0 0 transparent, 0px 0px 26px 0px rgba(67, 167, 76, 0.35);
	box-shadow: 0 0 0 transparent, 0px 0px 26px 0px rgba(67, 167, 76, 0.35);
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-linear-gradient(to bottom right, #43a74c 0%, #43a74c 100%);
	width: 100%;
	border: none;
	height: 46px;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.main_form button:hover {
	background: none;
	-webkit-box-shadow: inset 0px 0px 0px 2px #43a74c, 0 0 0 transparent;
	-moz-box-shadow: inset 0px 0px 0px 2px #43a74c, 0 0 0 transparent;
	box-shadow: inset 0px 0px 0px 2px #43a74c, 0 0 0 transparent;
	color: #43a74c;
}
.main_form button:focus {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-linear-gradient(to bottom right, #43a74c 0%, #43a74c 100%);
	color: #FFF;
}
.main_form .privacy {
	text-align: center;
}
.main_form .privacy a {
	font-size: 13px;
	color: #848484;
	font-weight: 300;
	line-height: 1;
	display: inline-block;
}
.main_news_title {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 1;
	color: #000;
	margin-bottom: 30px;
}
.main_news_list {
	background: #3D4553;
	color: #FFF;
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: stretch;
	        align-items: stretch;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-shadow: 0 0 10px rgba(61,69,83,.5);
	        box-shadow: 0 0 10px rgba(61,69,83,.5);
}
.main_news_list .item {
	width: 50%;
	padding: 40px;
}
.main_news_list .item:first-child {
	border-right: 1px dashed #6c788c;
}
.main_news_list .item .date {
	font-size: 13px;
	line-height: 1;
	margin-bottom: 5px;
	color: #AFB7C5;
	font-weight: 300;
}
.main_news_list .item .title a {
	color: #FFF;
	text-decoration: underline;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 10px;
}
.main_news_list .item .text {
	font-size: 15px;
	font-weight: 300;
}
.main_reviews {
	background: #3D4553;
}
.main_reviews_title {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 1;
	color: #fff;
	margin-bottom: 30px;
}
.main_reviews .slider .item {
	background: #FFF;
	display: flex;
	padding: 30px;
}
.main_reviews .slider .item .img_cont {
	width: 100px;
	height: 100px;
	min-width: 100px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	overflow: hidden;
	margin-right: 25px;
}
.main_reviews .slider .item .img_cont img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main_reviews .slider .item .review .name {
	font-family: 'Roboto Slab', sans-serif;
	margin-bottom: 20px;
	color: #000;
	font-size: 16px;
}
.main_reviews .slider .item .review .text {
	font-size: 15px;
	color: #545454;
}
.main_reviews .slider .owl-dots {
	text-align: center;
	margin-top: 20px;
}
.main_reviews .slider .owl-dots .owl-dot {
	display: inline-block;
	width: 24px;
	height: 4px;
	background: #DCDDE0;
	margin: 0 7px;
}
.main_reviews .slider .owl-dots .owl-dot.active {
	background: #56b05e;
}
footer {
	background: #3D4553;
	color: #FFF;
	font-weight: 300;
	font-size: 14px;
}
.footer_contacts_wrap {
	border-bottom: 1px dashed #6c788c;
}
.footer_contacts {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	padding: 20px 0;
}
.footer_contacts .address {
	color: #fff;
	font-size: 15px;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	width: 33.33%;
}
.footer_contacts .address .icon {
	width: 22px;
	height: 22px;
	background: url(../img/address_white_icon.svg) center / 14px no-repeat;
	margin-right: 10px;
}
.footer_contacts .phone {
	font-size: 15px;
	display: flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	-webkit-align-items: center;
	        align-items: center;
	width: 33.33%;
}
.footer_contacts .phone a {
	color: #fff;
	text-decoration: none;
}
.footer_contacts .phone .icon {
	width: 22px;
	height: 22px;
	background: url(../img/phone_white_icon.svg) center / 14px no-repeat;
	margin-right: 10px;
}
.footer_copyright_wrap {
	padding: 20px 0;
}
.footer_copyright {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.footer_copyright .copy {
	color: #fff;
}
.footer_copyright .planart a {
	color: #fff;
}
.popup {
	max-width: 340px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	padding: 30px 30px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
	text-align: center;
}
.popup .article {
	font-size: 24px;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
}
.popup form .form_item {
	margin-bottom: 20px;
}
.popup form input {
	display: block;
	width: 100%;
	border: none;
	border: 1px solid #d6d8db;
	height: 46px;
	padding: 0 15px 0;
}
.popup form input:hover,
.popup form input:focus {
	border-color: #56b05e;
}
.popup form textarea {
	display: block;
	width: 100%;
	border: none;
	border: 1px solid #d6d8db;
	padding: 10px 15px 2px;
	resize: vertical;
}
.popup form textarea:hover,
.popup form textarea:focus {
	border-color: #56b05e;
}
.popup form button {
	-webkit-box-shadow: 0 0 0 transparent, 0px 0px 26px 0px rgba(67, 167, 76, 0.35);
	-moz-box-shadow: 0 0 0 transparent, 0px 0px 26px 0px rgba(67, 167, 76, 0.35);
	box-shadow: 0 0 0 transparent, 0px 0px 26px 0px rgba(67, 167, 76, 0.35);
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-linear-gradient(to bottom right, #43a74c 0%, #43a74c 100%);
	border: none;
	height: 46px;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.popup form button:hover {
	background: none;
	-webkit-box-shadow: inset 0px 0px 0px 2px #43a74c, 0 0 0 transparent;
	-moz-box-shadow: inset 0px 0px 0px 2px #43a74c, 0 0 0 transparent;
	box-shadow: inset 0px 0px 0px 2px #43a74c, 0 0 0 transparent;
	color: #43a74c;
}
.popup form button:focus {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), repeating-linear-gradient(to bottom right, #43a74c 0%, #43a74c 100%);
	color: #FFF;
}
.popup form .privacy {
	text-align: center;
	margin-bottom: 20px;
}
.popup form .privacy a {
	font-size: 13px;
	color: #848484;
	font-weight: 300;
	line-height: 1;
	display: inline-block;
}
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.my-mfp-zoom-in .mfp-figure {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.7); 
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	-o-transform: scale(0.7); 
	transform: scale(0.7); 
}
.my-mfp-zoom-in.mfp-ready .mfp-figure {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .mfp-figure {
	opacity: 0;
	-webkit-transform: scale(0.7); 
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	-o-transform: scale(0.7); 
	transform: scale(0.7); 
}

/* INDEX */

/* INN */

.page_title {
	position: relative;
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.page_title:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.page_title .title {
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.2);
	padding: 20px 0 10px;
}
.page_title .title h1 {
	margin: 0;
	line-height: 1;
	color: #FFF;
	font-weight: 700;
	font-size: 35px;
}
.breadcrumb {
	background: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	padding: 10px 0 12px;
}
.breadcrumb>.active {
	color: rgba(255,255,255,.75);
}
.breadcrumb a {
	color: #FFF;
	text-decoration: underline;
}
.breadcrumb>li+li:before {
	padding-right: 0;
}
.page_top_img {
	max-width: 400px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.news_list .item {
	padding: 15px;
	margin: 10px 0;
	border: 1px dashed #c5c5c5;
	font-weight: 400;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}
.news_list .item .date {
	font-size: 13px;
	margin-bottom: 3px;
	font-weight: 300;
}
.news_list .item .title a {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 18px;
}
.page_content table td {
	border: 1px solid #dedede;
	padding: 5px;
}
.prod_inn_list {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: stretch;
	        align-items: stretch;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.prod_inn_list .item_wrap {
	width: 33.33%;
	padding: 0 10px 20px;
}
.prod_inn_list .item {
	padding: 20px;
	background: #3D4553;
	-webkit-box-shadow: 0 0 10px rgba(61,69,83,.5);
	box-shadow: 0 0 10px rgba(61,69,83,.5);
	text-align: center;
	height: 100%;
}
.prod_inn_list .item .img_cont {
	width: 250px;
	max-width: 100%;
	height: 160px;
	display: block;
	margin: 0 auto 10px;
}
.prod_inn_list .item .img_cont img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prod_inn_list .item .title a {
	display: inline-block;
	color: #FFF;
	font-family: 'Roboto Slab', sans-serif;
	margin-bottom: 15px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.2;
}
#mt_conversationBody {
    max-width: 700px;
}
.mt_scrubberColumn {
    display: none !important;
}
#mt_cf_conversationReply {
    display: block !important;
}

/* INN */