@font-face {
	font-family: 'RobotoRegular';
	src: url('/fonts/Roboto-Regular.eot');
	src: url('/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
	url('/fonts/Roboto-Regular.woff') format('woff'),
	url('/fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoBold';
	src: url('/fonts/Roboto-Bold.eot');
	src: url('/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
	url('/fonts/Roboto-Bold.woff') format('woff'),
	url('/fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing:border-box
}

html,
body {
	height: 100%;
	font-family: 'RobotoRegular';
	color: #000000; 
	margin: 0;
	padding: 0;
	font-size: 15px;
}

.container {
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
	width: 1170px;
}

.row {
	display: flex;
	justify-content:space-between;
	flex-flow:row wrap;
} 

.row .col {
	display: block;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

textarea {
	resize:none;
	overflow: auto;
}

a {
	text-decoration: none;
	color: inherit;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%
}

.ra{
	position:relative;
}
.ra::before{
	content:'';
	display:block;
}
.ra-1_1::before{
	padding-top:100%;
}
.ra-1_2::before{
	padding-top:200%;
}
.ra-1_3::before{
	padding-top:300%;
}
.ra-2_3::before{
	padding-top:150%;
}
.ra-3_4::before{
	padding-top:133.33333333%;
}
.ra-2_1::before{
	padding-top:50%;
}
.ra-2_1_1::before{
	padding-top:48%;
}
.ra-3_2::before{
	padding-top:66.6666666%
}
.ra-4_3::before{
	padding-top:75%;
}
.ra-5_3::before{
	padding-top:74.25%;
}
.ra-5_4::before{
	padding-top:72.25%;
}
.ra-9_16::before{
	padding-top:36.25%;
}
.ra-9_14::before{
	padding-top:28.25%;
}
.ra-16_9::before{
	padding-top:56.25%;
}
.ra-16_10::before{
	padding-top:62.25%;
}
.ra-16_11::before{
	padding-top:68.25%;
}
.ra-16_14::before{
	padding-top:96.5%;
}
.ra-16_12_2::before{
	padding-top:78.25%;
}
.ra-16_12_3::before{
	padding-top:81.25%;
}
.ra-16_12::before{
	padding-top:84.5%;
}

.ra-container {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow:hidden;
	width: 100%;
	height: 100%;
	margin: auto;
}

.ra-container img {
	position: absolute;
}

.ra-container img:not(.width100):not(.height100) {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}

.ra-container img.width100 {
	width: 100%;
	height:auto;
	max-height: inherit;
	top: 50%;
	transform: translateY(-50%);
}

.ra-container img.height100 {
	height: 100%;
	width: auto;
	max-width: inherit;
	left: 50%;
	transform: translateX(-50%);
}

.ra-container img.kvadrat {
	max-width: 100%;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}

.btn { 
	color: #726845;
	display: inline-block;
	min-width: 200px;
	height: 62px;
	line-height: 60px;
	text-align: center;
	padding: 0 0.2rem;
	font-size: 15px;
	background-image: url(/images/btn.png);
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid transparent;
}

.header {
	background-image: url(/images/header_bgd.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.header .adress {
	color: #fff;
	background: url(/images/loc.png) no-repeat left center;
	padding-left: 25px;
	min-height: 22px;
	display: flex;
	align-items: center
}

.header .header_content,
.header_2 .header_content {
	align-items: center
}

.header .header_content .left {
	width: 58%;
}

.header .header_content .right {
	width: 41%;
	align-items: center
}


.header .header_content .right a[href^=tel] {
	background: url(/images/phone.png) no-repeat left center;
	padding-left: 26px;
	min-height: 20px;
	display: flex;
	align-items: center;
	color: #fff;
	display: inline-block;
	font-size: 22px;
}

.header_2 .logo {
	display: block;
	background: url(/images/logo.png) no-repeat center;
	width: 392px;
	height: 89px;
	margin: 18px 0;
}

.header_menu {
	justify-content: flex-start;
}

.header_menu > li > a {
	display: flex;
	border-left: 1px solid #f4f4f4;
	min-height: 107px;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	position: relative;
}

.header_menu > li > a:last-child {
	border-right: 1px solid #f4f4f4;
}

.header_menu > li {
	flex: 1 0 auto;
}

.header_menu > li > a img:not(.active) {
	position: absolute;
	right: 31px;
	top: 50%;
	transform: translateY(-50%);
}

.header_menu > li:not(.parent) > a img {
	display: none;
}

.header_menu > li.parent > a {
	padding-right: 50px;
}

.header_menu > li img.active {
	display: inline;
	position: absolute;
	bottom: 0;
	width: calc(100% + 2px);
	left: -1px;
}

.header_menu > li.active img.active {
	display: inline;
}

.header_menu > li.parent {
	position: relative;
}

.header_menu > li.parent > ul {
	position: absolute;
	z-index: 2;
	display: none;
	min-width: 100%;
}

.header_menu > li.parent:hover > ul {
	display: block;
}

.header_menu > li.parent > ul > li > a {
	white-space: nowrap;
	background-color: #fff;
	display: block;
	padding: 10px 20px 10px 30px;
}

.header_menu > li.parent > ul > li:first-child > a {
	padding-top: 0.8rem;
}

.header_menu > li.parent > ul > li:last-child > a {
	padding-bottom: 20px;
}

.index_slider {
	position: relative;
}

.index_slider .slider_bg {
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.index_slider .slide {
	min-height: 532px;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_slider .slide .container {
	position: relative;
	min-height: 532px;
	padding-bottom: 90px;
}

.index_slider .slide .container .slide_bg {
	width: 56%;
}

.index_slider .slide .slide_info {
	height: calc(100% - 82px);
	width: calc(56% - 42px);
	padding-top: 73px;
}

.index_slider .btn_more {
	margin: 1.5rem 0;
}

.index_slider .btn {
	min-width: 185px;
	text-transform: uppercase;
	font-size: 14px;
	height: 49px;
	line-height: 47px;
	color: #ffff;
	background: transparent;
	border: 2px solid white;
}

.index_slider .btn:hover {
	background: #fff;
	color: #000;
}

.index_slider .slide_info .title {
	font-size: 44px;
	color: #e6cb62;
	line-height: 3.5rem;
	font-family: 'RobotoBold';
	letter-spacing: 0.2rem;
}

.index_slider .slide_info .title span {
	color: #ffffff;
	display: block;
}

.index_slider .slide_info .text {
	font-size: 17px;
	color: #ffffff;
	margin-top: 24px;
	line-height: 1.7rem;
	margin-bottom: 20px;
}

.index_slider .nav_panel {
	width: 56%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	background: #fff;
	height: 82px;
	justify-content: flex-start;
}



.index_slider .slider_wrapper.owl-carousel .owl-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 82px;
	background-color: #fff;
}

.index_slider .slider_wrapper.owl-carousel .owl-nav button.owl-prev,
.index_slider .slider_wrapper.owl-carousel .owl-nav button.owl-next {
	width: 88px;
	height: 82px;
	border-bottom: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	background-repeat: no-repeat;
	background-position: center;
}

.index_slider .slider_wrapper.owl-carousel .owl-nav button.owl-prev {
	background-image: url(/images/prev.png);
}

.index_slider .slider_wrapper.owl-carousel .owl-nav button.owl-next {
	background-image: url(/images/next.png);
}

.index_slider .nums {
	display: flex;
	padding: 0 1rem;
	color: #000000;
	font-family: 'RobotoBold';
	letter-spacing: 0.2rem;
	align-items: center;
	position: absolute;
	height: 82px;
	bottom: 0;
	background-color: #fff;
}

.index_slider .nums .num1 {
	background: url(/images/line.png) no-repeat left center;
	padding-left: 56px;
	font-size: 24px;
}

.index_slider .nums .del,
.index_slider .nums .num2 {
	font-size: 16px;
}

.index_slider .nums .del {
	margin: 0 0.5rem;
}

.index_slider .nums .num2 {
	margin-top: 5px;
}


.index_slider .slider_wrapper {
	position: relative;
}

.index_slider .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	position: absolute;
	z-index: 2;
	bottom: 0;
	height: 82px;
	background: #fff;
	padding: 0 28px;
}

.index_slider .owl-dot {
	display: inline-block;
	margin-right: 14px;
	cursor: pointer;
}

.index_slider .owl-dot:last-child {
	margin-right: 0;
}

.index_slider .owl-dot span {
	display: block;
	width: 14px;
	height: 14px;
	background: #c4c4c4;
	border-radius: 100%;
}

.index_slider .owl-dot.active span {
	background: #55aa41;
}


.index_directions {
	background: #f8f8f8;
	padding: 46px 0;
}

.index_directions .direction {
	width: 23%;
	margin-bottom: 0.8rem;
	background-color: #fff;
	padding: 23px 14px 38px;
	position: relative;
}

.index_directions .direction .ra-container img.color {
	display: none;
}

.index_directions .direction:hover .ra-container img.color {
	display: inline;
}

.index_directions .direction:hover .ra-container img {
	display: none;
}

.index_directions .direction:hover .name {
	color: #387427
}

.index_directions .direction:empty {
	height: 0;
	border: none;
	margin: 0;
	padding: 0
}

.index_directions .direction .name {
	margin-top: 0.7rem;
	text-align: center;
	font-size: 17px;
	color: #000000;
}

.index_directions .direction .border {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 11px;
	background-image: url(/images/border.png);
	background-repeat: no-repeat;
	background-size: cover;
} 

.index_directions .direction.active .border {
	background-image: url(/images/border_active.png);
	height: 32px;
	bottom: -21px;
}

.index_text {
	padding: 36px 0;
}

.index_text_title {
	color: #55aa41;
	font-family: 'RobotoBold';
	font-size: 36px;
	letter-spacing: 0.2rem;
	margin-bottom: 36px;
}

.index_text_title span {
	color: #000000;
}

#content p,
.index_text p {
	margin-bottom: 1.5rem;
	line-height: 1.7rem;
}

#content p a,
.index_text p a {
	color: #d9be54;
	text-decoration: underline;
}

#content p a:hover,
.index_text p a:hover {
	text-decoration: none;
}

.index_text .btn_more {
	margin-top: 1rem;
} 

.footer_form {
	background-image: url(/images/form.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 72px 0;
}

.footer_form_wrapper {
	background-image: url(/images/border2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 60px 0 70px;
}

.footer_form_title {
	color: #f6f6f6;
	font-size: 40px;
	font-family: 'RobotoBold';
	text-align: center;
}

.footer_form_title span {
	color: #e8cd64;
}

.footer_form_content {
	width: calc(100% - 172px);
	margin: 0 auto;
}

.footer_form_descr {
	font-size: 20px;
	color: #f6f6f6;
	margin-top: 16px;
	text-align: center;
}

.footer_form_descr a[href^="tel"] {
	background: url(/images/phone.png) no-repeat left center;
	padding-left: 26px;
	min-height: 20px;
	display: flex;
	align-items: center;
	color: #fff;
	display: inline-block;
	margin-left: 9px;
}

#footer_form {
	margin-top: 78px;
}

#footer_form .left {
	width: 45%;
}

#footer_form .right {
	width: 53%;
}

#footer_form .left .field,
#footer_form .right .field {
	margin-top: 24px;
}

#footer_form .left .field:first-child,
#footer_form .right .field:first-child {
	margin-top: 0;
}

#footer_form input[type="text"] {
	border: 1px solid transparent;
	padding: 0 24px;
	line-height: 51px;
	display: block;
	width: 100%;
	color: #bfbfbf;
	font-size: 15px;
}

#footer_form .field .border {
	width: 100%;
	height: 4px;
	background-image: url(/images/border3.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#footer_form textarea {
	border: 1px solid transparent;
	padding: 15px 24px;
	display: block;
	width: 100%;
	color: #bfbfbf;
	height: 134px;
	font-size: 15px;
}

#footer_form #footer_form input[type="text"]::-webkit-input-placeholder {color:#bfbfbf;}
#footer_form #footer_form input[type="text"]::-moz-placeholder          {color:#bfbfbf;}/* Firefox 19+ */
#footer_form #footer_form input[type="text"]:-moz-placeholder           {color:#bfbfbf;}/* Firefox 18- */
#footer_form #footer_form input[type="text"]:-ms-input-placeholder      {color:#bfbfbf;}

#footer_form #footer_form textarea::-webkit-input-placeholder {color:#bfbfbf;}
#footer_form #footer_form textarea::-moz-placeholder          {color:#bfbfbf;}/* Firefox 19+ */
#footer_form #footer_form textarea:-moz-placeholder           {color:#bfbfbf;}/* Firefox 18- */
#footer_form #footer_form textarea:-ms-input-placeholder      {color:#bfbfbf;}

.footer_form_bottom {
	margin-top: 33px;
	align-items: center;
}

.footer_form_bottom .note {
	width: calc(100% - 463px);
	color: #fff;
	font-size: 14px;
	line-height: 1.4rem;
}

.footer_form_bottom .note a {
	color: #e8cd64;
	text-decoration: underline;
}

.footer_form_bottom .note a:hover {
	text-decoration: none;
}

.footer_form_bottom .btn {
	min-width: 262px;
	height: 56px;
	line-height: 54px;
	border: none;
	cursor: pointer;
}

.footer {
	background-image: url(/images/header_bgd.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .adress {
	color: #fff;
	background: url(/images/loc.png) no-repeat left center;
	padding-left: 25px;
	min-height: 22px;
	display: flex;
	align-items: center
}

.footer .header_content {
	align-items: center
}

.footer .header_content .left {
	width: 58%;
}

.footer .header_content .right {
	width: 41%;
	align-items: center
}


.footer .header_content .right a[href^=tel] {
	background: url(/images/phone.png) no-repeat left center;
	padding-left: 26px;
	min-height: 20px;
	display: flex;
	align-items: center;
	color: #fff;
	display: inline-block;
	font-size: 22px;
}

.footer_2 .footer_content {
	align-items: center
}

.footer_2 .logo {
	display: block;
	background: url(/images/logo.png) no-repeat center;
	width: 392px;
	height: 89px;
	margin: 18px 0;
}

.footer_2 .footer_content .left {
	width: 62%;
	align-items: center;
}

.footer_2 .footer_content .left .text {
	font-size: 14px;
	color: #010101;
	line-height: 1.4rem;
	width: calc(100% - 329px);
}

.footer_2 .footer_content .right a[href^="mailto"]{
	background: url(/images/mail.png) no-repeat left center;
	padding-left: 31px;
	min-height: 14px;
	display: flex;
	align-items: center;
	color: #000000;
	display: inline-block;
}

.footer_2 .footer_content .right .politics {
	color: #000000;
	text-decoration: underline;
	margin-top: 6px;
	display: block;
	font-size: 14px;
}

.footer_2 .footer_content .right .politics:hover {
	text-decoration: none;
}

.innerpage_content {
	padding: 33px 0;
}

.breadcrumbs {
	font-size: 13px;
	color: #ababab;
}

.breadcrumbs a {
	color: #479445;
}

.breadcrumbs span.delimeter {
	margin: 0 0.2rem;
}

#content h1,
.index_text h1,
#content h2,
.index_text h2,
#content h3,
.index_text h3,
#content h4,
.index_text h1 {
	margin: 1.7rem 0;
	color: #55aa41;
	font-family: 'RobotoBold';
	letter-spacing: 0.1rem;
}

#content h1,
.index_text h1 {
	font-size: 36px;
}

#content h2,
.index_text h2 {
	font-size: 28px;
}

#content h3,
.index_text h3 {
	font-size: 18px;
}

.content_pictures {
	margin: 2.2rem 0;
}

.content_pictures .content_picture {
	width: 48%;
	margin-bottom: 0.8rem;
}

blockquote {
	padding: 22px;
	background-image: url(/images/blockquote.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 1.8rem 0;
	line-height: 1.7rem;
}

#content ul,
.index_text ul,
#content ol,
.index_text ol {
	margin: 1.5rem 0;
}

#content ul > li,
.index_text ul > li {
	margin-bottom: 0.4rem;
	background: url('/images/li.png') no-repeat left 0px;
	padding-left: 32px;
	min-height: 26px;
	line-height: 22px;
}

#content ol,
.index_text ol {
	counter-reset: myCounter;
}

.index_text ol > li a {
	color: #d9be54;
	text-decoration: underline;
}

.index_text ol > li a:hover {
	text-decoration: none;
}

#content ol > li,
.index_text ol > li {
	list-style: none;
	margin-bottom: 0.7rem;
}

#content ol > li:before,
.index_text ol > li:before {
	counter-increment: myCounter;
	content:counter(myCounter);
	color: #fff;
	background: #dcc157;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	line-height: 22px;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	font-family: 'RobotoBold';
	font-size: 12px;
}

#content table,
.index_text table {
	margin: 1.8rem 0;
}

#content table tr,
.index_text table tr {
	border: 1px solid #eeeeee;
}

#content table th,
#content table td,
.index_text table th,
.index_text table td {
	width: 33%;
	border-left: 1px solid #eeeeee;
	padding: 12px 16px;
	display: inline-block;
}

#content table th:first-child,
#content table td:first-child,
.index_text table th:first-child,
.index_text table td:first-child {
	border-left: none;
}

#content table tr:first-child,
.index_text table tr:first-child {
	background-image: url(/images/table.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#content table tr:nth-child(2n),
.index_text table tr:nth-child(2n) {
	background-color: #f8f8f8;
}

#content table td p {
	line-height: inherit;
}


.page_row .right_sidebar {
	width: 33%;
}

.page_row .main_content {
	width: 65%;
}

.feedback_form {
	background-image: url(/images/form2.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 54px 0 62px;
}

.feedback_form_title {
	color: #f6f6f6;
	font-size: 28px;
	font-family: 'RobotoBold';
	text-align: center;
}

.feedback_form_title span {
	color: #e8cd64;
	display: block;
}

.feedback_form_content {
	width: calc(100% - 56px);
	margin: 0 auto;
}

.feedback_form_descr {
	font-size: 16px;
	color: #f6f6f6;
	margin-top: 12px;
	text-align: center;
}

.feedback_form_descr .phone {
	margin-top: 0.5rem;
	text-align: center;
}

.feedback_form_descr a[href^="tel"] {
	background: url(/images/phone.png) no-repeat left center;
	padding-left: 26px;
	min-height: 20px;
	display: flex;
	align-items: center;
	color: #fff;
	display: inline-block;
}

#feedback_form {
	margin-top: 21px;
}

#feedback_form .field {
	margin-top: 0.5rem;
}

#feedback_form .field:first-child,
#feedback_form .field:first-child {
	margin-top: 0;
}

#feedback_form input[type="text"] {
	border: 1px solid transparent;
	padding: 0 24px;
	line-height: 51px;
	display: block;
	width: 100%;
	color: #bfbfbf;
	font-size: 15px;
}

#feedback_form .field .border {
	width: 100%;
	height: 4px;
	background-image: url(/images/border3.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#feedback_form textarea {
	border: 1px solid transparent;
	padding: 15px 24px;
	display: block;
	width: 100%;
	color: #bfbfbf;
	height: 131px;
	font-size: 15px;
}

#feedback_form #feedback_form input[type="text"]::-webkit-input-placeholder {color:#bfbfbf;}
#feedback_form #feedback_form input[type="text"]::-moz-placeholder          {color:#bfbfbf;}/* Firefox 19+ */
#feedback_form #feedback_form input[type="text"]:-moz-placeholder           {color:#bfbfbf;}/* Firefox 18- */
#feedback_form #feedback_form input[type="text"]:-ms-input-placeholder      {color:#bfbfbf;}

#feedback_form #feedback_form textarea::-webkit-input-placeholder {color:#bfbfbf;}
#feedback_form #feedback_form textarea::-moz-placeholder          {color:#bfbfbf;}/* Firefox 19+ */
#feedback_form #feedback_form textarea:-moz-placeholder           {color:#bfbfbf;}/* Firefox 18- */
#feedback_form #feedback_form textarea:-ms-input-placeholder      {color:#bfbfbf;}

.feedback_form_bottom {
	margin-top: 1rem;
	align-items: center;
}

.feedback_form_bottom .note {
	color: #fff;
	font-size: 12px;
	line-height: 1.4rem;
}

.feedback_form_bottom .note a {
	color: #e8cd64;
	text-decoration: underline;
}

.feedback_form_bottom .note a:hover {
	text-decoration: none;
}

.feedback_form_bottom .btn {
	width: 100%;
	height: 56px;
	line-height: 54px;
	margin-top: 1rem;
	border: none;
	cursor: pointer;
}


.sidebar_services {
	margin-top: 38px;
}

.sidebar_services_title {
	color: #000000;
	font-size: 28px;
	text-align: center;
	font-family: 'RobotoBold';
	margin-bottom: 26px;
}

.sidebar_services_list {
	border: 1px solid #f6f6f6;
}

.sidebar_service {
	padding: 36px 26px 46px;
}

.sidebar_service .icon {
	width: 56px;
}

.sidebar_service .icon .ra-container img {
	top: 0;
	left: 0;
	transform: none;
}

.sidebar_service .info {
	width: calc(100% - 70px);
}

.sidebar_service .title {
	color: #55aa41;
	font-family: 'RobotoBold';
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-bottom: 10px;
	margin-top: 0.4rem;
}

.sidebar_service .text {
	color: #000000;
	font-size: 14px;
	line-height: 1.5rem;
}

.sidebar_services_list .sidebar_service:nth-child(3n+2) {
	background-image: url(/images/s2.png);
	background-repeat: no-repeat;
	background-position: center -220px;
	background-color: #f8f8f8;
}

.sidebar_services_list .sidebar_service:nth-child(3n) {
	background-image: url(/images/s3.png);
	background-repeat: no-repeat;
	background-position: center -220px;
	background-color: #e7e7e7;
}

.sidebar_services .btn {
	width: 100%;
	margin-top: 23px;
	font-size: 18px;
}

.errorField {
	border:1px solid #ff5555 !important;
}

#footer_form,
#feedback_form {
	position: relative;
}

.form_message {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: green;
	background: #fff;
	border: 1px solid #535353;
	padding: 1.5rem;
	font-size: 21px;
	z-index: 9;
	display: none;
}

#feedback_form .form_message {
	width: 100%;
}

.header_2 .gamburger {
	display: none;
	padding-left: 0.2rem
}

.header_2 .gamburger a {
	display: block;
	width: 33px;
	height: 27px;
	background: url(../images/gamburger.png) no-repeat center;
} 

.modalbox {
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	z-index:99;
	display: none;
}

.modalbox_content {
	position: absolute;
	right: 0;
	top: 0;
	overflow-y: auto;
	max-height: 90%;
	min-width: 50%;
	min-height: 30%;
	background: #fff;
	max-width: 90%;
}

.modalbox_content .container {
	position: relative;
	width: auto;
	padding: 0;
}

.modalbox_header_menu .header_menu > li > a:last-child {
	border-right: none;
} 

.modalbox_header_menu .header_menu > li > a {
	border-left: none;
	min-height: auto;
	padding: 1rem;
	display: block;
	font-size: 18px;
}

.modalbox_header_menu .header_menu > li.parent > a {
	padding-right: 1rem;
}

.modalbox_header_menu .header_menu > li > a img:not(.active) {
	right: 1rem;
}

.modalbox_header_menu .header_menu > li.parent > ul {
	position: static;
	min-width: auto
}

.modalbox_header_menu .header_menu > li.parent.selected > ul {
	display: block;
}

.modalbox_header_menu .header_menu > li {
	border-bottom: 1px solid #f4f4f4;
}

.modalbox_header_menu .header_menu > li.active img.active {
	display: none;
}

.footer_2 {
	padding-bottom: 1.5rem;
}

#content table.w4 th, 
#content table.w4 td {
	display: table-cell;
} 

#content #equipment_section_page td {
	vertical-align: top;
}

