@font-face{font-family:OpenSans;src:local("OpenSans"),
url(fonts/OpenSans.ttf);}
@font-face{font-family:OpenSans Bold;src:local("OpenSans Bold"),
url(fonts/OpenSansBold.ttf);}
@font-face{font-family:OpenSans Extrabold;src:local("OpenSans Extrabold"),
url(fonts/OpenSansExtrabold.ttf);}
@font-face{font-family:OpenSans Light;src:local("OpenSans Light"),
url(fonts/OpenSansLight.ttf);}
@font-face{font-family:OpenSans Italic;src:local("OpenSans Italic"),
url(fonts/OpenSansItalic.ttf);}
@font-face{font-family:OpenSans Light Italic;src:local("OpenSans Light Italic"),
url(fonts/OpenSansLightItalic.ttf);}
@font-face{font-family:OpenSans Semibold;src:local("OpenSans Semibold"),
url(fonts/OpenSansSemibold.ttf);}

html, body {
	max-width: 100%;
	min-width: 320px;
	height: 100%;
	background: #fff;
	font-family: OpenSans;
	font-size: 14px;
	color: #000;	
}
*{
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*:focus {
	outline: none;
}

/*НОВЫЙ ГОД*/
/*.gerlanda{
height:53px;
background:url('images/gerlanda.png') repeat-x;
position:absolute;
width:100%;
z-index:1;
margin-top: -32px;
}*/

.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.content {
	flex: 1 0 auto;
}
.footer-conteiner {
	flex: 0 0 auto;
}

.center {
	max-width: 1200px;
	margin: 0 auto;
}
strong {
	font-family:OpenSans Semibold;
}
img{
	max-width:100%;
	height:auto;
}
/*Псевдораспорка, добавлять класс DIVу в котором находятся плавающие элементы*/
/*.clearfix::after{
	content: "";
	display: table;
	clear: both;
}*/
/*************** HEADER ***************/
.header {
	*padding-top:32px;
	position: relative;
	background-color: #44824e;
	box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
   z-index: 2;
}
.header__content {
	position: relative;
}
.header__top-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: -20px;
}
.header__top_logo {
	width: 20%;
}
.header__contact-flex {
	width: 80%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.header__contact_mail,
.header__contact_phone,
.header__contact_call {
	width: 30.33%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.header__top_logo {
	text-align: center;
}
.header__top_logolink {
	display: inline-block;
	/*width: 147px;*/
	max-width:80px;
}
.header__logoimg {
	display: inline-block;
	/*margin-top: 33px;*/
	width: 100%;
	height: 100%;
}
/**********/
.header__contact_maillink {
	font-family:OpenSans;
	font-size:14px;
	color: #1362A6;
}
.header__contact_maillink:hover {
	text-decoration: none;
}
.header__contact_phonenumber {
	text-decoration: none;
	font-family:OpenSans;
	font-size:16px;
	color: #3f3e3e;
	font-weight: 900;
}
.header__contact_callbtn {
	display: block;
	width: 185px;
	padding: 15px 0;
	text-align: center;
	font-family:OpenSans Semibold;
	font-size:16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	max-width: 185px;
	background-color: #EF4038;
	border-radius: 30px;
	transition: all 0.15s linear;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
}
.header__contact_callbtn:hover {
	background-color: #C42922;
}
/*** MOBAIL-MENU ***/
.header__mobailmenu {
	display: none;
	width: 100%;
	padding: 8px 0;
	font-family: OpenSans;
	font-size: 16px;
	cursor: pointer;
	color: #000;
}
.header__mobailmenu_icon {
	display: inline-block;
	margin-left: 10px;
}
/**********/
.header__navigation_list-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
#menu-item-38 {
	position: relative;
}
#menu-item-114 {
	position: relative;
}

#menu-item-38::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 1px;
	width: 8px;
	height: 5px;
	background: url(/wp-content/themes/default2/images/header-menu+.png) no-repeat center;
}

