@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700,900|Montserrat:300|Open+Sans:300,600');

html,body {
	font-family: 'Fira Sans', sans-serif;
}
h1, h2, .card_title {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
}
.subtitle {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
}
.block-name {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
}
.btn {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500; /*medium*/
 	display: inline-block;
 	font-size: 13px;
	height: 42px;
	/*width: 177px;*/
	border: none;
	border-radius: 20px;
	vertical-align: middle;
	transition: 0.2s;
	cursor: pointer;
}
.btn-left {
	float: left;
	background-color: #fff;
	color: #B8975F;
	border: 1px solid #B8975F;
}
.btn-left:hover {
	background-color: #B8975F;
	color: #fff;
}
.btn-right {
	float: right;
	color: #fff;
	background-color: #B8975F;
}
.btn-right:hover {
	background-color: #fff;
	border: 1px solid #B8975F;
	color: #B8975F;
}
.btn-menu-sd {
	display: none;
	float: right;
	padding: 5px 15px 5px 15px;
	font-size: 20px;
	margin-right: 20px;
	background-color: #fff;
	border: 1px solid #B8975F;
	color: #B8975F;
	border-radius: 4px;
	z-index: 1;
	cursor: pointer;
}
.btn-menu-sd:hover {
	color: #fff;
	background-color: #B8975F;
}
.close, .c-search, .s-input {
	display: none;
}
.header-sd .s-input {
	display: none;
	position: absolute;
	border: 1px solid #B8975F;
	right: 69px;
	border-radius: 4px;
	background-color: #fff;
	top: 58px;
	width: 572px;
	height: 37px;
	z-index: 4;
	color: #fff;
	cursor: pointer;
}
.header-sd .s-input input {
	border: none;
	float: left;
	width: 91%;
	height: 32px;
	font-weight: 600;
	font-size: 15px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}
.header-sd  #submit_search{
	padding: 7px 2px 0 4px;
}
.header-sd #finder:focus::-webkit-input-placeholder {
    color: transparent;
}
.services {
	top: 0;
}
/**************************** HEADER ********************************/

.header-sd {
	width: 100%;
	height: 120px;
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
}
.header-inner-sd {
	padding: 0 40px 0 40px;
	margin-bottom: 0;
}
.header-sd .s-input {
	margin-top: 24px;
}
.nav-sd {
	width: 700px;
   	position: absolute;
   	top: 0;
   	bottom: 0;
   	right: 0;
   	left: 0;
   	margin: 0 auto;
	text-align: center;
	z-index: 1035;
	display: none;
}
.nav-sd.view_nav{
	display: block;
}
.nav-sd ol {
    position: relative;
    display: none;
    width: 265px;
    padding: 20px 15px 5px 15px;
    margin-left: -12px;
    background-color: #fff;
    position: absolute;
    text-align: left;
    z-index: 1000; 
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-animation-duration: .7s;
    -webkit-animation-delay: 0s;
}
.nav-sd ul li:hover > ol {
    display: block;
}
.nav-sd ol:hover {
    display: block;
}
.nav-sd ol li {
    display: block;
    padding: 5px 5px 5px 0;
    width: 100%;
    font-size: 12px;
    text-align: left;
}
.nav-sd ul {
	display: block;
	padding-top: 30px;
}
.nav-sd ul li {
	display: inline-block;
	padding-right: 13px;
}
.nav-sd a, .nav-sd select {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
}
.nav-sd a, .nav-sd select {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
}
.nav-sd a:hover {
	color: #AA823F;
}
.nav-sd select {
	display: inline-block;
	padding: 0 0 0 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	width: 29px;
	height: 20px;
	-webkit-appearance: none;
	border: none; 
	text-align: left;
	cursor: pointer;
	background-color: transparent;
}
.nav-sd select option {
	font-weight: 600;
	cursor: pointer;
}
.nav-sd i {
	font-size: 18px;
	font-weight: 300;
}
.search {
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	font-weight: 300;
	cursor: pointer;
}
.btns {
	float: right;
	padding-top: 36px;
}
.btn-disabled {
	float: right;
	background-color: #F7F7F7;
	color: #535353;
	border: 1px solid #D9D9D9;
}
.btn-disabled:hover {
	background-color: #fff;
	color: #B8975F;
	border: 1px solid #B8975F;
}
.btns .btn-right {
	color: #fff;
	background-color: #B8975F;
}
.btns .btn-right:hover {
	background-color: #fff;
	border: 1px solid #B8975F;
	color: #B8975F;
}
.btns .btn-left {
	margin-right: 16px;
}
/**************************** RESERV ********************************/