#content #equipment_section_page tr:first-child td {
	vertical-align: middle;
}

.mt0 {
	margin-top: 0 !important;
}


@media screen and (max-width: 991px) {

	#content h1 {
	font-size: 34px;
}

.sidebar_services .btn {
	margin-top: 8px;
}

#footer_form input[type="text"] {
	line-height: 40px;
	padding: 0 16px;
	font-size: 13px;
}

#footer_form textarea {
	padding: 12px 16px;
	font-size: 14px;
	height: 115px;
}

.sidebar_service .text {
	font-size: 13px;
	line-height: 1.3rem;
}

.sidebar_service .title {
	font-size: 14px;
	letter-spacing: 0;
	margin-bottom: 6px;
	margin-top: 0.3rem;
}

.sidebar_service .info {
	width: calc(100% - 52px);
}

.sidebar_service {
	padding: 25px 12px;
}

.sidebar_service .icon {
	width: 45px;
}

.sidebar_services_title {
	margin-bottom: 1rem;
	font-size: 23px;
}

.sidebar_services {
	margin-top: 26px;
}

.feedback_form_bottom .btn {
	height: 46px;
	line-height: 44px;
}

.feedback_form_bottom {
	margin-top: 0.6rem;
}

.feedback_form_bottom .note {
	font-size: 12px;
}