#menu-item-114::after {
	content: "";
	display: inline-block; 
	position: absolute;
	top: 8px;
	right: 1px;
	width: 8px;
	height: 5px;
	background: url(/wp-content/themes/default2/images/header-menu+.png) no-repeat center;
}

.header__navigation_list-flex a {
	display: inline-block;
	margin: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-family:OpenSans Bold;
	font-size:14px;
	color: #000;
	transition: all 0.15s linear;
}
.header__navigation_list-flex a {
	padding-bottom: 22px;
}
.header__navigation_list-flex li {
	border-bottom: 3px solid transparent;
}
.header__navigation_list-flex li:hover {
	border-bottom: 3px solid #EF4038;
}
.header__navigation_list-flex > .current_page_item {
	border-bottom: 3px solid #EF4038 !important;
}

/**********/
#menu-item-38 .sub-menu {
	display: none;
	position: absolute;
	width: 300px;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 15px;
	border-top: 3px solid #EF4038;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
}
#menu-item-38:hover > .sub-menu {
	display: block;
}

#menu-item-114 .sub-menu {
	display: none;
	position: absolute;
	width: 300px;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 15px;
	border-top: 3px solid #EF4038;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
}
#menu-item-114:hover > .sub-menu {
	display: block;
}


.sub-menu li {
	border: none;
}
.sub-menu li:hover {
	border: none;
}
.sub-menu a {
	text-transform: none;
	display: inline-block;
	text-decoration: none;
	border: none;
	font-family: OpenSans Semibold;
	font-size: 15px;
	color: #464645;
	transition: all 0.2s linear;
}
.sub-menu a:hover {
	color: #000 !important;
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}
.sub-menu > .current_page_item a {
	color: #000 !important;
	border: none;
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

/*************** CONTENT-INDEX ***************/
/*************** banner ***************/
.banner {
	background-color: #D7D2D2;
}
.slider__content {
	position: relative;
	height: 733px;
}
/**********/
.banner__center {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.slider__content_inner {
	position: absolute;
	z-index: 1;
	right: 11%;
	bottom: 8%;
	max-width: 670px;
	padding: 29px 14px 30px 30px;
	background: rgb(66 66 66 / 62%);
	/*border-left: 3px solid #EF4038;*/
}
.slider__inner_title {
	font-family:OpenSans Semibold;
	font-size: 26px;
	color: #fff;
	margin-bottom: 17px;
}
.slider__inner_desk {
	font-family:OpenSans;
	font-size: 17px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.9em;
}
.slider__inner_link {
	margin-top: 25px;
	display: inline-block;
	padding: 15px 46px;
	text-decoration: none;
	font-family:OpenSans;
	font-size: 18px;
	color: #ffffff;
	border: 3px solid #EF4038;
	border-radius: 30px;
	transition: all 0.15s linear;
	float: right;

}
.slider__inner_link:hover {
	background-color: #ef4038;
}

   .block1 {
        padding: 10px 0px 15px; /* Поля вокруг текста */
    float: left; /* Обтекание по правому краю */
    width: 49%; /* Ширина слоя */
   }
   .block2 {
       padding: 0px 15px; /* Поля вокруг текста */
    width: 49%; /* Ширина слоя */
    float: left; /* Обтекание по правому краю */
   }

.stoprocentov img{
	width: 100% !important;
	height: 100%;
}

.blockosnova p{
  margin-top: 0.5em; /* Отступ сверху */
    margin-bottom: 1.5em; /* Отступ снизу */
}
.blockosnova .services__title{
text-align:left;
margin: 30px 0 0px 0;
}


@media (max-width: 800px){
	.block1, .block2{
	float: none;
	width: 100%;	
	}
	.blockosnova .services__title{
		text-align:center;
	}
}



/*************** advantages ***************/
.advantages {
	background-color: #FBF9F9;
}
.advantages__content {
	padding: 40px 0 5px 0;
	background-color: #FBF9F9;
}
.advantages__flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.advantages__flex_item {
	width: 25%;
	margin-bottom: 25px;
}
.advantages__item_img1 {
	width: 42px;
	height: 80px;
	margin: 0 auto;
	background: url(/wp-content/themes/default2/images/advantages-img1.png) no-repeat center;
	background-size: contain;
}
.advantages__item_img2 {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background: url(/wp-content/themes/default2/images/advantages-img2.png) no-repeat center;
	background-size: contain;
}
.advantages__item_img3 {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background: url(/wp-content/themes/default2/images/advantages-img3.png) no-repeat center;
	background-size: contain;
}
.advantages__item_img4 {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background: url(/wp-content/themes/default2/images/advantages-img4.png) no-repeat center;
	background-size: contain;
}
.advantages__item_desc {
	padding: 0px 50px 0;
	text-align: center;
	font-family:OpenSans Bold;
	font-size:14px;
	color: #000;
}

/*************** services ***************/
.services {
	background-color: #fff;
}
.services__title {
	text-align: center;
	text-transform: uppercase;
	font-family:OpenSans Bold;
	font-size:30px;
	margin: 30px 0 25px 0;
}
.services__flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 6px;
}
.services__flexitem {
	width: 33.33%;
	position: relative;
	padding: 6px;
	
}
.services__item_imgcontainer {
	display: block;
	text-decoration: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.services__item_imgcontainer img {
	width: 100%;
	height: 100%;
}
.services__item_title {
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0;
	/*z-index: 2;*/
	bottom: 20px;
	width: 100%;
	padding: 22px 0;
	text-align: center;
	text-transform: uppercase;
	font-family:OpenSans Semibold;
	font-size:16px;
	color: #000;
	background: rgba(255, 255, 255, 0.7);
	transition: all 0.15s linear;
}
.services__item_imgcontainer:hover +
.services__item_title {
	background: rgba(255, 255, 255, 1);
}
.services__item_title:hover {
	background: rgba(255, 255, 255, 1);
}
/**********/
.services__more {
	padding: 15px 0;
	margin: 0 10px;
	text-align: center;
	background-color: #fff;
}
.services__more_btn {
	display: inline-block;
	padding: 16px 25px 14px 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-family:OpenSans Bold;
	font-size:20px;
	color: #fff;
	background-color: #EF4038;
	transition: all 0.15s linear;
}
.services__more_btn:hover {
	background-color: #C42922;
}

/*************** aboutus ***************/
.aboutus {
	background-color: #FBF9F9;
}
.aboutus__content {
	padding: 40px 0 30px 0;
	background-color: #fff;
	line-height:1.6;
}
.aboutus__title {
	text-align: center;
	text-transform: uppercase;
	font-family:OpenSans Bold;
	font-size:24px;
}
.aboutus__title:after {
	content: "";
	display: block;
	width: 170px;
	height: 3px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #FFC704;
}
.aboutus__desc_container {
	padding-left: 25px;
}
.aboutus__desc {
	padding: 25px 100px 0 30px;
	text-align: left;
	font-family:OpenSans;
	font-size:16px;
}
.aboutus__desc-fat {
	padding: 25px 100px 0 30px;
	text-align: left;
	font-family:OpenSans Semibold;
	font-size:16px;
}

/*************** objects ***************/
.objects {
	background-color: #fff;
}
.objects__title {
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font-family:OpenSans Bold;
	font-size:30px;
}
.objects__title:after {
	content: "";
	display: block;
	width: 170px;
	height: 3px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #FFC704;
}
.objects__flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 30px 8px 0 8px;
}
.objects__flex_item {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-family:OpenSans Semibold;
	font-size:18px;
	width: 32%;
	background-color: #EFEBEB;
	padding: 10px;
	margin-bottom: 16px;
}
.objects__flex_item:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.objects__item_imgconteiner {
	width: 100%;
	max-height: 264px;
	overflow: hidden;
}
.objects__item_imgconteiner img {
	width: 100%;
	height: 100%;
}

/*************** reviews ***************/
.reviews__content {
	padding: 30px 0;
	background-color: #fff;
}
.reviews__title {
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font-family:OpenSans Bold;
	font-size:30px;
}
.reviews__title:after {
	content: "";
	display: block;
	width: 170px;
	height: 3px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #FFC704;
}
.reviews__flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	padding: 30px 8px 0 8px;
	margin-bottom: 25px;
}
.reviews__flex_item {
	width: 32%;
	padding: 35px 15px 50px 15px;
	border: 5px solid #EEEFEE;
	border-radius: 6px;
}
.reviews__item_desc {
	text-align: left;
	font-family:OpenSans Light Italic;
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
}
.reviews__item_autor {
	text-align: right;
	font-family:OpenSans Semibold;
	font-size: 14px;
}
.reviews__more {
	text-align: center;
}
.reviews__more_btn {
	font-family:OpenSans Light;
	font-size: 20px;
	color: #098FCE;
}
.reviews__more_btn:hover {
	text-decoration: none;
}