.reserv {
	width: 100%;
	font-family: 'Fira Sans', sans-serif;
	background-color: #F7F7F7;
}
.reserv-inner {
	width: 100%;
	display: block;
	position: relative;
}
.reserv .line {
	margin-bottom: 0;
}
.breadcrumbs {
	width: 100%;
	text-align: center;
}
.breadcrumbs ul {
	margin-top: 0;
	padding: 19px 0 40px 0;
}
.breadcrumbs ul li {
	display: inline-block;
	color: #919191;
	font-size: 12px;
}
.breadcrumbs ul li:hover {
	text-decoration: underline;
}
.breadcrumbs span {
	display: inline-block;
	padding: 2px 5px 0 5px;
}
.reserv-inner .block-name {
	margin-bottom: 60px;
}
.section-name {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 11px;
}
.service {
	width: 100%;
	text-align: left;
}
.service-inner {
	width: 39.5%;
	position: relative;
	text-align: left;
}
.service-inner select {
    width: 100%;
}
select, option, input {
	position: relative;
	height: 45px;
	background-color: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 300;
	padding: 0 12px 0 12px;
}
input:focus::placeholder, textarea:focus::placeholder {
	color: transparent;
	transition: 0.3s;
}
textarea {
	width: 100%;
	min-height: 73px;
	border: 1px solid #D9D9D9;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 300;
	padding: 12px 12px 0 12px;
	resize: vertical;
}
select {
	margin-bottom: 38px;
}
.second-part {
	margin-top: 60px;
	padding-bottom: 40px;
}
.sched {
	width: 100%;
	border-radius: 7px;
	background-color: #fff;
	border: 1px solid #D9D9D9;
	padding: 32px 12px 20px 12px;
}
.right_sched {
    width: 47%;
    float: right;
    margin-bottom: 17.5px;
    display: inline-block;
    position: relative;
}
.date_place {
	width: 100%;
	display: block;
	position: relative;
}
.date {
	float: left;
}
.date, .places {
    display: inline-block;
    width: 50%;
    font-size: 11px;
    margin: 0 !important;
    text-align: center;
    vertical-align: top;
	border-left: none;
}
.picked_month {
	display: block;
	width: 100%;
	height: 33px;
}
.date_title, .places_title {
	font-size: 11px;
	padding: 6.7px 0 6.7px 0;
	color: #b2b2b2;
}

