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;
}


html,
body {
	width: 100%;
	min-height: 100%;
}
body{
	background: #f4f4f4 url(../images/bg.png) fixed;
	font-family: 'LatoLight', Tahoma, Arial, Helvetica, Geneva;
	font: normal 15px/1.2 'LatoLight', Tahoma, Arial, Helvetica, Geneva, sans-serif;
	position: relative;
}

#tinymce{
	background:#fff;
}

p{
	margin-bottom: 15px;
}
h1,
.h1{
	font-size:26px;
	font-family: "LatoRegular";
	line-height:1;
	margin-bottom:15px;
	font-weight:normal;
}
h2,
.title2{
	font-size: 20px;
	font-family: "LatoRegular";
	margin-bottom: 10px;
	font-weight: normal;
}
h3{
	font-size: 20px;
	line-height:24px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
a{
	color:#000;
	text-decoration:none;
	transition:.3s;
}


/*a:hover {
	color:#b59210;
}*/

[type="button"] {
	cursor:hand;
	cursor:pointer;
}


.title1{
}



.main_width{
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 0 auto;
}
.right{
	float: right;
}


.grids{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}

.hide{
	display: none;
}




.header{
	display: table;
	width: 100%;
	padding: 0 0 30px;
}
.header .logo{
	float: left;
	margin-top: 10px;
}
.header .top_menu{
	background: rgba(0,0,0,.05);
	border:#ccc 1px solid;
	border-top: none;
	border-radius: 0 0 5px 5px;
	list-style: none;
	float: right;
}
.header .top_menu li{
	border-left:#ccc 1px solid;
	box-shadow: -1px 0 0 rgba(255,255,255,1);
	float: left;
}
.header .top_menu li:first-child{
	border: none;
	box-shadow: none;
}
.header .top_menu li a,
.header .top_menu li span{
	display: inline-block;
	color: #888;
	font-family: "LatoRegular";
	transition: .3s;
	padding: 3px 10px;
}
.header .top_menu li a:hover{
	color: #000;
}
.header .right{
	clear: right;
	margin: 40px 10px 0 0;
}
.header .right .box{
	font-family: "LatoRegular";
	float: left;
}
.header .addr_block{
	padding: 3px 0;
}
.header .addr_block a{
	display: block;
	font-size: 15px;
	line-height: 1;
	text-align: right;
	padding: 5px 0;
}
.header .phones .col{
	border-left: rgba(0,0,0,0.15) 1px solid;
	box-shadow: -1px 0 0 rgba(255,255,255,1);
	font-size: 19px;
	float: left;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}
.header .phones .col a{
	display: block;
	line-height: 1;
	padding: 5px 0;
}
.header .phones .col a span{
	color: #666;
}

.icon_m{
    display: inline-block;
    background: url(../images/mob_operators.png);
    width:20px;
    height:20px;
    margin: 0 10px -2px 0;
}
.icon_m.ks{
    background-position:0 -20px;
}
.icon_m.life{
    background-position:0 -40px;
}
.icon_m.mts{
    background-position:0 -60px;
}

.header .languages{
	list-style: none;
	float: right;
	margin: 0 10px;
}
.header .languages li{
	float: left;
	padding: 4px 3px;
}


.main_categories{
	clear: both;
	margin-bottom: 30px;
}
.main_categories > .grid{
	background: #fff;
	border-radius: 5px;
	text-align: center;
	width: 24%;
	box-sizing: border-box;
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
	transition: .3s;
	padding: 15px;
}
.main_categories > .grid:hover{
	box-shadow: 0 5px 13px rgba(0,0,0,.3);
}
.main_categories .img{
	display: block;
	min-height: 150px;
	margin: 0 0 10px;
}
.main_categories .img img{
	max-width: 80%;
}
.main_categories .img img.l{
	max-width: 60%;
	opacity: .4;
	margin-top: 30px;
}
.main_categories h3{
	line-height: 1;
	margin: 0 0 15px;
}
.main_categories h3 a{
	font-family: "LatoBold";
}
.main_categories ul{
	font-family: "LatoRegular";
	text-align: left;
	list-style: none;
}
.main_categories ul li{
	/*display: inline-block;*/
	position: relative;
}
.main_categories ul li:before{
	content: '';
	background: #0097D2;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	transition: .3s;
}
.main_categories ul li:hover:before{
	width: 100%;
}
.main_categories ul a{
	display: block;
	color: #666;
	position: relative;
	transition: .2s;
	padding: 5px;
}
.main_categories ul li:hover a{
	color: #fff;
}
.main_categories.v2{
	justify-content: flex-start;
}
.main_categories.v2 > .grid{
	width: calc(100% / 3 - 10px);
	margin: 0 15px 15px 0;
}
.main_categories.v2 > .grid:nth-child(3n){
	margin-right: 0;
}

.main_menu{
	display: table;
	background: #2495CD;
	background: linear-gradient(to bottom, #3BA1D9, #2694CC, #0788C0);
	border: #4579AA 1px solid;
	border-bottom-color: #365E84;
	border-radius: 5px;
	font-family: "LatoRegular";
	list-style: none;
	box-shadow: 0 1px 1px rgba(255,255,255,.7) inset, 0 3px 10px rgba(0,0,0,.4);
	margin-bottom: 20px;
}
.main_menu > li{
	display: table-cell;
	border-left: rgba(0,0,0,0.18) 1px solid;
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
	text-align: center;
	position: relative;
}
.main_menu > li > a,
.main_menu > li > span{
	display: block;
	color: #fff;
	font-size: 18px;
	position: relative;
	z-index: 6;
	padding: 13px 0;
}
.main_menu > li i{
	color: rgba(255,255,255,.6);
	font-size: 12px;
	position: relative;
	top: -2px;
	margin-left: 3px;
}

.main_menu > li.selected:before{
	content: '';
	background: rgba(0,0,0,.1);
	border-radius: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
	width: calc(100% - 20px);
	height: calc(100% - 13px);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3) inset, 0 1px 2px rgba(0,0,0,.2) inset;
}
.main_menu > li ul{
	display: none;
	background: #0978A9;
	border-radius: 5px;
	color: #fff;
	text-align: left;
	list-style: none;
	position: absolute;
	left: 10px;
	top: 5px;
	min-width: calc(100% - 20px);
	box-sizing: border-box;
	box-shadow: 0 3px 8px rgba(0,0,0,.3);
	z-index: 5;
	padding: 40px 15px 10px;
}
.main_menu > li:hover ul{
	display: block;
}
.main_menu > li ul a,
.main_menu > li ul span{
	display: block;
	color: #fff;
	position: relative;
	padding: 7px 10px;
}
.main_menu > li ul li{
	display: block;
	border-top: rgba(255,255,255,.2) 1px solid;
	position: relative;}
.main_menu > li ul li:before{
	content: '';
	background: rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	transition: .3s;
}
.main_menu > li ul li:hover:before{
	width: 100%;
}

.content_wrapper{
	display: table;
	background: #fff url(../images/bg_plan.png) no-repeat;
	background-position: 40px calc(100% - 20px);
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
	padding: 15px 20px;
	margin-bottom: 20px;
}

.path{
	color: #666;
	font-size: 14px;
	margin: 0 0 20px;
}
.path a {
    color: #666;
    position: relative;
    margin-right: 5px;
}
.path a:after {
    content: "\f105";
    color: #999;
    font-family: 'FontAwesome';
    margin-left: 8px;
}

.text_block{
	text-align: justify;
}
.text_block ul,
.text_block ol{
	padding: 0 0 15px 15px;
}
.service_img{
	float: left;
	max-width: 100%;
	margin: 0 20px 20px 0;
}
.text_block .txt_bx1{
	background: #ebf2f5;
	padding: 20px;
	margin: 15px 0;
}
.images3_bx {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.images3_bx .item{
	background: #fff;
	border: #ccc 1px solid;
	font-family: "LatoRegular";
	text-align: center;
	width: 30%;
	padding: 5px;
}
.images3_bx .item:hover{
	border-color: #aaa;
}
.images3_bx .item img{
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1.3;
	object-fit: cover;
	margin-bottom: 5px;
}

.text_block h2,
.text_block h3,
.text_block h4,
.text_block h5{
	font-weight: 800;
	text-align: left;
}
.text_block hr{
	border: none;
	border-top: #ccc 1px solid;
	margin: 20px 0;
}
.table_bx{
	width: 100%;
	max-width: calc(100vw - 40px);
	overflow-x: auto;
	padding: 0 0 5px;
	margin: 0 0 20px;
}
.table_bx.cn table{
	margin-left: auto;
	margin-right: auto;
}
.table_bx.cn td{
	padding: 10px;
}
.table_bx:not(.cn) table{
	min-width: 100%;
}
.table_bx:not(.cn) table td{
	border: #ccc 1px solid;
	padding: 10px;
}

.content_wrapper > .left{
	float: right;
	width: 300px;
	margin-left: 30px;
}
.content_wrapper > .content{
	float: left;
	width: calc(100% - 330px);
}

.cat_menu{
	background: #f0f0f0;
	border-radius: 5px;
	font-size: 16px;
	font-family: "LatoRegular";
	list-style: none;
	padding: 10px;
	margin: 0 0 20px;
}
.cat_menu li{
	border-top:#ccc 1px solid;
	padding: 4px 0;
}
.cat_menu li:first-child{
	border: none;
}
.cat_menu li a,
.cat_menu li span{
	display: inline-block;
	line-height: 1;
	padding: 5px;
}
.cat_menu li span{
	background: #0097D2;
	color: #fff;
}
.content_wrapper > .left .form_block{
	background: #FFF8E5;
	border-radius: 5px;
	padding: 15px;
}
.content_wrapper > .left .form_block .title{
	font-family: "LatoBold";
}
.form_block .info{
	font-family: "LatoRegular";
}
.form_block .info i{
	display: inline-block;
	border: #999 1px solid;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	width: 24px;
	height:24px;
	margin-right: 7px;
}


/*= input focus effects css
=========================== */
.input-effect .inp:focus{
	outline: none;
}
.input_block{
	margin: 30px 0 0;
	position: relative;
	z-index: 4;
}
.input-effect input[type="text"],
.input-effect input[type="tel"],
.input-effect input[type="email"],
.input-effect input[type="password"],
.input-effect input[type="file"],
.input-effect textarea,
.captcha_block input{
	display: block;
	color: #000;
	font-size: 15px;
	line-height: 24px;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
	outline: none;
}
.input-effect textarea{
	resize: none;
}
.inp,
.captcha_block input{
	border: 1px solid #888;
	font-family: "LatoLight";
	padding: 7px 14px;
	transition: 0.4s;
	background: transparent;
}

.inp ~ .focus-border:before,
.inp ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; height: 1px; background-color: #000; transition: 0.3s;}
.inp ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.inp ~ .focus-border i:before,
.inp ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 1px; height: 0; background-color: #000; transition: 0.4s;}
.inp ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.inp:focus ~ .focus-border:before,
.inp:focus ~ .focus-border:after,
.has-content.inp ~ .focus-border:before,
.has-content.inp ~ .focus-border:after{width: 100%; transition: 0.3s;}
.inp:focus ~ .focus-border i:before,
.inp:focus ~ .focus-border i:after,
.has-content.inp ~ .focus-border i:before,
.has-content.inp ~ .focus-border i:after{height: 100%; transition: 0.4s;}
.inp ~ label{
	color: #888;
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	left: 14px;
	width: 100%;
	top: 13px;
	transition: 0.3s;
	z-index: -1;
	letter-spacing: 0.5px;
}
.inp:focus ~ label,
.has-content.inp ~ label,
.inp[type="file"] ~ label{
	top: -18px;
	left: 0;
	font-size: 13px;
	color: #000;
	transition: 0.3s;
}

.inp ~ .show_pass{
	color: #b0976d;
	font-size: 18px;
	position: absolute;
	right: 10px;
	top: 50%;
	cursor: pointer;
	opacity: 0;
	transition: .5s;
	transform: translateY(-50%);
}
.inp ~ .show_pass.active{
	opacity: 1;
}

button{
	background: #1881B4;
	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;
	margin-top: 20px;
}
button:hover{
	box-shadow: 0 2px 10px rgba(0,0,0,.5);
}

[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);
}

.form1{
	background: #ebf2f5;
	border-top: #0097D2 3px solid;
	padding: 25px;
}
.form1 .title{
	font-size: 20px;
	font-family: "LatoBold";
}
.form1 .input_block{
	float: left;
	width: calc(50% - 10px);
}
.form1 .input_block:nth-child(2n){
	margin-right: 20px;
}

.posts .post{
	background: #fff;
	border-radius: 5px;
	transition: .3s;
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
	width: calc(50% - 10px);
	overflow: hidden;
	margin-bottom: 20px
}
.posts .post:hover{
	box-shadow: 0 5px 13px rgba(0,0,0,.3);
}
.posts .post .image{
	position: relative;
	width: 30%;
}
.posts .post .image img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 0;
}
.posts .post .preview{
	width: 70%;
	box-sizing: border-box;
	padding: 15px;
}
.posts .post .preview a{
	font-family: "LatoRegular";
}
.post_image{
	float: left;
	max-width: 40%;
	margin: 0 20px 20px 0;
}

