html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}

/* font-family: "LatoRegular"; */
@font-face {
    font-family: "LatoRegular";
    src: url("../../../fonts/lato/LatoRegular/LatoRegular.eot");
    src: url("../../../fonts/lato/LatoRegular/LatoRegular.eot?#iefix")format("embedded-opentype"),
    url("../../../fonts/lato/LatoRegular/LatoRegular.woff") format("woff"),
    url("../../../fonts/lato/LatoRegular/LatoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoBold"; */
@font-face {
    font-family: "LatoBold";
    src: url("../../../fonts/lato/LatoBold/LatoBold.eot");
    src: url("../../../fonts/lato/LatoBold/LatoBold.eot?#iefix")format("embedded-opentype"),
    url("../../../fonts/lato/LatoBold/LatoBold.woff") format("woff"),
    url("../../../fonts/lato/LatoBold/LatoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoItalic"; */
@font-face {
    font-family: "LatoItalic";
    src: url("../../../fonts/lato/LatoItalic/LatoItalic.eot");
    src: url("../../../fonts/lato/LatoItalic/LatoItalic.eot?#iefix")format("embedded-opentype"),
    url("../../../fonts/lato/LatoItalic/LatoItalic.woff") format("woff"),
    url("../../../fonts/lato/LatoItalic/LatoItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoLight"; */
@font-face {
    font-family: "LatoLight";
    src: url("../../../fonts/lato/LatoLight/LatoLight.eot");
    src: url("../../../fonts/lato/LatoLight/LatoLight.eot?#iefix")format("embedded-opentype"),
    url("../../../fonts/lato/LatoLight/LatoLight.woff") format("woff"),
    url("../../../fonts/lato/LatoLight/LatoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoBoldItalic"; */
@font-face {
    font-family: "LatoBoldItalic";
    src: url("../../../fonts/lato/LatoBoldItalic/LatoBoldItalic.eot");
    src: url("../../../fonts/lato/LatoBoldItalic/LatoBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../../../fonts/lato/LatoBoldItalic/LatoBoldItalic.woff") format("woff"),
    url("../../../fonts/lato/LatoBoldItalic/LatoBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoLightItalic"; */
@font-face {
    font-family: "LatoLightItalic";
    src: url("../../../fonts/lato/LatoLightItalic/LatoLightItalic.eot");
    src: url("../../../fonts/lato/LatoLightItalic/LatoLightItalic.eot?#iefix")format("embedded-opentype"),
    url("../../../fonts/lato/LatoLightItalic/LatoLightItalic.woff") format("woff"),
    url("../../../fonts/lato/LatoLightItalic/LatoLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}



/* @group Общий стиль */
html,
body {
	width: 100%;
	/*height: 100%;*/
}
body{
	background:#fff;
	font: 15px 'LatoLight', Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
}
#tinymce{
	background:#fff;
}
#tinymce ul,
#tinymce ol{
	padding:0 0 7px 20px;
}
a{
	text-decoration: none;
	transition: .3s;
}

.grey_bg{
	background: #ECECEC;
}
.full_width{
	width: 100%;
}
.main_width{
	clear: both;
	width: calc(100% - 40px);
	max-width: 1300px;
	padding: 80px 0 0;
	margin: 0 auto;
}
.content_width{
	padding: 15px 25px;
}
.page_block{
	position: relative;
}

.title_1{
	border-left: #BB966F 5px solid;
	font-size: 28px;
	font-family: "LatoBold";
	line-height: 1;
	padding: 15px 0 12px 13px;
	margin: 0 0 15px;
}
.title_1 a{
	color: #000;
}
.title_1 a:hover{
	color: #333f52;
}


.header{
	background: rgba(255,255,255,.9);
	border-bottom: #BB966F 1px solid;
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	z-index: 10;
}
.header > .wrapper{
	float: left;
	width: calc(100% - 60px);
	margin: 10px 30px;
}
.header .logo{
	display: block;
	float: left;
}
.logo img{
	display: block;
	width: 48px;
	height: 60px;
	float: left;
}
.logo .info{
	line-height: 1;
	float: left;
	margin: 8px 10px 0;
}
.logo .name{
	color: #2A3C55;
	font-size: 30px;
	font-family: 'Cormorant Infant', serif;
	text-transform: uppercase;
}
.logo .name span{
	color: #BB966F;
}
.logo h4{
	color: #666;
	font-size: 14px;
	/*font-family: 'Cormorant Infant', serif;*/
	font-family: "LatoLight";
	/*text-transform: uppercase;*/
	clear: left;
	float: left;
}

.header .menu{
	line-height: 1;
	list-style: none;
	float: left;
	margin: 22px 0 0 15px;
}
.header .menu > li{
	font-size: 17px;
	font-family: "LatoBold";
	float: left;
	position: relative;
	padding: 0 0 10px;
	margin: 0 10px;
}
.header .menu > li.parent{
	padding-right: 12px;
}
.header .menu > li.parent:after{
	content: "\f0d7";
	color: #999;
	font-size: 12px;
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 3px;
}
.header .menu a,
.header .menu span{
	color: #2A3C55;
}
.header .menu li:hover > a{
	color: #BB966F;
}
.header .menu ul{
	display: none;
	background: #fff;
	border-radius: 5px;
	list-style: none;
	width: 280px;
	position: absolute;
	left: -14px;
	top: 100%;
	box-shadow: 0 2px 7px rgba(0,0,0,.35);
	padding: 2px 0;
}
.header .menu li:hover ul{
	display: block;
}
.header .menu ul li{
	border-bottom: #ccc 1px solid;
	font-size: 13px;
	padding: 9px 7px;
	margin: 0 7px;
}
.header .menu ul li:last-child{
	border: none; 
}

.header .address_phones{
	float: right;
	margin: 8px 40px 0 0;
}
.header .address{
	color: #333;
	font-size: 14px;
	font-family: "LatoLightItalic";
	font-weight: 600;
	float: right;
	margin: 0 0 5px;
}
.header .address i{
	color: #BB966F;
}
.header .phones{
	clear: right;
	float: right;
}
.header .phones div{
	color: #2A3C55;
	font-size: 22px;
	font-family: "LatoRegular";
	float: left;
	margin: 0 0 0 20px;
}
.header .phones div:first-child{
	margin: 0;
}



.header .btn1{
	float: right;
	margin: 7px 0 0;
}

.btn1{
	display: inline-block;
	background: #2A3C55;
	border-radius: 50px;
	color: #fff;
	font-size: 17px;
	line-height: 1;
	font-family: "LatoRegular";
	padding: 15px 20px;
}
.btn1:hover{
	background: #25364F;
}


.main_block{
	min-height: 500px;
	/*padding-top: 81px;*/
}
.main_block.pg{
	background: url(../images/bg.jpg) no-repeat center top;
	background-size: 100% auto;
	/*background-size: contain;*/
}
.bg_block{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 330px;
}
.bg_block:after{
	content: '';
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.bg_block img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.id{
	position: relative;
	top: -120px;
}


.main_slider{
	background: #eee;
	position: relative;
	padding: 0 0 28%;
}
.main_slider .slide{
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.main_slider .slide:nth-child(1){
	background-image: url(../images/slide_1.jpg);
}
/*.main_slider .slide:nth-child(2){
	background-image: url(../images/slide2.jpeg);
	-webkit-animation: slide  10s infinite;
	animation: slide 10s infinite;
}
@-webkit-keyframes slide{
	0%,
	24%,
	76%,
	100% {
		opacity: 1;
	}
	26%,
	75% {
		opacity: 0;
	}
}
@keyframes slide{
	0%,
	24%,
	76%,
	100% {
		opacity: 1;
	}
	26%,
	75% {
		opacity: 0;
	}
}
.main_slider .slider_content{
	position: absolute;
}*/
.main_slider .info_block{
	position: absolute;
	top: 180px;
	width: 540px;
	max-width: 100%;
}
.content_top{
	/*background: #BB966F;*/
	/*color: #fff;*/
	width: 540px;
	max-width: 100%;
	min-height: 120px;
}
/*.main_slider .info_block > .wrapper,
.content_top > .wrapper{
	padding: 30px;
}*/
.main_slider .info_block .title,
.content_top .title{
	color: #BB966F;
	font-size: 40px;
	font-family: 'Cormorant Infant', serif;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.content_top .title .htag:before{
	content: '#';
	margin-right: 3px;
}
.main_slider .info_block p,
.content_top p{
	font-size: 19px;
	font-family: "LatoRegular";
	color: #4e4e4e;
}

.clear{
	clear: both;
}
.grids{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.fx{
    display: flex;
    flex-direction: row;
}
.fx.v{
    flex-direction: column;
}
.fx.c{
    justify-content: center;
}
.fx.sb{
    justify-content: space-between;
}
.fx.w{
    flex-wrap: wrap;
}

.services_block{
	background: #9b7145;
	/*padding: 80px 0 0;*/
	box-sizing: border-box;
	padding: 0 30px;
}
.services_block.v2{
	padding: 30px 0;
}
.services{
	/*border-top: #C1C1C1 1px solid;*/
	list-style: none;
	position: relative;
	top: -30px;
	margin-top: -20px;
}
.services > li{
	background: #fff;
	border-right: #C1C1C1 1px solid;
	border-bottom: #C1C1C1 1px solid;
	float: left;
	width: calc(25% - 1px);
	transition: .3s;
}
/*.services > li:nth-child(1),
.services > li:nth-child(2),
.services > li:nth-child(3){
	width: calc(100% / 3 - 1px);
}*/
.services > li:nth-child(4n),
.services > li:last-child{
	border-right: none;
}
.services > li > .wrapper{
	transition: .3s;
	padding: 42px 30px 17px;
}
.services > li:hover > .wrapper{
	padding: 31px 30px 28px;
}
.services > li,
.services a{
	color: #222;
}
.services > li > .wrapper > i{
	color: #BB966F;
	font-size: 30px;
}
.services .title{
	font-size: 20px;
	/*font-family: "LatoRegular";*/
	font-family: 'Cormorant Infant', serif;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	margin: 10px 0;
}
/*.services .title:before,*/
.immigrations > li .title:before{
	content: '';
	background: #BB966F;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 1px;
}
.services .price{
	color: #BB966F;
	font-size: 18px;
	font-family: 'Cormorant Infant', serif;
	font-weight: 500;
	margin: 0 0 15px;
}
.services p{
	margin-bottom: 5px;
}
.services .s_more{
	display: block;
	color: #fff;
}
.services > li ul{
	list-style: none;
}
.services > li ul li{
	position: relative;
	padding: 0 0 0 13px;
	margin: 5px 0;
}
.services > li ul li:before{
	content: '';
	background: #BB966F;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 0;
	width: 5px;
	height: 5px;

}


.services > li:hover{
	background: #2A3C55;
	color: #fff;
}
.services > li:hover a{
	color: #fff;
}
.services > li:hover a.s_more{
	color: #BB966F;
}

.immigrations{
	list-style: none;
	margin: 20px;
}
.immigrations *{
	box-sizing: border-box;
}
.immigrations > li{
	border:#ececec 5px solid;
	width: calc(50% - 8px);
	padding: 20px;
	margin: 0 0 20px;
}
.immigrations > li:nth-child(2n){
	margin-left: 16px;
}
.immigrations > li .title{
	position: relative;
	padding: 0 0 10px;
	margin: 0 0 15px;
}
.immigrations > li .title a{
	color: #222;
	font-size: 20px;
	font-family: "LatoBold";
}
.immigrations li ul{
	color: #666;
	list-style: disc;
	margin: 0 0 0 15px;
}
.immigrations li li{
	line-height: 1;
	padding: 8px 0;
}
.immigrations li li:hover{
	background: #f4f4f4; 
}
.immigrations li li a{
	color: #555;
	font-size: 17px;
	font-family: "LatoRegular";
	font-weight: 600;
}
.immigrations li li a:hover{
	color: #000;
}
.catalog_block{
	padding: 40px 0 20px;
	margin-bottom: 80px;
}
.catalog_block .cont{
	width: 60%;
	padding-right: 2%;
}
.catalog_block .image{
	position: relative;
	top: 60px;
	width: 38%;
	max-height: 300px;
	overflow: hidden;
}
.catalog_block .image img{
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}
.catalog_block ul{
	list-style: none;
	float: left;
}
.catalog_block ul.n1{
	padding-right: 50px;
}
.catalog_block ul li{
	font-size: 18px;
	padding: 4px 0;
}
.catalog_block ul li i{
	color: #BB966F;
	font-size: 24px;
}
.catalog_block ul li a{
	border-bottom: #222 1px dashed;
	color: #222;
	font-family: "LatoItalic";
}
.catalog_block ul li .count{
	display: inline-block;
	background: rgba(64,77,96,.35);
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
	font-family: "LatoRegular";
	position: relative;
	top: -1px;
	transition: .3s;
	padding: 2px 10px 1px;
	margin-left: 3px;
}
.catalog_block ul li:hover .count{
	background: rgba(64,77,96,.6);
}
.home_content{
	border-top: #C1C1C1 1px solid;
	border-bottom: #C1C1C1 1px solid;
	padding: 23px 0 0;
}
.home_content .bx1{
	width: calc(50% - 30px);
	padding: 30px 30px 30px 0; 
}
.home_content .bx2{
	border-left: #C1C1C1 1px solid;
	width: calc(50% - 31px);
	padding: 10px 0 10px 30px; 
}
.home_content .bx1.w100,
.home_content .bx2.w100{
	text-align: center;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}


.attorney_secret_bx{
	background: #9b7145;
	color: #fff;
	text-align: center;
	padding: 30px 0 70px;
}
.attorney_secret_bx .icon{
	background: url(../images/icons/safety.svg) no-repeat center/contain;
	display: inline-block;
	width: 70px;
	height: 70px;
	opacity: .5;
	margin: 0 0 10px;
}
.attorney_secret_bx .title{
	font-size: 32px;
	font-family: 'Cormorant Infant', serif;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.attorney_secret_bx .title:after{
	content: '';
	background: #fff;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 80px;
	height: 1px;
	transition: .3s;
	transform: translateX(-50%);
}
.attorney_secret_bx:hover .title:after{
	width: 120px;
}


.title_2{
	color: #25364F;
	font-size: 32px;
	font-family: 'Cormorant Infant', serif;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.packs_bx,
.packs_bx *{
	box-sizing: border-box;
}
.packs_bx{
	width: 1400px;
	max-width: 100%;
	padding: 70px 20px;
	margin: 0 auto;
}
.packs_bx .title_2{
	color: #25364F;
}
.packs_bx .packs{
	background: #f1ebe5;
	background: linear-gradient(to bottom right, #f1ebe5, #e1d3c4);
	width: 100%;
}
.packs_bx .packs .pack{
	border-right: #fff 10px solid;
	border-left: #fff 10px solid;
	width: calc(100% / 3);
	padding: 40px;
}
.packs .pack .pack_n{
	color: #666;
}
.packs .pack .title{
	color: #25364F;
	font-size: 28px;
	font-family: 'Cormorant Infant', serif;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 10px;
}
.packs .pack .price{
	color: #A77300;
	font-family: 'Cormorant Infant', serif;
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 20px;
}
.packs .pack ol,
.packs .pack ul{
	margin: 0 0 0 15px;
}
.packs .pack li{
	margin: 8px 0;
}
.packs .pack li ul{
	display: none;
}

.packs .s_more{
	display: inline-block;
	border-bottom: #A77300 1px dashed;
	color: #333;
	font-weight: 700;
	cursor: pointer;
	margin: 10px 0 0;
}
.packs .s_more:hover{
	border-bottom-style: solid;
}

.packs .pack input:checked ~ * li ul{
	display: block;
}

label .turn_t{
	display: none;
}
input:checked ~ label .turn_t,
input:checked ~ * label .turn_t{
	display: inline-block;
}
input:checked ~ label .more_t,
input:checked ~ * label .more_t{
	display: none;
}

.accompaniment_bx > .wrapper,
.advantages_bx > .wrapper,
.attorney_secret_bx > .main_width{
	padding: 0;
}

.accompaniment_bx{
	background: linear-gradient(to bottom, #f1ebe5, #fff);
	padding: 80px 0;
}
.accompaniment_bx .title_2{
	margin: 0 0 30px;
}
.accompaniment_bx .title_4{
	font-weight: 700;
	margin: 0 0 15px;
}
.accompaniment_bx .cont{
	font-size: 20px;
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}
.list1{
	padding: 0;
	list-style: none;
	counter-reset: point;
}
.list1 > li{
	position: relative;
	padding: 5px 0 5px 50px;
}
.list1 > li:after{
	content: counter(point);
	counter-increment: point 1;
	display: inline-block;
	border: #BB966F 1px solid;
	border-radius: 50%;
	color: #25364F;
	font-family: 'Cormorant Infant', serif;
	font-size:22px;
	font-weight:800;
	text-align:center;
	line-height: 36px;
	width: 36px;
	height: 36px;
	position:absolute;
	left:0;
	top:-2px;
}
.list1 > li ul{
	list-style: none;
}
.list1 > li li{
	font-size: 16px;
	position: relative;
	padding: 0 0 0 15px;
	margin: 10px 0;
}
.list1 > li li:before{
	content: '';
	background: #BB966F;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
	width: 5px;
	height: 5px;
}

.prices_block .title_2{
	border-top: #BB966F 1px dashed;
	font-size: 26px;
	padding: 40px 0 0;
	margin: 40px 0 0;
}
.tbl{
	margin: 20px 0 0;
}
.tbl th,
.tbl td{
	text-align: left;
	padding: 15px;
}
.tbl td{
	vertical-align: top;
}
.tbl th:first-child,
.tbl th:last-child,
.tbl td:first-child,
.tbl td:last-child{
	text-align: center;
}
.tbl th:first-child{
	white-space: nowrap;
}
.tbl td:last-child{
	vertical-align: middle;
}
.tbl th{
	background: rgba(0,0,0,.07);
}
.tbl td{
	border-bottom: rgba(0,0,0,.1) 1px solid;
}
.tbl .sm{
	font-size: 12px;
}
.tbl td ul,
.tbl td ol{
	margin-left: 15px;
}
.tbl td ul{
	list-style-type: circle;
}

.advantages_bx,
.advantages_bx *{
	box-sizing: border-box;
}
.advantages_bx{
	margin: 60px 0;
}
.advantages{
	margin: 30px 0 0;
}
.advantages .item{
	text-align: center;
	width: 20%;
	padding: 0 20px;
}
.advantages .item span{
	display: block;
}
.advantages .item .num{
	color: #25364F;
	font-family: 'Cormorant Infant', serif;
	font-size: 52px;
	font-weight: 800;
	line-height: 1;
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.advantages .item .num:after{
	content: '';
	background: #BB966F;
	width: 100px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.advantages .item .cont{
	font-size: 18px;
}

.steps_block,
.steps_block *{
	box-sizing: border-box;
}
.steps_block{
    /*background: linear-gradient(to bottom, #fff, #fff calc(50% - 1px), #ececec 50%);*/
    padding: 40px 0;
}
.steps_block > .wrapper{
    background: #2A3C55;
    width: 1640px;
    max-width: calc(100% - 50px);
    overflow: hidden;
    padding: 0 45px;
    margin: 0 auto;
}
.steps_block .title_2{
    display: block;
    color: #BB966F;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    padding: 50px 0 35px;
    margin: 0;
}
.steps_block .steps{
    border-top: #BB966F 1px solid;
    border-bottom: #BB966F 1px solid;
    width: 100%;
    margin: 0;
}
.steps_block .steps .step{
    display: flex;
    justify-content: center;
    position: relative;
    width: calc(25% - 150px / 4);
    padding: 40px 40px;
    margin: 0 50px 0 0;
}
.steps_block .steps .step:nth-child(4n){
    margin-right: 0;
}
.steps_block .steps .step:before,
.steps_block .steps .step:after{
    content: '';
    background: #BB966F;
    position: absolute;
    left: calc(100% + 45px);
    top: 50%;
    width: 1px;
    height: 45%;
    transform-origin: 100% 0;
}
.steps_block .steps .step:before{
    transform: rotate(145deg) translateX(100%);  
}
.steps_block .steps .step:after{
    transform: rotate(35deg);
}
.steps_block .steps .step:last-child:before,
.steps_block .steps .step:last-child:after{
    display: none;
}
.steps_block .steps .step i{
    color: #BB966F;
    font-size: 56px;
    line-height: 76px;
}
/*.steps_block .steps .step:nth-child(2) i{
    font-size: 82px;
}*/
.steps_block .steps .step p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 0 30px;
}
.steps_block .button{
	background: #BB966F;
    display: table;
    color: #000;
    margin: 27px auto;
}



.posts{
	list-style: none;
}
.posts > li{
	border-top: #c1c1c1 1px solid;
	padding: 20px 0;
}
.posts > li:first-child{
	border: none;
}
.posts .image{
	display: block;
	position: relative;
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin: 0 0 15px;
}
.posts .image img{
	position: absolute;
	left: 50%;
	top:50%;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
	transition: .3s;
	filter: grayscale(100%); 
}
.posts > li:hover .image img{
	filter: grayscale(0);
}
.posts h3{
	font-size: 18px;
	font-family: "LatoRegular";
	margin-bottom: 5px;
}
.posts h3 a{
	color: #222;
}
.posts .info{
	font-family: "LatoRegular";
	overflow: hidden;
	margin: 0 0 5px;
}
.posts .date,
.post .date{
	color: #888;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
	margin: 1px 10px 5px 0;
}
.posts .tags,
.post .tags{
	font-size: 13px;
	list-style: none;
	float: left;
	position: relative;
	padding-left: 5px;
	margin-left: 5px;
}
.posts .tags:before,
.posts .tags li:before,
.post .tags:before,
.post .tags li:before{
	content: '';
	background: #aaa;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 18px;
	transform: skew(-15deg);
}
.posts .tags li,
.post .tags li{
	float: left;
	position: relative;
	padding: 0 10px 5px 11px;
}
.posts .tags li a,
.posts .tags li span,
.post .tags li a,
.post .tags li span{
	display: block;
	color: #BB966F;
}
.posts .tags li a:before,
.posts .tags li span:before{
	content: '#';
	margin-right: 2px;
}

.page_block.post_page > .wrapper{
	margin-top: 0;
}
.page_block.post_page > .wrapper > .content{
	padding-top: 0;
}
.post_page .content_top{
	width: 600px;
	min-height: 122px;
	padding-bottom: 50px;
}
.post_page .image_block{
	margin: -40px 0 30px;
}
.post_page .image_block .date{
	background: #BB966F;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	float: left;
	position: relative;
	width: 170px;
	padding: 20px 0 20px;
}
.post_page .image_block .date i{
	display: block;
	font-size: 40px;
	margin: 0 auto 15px;
}

.post_page .image_block .image{
	float: right;
	position: relative;
	width: calc(100% - 170px);
	overflow: hidden;
	padding: 0 0 40%;
}

.post_page .image_block .image img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 101%;
	min-width: 101%;
	min-height: 101%;
}
.post_page .txt{
	clear: both;
	padding-top: 30px;
}


.content_top .tags{
	list-style: none;
}
.content_top .tags li{
	float: left;
	margin: 0 5px 5px 0;
}
.content_top .tags li a{
	display: inline-block;
	border: rgba(255,255,255,1) 1px solid;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	font-family: "LatoRegular";
	position: relative;
	padding: 7px 10px;
}
.content_top .tags li a:before{
	content: '#';
	margin-right: 2px;
}
.content_top .tags li a:hover{
	background: #fff;
	color: #222;
}
.posts .annotation{
	clear: both;
	margin: 0 0 5px;
}
.posts .more{
	color: #BB966F;
	font-family: "LatoRegular";
}
.posts .more i{
	margin-left: 2px;
}

.posts.grids > li{
	border-right: #c1c1c1 1px solid;
	width: calc(50% - 21px);
}
.posts.grids > li:nth-child(2){
	border-top: none;
}
.posts.grids > li:nth-child(odd){
	padding-right: 20px;
}
.posts.grids > li:nth-child(even){
	border-right: none;
	padding-left: 20px;
}


.box .tags{
	list-style: none;
	overflow: hidden;
	padding: 0 15px;
}
.box .tags li{
	float: left;
}
.box .tags li a,
.box .tags li span{
	display: block;
	font-size: 14px;
	font-family: "LatoRegular";
	position: relative;
	padding: 7px 40px 7px 10px;
	margin: 0 6px 0 0;
}
.box .tags li a{
	background: #2A3C55;
	color: #fff;
}
.box .tags li a:hover{
	background: #333f52;
}
.box .tags li span{
	background: #BB966F;
}
.box .tags li a:before,
.box .tags li span:before{
	content: '#';
	margin-right: 2px;
}
.box .tags li i{
	background: rgba(255,255,255,.2);
	border-left: rgba(255,255,255,.5) 1px solid;
	color: #fff;
	font-size: 10px;
	text-align: center;
	font-style: normal;
	line-height: 14px;
	float: right;
	position: absolute;
	top:0;
	right: 0;
	min-width: 20px;
	height: 100%;
	box-sizing: border-box;
	padding: 8px 2px 6px;
}

.post .info{
	border-bottom: #ccc 1px solid;
	float: left;
	width: 100%;
	padding: 0 0 10px;
	margin: 0 0 20px;
}
.post .image{
	text-align: center;
	float: left;
	width: 40%;
	margin: 0 20px 15px 0;
}
.post .image img{
	max-width: 100%;
}

.path{
	margin: 30px 0;
}
.path div{
	display: inline-block;
}
.path a,
.path span{
	display: inline-block;
	color: #999;
	font-size: 14px;
	line-height: 1;
	font-family: "LatoRegular";
	position: relative;
	padding: 7px 12px;
}
.path a:hover{
	color: #666;
}
.path a:after{
	content: '';
	background: #ccc;
	position: absolute;
	right: -2px;
	top: 0;
	width: 1px;
	height: 100%;
	transform: rotate(10deg);
}
.path i{
	font-style: normal;
}

.page_block > .wrapper{
	margin: 10px 0 0;
}
.page_block > .wrapper > .content{
	float: left;
	width: calc(100% - 320px);
	padding: 25px 0 0;
}
.sidebar_right{
	float: left;
	width: 290px;
	margin-left: 30px;
}
.sidebar_right > .wrapper{
	overflow: hidden;
}
.sidebar_right .box{
	background: #ececec;
	padding: 20px 0;
	margin: 0 0 15px;
}
.sidebar_right ul{
	list-style: none;
}
.sidebar_right li{
	font-size: 17px;
	font-family: "LatoRegular";
	padding: 3px 0;
}
.sidebar_right li a,
.sidebar_right li span{
	display: inline-block;
	line-height: 1;
	transition: none;
	padding: 6px 15px 5px 25px;
}
.sidebar_right li a{
	color: #222;
}
.sidebar_right li span,
.sidebar_right li a.active{
	background: #BB966F;
	color: #fff;
}
.page_block .txt{
	font-size: 16px;
	font-family: "LatoRegular";
	text-align: justify;
}
.txt p{
	margin-bottom: 15px;
}
.page_block .txt ul,
.page_block .txt ol{
	padding-left: 15px;
	margin-bottom: 15px;
}
.catalog_view .item{
	margin: 0 0 20px;
}
.catalog_view .id{
	position: relative;
	top: -90px;
}
.catalog_list{
	list-style: none;
	/*justify-content: space-between;*/
}
.catalog_list > li{
	border: #c1c1c1 1px solid;
	text-align: center;
	width: calc(25% - 17px);
	margin: 0 20px 20px 0;
	/*margin-bottom: 20px;*/
}
.catalog_list > li:nth-child(4n){
	margin-right: 0;
}
.catalog_list > li > .title{
	background: #ececec;
	font-size: 20px;
	line-height: 1;
	font-family: "LatoRegular";
	padding: 10px 5px 8px;
	margin: 0 0 10px;
}
.catalog_list .f{
	margin: 6px 0 0;
}
.catalog_list .f .name{
	font-size: 10px;
}
.catalog_list .f .price{
	color: #BB966F;
	font-size: 22px;
	font-family: "LatoRegular";
	margin-bottom: 5px;
}
.catalog_list .f .price span{
	font-size: 14px;
}
.catalog_list .f .value{
	font-family: "LatoRegular";
}

.footer{
	background: #BB966F;
	background: #f1ebe5;
	background: linear-gradient(to bottom right, #f1ebe5, #e1d3c4);
	color: #111;
	width: calc(100% - 120px);
	min-height: 240px;
	margin: 30px auto 0;
}
.footer .map{
	background: url(../images/map.jpg) center/cover;
	position: relative;
	width: 50%;
}
.footer > .info{
	width: 50%;
}
.footer .map:before{
	content: '';
	background: #333f52;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .3s;
}
.footer .map:hover:before{
	opacity: .5;
}
.footer .map:after{
	content: "\f002";
	color: #fff;
	font-family: "FontAwesome";
	font-size: 110px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: .3s;
}
.footer .map:hover:after{
	font-size: 70px;
	opacity: .5;
}
.footer .map .address{
	background: #fff;
	color: #333;
	font-size: 16px;
	font-family: "LatoItalic";
	float: left;
	padding: 10px;
	margin: 10px;
}
.footer .map .address i{
	color: #BB966F;
	font-size: 20px;
	margin-right: 3px; 
}
.footer > .info > .wrapper{
	padding: 20px;
}
.footer .box{
	float: left;
	margin: 20px;
}
.footer .box .title{
	font-size: 16px;
	font-family: 'LatoBold';
	line-height: 1;
	position: relative;
	padding: 0 0 7px;
	margin: 0 0 10px;
}
.footer .box .title:after{
	content: '';
	background: #BB966F;
	width: 80px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 100%;
}
.footer .box .title.n2{
	margin-top: 20px;
}
.footer .box ul{
	color: #333;
	font-family: "LatoRegular";
	list-style: none;
	padding-right: 30px;
}
.footer .box li{
	padding: 4px 0;
}
.footer .box ul a{
	color: #333;
}
.footer .qr{
	width: 111px;
	margin-top: 30px;
}
.footer .qr img{
	width: 100%;
	opacity: .8;
}
.footer .qr span{
	display: inline-block;
	font-size:10px;
	font-family: "LatoItalic";
	line-height: 1;
	text-align: center;
}
.copyright{
	border-top:#fff 1px solid;
	font-size: 12px;
	clear: both;
	padding: 10px 40px; 
}


.to_catalog{
	background: #2A3C55;
	color: #fff;
	font-size: 17px;
	padding: 10px 10px 10px 25px;	
}
.to_catalog a{
	color: #fff;
	font-family: "LatoRegular";
}

.feedback{
	background: #2A3C55;
	min-height: 200px;
}
.feedback button{
	background: #BB966F;
}
.feedback .form_block .info i{
	top: -12px;
}

#contact_block{
	float: left;
	transition: .5s;
	margin: 15px 0 0;
}
#contact_block.c1 .contact.c2,
#contact_block.c1 .contact.c3,

#contact_block.c2 .contact.c1,
#contact_block.c2 .contact.c3,

#contact_block.c3 .contact.c1,
#contact_block.c3 .contact.c2{
	display:none;
}
#contact_block .contact{
	font-family: "LatoBold";
	float: left;
	margin-top: 2px;
}
#contact_block .contact > div{
	color: #fff;
	white-space: nowrap;
	transition: .5s;
}
#contact_block .contact > a{
	color: #cf4a46;
	font-size: 20px;
	font-family: "LatoRegular";
	line-height: 1;
	white-space: nowrap;
}
#contact_block .contact > a span{
	font-family: "LatoRegular";
}
.sel_contact{
	float:left;
	position:relative;
	padding:0 0 5px;
	margin:7px 15px 0 0;
}
.sel_contact .selected{
	border: #fff 2px solid;
	border-radius:30px;
	float:left;
	transition: .5s;
}
.sel_contact .selected > div{
	float:left;
	padding:2px 7px;
}
.sel_contact .selected > div.left{
	border-right: rgba(255,255,255, .8) 1px solid;
	transition: .5s;
	margin-left: 2px;
}
.sel_contact .selected > div.left i,
.icon_m{
	font-size: 20px;
	text-align: center;
	width:20px;
}
.sel_contact .selected > div.left i{
	color: #cf4a46;
}
.sel_contact .selected > div.right i{
	color: #fff;
	transition: .5s;
	margin: 3px 4px 0 2px;
}
.sel_contact .popup{
	background:#fff;
	border-radius:4px;
	position:absolute;
	top:70px;
	left:-9000px;
	list-style:none;
	opacity:0;
	box-shadow:0 2px 5px rgba(0, 0, 0, 0.4);
	transition:top .3s, opacity .3s;
	z-index:5;
	padding:5px;
}
.sel_contact:hover .popup{
	top:100%;
	left:0;
	opacity:1;
}
#contact_block .sel_contact .popup li{
	display:block;
	font-size:14px;
	font-family: "LatoRegular";
	line-height:20px;
	vertical-align:middle;
	clear:both;
	cursor:pointer;
	width:100px;
	padding:5px;
}
.sel_contact .popup li i{
	color: #cf4a46;
	margin-right: 5px; 
}





/* form starting stylings ------------------------------- */
.inp{ 
  position:relative; 
  margin-bottom:35px; 
}
.inp.b{
	margin-bottom: 15px;
}
.inp input,
.inp textarea{
	background: none;
	color: #fff;
	font-size:18px;
	padding:0 5px 6px;
	display:block;
	width:calc(100% - 10px);
	border:none;
	outline: none;
	border-bottom:1px solid #fff;
}
.inp textarea{
	background: rgba(255,255,255,.1);
	font-size:14px;
	height: 120px;
	resize: vertical;
	margin: 0;
}
.inp input:focus,
.inp textarea:focus{
	outline:none;
}
.inp label{
  color:#fff; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:6px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.inp input:invalid{
	border-top: none;
	border-left: none;
	border-right: none;
	outline: none;
}

/* active state */
.inp input:focus ~ label,
.inp input:valid ~ label,
.inp textarea:focus ~ label,
.inp textarea:valid ~ label{
  top:-17px;
  font-size:10px;
}
.inp .bar{
	position:relative;
	display:block;
	width:100%;
}
.inp .bar:before,
.inp .bar:after{
  content:'';
  height:2px; 
  width:0;
  bottom:0; 
  position:absolute;
  background:#fff; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.inp .bar:before{
  left:50%;
}
.inp .bar:after{
  right:50%; 
}

/* active state */
.inp input:focus ~ .bar:before, 
.inp input:focus ~ .bar:after,
.inp textarea:focus ~ .bar:before, 
.inp textarea:focus ~ .bar:after{
  width:50%;
}
.inp .highlight{
  position:absolute;
  height:60%; 
  width:40%; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.inp input:focus ~ .highlight{
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
	to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#fff; }
	to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter{
	from { background:#fff; }
	to 	{ width:0; background:transparent; }
}

button{
	background: #2A3C55;
	border: none;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	font-family: "LatoRegular";
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(0,0,0,.3);
	transition: .3s;
	padding: 7px 20px;
}
button:hover{
	box-shadow: 0 2px 10px rgba(0,0,0,.5);
}


.form_block{
	color: #fff;
	padding: 15px;
}
.form_block > .title{
	font-size: 20px; 
	font-family: "LatoBold";
	margin: 0 0 30px;
}
.form_block .info{
	position: relative;
	padding: 0 0 0 50px;
}
.form_block .info i{
	background: rgba(255,255,255,.2);
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
}
.form_block .info span{
	font-family: "LatoLightItalic";
}

.open_sidebar{
	float: left;
	cursor: pointer;
}
.open_sidebar i{
	color: #BB966F;
	font-size: 36px;
	float: left;
}
.open_sidebar span{
	color: #444;
	font-family: "LatoRegular";
	line-height: 36px;
	text-transform: uppercase;
	float: left;
	margin: 0 0 0 10px;
}
.header .btn1.to_phones{
	background: #9b7145;
	padding: 10px 15px;
	margin: 7px 10px 0 0;
}



.content_txt{
	text-align: justify;
}
.content_txt p{
	margin-bottom: 15px;
}
.content_txt ul,
.content_txt ol{
	display: table;
	padding: 0 0 15px 20px;
}

/*.page #map{
	width: 100%;
	height: 400px;
}
.map_title{
	font-family: "LatoRegular";
}
.map_title i{
	color: #cf4a46;
	font-size: 20px;
	margin-right: 3px;
}

.map{
	pointer-events: none;
}
.map_block.active .map{
	pointer-events: auto;
}*/

.contacts .grid{
	text-align: center;
}
.contacts .map{
	width: 100%;
	height: 300px;
}


.gallery{
	display: block;
	border-bottom: #ccc 1px solid;
	clear: both;
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 15px;
}
.gallery .slick-slider{
	margin: 0;
}
.slider_nav_block{
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
}
.slider_nav_block .slider_nav{
	margin: 0;
}
.slider_nav_block .slick-slide{
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
}
.slider_nav_block .slick-current{
	position: relative;
}
.slider_nav_block .slick-current:before{
	content: '';
	border: #cf4a46 4px solid;
	position: absolute;
	top:-1px;
	left: 0;
	width: calc(100% - 7px);
	height: calc(100% - 6px);
}
.gallery img{
	display: block;
	max-width: 100%;
}

.post_features{
	border-bottom: #ccc 1px solid;
	list-style: none;
	overflow: hidden;
	padding: 0 0 15px;
	margin: 0 0 15px;
}
.post_features li{
	float: left;
	width: 33.33%;
	padding: 5px 0;
}
.post_features li .value{
	font-family: "LatoRegular";
}
.videos{
	overflow: hidden;
}
.videos .title{
	border-bottom: #ccc 1px solid;
	font-size: 18px;
	font-family: "LatoBold";
	padding: 30px 0 5px;
	margin: 0 0 10px;
}
.videos a{
	display: block;
	float: left;
	position: relative;
	margin: 0 10px 0 0;
}
.videos a:before{
	content:"\f04b";
	background: rgba(255,255,255,.7);
	border-radius: 10px;
	color: #cf4a46;
	font-size: 30px;
	font-family: 'FontAwesome';
	position: absolute;
	left: 50%;
	top: 50%;
	transition: .3s;
	transform: translate(-50%, -50%);
	padding: 10px 20px 10px 23px;
}
.videos a:hover:before{
	background: rgba(255,255,255,.9);
}
.videos a img{
	max-width: 100%;
}


.pagination_block{
	border-top: #c1c1c1 1px solid;
	color: #444;
	font-size: 20px;
	font-family: "LatoRegular";
	text-align: center;
	clear: both;
	padding: 10px 0;
	margin-top: 20px;
}
.pagination_block span,
.pagination_block a{
	display: inline-block;
	line-height: 34px;
	height: 34px;
	margin: 0 2px;
}
.pagination_block .num{
	background: rgba(0,0,0,.08);
	border-radius: 30px;
	font-size: 14px;
	text-align: center; 
	min-width: 34px;
}
.pagination_block span.num{
	background: #BB966F;
	color: #fff;
}
.pagination_block a{
	color: #444;
}
.pagination_block a:hover{
	color: #BB966F;
}
.tags_block{
	padding: 15px;
}
.tags_block .title{
	font-size: 24px;
	font-family: "LatoBold";
	margin: 0 0 15px;
}



.accordion > li > .content{
	display: none;
}
.accordion > li.active > .content{
	display: block;
}
.md_content {
    width: 380px;
    max-width: 100%;
}
.md_content .accordion > li > .title{
	background: #BB966F;
	color: #fff;
	font-size: 20px;
	font-family: "LatoRegular";
	cursor: pointer;
	transition: .3s;
	padding: 10px 15px;
	margin: 0 0 1px;
}
.md_content .accordion > li > .title span{
	display: block;
	font-size: 14px;
	font-family: "LatoItalic";
}
.md_content .accordion > li.active > .title{
	background: #2A3C55;
}
.md_content .accordion > li:last-child > .title{
	margin: 0;
}
.md_content .phones{
	margin: 15px;
}
.md_content .phones a{
	display: block;
	color: #2A3C55;
	font-size: 22px;
	line-height: 22px;
	font-family: 'LatoRegular';
	clear: both;
	padding: 10px 0;
}
.modal_form{
	padding: 15px 0 5px;
}
.md_form.form_block{
	color: #333;
}
.modal_form .inp input,
.modal_form .inp textarea{
	border-color: #666;
	color: #333;
}
.modal_form .inp textarea{
	background: rgba(0,0,0,.05);
	resize: none;
}
.modal_form .inp .bar::before, 
.modal_form .inp .bar::after{
	background: #666;
}
.modal_form .inp label{
	color: #333;
}
.md_form.form_block .info i{
	background: #BB966F;
	color: #fff;
}


[data-tooltip]{
	position: relative;
}
[data-tooltip]:before {
    content: attr(data-tooltip);
    background: #000;
	color: #fff;
	font-size: 12px;
	font-family: "LatoLight";
	white-space: nowrap;
	text-align: center;
	position: absolute;
	left: -9000px;
	bottom: 100%;
	opacity: 0;
	transform: translate(-50%, -30px);
	transition: opacity .5s, transform .5s;
	padding: 5px 10px;
}
[data-tooltip]:hover:before{
	left: 50%;
	opacity: 1;
	transform: translate(-50%, -10px);
}
[data-tooltip]:after{
	content: '';
	border: 8px solid transparent;
	border-top: #000 8px solid;
	position: absolute;
	left: -9000px;
	bottom: 100%;
	opacity: 0;
	transform: translate(-50%, -14px);
	transition: opacity .5s, transform .5s;
}
[data-tooltip]:hover:after{
	left: 50%;
	opacity: 1;
	transform: translate(-50%, 4px);
}

.sidebar{
	background:#333f52;
	width:200px;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	z-index:3000;
	transition:.5s;
	margin-left:-250px;
}
.sidebar.active{
	margin-left:0;
}
.sidebar > .wrapper{
	text-align:left;
	width:100%;
	height:100%;
	overflow:auto;
}
.sidebar .title{
	color:rgba(255,255,255,.4);
	font-size:11px;
	font-family: "LatoBold";
	text-transform:uppercase;
	clear: both;
	padding:10px 0 10px 15px;
}
.sidebar ul{
	clear: both;
	list-style:none;
	padding:0 15px 25px;
}
.sidebar li{
	border-top:rgba(255,255,255,0.1) 1px solid;
	padding:0;
}
.sidebar li.cart{
	padding-top:20px;
}
.sidebar a,
.sidebar li div{
	display:block;
	color:#eee;
	font-family: "LatoRegular";
	padding:5px;
	margin:5px -5px;
}
.sidebar li div,
.sidebar a.selected{
	color:#BB966F;
}
.sidebar ul ul{
	padding:0;
}
.sidebar li li a,
.sidebar li li div{
	padding-left:20px;
}
.sidebar li li li a,
.sidebar li li li div{
	padding-left:40px;
}
.sidebar li i{
	color: #fff000;
	text-align: center;
	width: 20px;
	opacity: .6;
	transition: .3s;
	margin-right: 7px;
	margin-left: 4px;
}
.sidebar li a:hover i{
	opacity: 1;
}
.sidebar ul.v1 li a{
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
	padding-left: 40px;
}
.sidebar ul.v1 li a span{
	display: block;
	font-size: 16px;
}
.sidebar ul.v1 li a img{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 40px;
	max-height: 24px;
}
.sidebar ul.v1 li a i{
	font-size: 16px;
	position: absolute;
	left: 8px;
	top: 10px;
	transform: rotate(-20deg);
	margin: 0;
}
.sidebar .logo{
	overflow: hidden;
	padding: 0;
	margin: 30px 15px; 
}
.sidebar .logo img{
	width: 50px;
	height: 49px;
}
.sidebar .logo .info{
	margin: 7px 0 0 8px;
}
.sidebar .logo .name{
	color: #fff;
	font-size: 26px;
}
.sidebar .logo h6{
	color: #fff;
	font-size: 10px;
	font-family: "LatoLightItalic";
	clear: left;
	float: left;
}
.sidebar_bg{
	display:block;
	position:fixed;
	left:-100%;
	top:0;
	width:100%;
	height:100%;
	transition:background .5s;
	z-index:2900;
}
.sidebar_bg.active{
	background:rgba(0,0,0,0.6);
	left:0;
}

.hide,
.mob_only{
	display: none;
}


@media (max-width: 1605px){
	.header > .wrapper {
	    width: calc(100% - 30px);
	    margin-left: 15px;
	    margin-right: 15px;
	}	
	.header .address_phones{
		margin: 10px 15px 0 0;
	}
	.header .phones div{
		font-size: 17px;
		margin-left: 15px;
	}
	.footer{
		width: calc(100% - 40px);
	}
	.footer .box ul{
		padding-right: 20px;
	}
}
@media (max-width: 1490px){
	.header .to_consult{
		font-size: 13px;
		text-align: center;
		width: 100px;
		padding: 9px 0;
	}
}
@media (max-width: 1350px){
	.header .menu > li{
		font-size: 15px;
		margin: 0 8px;
	}
	.header .to_consult{
		font-size: 13px;
		text-align: center;
		width: 100px;
		padding: 9px 0;
	}
	.footer > .info > .wrapper{
		padding: 10px 0;
	}
	.footer .box ul{
		padding-right: 0;
	}
	.copyright{
		padding: 10px 20px;
	}
}
@media (max-width: 1250px){
	.header .to_consult{
		display: none;
	}
	.steps_block .steps .step{
		padding: 35px;
	}
	.steps_block .steps .step i{
		font-size: 53px;
	}
	.steps_block .steps .step p{
		margin-left: 20px;
	}
}
@media (max-width: 1130px){
	.header .to_consult{
		display: none;
	}
}
@media (max-width: 1100px){
	.page_block > .wrapper > .content {
	    width: calc(100% - 260px);	    
	}
	.sidebar_right{
		width: 240px;
		margin-left: 20px;
	}
	.catalog_list > li,
	.catalog_list > li:nth-child(4n){
		width: calc(100% / 3 - 17px);
		margin: 0 15px 15px 0;
	}
	.catalog_list > li:nth-child(3n){
		margin-right: 0;
	}
	.main_slider .info_block .title, 
	.content_top .title{
		font-size: 36px;
	}
	.main_slider .info_block{
		top: 140px;
	}
	.main_slider .info_block p, .content_top p{
		font-size: 17px;
	}
}
@media (max-width: 1030px){
	.post_page .image_block .image{
		width: calc(100% - 70px);
	}
	.post_page .image_block .date{
		font-size: 9px;
		width: 70px;
	}
	.post_page .image_block .date i {
	    font-size: 20px;
	    margin: 0 auto 5px;
	}
	.footer .map{
		width: 100%;
		height: 250px;
	}
	.footer > .info {
	    width: 100%;
	}
	.main_slider .info_block{
		/*position: relative;
		top: 50px;*/
		top: 50%;
		transform: translateY(-50%);
		width: 500px;
	}
	.main_slider .info_block .title, 
	.content_top .title{
		font-size: 32px;
	}
	.footer .map{
		width: 40%;
	}
	.footer > .info{
	    width: 60%;
	}
}
@media (max-width: 900px){
	.advantages .item .num{
		font-size: 38px;
	}
	.advantages .item .cont{
		font-size: 16px;
	}


	.steps_block .steps{
        border: none;
        justify-content: center;
        padding: 0;
    }
    .steps_block .steps .step{
        background: rgba(0,0,0,.2);
        justify-content: start;
        width: 500px;
        max-width: 100%;
        padding: 27px 50px;
        margin: 0 0 40px;
    }
    .steps_block .steps .step:nth-child(4){
        margin: 0;
    }
    .steps_block .steps .step:before, 
    .steps_block .steps .step:after{
        display: none;
    }
    .steps_block .steps .step:before{
        display: block;
        content: '\f107';
        background: transparent;
        color: #fff;
        font-family: 'FontAwesome';
        font-size: 20px;
        left: 50%;
        top: calc(100% + 10px);
        width: 30px;
        height: 30px;
        transform: translateX(-50%);
    }
    .steps_block .steps .step i{
        text-align: center;
        width: 74px;
    }
}
@media (max-width: 860px){
	.header .address_phones,
	.header .menu,
	.sidebar_right{
		display: none;
	}
	.mob_only{
		display: block;
	}
	.header > .wrapper {
	    width: calc(100% - 20px);
	    margin: 7px 10px;
	}
	.header .logo img{
		width: 41px;
		height: 52px;
	}
	.header .logo .info{
		margin-top: 5px;
	}
	.header .logo .name{
		font-size: 27px;
	}
	.main_width{
		width: calc(100% - 20px);
	}
	.header .btn1{
		padding: 10px 15px;
	}
	.page_block > .wrapper > .content{
		width: 100%;
	}
	.main_block{
		padding-top: 52px;
	}
	.main_block.pg{
		background-position: center 52px;
		padding-top: 52px;
	}
	.path{
		margin: 15px 0;
	}
	.main_slider{
		padding: 0 0 10%;
	}
	.main_slider .info_block{
		position: relative;
		top: 0;
		transform: none;
		margin: 0 0 30px;
	}
	.services > li,
	.services > li:nth-child(1), 
	.services > li:nth-child(2), 
	.services > li:nth-child(3){
		width: calc(50% - 1px);
	}
	.services > li:nth-child(3),
	.services > li:last-child{
		border-right: #C1C1C1 1px solid;
	}
	.catalog_block .cont{
		width: 100%;
		padding-right: 0;
	}
	.catalog_block .image{
		display: none;
	}
	.home_content .bx1,
	.home_content .bx2{
		border: none;
		width: 100%;
		padding: 30px 0;
	}
	.home_content .bx1{
		border-bottom: #C1C1C1 1px solid;
	}
	.posts.grids > li,
	.posts.grids > li:nth-child(2n+1),
	.posts.grids > li:nth-child(2n){
		border-right: 0;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.posts.grids > li:nth-child(2){
		border-top: #c1c1c1 1px solid;
	}
	.footer {
	    width: 100%;
	}
	.packs_bx .packs .pack{
		border: none;
		border-bottom: #fff 20px solid;
		width: 100%;
	}

	.footer .map{
		width: 100%;
	}
	.footer > .info{
	    width: 100%;
	}
}
@media (max-width: 750px){
	.advantages{
		justify-content: center;
	}
	.advantages .item{
		width: calc(100% / 3);
		margin-bottom: 50px;
	}
}
@media (max-width: 680px){
	.immigrations{
		margin: 20px 10px;
	}
	.immigrations > li{
		width: 100%;
		padding: 10px;
	}
	.immigrations > li:nth-child(2n){
		margin-left: 0;
	}
	.footer .box:last-child{
		display: none;
	}
	.main_slider .slide{
		background-position: 0 0;
	}
}
@media (max-width: 590px){
	.header .logo .info{
		display: none;
	}
	.catalog_list > li,
	.catalog_list > li:nth-child(3n),
	.catalog_list > li:nth-child(4n){
		width: calc(50% - 7px);
		margin: 0 10px 10px 0;
	}
	.catalog_list > li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 550px){
	.footer .box .title{
		font-size: 14px;
	}
	.footer .box .title:after{
		width: 60px;
	}
	.footer .box li{
		font-size: 12px;
	}
	.copyright{
		font-size: 10px;
	}
}
@media (max-width: 460px){
	.path{
		margin: 20px 0;
	}
	.path > div{
		display: none;
	}
	.main_slider .info_block > .wrapper, 
	.content_top > .wrapper{
		padding: 15px;
	}
	.services > li, 
	.services > li:nth-child(1), 
	.services > li:nth-child(2), 
	.services > li:nth-child(3){
		width: 100%;
		border-right: none;
	}
	.footer .box{
		margin: 10px;
	}
	.copyright{
		padding: 10px;
	}
	.catalog_list > li > .title{
		font-size: 16px;
	}
	.attorney_secret_bx .title{
		font-size: 28px;
	}
	.attorney_secret_bx .main_width{
		padding: 0;
	}
	.tbl th:first-child,
	.tbl td:first-child{
		display: none;
	}
	.advantages .item{
		width: 50%;
	}
	.advantages .item:nth-child(3){
		width: 100%;
	}
	.steps_block > .wrapper{
		padding: 0 20px;
	}
}
@media (max-width: 400px){
	.title_1{
		font-size: 20px;
	}
	.footer .box:nth-child(2){
		display: none;
	}
	.attorney_secret_bx .title{
		font-size: 25px;
	}
	.packs_bx .packs .pack{
		padding: 25px;
	}
}


