<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.div-bg-white &gt; div {
	background-color: #fff;
	padding: 10px 15px;
}
.my-bg-white {
  background-color: #fff;
  padding: 10px 15px;
}
.mobile-980 {
	display: none;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-color: #eee;
	border-style: solid;
	border-width: 1px 0 0;
}
#body {
    padding-top: 12px;
}
#body section article {
    margin: 0 1% 15px;
    padding: 10px 15px;
}
.almaty .content_item .info_bar .bar_item {
	height: 27px;
    line-height: 27px;
	list-style: none;
}
.almaty .content_item .info_bar .bar_item.bi_share {
	float: right;
}
.news_item .ft_image.f_photo a {
	display: block;
}
.news_item .ft_image.f_photo a img {
	width: 100%;
}
.almaty #comments_widget #comments_add_link {
    background-image: none;
    padding-left: 0;
}
.almaty header .menu li:hover .item {
    background-color: #3895c4;
}
.almaty header .menu ul {
	background-color: #3895c4;
    border-top: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 1px 1px #aaa;
}
.almaty header .menu ul li {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.almaty header .menu ul li a {
    color: #ddd;
}
.almaty header .menu ul li a:hover {
    color: #fff;
}
/*Мои стили*/
ul.maps_cat_list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.maps_cat_list li.maps_cat_item{
  box-sizing: border-box;
  font-size:18px;
  padding: 0 15px;
  margin-bottom:15px;
  width: 100%;
}
.maps_cat_item a {
  color: #383838;
  transition: 0.2s;
}
.maps_cat_item a:hover {
  color: #424242;
}
@media (min-width: 768px) {
  ul.maps_cat_list li.maps_cat_item{
	flex: 0 0 50%;
	max-width: 50%;
  }
}

@media (min-width: 992px) {
  ul.maps_cat_list li.maps_cat_item{
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  ul.maps_cat_list li.maps_cat_item{
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
  }
}

ul.maps_cat_list li.maps_cat_item .subcats{
  font-size:12px;
  line-height:20px;
}
ul.maps_cat_list li.maps_cat_item .subcats a{
  margin-right: 8px;
}
.head-block .head-two {
  margin-top: 25px;
}
.head-two-wd {
  display: flex;
  align-items: center;
}
.head-two-form {
  margin-right: 30px;
  width: 380px;
}
.head-two-wd-avatar .dropdown-menu{
  z-index: 1100;
}
.head-two-wd-avatar .dropdown-mobile {
  display: none;
}
.head-two-wd-avatar .dropdown:hover .dropdown-menu-1{
  display: block;
  left: auto;
  right: 100%;
  top: 0;
}

.footer_title {
  color: #3b3b3b;
  margin-bottom: 10px;
}
.nav-simple &gt; li{
  padding: 2px 0;
}
.nav-simple .item{
  color: #3b3b3b;
  font-size: 14px;
}

.widget_auth_header {
  padding: 5px 10px;
  width: 250px;
}

.t_c_block_polosa {
position: absolute;
overflow: hidden;
width: 85px;
height: 88px;
top: -3px;
right: -3px;
z-index: 1;
}

.t_c_polosa {
position: relative;
display: block;
text-align: center;
font-size: 15px;
font-weight: bold;
color: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
padding: 7px 0;
left: -5px;
top: 15px;
width: 120px;
line-height: 20px;
background-color: #555;
box-shadow: 0 0 3px rgba(0,0,0,0.3)
}

.t_c_polosa:before,.t_c_polosa:after {
position: absolute;
content: " ";
line-height: 0;
border-top: 2px solid #555;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
bottom: -2px
}

.t_c_polosa:before {
left: 0;
bottom: -1px
}

.t_c_polosa:after {
right: 0
}

.t_c_polosa.color_1 {
background-color: #8BC34A;
}

.t_c_polosa.color_2 {
background-color: #00BCD4;
}

.t_c_polosa.color_3 {
background-color: #F44336;
}

.t_c_polosa.color_4 {
background-color: #FFCA28;
}

.t_c_polosa.color_5 {
background-color: #009688;
}

body .board_block ul li .board_img img { max-width: 160%;     width: auto; }
.board_block ul li .board_img{width:253px}

.my_socialicons{
    margin: 0;
    padding: 0;
    list-style: none;
}
.my_socialicons li{
    float: left;
    margin-right: 8px;
}

.boxtel{
	font-size: 10px;
	position: fixed; 
	right: 22%;
	top: 90%; 
	z-index: 1000;
}

@keyframes bouncing{
  0%  { bottom: 0; box-shadow: 0 0 5px rgba(0,0,0,0.5);}
  100%{ bottom: 10px; box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
}

buttontel{
	
    animation: bouncing 0.5s cubic-bezier(.1,.25,.1,1) 0s infinite alternate both;
    background: MediumSeaGreen;
    border-radius: 2px;
    display: inline-block;
    color: white;
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    padding: 0.5em 1em 0.5em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
    margin-top: 50px;
}

.cbp-rfgrid {
    margin: 35px -1%;
	text-align: center;
}
.cbp-rfgrid &gt; a {
	margin: 0 1% 1.5rem;
	float: left;
    position: relative;
    overflow: hidden;
    width: 31.33%;
	height: 300px;
	padding: 0 1rem 1rem;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
}
.cbp-rfgrid a .text {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(71,163,218,.2);
    text-align: center;
	transition: .3s;
}
.cbp-rfgrid a:hover .text {
	background: rgba(71,163,218,.7);
}
.cbp-rfgrid a .text h3 {
	color: rgba(255,255,255,1);
	font-size: 26px;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 4px #777;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -20px;
	z-index: 4;
	transition: .5s;
}
.cbp-rfgrid a:hover .text h3 {
	font-size: 22px;
	color: rgba(255,255,255,.7);
	top: 25%;
}
.cbp-rfgrid a .text .description {
	font-style: italic;
	color: #fff;
	text-shadow: 0 0 1px #777;
	transition: .5s;
	opacity: 0;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	position: absolute;
	top: 120%;
	left: 0;
}
.cbp-rfgrid a:hover .text .description {
	opacity: 1;
	top: 40%;
}
.cbp-rfgrid a .text .description::after {
	content: "Подробнее";
	display: block;
	background-color: rgba(71,163,218,1);
	border: 1px solid #eee;
	height: 25px;
	line-height: 25px;
	margin: 15px auto 0;
	width: 90px;
	font-size: 12px;
}
@media screen and (max-width: 1179px) {
	.cbp-rfgrid &gt; a {
		height: 250px;
	}
}
@media screen and (max-width: 980px) {
	.normal-980 {
		display: none;
	}
	.mobile-980 {
		display: block;
	}
	#body section article {
		margin: 0 0 15px;
	}
}
@media screen and (max-width: 800px) {
	.cbp-rfgrid &gt; a {
		width: 48%;
		margin: 0 1% 1rem;
	}
	.cbp-rfgrid a .text {
		left: 10px;
		top: 10px;
		right: 10px;
		bottom: 10px;
	}
	.cbp-rfgrid a .text h3,
	.cbp-rfgrid a:hover .text h3 {
		font-size: 22px;
		top: 50%;
	}
	.cbp-rfgrid a .text .description {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.cbp-rfgrid &gt; a {
		height: 200px;
		margin: 0 1% .5rem;
	}
	.cbp-rfgrid a .text h3,
	.cbp-rfgrid a:hover .text h3 {
		font-size: 22px;
	}
}
@media screen and (max-width: 480px) {
	.cbp-rfgrid {
		margin: 25px 0%;
	}
	.cbp-rfgrid &gt; a {
		width: 100%;
		margin: 0 0 1rem;
	}
	.cbp-rfgrid &gt; a {
		height: 250px;
	}
}
@media screen and (max-width: 359px) {
	.cbp-rfgrid &gt; a {
		height: 200px;
	}
}

#comments_widget #comments_add_link &gt; a {
	font-size: 1.5em;
	color: #fff;
	display: block;
	padding: 10px;
	background-color: #f80654;
	text-align: center;
	transition: .3s;
	margin: 0 0 25px;
}
#comments_widget #comments_add_link &gt; a:hover {
	background-color: #d8064c;
}
/* 20190224 */
body.almaty {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #3b3b3b;
}
.almaty footer {
    background-color: #fff;
	border-top: 1px solid rgba(255, 255, 255, .8);
	color: #3b3b3b;
}
.almaty footer::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 10px;
	background: -moz-linear-gradient(top,  rgba(232,232,232,0.65) 0%, rgba(232,232,232,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(232,232,232,0.65) 0%,rgba(232,232,232,0) 100%);
	background: linear-gradient(to bottom,  rgba(232,232,232,0.65) 0%,rgba(232,232,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e8e8e8', endColorstr='#00e8e8e8',GradientType=0 );
}
.almaty footer ul {
    font-weight: 700;
    text-transform: uppercase;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../addon/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../addon/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../addon/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../addon/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../addon/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../addon/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #31a1d9;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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;
}
body {
  background: #f3f3f3 url("../img/body_bg.jpg") no-repeat center top;
  background-size: 100% auto;
  color: #3b3b3b;
  font-family: "Roboto", sans-serif;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/*--------- Widgets Content Carousel --------*/
.carousel_block .widget{ margin: 0;}
.sl_block {float:left;position:relative;}

@media (min-width: 640px) {
  .sl_style1 .sl_block:nth-child(1) {
    width:50%;
    height:282px;
  }
  .sl_style1 .sl_block:nth-child(2) {
    display: none;
  }
  .sl_style1 .sl_block:nth-child(3) {
    width:50%;
    height:141px;
  }
  .sl_style1 .sl_block:nth-child(4) {
    width:50%;
    height:141px;
  }
}
@media (min-width: 992px) {
  .sl_style1 .sl_block:nth-child(1) {
  width:50%;
  height:282px;
  }
  .sl_style1 .sl_block:nth-child(2) {
  width:25%;
  height:282px;
  display: block;
  }
  .sl_style1 .sl_block:nth-child(3) {
  width:25%;
  height:141px;
  }
  .sl_style1 .sl_block:nth-child(4) {
  width:25%;
  height:141px;
  }
}
@media (max-width: 639px) {
  .sl_style1 {
    display: none;
  } 
}

@media (max-width: 991px) {
  .sl_auto_width .sl_block {
    width: 100% !important;
  }
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
	margin: 0;
}
.sl_auto_width,
.sl_style3 .sl_block {
  height: 240px;
  width: 100%;
}
.sl_img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('/upload/f_project/no_img_big.jpg');
  display: block;
  height: 100%;
  width: 100%;
} 
.sl_span_img {
  height: 240px;
  overflow: hidden;
  display: block;
}

.sl_span_img img {
  height: 240px;
  /*width: auto !important;*/
}

.sl_info{
  position:absolute;
  bottom:0;
  width: 100%;
  text-shadow: 0 0 1px #666;
}
.sl_cat {
  background-color: rgba(95, 148, 217, 0.75);
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding: 6px 15px;
  position: relative;
  text-transform: uppercase;
}
.almaty .sl_cat {
  display: none;
}

.sl_cat a {
    color: inherit;
}
.sl_desc {
  background-color: rgba(33, 139, 196, 0.5);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
}
.almaty .sl_desc {
    text-transform: uppercase;
    min-height: 60px;
}
.sl_desc_hover {
  display: block;
  max-height: 40px;
  color: #fff;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out 0s;
}
.sl_desc_hover:hover {
  color: #fff;
}
.sl_desc:hover .sl_desc_hover{
  max-height: 100px;
}
.almaty .widget_comments_list .item .image {
    border-width: 0;
	padding: 0;
}
.almaty .widget_comments_list .item .info {
    float: left;
    width: calc(100% - 42px);
}
.almaty .widget_comments_list .item .title .author {
	display: none;
}
.almaty .widget_comments_list .item .text {
	color: #3b3b3b;
}
.almaty header,
#body {
	border-color: rgba(255, 255, 255, .8);
	border-style: solid;
    border-width: 0 1px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.almaty .header_cont {
	max-width: 100% !important;
    padding: 25px 10px;
    background-color: rgba(232, 232, 232, 0.4);
}
.almaty #layout header {
    background: transparent;
}
.almaty #body {
    background-color: #e8e8e8;
}
.almaty .section_left .widget &gt; .widget_body {
	padding-right: 0;
}
.almaty .widget &gt; .widget_title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
.almaty aside .widget &gt; .widget_title,
.sidebar-left .widget &gt; .widget_title {
	text-align: center;
}
.almaty aside {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.almaty .widget_content_list.tiles-big {
	margin: 0 -7px;
}
.almaty .widget_content_list.tiles-big .item .image {
    height: 158px;
}
.almaty .widget_content_list.tiles-big .item .title a {
    font-weight: 700;
	color: #3b3b3b;
}
.almaty .widget_content_list.tiles-big .item {
    font-size: 11px;
}
.almaty .widget_content_list.tiles-big .item .title {
    font-size: 12px;
}
.almaty .widget_tabbed .tabs ul .tab {
	font-weight: 700;
	text-transform: uppercase;
}
.almaty .widget_tabbed .tabs ul li &gt; a {
	text-decoration: none;
}
.mobile-header {
	height: 50px;
	position: relative;
}
.mobile-header .limiter {
	background-color: #fff;
	padding: 10px 20px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	width: 100%;
	max-width: 100% !important;
	height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #e7e7e7;
	box-shadow: 0 0 10px #555;
}
#logo-mobile {
    height: 30px;
	margin: 0 auto;
	width: 146px;
}
#logo-mobile a {
    background: url("../images/logo.png") no-repeat center center;
    background-size: contain;
    display: block;
    height: 100%;
    width: 100%;
}
.mobile-header-buttom {
	height: 34px;
	width: 40px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	cursor: pointer;
	transition: .5s;
	border-radius: 4px;
	position: absolute;
	top: 8px;
}
.mobile-header-buttom:hover,
.mobile-header-buttom.active {
	background-color: #ddd;
}
.mobile-header-buttom.left-button {
	left: 2%;
	font-size: 20px;
	padding: 4px 0;
	text-align: center;
	text-shadow: 0 0 1px #fff;
}
.mobile-header-buttom.right-button {
	right: 2%;
	padding: 8px;
}
.mobile-header-buttom .icon-bar {
	background-color: #888;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	box-shadow: 0 0 1px #fff;
}
.mobile-header-buttom .icon-bar + .icon-bar {
	margin-top: 4px;
}
.mobile-header-left,
.mobile-header-right {
	width: 280px;
	color: #fff;
}
.mobile-header-left form .field label {
    color: #fff;
}
.mobile-header-left a {
    color: #f5cf53;
}
.mobile-header-left a:hover {
    text-decoration: underline;
}
.mobile-header-left .widget &gt; .widget_body,
.mobile-header-right .widget &gt; .widget_body {
    padding-bottom: 0;
}
.mobile-980 .treeview {
	margin: -15px -15px 0;
}
.mobile-980 .treeview ul {
    background-color: #31a1d9;
    margin: 0;
}
.mobile-980 .treeview &gt; ul {
    padding: 0;
}
.menu_vertical li.folder ul li {
    padding-left: 0 !important;
	background-color: rgba(255,255,255,.1);
}
.mobile-980 .treeview ul li a {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.mobile-980 .menu_vertical.treeview .item {
	background-image: none;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 12px 0 12px 15px;
	background-position: 15px center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}
.mobile-980 .menu_vertical .menu li.active &gt; .item,
.mobile-980 .menu_vertical .item.selected {
    color: #ffc94e !important;
}
.mobile-980 .menu_vertical.treeview .collapsable &gt; .item,
.mobile-980 .menu_vertical.treeview .item:hover {
	background-color: rgba(0,0,0,.1);
}
.mobile-980 .treeview .hitarea {
    height: 39px;
	width: 40px;
	position: relative;
	z-index: 99;
	border-left: 1px solid rgba(0,0,0,.1);
	background-color: rgba(255,255,255,.05);
	background-image: url("../images/minus.gif");
	background-position: center center;
	background-repeat: no-repeat;
}
.mobile-980 .treeview .hitarea.expandable-hitarea {
	background-image: url("../images/plus.gif");
}
.mobile-header-left,
.mobile-header-right {
	background-color: #31a1d9;
	position: fixed;
	max-height: calc(100% - 51px);
	overflow-y: auto;
	transition: .5s;
	top: 51px;
	z-index: 9999;
}
.mobile-header-left {
	left: -280px;
}
.mobile-header-right {
	right: -280px;
}
.mobile-header-left.active {
	left: 0;
}
.mobile-header-right.active {
	right: 0;
}
.mobile-header-left-close,
.mobile-header-right-close,
.mobile-header-close {
	display: block;
	height: 51px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	background-color: rgba(0,0,0,.1);
	background-image: url("../images/icons/close-white.gif");
	background-position: center center;
	background-repeat: no-repeat;
}
.nyroModalCont .login_layout form {
	min-height: 260px;
}
.footer-box {
    position: relative;
	overflow: hidden;
	margin-top: -40px;
	background-color: #e8e8e8;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.footer-box .limiter {
	max-width: 1170px;
}
#subfooter {
	overflow: hidden;
	clear: both;
	padding: 20px 0 60px;
}
#subfooter &gt; div {
	float: left;
	overflow: hidden;
	width: 23.5%;
	margin-right: 2%;
}
#subfooter &gt; div:last-child {
	margin-right: 0;
}
#subfooter ul {
	margin: 0;
	padding: 0;
}
#subfooter li {
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
}
#subfooter .my_socialicons li {
	margin-right: 8px;
}
#subfooter .my_socialicons li:last-child {
	margin-right: 0;
}
#subfooter li .item {
    color: #3b3b3b;
    font-size: 14px;
}
#subfooter .widget_title {
	background-color: transparent;
	border-width: 0;
	color: #3b3b3b;
	margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.1;
	height: auto;
}
#subfooter .widget &gt; .widget_body {
	padding-top: 0;
}
.almaty .actions_fixed .widget_body {
    overflow: hidden;
}
.almaty #body section #widget_pos_action .actions_fixed .menu {
    margin: -15px -15px -10px;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills &gt; li {
  float: left;
}
.nav-pills &gt; li &gt; a {
  border-radius: 4px;
}
.nav-pills &gt; li + li {
  margin-left: 2px;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.almaty .pagebar_pages .pagebar_current,
.almaty .pagebar_pages .pagebar_page {
	padding: 5px 8px
}
#maps-item-menu select,
.almaty #comments_widget.tabs-menu select,
.almaty #user_profile_tabs .tabs-menu &gt; select {
	display: none !important;
}
#maps-item-menu .tabs-menu ul,
.almaty #comments_widget.tabs-menu ul,
.almaty #user_profile_tabs .tabs-menu &gt; ul  {
	display: block !important;
}
#maps-item-menu .tabs-menu .nav-tabs,
.almaty #user_profile_tabs .tabs-menu &gt; ul {
	height: auto;
	overflow: hidden;
	padding-right: 0;
	border-color: rgba(0,0,0,0);
	padding: 1px;
}
.almaty #user_profile_tabs .tabs-menu &gt; ul {
	padding-left: 5px;
}
#maps-item-menu .tabs-menu .nav-tabs &gt; li,
.almaty #user_profile_tabs .tabs-menu &gt; ul li {
	margin-bottom: -1px;
	margin-right: -1px;
}
#maps-item-menu .tabs-menu .nav-tabs &gt; li &gt; a,
.almaty #user_profile_tabs .tabs-menu &gt; ul li &gt; a {
	display: block;
	border-color: #ddd;
	margin-right: 0;
}
#maps-item-menu .nav-tabs &gt; li &gt; a:hover,
.almaty #user_profile_tabs .tabs-menu &gt; ul li &gt; a {
	background-color: #f6f6f6;
}
#maps-item-menu .nav-tabs &gt; li.active &gt; a,
#maps-item-menu nav-tabs &gt; li.active &gt; a:hover,
#maps-item-menu .nav-tabs &gt; li.active &gt; a:focus,
.almaty #user_profile_tabs .tabs-menu &gt; ul li.active &gt; a,
.almaty #user_profile_tabs .tabs-menu &gt; ul li.active &gt; a:hover,
.almaty #user_profile_tabs .tabs-menu &gt; ul li.active &gt; a:focus {
	background-color: #eee;
}
.almaty #user_profile_tabs .tabs-menu .tabbed li a {
	border-width: 1px !important;
	margin: 0 !important;
	padding: 0 10px !important;
    line-height: 32px;
    height: 36px;
}
/* .almaty #user_profile_tabs .tabs-menu .tabbed li a {
	color: #2980b9;
}
.almaty #user_profile_tabs .tabs-menu .tabbed li.active a {
	color: #888;
} */
.almaty #user_profile .block .content_counts a {
	height: auto;
}
#maps-addresses &gt; li {
    list-style: none;
}
.almaty .content_datasets ul {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
.almaty .content_datasets ul li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0;
	line-height: 32px;
    min-height: 32px;
}
.almaty .content_datasets ul li a {
	font-size: 1.1em;
	text-decoration: none;
}
.almaty .content_datasets ul li a:hover,
.almaty .content_datasets ul li.active a {
	color: #31a1d9;
}
.category_description {
	overflow: hidden;
}
.category_description ul {
    overflow: hidden;
    background-color: #fff;
    margin: 15px 0 5px;
    padding: 15px;
}
.category_description ul li {
    list-style: none;
}
.category_description .list-null.places-cat-nav a span {
	display: inline-block;
	min-height: 26px;
	line-height: 18px;
	vertical-align: middle;
}
.wd-cupons-list {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1% -2em;
	padding: 0;
}
.wd-cupons-list .quarter {
	box-sizing: border-box;
    margin: 0 1%;
    padding: 0 15px 0 0;
    width: 23%;
}
.wd-cupons-list .quarter .mc-btn-action {
	padding-top: 7px;
}
.wd-cupons-list .quarter .mc-btn-action .icon-bar {
	background-color: #fff;
	display: block;
	width: 50%;
	margin: 0 25% 3px;
	height: 2px;
}
.wd-cupons-list .quarter .mc-btn-action .icon-bar:last-child {
	margin-bottom: 0;
}
.mobile-header-right .widget_search {
    padding: 13px;
    background-color: rgba(0,0,0,.2);
}
@media screen and (max-width: 1179px) {
	#subfooter &gt; div {
		width: 49%;
		margin-bottom: 30px;
	}
	#subfooter &gt; div:nth-child(2n) {
		margin-right: 0;
	}
	.footer-box .limiter {
		max-width: 96% !important;
	}
	#subfooter .widget_title {
		padding: 0 3px;
	}
	#subfooter .widget &gt; .widget_body {
		padding: 0 3px 5px;
	}
	.wd-cupons-list .quarter .material-card h2 {
		font-size: 1em;
	}
}
@media screen and (max-width: 980px) {
	.almaty .section_left .widget &gt; .widget_body {
		padding-right: 15px;
	}
}
@media screen and (max-width: 979px) {
	.wd-cupons-list .quarter {
		width: 48%;
	}
}
@media screen and (max-width: 479px) {
	#subfooter &gt; div {
		width: 100% !important;
		margin-right: !important;
	}
}
@media screen and (max-width: 359px) {
	.wd-cupons-list {
		margin: 0 0 -2em;
	}
	.wd-cupons-list .quarter {
		width: 100%;
		margin: 0;
	}
}
/* 20190224 end */</pre></body></html>