@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('../fonts/opensans-bolditalic.eot');
    src: url('../fonts/opensans-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bolditalic.woff') format('woff'),
         url('../fonts/opensans-bolditalic.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'OpenSansExtraboldRegular';
    src: url('../fonts/opensans-extrabold.eot');
    src: url('../fonts/opensans-extrabold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabold.woff') format('woff'),
         url('../fonts/opensans-extrabold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansExtraboldItalic';
    src: url('../fonts/opensans-extrabolditalic.eot');
    src: url('../fonts/opensans-extrabolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabolditalic.woff') format('woff'),
         url('../fonts/opensans-extrabolditalic.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/opensans-italic.eot');
    src: url('../fonts/opensans-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-italic.woff') format('woff'),
         url('../fonts/opensans-italic.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/opensans-light.eot');
    src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light.woff') format('woff'),
         url('../fonts/opensans-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


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

/** Generated by FG **/
@font-face {
	font-family: 'Conv_GEORGIA';
	src: url('../fonts/GEORGIA.eot');
	src: local('☺'), 
	url('../fonts/GEORGIA.woff') format('woff'), 
	url('../fonts/GEORGIA.ttf') format('truetype'), 
	url('../fonts/GEORGIA.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_GEORGIAB';
	src: url('../fonts/GEORGIAB.eot');
	src: local('☺'), 
	url('../fonts/GEORGIAB.woff') format('woff'), 
	url('../fonts/GEORGIAB.ttf') format('truetype'), 
	url('../fonts/GEORGIAB.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_GEORGIAI';
	src: url('../fonts/GEORGIAI.eot');
	src: local('☺'), 
	url('../fonts/GEORGIAI.woff') format('woff'), 
	url('../fonts/GEORGIAI.ttf') format('truetype'), 
	url('../fonts/GEORGIAI.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_GEORGIAZ';
	src: url('../fonts/GEORGIAZ.eot');
	src: local('☺'), 
	url('../fonts/GEORGIAZ.woff') format('woff'), 
	url('../fonts/GEORGIAZ.ttf') format('truetype'), 
	url('../fonts/GEORGIAZ.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ==============================================
                      RESET 
==============================================  */
html, body, div, span, applet, object, iframe,
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
article, aside, canvas, details, embed,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
small, strike, strong, sub, sup, tt, var,
del, dfn, em, img, ins, kbd, q, s, samp,
time, mark, audio, video, main,
fieldset, form, label, legend,
dl, dt, dd, ol, ul, li,
caption, tfoot, thead,
b, u, i, center {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}

blockquote, q {
	quotes: none;
}
.hidden_block {
	display: none !important;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/* ==============================================
                     BASE 
==============================================  */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
/* ---- Link ---- */
a { text-decoration: none; }
	
	a:active,
	a:hover,
	a:focus {
	  outline: 0;
	  text-decoration: none;
	}
	a:link { -webkit-tap-highlight-color: #000; } /*Цвет ссылки при касании на телефоне*/

	/*a:-webkit-any-link { color: -webkit-link; text-decoration: underline; cursor: auto; }
	  a:-moz-any-link { color: -moz-link; text-decoration: underline; cursor: auto; } */

/* ---- Responsive Images ---- */
img, iframe, video { 
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	border: 0;
	display: block; 
	margin: 0 auto;
}
/* ---- Form element ---- */
input, select, textarea {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    outline: none;

    border: 1px solid #ccc;
    padding: 5px;
    background: transparent;
}
	input:focus, 
	select:focus, 
	textarea:focus {
	    outline: none;
	}
		/* ---- Placeholder ---- */
		::-webkit-input-placeholder {
		   color: #ccc;
		}
		:-moz-placeholder { /* Firefox 18- */
		   color: #ccc;  
		}
		::-moz-placeholder {  /* Firefox 19+ */
		   color: #ccc;  
		}
		:-ms-input-placeholder {  
		   color: #ccc;  
		} 
button, input[type='submit'] {
	outline: none;
	cursor: pointer;
}
/* ---- Horizontal Navigation ---- */
.nav-hor li { 
    	display: inline-block;
    	vertical-align: middle; 
    }

/* ---- Select text style----  */  
::-moz-selection { background: #000; color: #FFF; }
     ::selection { background: #000; color: #FFF; }

html, body { 
    margin: 0; 
    padding: 0; 
    width: 100%; 
    height: 100%;

    -webkit-text-size-adjust: none;  /* Размер текста на тел. не изменяется (none | auto | % ) */
     -moz-osx-font-smoothing: grayscale; /* Рендеринг текста ( subpixel-antialiased | antialiased | none ) */
      -webkit-font-smoothing: antialiased; 
}

body {
    font-family: 'Conv_GEORGIA';
    font-size: 100%;
    line-height: 1.3;
    font-weight: normal;
    position: relative;

    background: #fcfcfc;    
}
/* ---- Clearfix ---- */
.clr, .wrap {
    zoom: 1;
}

.clr:before, .clr:after, 
.wrap:before, .wrap:after {
	display: table;
    content: "";
    line-height: 0;
}

.clr:after, .wrap:after {
	clear: both;
}

/* ---- Wrapper ---- */
.wrap {
    margin: 0 auto;
    max-width: 1220px;
    width: 100%;
    padding: 0 20px;
}
	.row {
		position: relative;
	}

/* ---- GRID ---- */

[class*='bit-'] {
    float: none;
    width: 100%;
    position: relative;
    min-height: 1px;
    display: block; 
}
	[class*='bit-']:before{
	    display: table;
	    content: "";
	    line-height: 0;
	}

	[class*='bit-']:after {
	    display: table;
	    content: "";
	    line-height: 0;
	}

	[class*='bit-']:after {
	    clear: both;
	}

/* ____ Header ____ */
.header__menu {
	background: rgba(247,233,212, .8);
	-webkit-box-shadow: 1px 0px 0px rgba(0,0,0,2);
	box-shadow: 1px 0px 0px rgba(0,0,0,2);
	text-align: center;
}
.header__menu a {
	display: inline-block;
	vertical-align: middle;
	font: 13px/18px 'OpenSansLight';
	color: #161110;
	padding: 10px 22px;
}
.intro {
	background: transparent url(/images/intro-bg.png) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 12px 0 60px;
}
/*.callBack__wrap {
	max-width: 420px;
	width: 100%;
}*/
.modal .callBack__wrap {
	max-width: 720px;
}
	.callBack__wrap,
	.callBack__wrap-s {
		max-width: 420px;
		width: 100%;
		background: transparent;
		border: 10px solid rgba(247,233,212,.8);
		padding: 10px;
		margin: 0 auto;
		text-align: center;
	}
		.callBack__inner {
			background: rgba(247,233,212,.8);
			padding: 44px 15px 58px;
			overflow: hidden;
		}
			.logo {
				margin-bottom: 36px;
			}
				.logo img {
					max-width: 100%;
					width: auto;
				}
			.ital__st {
				font-family: 'Conv_GEORGIAI';
			}
			.espec {
				font-family: 'Conv_GEORGIAB';
			}
			.callBack__inner .ital__st {
				font: 14px/18px 'Conv_GEORGIAI';
				color: #2a211e;
			}
			.tel {
				font: 20px/1 'Bradobrei';
			}
			.callBack__inner .tel {
				font-size: 20px;
				color: #2a211e;

				display: inline-block;
				vertical-align: middle;
				max-width: 254px;
				width: 100%;
				height: 26px;
				
				margin: 20px auto 30px;
			} 
				.callBack__inner .num-1 {
					/*background: transparent url(/images/tel-1.png) center no-repeat;*/
					-webkit-background-size: contain;
					background-size: contain;
				}

				.callBack__inner .num-2 {
					/*background: transparent url(/images/tel-1.png) center no-repeat;*/
/*					-webkit-background-size: contain;
					background-size: contain;*/
				}
			.callBack__btn, .feedBack__btn {
				display: inline-block;
				vertical-align: middle;
				max-width: 200px;
				width: 100%;
				height: 40px;
				line-height: 40px;
				background: transparent url(/images/btn-bg.png) center no-repeat;
				-webkit-background-size: cover;
				background-size: cover;
				border: none;
				font: 13px/16px 'Conv_GEORGIAI';
				line-height: 16px;
				color: #dcc083; 
				text-align: center;
				outline: none;
			}
				.callBack__btn:hover, .feedBack__btn:hover {
					background: transparent url(/images/btn-bg-hover.png) center no-repeat;
					-webkit-background-size: cover;
					background-size: cover;
				}
.main__nav-list {
	text-align: center;
}

.sub__header .header__top{
	display: none;
}
.sub__header .main__nav {
	background: rgba(42,33,30, .9);
}
.sub__header .main__nav-list li a {
	padding: 30px 4px;
	color: #dcc083;
}
.sub__header .main__nav-list li:after {
	background: #dcc083;
}
.sub__header  .nav__btn .nav__btn-line i {
	background: #dcc083;
}
.sub__header .nav__btn span {
	color: #dcc083;
}
.sub__header  .nav__btn:hover .nav__btn-line i {
	background: #c8841e;
}
.sub__header .intro {
	padding: 12px 0 10px;
	background: transparent url(/images/sub-bg.png) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.sub__header .callBack__inner {
	max-width: 265px;
	width: 100%;
	padding: 0;
	background: transparent;
	text-align: center;
	float: none;

	margin: 20px auto;
	position: relative;
	z-index: 10;
}
.sub__header .callBack__inner .ital__st {
	text-align: right;
}
.sub__header .callBack__inner .tel {
	margin: 10px auto 12px;
}
.sub__header .header__bottom {
	margin-top: -2px;
	background: transparent url(/images/bg__nav.png) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.sub__header .intro {
	overflow: hidden;
	padding-bottom: 15px;
}
.sub__header .nav__btn {
	height: 70px;
}
.sub__header  .logo {
	position: static;
	left: 0;
	right: 0;
	float: none;
	margin: 0 auto;
}
.sub__header .main__nav-list {
	border-top: 1px solid rgba(255,255,255,.15);
}
/* ____ Main Navigation ____ */
.header__bottom {
	padding-bottom: 5px;
}
.main__nav {
	background: #f6f6f5;
	-webkit-box-shadow: 0px 1px 5px rgba(37, 37, 37, 0.18);
	box-shadow: 0px 1px 5px rgba(37, 37, 37, 0.18);
	margin-bottom: 0px;
}
	.main__nav-list {
		position: relative;
		display: none;
		border-top: 1px solid #2a211d;

		-webkit-transition: all .27s ease-in-out;
		-o-transition: all .27s ease-in-out;
		transition: all .27s ease-in-out;
	}
	
	.main__nav-list li {
		display: block;
		vertical-align: middle;
		padding: 0 20px;
		position: relative;
	}
		.main__nav-list li a {
			line-height: 24px;
			text-transform: uppercase;
			color: #2a211d;
			padding: 15px 4px;
			display: block;
		}
			.main__nav-list li a:hover,
			.main__nav-list li a:active,
			.main__nav-list li a.active,
			.main__nav-list li a.call {
				color: #c8841e;
			}
.nav__btn {
	background: transparent;
	border: none;
	outline: none;
	height: 55px;
}
	.nav__btn-line {		
		display: table-cell;
		vertical-align: middle;
		width: 24px;
		height: 18px;		
	}	
		.nav__btn .nav__btn-line i {
			display: block;
			width: 100%;
			height: 2px;
			background: #2a211d;
			border-radius: 3px;
		}	
			.nav__btn .nav__btn-line i+i {
				margin-top: 5px;
			}	
				.nav__btn span {
					display: inline-block;
					vertical-align: middle;
					margin-left: 5px;
					font: 13px/16px 'Conv_GEORGIA';
					text-transform: uppercase;
				}
					.nav__btn:hover span {
						color: #c8841e;
					}
					.nav__btn:hover i {
						background: #c8841e;
					}
.active.nav__btn ~ .main__nav-list {
	display: block;
}

/* _____ Main Content _____ */

/* ____ Title ____ */
.page-title {
	text-align: center;
	position: relative;
	overflow: hidden;
}
	h2, h1 {
		font: 20px/24px 'Conv_GEORGIAB';
		text-transform: uppercase;
		color: #2a211e;	
		display: inline-block;
		vertical-align: middle;
		padding: 0 72px;
		background: #fcfcfc;
		position: relative;
		/*font-weight: bold;*/
	}
	
	.page-title hr {
		outline: none;
		border: none;
		display: block;
		max-width: 380px;
		width: 100%;
		height: 50px;
		background: #fcfcfc url(/images/gaiver_line.png) center no-repeat;
		position: relative;
		padding: 0 52px;
	}
	.art h2 {
		color: #fff;
		background: transparent;
	}
/* ___ Line h2 ___ */
.tracery-3 {
	margin-bottom: 42px;
}
.tracery-3 hr {
	margin-bottom: 24px;
}
.tracery-3 h2 {
	margin-bottom: 30px;
}
.tracery-3:before{
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	background: #ababaa;
	width: 100%;
	top: 32px;
}
.tracery-2:before{
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	background: #ababaa;
	width: 100%;
	top: 12px;
}
/* ___ Line hr ___ */
.tracery-1:before{
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	background: #ababaa;
	width: 100%;
	bottom: 34px;
}


/* ___ Text ___ */

p {
	font-size: 16px;
	color: #2a211e;
	margin: 12px 0 20px;
}

.desk {
	text-align: center;
	margin-bottom: 40px;
}


/*Best*/
.fix-bit {
	max-width: 580px;
	width: 100%;
	margin: 0 auto;
}
.art__wrap {
	padding: 22px 0 0;
}
.art {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 5px 0;
	margin: 5px auto;
}
.art img,
.bkt img {
	border: 6px solid #261712;
}
.popular .art img,
.banner img {
	border: 6px solid #ecb167;
}
.art__desk {
	position: absolute;
	top: 16px;
	left: 11px;
	right: 11px;
	bottom: 16px;
	background: rgba(11,8,7,.4);

	padding: 4px 10px 0;

	-webkit-transition: all .27s ease-in-out;
	-o-transition: all .27s ease-in-out;
	transition: all .27s ease-in-out;
}
.art__desk:hover {
	background: rgba(11,8,7,.7);
}
.art h2 {
	padding: 0 60px;
	line-height: 22px;
	font-size: 16px;
}
.art h2:after {
	content: '';
	display: block;
	height: 1px;
	max-width: 300px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 5px auto;
	background: transparent url(/images/line.png) center no-repeat;
}
.art__btn-list {
	display: none;
}
.art__btn-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 4px 3px;
}

.btn__transparent {
	background: transparent;
	border: 1px solid rgba(255,255,255,.5);
	color: #fbeacd;
	font: 11px/22px 'Conv_GEORGIA';
	border-radius: 2px;
	text-align: center;
	padding: 1px 3px;

	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.btn__transparent:hover {
		background: rgba(255,255,255,.6);
		color: #2a211e;
	}

.ribbon {
	display: none;
	width: 65px;
	height: 74px;
	background: transparent url(/images/ribbon.png) center no-repeat;
	text-align: center;
	color: #fbeacd;
	font: 16px 'Conv_GEORGIAI';
	line-height: 22px;

	position: absolute;
	top: 0;
	left: 20px;
	padding: 15px 0;
}
.total {
	font: 20px/22px 'Conv_GEORGIAB';
	display: block;
}

/* ____ Pagination ____ */
.pgn-nav {
	margin: 50px auto;
}
.pagination__list .pgn-nav a {
	border: none;
	width: 24px;
	height: 16px;
}

.pagination__list {
	text-align: center;
	clear: both;
}
.pagination__list li,
.pagination__list li a {
	-webkit-transition: all .27s ease-in-out;
	-o-transition: all .27s ease-in-out;
	transition: all .27s ease-in-out;
}
.pagination__list li+li {
	margin-left: 5px;
}
.pagination__list li a {
	font-size: 20px;
	line-height: 32px;
	color: #271d19;
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #918c8a;
}

.pagination__list .active a,
.pagination__list li a:hover,
.pagination__list li a:active {
	background: #dcaf6b;
	border: 1px solid #dcaf6b;
	color: #fff;
}

.pagination__list li:nth-of-type(4),
.pagination__list li:nth-of-type(5),
.pagination__list li:nth-of-type(6),
.pagination__list li:nth-of-type(8) {
	/*display: none;*/
}

.best {
	padding-bottom: 70px;
}
.best.last {
	padding-bottom: 15px;
}

.pagination__list .pgn-nav a:hover {
	border: none;
}
.pgn-left a,
.pagination__list .pgn-left a:hover {
	background: transparent url(/images/left-arr.png) center no-repeat;
	margin-right: 15px;
	margin-left: 10px;
}
.pgn-right a,
.pagination__list .pgn-right a:hover {
	background: transparent url(/images/right-arr.png) center no-repeat;
	margin-left: 15px;
	margin-right: 10px;
}

/* _____ Special _____ */
.special {
	background: #fcfcfc;
	position: relative;
/*	-webkit-box-shadow: 0px 0px 7px rgba(200, 200, 200, 0.35);
	box-shadow: 0px 0px 7px rgba(200, 200, 200, 0.35);*/
}
.spec__fill {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 25px 0;
}
	.special header {
		background: transparent url(/images/spec-ribbon.png) center no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;

		text-align: center;
		padding: 18px 0;
		
		position: static;
		margin: 0 auto 20px;
	}
		.spec__sale {
			font-family: 'Conv_GEORGIAB';
			font-size: 0px;
			color: #e7a549;

			position: absolute;
			top: 50%;
			margin-top: -10px;
			display: none;
		}
			.sale-left {
				left: 10px;
			}
			.sale-right {
				right: 10px;
			}
				.spec__sale i{
					font-size: 14px;
				}
		.special h2 {
			color: #fff;
			background: transparent;
			padding: 0 35px;
		}

.special__list {
	text-align: center;
}
.spec__fill .special__list {
	text-align: left;
}
.special__item {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.special__item .btn__light {
	bottom: auto;
	top: 50%;
	margin-top: -25px;
}
	.special__list li {
		position: relative;
		width: 100%;

		max-height: 250px;
		height: 100%;

		display: block;
		margin: 0 auto;
		overflow: hidden;
	}
		.btn__light {
			color: #271d19;
			line-height: 18px;
			background: rgba(255,255,255,.6);

			max-width: 152px;
			width: 100%;

			position: absolute;
			bottom: 42px;
			left: 0;
			right: 0;
			margin: 0 auto;
			z-index: 10;
			font-size: 15px;
			padding: 6px 12px;
			height: 50px;
		}
			.btn__light:hover {
				background: rgba(255,255,255,.8);
			}
		.spec__mask, .spec__mask:before {
			-webkit-transform: scale(0);
			-ms-transform: scale(0);
			-o-transform: scale(0);
			transform: scale(0);
			-webkit-transition: all .52s ease-in-out;
			-o-transition: all .52s ease-in-out;
			transition: all .52s ease-in-out;
		}
			.btn__light:hover ~ .spec__mask {
				position: absolute;
				display: block;
				
				top: 0px;
				bottom: 0px;
				left: 0px;
				right: 0px;
				border: 5px solid #0e0a08;

				-webkit-transform: scale(1);
				-ms-transform: scale(1);
				-o-transform: scale(1);
				transform: scale(1);
			/*	background: rgba(0,0,0,.4);*/
			}
			.btn__light:hover ~ .spec__mask:before {
				content: '';
				background: rgba(0,0,0,.4);
				position: absolute;
				top: 9px;
				bottom: 9px;
				left: 9px;
				right: 9px;

				-webkit-transform: scale(1);
				-ms-transform: scale(1);
				-o-transform: scale(1);
				transform: scale(1);
			}
/* ____ Footer ____ */
footer {
	background: #271d19;
	position: relative;
}
	footer:after {
		content: '';
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		height: 1px;
		width: 100%;
		background: rgba(173,173,173,.55);
	}
	footer [class*="bit-"]{
		margin-top: 30px;
	}
.col-social {
	max-width: 262px;
	width: 100%;
	float: none;
	margin: 30px auto 18px;
}
.col-foot {
	overflow: hidden;
}
	.foot-top {
		margin-bottom: 134px;
	}
		.footer__menu {
			text-align: center;
			padding-right: 0;
		}
			.footer__menu li {
				margin-bottom: 12px;
			}
				.footer__menu li a{
					color: #fff;
				}
					.footer__menu li a:hover,
					.footer__menu li a:active {
						color: #dcaf6b;
					}
		.footer__contact-list {
			text-align: center;
		}
			.footer__contact-list li {
				margin-bottom: 20px;
			}
				.footer__contact-list li i {
					font-family: 'Conv_GEORGIAI';
					color: #f2d6a6;
				}
				.footer__contact-list li .tel {
					color: #dcaf6b;
				}

	.foot-bottom {
		text-align: left;
		padding: 15px 0 14px;
		border-top: 1px solid rgba(173,173,173,.55);
	}
		.foot-bottom i {
			font: 13px/18px 'Conv_GEORGIAI';
			color: #fff;
		}

/* ____ SEARCH Form ____ */
.search__form {
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	max-width: 195px;
	width: 100%;
	margin: 22px auto 5px;
}
	.search__form input {
		background: #cdc0af;
		border: none;
		color: #3f3f3e;
		font: 14px/16px 'Conv_GEORGIA';
		padding: 8px 33px 9px 8px;

		height: 33px;
		/*max-width: 195px;*/
		max-width: 240px;
		width: 100%;
	}
		.search__form label {
			position: absolute;
			right: 0;
			top: 0;
			bottom: 0;
			display: block;
			width: 33px;
			height: 33px;
			background: #4b413b url(/images/loupe.png) center no-repeat;
		}

/* _____ Side Bar _____ */

.page__sidebar {
	/*max-width: 100%;
	width: 100%;*/
max-width: 280px;
		width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.page-content, .page-content2 {
	overflow: hidden;
}
.banner {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.banner .art__desk {
	top: auto;
	padding: 15px 15px 25px;
}

.btn__more {
	max-width: 100%;
	width: auto;
	height: auto;
	position: static;
}

.price {
	font: 25px/28px 'Conv_GEORGIAZ';
	color: #ffd28e;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}
h3 {
	font: 15px/22px 'Conv_GEORGIAB';
	text-transform: uppercase;
	color: #fff;	
	display: inline-block;
	vertical-align: middle;
	position: relative;
	/*font-weight: bold;*/
}

h4 {
	font: 15px/22px 'Conv_GEORGIAB';
	text-transform: uppercase;
	color: #000;	
	display: inline-block;
	vertical-align: middle;
	position: relative;
	/*font-weight: bold;*/
}
.page__sidebar .special header {
	position: static;
	margin: 0px 0 18px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 7px 0;
}
	.page__sidebar .special h2 {
		font-size: 18px;
		line-height: 20px;
		text-transform: inherit;
	}
.page__sidebar .special li {
	display: block;
	width: 100%;
	/*max-height: 170px;*/
	height: 100%;
}
	.page__sidebar .special li+li {
		margin-left: 0;
	}

		.page__sidebar .special .btn__light {
			top: 50%;
			margin-top: -25px;
			bottom: 0;
			line-height: 18px;
		}
.popular {
	overflow: hidden;
	margin-bottom: 22px;
}
.ital__title {
	font: 20px/30px 'Conv_GEORGIAZ';
	color: #2a211e;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: center;
} 

.popular .art__desk {
	padding: 22% 5px;

	-webkit-transition: all .27s ease-in-out;
	-o-transition: all .27s ease-in-out;
	transition: all .27s ease-in-out;

	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);

	background: rgba(0,0,0,.4);
}
.popular .art:hover .art__desk {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.see {
	font: 16px/22px 'Conv_GEORGIAI';
	color: #fbeacd;
}
.box__art {
	margin-bottom: 18px;
}
.box__art .label {
	font: 16px/30px 'Conv_GEORGIAI';
	color: #2a211e;
} 

.text-section h2 {
	margin: 25px 0;
}
.text-section p {
	text-align: left;
}
.text-section ul {
	text-align: left;
}
.text-section ul li {
	font: 16px/20px 'Conv_GEORGIAI';
	margin-bottom: 20px;
	position: relative;
	display: block;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
}
	.text-section ul li:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 6px;
		height: 6px;
		border-radius: 100%;
		background: #2a211e;
		position: absolute;
		left: 0;
		top: 6px;
	}
.text-section a {
	color: #c8841e;
	font-family: 'Conv_GEORGIAI';
}
.text-section strong{
	font-family: 'Conv_GEORGIAB';
}
.banket__wrap {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.bkt {
	margin-bottom: 40px;
}
.bkt figcaption {
	text-align: left;
	border-bottom: 1px solid #7e7977;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
	.bkt h5 {
		font: 23px/25px 'Conv_GEORGIAB';
    	color: #2a211e;
	}
		.bkt h5+a {
			font-size: 15px;
			line-height: 20px;
			color: #c8841e;
		}
.bkt__list {
	text-align: left;
}
.summ_bold {
	font-weight: bold;
    font-size: 22px;
}
.pers_bold {
	font-weight: bolder;
    font-size: 22px;
}
.bread_crumb {
	    font: 16px/18px 'Conv_GEORGIA';
	text-transform: none;
}
.no_bacgr_need {
	background: inherit !important;
}
	.bkt__list li {
		margin-bottom: 10px;
	}
	.bkt__list li,
	.bkt__list li a{
		font-size: 15px;
		line-height: 22px;
		color: #3f3734;
	}
		.bkt__list li:first-child,
		.bkt__list li:first-child a {
			color: #c8841e;
		}
			.bkt__list li i {
				display: inline-block;
				vertical-align: middle;
				width: 20px;
				height: 17px;
				margin-right: 15px;
				background: transparent url(/images/i-sprite.png) no-repeat;
			}

			.bkt__list .i-pay {				
				background-position: 0px 0px;
			}
			.bkt__list .i-map {				
				background-position: 0px -32px;
			}
			.bkt__list .i-mtr {				
				background-position: 0px -58px;
			}
			.bkt__list .i-prs {				
				background-position: 0px -84px;
			}
.bkt .img__wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
}
.bkt .art__desk {
	padding: 10px;
	top: 12px;
	bottom: 12px;
	left: 12px;
	right: 12px;

	-webkit-transition: all .27s ease-in-out;
	-o-transition: all .27s ease-in-out;
	transition: all .27s ease-in-out;

	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.bkt figure:hover .art__desk {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.bkt .btn__transparent {
	padding: 6px 23px;
	position: absolute;
	left: 50%;
	right: auto;
	bottom: auto;
	top: 50%;
	margin: -18px 0 0 -60px; 
}
.proj-wrap {
	position: relative;

	overflow: hidden;
}
.btn__modal,
.mask {
	display: none;
}
.btn__modal.show,
.callBack__modal.show,
.mask.show {
	display: block;

	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);

	opacity: 1;
}
.mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: -20px;
	background: rgba(28,22,20,.65);
	overflow: hidden;
	overflow-y: scroll;
	z-index: 80;
}
.callBack__modal,
.btn__modal {
	text-align: center;
	position: absolute;
	top: 50%;
	margin: -225px auto 0;
	bottom: 0;
	left: 10%;
	right: 10%;
	width: auto;
	z-index: 80;
}
.btn__modal {
	/*margin: -325px auto 0;*/
	max-width: 750px;
}
.form__row {
	overflow: hidden;
}
.callBack__modal .callBack__form label,
.callBack__modal .callBack__form input,
.callBack__modal .callBack__form textarea,
.callBack__modal .callBack__form .ui-selectmenu-button {
	/*max-width: 230px;*/
	width: 100%;
}
.st__form label {
	font: 13px/16px 'Conv_GEORGIAZ';
	color: #2a211e;
	display: block;
	margin-bottom: 10px;
	text-align: left;
	/*max-width: 230px;*/
	width: 100%;
	margin: 0 auto 10px;
}
.st__form input,
.st__form textarea {
	background: transparent;
	border: 1px solid #2a211e;
	border-radius: 2px;
	display: block;
	margin: 0 auto 15px;
	padding: 8px 9px 9px;
	width: 100%;
	max-width: 100%;
}
.st__form textarea {
	resize: vertical;
}
.st__form .ui-selectmenu-button {
	margin: 0 0 10px;
}
.st__table {
	width: 100%;
	text-align: left;
}
.call__form {
	/*max-width: 420px;*/
	width: 100%;
	margin: 0 auto;
}
.modal__static .st__form label {
	max-width: 100%;
	width: auto;
}
.modal__static .st__form label,
.modal__static .st__form input,
.modal__static .st__form textarea {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 10px;
}

.contact .modal__static .st__form label,
.contact .modal__static .st__form input,
.contact .modal__static .st__form textarea,
.contact .modal__static .st__form .ui-selectmenu-button {
	width: 85% !important;
}

.callBack__modal .ital__title {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 25px;
}
.callBack__modal .callBack__inner {
	padding: 5px;
}
.callBack__modal .callBack__inner .ital__st {
	color: #464646;
	margin-bottom: 25px;
	display: inline-block;
	vertical-align: middle;
	font: 13px/19px 'Conv_GEORGIAI';
}
.callBack__modal .callBack__btn {
	margin: 25px auto 28px;
}

.col-left {
	text-align:center;
}
.col-right {
	text-align: center;
}
/*.filter__bottom .filter__row {
	margin-bottom: 0px;
}*/
/* ____ Filter ____ */

.filter__top {
	padding-top: 25px;
	background: #fcfcfc;
	-webkit-box-shadow: 0px 0px 7px rgba(200, 200, 200, 0.35);
	box-shadow: 0px 0px 7px rgba(200, 200, 200, 0.35);
}
.filter__form .search__form input,
.res__serch {
	background: #3f3734;
	color: #fff;
	text-transform: uppercase;
	padding: 11px 15px 12px 13px;
	width: 100%;

	display: inline-block;
	vertical-align: middle;

	height: 40px;
	position: relative;
	padding-right: 45px;
}
.res__serch:hover {
	color: #fff;
	background: #352F2D;
}
.filter__form .search__form {
	display: inline-block;
	vertical-align: middle;
	margin: 0 9px;
}
.filter__form .search__form label {
	background: #2a211e url(/images/loupe.png) center no-repeat;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.res__serch:after {
	content: '';
	display: block;
	background: #2a211e url(../images/loupe.png) center no-repeat;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	position: absolute;
}
.filter__form .search__form {
	max-width: 285px;
	width: 100%;
}
.filter__reset {
	border: none;
	background: transparent;
	font: 14px/18px 'Conv_GEORGIAI';
	color: #6d5841;
	text-decoration: underline;
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
}
.resSearch {
	text-align: center;
	margin-bottom: 40px;
}
.filter h2 {
	margin-bottom: 30px;
}

.filter__label,
.total__all {
	font: 13px/16px 'Conv_GEORGIAZ';
	/*margin-bottom: 9px;*/
	display: inline-block;
	vertical-align: middle;
}
.filter__label i {
	color: #898786;
}
.total__all{
	color: #c8841e;
	margin-bottom: 0;
}
.check__list {
	width: 100%;
	text-align: left;
}
.check__list .ch-title{
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	vertical-align: middle;	
}
.filetrBox {
	margin-bottom: 15px;
}

.personCount__list li+li,
.select-list li+li {
	margin-left: 5px;
}
.filter__row {
	margin-bottom: 15px;
	text-align: center;
}
.select-list li {
	max-width: 170px;
	width: 100%;
}
.total__search {
	display: inline-block;
	vertical-align: middle;
	width: 72px;
	height: 36px;
	background: #dcaf6b;
	color: #fff !important;
	border: none;
	border-radius: 2px;
	text-align: center;
	font: 20px/24px 'Conv_GEORGIA';
	margin: 0 4px;
}
.filter__bottom {
	padding: 20px 0 25px;
}
.filter__bottom .filter__label {
	margin-bottom: 0;
}
.range__row {
	padding-right: 55px;
}
.range__list {
	position: relative;
	left: 0;
	right: 0;
	top: -2px;
}
.range__list li {
	cursor: pointer;
	font-size: 15px;
	line-height: 30px;
	color: #241e1e;
	position: absolute;
}
.range__list li:last-child {
	right: -40px;
}
.range__list li:first-child {
	left: 0%;
}
.range__list li:nth-of-type(2) {
	left: 9%;
}
.range__list li:nth-of-type(3) {
	left: 20%;
}
.range__list li:nth-of-type(4) {
	left: 31%;
}
.range__list li:nth-of-type(5) {
	left: 42%;
}
.range__list li:nth-of-type(6) {
	left: 53%;
}
.range__list li:nth-of-type(7) {
	left: 64%;
}
.range__list li:nth-of-type(8) {
	left: 75%;
}
.range__list li:nth-of-type(9) {
	left: 86%;
}

/*Radi\CheckBox*/
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-buttonset .ui-button {
	display: block;
	width: 80px;	
}
.ui-buttonset .ui-button,
.ui-selectmenu-button {  
	height: 35px;  
	margin-top: 9px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    line-height: 30px;
    color: #241e1e;
   /* color: #898786;*/
    border: 1px solid #2a211e;
    border-radius: 2px;

    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
}

.ui-buttonset .ui-state-active.ui-button, 
.ui-tabs .ui-tabs-nav li.ui-tabs-active, 
.ui-buttonset .ui-state-active.ui-button,
.ui-buttonset .ui-button:hover {
    background: #3f3734;
    border: 1px solid #3f3734;
    color: #fcdfad;
}

.check__list.ui-buttonset .ui-button,
.check__list.ui-selectmenu-button {  
	height: 11px;  
    text-align: center;
    cursor: pointer;
    font-size: 11px;
    line-height: 12px;
    color: #241e1e;
   /* color: #898786;*/
    border: 1px solid #2a211e;
    border-radius: 2px;

    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
}
.check__list.ui-buttonset .ui-button {
	display: inline-block;
	vertical-align: middle;
	width: 11px;	
	 margin-top: 0;
}

.check__list.ui-buttonset .ui-button:hover {
    background: #3f3734;
    border: 1px solid #3f3734;
    color: #fcdfad;

}

.check__list.ui-buttonset .ui-state-active.ui-button, 
.ui-tabs .ui-tabs-nav li.ui-tabs-active, 
.check__list.ui-buttonset .ui-state-active.ui-button {
	background: #3f3734 url(/images/ch.png) center no-repeat;
	border: 1px solid #3f3734;
	color: #fcdfad;
}
.personCount__list,
.select-list {
	text-align: center;
}
/*Select*/
.ui-selectmenu-button span.ui-icon {
    top: 50%;
    margin-top: -7px;
    right: 10px;
    left: auto;
    position: absolute;
    background: transparent url(/images/arrs.png);
    width: 14px;
    height: 14px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0px 10px;
    display: block;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    line-height: 30px;
}
.ui-selectmenu-button {
    display: inline-block;
    width: 100% !important;
    overflow: hidden;
    outline: none;
    position: relative;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 80;
}
.ui-selectmenu-open {
    display: block;
    padding-top: 5px;

    max-height: 300px;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    /* Support: IE7; */
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-widget-content {
	padding: 3px 12px 0px;    
    color: #fcdfad;
    background: rgba(42,33,30,.9);
    border-radius: 2px;
}
.ui-menu {
    list-style: none;    
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu-item.ui-state-hover, 
.ui-menu .ui-menu-item.ui-state-focus {
    color: #fff;
}

.ui-menu .ui-menu-item {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.4);
    margin: 0;
    cursor: pointer;
    min-height: 0;
    line-height: 32px;
    /* support: IE7; */
}
.ui-menu .ui-menu-item:last-child {
	border-bottom: none;
}

.strok__select .ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0px 10px;
    display: block;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    line-height: 30px;
}
.strok__select .ui-selectmenu-button {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    overflow: hidden;
    outline: none;
    position: relative;
}
.strok__select .ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.strok__select .ui-selectmenu-open {
    display: block;
    padding-top: 5px;
}
.strok__select .ui-selectmenu-menu .ui-menu {
    overflow: auto;
    /* Support: IE7; */
    overflow-x: hidden;
    padding-bottom: 1px;
}
.strok__select .ui-widget-content {
	padding: 3px 12px 0px;    
    color: #fcdfad;
    background: rgba(42,33,30,.9);
    border-radius: 2px;
}
.strok__select .ui-menu {
    list-style: none;    
    margin: 0;
    display: block;
    outline: none;
}
.strok__select .ui-menu .ui-menu-item.ui-state-hover, 
.strok__select .ui-menu .ui-menu-item.ui-state-focus {
    color: #fff;
}

.strok__select .ui-menu .ui-menu-item {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.4);
    margin: 0;
    cursor: pointer;
    min-height: 0;
    line-height: 32px;
    /* support: IE7; */
}
.strok__select .ui-selectmenu-button {  
	height: auto; 
    text-align: center;
    cursor: pointer;
    font: 13px/16px 'Conv_GEORGIAZ';
    color: #c8841e;
   /* color: #898786;*/
    border: none;
    padding-right: 20px;
    margin-top: 0;

    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
}
.strok__select .ui-selectmenu-button:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	background: transparent url(/images/underline.png) center no-repeat;
	width: 100%;
	height: 15px;
	bottom: -5px;
	left: -10px;
	right: 0;
}
/*Slider*/

.ui-slider-horizontal {
    /*width: 280px !important;*/
    margin: 25px 0 0px;
    width: inherit;
    height: 3px;
    background: #fcdfad;
    margin-bottom: 50px;
}
.ui-slider-horizontal:before,
.ui-slider-horizontal:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #fcdfad;
	position: absolute;
	top: -4px;
}
.ui-slider-horizontal:before {
	left: 0;
}
.ui-slider-horizontal:after {
	right: -10px;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background: #2a211e;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    width: 10px;
    height: 10px;
    top: -4px;
    /*margin-left: -.6em;*/
    border-radius: 100%;
    background: #2a211e;
    outline: none;
    cursor: pointer;
}

.ui-slider .ui-slider-handle:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: -1px;
	background: transparent url(/images/arr-t.png) center no-repeat;
	width: 13px;
	height: 6px;
}
.intro .callBack__wrap {
	max-width: 420px;
	width: 100%;
}

.contact .tracery-3 h2 {
	margin-bottom: 0;
}
/*Contact*/
.g__map {
	position: relative;
	margin-bottom: 25px;
}

.g__map .callBack__wrap {
	position: absolute;
	top: 30px;
	right: 0px;
	left: 0;
	z-index: 70;

	max-width: 420px;
	width: 100%;
}
.g__map .callBack__inner {
	text-align: left;
	padding: 30px 30px 0;
}
.back__span {
	display: inline-block;
	vertical-align: middle;
	margin: 0px auto 30px;
	font: 20px/1 'Conv_GEORGIA';
}

.modal__static {
	position: static;
	display: block;
	margin: 30px auto;
}
/*.modal__static .callBack__inner {
	background: transparent;
}*/
.bkt-slider {
	padding: 20px 0px;
}
.bkt-slider .bkt {
	max-width: 360px;
	width: 100%;
	margin: 0 auto 40px;
}
.slick-arrow {	
	border: none;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	font-size: 0;
	z-index: 10;

	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.slick-prev  {
	background: transparent url(/images/sl-l.png) center no-repeat;
	left: 0px;
}
.slick-next  {
	background: transparent url(/images/sl-r.png) center no-repeat;
	right: 0px;
}
.slick-prev:hover  {
	background: transparent url(/images/sl-l-hover.png) center no-repeat;

}
.slick-next:hover  {
	background: transparent url(/images/sl-r-hover.png) center no-repeat;
	
}
.slick-initialized .slick-slide {
	outline: none;
}

.img__list {
	padding: 20px 0;
}
.GAIVER_style_list {
	overflow: hidden;
}

.img__list .img__item {
	margin-bottom: 20px;
	width: 280px;
    height: 170px;
    overflow: hidden;
}
.img__list .img__item:last-child a{
	display: block;
	position: relative;
}
.img__list .img__item:last-child a:before {
	content: '';
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: (0,0,0,.4);
	text-align: center;
	
}
.img__list .img__item .btn__light {
	line-height: 1;
}
.text-section span {
	font-family: 'Conv_GEORGIAB';
}

.img__list .art__desk {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.img__list .img__wrap:hover .art__desk {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.special .wrap {
	position: relative;
}
.page__pp {
	padding-top: 35px;
}
.btn__list {
	margin-bottom: 45px;
}
.btn__s {
	display: block;
	vertical-align: middle;
	height: 40px;
	line-height: 38px;
	background: transparent;
	border-radius: 3px;
	text-align: center;
	padding: 0 20px;
	
	overflow: hidden;
	margin-top: 10px;
	-webkit-transition: all .27s ease-in-out;
	-o-transition: all .27s ease-in-out;
	transition: all .27s ease-in-out;
}
.one__img {
	margin-bottom: 25px;
}
.btn__date {
	border: 1px solid #73b638;
	color: #73b638;
}
	.btn__date:hover {
		background: #73b638;
		color: #fff;
	}
.btn__tel {
	border: 1px solid #bcb9b9;
	color: #959595;
}
	.btn__tel:hover {
		border-color: #98122e;
		color: #98122e;
	}
.btn__all {
	color: #fff;
	border: 1px solid #73b638;
	background: #73b638;
	height: 50px;
	line-height: 48px;
	font-size: 18px;
	margin-bottom: 35px;
}
.btn__all:hover {
	background: #81c73b;
	color: #fff;
}
.btn__send {
	background: #98122e;
	border: 1px solid #98122e;
	color: #fff;
}
.btn__send:hover {
	background: #bb0f33;
	border: 1px solid #bb0f33;
	color: #fff;
}

.footer__contact-list.btn__list li {
	display: block;
	vertical-align: middle;
	width: 100%;
}
.footer__contact-list.btn__list li+li {
	margin-left: 0%;
}
.submit__app .call__form,
.submit__app .callBack__modal {
	max-width: 100%;	    
}
.submit__app .call__form {
	overflow-x: scroll;
}
.submit__app .callBack__modal {
	border-bottom: 1px solid #d8d8d8;
}
.show__form {
	display: none;
}
.prev__btn {
	background: transparent;
	border: none;
	display: block;
	text-align: left;
	width: 100%;
}
.s-table {
	width: 100%;
	margin-bottom: 10px;

	display: none;	
}
.s-table td {
	padding: 3px 2px;
	border: 1px solid #2a211e;
	text-align: left;
	font-size: 11px;
}
.footer__contact-list .black__tel i,
.footer__contact-list .black__tel span {
	color: #2a211e;
}

.callBack__modal .callBack__form  .personCount__list li {
    width: 20%;
}

.ui-datepicker-calendar .ui-state-default {
	color: #fff;
	padding: 7px 10px;
	display: inline-block;
}
.ui-datepicker-calendar .ui-state-default.ui-state-hover {
	color: #fcdfad;
}
.ui-datepicker-calendar thead {
	border-bottom: 1px solid rgba(255,255,255,.4);
}
.ui-datepicker-calendar th span {
	display: inline-block;
	padding: 7px 12px;
}
.ui-datepicker-header {
	overflow: hidden;
}
.ui-datepicker-title {
	text-align: center;
	padding: 7px 2px;
	clear: both;
	font-size: 20px;
	line-height: 24px;
}
.ui-datepicker-prev {
	float: left;
	font-size: 12px;
	cursor: pointer;
}
.ui-datepicker-next {
	float: right;
	font-size: 12px;
	cursor: pointer;
}
.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w {
	color: #FCDFAD;
}
.page-content2 {
	overflow: hidden;
}

#map {
	width: 100% !important;
	height: 450px;
	float: none;
	margin: 0 auto 20px;
}
.ymaps-map {
	max-width: 855px !important;
	width: 100% !important;
	min-height: 450px !important;
}
.g__map .callBack__wrap {
	position: static;
	width: 100%;
	float: none;
}
@media screen and (min-width: 420px) {
	.art h2 {
		padding: 0 60px;
		line-height: 22px;
		font-size: 16px;
	}
	.art h2:after {
		content: '';
		display: block;
		height: 1px;
		margin: 10px auto;
	}
	.art__btn-list li {
		display: inline-block;
		vertical-align: middle;
		margin: 4px 0px;
	}

	.btn__transparent {
		font-size: 11px;
		line-height: 22px;
		padding: 3px 6px;
	}

	.btn__light {
		font-size: 15px;
		line-height: 22px;
		padding: 3px 6px;
	}

	.ribbon {
		display: block;
	}
	.art__btn-list {
		display: block;
	}

	.contact .modal__static .st__form label,
	.contact .modal__static .st__form input,
	.contact .modal__static .st__form textarea,
	.contact .modal__static .st__form .ui-selectmenu-button {
		width: 100% !important;
	}
}
@media screen and (min-width: 520px) {
	.art h2 {
		font-size: 20px;
		/*padding: 0 60px;*/
		line-height: 34px;
	}
	.art h2:after {
		content: '';
		display: block;
		margin: 20px auto;
	}
	.btn__transparent {
		font-size: 15px;
		line-height: 22px;
		padding: 4px 12px;
	}

	.art__desk {
		padding: 44px 30px 0;
	}

	.special__list li {
		width: 49.5%;
		display: inline-block;
		vertical-align: middle;
	}

	.bkt-slider {
	    padding: 20px 30px;
	}

	.submit__app .call__form {
		overflow-x: hidden;
	}

	.s-table {
		display: block;	
	}
	.check__list .ch-title{
		font-size: 12px;
		line-height: 12px;
	}
	.check__list.ui-buttonset .ui-button {
		width: 12px;	
	}
	.check__list.ui-buttonset .ui-button,
	.check__list.ui-selectmenu-button {  
		height: 12px; 
	    font-size: 12px;
	    line-height: 12px;
	}	
	.callBack__inner .tel {
		font-size: 25px;
	}
	
}

@media screen and (min-width: 720px) {

	[class*='bit-'] {
	    float: left;
	}
	/* --------------------------------- grid */
	 .bit-1 { width: 100%;           } 
	 .bit-2 { float: none; margin: auto; }
	 .bit-3 { width: 33.3333333333%; } 
	 .bit-4 { width: 25%;            } 
	 .bit-5 { width: 20%;            }

	 
	/* --------------------------------------- */
	.callBack__inner {
		padding: 44px 55px 58px;
	}

	.col-social {
		float: right;
		margin-left: 40px;
	}
	.footer__menu {
		text-align: left;
		padding-right: 5%;
	}
	.footer__contact-list {
		text-align: left;
	}

	.search__form {
		margin: 22px 0 5px;
	}

	.art__desk {
		padding: 94px 70px 0;
	}

	.art h2 {
		padding: 0px 0px;
	}

	.pagination__list li:nth-of-type(4),
	.pagination__list li:nth-of-type(8) {
		display: inline-block;
	}

	.spec__sale {
		position: static;
		display: inline-block;
		vertical-align: middle;
	}

	.spec__sale i{
		font-size: 24px;
	}

	.special header {
		background: transparent url(/images/spec-ribbon.png) center no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;

		text-align: center;
		padding: 18px 0;
		left: 0;
		right: 0;
		top: -30px;
		    position: absolute;
		    z-index: 10;
		margin: 0 48px 20px;
	}

	.page__sidebar {
		/*max-width: 280px;
		width: 100%;*/

		float: right;
		margin-left: 20px;
	}

	.callBack__modal .callBack__inner {
		padding: 10px;
	}
	.check__list .ch-title{
		font-size: 15px;
		line-height: 16px;
	}
	.check__list.ui-buttonset .ui-button {
		width: 15px;	
	}
	.check__list.ui-buttonset .ui-button,
	.check__list.ui-selectmenu-button {  
		height: 15px; 
	    font-size: 15px;
	    line-height: 15px;
	}

	#map {
		width: 49% !important;
		height: 450px;
		float: left;
	}
	.ymaps-map {
		max-width: 855px !important;
		width: 100% !important;
		min-height: 450px !important;
	}
	.g__map .callBack__wrap {
		position: static;
		width: 50%;
		float: right;
	}

	.page-content { width: 70%; float: left; }
	.page-content2 { width: 100%; float: left; }

	.page__sidebar { width: 28%; margin-left: 0; }
}
@media screen and (min-width: 850px) {
	.sub__header  .logo {
		position: absolute;
		left: 0;
		right: 0;
	}

	.sub__header .callBack__inner {
		max-width: 265px;
		width: 100%;
		padding: 0;
		background: transparent;
		text-align: right;
		float: right;
		margin: 0;
	}
}
@media screen and (min-width: 980px) {
	.bit-2, .bit-22 { width: 49%; float: left; } 
	.bit-2+.bit-2 {
		margin-left: 2%;
	}
	
	.bit-22+.bit-22 {
		margin-left: 2%;
	}

	.filter .bit-2 {
		float: none;
		margin: 15px auto;
		width: 100%;
	}

	.art__desk {
		padding: 4px 70px 0;
	}

	.pagination__list li:nth-of-type(4),
	.pagination__list li:nth-of-type(5),
	.pagination__list li:nth-of-type(6),
	.pagination__list li:nth-of-type(8) {
		display: inline-block;
	}

	.special__list li {
		position: relative;
		width: 20%;
		display: inline-block;
		vertical-align: middle;

		height: auto;
		max-height: 100%;
	}

	.spec__fill .special__list li {
		position: relative;
		width: 49.5%;
		display: inline-block;
		vertical-align: middle;

		height: auto;
		max-height: 100%;
	}

	.special__list li+li {
		margin-left: -5px;
	}

	.spec__fill .special__list li+li {
		margin-left: 0;
	}

	.spec__sale {
		font-size: 20px;
	}

	.special header {
		background: transparent url(/images/spec-ribbon.png) center no-repeat;
		/*-webkit-background-size: cover;
		background-size: cover;*/
	}

	.bit-33 { width: 32%; } 
	.bit-33+.bit-33 {
		margin-left: 2%;
	}

	.s-table td {
		padding: 7px 5px;
		border: 1px solid #2a211e;
		text-align: left;
		font-size: 16px;
	}	

	.footer__contact-list.btn__list li {
		display: inline-block;
		vertical-align: middle;
		width: 28%;
	}
	.footer__contact-list.btn__list li+li {
		margin-left: 2%;
	}

	.callBack__modal,
	.btn__modal {
		text-align: center;
		position: absolute;
		top: 50%;
		margin: -225px auto 0;
		bottom: 0;
		left: 0;
		right: 0;
		max-width: 720px;
		width: 100%;
		z-index: 80;
	}
	.modal__static {
		position: static;
		display: block;
		margin: 30px auto;
	}
	.callBack__modal .callBack__form  .personCount__list li {
	    width: 11%;
	}

	.callBack__modal .callBack__inner {
		padding: 30px;
	}

	.page-content { width: 75%; float: left; }
	.page-content2 { width: 100%; float: left; }

	.page__sidebar { width: 23%; margin-left: 0; }



	.g__map .callBack__wrap {
		position: absolute;
		top: 30px;
		right: 30px;
		left: auto;
		z-index: 70;

		max-width: 420px;
		width: 100%;
	}
	#map {
	    width: 100% !important;
	    height: 450px;
	    float: none;
	    margin: 0;
	}
	.ymaps-map {
		max-width: 100% !important;
		width: 100% !important;
		min-height: 450px !important;
	}
		
}

@media screen and (min-width: 1020px) {
	.main__nav-list li {
		display: inline-block;
		vertical-align: middle;
		padding: 0 10px;
	}
	.main__nav-list {
		display: block;
		border-top: none;
	}

	.nav__btn {
		display: none;
	}

	.main__nav-list li:after {
		content: '';
		display: block;
		width: 4px;
		height: 4px;
		border-radius: 100%;
		top: 50%;
		margin-top: -2px;
		position: absolute;
		right: -2px;
		background: #2a211e;
	}
		.main__nav-list li:last-child:after {
			display: none;
		}

	.art__desk {
		padding: 14px 70px 0;
	}	
	.submit__app .callBack__modal .callBack__inner {
		padding: 30px;
	}


}
@media screen and (min-width: 1160px) {
	.main__nav-list li {
		padding: 0 16px;
	}
	
	.art__desk {
		padding: 44px 70px 0;
	}

	.filter .bit-2 { width: 49%; float: left; } 
	.filter .bit-2+.bit-2 {
		margin-left: 2%;
	}

	.col-left {
		text-align: left;
	}
	.col-right {
		text-align: right;
	}

	.filter__bottom {
		padding: 20px 0 0px;
	}

	.personCount__list, .select-list {
		text-align: left;
	}
	.art__btn-list li {
		display: inline-block;
		vertical-align: middle;
		margin: 5px 3px;
	}	
	.filter__row {
		text-align: left;
	}

	.strok__select {
		text-align: right;
	}

	/*.filter .bit-2 {
		float: none;
		margin: 15px auto;
		width: 50%;
	}*/
}
@media screen and (min-width: 1238px) {
	.bit-33 { max-width: 280px; width: 100%; } 
	.bit-33+.bit-33 {
		margin-left: 20px;
	}
}
@media screen and (min-width: 1260px) {
 	.bit-2 { max-width: 580px;
 		width: 100%;} 

 	.bit-2+.bit-2 {
 		margin-left: 20px;
 	}

 	.art h2 {
 	    padding: 0 80px;
 	    line-height: 34px;
 	}
 	.art__desk {
 		padding: 94px 70px 0;
 	}

 	.main__nav-list li {
 		padding: 0 22px;
 	}

 	.special header {
 		/*background: transparent url(/images/ribon_gaiver2.png) center no-repeat;*/
 		background: url(/images/ribon_gaiver2.png) center no-repeat;
 		/*-webkit-background-size: cover;
 		background-size: cover;*/

 		margin: 0 98px 20px;
 	}
 }

 @media screen and (min-width:320px) and (max-width:485px) {

.pagination__list li a{
	width: 20px !important
}

.pagination__list .pgn-nav a{
	margin: 1px !important;
}


.range__list li:nth-of-type(2), 
.range__list li:nth-of-type(4), 
.range__list li:nth-of-type(6), 
.range__list li:nth-of-type(8),
.range__list li:last-child {
	display: none;
}

.range__list li:nth-of-type(9):after{
	content: '+';
}

}

 @media screen and (min-width:0) and (max-width:319px) {

.pagination__list li a{
	width: 20px !important
}

.pagination__list .pgn-nav a{
	margin: 1px !important;
}


.range__list li:nth-of-type(2), 
.range__list li:nth-of-type(3), 
.range__list li:nth-of-type(4), 
.range__list li:nth-of-type(5), 
.range__list li:nth-of-type(6),
.range__list li:nth-of-type(7),  
.range__list li:nth-of-type(8),
.range__list li:last-child {
	display: none;
}

.range__list li:nth-of-type(9):after{
	content: '+';
}

}

 .ostavit_zayavku, .callBack__wrap-s, .some_one_wrap {
 	max-width: 100%;
 }

 .loading img{
 	max-width: 400px;
    width: 100%;
    display: none;
 }


#footer-search2 {
	cursor: pointer;
}

.animated {
	background-color: red !important;
}

.activity {
	font-size: 130%;
}

.special h2 {
	width: 100%;
    margin: 0 auto;
}

.the_first_screen {
	max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding: 50px;
}
.vk_comments {
	width: 100% !important;
}
.telephone {
	text-align: center;
    padding-top: 5px;
    font-size: 23px;
}
#form_subm2 {
	cursor: pointer;
}
.gaiver_art_image {
	cursor: pointer;
}
.special2 img {
	margin-bottom: 20px;
}
.special2  a.first {
	font: 15px/20px 'Conv_GEORGIAB';
	text-decoration: underline;
    text-transform: uppercase;
    color: #2a211e;
    display: inline-block;
    vertical-align: middle;
     padding: 0 !important; 
    background: #fcfcfc;
    position: relative;
    /* font-weight: bold; */
}
.full_desc {
	width: 250px;
    margin: 0 auto;
	background: rgb(63, 55, 52);
    border: 1px solid rgb(63, 55, 52);
    color: #fff;
    display: block;
    vertical-align: middle;
    height: 40px;
    line-height: 38px;
    border-radius: 3px;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
    margin-top: 10px;
    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
}
.some_but {
	color: #fff !important;
}
.full_desc:hover {
	color: #fff;
}

.selectus{
	color: green !important;
}

.deselectus{
	color: red !important;
}

.bread_crumbs {
	text-align: left;
	margin-bottom: 5px;
}
.bread_crumbs span {
	padding: 0 5px;
}
.mytelrepair {
	margin-bottom: 10px !important;
}
::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}/* Firefox 19+ */
:-moz-placeholder           {color:#000;}/* Firefox 18- */
:-ms-input-placeholder      {color:#000;}