/*************** form ***************/
.form {
	background: url(/wp-content/themes/default2/images/form-bgr.jpg) no-repeat center;
	background-size: cover;
}
.valid_form {
	max-width: 1060px;
	margin: 0 auto;
	padding: 35px 10px 50px 10px;
}
.form__title {
	text-align: center;
	text-transform: uppercase;
	font-family:OpenSans Bold;
	color: #fff;
	font-size:30px;
	margin-bottom: 30px;
}
/**********/
.form__checkbox_desc {
	margin-left: 10px;
	font-family:OpenSans;
	color: #fff;
	font-size:12px;
}
.form__checkbox_desc a {
	color: #098FCE;
}
.form__input {
	margin-top: 15px;
	width: 370px;
	padding: 15px 0 15px 12px;
	margin-right: 10px;
	border: 1px solid #6E859E;
	border-radius: 4px;
}
.form__input::placeholder {
	font-family: OpenSans;
	font-size: 14px;
	color: #B3B9BD;
}
.form__btn {
	display: inline-block;
	text-transform: uppercase;
	margin-top: 15px;
	cursor: pointer;
	background-color: #EF4038;
	text-align: center;	
	font-family: OpenSans Bold;
	font-size: 16px;
	color: #fff;
	padding: 13px 55px;
	border: 1px solid #EF4038;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.6);
	transition: all 0.15s linear;
}
.form__btn:hover {
	background-color: #C42922;
	border: 1px solid #C42922;
}
.no_active {
	background: #ccc !important;
	border-color: #ccc !important;
   cursor: default2 !important;
}
.form__inputconteiner .error {
	border: 1px solid red !important;
}
.mail_message{
	text-align: center;
}
#consultation_block .mail_message {
	font-family: OpenSans Bold;
	font-size: 16px;
	color: #fff;
	margin-top: 15px;

}
/*************** FOOTER ***************/
.footer {
	background-color: #343434;
	border-top: 4px solid #EF4038;
}
.footer__content {
	padding: 15px 0 25px 0;
}
/**********/
.footer__nav {
	margin-bottom: 35px;
}
.footer__menu_navflex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}
.footer__menu_navflex a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: OpenSans;
	font-size: 14px;
	color: #fff;
	margin-right: 35px;
	transition: all 0.2s linear;
}
.footer__menu_navflex a:hover {
	color: #EF4038;
}
.footer__menu_navflex > .current_page_item a {
	color: #fff !important;
	-moz-text-shadow:0 0 15px #fff; 
	-webkit-text-shadow:0 0 15px #fff; 
	text-shadow:0 0 15px #fff;
}
/**********/
.footer__infoflex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.footer__contacts {
	line-height: 24px;
}
.footer__contacts_text {
	padding-left: 5px;
	font-family: OpenSans Light;
	font-size: 14px;
	color: #fff;
}
.footer__contacts_text a {
	color: #afa7a7;
	transition: all 0.2 linear;
}
.footer__contacts_text a:hover {
	color: #fff;
	text-decoration: none;
}
.footer__contacts_phonenumber {
	font-family: OpenSans Light;
	font-size: 18px;
	color: #fff;
}
.footer__contacts_ophert {
	font-family: OpenSans Light;
	font-size: 14px;
	color: #afa7a7;
}
/**********/
.footer__logo {
	width: 150px;
/*	height: 51px; */
	margin-right: 30px;
}
/* .footer__logo_link {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(/wp-content/themes/default2/images/footer-logoUS.png) no-repeat center;
} */
.footer__logo_link {
	display: block;
}