.pagination_block{
	border-top: #c1c1c1 1px solid;
	color: #444;
	font-size: 20px;
	font-family: "LatoRegular";
	text-align: center;
	clear: both;
	padding: 20px 0 10px;
	margin-top:10px;
}
.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: #2092CA;
	color: #fff;
}
.pagination_block a{
	color: #444;
}
.pagination_block a:hover{
	color: #377AA8;
}

.contacts .socials{
	display: table;
}
.contacts .socials a i{
	background: none;
	border: #377AA8 1px solid;
	border-radius: 50%;
	transition: .3s;
	padding: 5px;
}
.contacts .socials a i:hover{
	background: #377AA8;
	color: #fff;
}

.map{
	pointer-events: none;
	width: 100%;
}
.map_block.active .map{
	pointer-events: auto;
}
.socials{
	clear: both;
	float: left;
	margin: 0 0 10px;
}
.socials a{
	background: #fff;
	border-radius: 50%;
	float: left;
	position: relative;
	z-index: 1;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	margin: 0 6px 6px 0;
}
.socials a i{
	/*background: rgba(255,255,255,.8);*/
	color: #377AA8;
	font-size: 22px;
	text-align: center;
	line-height: 34px;
	width: 34px;
	height: 34px;
	transition: .3s;
}
/*.socials a:hover i{
	background: #fff;
}*/