.feedback_form_descr {
	font-size: 14px;
	margin-top: 8px;
}

#feedback_form input[type="text"] {
	line-height: 40px;
	padding: 0 16px;
	font-size: 13px;
}

#feedback_form textarea {
	padding: 12px 16px;
	font-size: 14px;
}

.feedback_form_content {
	width: calc(100% - 40px);
}

.feedback_form {
	padding-top: 32px;
}

.feedback_form_title {
	font-size: 22px;
}

.index_directions .direction.active .border {
	height: 39px;
	bottom: -28px;
}

.header_menu > li.parent > ul > li > a {
	white-space: normal;
}

.footer_form_content {
	width: calc(100% - 42px);
}

.footer_form_bottom {
	margin-top: 24px;
}

.footer_form_bottom .btn {
	min-width: 213px;
	height: 47px;
	line-height: 45px;
}

.footer_form_bottom .note {
	width: 45%;
}

#footer_form {
	margin-top: 2rem;
}

.footer_form_descr {
	font-size: 16px;
	margin-top: 8px;
}

.footer_form_title {
	font-size: 35px;
}

.footer_form_wrapper {
	padding-top: 41px;
	padding-bottom: 60px;
}

.footer_form {
	padding: 25px 0;
}

#content p, .index_text p {
	font-size: 14px;
	line-height: 1.5rem;
}