/*************** CONTENT-INNER PAGE ***************/
/*************** SIDEBAR ***************/
.innercontent {
	background-color: #fff;
}
.innercontent-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding:0px 10px;
}
.left-block {
	width: 355px;
	padding: 90px 5px 0;
	background-color: #fff;
}
.right-block {
	width: 100%;
}
.sidebar__content {
	margin-bottom: 10px;
}
.sidebar__nav {
	display: block;
	padding: 15px 5px 15px 20px;
	background-color: #F8F3F3;
}
.sidebar__nav li {
	margin-bottom: 10px;
}
.sidebar__nav a {
	display: inline-block;
	text-decoration: none;
	font-family: OpenSans Semibold;
	font-size:15px;
	color: #464645;
	transition: all 0.2s linear;
}
.sidebar__nav a:hover {
	color: #000;
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}
.sidebar__nav > .current_page_item a {
	color: #000 !important;
}

/*************** CONTENT-INNER ***************/
.right-block {
	background-color: #fff;
}
.right-block__content {
	padding: 0 0 0 10px;
}
.breadcrumbs {
	color: #bcc0bf;
	font-size: 14px;
	padding: 45px 0px 0px 0px;
	font-family:OpenSans Italic;
	margin-bottom: 20px;
}
.breadcrumbs a {
	color: #1D98C6;
}
.breadcrumbs a:hover {
	text-decoration: none;
}