.contacts > .grid{
	width: 50%;
}


.contacts .features .item{
	display: block;
	margin: 10px 0;
}
.contacts .features .item .title{
	font-size: 18px;
	font-family: "LatoItalic";
	margin: 0 0 3px; 
}
.contacts .features .item .value{
	font-size: 20px;
	font-family: "LatoLight";
}
.contacts .c_phones a{
	display: inline-block;
	margin: 5px 20px 5px 0;
}
.map{
	pointer-events: none;
	width: 100%;
}
.map_block.active .map{
	pointer-events: auto;
}

.footer .cop{
	color: #888;
	font-size: 14px;
	float: right;
	margin: 10px;
	
}
.more{
	font-family: "LatoRegular";
}

.header_mob{
	display: none;
	background: #148DC5;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
	padding: 7px 0;
}
.open_sidebar{
	color: #fff;
	text-transform: uppercase;
	float: left;
	cursor: pointer;
}
.open_sidebar i{
	font-size: 32px;
	float: left;
}
.open_sidebar span{
	float: left;
	margin: 8px 0 0 10px;
}
.header_mob .btn1{
	background: #fff;
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	font-family: "LatoBold";
	float: right;
	cursor: pointer;
	padding: 4px 10px;
	margin: 2px 0 0;
}

.sidebar{
	background:#fff;
	width:250px;
	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 .logo{
	text-align: center;
	margin: 20px 0;
}
.sidebar .logo img{
	width: 160px;
}
.sidebar h6{
	color:#666;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	padding:10px 0 10px 15px;
}
.sidebar ul{
	font-family: "LatoBold";
	list-style:none;
	padding:0 10px 15px;
}
.sidebar li{
	border-top:#ccc 1px solid;
	padding:5px 0;
}
.sidebar li.cart{
	padding-top:20px;
}
.sidebar a,
.sidebar li span{
	display:block;
	color:#000;
	padding:5px;
}
.sidebar li span{
	background:#377AA8;
	color: #fff;
}
.sidebar ul ul{
	padding:0;
}
.sidebar li li a,
.sidebar li li span{
	padding-left:20px;
}
.sidebar li li li a,
.sidebar li li li span{
	padding-left:40px;
}
.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;
}
.sidebar .search{
	border:rgba(255,255,255,0.5) 1px solid;
	position:relative;
	width:calc(100% - 42px);
	padding:3px 5px;
	margin:10px 15px 20px;
}
.sidebar .search .input_search{
	display:block;
	background:none;
	border:none;
	outline:none;
	color:#717171;
	font: 12px/20px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	height:20px;
	position:relative;
}
.sidebar .search button{
	display:block;
	background:none;
	border:none;
	outline:none;
	color:#ffd81f;
	font-size:14px;
	line-height:1;
	cursor:pointer;
	position:absolute;
	right:2px;
	top:4px;
	padding:0;
	margin:0 !important;
}
.sidebar .search button i{
	color:#ffd81f;
}