.index_text_title {
	font-size: 30px;
	margin-bottom: 17px;
}

.index_text .btn_more {
	margin-top: 0.5rem;
}

.index_directions .direction {
	width: 48%;
}

.index_slider .slider_wrapper.owl-carousel .owl-nav {
	left: 1rem;
}

.index_slider .owl-dots {
	right: 1rem;
}

.index_slider .slider_wrapper.owl-carousel .owl-nav,
.index_slider .nums,
.index_slider .owl-dots,
.index_slider .slider_wrapper.owl-carousel .owl-nav button.owl-prev,
.index_slider .slider_wrapper.owl-carousel .owl-nav button.owl-next {
	height: 61px;
}

.index_slider .slide_info .text {
	margin-top: 0;
}

.index_slider .slider_bg {
	display: none;
}

.index_slider .slide {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.index_slider .slide .container {
	background: rgba(0, 0, 0, 0.5);
	min-height: auto;
	padding-bottom: 61px;
}

.index_slider .slide .slide_info {
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	padding: 0 1rem 8px;
	top: auto;
}

.index_slider .slide_info .title span {
	display: inline-block;
}

.index_slider .slide_info .title {
	font-size: 48px;
	margin-top: 0;
}

.modalbox_header_menu .header_menu {
	display: block;
}

.header_2 .gamburger {
	display: block;
}

.header .adress,
.footer .adress {
	font-size: 13px;
}

.header .header_content .left,
.footer .header_content .left {
	width: 45%;
}

.footer_2 .footer_content .left {
	width: 63%;
}

.footer_2 .footer_content .left .text {
	width: calc(100% - 231px);
	padding-right: 38px;
	border-right: 1px solid #eaeaea;
}

.footer_2 {
	padding: 1rem 0;
}

.header .header_content .right,
.footer .header_content .right {
	width: 47%;
}

.btn {
	min-width: 166px;
	height: 47px;
	line-height: 45px;
	font-size: 14px;
}

.header .header_content .right a[href^=tel],
.footer .header_content .right a[href^=tel] {
	font-size: 16px;
}

.header_menu {
	display: none;
}

.header_2 .logo,
.footer_2 .logo {
	background: url(/images/logo_mob.png) no-repeat center;
	width: 220px;
	height: 50px;
}

}