.date_title, .date_value, .places_title, .place {
	border: 1px solid #cccccc;	
}
.places_title{
	border-left: none;
}
.place {
	border-left: none;
}
.date_value, .place {
	padding: 6.7px;
	cursor: pointer;
	color: #666666;
	border-top: none;
}
.people {
	padding-top: 10px;
}
.people_title {
	font-size: 13px;
	width: 100%;
	margin-bottom: 7px;
	text-align: center;
	color: #272727;
}
.people select {
	width: 100%;
	height: 26px;
	border-radius: 0;
	text-align: center;
	margin-bottom: 0;
	padding-left: 45%;
}
.active_timePlace {
	background-color: #319EA2;
	color: #fff;
}
.picked_month {
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	padding-top: 10px;
}
.time_place {
    margin-top: 38px;
    width: 100%;
}
.reserv .btn {
	width: 100%;
	height: 52px;
	background-color: #319EA2;
	margin: 35px 0 57px 0;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	border-radius: 30px;
	text-align: center;	
}
.reserv .btn:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #319EA2;
}
.send {
	position: relative;
	width: 277px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
}
.inputs input {
    width: 100%;
	margin-bottom: 13px;
}
.inputs input, .inputs textarea, .choose input {
	width: 257px;
}
.choose {
	padding-left: 20px;
}
.choose ul {
	width: 100%;
	height: 174px;
	margin-top: 0;
	padding-left: 0;
}
.choose ul li {
	height: 29px;
	margin-bottom: 2px;
	padding-top: 10px;
	text-align: left;
	cursor: pointer;
	list-style-type: none;
}
.nal {
	font-size: 12px;
	color: #767676;
	font-weight: 300;
}
.choose .radio {
	width: 20px;
	display: inline-block;
	height: 20px;
	vertical-align: middle;
	border-radius: 50%;
	border: 1px solid #DADADA;
	background-color: #fff;
	
}
.choose label {
	display: inline-block;
	vertical-align: top;
	margin-left: 16px;
	margin-top: 3px;
	color: #565656;
	font-size: 14px;
	cursor: pointer;
}
.active_li .radio {
	background-color: #319EA2;
}
/**************************** SERVICE-DETAIL ********************************/ 

.service-detail {
	width: 100%;
	position: relative;
}
.service-top {
	height: 510px;
	background-image: url('/images/bg/bg-detail.png');
	background-position: top center;
	background-repeat: no-repeat ;
	background-attachment: top;
} 	
.service-detail-inner {
	width: 50%;
	position: absolute;
	top: 93px;
	left: 25%;
	text-align: center;
}
.service-detail-inner h1, .service-detail-inner p {
	color: #fff;
}
.service-detail-inner h1 {
	margin-top: 12px;
	margin-bottom: 5px;
}
.service-detail-inner p {
	font-weight: 600;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 59px;
}
.service-detail-inner .btn {
	height: 63px;
	width: 248px;
	background-color: #319EA2;
	color: #fff;
	border-radius: 40px;
	font-size: 16px;
}
.service-detail-inner .btn:hover {
	background-color: #B8975F;
	color: #fff;
	border: 1px solid #B8975F;
}
.breadcrumbs-serv {
	width: 100%;
	padding-top: 0;
	margin-bottom: 55px;
	border-bottom: 1px solid #DDDDDD;
	height: 58px;
	background-color: #F7F7F7;
}
.breadcrumbs-serv ul {
	padding: 0;
	margin-top: 0;
}
.breadcrumbs-serv ul li {
	padding: 22px 0 19px 0;
}
.service-detail .subtitle {
	margin-bottom: 20px;
}
.service-detail .service_price {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #319EA2;
	font-size: 20px;
	margin-bottom: 70px;
}
.service_price span {
	font-size: 14px;
}
/**************************** USLUGI ********************************/ 

