/*
Theme Name: Individual Theme
Theme URI: http: //romanuke.com
Author: osmak
Author URI: http: //romanuke.com
Version: 1.0
Text Domain: individual
*/
/* default css */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic');
html{
	font-size: 18px;
	color: #000;
	line-height: 1.6;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: Roboto, Tahoma, Helvetica, Arial, Lucida, sans-serif;
	color: #999;
}
body{
	margin: 0;
	background: #111;
	-webkit-overflow-scrolling: touch;
}
iframe{
	-webkit-overflow-scrolling: touch;	
}
a{
	background-color: transparent;
	color: #B59E60;
	text-decoration: none;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}
a:before, a:after, a *{
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}
a:active, a:hover{
	outline: 0;
	text-decoration: none;
}
a:hover,
a:focus{
	color: #fff;
}
.popup a:hover,
.popup a:focus{
	color: #4d0102;
}
a:focus{
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
:focus, :active{
	outline: none;
}
abbr[title]{
	border-bottom: 1px dotted;
}
b, strong{
	font-weight: bold;
}
dfn{
	font-style: italic;
}
mark{
	background: #ff0;
	color: #000;
}
small{
	font-size: 80%;
}
sub, sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup{
	top: -0.5em;
}
sub{
	bottom: -0.25em;
}
img{
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
svg:not(: root){
	overflow: hidden;
}
figure{
	padding: 0;
	margin: 0 0 30px 0;
}
figure img{
	max-width: 100%;
	height: auto;
}
hr{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
pre{
	overflow: auto;
}
code, kbd, pre, samp{
	font-family: monospace, monospace;
	font-size: 1em;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
	word-wrap: break-word;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.1;
	padding: 0 0 10px;
    margin: 0;
}
h1{

}
h2{
	
}
h3{
	
}
h4{
	
}
h5{
	
}
h6{
	
}
p{
	margin: 0;
	padding: 0 0 20px;
}
ul, ol{
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol{
	margin-bottom: 0;
}
dl{
	margin-top: 0;
	margin-bottom: 20px;
}
dt, dd{
	line-height: 1.42857143;
}
dt{
	font-weight: bold;
}
dd{
	margin-left: 0;
}
abbr[title], abbr[data-original-title]{
	cursor: help;
	border-bottom: 1px dotted #777777;
}
blockquote{
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}
blockquote p: last-child, blockquote ul: last-child, blockquote ol: last-child{
 	margin-bottom: 0;
}
code, kbd, pre, samp{
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code{
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd{
	padding: 2px 4px;
	font-size: 90%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd{
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none;
}
pre{
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
pre code{
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
caption{
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}
table{
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
th{
	text-align: left;
}
td, th{
	padding: 0;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td{
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
table > thead > tr > th{
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr: first-child > th, table > colgroup + thead > tr: first-child > th, table > thead: first-child > tr: first-child > th, table > caption + thead > tr: first-child > td, table > colgroup + thead > tr: first-child > td, table > thead: first-child > tr: first-child > td{
	border-top: 0;
}
table > tbody + tbody{
	border-top: 2px solid #dddddd;
}
table table{
	background-color: #ffffff;
}
table col[class*="col-"]{
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"],
table th[class*="col-"]{
	position: static;
	float: none;
	display: table-cell;
}
/* default css */

/* forms css */
input[type='text'], input[type='email'], input[type='tel'], input[type='color'], input[type='date'], input[type='datetime'], input[type='datetime-local'], input[type='number'], input[type='range'], input[type='search'], input[type='time'], input[type='url'], input[type='month'], input[type='week']{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 100%;
	background-color: transparent;
	border: 1px solid #b59e52;
	color: #fff;
	margin: 0;
	border-radius: 0;
	padding: 10px 15px;
	line-height: 1em;
	font-size: 1.0714rem;
	font-weight: 500;
	font-family: inherit;
}
select{
	cursor: pointer;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 100%;
	background-color: transparent;
	border: 1px solid #f98e3c;
	color: #000;
	margin: 0;
	border-radius: 0;
	padding: 1rem;
	line-height: 1em;
    font-size: 1.0714rem;
	font-weight: 500;
	font-family: inherit;
}
select option{
	padding: 1em 0; 
}
textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-color: transparent;
	color: #fff;
	width: 100%;
	height: 126px;
	min-height: 126px;
	vertical-align: top;
	resize: vertical;
	overflow: auto;
	padding: 1rem;
	border: 1px solid #b59e52;
	font-family: inherit;
	line-height: 1em;
    font-size: 1.0714rem;
	font-weight: 500;
}
[type='submit']{
	border: none;
	border-radius: 0;
	display: inline-block;
	cursor: pointer;
	padding: .3em 1em;
	color: #fff;
    background: #b59e52;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.7;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    margin: 0 0 0 15px;
    position: relative;
}
[type='submit']:hover{
	/*padding: .3em 2em .3em .7em;*/
}
[type='submit']:after{
	content: "\f105";
	top: .21875em;
	right: 1rem;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    text-shadow: none;
    font-size: 2rem;
    line-height: 1em;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
[type='submit']:hover:after{
	margin-left: 0;
    opacity: 1;
}
input[type='text']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='color']:focus, input[type='date']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, input[type='number']:focus, input[type='range']:focus, input[type='search']:focus, input[type='time']:focus, input[type='url']:focus, input[type='month']:focus, input[type='week']:focus{
	box-shadow: inset 0 0 0 1px #b59e52;
	outline: none;
}
textarea:focus{
	box-shadow: inset 0 0 0 1px #b59e52;
	outline: none;
}
[type='submit']:focus, [type='submit']:active{
	outline: none;
}
input[type='text']:hover, input[type='email']:hover, input[type='tel']:hover, input[type='color']:hover, input[type='date']:hover, input[type='datetime']:hover, input[type='datetime-local']:hover, input[type='number']:hover, input[type='range']:hover, input[type='search']:hover, input[type='time']:hover, input[type='url']:hover, input[type='month']:hover, input[type='week']:hover{
	outline: none;
}
input[type='text']:active, input[type='email']:active, input[type='tel']:active, input[type='color']:active, input[type='date']:active, input[type='datetime']:active, input[type='datetime-local']:active, input[type='number']:active, input[type='range']:active, input[type='search']:active, input[type='time']:active, input[type='url']:active, input[type='month']:active, input[type='week']:active{
	outline: none;
}
textarea:hover, textarea:active{
	outline: none;
}
[type='submit']:hover{
	outline: none;
}
.wpcf7-form-control-wrap{
	display: block;
}
span.wpcf7-not-valid-tip{
	background: #F44336;
	font-size: 0.75rem;
	font-weight: 500;
	display: block;
	position: absolute;
	bottom: -9px;
	right: 10px;
	color: #fff;
	padding: 2px 5px;
	border-radius: 2px;
}
div.wpcf7-response-output{
	padding: 10px;
	margin: 0;
}
div.wpcf7-response-output{
	padding: 10px;
	margin: 0;
	clear: both;
	border: none;
	color: #fff;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 2px;
	display: block;
	top: 15px;
	position: relative;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	background: #f44336; 
}
div.wpcf7-mail-sent-ok{
	background: #009688; 
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted{
	background: #F44336;
}
div.wpcf7-spam-blocked{
	background: #F44336;
}
/* forms css #end */

/* bootstrap css */
.container{
	margin-right: auto;
	margin-left: auto;
	padding: 0; 
	width: 90%;
}
.container89{
	margin: 0 auto;
	padding: 0;
	width: 89%;
	max-width: 89%;
}
@media(min-width: 768px){
	.container{
	  	width: 90%;
	}
}
@media(min-width: 1052px){
	.container{
	  	width: 90%;
	  	max-width: 1140px;
	}
}

@media(max-width: 991px){
	.container89{
		max-width: 80%;
		width: 80%;
	}
}
.container-fluid{
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
	float: left;
}
.col-xs-12{
	width: 100%;
}
.col-xs-11{
	width: 91.66666667%;
}
.col-xs-10{
	width: 83.33333333%;
}
.col-xs-9{
	width: 75%;
}
.col-xs-8{
	width: 66.66666667%;
}
.col-xs-7{
	width: 58.33333333%;
}
.col-xs-6{
	width: 50%;
}
.col-xs-5{
	width: 41.66666667%;
}
.col-xs-4{
	width: 33.33333333%;
}
.col-xs-3{
	width: 25%;
}
.col-xs-2{
	width: 16.66666667%;
}
.col-xs-1{
	width: 8.33333333%;
}
.col-xs-pull-12{
	right: 100%;
}
.col-xs-pull-11{
	right: 91.66666667%;
}
.col-xs-pull-10{
	right: 83.33333333%;
}
.col-xs-pull-9{
	right: 75%;
}
.col-xs-pull-8{
	right: 66.66666667%;
}
.col-xs-pull-7{
	right: 58.33333333%;
}
.col-xs-pull-6{
	right: 50%;
}
.col-xs-pull-5{
	right: 41.66666667%;
}
.col-xs-pull-4{
	right: 33.33333333%;
}
.col-xs-pull-3{
	right: 25%;
}
.col-xs-pull-2{
	right: 16.66666667%;
}
.col-xs-pull-1{
	right: 8.33333333%;
}
.col-xs-pull-0{
	right: auto;
}
.col-xs-push-12{
	left: 100%;
}
.col-xs-push-11{
	left: 91.66666667%;
}
.col-xs-push-10{
	left: 83.33333333%;
}
.col-xs-push-9{
	left: 75%;
}
.col-xs-push-8{
	left: 66.66666667%;
}
.col-xs-push-7{
	left: 58.33333333%;
}
.col-xs-push-6{
	left: 50%;
}
.col-xs-push-5{
	left: 41.66666667%;
}
.col-xs-push-4{
	left: 33.33333333%;
}
.col-xs-push-3{
	left: 25%;
}
.col-xs-push-2{
	left: 16.66666667%;
}
.col-xs-push-1{
	left: 8.33333333%;
}
.col-xs-push-0{
	left: auto;
}
.col-xs-offset-12{
	margin-left: 100%;
}
.col-xs-offset-11{
	margin-left: 91.66666667%;
}
.col-xs-offset-10{
	margin-left: 83.33333333%;
}
.col-xs-offset-9{
	margin-left: 75%;
}
.col-xs-offset-8{
	  margin-left: 66.66666667%;
}
.col-xs-offset-7{
	margin-left: 58.33333333%;
}
.col-xs-offset-6{
	margin-left: 50%;
}
.col-xs-offset-5{
	margin-left: 41.66666667%;
}
.col-xs-offset-4{
	margin-left: 33.33333333%;
}
.col-xs-offset-3{
	margin-left: 25%;
}
.col-xs-offset-2{
	margin-left: 16.66666667%;
}
.col-xs-offset-1{
	margin-left: 8.33333333%;
}
.col-xs-offset-0{
	margin-left: 0%;
}
@media (min-width: 768px){
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	  float: left;
	}
	.col-sm-12{
	  width: 100%;
	}
	.col-sm-11{
	  width: 91.66666667%;
	}
	.col-sm-10{
	  width: 83.33333333%;
	}
	.col-sm-9{
	  width: 75%;
	}
	.col-sm-8{
	  width: 66.66666667%;
	}
	.col-sm-7{
	  width: 58.33333333%;
	}
	.col-sm-6{
	  width: 50%;
	}
	.col-sm-5{
	  width: 41.66666667%;
	}
	.col-sm-4{
	  width: 33.33333333%;
	}
	.col-sm-3{
	  width: 25%;
	}
	.col-sm-2{
	  width: 16.66666667%;
	}
	.col-sm-1{
	  width: 8.33333333%;
	}
	.col-sm-pull-12{
	  right: 100%;
	}
	.col-sm-pull-11{
	  right: 91.66666667%;
	}
	.col-sm-pull-10{
	  right: 83.33333333%;
	}
	.col-sm-pull-9{
	  right: 75%;
	}
	.col-sm-pull-8{
	  right: 66.66666667%;
	}
	.col-sm-pull-7{
	  right: 58.33333333%;
	}
	.col-sm-pull-6{
	  right: 50%;
	}
	.col-sm-pull-5{
	  right: 41.66666667%;
	}
	.col-sm-pull-4{
	  right: 33.33333333%;
	}
	.col-sm-pull-3{
	  right: 25%;
	}
	.col-sm-pull-2{
	  right: 16.66666667%;
	}
	.col-sm-pull-1{
	  right: 8.33333333%;
	}
	.col-sm-pull-0{
	  right: auto;
	}
	.col-sm-push-12{
	  left: 100%;
	}
	.col-sm-push-11{
	  left: 91.66666667%;
	}
	.col-sm-push-10{
	  left: 83.33333333%;
	}
	.col-sm-push-9{
	  left: 75%;
	}
	.col-sm-push-8{
	  left: 66.66666667%;
	}
	.col-sm-push-7{
	  left: 58.33333333%;
	}
	.col-sm-push-6{
	  left: 50%;
	}
	.col-sm-push-5{
	  left: 41.66666667%;
	}
	.col-sm-push-4{
	  left: 33.33333333%;
	}
	.col-sm-push-3{
	  left: 25%;
	}
	.col-sm-push-2{
	  left: 16.66666667%;
	}
	.col-sm-push-1{
	  left: 8.33333333%;
	}
	.col-sm-push-0{
	  left: auto;
	}
	.col-sm-offset-12{
	  margin-left: 100%;
	}
	.col-sm-offset-11{
	  margin-left: 91.66666667%;
	}
	.col-sm-offset-10{
	  margin-left: 83.33333333%;
	}
	.col-sm-offset-9{
	  margin-left: 75%;
	}
	.col-sm-offset-8{
	  margin-left: 66.66666667%;
	}
	.col-sm-offset-7{
	  margin-left: 58.33333333%;
	}
	.col-sm-offset-6{
	  margin-left: 50%;
	}
	.col-sm-offset-5{
	  margin-left: 41.66666667%;
	}
	.col-sm-offset-4{
	  margin-left: 33.33333333%;
	}
	.col-sm-offset-3{
	  margin-left: 25%;
	}
	.col-sm-offset-2{
	  margin-left: 16.66666667%;
	}
	.col-sm-offset-1{
	  margin-left: 8.33333333%;
	}
	.col-sm-offset-0{
	  margin-left: 0%;
	}
}
@media (min-width: 992px){
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
	  float: left;
	}
	.col-md-12{
	  width: 100%;
	}
	.col-md-11{
	  width: 91.66666667%;
	}
	.col-md-10{
	  width: 83.33333333%;
	}
	.col-md-9{
	  width: 75%;
	}
	.col-md-8{
	  width: 66.66666667%;
	}
	.col-md-7{
	  width: 58.33333333%;
	}
	.col-md-6{
	  width: 50%;
	}
	.col-md-5{
	  width: 41.66666667%;
	}
	.col-md-4{
	  width: 33.33333333%;
	}
	.col-md-3{
	  width: 25%;
	}
	.col-md-2{
	  width: 16.66666667%;
	}
	.col-md-1{
	  width: 8.33333333%;
	}
	.col-md-pull-12{
	  right: 100%;
	}
	.col-md-pull-11{
	  right: 91.66666667%;
	}
	.col-md-pull-10{
	  right: 83.33333333%;
	}
	.col-md-pull-9{
	  right: 75%;
	}
	.col-md-pull-8{
	  right: 66.66666667%;
	}
	.col-md-pull-7{
	  right: 58.33333333%;
	}
	.col-md-pull-6{
	  right: 50%;
	}
	.col-md-pull-5{
	  right: 41.66666667%;
	}
	.col-md-pull-4{
	  right: 33.33333333%;
	}
	.col-md-pull-3{
	  right: 25%;
	}
	.col-md-pull-2{
	  right: 16.66666667%;
	}
	.col-md-pull-1{
	  right: 8.33333333%;
	}
	.col-md-pull-0{
	  right: auto;
	}
	.col-md-push-12{
	  left: 100%;
	}
	.col-md-push-11{
	  left: 91.66666667%;
	}
	.col-md-push-10{
	  left: 83.33333333%;
	}
	.col-md-push-9{
	  left: 75%;
	}
	.col-md-push-8{
	  left: 66.66666667%;
	}
	.col-md-push-7{
	  left: 58.33333333%;
	}
	.col-md-push-6{
	  left: 50%;
	}
	.col-md-push-5{
	  left: 41.66666667%;
	}
	.col-md-push-4{
	  left: 33.33333333%;
	}
	.col-md-push-3{
	  left: 25%;
	}
	.col-md-push-2{
	  left: 16.66666667%;
	}
	.col-md-push-1{
	  left: 8.33333333%;
	}
	.col-md-push-0{
	  left: auto;
	}
	.col-md-offset-12{
	  margin-left: 100%;
	}
	.col-md-offset-11{
	  margin-left: 91.66666667%;
	}
	.col-md-offset-10{
	  margin-left: 83.33333333%;
	}
	.col-md-offset-9{
	  margin-left: 75%;
	}
	.col-md-offset-8{
	  margin-left: 66.66666667%;
	}
	.col-md-offset-7{
	  margin-left: 58.33333333%;
	}
	.col-md-offset-6{
	  margin-left: 50%;
	}
	.col-md-offset-5{
	  margin-left: 41.66666667%;
	}
	.col-md-offset-4{
	  margin-left: 33.33333333%;
	}
	.col-md-offset-3{
	  margin-left: 25%;
	}
	.col-md-offset-2{
	  margin-left: 16.66666667%;
	}
	.col-md-offset-1{
	  margin-left: 8.33333333%;
	}
	.col-md-offset-0{
	  margin-left: 0%;
	}
}
@media (min-width: 1200px){
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
	  float: left;
	}
	.col-lg-12{
	  width: 100%;
	}
	.col-lg-11{
	  width: 91.66666667%;
	}
	.col-lg-10{
	  width: 83.33333333%;
	}
	.col-lg-9{
	  width: 75%;
	}
	.col-lg-8{
	  width: 66.66666667%;
	}
	.col-lg-7{
	  width: 58.33333333%;
	}
	.col-lg-6{
	  width: 50%;
	}
	.col-lg-5{
	  width: 41.66666667%;
	}
	.col-lg-4{
	  width: 33.33333333%;
	}
	.col-lg-3{
	  width: 25%;
	}
	.col-lg-2{
	  width: 16.66666667%;
	}
	.col-lg-1{
	  width: 8.33333333%;
	}
	.col-lg-pull-12{
	  right: 100%;
	}
	.col-lg-pull-11{
	  right: 91.66666667%;
	}
	.col-lg-pull-10{
	  right: 83.33333333%;
	}
	.col-lg-pull-9{
	  right: 75%;
	}
	.col-lg-pull-8{
	  right: 66.66666667%;
	}
	.col-lg-pull-7{
	  right: 58.33333333%;
	}
	.col-lg-pull-6{
	  right: 50%;
	}
	.col-lg-pull-5{
	  right: 41.66666667%;
	}
	.col-lg-pull-4{
	  right: 33.33333333%;
	}
	.col-lg-pull-3{
	  right: 25%;
	}
	.col-lg-pull-2{
	  right: 16.66666667%;
	}
	.col-lg-pull-1{
	  right: 8.33333333%;
	}
	.col-lg-pull-0{
	  right: auto;
	}
	.col-lg-push-12{
	  left: 100%;
	}
	.col-lg-push-11{
	  left: 91.66666667%;
	}
	.col-lg-push-10{
	  left: 83.33333333%;
	}
	.col-lg-push-9{
	  left: 75%;
	}
	.col-lg-push-8{
	  left: 66.66666667%;
	}
	.col-lg-push-7{
	  left: 58.33333333%;
	}
	.col-lg-push-6{
	  left: 50%;
	}
	.col-lg-push-5{
	  left: 41.66666667%;
	}
	.col-lg-push-4{
	  left: 33.33333333%;
	}
	.col-lg-push-3{
	  left: 25%;
	}
	.col-lg-push-2{
	  left: 16.66666667%;
	}
	.col-lg-push-1{
	  left: 8.33333333%;
	}
	.col-lg-push-0{
	  left: auto;
	}
	.col-lg-offset-12{
	  margin-left: 100%;
	}
	.col-lg-offset-11{
	  margin-left: 91.66666667%;
	}
	.col-lg-offset-10{
	  margin-left: 83.33333333%;
	}
	.col-lg-offset-9{
	  margin-left: 75%;
	}
	.col-lg-offset-8{
	  margin-left: 66.66666667%;
	}
	.col-lg-offset-7{
	  margin-left: 58.33333333%;
	}
	.col-lg-offset-6{
	  margin-left: 50%;
	}
	.col-lg-offset-5{
	  margin-left: 41.66666667%;
	}
	.col-lg-offset-4{
	  margin-left: 33.33333333%;
	}
	.col-lg-offset-3{
	  margin-left: 25%;
	}
	.col-lg-offset-2{
	  margin-left: 16.66666667%;
	}
	.col-lg-offset-1{
	  margin-left: 8.33333333%;
	}
	.col-lg-offset-0{
	  margin-left: 0%;
	}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after{
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after{
	clear: both;
}
/* bootstrap css #end */

/* class css */
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.h1{

}
.h2{
	
}
.h3{
	
}
.h4{
	
}
.h5{
	
}
.h6{
	
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.text-justify{
	text-align: justify;
}
.text-nowrap{
	white-space: nowrap;
}
.text-lowercase{
	text-transform: lowercase;
}
.text-uppercase{
	text-transform: uppercase;
}
.text-capitalize{
	text-transform: capitalize;
}
.flex{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.oh{
	overflow: hidden;
}
/* class css #end */

/* header */
#header{
	position: relative;
    z-index: 2;
}
.part-first{
	padding-top: 25px;
	padding-bottom: 25px;
}
.box_logo{
	width: 30%;
}
.box_logo img{
	width: 100%;
}
.box_map .click-open{
	color: #B59E60;
	white-space: pre-line;
	position: relative;
	display: inline-block;
	padding-left: 22px;
	cursor: pointer;
}
.box_map .fa{
	font-size: 1.428rem;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box_time .click-open, .box_mbtime .click-open{
	position: relative;
	display: inline-block;
	padding-left: 28px;
	cursor: pointer;
}
.box_time .st1, .box_time .st2, .box_mbtime .st1{
	display: block;
}
.box_time .st1, .box_mbtime .st1{
	color: #fff;
	font-weight: 500;
}
.box_time .st2{
	font-weight: 500;
	color: #999;
}
.box_time .fa, .box_mbtime .fa{
	color: #B59E60;
	font-size: 1.428rem;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.open-time {
	font-size: 1rem;
	display: inline-block;
	padding: 15px 35px;
	text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 0px 2px #b59e5c;
}
.box_phone .active_but{
	text-transform: uppercase;
    color: #fff;
    padding: 15px 35px;
    background: #a5142f;
    display: inline-block;
    cursor: pointer;
	border-radius: 30px;
	position: relative;
	margin: 0 1em 0 0;
    vertical-align: middle;
    font-size: 1.04em;
}
.box_phone .active_but:hover{
	background: #96132b;
}
.box_phone{
	font-size: 1.15rem;
    line-height: 1.4;
}
.box_phone ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.box_phone ul a{
	color: #fff;
}
.box_phone ul a:hover{
	color: #B59E60;
}
#header .box_menu{
	background-color: #4d0102;
}
#header .box_menu button{
	border: none;
	background-color: #611f20;
	color: #fff;
    padding: 18px 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5;
    float: left;
    width: 40%;
    box-sizing: border-box;
    text-align: left;
    max-width: 165px;
    text-decoration: none;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
#header .box_menu button span{
	margin: 0 0 0 10px;
	display: inline-block;
    width: 22px;
    vertical-align: sub;
    position: relative;
    float: right;   
    margin-top: 2px;
}
#header .box_menu button span:before, #header .box_menu button span:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
#header .box_menu button span:before{
	top: 0;
}
#header .box_menu button span:after{
	bottom: 0;
}
#header .box_menu button span hr{
	border-top-width: 2px;
	border-top-color: #fff;
	margin: 6px 0;
	-webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
#header .box_menu button.open-menu span hr{
	opacity: 0;
}
#header .box_menu button.open-menu span:before{
	top: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
#header .box_menu button.open-menu span:after{
	bottom: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#header .box_menu button:hover{
	box-shadow: 0 0 4px rgba(0,0,0,.15);
}
#header .lngs-mobile{
	padding: 17px 15px 17px 0;
	margin: 0;
	list-style: none;
	float: right;
}
#header .lngs-mobile li{
	display: inline-block;
	padding: 0 0 0 15px;
}
#header .lngs-mobile li a{
	display: block;
}
#header .lngs-mobile img{
	width: auto;
	height: 18px;
	text-decoration: none;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
#header .lngs-mobile li.current-lang a img{
	outline: 3px solid rgba(0,0,0,.2);
}
#header .lngs-mobile li:not(.current-lang) a:hover img{
	box-shadow: 0 0 4px rgba(0,0,0,.55);
}
.lngs-mobile .lang-item span{
	display: none;
}
#header .box_menu .box-mobile:after{
	content: '';
	display: block;
	float: none;
	clear: both;		
}
#header .main-menu{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#header .main-menu > li{
	display: inline-block;
}
#header .main-menu > li.lang-item-ru, #header .lngs-mobile li.lang-item-ru{
	display: none;
}
#header .main-menu > li.current-menu-item{
	box-shadow: 0 0 5px rgba(0,0,0,.5);
    background: rgba(0,0,0,.1);
}
#header .main-menu > li.current-menu-item > a{
	color: #B59E60
}