.right-block__title {
	margin-bottom: 25px;
	text-align: left;
	text-transform: uppercase;
	color: #000;
	font-family:OpenSans Bold;
	font-size:30px;
}
.right-block__titleborder {
	display: inline-block;
}
.right-block__titleborder:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	margin-top: 10px;
	background-color: #424241;
}
/***********/
.innerpage__flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.innerpage__flex_item {
	width: 50%;
	padding: 10px 10px 10px 10px;
}
.innerpage__flex_item-33 {
	width: 33.33%;
	padding: 5px 5px 5px 5px;
}
.innerpage__desc-title {
	text-align: center;
	margin-bottom: 15px;
	font-family: OpenSans Semibold;
	font-size: 18px;
}
.innerpage__desc {
	margin-bottom: 15px;
	font-family: OpenSans;
	font-size: 14px;
}
.innerpage__item_imgconteiner {
	max-width: 100%;
	height: 350px;
	margin-bottom: 20px;
}
.innerpage__item_imgconteiner img {
	width: 100%;
	height: 100%;
}
.innerpage ul {
	margin: 0 0 15px 20px;
}


.innerpage ul li::before {
    content: "";
	display: inline-block;
	width: 5px;
	height: 7px;
	margin-right: 7px;
	background: url(/wp-content/themes/default2/images/li.png) no-repeat center;
    
}

/**********/
.contats__map {
	max-width: 550px;
	height: 335px;
}
.contats__map iframe{
	width: 100%;
	height: 100%;
}