@media screen and (max-width: 767px) { 


.table_wrapper {
	overflow-x: auto;
}

.table_wrapper table {
	width: 737px;	
}

.index_slider .btn {
	min-width: 150px;
	font-size: 12px;
	height: 41px;
	line-height: 39px;
	letter-spacing: 0.1rem;
}

.feedback_form_title {
	font-size: 30px;
}

.feedback_form_descr {
	font-size: 17px;
}

#content h1 {
	font-size: 24px;
}

.page_row.row {
	display: block;
}

.page_row .main_content,
.page_row .right_sidebar {
	width: 100%;
}

.page_row .right_sidebar {
	margin-top: 2rem;
} 

.footer_2 .footer_content .right {
	text-align: center;
	margin-top: 1rem;
}

.footer_2 .logo {
	margin-left: auto;
	margin-right: auto;
}

.footer_2 .footer_content .left .text {
	width: 100%;
	padding-right: 0;
	border-right: none;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.footer_content.row,
.footer_content.row .left.row {
	display: block;
}

.footer_2 .footer_content .left,
.footer_2 .footer_content .right {
	width: 100%;
}

.footer_form {
	padding-bottom: 31px;
}

.footer_form_bottom .btn {
	margin-top: 1rem;
} 

.footer_form_bottom .note {
	font-size: 13px;
	line-height: 1.2rem;
}

.footer_form_bottom .note,
.footer_form_bottom .btn {
	width: 100%;
}

.footer_form_bottom.row {
	display: block;
	margin-top: 12px;
}

#footer_form .right {
	margin-top: 24px;
}