#header .main-menu > li > a{
	color: #fff;
    padding: 18px 15px;
    text-transform: uppercase;
    display: inline-block;
	font-size: 1.04em;
    font-weight: 500;
    letter-spacing: 1px;
}
#header .main-menu > li > a:hover{
	color: #B59E5C;
}
#header .main-menu .current-lang{
	display: none;
}
#header .main-menu .lang-item img{
	height: 14px;
	width: auto;
	top: -1px;
    position: relative;
}
/* header #end */

/* main page */
.box-slider{
	/*margin-top: -27px;*/
	position: relative;
}
.pr{
	position: relative;
}
.box-slider .pr{
	z-index: 1;
}
.home .slider-container{
 	margin: 0 auto;
}
.button_slider_mobile {
    display: none;
}
.slider-container, .swiper-container{
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 100%;
}
.slider-wrapper, .swiper-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	box-sizing: content-box
}
.slider-slide, .swiper-slide{
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}
.slider .slide{
	overflow: hidden;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
	margin: 0!important;
	padding: 0!important;
}
.home .slide{
	height: 46.84vw;
}
.slider .slide .box-bkg{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.slider .slide .box-info, .above-slider .box-info{
	position: absolute;
	color: #9a9a9a;
	width: 50%;
	max-width: 460px;
	background: rgba(0,0,0,.8);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 50px;
}
.above-slider .box-info{
	z-index: 2;
}
.slider .slide .box-info h1, .slider .slide .box-info h4, .above-slider .box-info h1, .above-slider .box-info h4{
	font-size: 1.7142rem;
	line-height: 1.1;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 20px;
    padding: 0;
    font-weight: 500;
}
.slider .slide .box-info h1 span, .slider .slide .box-info h4 span, .above-slider .box-info h1 span, .above-slider .box-info h4 span{
    color: #B59E5C;
}
.slider .slide:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: auto 100%;
	background-repeat: repeat-x
}
.slider .slide .container{
	height: 100%;
	position: relative
}
.slider .slide h1, .slider .slide .h1{
	font-size: 2.5rem;
	line-height: 1.1;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #fff;
}
.home .slider .decoration:before, .home .slider .decoration:after{
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.home .slider .decoration:before{
	background: rgba(255,255,255,.5);
}
.home .slider .decoration:after{
	height: 70%;
	background: #fff;
}
.home .box-pagination{
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 2;
	text-align: center;
}
.home .box-pagination .container{
	position: relative;
}
.home .swiper-pagination-bullet{
	margin: 0 7px;
}
.swiper-pagination-bullet{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
	border: 1px solid #b59e52;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
	cursor: pointer
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	position: relative
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #b59e5c;
}
.swiper-button-next, .swiper-button-prev{
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 2.5rem;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 5px;
	z-index: 2;
}
.home .swiper-button-next,.home .swiper-button-prev{
	display: none;
}
.swiper-button-next{
	right: 15px;
}
.swiper-button-next:before{
	/*content: 'next';*/
}
.swiper-button-prev{
	left: 15px;
}
.swiper-button-prev:before{
	/*content: 'prev';*/
}
.shortform{
	position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}
.shortform .container{
	position: relative;
}
.box_form.box_form_short{
	position: absolute;
	top: 0;
    z-index: 2;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40%;        
}
.field_inner{
	margin-bottom: 20px;
	position: relative;
}
.field_inner label{
	display: none;
}
.field_inner .error:not(.iti){
	color: #e4352b;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
}
.field_inner.incorrect .error:not(.iti), .errr + .error:not(.iti){
	opacity: 1;
}
.box_form.box_form_short .shadow{
	padding: 30px 50px 50px;
    background: rgba(0,0,0,.6);
    color: #fff;
}
.box_form.box_form_short .h2{
	font-size: 1.7142rem;
    line-height: 1;
    margin: 0 0 15px;
    display: inline-block;
    text-shadow: 2px 2px 3px #000;
}
.box_form_short input[type='text']:focus,
.box_form_short input[type='email']:focus,
.box_form_short input[type='tel']:focus,
.box_form_short input[type='color']:focus,
.box_form_short input[type='date']:focus,
.box_form_short input[type='datetime']:focus,
.box_form_short input[type='datetime-local']:focus,
.box_form_short input[type='number']:focus,
.box_form_short input[type='range']:focus,
.box_form_short input[type='time']:focus,
.box_form_short input[type='url']:focus,
.box_form_short input[type='month']:focus,
.box_form_short input[type='week']:focus,
.box_form_short input[type='text']:active,
.box_form_short input[type='email']:active,
.box_form_short input[type='tel']:active,
.box_form_short input[type='color']:active,
.box_form_short input[type='date']:active,
.box_form_short input[type='datetime']:active,
.box_form_short input[type='datetime-local']:active,
.box_form_short input[type='number']:active,
.box_form_short input[type='range']:active,
.box_form_short input[type='time']:active,
.box_form_short input[type='url']:active,
.box_form_short input[type='month']:active,
.box_form_short input[type='week']:active{
	background: rgba(0,0,0,.2);
	box-shadow: none;
}
.field_inner .box_code{
	width: 30%;
	width: 124px;
	float: left;
}
.field_inner .box_code input{
	border-right: 0;
}
.field_inner .box_phone{
	width: 70%;
	width: calc(100% - 124px);
	float: right;	
}
.field_inner:after{
	display: block;
	content: '';
	float: none;
	clear: both;
}
.box_form_short .field_inner3{
	display: none;
}
.box_form button{
	min-width: 30%;
	border-radius: 3rem;
	text-align: center;
	margin: 5px auto;
	display: block;
	padding: 15px 25px;
    font-size: 1.5rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 1px;
}
.box_form button:hover{
	/*outline: none;*/
	/*padding: 12px 15px;*/
	/*margin: 6px 0 1px;*/
}
.box_form button:active, .box_form button:focus{
	/*outline: none;*/
	/*padding: 12px 15px;*/
	/*margin: 7px 0 0;*/
}
.box_form button:after{
	display: none;
}
.errormessage:before, .successmessage:before{
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 10px 0 0;
}
.errormessage, .successmessage{
	font-weight: 600;
	display: none;
}
.errormessage{
	color: #e4352b;
}
.errormessage:before{
	content: '\f06a';
}
.successmessage{
	color: #549127;
}
.successmessage:before{
	content: '\f058';
}

.block_default{
	padding: 60px 0 0;
}
.block_default h1, .block_default .h1{
	color: #fff;
	padding-bottom: 20px;
    font-weight: 700;
    font-size: 2.35rem;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
}
.title-italic{
	color: #9a9999;
	font-family: 'Roboto Slab', serif;
	font-size: 1.4285rem;
    line-height: 1.1em;
    font-weight: 300;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.box-sep{
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.box-sep:before, .box-sep:after{
	content: '';
	display: block;
	background: #3f3f3f;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
}
.box-sep:before{
	right: 50%;
    margin-right: 30px;
}
.box-sep:after{
	left: 50%;
	margin-left: 30px;
}
.block_gallery{
	padding: 40px 0 10px;
}
.box_gl.gl_col2{
	overflow: hidden;
	margin-top: 40px;
}
.box_gl.gl_col2:after{
	content: '';
	display: block;
	clear: both;
}
.box_gl.gl_col2 .item_inner{
	width: 50%;
	float: left;
	position: relative;
}
.box_gl.gl_col2 .item_inner > a, .box_gl.gl_col2 .item_inner .hvr{
	display: block;
}
.box_gl.gl_col2 .item_inner > a:after, .box_gl.gl_col2 .item_inner .hvr:after{
	content: "";
    border: 5px solid #B59E5C;
    position: absolute;
    width: 96%;
    width: calc(100% - 40px);
    height: 94%;
    height: calc(100% - 40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.box_gl.gl_col2 .item_inner > a:hover:after, .box_gl.gl_col2 .item_inner .hvr:hover:after{
	/*opacity: 1;*/
}
.box_gl.gl_col2 .item_inner:nth-child(2n+1){
	clear: both;
}
.box_gl.gl_col2 .item_inner .bkg{
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
}
.box_gl.gl_col2 .item_inner .bkg .hb{
	z-index: -1;
	opacity: 0;
	width: 100%;
	height: auto;
}
.box_gl.gl_col2 .item_inner .text_inner1{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
	border: 3px solid #292929;
	padding: 3px;
	min-width: 350px;
	opacity: 0;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    z-index: 2;
	display: none;
}
.box_gl.gl_col2 .item_inner a:hover .text_inner1, .box_gl.gl_col2 .item_inner .hvr:hover .text_inner1{
	/*opacity: 1;*/
}
.box_gl.gl_col2 .item_inner .text_inner1 > div{
    background-color: #292929;
    padding: 25px; 
}
.box_gl.gl_col2 .item_inner .st1{
	font-family: 'Roboto Slab', serif;
	font-size: 1.1428rem;
	line-height: 1.1;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #fff;
}
.box_gl.gl_col2 .item_inner .st2{
	display: block;
	color: #9a9a9a;
	line-height: 1.1;
}
.box_gl.gl_col2 .item_inner a:hover .st1, .box_gl.gl_col2 .item_inner a:hover .st2{
	color: #B59E60;
}
.price-list{
	margin-top: 40px;
	margin-bottom: 25px
}
.price-list:after{
	content: '';
	display: block;
	clear: both;
	float: none;
}
.price-list .price_inner{
	width: 33.333333%;
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
	margin-bottom: 15px;
	font-size: 1rem;
}
.price-list .price_inner:nth-child(3n+1){
	padding: 0 10px 0 0;
}
.price-list .price_inner:nth-child(3n){
	padding: 0 0 0 10px;
}
.price-list .price_inner > div{
	border: 5px solid #b59e5c;
}
.price-list .price_inner > div > div{
	margin: 2px;
	text-align: center;
	color: #9a9a9a;
	padding: 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.price_inner h2, .price_inner .h3{
	color: #fff;
}
.price_inner h2{
	font-size: 2.5714rem;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0;
}
.price_inner .h3{
	display: inline-block;
	font-size: 1.7857rem;
	margin-bottom: 5px
}
.price_inner h3{
	font-size: 1.4285rem;
	line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #9a9a9a;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.price_inner .desc{
	white-space: pre-line;
	line-height: 1.5em;
	font-size: 1.03rem;
}
.price_inner .price{
	font-size: 1.1458rem;
    line-height: 1.4em;
    padding: .1em 0;
    text-transform: uppercase;
    color: #fff;
    display: block;
    display: none;
}
.price_inner .price big{
	font-size: 1.7857rem;
	font-weight: 600;
}
.price_inner .price1{
	display: block;
}
.price_inner .item_inner:not(:last-child){
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333
;}

.price_inner:hover h3{
	color: #fff;
}
.price_inner .click-open{
	text-transform: uppercase;
    color: #fff;
    padding: 15px 35px;
    border-radius: 30px;
    background: #a5142f;
    margin: 10px 0 0;
    display: inline-block;
    cursor: pointer;
}
.price_inner .click-open:hover{
	background: #96132b;
}
.box_form_big .h2{
	font-size: 2.1428rem;
	line-height: 1.2;
	color: #fff;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.box_form_big textarea{
	min-height: 157px;
}
/* main page #end */

/* page default */
.block_page{
	padding-top: 40px;
	padding-bottom: 20px;
}
.block_page .box-title h1{
	padding-bottom: 40px;
}
.block_page .box-title h1.nopb{
	padding-bottom: 20px;
}
.bds{
	font-size: 1.1428rem;
	line-height: 1.5em;
}
.bds h1, .bds h2, .bds h3, .bds h4, .bds h5, .bds h6{
	padding: 0 0 20px;
	color: #fff;
}
.bds h1{
	font-size: 3rem;
}
.bds h2{
	font-size: 1.7857rem;
}
.bds h3{
	font-size: 1.3em;
}
.bds h4{
	font-size: 1.2em;
}
.bds h5{
	font-size: 1em;
}
.bds h6{
	font-size: .9em;
}
.bds blockquote{
	border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    border-left: 0;
	padding: 20px 0;
	font-size: 0.7em;
	line-height: 1.35em;
	text-transform: uppercase;
	margin: 0 0 20px; 
}
.bds blockquote p:last-child{
	padding-bottom: 0;
}
.bds ol, .bds ul{
	padding: 0 0 20px 25px;
}
.bds li{
	margin-bottom: 5px;
}
.row_inner:after{
	content: '';
	display: block;
	clear: both;
	float: none;
}
.gallery_item.row_inner{
	margin: 0 -15px 20px;
	letter-spacing: -5px;
	text-align: center;
}
.gallery_item.row_inner.col4{
	margin: 0 -8px 20px;
}
.gallery_item .illustration_inner3_1{
	width: 33.3333333%;
	display: inline-block;
	overflow: hidden;
    padding: 0 15px 30px;
    letter-spacing: 0;
}
.gallery_item .illustration_inner4_1{
	width: 25%;
	display: inline-block;
	overflow: hidden;
    padding: 0 8px 16px;
    letter-spacing: 0;
}
.gallery_item .image-popup{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 0;
    border: 2px solid #B59E5C;
    overflow: hidden;
    background: -webkit-linear-gradient(-45deg, #4d0102 0%,#b59e52 100%);
	background: -moz-linear-gradient(-45deg, #4d0102 0%,#b59e52 100%);
	background: -ms-linear-gradient(-45deg, #4d0102 0%,#b59e52 100%);
	background: -o-linear-gradient(-45deg, #4d0102 0%,#b59e52 100%);
    background: linear-gradient(-45deg, #4d0102 0%,#b59e52 100%);
}
.gallery_item .image-popup > div{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	-moz-transition: opacity .35s, -moz-transform .35s;
	-ms-transition: opacity .35s, -ms-transform .35s;
	-o-transition: opacity .35s, -o-transform .35s;
    transition: opacity .35s, transform .35s;
    opacity: 1;
}
.gallery_item .image-popup:hover > div{
	opacity: .2;
    -webkit-transform: scale3d(2,2,1);
	-moz-transform: scale3d(2,2,1);
	-ms-transform: scale3d(2,2,1);
	-o-transform: scale3d(2,2,1);
    transform: scale3d(2,2,1);
}
.gallery_item .th{
	opacity: 0;
	position: absolute;
}
.gallery_item .hb{
	opacity: 0;
	width: 100%;
	height: auto;
	z-index: -1;
}
.box-thumbnail{
	margin: 20px 0;
}
.box-thumbnail + .block_page{
	padding-top: 30px;
	padding-bottom: 30px;
}
.box-thumbnail + .block_default h1{
	font-size: 2.5em;
	text-align: left;
}
.child-post{
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
	text-align: center;
}
.child-post li{
	padding: 0 15px; 
	display: inline-block;
}
.child-post li:not(:first-child){
	position: relative;
}
.child-post li:not(:first-child):before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #9a9a9a;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -2px 0 0 -2px;
}
.child-post li a{
	font-weight: bold;
	text-transform: uppercase;
}
img.alignleft{
	float: left;
    margin: 30px 30px 30px 0;
}
img.alignright{
	float: left;
    margin: 30px 0 30px 30px;
}
img.aligncenter{
	margin: 30px auto 0;
    display: block;
}
.box_info{
	clear: both;
}
.gallery-slider .bkg{
	margin: 0;
}
.gallery-slider .swiper-pagination{
	text-align: center;
}
.gallery-slider .swiper-pagination-bullet{
	margin: 0 5px; 
}
.gallery-slider .swiper-button-next, .gallery-slider .swiper-button-prev{
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 20px;
	margin-top: -10px;
}
.gallery-slider .swiper-button-next{
	right: 0;
}
.gallery-slider .swiper-button-prev{
	left: 0;
}
.gallery-slider .swiper-button-next .fa, .gallery-slider .swiper-button-prev .fa{
	text-shadow: 0 0 4px rgba(0,0,0,.8);
	color: #b59e52;
}
.gallery-slider .image-popup{
	background: -webkit-linear-gradient(-45deg, #4d0102 0%,#b59e52 100%);
	background: -moz-linear-gradient(-45deg, #4d0102 0%,#b59e52 100%);
	background: -ms-linear-gradient(-45deg, #4d0102 0%,#b59e52 100%);
	background: -o-linear-gradient(-45deg, #4d0102 0%,#b59e52 100%);
    background: linear-gradient(-45deg, #4d0102 0%,#b59e52 100%);
    display: block;
    overflow: hidden;
    margin: 15px 0;
}
.gallery-slider .image-popup .bkg{
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	-moz-transition: opacity .35s, -moz-transform .35s;
	-ms-transition: opacity .35s, -ms-transform .35s;
	-o-transition: opacity .35s, -o-transform .35s;
    transition: opacity .35s, transform .35s;
    position: relative;
}
.gallery-slider .image-popup:hover .bkg{
	opacity: .2;
	-webkit-transform: scale3d(2,2,1);
	-moz-transform: scale3d(2,2,1);
	-ms-transform: scale3d(2,2,1);
	-o-transform: scale3d(2,2,1);
    transform: scale3d(2,2,1);
}
.gallery-slider .swiper-button-next, .gallery-slider .swiper-button-prev{
	display: block;
}
/* page default #end */

/* page 404 */
.error404 h1{
	font-size: 3rem;
}
.error404 .text-center.box-title{
	color: #b59e52;
    font-size: 1.6rem;
}
.error404 .text-center.box-title a{
	text-decoration: underline;
}
/* page 404 #end */ 

/* page contacts */
.box-map{
	/*margin-top: -27px;*/
	overflow: hidden;
	position: relative;
}
.box-map #map-overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
}
.idle #map-overlay{
    display: block;
}
.bigform .box_form_big .h2{
}
.bigform .info-salons{
    padding: 0;
    font-size: .9286rem;
   	line-height: 1.7692em;
}
.bigform .info-salons h3{
	font-size: .9286rem;
    text-transform: uppercase;
    color: #B59E5C;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}
.bigform .info-salons h3 .fa{
	margin: 0 10px 0 0;
}
.bigform .info-salons ul{
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
.bigform{
	margin-top: 20px;
}
.bigform .ft{
	color: #fff;
    font-size: 2.4rem;
    font-family: 'Roboto Slab', serif;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/* page contacts #end */

/* blog */
.list_posts{
	padding: 50px 0 0
}
.list_posts a{
	display: block;
}
.list_posts .item{
	width: 50%;
	float: left;
	margin-bottom: 30px;
}
.list_posts .item{
	padding-right: 15px;
}
.list_posts .item:nth-child(2n){
	padding-left: 15px;
	padding-right: 0;
}
.list_posts .item:nth-child(2n+1){
	clear: both;
}
.list_posts .item:hover .bkg{
	opacity: .7;
}
.bkg{
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
.bkg .thumbnail{
	width: 100%;
	height: auto;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.bkg .hb{
	width: 100%;
	height: auto;
	opacity: 0;
	z-index: -1;
	position: relative;
}
.list_posts .item h2{
	padding: 15px 0;
	color: #fff
}
.list_posts .text_inner1 a:hover h2{
	color: #B59E60;
}
.navigation.pagination{
	text-align: center;
	clear: both;
}
.navigation.pagination h2{
	display: none;
}
.navigation.pagination span, .navigation.pagination a{
	display: inline-block;
	min-width: 38px;
    min-height: 36px;
    line-height: 36px;
    border: 1px solid transparent;
    margin: 0 5px
}
.navigation.pagination span{
	background: #b59e52;
	color: #000;
	border-color: #b59e52;
}
.navigation.pagination a{
	color: #999;
}
.navigation.pagination a:hover{
	border-color: #999;
	color: #999;
}
/* blog #end */
.button_more{
	margin-top: 20px;
	position: relative;
	text-align: center;
}
.button_more:before{
	content: '';
	display: block;
	position: absolute;
	background-color: #3f3f3f;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
}
.button_more span{
	display: inline-block;
	background: #111;
	padding: 0 3em;
	color: #b59e52;
	font-size: .75em;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
.text_more{
	display: none;
}


/* footer */
footer{
	margin-top: 30px;
	background: #222;
	padding: 40px 0 0;
}
footer .main_logo{
	font-size: 3rem;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
}
footer .info-salons{
    padding: 0;
}
footer .item_inner h3, footer .h3{
	color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.45;
    padding: 0;
}
footer .item_inner h3 .fa{
	display: none;
}
footer .item_inner ul{
	padding: 0;
	margin: 0 0 20px;
	list-style: none; 
}
footer .main_logo{
	max-width: 85%;
    margin: 0;
    display: block;
}
footer .footer-menu{
	padding: 0;
	margin: 15px 0 0;
	list-style: none;
}
footer .footer-menu li{
	clear: both;
}
footer .footer-menu a{
	display: block;
	padding: 6px 0 5px;
	text-transform: uppercase;
}
footer .footer-menu a:after{
	content: "\f105";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
}
footer .footer-menu li:not(:last-child) a{
	border-bottom: 1px solid rgba(255,255,255,.1);
}
footer .copy{
	margin-top: 60px;
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-size: 0.8572rem;
}
.links{
	padding: 25px 0 10px;
}
.links a{
	color: #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #b59e5c;
	line-height: 40px;
    font-size: 1.35rem;
    margin: 0 7px 15px;
    opacity: .8;
}
.links a:hover{
	opacity: 1;
}
body:after{
	content: '';
	display: block;
	background-color: rgba(0,0,0,.75);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
body.open-popup-map, body.open-popup-time, , body.open-popup-book{
	overflow: hidden;
}
body.open-popup-map:after, body.open-popup-time:after, body.open-popup-book:after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.col1, .col2{
	width: 50%;
	float: left;
}
.popup{
	position: fixed;
	background-color: #fff;
	color: #777;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) scale(0);
	-moz-transform: translate(-50%,-50%) scale(0);
	-ms-transform: translate(-50%,-50%) scale(0);
	-o-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
	width: 80%;
	max-height: 80%;
	max-width: 700px;
	overflow: hidden;
	-webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    z-index: 10;
    overflow-y: auto;
    visibility: hidden;
}
.open-popup-map #popup-map, .open-popup-time #popup-time, .open-popup-book #popup-book{
	-webkit-transform: translate(-50%,-50%) scale(1);
	-moz-transform: translate(-50%,-50%) scale(1);
	-ms-transform: translate(-50%,-50%) scale(1);
	-o-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
	visibility: visible;
}
.popup .close{
	width: 30px;
	height: 30px;
	position: fixed;
	cursor: pointer;
	right: 0;
	top: 0;
}
.popup .close:before,.popup .close:after{
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background-color: #777;
	position: absolute;
	top: 15px;
	left: 0;
}
.open-popup-book .close:before, .open-popup-book .close:after{
	background-color: #b59e52;
}
.popup .close:before{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.popup .close:after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popup iframe{
	width: 100%;
	height: 100%;
	height: 80vh;
}
.info-salons{
	padding: 30px; 
}
.popup .item_inner:not(:last-child){
	margin-bottom: 30px;
}
.popup ul{
	list-style: none;
	padding: 0;
	margin: 0; 
}
.popup h3{
	color: #888;
	text-transform: uppercase;
	font-size: .9285rem;
	line-height: 1.4;
	font-weight: bold;
}
.popup h3 .fa{
	margin-right: 5px;
}
#popup-time{
	max-width: 300px;
}
#popup-time .title{
	padding: 15px 30px;
    text-transform: uppercase;
    text-align: center;
    background: #B59E5C;
}
#popup-time .title h3{
	font-size: 1.4285rem;
	margin: 0;
	padding: 0; 
	font-weight: 500;
    color: #FFF;
    margin: 0;
}
.popup tr:first-child td{
	border-top: 0;
}
.popup table{
	margin-bottom: 0;
}
.popup td{
	padding: 15px 30px;
	border-top-color: #f7f7f7;
}
.popup td + td{
	text-align: right;
}
#popup-book{
	padding: 45px;
	background: #4d0102;
}
/* footer #end */

@media(min-width: 768px){
	.box_mbtime{
		display: none;
	}
	#header .box_menu .box-mobile{
		display: none;
	}
}

@media(min-width: 768px) and (max-width: 950px){
	#header .main-menu > li > a{
		padding: 15px 10px;
	}
	.price-list{
		text-align: center;
	}
	.price-list .price_inner{
		width: 49.5%;
		margin-bottom: 30px;
		display: inline-block;
		float: none;
	}
	.price-list .price_inner:nth-child(3n+1){
		padding: 0 15px 0 0;
	}
	.price-list .price_inner:nth-child(3n+1) + .price_inner{
		padding: 0 0 0 15px;
	}
	.block_default h1, .block_default .h1{
		font-size: 3rem;
	}
	.field_inner .box_code{
		width: 30%;
	}
	.field_inner .box_phone{
		width: 70%;
	}
}

@media(min-width: 768px) and (max-width: 860px){
	.bigform .col-sm-8, .bigform .col-sm-4{
		width: 50%;
	}
	.bigform .formjs .col-sm-6{
		width: 100%;
	}
	.box_gl.gl_col2 .item_inner .text_inner1{
		min-width: 300px;
	}
}

@media(max-width: 767px){
	.box_phone .active_but {
		font-size: .8em;
		padding: 7px 16px;
	}
	.box_logo{
    	width: 45%;
	}
	.box_map, .box_time{
		display: none;
	}
	.box_phone{
		text-align: right;
	}
	.box_mbtime{
		margin-bottom: 5px;
	}
	.col1, .col2{
		width: 100%;
		float: none;
	}
	.popup iframe{
		height: 60vh;
	}
	.popup .close:before, .popup .close:after{
		height: 2px;
		background-color: #111;
	}
	.open-popup-book .close:before, .open-popup-book .close:after{
		background-color: #b59e52;
	}
	#header .main-menu{
		position: absolute;
		background: #000;
		display: none;
	}
	#header .main-menu > li{
		display: block;
    	text-align: left;
	}
	#header .main-menu > li:not(:first-child){
		border-top: 1px solid #252525
	}
	#header .main-menu > li a{
		width: 100%;
    	padding: 14px 30px;
	}
	#header .main-menu .lang-item{
		display: none;
	}
	#header .box_menu button{
		width: 165px;
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.part-first{
    	padding-top: 20px;
    }
	.slider .slide .box-info{
		width: 80%;
		margin-left: 10%;
	}
	.above-slider .box-info{
		width: 80%;
		margin-left: 5%;
	}
	.slider .slide .box-info h1, .slider .slide .box-info h4, .above-slider .box-info h1, .above-slider .box-info h4{
		font-size: 6.32vw;
	}
	.home .box-pagination{
		bottom: 15px;
	}
	.shortform{
		position: initial;
		top: initial;
	    right: initial;
	    left: initial;
	    background: #360101;
	}
	.box_form.box_form_short{
		position: initial;
    	top: initial;
    	width: 100%;
    	-webkit-transform: translateY(0%);
	    -moz-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	    -o-transform: translateY(0%);
	    transform: translateY(0%);
	}
	.box_form.box_form_short .shadow{
		padding: 30px 0 20px;
    	background: transparent;
	}
	.block_default{
    	padding: 30px 0 0;
	}
	.box_gl.gl_col2 .item_inner{
		width: 100%;
		float: none;
	}
	.box_gl.gl_col2 .item_inner a:after, .box_gl.gl_col2 .item_inner .hvr:after{
		opacity: 1;
	}
	.box_gl.gl_col2 .item_inner .text_inner1{
		opacity: 1;
	}
	.price-list .price_inner{
		width: 90%;
		float: none;
		margin: 0 auto 30px; 
		padding: 0!important;
	}
	.price_inner h2{
		font-size: 8vw;
	}
	.block_page{
    	padding-top: 40px;
    	padding-bottom: 20px;
	}
	.block_default h1, .block_default .h1{
		font-size: 6vw;
		padding-bottom: 20px;
	}
	.title-italic{
		font-size: 4.5vw;
	}
	.box_form_big .h2{
		font-size: 6.7vw;
	}
	.box_gl.gl_col2 .item_inner.image-only{
		display: none;
	}
	.gallery_item .illustration_inner4_1{
		width: 50%;
	}
	.box-map{
		height: 350px;
	}
	.box-map iframe{
		max-height: 100%;
	}
	footer{
    	margin-top: 20px;
    	padding: 30px 0 0;
	}
	footer .main_logo{
		margin-bottom: 30px;
		max-width: 100%;
	}
	footer .info-salons{
		margin-bottom: 30px;
	}
}

@media(min-width: 560px) and (max-width: 650px){
	.home .slide{
    	min-height: 350px;
	}
}

@media(max-width: 559px){
	.home .slide{
    	min-height: 350px;
	}
	.slider .slide .box-info{
    	width: 100%;
    	margin-left: 0%;
	}
	.above-slider .box-info{
    	width: 90%;
    	margin-left: 0%;
		display: none;
	}
	.gallery_item .illustration_inner3_1{
		width: 50%;
		max-width: 400px;
	}
	.button_slider_mobile{
		display: block;
    	position: absolute;
    	top: 25%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
    	left: 50%;
    	margin: 0;
    	z-index: 5;
    	padding: 0;
    	list-style: none;
		width: 100%;
		text-align: center;
	}
	.button_slider_mobile li{
		display: inline-block;
	}
	.button_slider_mobile a{
    	text-align: center;
    	display: inline-block;
    	color: #fff;
    	background-color: #7b1517;
    	padding: .5em 1.5em;
		margin: 0 .5em 1em;
	}
	.button_slider_mobile a:hover{
		background-color: #611f20;
	}
	.button_slider_mobile a big{
		display: block;
		font-weight: 500;
    	font-size: 1.4em;
	}
}

@media(max-width: 500px){
	.list_posts .item{
	    width: 100%;
	    float: none;
	    padding-right: 0;
	}
	.list_posts .item:nth-child(2n){
		padding-left: 0;
	}
	.box-map{
		height: 250px;
	}
	.box-map iframe{
		max-height: 100%;
	}
}

@media(max-width: 400px){
	.box_gl.gl_col2 .item_inner .text_inner1{
		min-width: 80%;
	}
	.gallery_item .illustration_inner3_1{
		width: 100%;
	}
	footer .main_logo{
		/*max-width: 80%;*/
	}
}

@media(max-width: 350px){
	#header .lngs-mobile img{
		height: 15px;
	}
	#header .box_menu button{
		width: 140px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* Magnific Popup CSS */
.mfp-bg{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}
.mfp-wrap{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container{
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before{
  	display: none;
}
.mfp-content{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur{
  	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: -ms-zoom-out;
	cursor: -o-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom{
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: -ms-zoom-in;
	cursor: -o-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content{
  	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure{
  	display: none;
}
.mfp-hide{
  	display: none !important;
}
.mfp-preloader{
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a{
    color: #CCC;
}
.mfp-preloader a:hover{
    color: #FFF;
}
.mfp-s-ready .mfp-preloader{
  	display: none;
}
.mfp-s-error .mfp-content{
  	display: none;
}
button.mfp-close, button.mfp-arrow{
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
button::-moz-focus-inner{
	padding: 0;
	border: 0;
}
.mfp-close{
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 2rem;
}
.mfp-close:hover, .mfp-close:focus{
    opacity: 1;
}
.mfp-close:active{
    top: 1px;
}
.mfp-close-btn-in .mfp-close{
  	color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter{
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: .8rem;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow{
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}
.mfp-arrow:active{
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus{
    opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after{
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before{
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}
.mfp-arrow-left{
  	left: 0;
}
.mfp-arrow-left:after{
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before{
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right{
  	right: 0;
}
.mfp-arrow-right:after{
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before{
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder{
  	padding-top: 40px;
 	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content{
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close{
    top: -40px;
}
.mfp-iframe-scaler{
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img{
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure{
  	line-height: 0;
}
.mfp-figure:after{
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small{
    color: #BDBDBD;
    display: block;
    font-size: .8rem;
    line-height: 14px;
}
.mfp-figure figure{
    margin: 0;
}
.mfp-bottom-bar{
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title{
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content{
  	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure{
  	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
	/**
    * Remove all paddings around the image on small screen
    */
	.mfp-img-mobile .mfp-image-holder{
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img{
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after{
		top: 0;
		bottom: 0;}
	.mfp-img-mobile .mfp-figure small{
		display: inline;
		margin-left: 5px;}
	.mfp-img-mobile .mfp-bottom-bar{
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty{
	  	padding: 0;
	}
	.mfp-img-mobile .mfp-counter{
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close{
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px){
  	.mfp-arrow{
    	-webkit-transform: scale(0.75);
    	-moz-transform: scale(0.75);
    	-ms-transform: scale(0.75);
    	-o-transform: scale(0.75);
    	transform: scale(0.75);
    }
  	.mfp-arrow-left{
    	-webkit-transform-origin: 0;
    	-moz-transform-origin: 0;
    	-ms-transform-origin: 0;
    	-o-transform-origin: 0;
    	transform-origin: 0;
    }
  	.mfp-arrow-right{
    	-webkit-transform-origin: 100%;
    	-moz-transform-origin: 100%;
    	-ms-transform-origin: 100%;
    	-o-transform-origin: 100%;
    	transform-origin: 100%;
    }
  	.mfp-container{
    	padding-left: 6px;
    	padding-right: 6px;
    }
}

.box_form_big{
	max-width: 85%;
	margin-right: auto;
	margin-left: auto;
}

.iti{
  	position: relative;
  	display: inline-block;
  	width: 100%;
}
.iti *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    box-sizing: border-box;
}
.iti__hide{
    display: none;
}
.iti__v-hide{
    visibility: hidden;
}
.iti input, .iti input[type=text], .iti input[type=tel]{
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}
.iti__flag-container{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
  .iti__selected-flag{
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}
  .iti__arrow{
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.iti__arrow--up{
    border-top: none;
    border-bottom: 4px solid #555;
}
.iti__country-list{
	color: #999;
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup{
    bottom: 100%;
    margin-bottom: -1px;
}
@media (max-width: 500px){
    .iti__country-list{
        white-space: normal;
    }
}
.iti__flag-box{
    display: inline-block;
    width: 20px;
}
.iti__divider{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
}
.iti__country{
    padding: 5px 10px;
    outline: none;
}
.iti__dial-code{
    color: #999;
}
.iti__country.iti__highlight{
    background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name, .iti__dial-code{
    vertical-align: middle;
}
.iti__flag-box, .iti__country-name{
    margin-right: 6px;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]{
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container{
    right: auto;
    left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover{
    cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover{
    cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag{
	background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag{
    background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code{
    margin-left: 6px;
}
.iti--container{
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}
.iti--container:hover{
	cursor: pointer;
}
.iti-mobile .iti--container{
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	position: fixed;
}
.iti-mobile .iti__country-list{
	max-height: 100%;
	width: 100%;
}
.iti-mobile .iti__country{
  	padding: 10px 10px;
  	line-height: 1.5em;
}
.iti__flag{
  	width: 20px;
}
.iti__flag.iti__be{
	width: 18px;
}
.iti__flag.iti__ch{
	width: 15px;
}
.iti__flag.iti__mc{
	width: 19px;
}
.iti__flag.iti__ne{
	width: 18px;
}
.iti__flag.iti__np{
	width: 13px;
}
.iti__flag.iti__va{
	width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	.iti__flag{
	  background-size: 5652px 15px;
	}
}
.iti__flag.iti__ac{
	height: 10px;
	background-position: 0px 0px;
}
.iti__flag.iti__ad{
	height: 14px;
	background-position: -22px 0px;
}
.iti__flag.iti__ae{
	height: 10px;
	background-position: -44px 0px;
}
.iti__flag.iti__af{
	height: 14px;
	background-position: -66px 0px;
}
.iti__flag.iti__ag{
	height: 14px;
	background-position: -88px 0px;
}
.iti__flag.iti__ai{
	height: 10px;
	background-position: -110px 0px;
}
.iti__flag.iti__al{
	height: 15px;
	background-position: -132px 0px;
}
.iti__flag.iti__am{
	height: 10px;
	background-position: -154px 0px;
}
.iti__flag.iti__ao{
	height: 14px;
	background-position: -176px 0px;
}
.iti__flag.iti__aq{
	height: 14px;
	background-position: -198px 0px;
}
.iti__flag.iti__ar{
	height: 13px;
	background-position: -220px 0px;
}
.iti__flag.iti__as{
	height: 10px;
	background-position: -242px 0px;
}
.iti__flag.iti__at{
	height: 14px;
	background-position: -264px 0px;
}
.iti__flag.iti__au{
	height: 10px;
	background-position: -286px 0px;
}
.iti__flag.iti__aw{
	height: 14px;
	background-position: -308px 0px;
}
.iti__flag.iti__ax{
	height: 13px;
	background-position: -330px 0px;
}
.iti__flag.iti__az{
	height: 10px;
	background-position: -352px 0px;
}
.iti__flag.iti__ba{
	height: 10px;
	background-position: -374px 0px;
}
.iti__flag.iti__bb{
	height: 14px;
	background-position: -396px 0px;
}
.iti__flag.iti__bd{
	height: 12px;
	background-position: -418px 0px;
}
.iti__flag.iti__be{
	height: 15px;
	background-position: -440px 0px;
}
.iti__flag.iti__bf{
	height: 14px;
	background-position: -460px 0px;
}
.iti__flag.iti__bg{
	height: 12px;
	background-position: -482px 0px;
}
.iti__flag.iti__bh{
	height: 12px;
	background-position: -504px 0px;
}
.iti__flag.iti__bi{
	height: 12px;
	background-position: -526px 0px;
}
.iti__flag.iti__bj{
	height: 14px;
	background-position: -548px 0px;
}
.iti__flag.iti__bl{
	height: 14px;
	background-position: -570px 0px;
}
.iti__flag.iti__bm{
	height: 10px;
	background-position: -592px 0px;
}
.iti__flag.iti__bn{
	height: 10px;
	background-position: -614px 0px;
}
.iti__flag.iti__bo{
	height: 14px;
	background-position: -636px 0px;
}
.iti__flag.iti__bq{
	height: 14px;
	background-position: -658px 0px;
}
.iti__flag.iti__br{
	height: 14px;
	background-position: -680px 0px;
}
.iti__flag.iti__bs{
	height: 10px;
	background-position: -702px 0px;
}
.iti__flag.iti__bt{
	height: 14px;
	background-position: -724px 0px;
}
.iti__flag.iti__bv{
	height: 15px;
	background-position: -746px 0px;
}
.iti__flag.iti__bw{
	height: 14px;
	background-position: -768px 0px;
}
.iti__flag.iti__by{
	height: 10px;
	background-position: -790px 0px;
}
.iti__flag.iti__bz{
	height: 14px;
	background-position: -812px 0px;
}
.iti__flag.iti__ca{
	height: 10px;
	background-position: -834px 0px;
}
.iti__flag.iti__cc{
	height: 10px;
	background-position: -856px 0px;
}
.iti__flag.iti__cd{
	height: 15px;
	background-position: -878px 0px;
}
.iti__flag.iti__cf{
	height: 14px;
	background-position: -900px 0px;
}
.iti__flag.iti__cg{
	height: 14px;
	background-position: -922px 0px;
}
.iti__flag.iti__ch{
	height: 15px;
	background-position: -944px 0px;
}
.iti__flag.iti__ci{
	height: 14px;
	background-position: -961px 0px;
}
.iti__flag.iti__ck{
	height: 10px;
	background-position: -983px 0px;
}
.iti__flag.iti__cl{
	height: 14px;
	background-position: -1005px 0px;
}
.iti__flag.iti__cm{
	height: 14px;
	background-position: -1027px 0px;
}
.iti__flag.iti__cn{
	height: 14px;
	background-position: -1049px 0px;
}
.iti__flag.iti__co{
	height: 14px;
	background-position: -1071px 0px;
}
.iti__flag.iti__cp{
	height: 14px;
	background-position: -1093px 0px;
}
.iti__flag.iti__cr{
	height: 12px;
	background-position: -1115px 0px;
}
.iti__flag.iti__cu{
	height: 10px;
	background-position: -1137px 0px;
}
.iti__flag.iti__cv{
	height: 12px;
	background-position: -1159px 0px;
}
.iti__flag.iti__cw{
	height: 14px;
	background-position: -1181px 0px;
}
.iti__flag.iti__cx{
	height: 10px;
	background-position: -1203px 0px;
}
.iti__flag.iti__cy{
	height: 14px;
	background-position: -1225px 0px;
}
.iti__flag.iti__cz{
	height: 14px;
	background-position: -1247px 0px;
}
.iti__flag.iti__de{
	height: 12px;
	background-position: -1269px 0px;
}
.iti__flag.iti__dg{
	height: 10px;
	background-position: -1291px 0px;
}
.iti__flag.iti__dj{
	height: 14px;
	background-position: -1313px 0px;
}
.iti__flag.iti__dk{
	height: 15px;
	background-position: -1335px 0px;
}
.iti__flag.iti__dm{
	height: 10px;
	background-position: -1357px 0px;
}
.iti__flag.iti__do{
	height: 14px;
	background-position: -1379px 0px;
}
.iti__flag.iti__dz{
	height: 14px;
	background-position: -1401px 0px;
}
.iti__flag.iti__ea{
	height: 14px;
	background-position: -1423px 0px;
}
.iti__flag.iti__ec{
	height: 14px;
	background-position: -1445px 0px;
}
.iti__flag.iti__ee{
	height: 13px;
	background-position: -1467px 0px;
}
.iti__flag.iti__eg{
	height: 14px;
	background-position: -1489px 0px;
}
.iti__flag.iti__eh{
	height: 10px;
	background-position: -1511px 0px;
}
.iti__flag.iti__er{
	height: 10px;
	background-position: -1533px 0px;
}
.iti__flag.iti__es{
	height: 14px;
	background-position: -1555px 0px;
}
.iti__flag.iti__et{
	height: 10px;
	background-position: -1577px 0px;
}
.iti__flag.iti__eu{
	height: 14px;
	background-position: -1599px 0px;
}
.iti__flag.iti__fi{
	height: 12px;
	background-position: -1621px 0px;
}
.iti__flag.iti__fj{
	height: 10px;
	background-position: -1643px 0px;
}
.iti__flag.iti__fk{
	height: 10px;
	background-position: -1665px 0px;
}
.iti__flag.iti__fm{
	height: 11px;
	background-position: -1687px 0px;
}
.iti__flag.iti__fo{
	height: 15px;
	background-position: -1709px 0px;
}
.iti__flag.iti__fr{
	height: 14px;
	background-position: -1731px 0px;
}
.iti__flag.iti__ga{
	height: 15px;
	background-position: -1753px 0px;
}
.iti__flag.iti__gb{
	height: 10px;
	background-position: -1775px 0px;
}
.iti__flag.iti__gd{
	height: 12px;
	background-position: -1797px 0px;
}
.iti__flag.iti__ge{
	height: 14px;
	background-position: -1819px 0px;
}
.iti__flag.iti__gf{
	height: 14px;
	background-position: -1841px 0px;
}
.iti__flag.iti__gg{
	height: 14px;
	background-position: -1863px 0px;
}
.iti__flag.iti__gh{
	height: 14px;
	background-position: -1885px 0px;
}
.iti__flag.iti__gi{
	height: 10px;
	background-position: -1907px 0px;
}
.iti__flag.iti__gl{
	height: 14px;
	background-position: -1929px 0px;
}
.iti__flag.iti__gm{
	height: 14px;
	background-position: -1951px 0px;
}
.iti__flag.iti__gn{
	height: 14px;
	background-position: -1973px 0px;
}
.iti__flag.iti__gp{
	height: 14px;
	background-position: -1995px 0px;
}
.iti__flag.iti__gq{
	height: 14px;
	background-position: -2017px 0px;
}
.iti__flag.iti__gr{
	height: 14px;
	background-position: -2039px 0px;
}
.iti__flag.iti__gs{
	height: 10px;
	background-position: -2061px 0px;
}
.iti__flag.iti__gt{
	height: 13px;
	background-position: -2083px 0px;
}
.iti__flag.iti__gu{
	height: 11px;
	background-position: -2105px 0px;
}
.iti__flag.iti__gw{
	height: 10px;
	background-position: -2127px 0px;
}
.iti__flag.iti__gy{
	height: 12px;
	background-position: -2149px 0px;
}
.iti__flag.iti__hk{
	height: 14px;
	background-position: -2171px 0px;
}
.iti__flag.iti__hm{
	height: 10px;
	background-position: -2193px 0px;
}
.iti__flag.iti__hn{
	height: 10px;
	background-position: -2215px 0px;
}
.iti__flag.iti__hr{
	height: 10px;
	background-position: -2237px 0px;
}
.iti__flag.iti__ht{
	height: 12px;
	background-position: -2259px 0px;
}
.iti__flag.iti__hu{
	height: 10px;
	background-position: -2281px 0px;
}
.iti__flag.iti__ic{
	height: 14px;
	background-position: -2303px 0px;
}
.iti__flag.iti__id{
	height: 14px;
	background-position: -2325px 0px;
}
.iti__flag.iti__ie{
	height: 10px;
	background-position: -2347px 0px;
}
.iti__flag.iti__il{
	height: 15px;
	background-position: -2369px 0px;
}
.iti__flag.iti__im{
	height: 10px;
	background-position: -2391px 0px;
}
.iti__flag.iti__in{
	height: 14px;
	background-position: -2413px 0px;
}
.iti__flag.iti__io{
	height: 10px;
	background-position: -2435px 0px;
}
.iti__flag.iti__iq{
	height: 14px;
	background-position: -2457px 0px;
}
.iti__flag.iti__ir{
	height: 12px;
	background-position: -2479px 0px;
}
.iti__flag.iti__is{
	height: 15px;
	background-position: -2501px 0px;
}
.iti__flag.iti__it{
	height: 14px;
	background-position: -2523px 0px;
}
.iti__flag.iti__je{
	height: 12px;
	background-position: -2545px 0px;
}
.iti__flag.iti__jm{
	height: 10px;
	background-position: -2567px 0px;
}
.iti__flag.iti__jo{
	height: 10px;
	background-position: -2589px 0px;
}
.iti__flag.iti__jp{
	height: 14px;
	background-position: -2611px 0px;
}
.iti__flag.iti__ke{
	height: 14px;
	background-position: -2633px 0px;
}
.iti__flag.iti__kg{
	height: 12px;
	background-position: -2655px 0px;
}
.iti__flag.iti__kh{
	height: 13px;
	background-position: -2677px 0px;
}
.iti__flag.iti__ki{
	height: 10px;
	background-position: -2699px 0px;
}
.iti__flag.iti__km{
	height: 12px;
	background-position: -2721px 0px;
}
.iti__flag.iti__kn{
	height: 14px;
	background-position: -2743px 0px;
}
.iti__flag.iti__kp{
	height: 10px;
	background-position: -2765px 0px;
}
.iti__flag.iti__kr{
	height: 14px;
	background-position: -2787px 0px;
}
.iti__flag.iti__kw{
	height: 10px;
	background-position: -2809px 0px;
}
.iti__flag.iti__ky{
	height: 10px;
	background-position: -2831px 0px;
}
.iti__flag.iti__kz{
	height: 10px;
	background-position: -2853px 0px;
}
.iti__flag.iti__la{
	height: 14px;
	background-position: -2875px 0px;
}
.iti__flag.iti__lb{
	height: 14px;
	background-position: -2897px 0px;
}
.iti__flag.iti__lc{
	height: 10px;
	background-position: -2919px 0px;
}
.iti__flag.iti__li{
	height: 12px;
	background-position: -2941px 0px;
}
.iti__flag.iti__lk{
	height: 10px;
	background-position: -2963px 0px;
}
.iti__flag.iti__lr{
	height: 11px;
	background-position: -2985px 0px;
}
.iti__flag.iti__ls{
	height: 14px;
	background-position: -3007px 0px;
}
.iti__flag.iti__lt{
	height: 12px;
	background-position: -3029px 0px;
}
.iti__flag.iti__lu{
	height: 12px;
	background-position: -3051px 0px;
}
.iti__flag.iti__lv{
	height: 10px;
	background-position: -3073px 0px;
}
.iti__flag.iti__ly{
	height: 10px;
	background-position: -3095px 0px;
}
.iti__flag.iti__ma{
	height: 14px;
	background-position: -3117px 0px;
}
.iti__flag.iti__mc{
	height: 15px;
	background-position: -3139px 0px;
}
.iti__flag.iti__md{
	height: 10px;
	background-position: -3160px 0px;
}
.iti__flag.iti__me{
	height: 10px;
	background-position: -3182px 0px;
}
.iti__flag.iti__mf{
	height: 14px;
	background-position: -3204px 0px;
}
.iti__flag.iti__mg{
	height: 14px;
	background-position: -3226px 0px;
}
.iti__flag.iti__mh{
	height: 11px;
	background-position: -3248px 0px;
}
.iti__flag.iti__mk{
	height: 10px;
	background-position: -3270px 0px;
}
.iti__flag.iti__ml{
	height: 14px;
	background-position: -3292px 0px;
}
.iti__flag.iti__mm{
	height: 14px;
	background-position: -3314px 0px;
}
.iti__flag.iti__mn{
	height: 10px;
	background-position: -3336px 0px;
}
.iti__flag.iti__mo{
	height: 14px;
	background-position: -3358px 0px;
}
.iti__flag.iti__mp{
	height: 10px;
	background-position: -3380px 0px;
}
.iti__flag.iti__mq{
	height: 14px;
	background-position: -3402px 0px;
}
.iti__flag.iti__mr{
	height: 14px;
	background-position: -3424px 0px;
}
.iti__flag.iti__ms{
	height: 10px;
	background-position: -3446px 0px;
}
.iti__flag.iti__mt{
	height: 14px;
	background-position: -3468px 0px;
}
.iti__flag.iti__mu{
	height: 14px;
	background-position: -3490px 0px;
}
.iti__flag.iti__mv{
	height: 14px;
	background-position: -3512px 0px;
}
.iti__flag.iti__mw{
	height: 14px;
	background-position: -3534px 0px;
}
.iti__flag.iti__mx{
	height: 12px;
	background-position: -3556px 0px;
}
.iti__flag.iti__my{
	height: 10px;
	background-position: -3578px 0px;
}
.iti__flag.iti__mz{
	height: 14px;
	background-position: -3600px 0px;
}
.iti__flag.iti__na{
	height: 14px;
	background-position: -3622px 0px;
}
.iti__flag.iti__nc{
	height: 10px;
	background-position: -3644px 0px;
}
.iti__flag.iti__ne{
	height: 15px;
	background-position: -3666px 0px;
}
.iti__flag.iti__nf{
	height: 10px;
	background-position: -3686px 0px;
}
.iti__flag.iti__ng{
	height: 10px;
	background-position: -3708px 0px;
}
.iti__flag.iti__ni{
	height: 12px;
	background-position: -3730px 0px;
}
.iti__flag.iti__nl{
	height: 14px;
	background-position: -3752px 0px;
}
.iti__flag.iti__no{
	height: 15px;
	background-position: -3774px 0px;
}
.iti__flag.iti__np{
	height: 15px;
	background-position: -3796px 0px;
}
.iti__flag.iti__nr{
	height: 10px;
	background-position: -3811px 0px;
}
.iti__flag.iti__nu{
	height: 10px;
	background-position: -3833px 0px;
}
.iti__flag.iti__nz{
	height: 10px;
	background-position: -3855px 0px;
}
.iti__flag.iti__om{
	height: 10px;
	background-position: -3877px 0px;
}
.iti__flag.iti__pa{
	height: 14px;
	background-position: -3899px 0px;
}
.iti__flag.iti__pe{
	height: 14px;
	background-position: -3921px 0px;
}
.iti__flag.iti__pf{
	height: 14px;
	background-position: -3943px 0px;
}
.iti__flag.iti__pg{
	height: 15px;
	background-position: -3965px 0px;
}
.iti__flag.iti__ph{
	height: 10px;
	background-position: -3987px 0px;
}
.iti__flag.iti__pk{
	height: 14px;
	background-position: -4009px 0px;
}
.iti__flag.iti__pl{
	height: 13px;
	background-position: -4031px 0px;
}
.iti__flag.iti__pm{
	height: 14px;
	background-position: -4053px 0px;
}
.iti__flag.iti__pn{
	height: 10px;
	background-position: -4075px 0px;
}
.iti__flag.iti__pr{
	height: 14px;
	background-position: -4097px 0px;
}
.iti__flag.iti__ps{
	height: 10px;
	background-position: -4119px 0px;
}
.iti__flag.iti__pt{
	height: 14px;
	background-position: -4141px 0px;
}
.iti__flag.iti__pw{
	height: 13px;
	background-position: -4163px 0px;
}
.iti__flag.iti__py{
	height: 11px;
	background-position: -4185px 0px;
}
.iti__flag.iti__qa{
	height: 8px;
	background-position: -4207px 0px;
}
.iti__flag.iti__re{
	height: 14px;
	background-position: -4229px 0px;
}
.iti__flag.iti__ro{
	height: 14px;
	background-position: -4251px 0px;
}
.iti__flag.iti__rs{
	height: 14px;
	background-position: -4273px 0px;
}
.iti__flag.iti__ru{
	height: 14px;
	background-position: -4295px 0px;
}
.iti__flag.iti__rw{
	height: 14px;
	background-position: -4317px 0px;
}
.iti__flag.iti__sa{
	height: 14px;
	background-position: -4339px 0px;
}
.iti__flag.iti__sb{
	height: 10px;
	background-position: -4361px 0px;
}
.iti__flag.iti__sc{
	height: 10px;
	background-position: -4383px 0px;
}
.iti__flag.iti__sd{
	height: 10px;
	background-position: -4405px 0px;
}
.iti__flag.iti__se{
	height: 13px;
	background-position: -4427px 0px;
}
.iti__flag.iti__sg{
	height: 14px;
	background-position: -4449px 0px;
}
.iti__flag.iti__sh{
	height: 10px;
	background-position: -4471px 0px;
}
.iti__flag.iti__si{
	height: 10px;
	background-position: -4493px 0px;
}
.iti__flag.iti__sj{
	height: 15px;
	background-position: -4515px 0px;
}
.iti__flag.iti__sk{
	height: 14px;
	background-position: -4537px 0px;
}
.iti__flag.iti__sl{
	height: 14px;
	background-position: -4559px 0px;
}
.iti__flag.iti__sm{
	height: 15px;
	background-position: -4581px 0px;
}
.iti__flag.iti__sn{
	height: 14px;
	background-position: -4603px 0px;
}
.iti__flag.iti__so{
	height: 14px;
	background-position: -4625px 0px;
}
.iti__flag.iti__sr{
	height: 14px;
	background-position: -4647px 0px;
}
.iti__flag.iti__ss{
	height: 10px;
	background-position: -4669px 0px;
}
.iti__flag.iti__st{
	height: 10px;
	background-position: -4691px 0px;
}
.iti__flag.iti__sv{
	height: 12px;
	background-position: -4713px 0px;
}
.iti__flag.iti__sx{
	height: 14px;
	background-position: -4735px 0px;
}
.iti__flag.iti__sy{
	height: 14px;
	background-position: -4757px 0px;
}
.iti__flag.iti__sz{
	height: 14px;
	background-position: -4779px 0px;
}
.iti__flag.iti__ta{
	height: 10px;
	background-position: -4801px 0px;
}
.iti__flag.iti__tc{
	height: 10px;
	background-position: -4823px 0px;
}
.iti__flag.iti__td{
	height: 14px;
	background-position: -4845px 0px;
}
.iti__flag.iti__tf{
	height: 14px;
	background-position: -4867px 0px;
}
.iti__flag.iti__tg{
	height: 13px;
	background-position: -4889px 0px;
}
.iti__flag.iti__th{
	height: 14px;
	background-position: -4911px 0px;
}
.iti__flag.iti__tj{
	height: 10px;
	background-position: -4933px 0px;
}
.iti__flag.iti__tk{
	height: 10px;
	background-position: -4955px 0px;
}
.iti__flag.iti__tl{
	height: 10px;
	background-position: -4977px 0px;
}
.iti__flag.iti__tm{
	height: 14px;
	background-position: -4999px 0px;
}
.iti__flag.iti__tn{
	height: 14px;
	background-position: -5021px 0px;
}
.iti__flag.iti__to{
	height: 10px;
	background-position: -5043px 0px;
}
.iti__flag.iti__tr{
	height: 14px;
	background-position: -5065px 0px;
}
.iti__flag.iti__tt{
	height: 12px;
	background-position: -5087px 0px;
}
.iti__flag.iti__tv{
	height: 10px;
	background-position: -5109px 0px;
}
.iti__flag.iti__tw{
	height: 14px;
	background-position: -5131px 0px;
}
.iti__flag.iti__tz{
	height: 14px;
	background-position: -5153px 0px;
}
.iti__flag.iti__ua{
	height: 14px;
	background-position: -5175px 0px;
}
.iti__flag.iti__ug{
	height: 14px;
	background-position: -5197px 0px;
}
.iti__flag.iti__um{
	height: 11px;
	background-position: -5219px 0px;
}
.iti__flag.iti__un{
	height: 14px;
	background-position: -5241px 0px;
}
.iti__flag.iti__us{
	height: 11px;
	background-position: -5263px 0px;
}
.iti__flag.iti__uy{
	height: 14px;
	background-position: -5285px 0px;
}
.iti__flag.iti__uz{
	height: 10px;
	background-position: -5307px 0px;
}
.iti__flag.iti__va{
	height: 15px;
	background-position: -5329px 0px;
}
.iti__flag.iti__vc{
	height: 14px;
	background-position: -5346px 0px;
}
.iti__flag.iti__ve{
	height: 14px;
	background-position: -5368px 0px;
}
.iti__flag.iti__vg{
	height: 10px;
	background-position: -5390px 0px;
}
.iti__flag.iti__vi{
	height: 14px;
	background-position: -5412px 0px;
}
.iti__flag.iti__vn{
	height: 14px;
	background-position: -5434px 0px;
}
.iti__flag.iti__vu{
	height: 12px;
	background-position: -5456px 0px;
}
.iti__flag.iti__wf{
	height: 14px;
	background-position: -5478px 0px;
}
.iti__flag.iti__ws{
	height: 10px;
	background-position: -5500px 0px;
}
.iti__flag.iti__xk{
	height: 15px;
	background-position: -5522px 0px;
}
.iti__flag.iti__ye{
	height: 14px;
	background-position: -5544px 0px;
}
.iti__flag.iti__yt{
	height: 14px;
	background-position: -5566px 0px;
}
.iti__flag.iti__za{
	height: 14px;
	background-position: -5588px 0px;
}
.iti__flag.iti__zm{
	height: 14px;
	background-position: -5610px 0px;
}
.iti__flag.iti__zw{
	height: 10px;
	background-position: -5632px 0px;
}
.iti__flag{
	height: 15px;
	box-shadow: 0px 0px 1px 0px #888;
	background-image: url("imgs/flags.png");
	background-repeat: no-repeat;
	background-color: #DBDBDB;
	background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
    .iti__flag{
      	background-image: url("imgs/flags@2x.png");
	}
}
.iti__flag.iti__np{
  	background-color: transparent;
}
._3c_-y{
	display: none;
}