.catalog_menu ul{
	font-family: "LatoBold";
	list-style:none;
}
.catalog_menu li{
	border-top:#ccc 1px solid;
	font-size:14px;
	text-transform:uppercase;
	position:relative;
	padding:8px 0;
}
.catalog_menu li:first-child{
	border:none;
}
.catalog_menu li li{
	font-size:13px;
	text-transform:none;
}
.catalog_menu li li:last-child{
	padding-bottom:0;
}
.catalog_menu a{
	display:inline-block;
	color: #000;
}
.catalog_menu > ul > li.parent a{
	padding-right:15px;
}
.catalog_menu a:hover{
	color:#377AA8;
}
.catalog_menu > ul ul{
	display:none;
}
.catalog_menu li.parent_selected > ul{
	display:block;
}
.catalog_menu .subcat{
	color:#aaa;
	font-size:15px;
	cursor:pointer;
	position:absolute;
	right:0;
	top:14px;
	transition:0.2s;
}
.catalog_menu .subcat:hover{
	color:#666;
}
.catalog_menu .selected .subcat{
	color: #fff;
	right: 5px;
}

#phones_cont{
	width:280px;
	max-width:100%;
}
#phones_cont .title{
	border-bottom:#ccc 1px solid;
	font-size:18px;
	font-family: "LatoBold";
	text-transform:uppercase;
	padding:0 0 10px;
	margin:0 0 10px;
}
#phones_cont .phones{
	padding:5px 0 0;
}
#phones_cont .phones a{
	display:block;
	color:#000;
	font-size:18px;
	font-family: "LatoBold";
	margin:0 0 8px;
}
#phones_cont .phones a span{
	display:inline-block;
	color:#666;
	font-size:14px;
	font-family: "LatoRegular";
	text-align:right;
	width:80px;
	margin:0 5px 0 0;
}