/***** reviews *****/
#comments_page .comment_list p {
	margin: 5px 0px 0px 0px;
}
#comments_page .comment_list .comment {
	margin-bottom: 20px;
}
#comments_page .comment-form label{
	display:block;
}
#comments_page .comment-form input[type=text], 
#comments_page .comment-form textarea {
	width:100%;
	max-width: 350px;
	border: 1px solid #e0e0e0;
	color: #000;
	margin: 3px 0px;
	font-family:OpenSans Bold;
}
#comments_page .comment-form input[type=text]{
	height: 35px;   
}
#comments_page .comment-form textarea {
	resize: none;
	height: 100px;
}
#comments_page .comment-form .button,
#comments_page .buttons_ct a{
	margin-top: 10px;
	font-family:OpenSans Semibold;
	padding:0px;
	color: #000;
	text-decoration: none;
	background: #fff;
	border-radius: 30px;
	font-size: 18px;
	cursor: pointer;
	width:250px;
	border: 2px solid #EF4038;
	height:45px;
}
#comments_page .buttons_ct a{
	display:inline-block;	
	line-height:39px;
	text-decoration:none;
}
#comments_page .comment-form .button:hover,
#comments_page .buttons_ct a:hover{
	background:#EF4038;
	color:#fff;		
}
#comments_page .buttons_ct{
	text-align:center;
	margin-bottom:20px;
}
.comment-author {
	font-family: OpenSans Bold;
}
#error_page {
	text-align: center;
}
.form-submit {
	margin-bottom: 25px;
}

/***** PAGE 404 *****/
.page404 {
	padding: 10px 5px 0 5px;
}
.page404__title {
	text-align: center;
	font-size: 26px;
	margin-bottom: 15px;
}
.page404__content-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: #F8F7F7;
}
.page404__text {
	width: 35%;
	padding: 20px 5px;
	text-align: center;
	font-size: 40px;
	color: #D6DADE;
}
.page404__navigation {
	width: 65%;
	padding: 27px 5px;
}
.page404__navigation p{
	font-size: 18px;
	margin-bottom: 10px;
}
.page404__menu a {
	display: inline-block;
	margin-bottom: 5px;
	list-style: none;
	font-family: OpenSans Semibold;
	color: #000;
}
.page404__menu a:hover {
	text-decoration: none;
}

.innerpage p {
    padding: 10px 0px;
    line-height: 20px;
}

/****TABL*****/
.innerpage__tabl {
	margin-bottom: 40px;
}
.innerpage__tabl_title {
	text-align: center;
	text-transform: uppercase;
	font-family:OpenSans Bold;
	font-size:18px;
	margin-bottom: 5px;
	color: #000;
}
.innerpage table {
	width: 100%;
	border: 1px solid #F5F3F3;
	margin: 20px 0px;
}
.innerpage table thead tr{
	background-color: #E0DFDB;
	font-family:OpenSans Bold;
	font-size:14px;
	padding: 10px 10px;
}

.innerpage table tr td{
	padding: 10px 10px;
}

.ta-c {
	padding-left: 50px;
}
tbody tr:nth-child(odd) {
	background-color: #fff;/* фон нечетных строк */
}
tbody tr:nth-child(even) {
	background-color: #F3F3F1;/* фон четных строк */
}

.img100 {
    max-width:100%; 
    padding: 0px 7px 0px 0px;
}
.left-block .sub-menu{
	display:none;
}
.left-block .current_page_item .sub-menu,
.left-block .current_page_parent .sub-menu{
	display:block;
	padding:10px 0px 0px 20px;
}
.left-block .sub-menu a{
	font-family:OpenSans;
}
.error{
	border-color:#f00 !important;
}

.product-info{
	text-align:center;
}
.product-info__price span{
	color:#ba2318;
}
.product-info__btn{
	padding:5px 0px 10px 0px;
}
.product-info__btn .services__more_btn{
	font-size:18px;
	padding:10px 0px;
	width:200px;
	border:none;
	cursor:pointer;
}
@media (min-width: 600px){
	.product-info{
		padding-bottom:15px;
	}
	.product-info__left{
		max-width:60%;
	}
	.product-info__right{
		text-align:left;
		padding-left:15px;
	}
	.product-info__btn{
		padding:7px 0px 0px 0px;
	}
	
}