:root {
	--1-text-color:#000000; 
	--2-text-color:#ffffff; 
	--3-text-color:#0f8882;
	--4-text-color:#371111;
	--5-text-color:#00968f;
	--11-text-color:#eeeeee;
	--12-text-color:#efefef;
	--13-text-color:#d3d3d3; 
	--14-text-color:#ff0000;
}


@font-face {
	font-family:'Roboto';
	src: url('../themes/fonts/Roboto.woff2') format('woff2'), url('../themes/fonts/Roboto.woff') format('woff'), url('../themes/fonts/Roboto.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family:'Roboto';
	src: url('../themes/fonts/Robotomedium.woff2') format('woff2'), url('../themes/fonts/Robotomedium.woff') format('woff'), url('../themes/fonts/Robotomedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family:'Roboto';
	src:  url('../themes/fonts/Robotobold.woff2') format('woff2'), url('../themes/fonts/Robotobold.woff') format('woff'), url('../themes/fonts/Robotobold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

html,body {
	height:100%;
}





.block4 ul li{
	list-style: none;
	font-size: 15.5px;
	font-family: "Roboto";
	margin-bottom:9px;
	margin-top: 0;
}


.content--footer{
	position:relative!important;
}

.block4 ul{
	margin:0 0 25px 0;
}
body {
	margin: 0;
    font-family: "Roboto",arial,verdana;
    font-size: 14px;
	font-weight:300;
	overflow-x: hidden;
}

button {
	cursor:pointer;
	cursor:hand;
}

div, section, input, textarea, select, button, a {
	box-sizing:border-box;
	transition: all 0.3s linear;
}
a {
	text-decoration: none;
	color: #4d4d4d;
}
a,
a:hover {

	text-decoration:none;
}

h1 {
	font-size:24px;
	padding:10px 0;
	margin:0;
}

.star {
	color:var(--14-text-color);
}

.text--fail {
	color:var(--14-text-color);
	font-size:12px;
}

.no--info--find {
	color:var(--14-text-color);
	font-size:12px;
}

input, button, select, textarea {
	outline:none;
}

button {
	padding: 5px 20px;
    font-family: "Open sans",arial,verdana;
    font-size: 14px;
    background: var(--5-text-color);
    color: var(--2-text-color);
    border: 0;
    border-radius: 5px;
}

button:hover {
	background:var(--3-text-color);
}
.content--center--page__text{
	max-width:1200px;
	margin:10px auto;
	width:100%;

	font-family:"Roboto";
	font-weight:300;
	color:#4D4D4D;
	padding:0 10px;

}

input[type="text"] {
	font-size: 16px;
	font-family: "Roboto";
	background-color: #fff;
	position: relative;
	border: 1px solid #4d4d4d;
	padding: 9px 11px;
	display: inline-block;
	box-sizing: border-box;
	z-index: 2;
}
input[type="datetime-local"] {
	padding:15px 20px;
	font-family: "Open sans",arial,verdana;
    font-size: 14px;
	border:1px solid var(--5-text-color);
	width: 100%;
	border-radius:10px;
}

input[type="datetime-local"]:focus {
	border:1px solid var(--3-text-color);
	box-shadow: 0 0 2px var(--5-text-color);
}

input[type="password"] {
	padding:15px 20px;
	font-family: "Open sans",arial,verdana;
    font-size: 14px;
	border:1px solid var(--5-text-color);
	width: 100%;
	border-radius:10px;
}

input[type="password"]:focus {
	border:1px solid var(--3-text-color);
	box-shadow: 0 0 2px var(--5-text-color);
}


.leflex .shade{
	display:block!important;
}

.shade {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	cursor: pointer;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.75);
	z-index: 1000;
}


.modal{
	height:0;
	overflow: hidden;
	opacity: 0;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	display:flex;
	align-items: center;
	justify-content: center;
	z-index:-1;
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;

}


.modal input[type="text"]{
	width:100%;

}

.leflex{
	transition-duration: 0.4s;
	-webkit-transition:0.4s;
	-ms-transition:0.4s;
	z-index:101;
	opacity: 1;
	height:100%;
}

.modal .modal_container {
	max-width: 650px;
	box-shadow: 1px 0 10px 8px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	background-color: #fff;
	padding: 60px 40px 50px;

	left: 0;
	z-index: 1000;
	right: 0;
	position: relative;
	box-sizing: border-box;

	display: flex;
	align-items: center;
	text-align: right;
	justify-content: flex-end;
}
textarea {
	padding: 9px 11px;
	font-size: 16px;
	font-family: "Roboto";
	font-weight:300;
	min-height: 120px;
	resize: none;
	width: 100%;
	box-sizing: border-box;
	-webkit-resize: none;
	border: 1px solid #4D4D4D;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

textarea:focus {
	border:1px solid var(--3-text-color);
	box-shadow: 0 0 2px var(--5-text-color);
}

select {
	padding:15px 20px;
	font-family: "Open sans",arial,verdana;
    font-size: 14px;
	border:1px solid var(--5-text-color);
	width: 100%;
	border-radius:10px;
}

select:focus {
	border:1px solid var(--3-text-color);
	box-shadow: 0 0 2px var(--5-text-color);
}

input.fail--input {
	border:1px solid var(--14-text-color);
}

textarea.fail--input {
	border:1px solid var(--14-text-color);
}

.js__body--background {
	display: none;
    background: #000;
    width: 100%;
	height: 120%;
    position: fixed;
    top: -20px;
    z-index: 400;
    opacity: 0;
}


.js__body--popup {
    position: fixed;
    background: #fff;
	border:2px solid #543535;
    padding: 20px;
    display: none;
    z-index: 500;
    width: 500px;
	left:50%;
	top:50%;
	transform: translateY(-50%) translateX(-50%);
    max-width: 90%;
	opacity: 0;
}

.pointerhand {
	cursor:pointer;
	cursor:hand;
}

.body section.home {
	max-width:100% !important;
}

/*Шапка*/


.header--overhead__inner {
	max-width: 1200px;
    margin: 0 auto;
    width: 100%;
	display:flex;
	justify-content: space-between;
}


.header--overhead--inner__left {
	padding:10px;
}

.header--overhead--inner__right {
	padding:10px;
}

.header--centerhead {
	display:none;
}

.header--centerhead__inner {
	max-width: 1200px;
    margin: 0 auto;
    width: 100%;
	display:flex;
	justify-content: space-between;
}

.header--centerhead--inner__logo {
	padding:10px;
}

.header--centerhead--inner__logo img{
	max-height:120px;
}

.header--centerhead--inner__column1 {
	padding:10px;
}

.header--centerhead--inner__column2 {
	
}

.header--centerhead--inner--column2__in1 {
	padding:10px;
}

.header--centerhead--inner--column2__in2 {
	padding:10px;
}

.header--centerhead--inner__column3 {
	
}

.header--centerhead--inner--column3__in1 {
	padding:10px;
}

.header--centerhead--inner--column3__in2 {
	padding:10px;
}

.header--underhead {
	width: 100%;
	background: #4D4D4D;
}

.header--underhead__inner {
	max-width: 1200px;
    margin: 0 auto;
    width: 100%;
	display:flex;
	justify-content:center;
}


.block3 .small_text p {
	margin-top: 30px;
	font-size: 16px;
	font-family: "Roboto";
	font-weight:300;
	color: #4d4d4d;
	line-height: 25px;
	margin-bottom: 10px;
}

.header--underhead--inner__left {
	display:flex;
	align-items: center;
	justify-content:center;
	width:100%;
	max-width:100%;
}


.block3 .txt .header {
	font-size: 26px;
	font-family: "Roboto";
	font-weight:700;
	color: #4D4D4D;
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 3px solid #FF5C00;
}
/*Слайдер*/


/*Блок контента*/

.content--center--main {
	width:100%;
	margin:0 auto;
	max-width:1200px;
}

.content--center--inner {
	display:flex;
}

.content--center--inner__left {
	flex-basis:260px;
	max-width:260px;
}



.content--center--inner--left__column {
	
}

.content--center--inner__center {
	flex-grow:1;
}

.content--center--inner--center__column {
	
}

.content--center--inner__right {
	flex-basis:260px;
	max-width:260px;
}


.content--center--inner--right__column {
	
}

.block2 .h2_block, .block3 .h2_block {
	text-align: center;
	margin-bottom: 50px;
}

.about_block{
	display:flex;
	align-items:center;
	justify-content: center;
}



.about_block .left a{
	text-decoration: none;
	color: #4d4d4d;
	font-weight:bold;
}



.block2 .h2_block h2, .block3 .h2_block h2 {
	text-align: center;
	margin: 0;
	font-weight:bold;
	font-size: 30px;
	font-family: "Roboto";
	color: #4D4D4D;
}

.about_block .left p {
	font-size: 15.5px;
	font-family: "Roboto";
	margin-bottom: 25px;
	margin-top: 0;
}

.about_block h2 span {
	font-size: 80px;
	display: block;
	font-family: "Roboto";
	font-weight:bold;
	color: #FF5C00;
}
.about_block .h2_block h2 {
	font-size: 36px;
}
.about_block .left {
	max-width: 560px;
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	width: 100%;
}



.block2 .h2_block h2 .sub_span, .block3 .h2_block h2 .sub_span {
	color: #FF5C00;
}
.content--center--page {
	display:flex;
	flex-direction:column;
}

.modal .exmarksthespoot {
	background-image: url(../img/source/close_one.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	background-size: 14px;
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: .7;
	cursor: pointer;
}

/*Подвал*/

.fnc--footer--flex {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	display:flex;
	color:#fff;
}



.fnc--footer--flex a {
	color:#fff;
}

.fnc--footer--flex__column1 {
	flex-basis:33%;
	padding:10px;
}

.fnc--footer--flex__column2 {
	flex-basis:33%;
	padding:10px;
}

.fnc--footer--flex__column3 {
	flex-grow:1;
	padding:10px;
	text-align:right;
}



/*Хлебные крошки*/

.breads {
	
}

.breads__conteiner {
	padding:10px 0;
}

.breads__inner {
	display:flex;
}

.breads--inner__separator {
	padding:0 5px;
}

.breads--inner__item {
	padding:0 5px;
}

.breads--inner__item__active {
	
}

/*Модули*/

/*Поиск*/

.fnc--search {
	
}

.fnc--search__container {
	display:flex;
	justify-content: space-between;
}

.fnc--search__inner {
	padding:0 5px;
}

.fnc--search__field {

}

.fnc--search__button {

}

.search--list--item {
	padding:5px;
}

.search--list--item__name {

}

.search--list--item__info {

}

/*Авторизация кнопки*/

.fnc--login--buttons__container {
	display:flex;
	justify-content: space-between;
}

.fnc--login--buttons__inner {
	padding:0 5px;
}

/*Разделы меню*/

.menu--chapters {
	display:flex;
}

.menu--chapters__item:last-child:before,
.menu--chapters__item:first-child:before{
	display:none;
}
.menu--chapters__item:before{
	position:absolute;
	right:0;
	content:"";
	z-index:0;
	top:4px;
	border-right:1px solid rgba(247, 247, 247, 0.17);
}

.menu--chapters__item {
	position: relative;
	display: flex;
	padding: 3px 15px;

	margin: 0 -1px;
	min-width: 100px;
	align-items: Center;
	cursor: pointer;
	justify-content: center;
	text-align: Center;
	cursor: hand;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.menu--chapters__submenu {
	display:none;
}

.menu--chapters__submenu a{
	color:#ffffff;
	font-size:13px !important;
}

.menu--chapters--submenu__item {
	min-width:200px;
	padding:5px 0;
}

.menu--chapters__item:hover .menu--chapters__submenu {
	display:block;
}

.menu--chapters__item:hover, .menu--chapters--item__active {
	position: relative;
	display: flex;
	padding: 3px 15px;
	margin: 0 -1px;
	min-width: 100px;
	align-items: Center;
	cursor: pointer;
	justify-content: center;
	text-align: Center;
	cursor: hand;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.menu--chapters__item:hover:after, .menu--chapters--item__active:after {
	position: Absolute;
	width: 100%;
	height: 100%;
	top: -2.5px;
	z-index:0;
	left: 0;
	border-bottom: 5px solid #ff5c00;
	content: "";
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}


.menu--chapters__item a{
	padding: 10px;
	min-height: 50px;
	align-items: center;
	display: flex;
	justify-content: center;
	color: #fff;
	font-weight:500;
	font-family: "Roboto";
	text-transform: uppercase;
	font-size: 16px;
}



.feedback_main_quest, .feedback_main_quest_mk2 {
	text-align: Center;
	max-width: 1170px;
	width: 100%;
	padding-bottom: 80px;
	position: relative;
	margin: 50px auto;
	background-color: #fff;
	box-shadow: 1px 1px 15px 4px rgba(0, 0, 0, 0.30);
	background-image: url(../img/source/main/form_tablet.png);
	background-position: -80px bottom;
	background-repeat: no-repeat;
}
.menu--chapters__item:hover a, .menu--chapters--item__active a{
	font-size: 16px;
	display: flex;
	align-items: center;
	z-index:1;
	position:relative;
	justify-content: center;
	text-transform: uppercase;
	color: #FF5C00;
	font-weight:500;
	min-height: 50px;
	padding: 10px;
	font-family: "Roboto";
}


.h1_block h1 span{
	display:block;
	font-family: "Roboto" !important;
	font-weight: 400 !important;
}

.h1_block h1 {
	margin:0;
	font-size: 22px;
	color: #ff5c00;
	font-weight:bold;
	font-family: "Roboto";
	text-align: center;
}

.h1_block{
	background-color:rgba(0,0,0,0.6);
	padding:10px;
}

.fnc--slider--inner__text{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.h1_block h1 .sp {
	font-size: 55px;
	font-family: "Roboto";
	color: #fff;
	font-weight:bolder;
	margin-top: 40px;
}

.mobile span {
	width: 45px;
	height: 1.5px;
	background-color: #4d4d4d;
	position: absolute;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	transition-duration: .4s;
}

.whiteshade {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	cursor: pointer;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.75);
	z-index: 1000;
}
.mobilize {
	overflow-x: hidden;
	margin-top: 0!important;
	display: block!important;
	position: fixed;
	overflow-y: auto!important;
	left: 0;
	z-index: 1001;
	top: 0;
	background-color:#4D4D4D;
	text-align: left;
	width: 60%!important;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	box-sizing: border-box;
	box-shadow: 7px 5px 12px 0 rgba(0, 0, 0, 0.4);
}
.mobile{
	display:none;
}

.descriptor {
	font-size: 14px;
	font-family: "Roboto";
	width: 100%;
	margin: 12px auto;
	display: flex;
	color: #5a5a5a;
	line-height: 18px;
	align-items: center;
	justify-content: center;
}



.callmebaby{


}



.location .roll {
	font-size: 14px;
	color: #ff5c00;
	font-family: "Roboto";
	font-weight:300;
	padding-left: 25px;
	margin-top:10px;
	background-image: url(../img/source/show_map.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.sched .time {
	font-size: 14px;
	font-family: "Roboto";
	font-weight:500;
	color: #4d4d4d;
	line-height: 20px;
}


.show_map{
	margin-top:10px;
}


.sched .header {
	text-align: center;
	color: #4d4d4d;
	font-size: 14px;
	font-family: "Roboto";
	font-weight:300;
	margin-bottom:10px;
	padding-left: 10px;
	background-image: url(../img/source/work_hours.jpg);
	background-position: left;
	background-repeat: no-repeat;
}


.logo a span.main{
	padding-top:10px;
	font-weight:700;
	color:#4D4D4D;
	font-size:22px;
}




.logo a span.sub {
	font-weight: 200;
	color: #4D4D4D;
	border-bottom: 5px solid #f5a00c;
	font-size: 16px;
	padding-bottom: 10px;
}


.logo a{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	justify-content: flex-start;
	padding-right: 15px;


}
.container{
	max-width:1200px;
	margin:0 auto;
}

.h_block .phones a {
	font-size: 18px;
	font-family: "Roboto";
	font-weight:500;
	color: #4d4d4d;
}





.head_mod [data-md] {
	width: 170px;
	cursor: pointer;
	border: 1px solid transparent;
	font-size: 14px;
	color: #fff;
	background-position: 7px center;
	background-image: url(../img/source/button_phone.png);
	background-color: #FF5C00;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0;
	margin-top: 10px;
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	display: block;
	transition-duration: .4s;
	text-align: center;
	font-family: "Roboto";
	font-weight:500;
	background-repeat: no-repeat;
}
.head_mod [data-md]:hover {
	background-image: url(../img/source/button_phone_h.png);
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	display: block;
	transition-duration: .4s;
	background-color: #f4f4f4;
	color: #4d4d4d;
	border: 1px solid #4d4d4d;
}

.head_mod .container .top_line{
	display:flex;
	padding-top:10px;
	align-items: center;
	justify-content:space-between;

}

.h_block{
	margin: 0 5px;
}
/*Разделы колонка*/

.fnc--column--chapters {
	margin-bottom:15px;
}

.fnc--column--chapters__title {
	padding:10px;
	font-weight:bolder;
}

.fnc--column--chapters__container {
	padding:10px;
}

.fnc--column--chapter0 {
	padding:5px;
}

.fnc--column--chapter__active0 {
	padding:5px;
}

.fnc--column--chapter1 {
	padding:5px;
	padding-left:20px;
}

.fnc--column--chapter__active1 {
	padding:5px;
	padding-left:20px;
}

.fnc--column--chapter2 {
	padding:5px;
	padding-left:40px;
}

.fnc--column--chapter__active2 {
	padding:5px;
	padding-left:40px;
}

.fnc--column--chapter3 {
	padding:5px;
	padding-left:60px;
}

.fnc--column--chapter__active3 {
	padding:5px;
	padding-left:60px;
}

/*Разделы центр*/

.fnc--center--chapters {
	padding:50px 0;
}

.fnc--center--chapters__container {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content: space-around;
}

.fnc--center--chapters__list--item  {
	flex-basis:calc(33% - 40px);
	margin:15px;
	padding:10px;
	display:flex;
	flex-direction:column;
	text-align:center;
}






.fnc--center--chapters__list--item:hover  {
	box-shadow:0 0 1px 0 #543535;
}

.fnc--center--chapters--item__main  {
	
}

.fnc--center--chapters--item__name  {
	padding:10px 0;
}

.fnc--center--chapters--item__name a {
	font-size:18px;
}

.fnc--center--chapters--item__image {
	padding:10px 0;
}

.fnc--center--chapters--item__image img{
	max-width:100%;
}

.fnc--center--chapters--item__additional  {
	
}

.fnc--center--chapters--item__info  {
	
}

.fnc--center--chapters--item__button {
	padding:10px 0;
}

.fnc--center--chapters--item__button a{
	border-bottom:1px #aa8787 solid;
	font-size:15px;
	color:#aa8787;
}

.fnc--center--chapters--item__button a:hover{
	border-bottom:1px #543535 solid;
	font-size:15px;
	color:#543535;
	text-decoration:none;
}

/*Меню мобильное*/

.menu--chapters--mobile {
	display:none;
}



.js__mobile--menu--container {
	display: none;
    position: fixed;
    height: 100%;
    width: 0px;
    top: 0px;
    left: 0;
    z-index: 4292929;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    border-right: 1px solid #371111;
	opacity:0;
}

.js__show--mobile--menu {
	font-size:0;
	cursor:pointer;
	cursor:hand;
	width:32px;
	height:32px;
	background:url('/themes/main/menu.png');
}

.fnc--mobile--chapters__logo {
	padding:5px;
}

.fnc--mobile--chapters__item {
	padding:5px;
}

/*Лента элементов единица*/

.content--center--article {
	padding:10px;
}

.page--article--back {
	padding:10px 0;
}

.page--article--back a{
	border-bottom:1px #aa8787 solid;
	font-size:15px;
	color:#aa8787;
}

.page--article--back a:hover{
	border-bottom:1px #543535 solid;
	font-size:15px;
	color:#543535;
	text-decoration:none;
}

.page--article--name {
	padding:10px 0;
}

.page--article--text {
	padding:10px 0;
}

.page--article--text img {
	max-width:100%;
}

.page--article--date {
	padding:10px 0;
}

/*Лента элементов страница*/

.fnc--articles--list {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.fnc--articles--listitem {
	flex-basis:30%;
}


.fnc--articles--listitem__main {
	padding:5px;
}

.fnc--articles--listitem__name {
	padding:5px;
}

.fnc--articles--listitem__image img {
	max-width:100%;
}

.fnc--articles--listitem__info {
	
}

.fnc--articles--listitem__date {
	padding:5px;
}

/*Лента элементов в колонке*/

.fnc--column--articles {
	
}

.fnc--column--articles__title {
	
}

.fnc--column--articles__container {
	
}

.fnc--column--article_listitem {
	
}

.fnc--column--article--listitem__img {
	
}

.fnc--column--article--listitem__img  img{
	max-width:100%;
}

.fnc--column--article--listitem__info {
	
}

.fnc--column--article--listitem__name {
	
}

.fnc--column--article--listitem__date {
	
}

.fnc--column--articles__button {
	
}

/*Лента элементов по центру*/

.fnc--center--articles {
	padding:50px 0;
}

.fnc--center--articles__title {
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
	font-size:22px;
	text-align:center;
}

.fnc--center--articles__container {
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.fnc--center--articles__listitem {
	flex-basis:calc(33% - 40px);
	margin:15px;
	padding:10px;
	display:flex;
	flex-direction:column;
	text-align:center;
}





.fnc--center--article--listitem__main {
	
}

.fnc--center--articles--listitem__image {
	
}

.fnc--center--articles--listitem__image img {
	max-width:100%;
}

.fnc--center--article--listitem__info {
	
}

.fnc--center--articles--listitem__name {
	font-size: 16px;
	padding:10px 0;
}

.fnc--center--article--listitem__date {
	
}

.fnc--center--articles__button {
	padding:10px 0;
	text-align:center;
}

.fnc--center--articles__button a{
	border-bottom:1px #aa8787 solid;
	font-size:15px;
	color:#aa8787;
}

.fnc--center--articles__button a:hover{
	border-bottom:1px #543535 solid;
	font-size:15px;
	color:#543535;
	text-decoration:none;
}

/*Слайдер*/

.fnc--slider--container {
	transition:none;
}

.fnc--slider--inner {
	transition:none;
}

.fnc--slider--inner__images {
	
}

.js__adv--banner__absolute {
	width: 100%!important;
	left:0;
	right:0;
	max-width: 1920px;
	margin: 0 auto;
	height: 480px!important;
	position: absolute;
}


.js__fnc--slider--inner__relative {
	position:relative;
	display: flex;
	height: 480px !important;
    justify-content: center;
	transition:none;
}

.js__fnc--slider--inner__absolute {
	position:absolute;
	opacity:0;
	height: 480px !important;
	transition:none;
}

.fnc--slider--inner__text {
	position:absolute;
}

.fnc--slider--inner--arrows__left {
	position:absolute;
	top:50%;
	left:1%;
}

.fnc--slider--inner--arrows__right {
	position:absolute;
	top:50%;
	right:1%;
}

.fnc--slider--inner--arrow__left {
	
}

.fnc--slider--inner--arrow__right {
	
}

.fnc--slider--inner__buttons {
	display:none;
}

.fnc--slider--inner--buttons__inner {
	display: flex;
    justify-content: center;
}

.fnc--slider--inner--button {
	padding: 5px 10px;
    background: #ffffff;
    border-radius: 100%;
    border: 1px solid #efefef;
	margin:0 5px;
}

.fnc--slider--inner--button:hover {
	padding: 5px 10px;
	background: #aa8787;
	color:#fff;
	border-radius: 100%;
    border: 1px solid #efefef;
	margin:0 5px;
}

.fnc--slider--inner--button__active {
	padding: 5px 10px;
	background: #aa8787;
	color:#fff;
	border-radius: 100%;
    border: 1px solid #efefef;
	margin:0 5px;
}

/*Пагинация*/

.fnc--pagination {
	display:flex;
	justify-content: center;
}

.fnc--paging--button {
	margin:5px;
	padding:5px;
	border:1px solid #aa8787;
	color:#fff;
	background:#aa8787;
}

.fnc--paging--button:hover {
	margin:5px;
	padding:5px;
	border:1px solid #aa8787;
	color:#aa8787;
	background:#fff;
}

.fnc--paging--button__now {
	margin:5px;
	padding:5px;
	border:1px solid #aa8787;
}

/*Галерея слайдер*/

.fnc--slider--gallery {
	padding:50px 10px;
}

.fnc--slider--gallery__title {
	font-size:18px;
	text-align:center;
}

.fnc--slider--gallery__container {
	display: flex;
    flex-direction: row;
    align-items: center;
}

.fnc--slider--gallery--container__center {
	margin:0 auto;
}

.fnc--slider--gallery--container--center__main {
	display: flex;
    flex-direction: row;
}

.fnc--slider--gallery--container--center__listitem {
	display:flex;
}

.fnc--slider--gallery--container--center__item {
	width:286px;
	margin:5px;
	display: flex;
    flex-direction: column;
	justify-content: center;
    align-items: center;
}

.fnc--slider--gallery--container--center__image img {
	max-width:100%;
}

.fnc--slider--gallery--button {
	padding:10px 0;
	text-align:center;
}

.fnc--slider--gallery--button a{
	border-bottom:1px #aa8787 solid;
	font-size:15px;
	color:#aa8787;
}

.fnc--slider--gallery--button a:hover{
	border-bottom:1px #543535 solid;
	font-size:15px;
	color:#543535;
	text-decoration:none;
}

/*Галерея столбец*/

.fnc--column--gallery {
	
}

.fnc--column--gallery__title {
	
}

.fnc--column--gallery__container {
	
}

.fnc--column--gallery__listitem {
	
}

.fnc--column--gallery--listitem__name {
	
}

.fnc--column--gallery--listitem__image {
	
}

.fnc--column--gallery__button {
	
}

/*Галерея страница*/

.fnc--gallery--list {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:5px;
}

.fnc--gallery--listitem {
	flex-basis:22%;
	margin-bottom:10px;
}


.fnc--gallery--listitem__image img {
	max-width:100%;
}
.content--center--chapter__rating{
	display:none;
}
.fnc--gallery--listitem__text {
	
}

/*Вопрос-ответ*/

.fnc--addfaq--container {
	max-width:500px;
	width:100%;
	margin:0 auto;
}

.fnc--addfaq--title {
	font-size:17px;
	text-align:center;
}

.fnc--addfaq--item {
	padding:3px;
}


/*Опросы*/

.fnc--polls--main__inner {
    display: flex;
    position: relative;
	padding:10px 0;
	padding-right: 20px;
}

.fnc--polls--main--inner__votes {
	position:absolute;
	right:0;
}

input.js__poll--check {
	display:none;
}

input.js__poll--check + label:before {
	content: "\2713";
    font-size: 13px;
    color: transparent;
    text-align: center;
	font-weight:bolder;
    border:2px solid #aa8787;
	background:white;
	cursor:pointer;
	cursor:hand;
	padding:0 3px 0 4px;
	transition: all 0.3s ease;
}

input.js__poll--check:checked + label:before {
	content: "\2713";
    font-size: 13px;
    color: #aa8787;
    text-align: center;
	font-weight:bolder;
    border:2px solid #aa8787;
	background:white;
	cursor:pointer;
	cursor:hand;
	padding:0 3px 0 4px;
}

input.js__poll--check:disabled + label:before {
	content: "\2713";
    font-size: 13px;
    color: transparent;
    text-align: center;
	font-weight:bolder;
    border:2px solid #eeeeee;
	background:white;
	cursor:pointer;
	cursor:hand;
	padding:0 3px 0 4px;
	transition: all 0.3s ease;
}

.fnc--polls--main__linein {
	height:20px;
	background:#eee;
}

/*Формы связи*/




.fnc--feedback__title {
	font-size: 20px;
	padding:10px 0;
	text-align: left;
}

.fnc--feedback__second--title {
	font-size: 16px;
	padding:10px 0;
}

.fnc--feedback--main {
	
}

.fnc--feedback--main__line {
	
}

.fnc--feedback--main__name {
	padding:5px 0;
}

.fnc--feedback--main__param {
	padding:5px 0;
}

.fnc--feedback--main__button  {
	padding:10px 0;
	text-align:center;
}
.modal div.feedback_title {
	border-bottom: 0;
	color: #4d4d4d;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 22px;
	font-family: "Roboto";
}
.exmarksthespot, #closeFadeDiv {
	position: Absolute;
	right: 5px;
	top: 5px;
	width: 40px;
	background-size: 100% auto;
	height: 40px;
	transition: .2s;
	box-sizing: border-box;
	-ms-transition: .2s;
	-webkit-transition: .2s;
	cursor: pointer;
	background-size: 22px;
	background-image: url(../img/source/main/close_one.png);
	background-repeat: no-repeat;
	background-position: center;
}
.fixed{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background-color:#Fff;
	z-index:100;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}

.back_button a,
.foot .button a,
.map_block .button a{
	color:#fff;
	font-size: 14px !important;

}


.q{
	font-size:20px;
	font-weight:bolder;
}
.back_button:hover a,
.foot .button:hover a,
.map_block .button:hover a{
	color:#4D4D4D;
}
.back_button,
.foot .button{
	border-radius: 0;
	transition: .4s;
	border: 1px solid transparent;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	transition-duration: .4s;
	margin-top:15px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-family: "Roboto";
	font-weight:500;
	width: 100%;
	max-width: 185px;
	box-sizing: border-box;
	padding: 10px 20px;
	display: block;
	cursor: pointer;
	box-shadow: 0 4px 20px 1.5px rgba(0, 0, 0, 0.25);
	background-color: #FF5C00;
}
.fnc--feedback--main__button button  {
	border-radius: 0;
	transition: .4s;
	border: 1px solid transparent;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	transition-duration: .4s;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-family: "Roboto";
	font-weight:500;
	width: 100%;
	max-width: 160px;
	box-sizing: border-box;
	margin-top: 25px;
	padding: 10px 20px;
	display: block;
	cursor: pointer;
	box-shadow: 0 4px 20px 1.5px rgba(0, 0, 0, 0.25);
	background-color: #FF5C00;
}

.map div.fnc--feedback--main__line {
	max-width: 200px;
	position: relative;
	width: 100%;
	margin: 0;
	display: inline-block;
}
.back_button:hover,
.fnc--feedback--main__button button:hover  {
	transition: .4s;
	border: 1px solid #4D4D4D;
	-ms-transition: .4s;
	color: #4D4D4D;
	background-color:#fff;
	-webkit-transition: .4s;
	transition-duration: .4s;
}

/*Отзывы в колонке*/

.fnc--column--comments {
	
}

.fnc--column--comments__title {
	
}

.fnc--center--comments--container {
	
}

.fnc--center--comments--listitem__main {
	
}

.fnc--center--comments--listitem__name {
	
}

.fnc--center--comments--listitem__text {
	
}

.fnc--center--comments--listitem__date {
	
}

/*Отзывы в слайдере*/

.fnc--slider--comments {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	padding:50px 0;
}

.fnc--slider--comments__title {
	font-size:17px;
	text-align:center;
}

.fnc--slider--comments--container {
	display:flex;
	align-items: center;
    justify-content: center;
	padding:10px;
}

.fnc--slider--comments__main {
	padding:0 40px;
	max-width:500px;
	width:100%;
}

.fnc--slider--comments__name {
	padding:5px 0;
}

.fnc--slider--comments__text {
	padding:5px 0;
}

.fnc--slider--comments__date {
	padding:5px 0;
}

/*Отзывы страница*/

.fnc--comments--list {
	padding:10px;
	max-width:1200px;
}

.fnc--addcomment--container {
	max-width:500px;
	width:100%;
	margin:0 auto;
}
.form_header .sp {
	display:block;
	margin-top:20px;
	font-size: 30px;
	font-family: "Roboto";
	font-weight:500;
}
.fnc--addcomment--title {
	text-align:center;
	font-size:17px;
}

.footer_menu a{
	color:#fff;
	font-size:18px;
}
.footer_menu a:hover{
	transition: .4s;
	color: #FF5C00;
	-ms-transition: .4s;
	transition-duration: .4s;
	-webkit-transition: .4s;
	border-bottom: 1px solid #FF5C00;
}
.foot .logo a span{
	color: #ffffff !important;
}

.last_line div a{
	color:#fff;
}
.last_line{
	display: flex;
	background-color: #252728;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Roboto";
	font-weight:500;
	font-size: 14px;
}
.last_line div {
	width: 45%;
	display: inline-block;
	text-align: Center;
}



.footer_menu {

	width: 700px;
	display:flex;
	align-items: center;
	justify-content: space-evenly;
}


.foot .container{
	display:flex;
	align-items: center;
	justify-content:space-between;
	padding-top:40px;
}
.map {
	background-image: url(../img/source/map_far_bg.jpg);
	background-repeat: no-repeat;
	background-position: Center;
	background-size: cover;
	max-width: 1920px;
	width: 100%;
	margin: 20px auto;
}

.frame {
	width: 670px;
	box-shadow: 1px 0 20px 1px rgba(0, 0, 0, 0.3);
	height: 420px;
	margin-left: 30px;
	margin-right: 100px
}

.map_block {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px
}
.info ul li .small {
	font-size: 14px;
	font-family: "Roboto";
	font-weight:300;

}
.str {
	max-width: 175px;
}
.info a, .info ul li .big {
	font-size: 16px;
	font-family: "Roboto";
	font-weight:bold;
	margin-left: 25px;
	min-width: 210px;
	text-align: left;
}

.info ul li {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
}

.map_block .header {
	font-size: 36px;
	font-family: "Roboto";
	margin-bottom: 40px;
	font-weight:bold;
}

.map_block .phones a {
	font-size: 25px;
	font-family: "Roboto";
	font-weight:500;
}

.fnc--addcomment--item {
	padding:3px;
}


.fnc--addcomment--vote {
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:5px 0;
}


.form_header {
	text-align: center;
	font-size: 18px;
	font-family: "Roboto";
	font-weight:300;
	margin-bottom: 10px;
}
.form_header .sub_span {
	color: #FF5C00;
}
.fnc--addcomment--vote__name {
	padding-right:10px;
}

.itempage--vote--rate {
	margin-right:3px;
}
.form_header .sub_span {
	color: #FF5C00;
}
.fnc--addcomment--vote__rate {
	margin-right:3px;
	cursor:pointer;
	cursor:hand;
}

.feedback_main_quest{
	text-align: Center;
	max-width: 1170px;
	width: 100%;
	padding-bottom: 80px;
	position: relative;
	margin: 50px auto;
	background-color: #fff;
	box-shadow: 1px 1px 15px 4px rgba(0, 0, 0, 0.30);
	background-image: url(../img/source/form_tablet.png);
	background-position: -80px bottom;
	background-repeat: no-repeat;
}
.spec_txt {
	position: absolute;
	left: 225px;
	font-size: 12px;
	font-family: "Roboto";
	font-weight:300;
	bottom: 50px;
	display: inline-block;
}


.map div.feedback_line:nth-child(2) {
	margin-right: 10px;
	margin-left: 10px;
}
.map input[type="text"]{
	width:100%;
}
.input[type="text"] {
	background-color: #fff;
	position: relative;
	border: 1px solid #4d4d4d;
	padding: 11px;
	width: 100%;
	max-width: 200px;
	box-sizing: border-box;
	z-index: 2;
}
.form_header {
	text-align: center;
	font-size: 18px;
	font-family: "Roboto";
	font-weight:300;
	margin-bottom: 10px;
	padding-top:40px;
}

.item--vote {
	background-image:url('/themes/main/star.svg');
	width: 20px;
    height: 20px;
}

.item--vote--act {
	background-image:url('/themes/main/star_act.svg');
	width: 20px;
    height: 20px;
}

.fnc--comments--list__votes {
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:5px 0;
}

.fnc--comments--list__vote {
	margin-right:3px;
}

/*Заказать звонок*/

.fnc--order--call {
	
}

/*Попап*/

.js__body--popup {
	
}

.popup--callme--container {
	
}

.popup--container__main {
	
}

.popup--container__close {
	text-align:right;
}

.popup--container__title {
	
}

.popup--container__line {
	padding:5px 0;
}

.popup--container__button {
	
}

/*Авторизация*/

.fnc--login--fields {
	
}

.fnc--login--fields--container {
	
}

.fnc--login--fields__main {
	
}

.fnc--login--fields__field {
	padding:5px 0;
}

.fnc--login--fields__buttons {
	display:flex;
	justify-content:space-between;
}

.fnc--login--fields__social {
	text-align:center;
	padding:5px 0;
}

.fnc--login--fields--social__buttons {
	display:flex;
	justify-content: space-evenly;
}

.fnc--login--fields__forgot {
	padding:5px 0; 
	text-align:right;
}

.js__forgot--button {
	cursor:pointer;
	cursor:hand;
}

/*Регистрация*/

.registration--center--page {
	max-width:1200px;
	margin:0 auto;
	width:100%;
	padding:30px 10px;
}

.registration--main {
	
}

.registration--main__title {
	font-size: 22px;
	padding:3px 0;
}

.registration--main__inner {
	
}

.registration--main__line {
	padding:3px 0;
}

.registration--main__name {
	padding:3px 0;
}

.registration--main__param {
	padding:3px 0;
}

.registration--main__button {
	padding:3px 0;
}

.js__registration--page--info {
	color:red;
}

/*Аккаунт*/

.account--center--page {
	max-width:1200px;
	margin:0 auto;
	width:100%;
	padding:30px 10px;
}

.account--info--row {
	font-size: 22px;
	padding:3px 0;
}

.account--info--row__welcome {
	
}

.account--tabs {
	display:flex;
	align-items: flex-end;
	margin:20px 0;
	border-bottom:1px solid #aa8787;
	height:42px;
}

.account--tabs__position {
	margin-right:1px;
}

.account--tab {
	border:1px solid #aa8787;
	padding:5px 30px;
	cursor:pointer;
	cursor:hand;
	height:30px;
}

.account--tab__active {
	border:1px solid #aa8787;
	background:#aa8787;
	color:#fff;
	padding:5px 30px;
	cursor:pointer;
	cursor:hand;
	height:42px;
}

.account--tabs__columns {
	display:flex;
	justify-content: space-between;
}

.account--tabs---column__left {
	flex-basis:48%;
}

.account--tabs---column__right {
	flex-basis:48%;
}

.account--tabs--column__title {
	font-size:18px;
	padding:3px;
}

.account--main__line {
	padding:3px;
}	

.account--main__name {
	padding:3px;
}

.account--main__param {
	padding:3px;
}

.account--main__button {
	padding:3px;
}

.js__user--data--info, .js__user--main--info {
	color:red;
	padding:3px;
	font-size:12px;
}

.js__user--avatar--container img{
	max-width:150px;
	max-height:150px;
}


.info ul{
	padding:0;
}


.map div[data-md="md1"] a{

	text-align: center;
	font-family: "Roboto";
	font-weight:500;
	font-size:14px;
	color:#fff;
}

.map div[data-md="md1"]:hover a{
	color: #4d4d4d;
}
.map div[data-md="md1"]:hover{
	background-image: url(../img/source/button_phone_h.png);
	transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	transition-duration: .4s;
	background-color: #fff;

	border: 1px solid #4d4d4d;
}

.map_block {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.foot {
	margin: 0 auto;
	position: relative;
	background-color: #4D4D4D;
	width: 100%;
	padding-bottom: 40px;
}
.map div[data-md="md1"]{
width: 225px;
cursor: pointer;
	display:flex;
	align-items: center;
	justify-content: center;
border: 1px solid transparent;
font-size: 14px;
color: #fff;
background-position: 37px center;
background-image: url(../img/source/button_phone.png);
background-color: #FF5C00;
box-sizing: border-box;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 0;
margin-top: 18px;
transition: .4s;
-ms-transition: .4s;
-webkit-transition: .4s;
transition-duration: .4s;
background-repeat: no-repeat;
}

.thx_page_center q{
	font-weight:bold;
	font-size:20px;
}


.thx_page_center{
	display:flex;
	align-items:Center;
	justify-content: center;
}


.thx_page_center img{
	margin:0 20px
}