.blu_bg{
	background: #1679a7;
	color: #fff;
	padding: 10px;
	float: left;
	clear: both;
}
.table{
	border: 2px solid #666;
	border-radius: 7px;
	margin: 0 auto 20px;
}
.table thead{
	background: #ddd;
	border-bottom: 1px solid #666;
}
.table tr{
	border-bottom: 1px solid #666
}
.table tr:last-child{
	border-bottom: none;
}
.table td{
	border-right: 1px solid #666
}
.table td:last-child{
	border-right: none;
}
.table p{
	margin: 10px;
}
.why_we{
	background: #eee;
	padding: 5px;
}
.why_we h4{
	font-size: 17px;
	padding: 5px;
}
ul.check_list{
	margin: 10px 0;
	padding: 0;
}
.check_list li{
	position: relative;
	list-style-type: none;
	padding: 5px 5px 5px 45px;
	margin-bottom: 15px;
}
.check_list li p{
	margin-bottom: 0;
}
.check_list li h6{
	font-size: 15px;
	padding-bottom: 5px;
}
.check_list li i{
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	font-size: 28px;
	color: #188ec6;
}

.anchor{
	color: #188ec6;
	padding-bottom: 1px;
	border-bottom: 1px #188ec6 dashed;
	margin-bottom: 12px;
	display: inline-block;
}
.center{
	text-align: center;
}