.footer_form_row.row {
	display: block;
}

#footer_form .left,
#footer_form .right {
	width: 100%;
}

.footer_form_content {
	width: 100%;
}

.footer_form_wrapper {
	background-image: none;
	padding: 0;
}

.footer_form_descr {
	font-size: 14px;
}

.footer_form_title {
	font-size: 30px;
}

.index_text .btn_more {
	width: 100%;
}

.index_directions .directions {
	display: block;
}

.index_directions .direction {
	width: 100%;
}

.index_slider .slide {
	display: block;
}

.index_slider .slide,
.index_slider .slide .container {
	min-height: 280px;
}

.index_slider .slide .container {
	padding-bottom: 59px;
	background: none;
}

.index_slider .owl-dots {
	background-color: transparent;
	padding: 0;
	left: 50%;
	transform: translateX(-50%);
}

.index_slider .slider_wrapper.owl-carousel .owl-nav,
.index_slider .nums {
	display: none;
}

.index_slider .slider_bg {
	display: block;
	width: 100%;
	height: 100%;
}

.index_slider .slide .slide_info {
	background: none;
	padding: 0;
}

.index_slider .btn_more {
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

.index_slider .slide_info .title {
	font-size: 22px;
	line-height: inherit;
	padding: 0.8rem 0;
}

.index_slider .slide_info .text {
	font-size: 13px;
	line-height: 1.5rem;
	margin-bottom: 0;
}

.index_slider .slide .slide_info {
	position: static;
	padding-bottom: 0;
}

.header .header_content .left,
.footer .header_content .left {
	display: none;
}

.header .header_content .right,
.footer .header_content .right {
	width: 100%;
}

.header .container,
.footer .container {
	padding-left: 0;
	padding-right: 0;
}

.header .header_content .right a[href^=tel],
.footer .header_content .right a[href^=tel] {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

}




/* планшет и тел. */
@media screen and (max-width: 1199px) {
	.container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

}