.services {
	background-color: #f7f7f7;
}
.services .breadcrumbs ul {
	padding: 19px 0 40px 0
}
.services .block-name {
	margin-bottom: 35px;
}
.uslugi .element {
	background-color: #fff;
	margin-bottom: 15px;
	height: 444px;
	cursor: pointer;
}
.uslugi .element .btn {
	bottom: 50px;
}
.uslugi .element img {
	width: 128px;
	height: 124px;
}
.uslugi .elements {
	padding-top: 55px;
}
.services .pass-btn { 
	background-color: #f7f7f7;
	padding: 0 15px 50px 15px;
}
.services .pass-btn a {
	width: 160px;
	font-weight: 600;
}
.subtitle span {
	 display: none;
}
/**************************** USLUGI-SPISOK ********************************/ 
.spisok .block-name {
	font-size: 42px;
}
.spisok .breadcrubms ul {
	padding: 19px 0 35px 0;
}
.list-name {
	background-color: #f7f7f7;
}
.list-name .block-name {
	margin-bottom: 43px;
}
.list-name .subtitle {
	padding-bottom: 57px;
}
.list-name {
	border-bottom: 1px solid #DDDDDD;
}
.list-items {
	padding: 40px 0 55px 0;
}
.list-item {
	text-align: center;
	padding-bottom: 15px;
}
.list-item:hover .el-name {
	color: #319EA2;
}
.list-item .el-name {
	margin-top: 15px;
	padding-right: 15px;
}
.fon {
	padding-left: 40px;
	background-attachment: fixed;
}
.maska_uslugi {
	width: 100%;
	height: 275px;
	background-image: url('/images/elements/mask_dark.png');
	background-repeat:  no-repeat;
	background-position: 30% 100%;
}
.maska_uslugi img {
	width: 247px;
}
.maska_uslugi:hover {
	background-image: url('/images/elements/mask_light.png');
	transition: 0.3s;
}
/**************************** GALLERY ********************************/ 
	.gallery_page_inner {
		padding-bottom: 80px;
	}
	.gallery_page .block-name {
		margin-bottom: 40px;
	}
	.gal_p_img {
		overflow: hidden;
		border-radius: 4px;
	}
	.gal_p_img img {
		width: 100%;
		margin-bottom: 10px;
		cursor: pointer;
	}
	.gal_p_img img {
		 -moz-transition: all 0.4s ease-out;
		 -o-transition: all 0.4s ease-out;
		 -webkit-transition: all 0.4s ease-out;
	 }
	 
	.gal_p_img img:hover{
		 /*-webkit-transform: scale(1.05);
		 -moz-transform: scale(1.05);
		 -o-transform: scale(1.05);
		
		opacity: 0.8; */
	 }
/**************************** VANCANCIES ********************************/ 
	.vacancies_inner {
		padding-bottom: 80px;
	}
	.vacancies_acc {
		margin-top: 40px;
	}
/**************************** SITE_MAP ********************************/ 
	.site_map_inner {
		padding-bottom: 60px;
	}
	.site_map_inner .links {
		display: block;
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: 0 auto;
		width: 40%;
		padding-top: 40px;
		text-align: left;
	}
	.site_map_inner .links ul li a:hover,  .site_map_inner .links ol li a:hover{
		color: #B8975F;
	}
	.site_map_inner .links ul li {
		text-align: left;
		line-height: 2;
		font-size: 16px;
		font-weight: normal;
	}
	.site_map_inner .links ol li{
		list-style-type: circle;
		font-size: 14;
		font-weight: 300;
	}
/**************************** CONTACT ********************************/ 
	.contacts {
		background-color: #f7f7f7;
	}
	.contacts_inner {
		padding-bottom: 80px;
	}
	.contact_input {
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		/*width: 50%;*/
		padding-top: 40px;
	}
	.contact_input input, .contact_input textarea {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		font-size: 15px;
    	font-weight: 300;
	}
	.contact_input textarea {
		height: 50px;
		resize: vertical;
		max-height: 50px;
		padding: 12px 12px 0 12px;
	}
	.contacts_inner .btn {
		display: inline-block;
		width: 100%;
		z-index: 9999;
		background-color: #319EA2;
	    color: #FFF;
	    bottom: 45px;
	    height: 52px;
	    border-radius: 30px;
	    right: 0;
	    left: 0;
	    margin: 0 auto;
	    text-align: center;
	    padding-top: 17px;
	    margin-top: 20px;
	}
	.contacts_inner .btn:hover {
		border: 1px solid #319EA2;
	    background-color: #fff;
	    color: #319EA2;
	}
/**************************** TEXT_PAGE ********************************/	

	.text_page_inner {
		padding-bottom: 80px;
	}
	.page_desc {
		padding-top: 40px;
	}