/* --- Retina ---- */
@media only screen and (-webkit-min-device-pixel-ratio: 2.0),
       only screen and (min--moz-device-pixel-ratio: 2.0),
       only screen and (-o-min-device-pixel-ratio: 200/100),
       only screen and (min-device-pixel-ratio: 2.0){
}
@media (max-width: 1100px){
	.main_width {
	    width: calc(100% - 20px);
	}
	.content_wrapper{
		padding: 15px;
	}
	.content_wrapper > .left{
		width: 250px;
		margin-left: 20px;
	}
	.content_wrapper > .content {
	    width: calc(100% - 270px);
	}
	.main_categories.v2{
		justify-content: space-between;
	}
	.main_categories.v2 > .grid,
	.main_categories.v2 > .grid:nth-child(3n){
	    width: calc(50% - 7px);
	    margin: 0 0 14px;
	}
}
@media (max-width: 980px){
	.main_categories > .grid{
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.main_categories ul li{
		display: block;
		text-align: center;
	}
	.main_menu > li > a, 
	.main_menu > li > span{
		font-size: 16px;
	}
}

@media (max-width: 930px){
	.header .right{
		margin-top: 35px;
	}
	.header .addr_block{
		padding: 0;
	}
	.header .addr_block a span{
		display: block;
	}
}
@media (max-width: 870px){
	.header .addr_block{
		display: none;
	}
	.header .phones .col:first-child{
		border: none;
		box-shadow: none; 
	}
	.main_menu > li > a, 
	.main_menu > li > span{
		font-size: 14px;
	}
}
@media (max-width: 840px){
	.posts .post{
		width: 100%;
	}
	.form1 .input_block{
		width: 100%;
	}
	.form1 .input_block:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 780px){
	.contacts > .grid{
		width: 100%;
	}
}

/*---- Mobile version ----*/
@media (max-width: 760px){
	.header,
	.main_menu{
		display: none;
	}
	.header_mob{
		display: block;
	}
	.mob_top_padd{
		width: 100%;
		height: 80px;
	}
	.content_wrapper > .content{
		width: 100%;
	}
	.content_wrapper > .left{
		width: 100%;
		margin: 20px 0 0;
	}
}
@media (max-width: 600px){
	.post_image{
		width: 100%;
		max-width: 100%;
		margin: 0 0 20px;
	}
	.socials,
	.footer .cop{
		display: table;
		float: none;
		margin: 0 auto;
	}
	.footer .cop{
		font-size: 12px;
		margin: 10px auto;
	}
}
@media (max-width: 560px){
	.main_categories > .grid{
		width: 100%;
	}
	.content_wrapper {
	    padding: 10px;
	}
	.text_block p{
		font-size: 12px;
	}
	.table p {
	    margin: 7px;
	    font-size: 11px;
	}
	.images3_bx .item{
		width: 100%;
	}
}
@media (max-width: 460px){
	.path{
		display: none;
	}
	.posts .post .image{
		width: 100%;
		height: 150px;
	}
	.posts .post .preview{
		width: 100%;
	}
	.main_categories.v2 > .grid, 
	.main_categories.v2 > .grid:nth-child(3n){
		width: 100%;
	}
	.footer .cop{
		font-size: 9px;
	}
	h1, .h1 {
    	font-size: 19px;
	}
	li{
		font-size: 12px;
	}
}
@media (max-width: 400px){
	.table p {
	    margin: 6px;
	    font-size: 9px;
	}
}
@media (max-width: 330px){
	.table p {
	    margin: 5px;
	    font-size: 8px;
	}
}



