

/* Start:/bitrix/templates/kazak/css/slick.css?17122220902381*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider:hover .slick-arrow {
	opacity: 1;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    .display-flex();
    position: relative;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
    display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    background-image: url('/bitrix/templates/kazak/img/bg_direction_nav.png');
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 27px;
    width: 27px;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    z-index: 100;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.slick-prev {
    left: 5px;
	background-position: 0 0;
}

.slick-next {
    right: 5px;
	background-position: 27px 0;
}

.slick-dots {
    font-size: 0;
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin: 0 10px;
}

.slick-dots button {
	background-color: #BDBDBD;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 0;
	padding: 0;
	height: 16px;
	width: 16px;
}

.slick-dots .slick-active button {background-color: #494E56;}
/* End */


/* Start:/bitrix/templates/kazak/css/lightbox.css?17122220904190*/
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(/bitrix/templates/kazak/css/../img/close.png) url(/bitrix/templates/kazak/css/../img/loading.gif) url(/bitrix/templates/kazak/css/../img/prev.png) url(/bitrix/templates/kazak/css/../img/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/bitrix/templates/kazak/css/../img/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(/bitrix/templates/kazak/css/../img/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(/bitrix/templates/kazak/css/../img/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/bitrix/templates/kazak/css/../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* End */


/* Start:/bitrix/templates/kazak/styles.css?171222209028338*/
html {height: 100%;}
body {margin: 0; padding: 0; height: 100%; background: #DBDAD7; font-family: 'PT Sans',sans-serif; position: relative; font-size: 16px;}

/* basic grid */

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
    float: left;
    margin: 0 1%;
}

.grid-1 {width: 6.333%;}
.grid-2 {width: 14.667%;}
.grid-3 {width: 23%;}
.grid-4 {width: 31.333%;}
.grid-5 {width: 39.667%;}
.grid-6 {width: 48%;}
.grid-7 {width: 56.333%;}
.grid-8 {width: 64.667%;}
.grid-9 {width: 73%;}
.grid-10 {width: 81.333%;}
.grid-11 {width: 89.667%;}
.grid-12 {width: 98%;}

.alpha {margin-left: 0 !important;}
.omega {margin-right: 0 !important;}

[class^="grid-"]  .grid-1 {width: 6.5%;}
[class^="grid-"]  .grid-2 {width: 15%;}
[class^="grid-"]  .grid-3 {width: 23.5%;}
[class^="grid-"]  .grid-4 {width: 32%;}
[class^="grid-"]  .grid-5 {width: 40.5%;}
[class^="grid-"]  .grid-6 {width: 49%;}
[class^="grid-"]  .grid-7 {width: 57.5%;}
[class^="grid-"]  .grid-8 {width: 66%;}
[class^="grid-"]  .grid-9 {width: 74.5%;}
[class^="grid-"]  .grid-10 {width: 83%;}
[class^="grid-"]  .grid-11 {width: 91.5%;}
[class^="grid-"]  .grid-12 {width: 100%;}

[class^="grid-"] > [class^="grid-"]:first-child {margin-left: 0;}
[class^="grid-"] > [class^="grid-"]:last-child {margin-right: 0;}

/* clears */
.container {max-width: 1170px; width: 100%; margin: 0 auto;position: relative;}
.container:after, .clear:after, [class^="col"]:after, .image-cover:nth-child(3n):after  {content: ""; display: block; clear: both;}
.clear {clear: both;}

/* valigner */
.valigner {display: table; width: 100%;}
.valigner .valigner-row {display: table-row;}
.valigner .valigner-cell {display: table-cell; vertical-align: middle;}

/*sameheight*/
.sameheight .grid-4:after, .sameheight .grid-8:after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 1%;
    position: absolute;
    top: 0;
    width: 64.667%;
    z-index: -1;}
.sameheight .grid-4:after {
    left: 67.667%;
    width: 31.333%;
}
.sameheight.no-bg .grid-8:after{left: 0; width: 0;}

/* common styles */
a {color: #2241B6;}
a:hover, a:focus {color: #00008B;}
a:active {color: #551A8B;}
a, a:hover, a:active {outline: none;}
a img {outline: none; border:none;}
p {}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
h1 {font-size: 32px; }
h2 {font-size: 22px;}
h3 {}
h4 {}
h5 {}
h6 {}

.float-right {float: right;}
.float-left {float: left;}
.margin-top-big {margin-top: 30px !important;}
.center {text-align: center;}
.right {text-align: right;}

#wrapper {min-height: 100%; height: auto; padding-top: 1px;}

#header {margin-top: 20px; margin-bottom: 60px;}
#header.main {margin-bottom: 0;}
#logo{background: url("/bitrix/templates/kazak/img/logo_container.png"); width: 370px; height: 83px; padding-top: 28px; padding-right: 15px; margin-bottom: -91px; position: relative; z-index: 9;}
#logo a {
    color: #FFFFFF;
    display: block;
    padding: 0 34px;
    position: relative;
    text-align: right;
    text-decoration: none;
}
#logo > a:after {
    clear: both;
    content: "";
    display: block;
    width: 100%;
}
#logo a span {display: block; float: left; font-size: 24px; font-weight: bold; line-height: 34px; margin-right: 10px; width: 220px;}
#logo a img {
    border: medium none;
    display: block;
    float: left;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 65px;
}
.dvs-mainmenu {background: #A84241; height: 60px; padding-left: 370px;}
.dvs-mainmenu > ul {position: relative;}
.dvs-mainmenu > ul:after {content: ''; clear: both; width: 100%; display: block;}
.dvs-mainmenu > ul > li {list-style: none; float: left; }
.dvs-mainmenu > ul > li > a {color: #FFFFFF; display: block; font-size: 20px; line-height: 60px; padding: 0 10px; margin-left: 5px; text-decoration: none;}
.dvs-mainmenu > ul > li:first-child > a {margin-left: 0;}
.dvs-mainmenu > ul > li:hover > a, .dvs-mainmenu > ul > li.active > a, ul.dvs-submenu > li.active > a  {background: rgba(123, 32, 37, 0.7); color: #FFFC1E;}
.dvs-mainmenu  ul li:hover  ul.dvs-submenu {margin: 0 0 0 5px; opacity: 1; visibility: visible;}

ul.dvs-submenu {background: rgba(123,32,37,0.9); 
                border: none; margin: 30px 0 0 30px; 
                opacity: 0; padding: 0; 
                position: absolute; 
                top: 60px; 
                visibility: hidden;
                transition: top 0.25s ease-out 0s, opacity 0.25s ease-out 0s, margin 0.25s ease-out 0s;
                width: 280px;
                z-index: 10;
}
ul.dvs-submenu > li {border-bottom:1px dotted rgba(255, 255, 255, 0.2); transition: all 0.2s ease-out 0s;list-style: none;}
ul.dvs-submenu > li:last-child {border-bottom: none; }
ul.dvs-submenu > li > a {font-size: 20px; line-height: 25px; padding: 10px 14px 10px 26px; color: #fff; text-decoration: none; display: block; }
ul.dvs-submenu > li:hover {background-color: rgba(0, 0, 0, 0.2); }
ul.dvs-submenu > li:hover a{color: #FFFC1E;}

.menu-toggle {background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 18.7C21 19.1418 20.6418 19.5 20.2 19.5L0.799997 19.5C0.35817 19.5 -1.90735e-06 19.1418 -1.90735e-06 18.7V17.8C-1.90735e-06 17.3582 0.35817 17 0.799997 17L20.2 17C20.6418 17 21 17.3582 21 17.8V18.7Z' fill='white'/%3E%3Cpath d='M21 10.2C21 10.6418 20.6418 11 20.2 11L6.8 11C6.35817 11 6 10.6418 6 10.2V9.3C6 8.85817 6.35817 8.5 6.8 8.5L20.2 8.5C20.6418 8.5 21 8.85817 21 9.3V10.2Z' fill='white'/%3E%3Cpath d='M21 1.7C21 2.14183 20.6418 2.5 20.2 2.5L0.799997 2.5C0.35817 2.5 -1.90735e-06 2.14183 -1.90735e-06 1.7V0.799999C-1.90735e-06 0.358171 0.35817 0 0.799997 0L20.2 0C20.6418 0 21 0.358171 21 0.799999V1.7Z' fill='white'/%3E%3C/svg%3E%0A"); background-position: center center; background-repeat: no-repeat;
	background-color: transparent; border: none; cursor: pointer; padding: 0; display: none; width: 30px; height: 30px;}

/*slider*/
.slider { position: relative;}
.dvs-slider {}
#showcase-carousel p {color: #ffffff; font-size: 20px; background: rgba(0, 0, 0, 0.75); bottom: 50px; margin: 0; max-width: 334px; padding: 15px 18px; position: absolute; right: 0;}
#showcase-carousel .carousel-control {bottom: 10px; cursor: pointer; display: none; height: 40px; position: absolute; width: 45px; z-index: 5;}
#showcase-carousel .left.carousel-control {background: url("/bitrix/templates/kazak/img/slideshow_arrow.png") no-repeat scroll 11px 4px rgba(153, 0, 0, 0.7); right: 60px;}
#showcase-carousel .right.carousel-control {background: url("/bitrix/templates/kazak/img/slideshow_arrow.png") no-repeat scroll -33px 4px rgba(153, 0, 0, 0.7); right: 1%;}
#showcase-carousel:hover .carousel-control {display: block;}
#showcase-carousel .carousel-inner {padding-top: 29.381%;}
#showcase-carousel .carousel-inner img {display: block; width: 100%; height: 100%; object-fit: cover;}
#showcase-carousel .carousel-inner  > .item {display: block; bottom: 0; left: 0; overflow: hidden; opacity: 0; position: absolute; right: 0; top: 0; z-index: 1;}
#showcase-carousel .carousel-inner  > .active {opacity: 1; z-index: 2;}
/*areas*/
.areas {padding-top: 60px; padding-bottom: 60px;}
.area {background: #fff; position: relative;}
.area-image {background: #EBEAE8; text-align: center; height: 60px; margin: 1px 1px 50px;}
.area-image img {border-radius: 120px; width: 120px; height: 120px; margin-top: -30px; transition: all 0.2s ease-out 0s;}
.area:hover .area-image img {transform: scale(1.25) rotate(7deg);}
.area-title {padding: 5px 10px 20px; text-align: center;}
.area-title a { color: #2241B6; font-size: 24px; text-align: center; text-decoration: none;}
.area-title a::after {content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
.area-title a:hover {border-bottom: 1px solid #00008B; color: #00008B;}

/*mainbody*/
#mainbody {}
.block {background: #fff; padding: 1px;}
.items {padding: 15px;}
.item {}
.item:after {content: ''; display: block; clear: both;}
.title-item {margin-bottom: 30px;}
.title-item h1 {font-size: 32px; font-weight: normal; margin-top: 0; margin-bottom: 10px;}
.title-item p {background: #EBEAE8; padding: 8px 18px; margin: 0 0 20px; color: #999999; font-style: italic; font-size: 15px;}
.item-content {margin-bottom: 40px;}
.item-content img {float: left; margin: 0 10px 10px 0; width: 300px;}
.item-content p {margin: 0 0 10px;}

.sidebar {}
.sidebar-module {}
.sidebar-module h2 {background: #E0E0DE; color: #fff; font-size: 22px; line-height: 30px; margin: 0 0 14px; padding: 10px 0 0 20px; position: relative; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); font-weight: normal;}
.sidebar-module h2.red span, .sidebar-module h2.blue span {display: block; background: url('/bitrix/templates/kazak/img/sidebar_heading_r.png') 100% 0; line-height: 43px; margin-right: -12px; padding-left: 15px; position: relative; height: 56px;}
.sidebar-module h2.red span:before, .sidebar-module h2.blue span:before {content: ''; display: block; background: url('/bitrix/templates/kazak/img/sidebar_heading_r.png') 0 0; height: 46px; position: absolute; left: -10px; top: 0; width: 10px;}
.sidebar-module h2.blue span {background: url('/bitrix/templates/kazak/img/sidebar_heading_r.png') 100% -59px;}
.sidebar-module h2.blue span:before {background: url('/bitrix/templates/kazak/img/sidebar_heading_r.png') 0 -59px;}

.sidebar-content {padding: 0 15px 15px; position: relative;}
.sidebar-content .grid-4 img {width: 100%;}
.sidebar-content p {margin: 25px 0;}
.sidebar-content p a {text-decoration: none;}
ul.nav-tabs {position: relative; border-bottom: 1px solid #ccc; margin: 0 0 10px; padding: 0;}
ul.nav-tabs:after, .sidebar-content:after {content: ''; display: block; clear: both;}
ul.nav-tabs li{list-style: none; float: left; border-radius: 4px 4px 0 0; padding: 10px; margin-bottom: -1px;}
ul.nav-tabs li.active {border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #fff;}
ul.nav-tabs li a {text-decoration: none;}
.tab-content {overflow: auto;}
.tab-pane {display: none;}
.tab-pane:after {content: ''; display: block; clear: both;}
.tab-pane.active {display: block;}
.tab-pane img {width: 92px; margin: 7px 15px 0 0; float: left;}

.list {margin: 0; padding: 0;}
.list .item > div {list-style: none; padding: 10px; border: 1px solid #ccc; border-radius: 4px; margin-bottom: 2px;}
.list .item > div a {text-decoration: none;}
.list .item > div a:hover {text-decoration: underline;}
.list .item > div.active a:hover {text-decoration: none;}
.list .item > div.active a {color: #333333;}

ul.list {margin: 0; padding: 0;}
ul.list li{list-style: none; padding: 10px; border: 1px solid #ccc; border-radius: 4px; margin-bottom: 2px;}
ul.list li a {text-decoration: none;}
ul.list li a:hover {text-decoration: underline;}
ul.list li.active a:hover {
    text-decoration: none;
}
ul.list li.active a {
    color: #333333;
}

/*Gallery*/
.image-block {margin: 5px;}
.image-block:hover {-moz-box-shadow: 2px 2px 10px 0 #CCCCCC; box-shadow: 2px 2px 10px 0 #CCCCCC;}

/*Partners*/
#partners {padding-top: 60px;}
.partners {background: #fff; position: relative;}
.partners .valigner-cell {}
.partners:after {content: ''; display: block; clear: both;}
.partners img {width: 100px; float: left;}
.partners ul {margin: 0; padding: 0;}
.partners ul li {float: left; list-style: none; width: 286px;}
.partners li a {color: #000036; text-align: center; text-decoration: none; font-weight: bold; height: 100px; padding: 30px;}
.partners a:hover span {text-decoration: underline;}
.partners a span {padding-left: 100px; display: inline-block; font-size: 18px;}
.ppo {background: url("/bitrix/templates/kazak/img/gerb-pravpo.png") no-repeat 30px 30px;}
.ppprf {background: url("/bitrix/templates/kazak/img/gerb-rf.png") no-repeat 30px 30px;}
.roskaz {background: url("/bitrix/templates/kazak/img/gerb-roskaz.png") no-repeat 30px 30px;}
.volkaz {background: url("/bitrix/templates/kazak/img/gerd-volkaz.jpg") no-repeat 30px 30px;}
.partners-item a {display: flex; justify-content: center; align-items: center;}

/*footer*/
#footer {margin-top: -295px; position: relative; height: 295px; padding-top: 60px}
#footer-bufer {height: 295px;}
.footer {color: #fff;}
.footer:after {content: ''; display: block; clear: both;}
#contacts, #footer-menu {width: 32%; float: left; background: #920101; -moz-box-sizing: border-box; box-sizing: border-box; padding: 30px; height: 250px;}
#footer-menu {width: 68%; background: #000036;}
#contacts p, .contacts p {margin: 0 0 10px 0; padding-left: 40px; padding-bottom: 6px;}


.adress {background: url('/bitrix/templates/kazak/img/addressess.png') no-repeat left top;}
.phone {background: url('/bitrix/templates/kazak/img/phone.png') no-repeat left center;}
.email {background: url('/bitrix/templates/kazak/img/email.png') no-repeat left center;}
#footer-menu h4 {margin: 0; color: #DD9912; font-size: 20px; font-weight: normal;}
#footer-menu ul {margin: 10px 0 0; font-size: 12px; color: #BFBFBF;}
#footer-menu ul li{margin: 10px 0; }
#footer-menu ul li a{color: #BFBFBF; text-decoration: none; font-size: 14px;}
#footer-menu ul li a:hover {color: #fff;}
.socset {text-align: center;}
.socset:hover a {opacity: 0.25;}
.socset a {transition: all 0.25s ease-out 0s;}
.socset a:hover {opacity: 1;}
.socset img {width: 50px;}
.socset p {margin: 0 0 10px;}

/*copyright*/
.copyright {padding: 40px 0; color: #777;}
#dvs-logo {background: url("/bitrix/templates/kazak/img/dvs-logo-gray.png") no-repeat scroll 0 0; display:inline-block;width: 76px;height: 18px;}
.dvs-branding {width:76px; float:left; height:18px;}
.dvs-counter {width:18px; float:right; height:18px;}
.dvs-counter img {width:100%;}
.dvs-copyright {margin-left:76px; margin-right:18px; height:18px; line-height: 18px;}
.dvs-copyright p{margin:0; padding:0; text-align:center; height:18px;;}


/*bootstrap tooltip*/
.tooltip {
    display: block;
    font-size: 14px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    visibility: visible;
    z-index: 1030;
}
.tooltip.in {opacity: 0.8;}
.tooltip.top {margin-top: -3px;}
.tooltip.right {margin-left: 3px;}
.tooltip.bottom {margin-top: 3px;}.tooltip.left {margin-left: -3px;
}
.tooltip-inner {
    background-color: #000000;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
}
.tooltip-arrow {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #000000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}

/*news*/
.all-news {background: #fff; margin: 0 1%;}
.all-news:after {content: ''; display: block; clear: both;}
.title-news h2 {margin-bottom: 5px;}
.title-news h2 a {text-decoration: none;}
.title-news p {background: #EBEAE8; padding: 8px 18px; margin: 0 0 20px; color: #999999; font-style: italic; font-size: 15px;}
.icon-calendar {background: url("/bitrix/templates/kazak/img/content_icons.png") no-repeat -35px -2px; width: 15px; height: 15px; display: inline-block; margin-top: 3px; vertical-align: text-top;}
.new {margin-top: 20px; }
.new:first-child {margin-top: 0; }
.new .title-news {}
.new .title-news span {color: rgb(85, 85, 85); margin-bottom: 5px; display: block;}
.new .title-news h3 {margin: 0px 0px 10px;}
.new .news-main {}
.new .news-main img {/*width: 100px;*/ float: left; margin-right: 15px; display: block; height: 100px;}
/*.news-content a {text-decoration: none; color: #000036;}*/
.news-content span {max-width: 355px; width: 100%; float: left; height: 90px;}
.news-content img {width: 150px; margin-right: 10px; float: left;}
.news-content:after, .news-full-content:after {content: ''; display: block; clear: both;}
.news:nth-child(2n+1) {clear: both;}
.btn {background: none repeat scroll 0 0 #E6E6E6;
      color: #000036;
      display: block;
      text-decoration: none; padding: 5px 15px 5px 28px; width: 80px; font-size: 14px; transition: all 0.1s linear 0s;}
.btn:hover {background: #811400; color: #fff;}

/*pagination*/
.pagination {border-top: 1px dotted #D9D9D9;
             margin: 0;
             padding: 10px 1% 5px;
             position: relative;
             text-align: center;
}
ul.pagination-list  {border-radius: 4px;
                     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
                     display: inline-block;
                     margin: 0;
                     clear: both;
                     position: relative; list-style: none;
                     padding-left: 0;

}
ul.pagination-list:after {content: ''; display: block; clear: both;}
ul.pagination-list li { float: left;}
ul.pagination-list li a {color: #999; border: 1px #ddd solid; border-right: 0; line-height: 20px; padding: 4px 12px; text-decoration: none; cursor: pointer; background: #fff; display: block;}
ul.pagination-list li:last-child a {border-right: 1px #ddd solid;}
ul.pagination-list li a:hover, ul.pagination-list li.active a  {color: #000; background: #F1F1F1;} 
.inactive {display: none;}
.news-full-content img{width: 100%;}
.image-block img {width: 100%;}

.documents {
    margin-bottom: 30px;
    padding-bottom: 30px;}
.documents li { background: none repeat scroll 0 0 #EFEFEF;
                border-bottom: 1px solid #dddddd;
                line-height: 30px;
                list-style: none outside none;
                padding: 5px 0 5px 5px;}
.documents li:first-child {
    border-top: 1px solid #dddddd;
}
.documents li a {font-size: 14px;
                 padding: 0 5px 5px;
                 text-decoration: none;
                 width: 80px;}
.documents li a:hover {text-decoration: underline;}
.documents span {
    display: block;
    width: 480px;
}
.documents li:nth-child(2n) {
    background: none repeat scroll 0 0 #fefefe;
}

.gallery-block {margin-bottom: 20px;}
.gallery-block a {display: block;}
.gallery-block img {width: 100%; display: block;}
.gallery-block:hover {-moz-box-shadow: 2px 2px 10px 0 #CCCCCC; box-shadow: 2px 2px 10px 0 #565656;}
.cover-image {background-position: center center; background-repeat: no-repeat; }
.cover-image1 {background-image: url("/bitrix/templates/kazak/img/image1.jpg")}
.cover-image2 {background-image: url("/bitrix/templates/kazak/img/new2.jpg")}
.cover-image3 {background-image: url("/bitrix/templates/kazak/img/new3.jpg")}
.cover-image4 {background-image: url("/bitrix/templates/kazak/img/new4.jpg")}

.kadet-kor {}
.kadet-kor a {display: block;}
.kadet-kor a:hover {text-decoration: underline;}
.kadet-kor.active a, .kadet-kor.active a:hover {color: #333; text-decoration: none;}
.kadet-kor img {width: 100px; margin-right: 10px; float: left;}
.kadet-kor span {}

.contacts h1 {margin-top: 0;}
.map {width: 1115px; height: 360px; margin-bottom: 20px;}

/*feedback-simple*/
.feedback {margin-top: 20px; margin-bottom: 20px; padding: 0 15px;}
.control-group {margin-bottom: 15px;}
.control-label {float: left; padding: 4px 0; width: 200px; display: block; font-size: 16px;}
.controls {margin-left: 210px;}
.controls textarea {-moz-box-sizing: border-box;  -webkit-box-sizing: border-box; box-sizing: border-box; width: 95%; border-color: #ABADB3 #E2E3EA #E2E3EA; border-style: solid; border-width: 1px; }
.controls input {-moz-box-sizing: border-box;  -webkit-box-sizing: border-box; box-sizing: border-box; height: 25px; width: 95%; border-color: #ABADB3 #E2E3EA #E2E3EA; border-style: solid; border-width: 1px; outline: 0; }
.controls input:hover, .controls textarea:hover, .controls input:focus, .controls textarea:focus {border-color: #5794BF #C7E2F1 #C7E2F1; border-style: solid; border-width: 1px !important; outline: 0;}
.control-button {float: right;}
.control-button input {float: right;}
.dvs-captcha {float: left; margin-right: 20px; width: 120px;}
.inputbox {border: 1px solid #CCCCCC ;color: #555555; border-radius: 5px !important;  width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 14px; font-family: 'PT Sans'; padding: 5px;}
input.inputbox {height: 30px;}
h1.title {margin-top: 0;}

.jcarousel-wrapper {overflow: hidden;}
.jcarousel {
    overflow: hidden;
    position: relative;
}
.jcarousel ul {
    height: 160px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 20000em;
}
.jcarousel li {
    /*float: left; width: 23%; margin: 0 1%;*/
}
.jcarousel img{
    width: 100%;
}
.jcarousel-control-prev, .jcarousel-control-next {
    display: none;

    position: absolute;
    text-decoration: none;
    top: 75px;
    background-image: url("/bitrix/templates/kazak/img/bg_direction_nav.png");
    cursor: pointer;
    height: 27px;
    /*opacity: 0;*/
    text-indent: -9999px;
    width: 30px;
}
.jcarousel-control-prev {left: 5px; background-position: 0 0;}
.jcarousel-control-next {
    right: 5px;
    background-position: 30px 0;
}
.jcarousel-wrapper:hover .jcarousel-control-prev, .jcarousel-wrapper:hover .jcarousel-control-next {display: block;}
.carousel-elem {padding: 0 11px; height: 160px; }

.image-item {display: block; overflow: hidden;}
.image-item > img {margin: 0 0 15px; width: 100%;}
.email a, .phone a {color:#FFFFFF; text-decoration: none;}
.email a:hover, .phone a:hover {color:#DDDDDD; text-decoration: none;}

.carousel {position: relative; width: 100%;}
.carousel:after {clear: both; content: ''; display: block;}
.carousel-inner {position: relative; width: 100%; overflow: hidden;}
.carousel-inner  > .item {display: none; overflow: hidden; position: relative;}
.carousel-inner  > .active {display: block;}
.carousel-inner > .item {-webkit-transition: .6s ease-in-out all; -o-transition: .6s ease-in-out all; transition: .6s ease-in-out all;}

.carousel-inner > .next,
.carousel-inner > .prev {top: 0;}

#menu-carousel .carousel-control {border: 1px solid #dddddd; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); color: #999999; line-height: 20px; margin-top: 10px; padding: 4px 12px; text-decoration: none;}
#menu-carousel .carousel-control:hover {background: #f1f1f1; color: #000000;}
#menu-carousel .carousel-control.left {float: left;}
#menu-carousel .carousel-control.right {float: right;}

@media all and (max-width: 1200px) {
	#logo {
		background-size: 100% 100%;
		width: 30%;
	}
	#logo a {
		padding: 0 15px;
	}
	#logo a span {
		font-size: 20px;
		line-height: 26px;
		width: 68%;
	}
	#logo a img {
		width: 56px;
	}
	.dvs-mainmenu {
		padding-left: 28%;
	}
	.dvs-mainmenu > ul > li > a {
		font-size: 18px;
		padding: 0 8px;
	}
	.areas .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	#vk_groups,
	#vkwidget1	{
		max-width: 100%;
	}
	.map {
		width: 100%;
	}
	.documents li {
		display: flex;
	}
	.documents li span {
		flex-grow: 1;
		order: -1;
	}
	.documents {
		padding: 0;
	}
	.table-chin {
		overflow: scroll;
	}
	.sidebar-module h2.red span, .sidebar-module h2.blue span {
		display: flex;
		align-items: center;
		line-height: normal;
		font-size: 18px;
		height: 47px;
		padding-bottom: 11px;
	}
	.sidebar-module h2.red span, .sidebar-module h2.blue span {
		margin-right: -10px;
	}
}

@media all and (max-width: 900px) {
	#header {
		margin-top: 0;
		margin-bottom: 20px;
	}
	#header .grid-12 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		background-color: #A84241;
		padding: 4px calc(1% + 15px);
		margin: 0;
		box-sizing: border-box;
		width: 100%;
	}
	#logo {
		background-image: none;
		height: auto;
		padding: 0;
		margin-bottom: 0;
		width: auto;
	}
	#logo a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 0;
	}
	#logo a span {
		font-size: 14px;
		line-height: 1.2;
		width: auto;
		white-space: nowrap;
	}
	#logo a img {
		width: 36px;
	}	
	.open-menu .dvs-mainmenu, .open-menu .dvs-submenu {
		display: flex;
		height: max-content;
		align-items: center;
		justify-content: center;
		width: 100%;
		position: absolute;
		top: 45px;
		right: 0;
		z-index: 500;
	}
	.open-menu .dvs-mainmenu ul.dvs-submenu {
		visibility: visible;
		position: relative;
		background: #A84241;
		flex-direction: column;
		top: 0;
		opacity: 1;
		margin: 0;
	}
	.open-menu .dvs-mainmenu li, .open-menu .dvs-submenu li {
		float: none;
	}
	ul.dvs-submenu > li {
		border-bottom: none;
	}
	.dvs-mainmenu {
		display: none;
	}
	.dvs-mainmenu ul,
	.dvs-submenu ul{
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.dvs-mainmenu  ul  li  a {
		padding: 0;
		margin: 0;
		text-align: center;
		line-height: 50px;
	}
	.menu-toggle {
		display: block;
	}
	.dvs-mainmenu > ul > li:hover > a,  
	ul.dvs-submenu > li:hover > a,
	.dvs-mainmenu > ul > li.active > a, ul.dvs-submenu > li.active > a	{
		background: #A84241; 
		color: #FFFFFF;
	}
	.dvs-mainmenu  ul li:hover  ul.dvs-submenu {
		margin: 0; 
	
	}
	ul.dvs-submenu > li:hover {
		background-color: rgba(0, 0, 0, 0); 
	}
	#showcase-carousel p {
		display: none;
	}
	.grid-8 {
		width: 98%;
		display: block;
		float: none;
		position: relative;
	}
	
	.grid-4 {
		width: 98%;
		float: none;
		position: relative;
		margin-top: 20px;
	}
	.grid-4 .block {
		background-color: transparent;
	}
	.sameheight .grid-4:after {
		display: none;
	}
	.sameheight .grid-8:after {
		width: 100%;
		left: 0;
	}
	.grid-3 {
		width: 48%;
		margin-bottom: 50px;
	}
	.area-title {
		height: 90px;
	}
	.block {
		padding: 0;
	}	
	.sidebar-module {
		background-color: #fff;
		padding-top: 1px;
	}
	.sidebar-module:not(:last-child) {
		margin-bottom: 20px;
	}
	.sidebar-module h2 {
		margin-left: 1px;
		margin-right: 1px;
	}
	.sidebar-module h2.red span, .sidebar-module h2.blue span {
		background-position: -10px 0px;
		background-size: auto;
		margin: 0;
	}
	.sidebar-module h2.blue span {
		background-position: -10px 58px;
	}
	.sidebar-content .grid-4 {
		width: 30%;
		display: inline-block;
		margin: 0 1%;
	}
	.sidebar-content .sidebar-content {
		padding: 0;
	}
	#contacts,
	#footer-menu	{
		padding: 15px;
		font-size: 14px;
	}
	
	#contacts p {
		padding-left: 30px;
	}
	#footer-menu .grid-4 {
		width: 31%;
		float: left;
		margin-top: 0;
	}
	#footer-menu .omega {
		width: 26%;
	}
	#footer-menu h4 {
		font-size: 18px;
	}
	#footer-menu ul {
		margin-top: 5px;
		padding-left: 25px;
	}
	#footer-menu ul li {
		margin: 8px 0;
	}
	.socset img {
		width: 45px;
	}
	.structure .grid-4,
	.gallery .grid-4 {
		width: 31%;
		float: left;
	}
	
}

@media all and (max-width: 760px) {
	#contacts	{
		padding-left: 5px;
	}
	.grid-6 {
		width: 98%;
	}
	
	.documents li {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.documents li span {
		width: 100%;
	}
	.documents li a {
		padding: 0 10px 5px 0;
	}
}
@media all and (max-width: 650px) {
	#contacts	{
		float: none;
		width: 100%;
		height: 200px;
		padding: 30px 13px;
	}
	#contacts p {
		padding-left: 40px;
	}
	#footer-menu {
		float: none;
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}
	#footer-menu .grid-4 {
		width: 47%;
		float: none;
	}
	#footer-menu .omega {
		width: 98%;
	}
	.socset {
		text-align: left;
		margin-top: 15px;
	}
	[class^="grid-"] .grid-5, [class^="grid-"] .grid-7 {
		width: 100%;
	}
	#partners,
	#footer	{
		padding-top: 35px;
	}
	.carousel-elem{
		padding: 0;
	}
	#partners li a {
		padding: 30px 15px;
	}
	#partners a span {
		font-size: 16px;
		padding-left: 110px;
	}
	.title-item h1 {
		font-size: 26px;
	}
	.areas {
		padding-bottom: 0;
	}
	.structure .grid-4 {
		width: 48%;
	}
	.news-content a:first-of-type {
		display: flex;
		justify-content: center;
	}
	.news-content span {
		margin: 10px 0 10px 0;
		max-width: 100%;
		height: auto;
	}
	.news-content > .btn {
		float: left;
	}
	.copyright {
		padding: 30px 15px;
	}
}
@media all and (max-width: 450px) {
	.item-content img {
		float: none;
	}
	.area-title a {
		font-size: 18px;
	}
	.area:hover .area-image img {
		transform: scale(1.2) rotate(7deg);
	}
	
}
@media all and (max-width: 330px) {
	.item-content img {
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/kazak/template_styles.css?1712222088488*/
.table-chin table {
    border: 0px;
    border-collapse: collapse;
}
.table-chin table {
    font-size: 13px;
    text-align: center;
}

.contacts a {color:#000 !important; text-decoration: none;}
.contacts a:hover {color:#DDDDDD; text-decoration: none;}

.spec-block > div:not(:last-child) {
  border-bottom: #DDDDDD dotted thin;
  
  /*
      тут блок свойств общих для всех li
      кроме первого и последнего
  */
}
/* End */
/* /bitrix/templates/kazak/css/slick.css?17122220902381 */
/* /bitrix/templates/kazak/css/lightbox.css?17122220904190 */
/* /bitrix/templates/kazak/styles.css?171222209028338 */
/* /bitrix/templates/kazak/template_styles.css?1712222088488 */