/************************************************************************************** MEDIA ********************************/
@media (max-width: 1500px) {
	.header-sd h1 {
		font-size: 32px;
	}
	.header-sd p {
		font-size: 12px;
	}
	.header-inner-sd {
		padding: 0 20px 15px 20px;
	}
	.header-sd .s-input {
		width: 512px;
	}
	.btns {
		padding-top: 38px;
	}
	.btns .btn {
		/*width: 145px;*/
		height: 38px;
		font-size: 12px;
	}
	.nav-sd {
		width: 650px;
	}
	.nav-sd a, .nav-sd select {
		font-size: 14px;
	}
	.nav-sd ul li {
		padding-right: 15px;
	}
}
@media (max-width: 1300px) {
	.btns .btn  {
		/*width: 135px;*/
		height: 38px;
		font-size: 11px;
	}
	.nav-sd a, .nav-sd select {
		font-size: 13px;
	}
	.header-sd .s-input {
		width: 473px;
		right: 87px;
	}
}
@media (max-width: 1199px){
	.full-container {
		padding: 0;
	}
	.service-detail-inner h1 {
		font-size: 32px;
	}
	.header-inner-sd {
		padding: 0 5px 15px 5px;
	}
	.btns .btn  {
		/*width: 140px;*/
		height: 38px;
		font-size: 11px;
		width:100%;
	}
	.btns {
	    padding-top: 15px;
	    width:165px;
	}
	.service-inner {
		left: 0;
	}
	.service-detail-inner .btn {
		height: 53px;
	}
	.element .subtitle br {
		display: none;
	}
	.maska_uslugi {
		background-size: 294px;
		background-position: 80% 30%;
	}
	.maska_uslugi img {
		width: 225px;
	}
	.list-item .el-name {
		margin-top: 10px;
	}
	.btns .btn {
	    margin-bottom:5px;
	}
}
@media (max-width: 1150px) {
	.btns {
		/*padding-top: 13px;*/
		margin-right: 15px;
	}
	.btns .btn {
		margin-bottom: 10px;
	}
	.btns .btn  {
		/*width: 60%;*/
		height: 38px;
		font-size: 12px;
	}
	.btns .btn-left {
		/*float: right;
		margin-right: 0;*/
	}
	.scheduler {
		width: 100%;
	}
	.right_sched {
		width: 100%;
	}
	.xdsoft_datetimepicker, .xdsoft_datepicker.active {
		width: 101%;
	}
	.xdsoft_datetimepicker .xdsoft_month {
		width: 40%;
		text-align: right;
	}
	.nal {
		display: block;
	}
}
@media (max-width: 1024px) {
	.btn {
		height: 38px;
	}
	/**************************** HEADER ********************************/
	
	.header-sd .s-input {
		top: 59px;
		width: 450px;
		right: 72px;
	}
	.header-inner-sd {
		padding: 0 10px 15px 10px;
	}
	.nav-sd {
		width: 600px;
	}
	.nav-sd ul li {
		padding-right: 10px;
	}
	.nav-sd a, .nav-sd select {
		font-size: 13px;
	}
	.nav-sd i {
		font-size: 11.5px;
	}
	.usulugi .element {
		padding: 21px 0px 34px 0px;
	}
	.sched {
		padding: 32px 10px 20px 10px;
	}
	.inputs {
		margin-left: -10px;
	}
	.choose {
		padding-left: 50px;
	}
	select, option {
		-webkit-appearance: none;
	}
	.pb {
		padding-bottom: 21px;
	}
	.choose input {
		width: 230px;
	}
}
@media (max-width: 991px) {
	.service-detail-inner h1 {
		font-size: 28px;
	}
	.service-detail-inner .btn {
		width: 200px;
	}
	.btn {
		width: 130px;
		font-size: 12px;
	}
	.header-inner-sd {
		padding: 0 5px 15px 5px;
	}
	.header-sd .s-input {
		width: 396px;
		right: 93px;
		top: 59px;
	}
	.header-sd .s-input input {
		width: 90%;
		font-size: 14px;
	}
	.header-sd #submit_search {
		padding: 6px 2px 0 4px;
	}
	.nav-sd a, .nav-sd select {
		font-size: 12px;
	}
	.nav-sd ul li {
		padding-right: 5px;
	}
	.uslugi .element {
		height: 463px;
	}
	.uslugi .element .btn {
		bottom: 53px;
	}
	.description .subtitle {
		font-size: 14px;
	}
}
@media (max-width: 960px) {
	.uslugi .element img {
		float: none;
		padding: 0;
	}
	.uslugi .element .btn {
		margin-right: auto;
	}
	.inputs {
		margin-left: 0;
	}
	.scheduler, .inputs, .choose {
		padding-left: 30px;
	}
	.choose input {
		width: 350px;
	}
	.people select {
		padding-left: 48%;
	}
	.inputs input, .inputs textarea, .choose input {
		width: 100%;
	}
}
@media (max-width: 959px) {
	.uslugi .element img {
		float: left;
		width: 91px;
		height: 96px;
		margin: 0 15px 20px 15px;
	}
	.uslugi .element .btn {
		margin-right: auto;
	}
	.uslugi .element {
		height: 300px;
	}
	.uslugi .element .btn {
		font-size: 13px;
		width: 176px;
	}
	.section-name {
		text-align: center;
	}
	.sched, .inputs, .choose {
		margin-bottom: 50px;
	}
	.service-inner {
		width: 44.5%;
		padding-left: 0;
		left: 3%;
	}
	.maska_uslugi img {
		width: 234px;
	}
	.maska_uslugi {
		background-size: 311px;
		background-position: 50% 30%;
	}
	.list-item {
		padding-bottom: 30px;
	}
}
@media (max-width: 850px) {
	.scheduler, .inputs, .choose {
		padding-left: 10px;
	}
}
@media (max-width: 768px) {
	.nav-sd .search {
		display:none;
	}
	
	.header-sd .s-input {
		display:block;
	}
	
	.header-sd .s-input {
	    position: relative;
	    width: 100%;
	    right: 0;
	    left: 0;
    	top: 0;
	}
	
	.header-sd .s-input input {
		width: 85%;
	}
	
	.header-sd #submit_search {
		padding: 6px 9px 0 4px;
	}
	
	.nav-sd ul li {
		width: 145px;
	}
	
	.service-detail-inner {
		width: 100%;
		left: 0;
	}
	
	.btn-right {
		float: left;
	}
	
	.close {
	    display: block;
	    position: absolute;
	    float: right;
	    font-weight: 100;
	    top: 15px;
	    width: 20px;
	    right: 15px;
	    height: 20px;
	    color: #B8975F;
	    cursor: pointer;
	    text-align: center;
	} 
	
	.btn-menu-sd {
		display: inline-block;
	}
	
	.active {
		right: 0;
	}
	
	.block-name {
		font-size: 24px;
	}
	
	/**************************** HEADER ********************************/
	.logo img  {
		width: 95px;
		margin: 7px 15px 0  0;
	}
	.nav-sd .close i {
		font-size: 25px;
	}
	.nav-sd.active {
		right: 0;
	}
	.nav-sd {
		width: 320px;
	    /* height: 1000px; */
	    height: 100%;
	    display: block;
	    position: fixed;
	    top: 0px;
	    right: -9000px;
	    margin-right: 0;
    	/* transition: 0.3s; */
	}
	.nav-sd ul {
		background-color: #fff;
		position: relative;
		height: 100%;
	    padding: 25px 20px 10px 10px;
		margin: 0;
		text-align: right;
		border-left: 1px solid #B8975F;
	}
	.nav-sd ul li {
		float: left;
		width: 100%;
		display: block;
		margin-bottom: 10px;
		padding: 5px 5px 0 15px;
		color: #000;
		text-align: left;
		border-radius: 4px;
	}
	.nav-sd ul li:hover > ol {
	    display: none;
	}
	.nav-sd a, .nav-sd select {
		font-size: 17px;
		color: #B8975F;
	}
	.nav-sd ul li span {
		display: inline-block;
		display: inline-block;
	    position: relative;
	    top: 0;
	    right: 0;
	}
	.nav-sd i {
		font-size: 16px;
	}
	.nav-sd a, .nav select {
		font-size: 17px;
		color: #B8975F;
	}
	.nav-sd select {
		direction: ltr;
		padding-left: 0;
	}
	.nav-sd option {
		text-align: left;
	}
	.nav-sd ol  {
		width: 100%;
		margin-left: 0;
	}
	.nav-sd ol li {
		width: 100%;
		padding-left: 0;
		line-height: 1;
	}
	.nav-sd ol li a {
		font-size: 13px;
	}
	.active_ol  {
		display: block !important;
		position: relative !important;
	}
	.menu_down {
		display: inline-block;
	}
	.header-sd .btn-menu-sd {
		margin: 37px 20px 0 0 ;
		/*padding: 5px 15px 5px 15px;
		font-size: 25px;
		float: right;*/
	}
	.logo {
		float:left;
	}
	.btns {
		width: auto;
	    float: left;
	    /* position: absolute; */
	    /* top: 0; */
	    /* left: 0; */
	    /* right: 0; */
	    /* bottom: 0; */
	    /* margin: 0 auto; */
	    padding-top: 37px;
	    /* padding-left: 15px; */
	}
	.btns .btn  {
		width: 157px;
	    height: 42px;
	    font-size: 12px;
	    margin-left: 0px;
	}
	.btns .btn-left {
		float: left;
	}
	.description .subtitle br {
		display: none;
	}
	/**************************** BRONIROVANIE ********************************/
	.second-part {
		padding-left: 2%;
	}
	.sched {
		width: 100%;
	}
	.scheduler, .inputs, .choose {
		padding-left: 0;
	}
	.inputs input, textarea, select {
		width: 300px;
	}
	.choose input {
		width: 100%;
	}
	select, option {
		-webkit-appearance: none;
	}
	/**************************** USLUGI-SPISOK ********************************/
	.list-item img {
		width: 204px;
	}
	.maska_uslugi {
		background-size: 265px;
		height: 253px;
	}
	.spisok .block-name {
		font-size: 36px;
	}
	.breadcrumbs ul {
		padding: 19px 0 30px 0;
	}
	.list-name .block-name {
		margin-bottom: 33px;
	}
	.service-detail .breadcrumbs ul {
		padding: 0 0 30px 0;
	}
	.uslugi .element img {
		margin: 0 15px 20px 15px;
	}
	.uslugi .element {
		height: 344px;
	}
	.uslugi .element .btn {
		height: 46px;
	}
	.site_map_inner .links {
		width: 100%;
		padding-left: 40px;
	}
	.contact_input {
		width: 70%;
	}
}
@media (max-width: 660px) {
	.inputs input, textarea {
		width: 270px;
	} 
}
@media (max-width: 600px) {
	.header-sd {
		height: 180px;
	}
	.btns {
		width: 65%;
    	margin: 0 auto;
    	padding-top: 0px;
	}
	.btns .btn  {
		/*width:100%;*/
	    height: 40px;
	    font-size: 11px;
    	display: inline-block;
    	float:none;
    	margin-bottom:5px;
	}
	
	.btns .btn-right {
	    margin-left: 0px;
	}
	
	.logo img {
	    width: 85px;
	    /* position: relative; */
	    /* top: 0; */
	    /* right: 0; */
	    /* bottom: 0; */
	    /* left: 40%; */
	    margin: 0 auto;
	}
	
	.services .breadcrumbs ul {
		padding: 19px 0 25px 0;
	}
	.services .block-name {
		margin-bottom: 20px;
	}
	.list-item img {
		width: 253px;
	}
	.maska_uslugi {
		background-size: 335px;
		height: 297px;
	}
}
@media (max-width: 599px) {
	.btns .btn-left {
	    margin-right: 0px;
	}

	.header-inner-sd {
		padding: 10px 5px 15px 0 ;
	}
	.header-sd .btn-menu-sd {
	    margin: 15px 15px 0 0;
	    width: 50px;
	    height: 40px;
	    font-size: 18px;
	    float: right;
	    position: absolute;
	    right: 0;
	}
	.uslugi .element {
		height: 308px;
	}
	.btn-menu-sd {
		margin-right: 15px;
	}
	.sched {
		padding: 32px 15px 20px 15px;
	}
	.inputs input, textarea {
		width: 100%;
	}
	.choose{
		margin-bottom: 10px;
	}
	.second-part {
		padding-left: 0;
	}
	.service-inner {
		width: 100%;
		left: 0;
	}
	.nal {
		display: inline-block;
	}
} 
@media (max-width: 500px) {
	.btns .btn {
		width:100%;
	}
}
@media (max-width: 475px) {
	.card-inner img {
		margin-left: 0;
	}
	.logo img {
		left: 38%;
	}
	.list-item img {
		width: 230px;
	}
	.maska_uslugi {
		background-size: 306px;
		height: 275px;
		background-position: 47% 30%;
	}
	.contact_input {
		width: 90%;
	}
}
@media (max-width: 425px) {
	
	.btns {
		width:50%;
	}
	
	.service-inner {
		left: 0;
	}
	
	.service-detail-inner h1 {
		font-size: 24px;
	}
	
	.service-detail-inner .btn {
		width: 180px;
		height: 48px;
	}
	
	.service-detail-inner img {
		width: 60px;
	}
	.breadcrumbs-serv ul li {
		font-size: 9px;
	}
	.btn-menu-sd {
		display: inline-block;
	}
	/**************************** HEADER ********************************/
	.nav-sd .close i {
		font-size: 25px;
	}
	.nav-sd ul li {
		display: block;
		margin-bottom: 15px;
		margin-right: 20px;
	}
	.nav-sd a, .nav-sd select {
		font-size: 16px;
		color: #B8975F;
	}
	.nav-sd i {
		font-size: 16px;
	}
	.header-sd .s-input {
		margin-top: 44px;
	}
	.service-inner {
		width: 100%;
	}
	select, option {
		width: 100%;
	}
	.reserv .btn {
		width: 90%;
		margin-left: 5%;
	}
	.list-item img {
		width: 230px;
	}
	.uslugi .element {
		height: 305px;
	}
	.site_map_inner .breadcrumbs ul li {
		font-size: 11px;
	}
	.site_map_inner .block_name {
		font-size: 22px;
	}
	.site_map_inner .links ul li {
		font-size: 15px;
	}
	.site_map_inner .links ol li {
		font-size: 13px;
	}
}
@media (max-width: 375px) {
	.logo img {
		left: 35%;
		margin: 0;
	}
	.header-sd .header-inner {
		padding: 0 2px 15px 2px;
	}
	.btns {
		padding-left: 25px;
	}
	.btn-right {
		margin-left: 10px;
	}
	.uslugi .element {
		height: 320px;
	}
	.block-name {
		font-size: 25px;
	}
	.uslugi .element .btn {
		width: 158px;
		height: 43px;
	}
	.nal {
		display: block;
	}
	.list-item img {
		width: 203px;
	}
	.maska_uslugi {
		background-size: 265px;
		height: 250px;
		background-position: 47% 30%;
	}
}

@media (max-width: 360px) {
	.full-container {
		padding: 0 5px 0 5px;
	}
	
	.btn-menu-sd {
		margin-right: 10px;
	}
}
@media (max-width: 320px) {
	.full-container {
		padding: 0 5px 0 5px;
	}
	.btn {
		width: 100px;
	}
	.btn-menu-sd {
		margin-right: 0;
	}
	.header-sd .btn-menu-sd {
		margin: 22px 3px 0 0;
	}
	.btns {
		padding-left: 0;
	}
	.uslugi .element {
		height: 343px;
	}
	.logo img {
		left: 31%;
	}
}
