* {
    margin: 0;
    outline: 0;
    padding: 0
}

ul li {
    list-style: none
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle
}

a {
    color: #464646;
    outline: none;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word
}

a:focus, a:hover {
    color: #ee2e24;
    text-decoration: none;
    outline: none
}

html.ie .wrapper {
    display: block
}

body {
    position: relative;
    min-width: 320px;
    line-height: 1.3;
    color: #6c6c6c;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    background-color: #ededed
}

body.page-full-news .breadcrumbs {
    margin-bottom: 10px
}

.post-full-content h1.post-title.h2 {
    font-style: normal;
    font-weight: 600;
    color: #222;
}

.post-content.tm-content p {
    color: #000;
}


@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local(''),
    url('./site/fonts/PTSerif/PTSerif-Bold/PTSerif-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('./site/fonts/PTSerif/PTSerif-Bold/PTSerif-Bold.woff') format('woff'), /* Modern Browsers */
    url('./site/fonts/PTSerif/PTSerif-Bold/PTSerif-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./site/fonts/PTSerif/PTSerif-Bold/PTSerif-Bold.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local(''),
    url('./site/fonts/PTSerif/PTSerif-BoldItalic/PTSerif-BoldItalic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./site/fonts/PTSerif/PTSerif-BoldItalic/PTSerif-BoldItalic.woff') format('woff'), /* Modern Browsers */
    url('./site/fonts/PTSerif/PTSerif-BoldItalic/PTSerif-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./site/fonts/PTSerif/PTSerif-BoldItalic/PTSerif-BoldItalic.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
    url('./site/fonts/PTSerif/PTSerif-Regular/PTSerif-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./site/fonts/PTSerif/PTSerif-Regular/PTSerif-Regular.woff') format('woff'), /* Modern Browsers */
    url('./site/fonts/PTSerif/PTSerif-Regular/PTSerif-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./site/fonts/PTSerif/PTSerif-Regular/PTSerif-Regular.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local(''),
    url('./site/fonts/PTSerif/PTSerif-Italic/PTSerif-Italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./site/fonts/PTSerif/PTSerif-Italic/PTSerif-Italic.woff') format('woff'), /* Modern Browsers */
    url('./site/fonts/PTSerif/PTSerif-Italic/PTSerif-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./site/fonts/PTSerif/PTSerif-Italic/PTSerif-Italic.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./site/fonts/Roboto/Roboto-Bold/Roboto-Bold.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('./site/fonts/Roboto/Roboto-Bold/Roboto-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('./site/fonts/Roboto/Roboto-Bold/Roboto-Bold.woff') format('woff'), /* Modern Browsers */
    url('./site/fonts/Roboto/Roboto-Bold/Roboto-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./site/fonts/Roboto/Roboto-Bold/Roboto-Bold.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./site/fonts/Roboto/Roboto-Regular/Roboto-Regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('./site/fonts/Roboto/Roboto-Regular/Roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./site/fonts/Roboto/Roboto-Regular/Roboto-Regular.woff') format('woff'), /* Modern Browsers */
    url('./site/fonts/Roboto/Roboto-Regular/Roboto-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./site/fonts/Roboto/Roboto-Regular/Roboto-Regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./site/fonts/Roboto/Roboto-Medium/Roboto-Medium.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('./site/fonts/Roboto/Roboto-Medium/Roboto-Medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('./site/fonts/Roboto/Roboto-Medium/Roboto-Medium.woff') format('woff'), /* Modern Browsers */
    url('./site/fonts/Roboto/Roboto-Medium/Roboto-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./site/fonts/Roboto/Roboto-Medium/Roboto-Medium.svg#Roboto') format('svg'); /* Legacy iOS */
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main:after, .main:before {
    content: " ";
    display: table
}

.main:after {
    clear: both
}

.ico {
    font-size: 0;
    line-height: 0;
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat
}

.ico-search-white {
    width: 13px;
    height: 14px;
    background-image: url(/site/img/icons/ico-search-white.svg)
}

.ico-video {
    width: 10px;
    height: 6px;
    background-image: url(/site/img/icons/ico-video.svg)
}

.ico-arrow-left {
    width: 6px;
    height: 10px;
    background-image: url(/site/img/icons/ico-arrow-left.svg)
}

.ico-arrow-right {
    width: 6px;
    height: 10px;
    background-image: url(/site/img/icons/ico-arrow-right.svg)
}

.ico-arrow-right-gray {
    width: 6px;
    height: 10px;
    background-image: url(/site/img/icons/ico-arrow-right-gray.svg)
}

.ico-arrow-left-lg {
    width: 18px;
    height: 30px;
    background-image: url(/site/img/icons/ico-arrow-left-lg.svg)
}

.ico-arrow-right-lg {
    width: 18px;
    height: 30px;
    background-image: url(/site/img/icons/ico-arrow-right-lg.svg)
}

.ico-arrow-up {
    width: 10px;
    height: 6px;
    background-image: url(/site/img/icons/ico-arrow-up.svg)
}

.ico-arrow-down-gray {
    width: 10px;
    height: 6px;
    background-image: url(/site/img/icons/ico-arrow-down-gray.svg)
}

.ico-appeal {
    width: 20px;
    height: 14px;
    background-image: url(/site/img/icons/ico-appeal.svg)
}

.ico-initiatives {
    width: 20px;
    height: 20px;
    background-image: url(/site/img/icons/ico-initiatives.svg)
}

.ico-polls {
    width: 20px;
    height: 18px;
    background-image: url(/site/img/icons/ico-polls.svg)
}

.ico-faq {
    width: 22px;
    height: 19px;
    background-image: url(/site/img/icons/ico-faq.svg)
}

.ico-eyes {
    width: 12px;
    height: 7px;
    background-image: url(/site/img/icons/ico-eyes.svg)
}

.ico-doc {
    width: 13px;
    height: 18px;
    background-image: url(/site/img/icons/ico-doc.png)
}

.ico-state-registry {
    width: 31px;
    height: 30px;
    background-image: url(/site/img/icons/state-services/ico-registry.png)
}

.ico-state-book {
    width: 32px;
    height: 29px;
    background-image: url(/site/img/icons/state-services/ico-book.png)
}

.ico-state-building {
    width: 26px;
    height: 31px;
    background-image: url(/site/img/icons/state-services/ico-building.png)
}

.ico-state-bus {
    width: 27px;
    height: 31px;
    background-image: url(/site/img/icons/state-services/ico-bus.png)
}

.ico-state-castle {
    width: 34px;
    height: 35px;
    background-image: url(/site/img/icons/state-services/ico-castle.png)
}

.ico-state-crane {
    width: 34px;
    height: 39px;
    background-image: url(/site/img/icons/state-services/ico-crane.png)
}

.ico-state-culture {
    width: 27px;
    height: 30px;
    background-image: url(/site/img/icons/state-services/ico-culture.png)
}

.ico-state-dig {
    width: 31px;
    height: 31px;
    background-image: url(/site/img/icons/state-services/ico-dig.png)
}

.ico-state-discuss {
    width: 31px;
    height: 26px;
    background-image: url(/site/img/icons/state-services/ico-discuss.png)
}

.ico-state-education {
    width: 41px;
    height: 26px;
    background-image: url(/site/img/icons/state-services/ico-education.png)
}

.ico-state-energy {
    width: 31px;
    height: 31px;
    background-image: url(/site/img/icons/state-services/ico-energy.png)
}

.ico-state-fabric {
    width: 33px;
    height: 29px;
    background-image: url(/site/img/icons/state-services/ico-fabric.png)
}

.ico-state-home {
    width: 36px;
    height: 29px;
    background-image: url(/site/img/icons/state-services/ico-home.png)
}

.ico-state-hummer {
    width: 30px;
    height: 30px;
    background-image: url(/site/img/icons/state-services/ico-hummer.png)
}

.ico-state-invest {
    width: 33px;
    height: 33px;
    background-image: url(/site/img/icons/state-services/ico-invest.png)
}

.ico-state-medicine {
    width: 31px;
    height: 25px;
    background-image: url(/site/img/icons/state-services/ico-medicine.png)
}

.ico-state-nature {
    width: 26px;
    height: 31px;
    background-image: url(/site/img/icons/state-services/ico-nature.png)
}

.ico-state-plant {
    width: 35px;
    height: 35px;
    background-image: url(/site/img/icons/state-services/ico-plant.png)
}

.ico-state-report {
    width: 27px;
    height: 27px;
    background-image: url(/site/img/icons/state-services/ico-report.png)
}

.ico-state-road {
    width: 33px;
    height: 23px;
    background-image: url(/site/img/icons/state-services/ico-road.png)
}

.ico-state-sport {
    width: 31px;
    height: 31px;
    background-image: url(/site/img/icons/state-services/ico-sport.png)
}

.ico-state-traktor {
    width: 34px;
    height: 29px;
    background-image: url(/site/img/icons/state-services/ico-traktor.png)
}

.ico-state-water {
    width: 34px;
    height: 31px;
    background-image: url(/site/img/icons/state-services/ico-water.png)
}

.ico-location-gray {
    width: 10px;
    height: 12px;
    background-image: url(/site/img/icons/ico-location-gray.svg)
}

.ico-list-gray {
    width: 13px;
    height: 10px;
    background-image: url(/site/img/icons/ico-list-gray.svg)
}

.ico-amount {
    width: 13px;
    height: 13px;
    background-image: url(/site/img/icons/ico-amount.svg)
}

.ico-play {
    width: 45px;
    height: 45px;
    background-image: url(/site/img/icons/ico-play.svg)
}

.ico-play-white {
    width: 45px;
    height: 45px;
    background-image: url(/site/img/icons/ico-play-white.svg)
}

.ico-smartastana {
    width: 90px;
    height: 90px;
    background-image: url(/site/img/icons/ico-smartastana.png)
}

.ico-astana-eksk {
    width: 101px;
    height: 101px;
    background-image: url(/site/img/icons/ico-astana-eksk.png)
}

.ico-googleplay {
    width: 103px;
    height: 32px;
    background-image: url(/site/img/icons/ico-googleplay.svg)
}

.ico-appstore {
    width: 103px;
    height: 32px;
    background-image: url(/site/img/icons/ico-appstore.svg)
}

.ico-discuss {
    width: 34px;
    height: 30px;
    background-image: url(/site/img/icons/ico-discuss.svg)
}

.ico-user {
    width: 22px;
    height: 24px;
    background-image: url(/site/img/icons/ico-user.svg)
}

.ico-tasks {
    width: 22px;
    height: 26px;
    background-image: url(/site/img/icons/ico-tasks.svg)
}

.ico-close {
    width: 20px;
    height: 20px;
    background-image: url(/site/img/icons/ico-close.svg)
}

.ico-close-gray {
    width: 10px;
    height: 10px;
    background-image: url(/site/img/icons/ico-close-gray.svg)
}

.ico-plus {
    width: 24px;
    height: 24px;
    background-image: url(/site/img/icons/ico-plus.svg)
}

.ico-question-mark {
    width: 13px;
    height: 19px;
    background-image: url(/site/img/icons/ico-question-mark.svg)
}

.ico-paperclip {
    width: 15px;
    height: 15px;
    background-image: url(/site/img/icons/ico-paperclip.png)
}

.ico-pencil {
    width: 16px;
    height: 16px;
    background-image: url(/site/img/icons/ico-pencil.svg)
}

.ico-preloader {
    width: 24px;
    height: 24px;
    background-image: url(/site/img/icons/ico-preloader.svg)
}

.ico-check-gray {
    width: 18px;
    height: 14px;
    background-image: url(/site/img/icons/ico-check-gray.svg)
}

.ico-check-white {
    width: 18px;
    height: 14px;
    background-image: url(/site/img/icons/ico-check-white.svg)
}

.ico-poll-arrow-left {
    width: 30px;
    height: 50px;
    background-image: url(/site/img/icons/ico-poll-arrow-left.svg)
}

.ico-poll-arrow-right {
    width: 30px;
    height: 50px;
    background-image: url(/site/img/icons/ico-poll-arrow-right.svg)
}

.ico-close-dark {
    width: 10px;
    height: 10px;
    background-image: url(/site/img/icons/ico-close-dark.svg)
}

.ico-group {
    width: 16px;
    height: 12px;
    background-image: url(/site/img/icons/ico-group.png)
}

.svg-ico {
    width: 1em;
    height: 1em;
    fill: currentColor;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    pointer-events: none
}

.svg-ico-arrow-down {
    width: 10px;
    height: 6px
}

.svg-ico-arrow-right {
    width: 6px;
    height: 10px
}

.svg-ico-list {
    width: 12px;
    height: 10px
}

.svg-ico-print {
    width: 16px;
    height: 15px
}

.svg-ico-close, .svg-ico-line, .svg-ico-max {
    width: 11px;
    height: 11px
}

.svg-ico-fb {
    width: 7px;
    height: 14px;
    fill: #009bc9
}

.svg-ico-twitter {
    width: 14px;
    height: 12px;
    fill: #009bc9
}

.svg-ico-youtube {
    width: 16px;
    height: 12px;
    fill: #009bc9
}

.svg-ico-insta {
    width: 14px;
    height: 14px;
    fill: #009bc9
}

.svg-ico-phone {
    width: 14px;
    height: 14px;
    fill: #f1554d
}

.svg-ico-mail {
    width: 18px;
    height: 14px;
    fill: #83da91
}

.svg-ico-rss {
    width: 12px;
    height: 12px;
    fill: #ffb24d
}

.svg-ico-login, .svg-ico-logout {
    width: 18px;
    height: 18px;
    fill: #f1554d
}

.svg-ico-search {
    width: 13px;
    height: 14px;
    fill: #009bc9
}

.svg-ico-glasses {
    width: 22px;
    height: 10px;
    fill: #009bc9
}

.svg-ico-101 {
    width: 28px;
    height: 31px;
    fill: #ff6159
}

.svg-ico-102 {
    width: 36px;
    height: 30px;
    fill: #83b4f7
}

.svg-ico-103 {
    width: 37px;
    height: 22px;
    fill: #49b737
}

.svg-ico-104 {
    width: 18px;
    height: 32px;
    fill: #ff986b
}

.svg-ico-150 {
    width: 33px;
    height: 28px;
    fill: #ffd265
}

.svg-ico-109 {
    width: 53px;
    height: 60px;
    fill: #ff7e00
}

.svg-ico-111 {
    width: 44px;
    height: 60px;
    fill: #009bc9
}

.svg-ico-112 {
    width: 51px;
    height: 52px;
    fill: #ff985a
}

.svg-ico-1300 {
    width: 60px;
    height: 48px;
    fill: #fc94d9
}

.svg-ico-1424 {
    width: 51px;
    height: 47px;
    color: #a186be
}

.svg-ico-2288 {
    width: 48px;
    height: 50px;
    fill: #60d2dc
}

.svg-ico-psycho-service {
    width: 46px;
    height: 56px;
    fill: #6fcb91
}

.svg-ico-invest {
    width: 60px;
    height: 62px;
    fill: #6fcb91
}

.svg-ico-label {
    width: 12px;
    height: 14px;
    fill: #a8a8a8
}

.svg-ico-system {
    width: 20px;
    height: 20px;
    fill: #009bc9
}

.svg-ico-road {
    width: 20px;
    height: 14px;
    fill: #009bc9
}

.svg-ico-wall {
    width: 20px;
    height: 20px;
    fill: #bc8a5a
}

.svg-ico-engineering {
    width: 20px;
    height: 20px;
    fill: #ffb24d
}

.svg-ico-tree {
    width: 18px;
    height: 20px;
    fill: #b6d980
}

.svg-ico-mobile {
    width: 26px;
    height: 43px;
    fill: #ef352b
}

.svg-ico-lines {
    width: 12px;
    height: 10px;
    fill: #464646
}

.flex, .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.d-flex, .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-left: -10px;
    margin-right: -10px
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.m-5 {
    margin: 5px !important
}

.mt-5 {
    margin-top: 5px !important
}

.mr-5 {
    margin-right: 5px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.ml-5 {
    margin-left: 5px !important
}

.m-10 {
    margin: 10px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.ml-10 {
    margin-left: 10px !important
}

.m-15 {
    margin: 15px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.ml-15 {
    margin-left: 15px !important
}

.m-20 {
    margin: 20px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.ml-20 {
    margin-left: 20px !important
}

.m-30 {
    margin: 30px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.ml-30 {
    margin-left: 30px !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.w-100 {
    width: 100% !important
}

.min-w-0 {
    min-width: 0 !important
}

.max-w-none {
    max-width: none !important
}

.h-100 {
    height: 100% !important
}

.min-h-0 {
    min-height: 0 !important
}

.max-h-none {
    max-height: none !important
}

.link-blue a:not([class^=btn]) {
    color: #009bc9
}

.link-blue a:not([class^=btn]):focus, .link-blue a:not([class^=btn]):hover {
    color: #ee2e24
}

.link-text-blue {
    color: #009bc9
}

.link-text-blue:focus, .link-text-blue:hover {
    color: #ee2e24
}

.link-image:focus, .link-image:hover {
    opacity: .85
}

.link-dim-gray a:not([class^=btn]) {
    color: #6c6c6c
}

.link-dim-gray a:not([class^=btn]):focus, .link-dim-gray a:not([class^=btn]):hover {
    color: #ee2e24
}

.link-dim-gray-text {
    color: #6c6c6c
}

.link-dim-gray-text:focus, .link-dim-gray-text:hover {
    color: #ee2e24
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    color: #464646;
    line-height: 1.25;
    font-style: italic;
    font-weight: 400;
    font-family: "PT Serif", serif;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word
}

.h1 {
    font-size: 42px;
    position: relative;
    text-align: center;
    margin-bottom: .835em
}

.h2 {
    font-size: 26px
}

.h3 {
    font-size: 24px
}

.h4 {
    font-size: 22px
}

.h5 {
    font-size: 20px
}

.h6 {
    font-size: 18px
}

@media only screen and (max-width: 1199px) {
    .h1 {
        font-size: 38px
    }

    .h2 {
        font-size: 24px
    }
}

@media only screen and (max-width: 991px) {
    .h1 {
        font-size: 35px
    }

    .h2 {
        font-size: 22px
    }

    .h3, .h4 {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .h1 {
        font-size: 30px
    }
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.ptserif-text {
    line-height: 1.25;
    font-style: italic;
    font-weight: 400;
    font-family: "PT Serif", serif
}

.text-white {
    color: #fff !important
}

.text-gray {
    color: #b9b9b9 !important
}

.text-blue {
    color: #009bc9 !important
}

.text-dark {
    color: #464646 !important
}

.text-danger {
    color: #ef352b !important
}

.text-success {
    color: #b6d980 !important
}

.text-bold {
    font-weight: 700
}

.text-italic {
    font-style: italic
}

.text-size-reset {
    font-size: inherit !important
}

.xs-text {
    font-size: 11px
}

.sm-text {
    font-size: 14px
}

.md-text {
    font-size: 16px
}

.lg-text {
    font-size: 18px
}

.full-stretch {
    margin-left: -40px;
    margin-right: -40px
}

.full-stretch.full-stretch-p {
    padding-left: 40px;
    padding-right: 40px
}

.tm-content {
    overflow: hidden;
    overflow-x: auto
}

.tm-content:after, .tm-content:before {
    content: " ";
    display: table
}

.tm-content:after {
    clear: both
}

.tm-content > :first-child {
    margin-top: 0
}

.tm-content > :last-child {
    margin-bottom: 0
}

.tm-content p {
    margin: 0 0 1.25em;
    min-height: 1px
}

.tm-content p:last-child {
    margin-bottom: 0
}

.tm-content h1, .tm-content h2, .tm-content h3, .tm-content h4, .tm-content h5, .tm-content h6 {
    margin: 0 0 1.1em;
    line-height: 1.25;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word
}

.tm-content h1 {
    margin-bottom: .7em
}

.tm-content h2, .tm-content h4 {
    font-style: italic;
    font-weight: 400;
    font-family: "PT Serif", serif
}

.tm-content h2 {
    color: #009bc9;
    font-size: 1.25em;
    margin-bottom: .7em
}

.tm-content h3 {
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: 1em
}

.tm-content h4 {
    color: #464646;
    font-size: 1.125em;
    margin-bottom: 1em
}

.tm-content table, .tm-content td, .tm-content th {
    border: 1px solid #ededed;
    border-collapse: collapse
}

.tm-content table {
    max-width: 100%;
    margin-bottom: 20px
}

.tm-content table td, .tm-content table th {
    padding: 10px 12px
}

.tm-content table td > :first-child, .tm-content table th > :first-child {
    margin-top: 0
}

.tm-content table td > :last-child, .tm-content table th > :last-child {
    margin-bottom: 0
}

.tm-content ul li {
    list-style: none
}

.tm-content ol, .tm-content ul {
    margin: 5px 0 20px 20px
}

.tm-content ol li, .tm-content ul li {
    position: relative;
    padding: 0 0 8px 25px;
    margin-bottom: 10px
}

.tm-content ol li:before, .tm-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 10px;
    background: url(/site/img/icons/ico-arrow-right-blue.svg) no-repeat;
    background-size: contain
}

.tm-content ol li:after, .tm-content ul li:after {
    content: "";
    position: absolute;
    left: 25px;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #f1f1f1
}

.tm-content ol li:last-child, .tm-content ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.tm-content ol li:last-child:after, .tm-content ul li:last-child:after {
    display: none
}

.tm-content ol {
    margin-left: 35px
}

.tm-content ol li {
    padding-left: 5px
}

.tm-content ol li:before {
    content: none
}

.tm-content ol li:after {
    left: 5px
}

.tm-content ol ol, .tm-content ol ul, .tm-content ul ol, .tm-content ul ul {
    margin-top: 10px;
    margin-bottom: 10px
}

.tm-content blockquote {
    margin: 1.3em 0;
    padding: 0 1em;
    font-style: italic;
    border-left: 3px solid #009bc9
}

.tm-content iframe {
    max-width: 100%
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-visible {
    overflow: visible !important
}

.scroll {
    scrollbar-color: #d9d9d9 #f6f6f6;
    scrollbar-width: thin
}

.scroll::-webkit-scrollbar-track {
    background-color: #f6f6f6
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 2px
}

.scroll::-webkit-scrollbar {
    width: 8px
}

.rounded-0 {
    border-radius: 0 !important
}

.btn {
    min-width: 140px;
    max-width: 100%;
    position: relative;
    display: inline-block;
    padding: 11.5px 12px 10.5px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    outline: none;
    border: none;
    background-color: #009bc9;
    border-radius: 2px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    z-index: 1
}

.btn:active, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00a7d8
}

.btn.active, .btn:active {
    background-color: #008fba
}

.btn.btn-success {
    background-color: #66d678
}

.btn.btn-success:active, .btn.btn-success:focus, .btn.btn-success:hover {
    background-color: #7adb8a
}

.btn.btn-success.active, .btn.btn-success:active {
    background-color: #52d166
}

.btn.btn-load .ld-spin {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: auto;
    right: 1em;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    z-index: -100;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-animation: btn-spin .6s linear infinite;
    animation: btn-spin .6s linear infinite
}

.btn.btn-load .ld-spin:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: .1em solid;
    border-left: .1em solid rgba(0, 0, 0, 0)
}

.btn.btn-load.active {
    padding-right: 2.5em !important
}

.btn.btn-load.active .ld-spin {
    opacity: 1
}

.btn.btn-square {
    border-radius: 0
}

.btn-border {
    color: #6c6c6c;
    -webkit-box-shadow: inset 0 0 0 1px #009bc9;
    box-shadow: inset 0 0 0 1px #009bc9;
    background-color: #fff
}

.btn-border:focus, .btn-border:hover {
    color: #464646;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #00afe3;
    box-shadow: inset 0 0 0 1px #00afe3
}

.btn-border:active {
    color: #464646;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #009bc9;
    box-shadow: inset 0 0 0 1px #009bc9
}

.btn-border.btn-success {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #66d678;
    box-shadow: inset 0 0 0 1px #66d678
}

.btn-border.btn-success:focus, .btn-border.btn-success:hover {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #7adb8a;
    box-shadow: inset 0 0 0 1px #7adb8a
}

.btn-border.btn-success:active {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #66d678;
    box-shadow: inset 0 0 0 1px #66d678
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px
}

.btn-group .btn {
    margin: 0 10px 10px
}

@-webkit-keyframes btn-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes btn-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

::-webkit-input-placeholder {
    color: #b9b9b9;
    opacity: 1
}

:-moz-placeholder, ::-moz-placeholder {
    color: #b9b9b9;
    opacity: 1
}

:-ms-input-placeholder {
    color: #b9b9b9;
    opacity: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #6c6c6c
}

body input:required:valid, body textarea:required:valid {
    color: #6c6c6c
}

input, select, textarea {
    width: 100%;
    height: 40px;
    display: block;
    max-width: 100%;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    outline: none
}

select {
    padding-left: 8px;
    padding-right: 5px
}

input[type=checkbox], input[type=radio] {
    padding: 0;
    width: auto;
    height: auto;
    display: inline-block;
    border: none
}

textarea {
    min-height: 150px;
    max-width: 100%;
    min-width: 100%;
    scrollbar-color: #d9d9d9 #f1f1f1;
    scrollbar-width: thin
}

textarea::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

textarea::-webkit-scrollbar-thumb {
    background-color: #d9d9d9
}

textarea::-webkit-scrollbar {
    width: 8px
}

.form-panel {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    border-radius: 2px
}

.form-area .selectize-control.single .selectize-input.focus, .form-area input:focus, .form-area textarea:focus {
    border-color: #6c6c6c
}

.form-area .form-field {
    display: block;
    position: relative;
    margin-bottom: 20px
}

.form-area .field-title {
    display: inline-block;
    margin-bottom: 5px
}

.form-area .field-input {
    position: relative
}

.form-area .field-input:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 16px;
    height: 12px;
    margin-top: -7px;
    background: url(/site/img/icons/ico-check.png) no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
    opacity: 0
}

.form-area .field-textarea {
    position: relative
}

.form-area .field-text-error {
    display: none;
    margin-top: 5px;
    color: #ef352b;
    font-size: 12px
}

.form-area .field-text-error--show {
    display: block
}

.form-area .field-state-error .selectize-control.single .selectize-input, .form-area .field-state-error input, .form-area .field-state-error select, .form-area .field-state-error textarea {
    border-color: #ef352b;
    background-color: #ffe2e0
}

.form-area .field-state-error ::-webkit-input-placeholder {
    color: #ef352b
}

.form-area .field-state-error :-moz-placeholder, .form-area .field-state-error ::-moz-placeholder {
    color: #ef352b
}

.form-area .field-state-error :-ms-input-placeholder {
    color: #ef352b
}

.form-area .field-state-filled input {
    padding-right: 35px
}

.form-area .field-state-filled .field-input:after {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.form-area .form-wrap.form-state-success .form, .form-area .form-wrap .form-success {
    display: none
}

.form-area .form-wrap.form-state-success .form-success {
    display: block
}

.form-area .form-wrap .success-img-wrap {
    text-align: center;
    margin-bottom: 15px
}

.form-area .form-wrap .success-text {
    margin-bottom: 20px;
    line-height: 1.35
}

.form-area .form-wrap .success-text:after, .form-area .form-wrap .success-text:before {
    content: " ";
    display: table
}

.form-area .form-wrap .success-text:after {
    clear: both
}

.form-area .form-wrap .success-text b {
    color: #464646
}

.form-area .form-wrap .success-text > :not(:last-child) {
    margin-bottom: .357em
}

.form-area .form-section {
    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #f6f6f6;
    border-radius: 2px
}

.form-area .form-section-title {
    font-size: 20px;
    margin-bottom: 20px
}

.form-area .tab-nav {
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-area .tab-nav a {
    color: #009bc9;
    padding: 10px 25px;
    border-radius: 2px 2px 0 0
}

.form-area .tab-nav a:focus, .form-area .tab-nav a:hover {
    color: #6c6c6c
}

.form-area .tab-nav a.active {
    color: #6c6c6c;
    background-color: #f6f6f6
}

.form-area .tab-content {
    padding: 70px 15px;
    background-color: #f6f6f6;
    border-radius: 2px
}

.form-area-page .form-wrap .form {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
}

.form-area-page .form-wrap .form-success .btn {
    max-width: 300px
}

@media only screen and (max-width: 767px) {
    .form-area .field-state-error .field-text-error {
        display: block
    }

    .form-area .tab-content {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.tab-nav--default {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1
}

.tab-nav--default ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px
}

.tab-nav--default li {
    margin: 0 20px 10px
}

.tab-nav--default .tab-nav-link {
    color: #6c6c6c;
    border-bottom: 1px dotted
}

.tab-nav--default .tab-nav-link.active, .tab-nav--default .tab-nav-link:hover {
    color: #2a7dd7
}

@media only screen and (max-width: 767px) {
    .tab-nav--default ul {
        margin: 0 -10px
    }

    .tab-nav--default li {
        margin-left: 10px;
        margin-right: 10px
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .tab-pane:first-child {
    display: block
}

.ui-widget select {
    height: auto;
    padding: 2px;
    display: inline-block
}

.ui-widget a {
    word-wrap: normal;
    word-break: normal;
    overflow-wrap: normal
}

.block-datepicker {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 20px 20px
}

.block-datepicker .ui-datepicker {
    padding: 0;
    width: 100%;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    text-align: center;
    background: none;
    border: none
}

.block-datepicker .ui-datepicker-header {
    border: none;
    background: none;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    display: inline-block
}

.block-datepicker .ui-datepicker-month {
    display: inline-block
}

.block-datepicker .ui-datepicker-month:after {
    content: ",";
    display: inline-block
}

.block-datepicker .ui-datepicker-year {
    color: #b9b9b9;
    font-weight: 400
}

.block-datepicker .ui-datepicker-next, .block-datepicker .ui-datepicker-prev {
    top: 2px;
    border: none !important;
    background: none !important;
    border-radius: 0;
    cursor: pointer
}

.block-datepicker .ui-datepicker-next span, .block-datepicker .ui-datepicker-prev span {
    display: none
}

.block-datepicker .ui-datepicker-next:after, .block-datepicker .ui-datepicker-prev:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain
}

.block-datepicker .ui-datepicker-prev {
    left: 0
}

.block-datepicker .ui-datepicker-prev:after {
    background-image: url(/site/img/icons/ico-arrow-left-gray.svg)
}

.block-datepicker .ui-datepicker-next {
    right: 0
}

.block-datepicker .ui-datepicker-next:after {
    background-image: url(/site/img/icons/ico-arrow-right-gray.svg)
}

.block-datepicker .ui-datepicker-calendar {
    font-size: 14px;
    margin-bottom: 0;
    text-align: left
}

.block-datepicker .ui-datepicker-calendar th {
    color: #b9b9b9;
    font-weight: 400;
    padding: .5em .3em
}

.block-datepicker .ui-datepicker-calendar td a, .block-datepicker .ui-datepicker-calendar td span {
    color: #464646;
    line-height: 1;
    background: rgba(0, 0, 0, 0);
    border-radius: 2px;
    text-align: center;
    border: none !important;
    padding: .575em .6em
}

.block-datepicker .ui-datepicker-calendar td a:hover, .block-datepicker .ui-datepicker-calendar td span:hover {
    background: #f1f1f1
}

.block-datepicker .ui-datepicker-calendar td a.ui-state-active, .block-datepicker .ui-datepicker-calendar td span.ui-state-active {
    color: #fff;
    background: #009bc9
}

.block-datepicker .ui-datepicker-calendar td a.ui-priority-secondary, .block-datepicker .ui-datepicker-calendar td span.ui-priority-secondary {
    opacity: .6
}

.accordion-item:not(:last-child) {
    margin-bottom: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1
}

.accordion-link {
    color: #009bc9;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px dotted
}

.accordion-link.active, .accordion-link:focus, .accordion-link:hover {
    color: #ee2e24
}

.accordion-content {
    display: none;
    padding: 20px;
    margin-top: 18px;
    background-color: #f1f1f1;
    border-radius: 2px
}

.accordion-content, .section-page .accordion-content.tm-content {
    font-size: 14px;
    line-height: 1.35
}

.slick-slider {
    display: none
}

.slick-slider.slick-initialized {
    display: block
}

.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    opacity: .9;
    z-index: 20
}

.slick-slider .slick-arrow:hover {
    opacity: 1
}

.slick-slider .slick-arrow .ico {
    margin: auto
}

.slick-slider .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden
}

.slick-slider .slick-prev {
    left: 25px
}

.slick-slider .slick-next {
    right: 25px
}

.slick-loading .slick-list {
    background: url(/site/js/slick-1.8.1/slick/ajax-loader.gif) 50% no-repeat #fff
}

@media only screen and (max-width: 767px) {
    .slick-slider .slick-prev {
        left: 10px
    }

    .slick-slider .slick-next {
        right: 10px
    }
}

.selectize-control.single {
    width: 100%;
    height: 40px
}

.selectize-control.single .selectize-dropdown, .selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    font-size: 14px;
    color: #6c6c6c;
    line-height: inherit
}

.selectize-control.single .selectize-input {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding: 10px 25px 10px 12px;
    border-color: #e5e5e5;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    outline: none
}

.selectize-control.single .selectize-input:after {
    right: 12px;
    width: 10px;
    height: 6px;
    border: none;
    background: url(/site/img/icons/ico-arrow-down-gray.svg) no-repeat;
    background-size: contain
}

.selectize-control.single .selectize-input.dropdown-active:before {
    display: none
}

.selectize-control.single .selectize-input.dropdown-active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.selectize-control.single .selectize-input input {
    height: auto;
    margin-right: 0 !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: top;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.selectize-control.single .selectize-input:not(.has-items) input {
    width: 100% !important
}

.selectize-control.single .selectize-input .item {
    min-width: 15px;
    max-width: calc(100% - 6px);
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectize-control.single .selectize-dropdown {
    position: absolute;
    margin: 4px 0 0;
    background: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .16);
    overflow: hidden;
    border-radius: 2px;
    border: none;
    z-index: 50
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content {
    max-height: 260px;
    scrollbar-color: #d9d9d9 #f1f1f1;
    scrollbar-width: thin
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb {
    background-color: #d9d9d9
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar {
    width: 8px
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
    padding: 6px 12px
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option:first-child {
    padding-top: 8px
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option:last-child {
    padding-bottom: 8px
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option.active {
    background-color: #f6f6f6
}

.selectize-control.single.selectize-no-search .selectize-input {
    cursor: pointer !important
}

.selectize-control.single.selectize-no-search .selectize-input .item {
    max-width: 100% !important
}

.selectize-control.single.selectize-no-search .selectize-input input {
    pointer-events: none
}

@media only screen and (max-width: 767px) {
    .selectize-control.single .selectize-dropdown .selectize-dropdown-content {
        max-height: 160px
    }
}

.lg-backdrop {
    background-color: #000
}

.lg-backdrop.in {
    opacity: .8
}

table.dataTable {
    width: 100%;
    border: 1px solid #e5e5e5 !important;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

table.dataTable td, table.dataTable th {
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
    border: 1px solid #e5e5e5
}

table.dataTable thead {
    background-color: #f6f6f6;
    border-bottom: 4px solid #e5e5e5
}

table.dataTable thead th {
    color: #464646;
    padding: 15px 12px;
    position: relative;
    text-align: initial
}

table.dataTable thead th[class^=sorting]:not(.sorting_disabled) {
    padding-right: 34px;
    background: none;
    cursor: pointer
}

table.dataTable thead th[class^=sorting]:not(.sorting_disabled):after {
    content: "";
    position: absolute;
    top: 18px;
    right: 12px;
    width: 10px;
    height: 20px;
    background-repeat: no-repeat
}

table.dataTable thead .sorting:after {
    background-image: url(/site/img/icons/ico-sort-both.svg)
}

table.dataTable thead .sorting_asc:after {
    background-image: url(/site/img/icons/ico-sort-asc.svg)
}

table.dataTable thead .sorting_desc:after {
    background-image: url(/site/img/icons/ico-sort-desc.svg)
}

table.dataTable tbody td, table.dataTable tbody th {
    padding: 15px 12px
}

.site-test-mode {
    color: #fff;
    padding: 15px 0;
    font-weight: 500;
    text-align: center;
    background-color: #464646
}

.header {
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    padding-top: 35px;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .07)
}

.header .header-bottom, .header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header .header-top {
    margin-bottom: 12px
}

.header .site-logo {
    width: 48%;
    padding-right: 30px
}

.header .site-logo a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .site-logo .logo {
    margin: 0 24px 14px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header .site-logo .logo img {
    display: block;
    max-width: 72px;
    max-height: 72px
}

.header .site-logo .logo-descr strong {
    display: block;
    margin-bottom: 8px
}

.header .site-logo .logo-descr p {
    color: #b9b9b9
}

.header .site-logo .logo-descr img {
    -webkit-filter: none;
    filter: none;
    width: 360px
}

.header .header-details {
    width: 52%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .header-details.mobile {
    display: none
}

.header .info-wrap {
    margin-right: 20px
}

.header .info-wrap .info-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden
}

.header .info-wrap .info-col:last-child {
    border: none
}

.header .info-wrap .info-col > * {
    position: relative;
    padding-right: 18px;
    margin-right: 18px
}

.header .info-wrap .info-col > :after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    margin-top: -7px;
    background-color: #f1f1f1
}

.header .info-wrap .info-col > :last-child {
    padding-right: 0;
    margin-right: 0
}

.header .info-wrap .info-col > :last-child:after {
    content: none
}

.header .info-wrap .langs ul:after, .header .info-wrap .langs ul:before, .header .info-wrap .links ul:after, .header .info-wrap .links ul:before, .header .info-wrap .socials ul:after, .header .info-wrap .socials ul:before {
    content: " ";
    display: table
}

.header .info-wrap .langs ul:after, .header .info-wrap .links ul:after, .header .info-wrap .socials ul:after {
    clear: both
}

.header .info-wrap .langs ul li, .header .info-wrap .links ul li, .header .info-wrap .socials ul li {
    float: left
}

.header .info-wrap .links ul, .header .info-wrap .socials ul {
    overflow: hidden;
    margin: 0 -5px
}

.header .info-wrap .links li, .header .info-wrap .socials li {
    margin: 0 5px
}

.header .info-wrap .links li a, .header .info-wrap .socials li a {
    padding: 5px;
    display: block;
    line-height: 1
}

.header .info-wrap .socials .social-list {
    max-width: 165px
}

.header .info-wrap .langs {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header .info-wrap .langs li {
    margin-right: 10px
}

.header .info-wrap .langs li:last-child {
    margin-right: 0
}

.header .info-wrap .langs li.active a {
    color: #ee2e24
}

.header .info-wrap .links {
    margin-left: -5px
}

.header .info-wrap .links .link-list {
    max-width: 78px
}

.header .info-wrap .contact-info {
    padding-right: 0;
    margin-right: 0
}

.header .info-wrap .contact-info:after {
    content: none
}

.header .info-wrap .contact-info .svg-ico {
    margin: 0 8px 3px 0
}

.header .info-wrap .search-wrap-mobile {
    display: none
}

.header .info-wrap .login {
    max-width: 100px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header .info-wrap .login .svg-ico {
    margin: 0 5px 2px 0
}

.header .search-wrap {
    width: 245px;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header .search-desktop {
    margin-bottom: 13px
}

.header .search-desktop .search-form {
    height: 40px;
    position: relative
}

.header .search-desktop .search-form input {
    height: 100%;
    padding: 11px 10px 10px 42px;
    border: 1px solid #f1f1f1
}

.header .search-desktop .search-form .search-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 100%;
    border: none;
    outline: none;
    text-align: right;
    background-color: rgba(0, 0, 0, 0)
}

.header .search-desktop .search-form .search-btn .svg-ico {
    margin: 1px 8px 0 0
}

.header .search-mobile {
    display: none;
    position: relative;
    margin-bottom: 8px
}

.header .search-mobile.active .search-form {
    width: 300px
}

.header .search-mobile.active .search-btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.header .search-mobile.active .search-toggle {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.header .search-mobile .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 10
}

.header .search-mobile input {
    height: 38px;
    padding: 7px 0 6px 10px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    border: none
}

.header .search-mobile .search-btn, .header .search-mobile .search-toggle {
    width: 30px;
    height: 38px;
    border: none;
    outline: none;
    line-height: 38px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header .search-mobile .search-btn {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header .search-mobile .search-toggle {
    display: block
}

.header .special-version .svg-ico {
    top: -2px;
    margin-right: 8px
}

.header .header-bottom {
    padding: 10px 0
}

.header .sitemap-toggle {
    position: absolute;
    left: 0;
    top: 50%;
    width: 25px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header .sitemap-toggle svg {
    width: 100%;
    height: 100%;
    display: block
}

.header .sitemap-toggle svg * {
    fill: #464646
}

.header .sitemap-toggle.active svg * {
    fill: #009bc9
}

.header .menu-toggle {
    display: none;
    width: 90%;
    color: #464646;
    margin: 0 auto;
    font-size: 16px;
    padding: 12px 15px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.header .menu-toggle span {
    margin-right: 3px
}

.header .menu-toggle .svg-ico {
    fill: #cdcdcd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header .menu-toggle.active .svg-ico {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header .nav-menu {
    position: relative;
    margin-left: 45px
}

.header .nav-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header .nav-menu-list a {
    color: #464646;
    padding: 10px 5px;
    display: block;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header .nav-menu-list > li {
    position: relative
}

.header .nav-menu-list > li.active > a {
    color: #ee2e24
}

.header .nav-menu-list .dropdown {
    position: relative
}

.header .nav-menu-list .dropdown > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 10px;
    margin-top: -5px;
    background: url(/site/img/icons/ico-arrow-right-gray.svg) no-repeat;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header .nav-menu-list .dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 245px;
    background-color: #fff;
    border-left: 4px solid #009bc9;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .16);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 2px;
    z-index: 50
}

.header .nav-menu-list .dropdown .dropdown-menu li {
    border-bottom: 1px solid #f6f6f6
}

.header .nav-menu-list .dropdown .dropdown-menu li:hover > a, .header .nav-menu-list .dropdown .dropdown-menu li a:focus {
    background-color: #f6f6f6
}

.header .nav-menu-list .dropdown .dropdown-menu li:first-child > a {
    border-radius: 0 2px 0 0
}

.header .nav-menu-list .dropdown .dropdown-menu li:last-child {
    border-bottom: none
}

.header .nav-menu-list .dropdown .dropdown-menu li:last-child > a {
    border-radius: 0 0 2px 0
}

.header .nav-menu-list .dropdown .dropdown-menu a {
    font-size: 14px;
    padding: 10px 30px 10px 15px
}

.header .nav-menu-list .dropdown .dropdown-menu-left {
    left: auto;
    right: 0
}

.header .nav-menu-list .dropdown .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%
}

.header .nav-menu-list .dropdown .dropdown-menu .dropdown-menu-left {
    left: auto;
    right: 100%
}

.header .nav-menu-list .dropdown .dropdown-menu .dropdown:nth-child(n+12) > .dropdown-menu {
    top: auto;
    bottom: 0
}

.header .nav-menu-list .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.sitemap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 35px 0 30px;
    background: url(/site/img/bg/sitemap-bg.png) no-repeat #009bc9;
    background-size: cover;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .07);
    overflow: hidden;
    z-index: 45
}

.sitemap, .sitemap a {
    color: #fff
}

.sitemap a:focus, .sitemap a:hover {
    opacity: .85
}

.sitemap .menu > li:not(:last-child) {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 80, 104, .2)
}

.sitemap .menu > li:before {
    content: "";
    position: relative;
    top: 3.5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 20px;
    border: 1px solid #98def3;
    border-radius: 50%
}

.sitemap .menu > li > a, .sitemap .menu > li > span {
    font-size: 32px;
    font-weight: 400;
    font-family: "PT Serif", serif
}

.sitemap .menu > li > .submenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 22px -10px 0
}

.sitemap .menu > li > .submenu > li {
    width: 290px;
    max-width: 100%;
    margin: 0 10px 25px
}

.sitemap .menu > li > .submenu > li > a, .sitemap .menu > li > .submenu > li > span {
    font-size: 16px
}

.sitemap .menu > li > .submenu > li .submenu {
    margin-top: .5em
}

.sitemap .menu > li > .submenu > li li {
    position: relative;
    padding-left: 15px;
    margin-bottom: .5em
}

.sitemap .menu > li > .submenu > li li:last-child {
    margin-bottom: 0
}

.sitemap .menu > li > .submenu > li li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 4px;
    height: 6px;
    background: url(/site/img/icons/ico-arrow-right-lightblue.svg) no-repeat
}

.sitemap .menu > li > .submenu > li li a, .sitemap .menu > li > .submenu > li li span {
    color: #98def3
}

.sitemap .menu > li > .submenu > li li a:focus, .sitemap .menu > li > .submenu > li li a:hover {
    color: #fff;
    opacity: 1
}

.section {
    width: 100%
}

.card, .section {
    position: relative
}

.card {
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    scrollbar-color: #d9d9d9 #f6f6f6;
    scrollbar-width: thin;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .07);
    overflow: hidden;
    border-radius: 2px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    z-index: 1
}

.card::-webkit-scrollbar-track {
    background-color: #f6f6f6
}

.card::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 2px
}

.card::-webkit-scrollbar {
    width: 8px
}

.card.card-h-100 {
    height: calc(100% - 20px)
}

.card .card-title {
    color: #464646;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 20px 14px
}

.card .card-content--pb {
    padding-bottom: 20px
}

.card.lenta-news a {
    display: block;
    color: #6c6c6c
}

.card.lenta-news a:hover {
    color: #ee2e24
}

.card.lenta-news .lenta-news-list {
    padding: 18px 0
}

.card.lenta-news .lenta-news-item {
    padding: 0 10px 0 20px;
    margin-bottom: 10px
}

.card.lenta-news .lenta-news-item:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #f6f6f6
}

.card.lenta-news .lenta-news-details {
    margin-bottom: 3px
}

.card.lenta-news .lenta-news-details:after, .card.lenta-news .lenta-news-details:before {
    content: " ";
    display: table
}

.card.lenta-news .lenta-news-details:after {
    clear: both
}

.card.lenta-news .lenta-news-details .news-date {
    float: left;
    color: #009bc9;
    line-height: 18px
}

.card.lenta-news .lenta-news-details .news-label-video {
    float: right;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    background-color: #009bc9;
    border-radius: 2px
}

.section-main .main-content {
    float: left;
    width: calc(100% - 300px);
    margin-right: 20px
}

.section-main .main-sidebar {
    float: left;
    width: 280px;
    max-width: 100%
}

.block-latest-news .latest-news {
    width: calc(100% - 295px);
    margin-right: 20px
}

.block-latest-news .latest-news a {
    display: block;
    color: #6c6c6c
}

.block-latest-news .latest-news a:hover {
    color: #ee2e24
}

.block-latest-news .latest-news a:hover .h2 {
    color: #ee2e24
}

.block-latest-news .latest-news .news-header {
    width: 100%;
    height: 295px;
    position: relative;
    background-color: #f6f6f6;
    overflow: hidden;
    z-index: 1
}

.block-latest-news .latest-news .news-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.block-latest-news .latest-news .news-label {
    color: #fff;
    position: absolute;
    background-color: #009bc9;
    border-radius: 2px
}

.block-latest-news .latest-news .news-label.news-label-txt {
    bottom: 20px;
    left: 20px;
    font-size: 12px;
    padding: 5.5px 10px 4.5px
}

.block-latest-news .latest-news .news-label.news-label-video {
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center
}

.block-latest-news .latest-news .news-details {
    margin-bottom: 5px
}

.block-latest-news .latest-news .news-date {
    color: #009bc9;
    display: inline-block
}

.block-latest-news .latest-news-main {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f6f6f6
}

.block-latest-news .latest-news-main a:hover .news-img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.block-latest-news .latest-news-main .news-body {
    padding: 0 25px;
    margin-top: 15px
}

.block-latest-news .latest-news-main .h2 {
    font-size: 30px
}

.block-latest-news .latest-news-list {
    padding: 0 20px
}

.block-latest-news .latest-news-list a:hover .news-img {
    opacity: .85
}

.block-latest-news .latest-news-list .news-item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 15px
}

.block-latest-news .latest-news-list .news-header {
    height: 112px;
    border-radius: 2px
}

.block-latest-news .latest-news-list .news-body {
    margin-top: 8px
}

.block-latest-news .latest-news-list .news-label.news-label-txt {
    bottom: 10px;
    left: 10px
}

.block-latest-news .latest-news-list .news-label.news-label-video {
    top: 10px;
    right: 10px
}

.block-latest-news .lenta-news {
    width: 275px;
    max-height: 944px;
    overflow: hidden;
    overflow-y: auto
}

.banners-modern-astana .banners {
    margin: -1px -.5px 0;
    background-color: #ededed
}

.banners-modern-astana a:focus, .banners-modern-astana a:hover {
    opacity: .85
}

.banners-modern-astana .banner-item {
    margin-top: 1px;
    padding: 0 .5px
}

.banners-modern-astana .banner-item.app .banner-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px 0 30px
}

.banners-modern-astana .banner-item.app .app-icon {
    margin-right: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.banners-modern-astana .banner-item.app .app-icon .ico-smartastana {
    margin: 4px 11px 0 0
}

.banners-modern-astana .banner-item.app .app-details {
    margin-top: 8px
}

.banners-modern-astana .banner-item.app .app-title {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 8px
}

.banners-modern-astana .banner-item.app .app-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px
}

.banners-modern-astana .banner-item.app .app-links a {
    margin: 0 5px 10px
}

.banners-modern-astana .banner-inner {
    height: 100%;
    min-height: 120px;
    display: block;
    background-color: #009bc9;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    border-radius: 2px
}

.block-teaser .teaser {
    padding-bottom: 35px
}

.block-teaser .teaser a {
    display: block;
    color: #6c6c6c
}

.block-teaser .teaser a:hover {
    color: #ee2e24
}

.block-teaser .teaser-img-link {
    display: block;
    position: relative;
    margin-bottom: 24px
}

.block-teaser .teaser-img {
    width: 100%;
    height: 215px;
    position: relative;
    background: #f6f6f6 no-repeat top;
    background-size: cover;
    overflow: hidden
}

.block-teaser .teaser-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.block-teaser .teaser-video-icon .ico {
    width: 64px;
    height: 64px
}

.block-teaser .teaser-details {
    min-height: 150px;
    padding: 0 25px
}

.block-teaser .teaser-top:after, .block-teaser .teaser-top:before {
    content: " ";
    display: table
}

.block-teaser .teaser-top:after {
    clear: both
}

.block-teaser .teaser-date {
    color: #009bc9;
    font-size: 11px;
    margin-bottom: 7px
}

.block-teaser .slick-arrow {
    top: 0;
    width: 60px;
    height: 215px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.block-teaser .slick-prev {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0));
    background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0))
}

.block-teaser .slick-next {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5))
}

.block-news-category .card .card-content {
    padding: 0 20px 10px
}

.block-news-category .news-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 15px
}

.block-news-category .news-header {
    width: 100%;
    height: 120px;
    position: relative;
    margin-bottom: 8px;
    background-color: #f6f6f6;
    overflow: hidden;
    border-radius: 2px;
    z-index: 1
}

.block-news-category .news-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.block-news-category .news-details {
    margin-bottom: 5px
}

.block-news-category .news-label-video {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    background-color: #009bc9;
    border-radius: 2px
}

.block-news-category .news-category {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    word-break: break-word
}

.block-news-category .news-category a {
    color: #fff;
    display: block;
    padding: 9px 10px;
    line-height: 1.15
}

.block-news-category .news-date {
    color: #009bc9;
    display: inline-block
}

.block-news-category .news-title a {
    display: block;
    color: #6c6c6c
}

.block-news-category .news-title a:focus, .block-news-category .news-title a:hover {
    color: #ee2e24
}

.sidebar-block .card .card-title {
    padding: 12px 15px 8px
}

.sidebar-block .card .card-footer {
    padding: 10.5px 15px;
    border-top: 1px solid #f6f6f6
}

.sidebar-block .card .card-footer a {
    color: #6c6c6c
}

.sidebar-block .card .card-footer a:focus, .sidebar-block .card .card-footer a:hover {
    color: #ee2e24
}

.sidebar-block.leaders .leader-item a {
    display: block
}

.sidebar-block.leaders .leader-item a:after, .sidebar-block.leaders .leader-item a:before {
    content: " ";
    display: table
}

.sidebar-block.leaders .leader-item a:after {
    clear: both
}

.sidebar-block.leaders .leader-item a:hover .leader-title {
    color: #ee2e24
}

.sidebar-block.leaders .leader-img {
    width: 82px;
    float: right;
    margin-left: 10px
}

.sidebar-block.leaders .leader-caption {
    line-height: 1.274;
    padding: 15px 0 10px 20px;
    overflow: hidden
}

.sidebar-block.leaders .leader-title {
    color: #464646;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.sidebar-block.leaders .leader-title.leader-title-hr {
    padding-bottom: 10px;
    margin-bottom: 12px
}

.sidebar-block.leaders .leader-title.leader-title-hr:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 28px;
    height: 1px;
    background-color: #f1f1f1
}

.sidebar-block.leaders .leader-subtitle {
    color: #b9b9b9;
    font-size: 11px
}

.sidebar-block.active-citizen .card {
    color: #fff;
    background: url(/site/img/bg/active-citizen-cover.png) no-repeat #009bc9;
    background-position: 100% 0;
    background-size: cover
}

.sidebar-block.active-citizen .card:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    width: 54px;
    height: 52px;
    background: url(/site/img/icons/ico-active-citizen.svg) no-repeat;
    background-size: contain;
    opacity: .2
}

.sidebar-block.active-citizen .card .card-title {
    color: #fff
}

.sidebar-block.active-citizen .active-citizen-list {
    padding: 8px 0 5px 12px
}

.sidebar-block.active-citizen .active-citizen-item {
    position: relative;
    padding: 0 10px 10px 0
}

.sidebar-block.active-citizen .active-citizen-item a {
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-block.active-citizen .active-citizen-item a:focus, .sidebar-block.active-citizen .active-citizen-item a:hover {
    opacity: .85
}

.sidebar-block.active-citizen .active-citizen-item:not(:last-child) {
    margin-bottom: 10px
}

.sidebar-block.active-citizen .active-citizen-item:not(:last-child):after {
    content: "";
    position: absolute;
    left: 33px;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #005068;
    opacity: .18
}

.sidebar-block.active-citizen .active-citizen-icon {
    width: 28px;
    margin-right: 5px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sidebar-block.active-citizen .active-citizen-title {
    width: 100%
}

.sidebar-block.astana-events .card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px 15px;
    border-bottom: 1px solid #f1f1f1
}

.sidebar-block.astana-events .card .card-title {
    padding: 0
}

.sidebar-block.astana-events .events-count {
    color: #fff;
    height: 28px;
    min-width: 28px;
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
    padding: 0 9.5px;
    margin: 0 -8px 0 15px;
    background-color: #ef352b;
    border-radius: 300px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sidebar-block.ikomek-ref-numbers .ikomek-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #6c6c6c;
    padding: 17.5px 20px
}

.sidebar-block.ikomek-ref-numbers .ikomek-img {
    max-width: 53px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sidebar-block.ikomek-ref-numbers .ikomek-descr {
    font-size: 12px
}

.sidebar-block.dev-projects .card:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    width: 54px;
    height: 54px;
    background: url(/site/img/icons/ico-system.svg) no-repeat;
    background-size: contain;
    opacity: .05
}

.sidebar-block.dev-projects .dev-projects-list {
    padding: 5px 0 5px 12px
}

.sidebar-block.dev-projects .dev-projects-item {
    position: relative;
    padding: 0 10px 10px 0
}

.sidebar-block.dev-projects .dev-projects-item a {
    color: #6c6c6c;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-block.dev-projects .dev-projects-item a:focus, .sidebar-block.dev-projects .dev-projects-item a:hover {
    color: #ee2e24
}

.sidebar-block.dev-projects .dev-projects-item:not(:last-child) {
    margin-bottom: 10px
}

.sidebar-block.dev-projects .dev-projects-item:not(:last-child):after {
    content: "";
    position: absolute;
    left: 33px;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #000;
    opacity: .05
}

.sidebar-block.dev-projects .dev-projects-icon {
    width: 28px;
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sidebar-block.dev-projects .dev-projects-title {
    width: 100%
}

.sidebar-block.astana-figures .card {
    border: 4px solid #fff;
    background: url(/site/img/bg/astana-figures.png) no-repeat;
    background-size: cover
}

.sidebar-block.astana-figures .card .card-title {
    padding: 8px 10px
}

.sidebar-block.astana-figures .figures-slider .slide-item {
    min-height: 160px;
    padding: 35px 20px 20px;
    text-align: center
}

.sidebar-block.astana-figures .figures-slider .figure-count {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 18px
}

.sidebar-block.astana-figures .figures-slider .figure-count strong {
    color: #ee2e24;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    text-shadow: 0 1px 0 #fff
}

.sidebar-block.astana-figures .figures-slider .figure-count:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    margin: auto;
    background-color: #844d1a;
    opacity: .2
}

.sidebar-block.mobile-apps .apps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 15px 18px
}

.sidebar-block.mobile-apps .apps .app-icon {
    margin: 0 22px 0 7px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sidebar-block.ref-numbers .ref-numbers-list {
    padding-bottom: 5px
}

.sidebar-block.ref-numbers .ref-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 10px 12px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-block.ref-numbers .ref-item:not(:last-child) {
    border-bottom: 1px solid #f6f6f6
}

.sidebar-block.ref-numbers .ref-icon, .sidebar-block.ref-numbers .ref-number {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sidebar-block.ref-numbers .ref-icon {
    width: 40px;
    margin-right: 15px;
    text-align: center
}

.sidebar-block.ref-numbers .ref-icon .svg-ico-109 {
    width: 31px;
    height: 36px
}

.sidebar-block.ref-numbers .ref-number {
    color: #464646;
    line-height: 1;
    font-size: 26px;
    font-weight: 700;
    margin-right: 15px
}

.sidebar-block.ref-numbers .ref-title {
    word-break: break-word
}

.sidebar-block.banners {
    margin-bottom: 20px
}

.sidebar-block.banners .banner-item {
    display: block;
    margin-bottom: 1px;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .07);
    overflow: hidden;
    border-radius: 2px
}

.sidebar-block.banners .banner-item a {
    display: block
}

.sidebar-block.banners .banner-item a:focus, .sidebar-block.banners .banner-item a:hover {
    opacity: .85
}

.sidebar-block.banners .banner-item:last-child {
    margin-bottom: 0
}

.sidebar-block.banners .banner-item img {
    width: 100%;
    display: block
}

.sidebar-block.banners-slider a {
    display: block
}

.sidebar-block.banners-slider a:focus, .sidebar-block.banners-slider a:hover {
    opacity: .85
}

.sidebar-block.banners-slider img {
    width: 100%;
    display: block
}

.sidebar-block.lenta-news-wrap .lenta-news-list {
    padding: 3px 0 0
}

.sidebar-block.lenta-news-wrap .lenta-news-item {
    padding: 0 15px 15px
}

.sidebar-block.secondary-nav .svg-ico {
    fill: #b9b9b9;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.sidebar-block.secondary-nav .menu a {
    display: block;
    position: relative;
    color: #6c6c6c;
    padding: 10.5px 30px 10.5px 16px;
    border-bottom: 1px solid #f6f6f6
}

.sidebar-block.secondary-nav .menu a:hover {
    color: #ee2e24
}

.sidebar-block.secondary-nav .menu > li.active > a, .sidebar-block.secondary-nav .menu > li.dropdown-show > a {
    color: #ee2e24
}

.sidebar-block.secondary-nav .menu > li:last-child > a {
    border-bottom: none
}

.sidebar-block.secondary-nav .dropdown > a {
    margin-bottom: -1px
}

.sidebar-block.secondary-nav .dropdown-menu {
    display: none
}

.sidebar-block.secondary-nav .dropdown-menu a {
    padding-left: 26px
}

.sidebar-block.secondary-nav .dropdown-menu a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: -1px;
    width: 4px;
    background-color: #009bc9
}

.sidebar-block.secondary-nav .dropdown-menu a:hover, .sidebar-block.secondary-nav .dropdown-menu li.active > a, .sidebar-block.secondary-nav .dropdown-menu li.dropdown-show > a {
    color: #6c6c6c;
    background-color: #f6f6f6
}

.sidebar-block.secondary-nav .dropdown-menu .dropdown-menu {
    padding-left: 8px
}

.sidebar-block.secondary-nav .dropdown-show > a .svg-ico {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidebar-block.secondary-nav--blue .menu a:hover {
    color: #2a7dd7
}

.sidebar-block.secondary-nav--blue .menu > li.active > a, .sidebar-block.secondary-nav--blue .menu > li.dropdown-show > a {
    color: #2a7dd7
}

.sidebar-block.secondary-nav--blue .dropdown-menu a:before {
    background-color: #2a7dd7
}

.sidebar-block.secondary-nav--blue .dropdown-menu a:hover, .sidebar-block.secondary-nav--blue .dropdown-menu li.active > a, .sidebar-block.secondary-nav--blue .dropdown-menu li.dropdown-show > a {
    color: #6c6c6c
}

.sidebar-block.aside-social .aside-social-list {
    padding: 5px 15px 3px
}

.sidebar-block.aside-social .aside-social-item {
    margin-bottom: 10px
}

.sidebar-block.aside-social .aside-social-link {
    display: inline-block
}

.sidebar-block.aside-social .aside-social-icon {
    width: 20px;
    margin-right: 5px;
    display: inline-block;
    text-align: center
}

.sidebar-block.aside-social .aside-social-icon svg {
    max-width: 100%
}

.sidebar-block.aside-ref-card .card {
    color: #fff;
    padding: 25px;
    line-height: 1.3;
    background: top/cover no-repeat #2b6ed5
}

.sidebar-block.aside-ref-card .card:focus, .sidebar-block.aside-ref-card .card:hover {
    color: #fff;
    opacity: .85
}

.section-useful-refs .slider-refs {
    padding: 20px
}

.section-useful-refs .slider-refs:hover .slick-arrow {
    opacity: .7
}

.section-useful-refs .slider-refs .slick-list {
    margin: 0 -10px
}

.section-useful-refs .slider-refs .slick-list a:focus, .section-useful-refs .slider-refs .slick-list a:hover {
    opacity: .85
}

.section-useful-refs .slider-refs .slide-item {
    display: block;
    position: relative;
    margin: 0 10px
}

.section-useful-refs .slider-refs .slide-img {
    border-radius: 2px;
    overflow: hidden
}

.section-useful-refs .slider-refs .slide-img img {
    width: 100%
}

.section-useful-refs .slider-refs .slide-app-links {
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-useful-refs .slider-refs .slide-app-links a {
    display: block
}

.section-useful-refs .slider-refs .slide-app-links a:not(:last-child) {
    margin-bottom: 8px
}

.section-useful-refs .slider-refs .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #878787;
    border: 4px solid #fff;
    opacity: 0
}

.section-useful-refs .slider-refs .slick-arrow:hover {
    opacity: .9
}

.section-useful-refs .slider-refs .slick-prev {
    left: 0
}

.section-useful-refs .slider-refs .slick-next {
    right: 0
}

.section-page .page-inner {
    position: relative;
    margin-bottom: 20px;
    padding: 18px 40px 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .07);
    border-radius: 2px;
    z-index: 2
}

.section-page .page-header .h1 {
    padding: 0 20px
}

.section-page .secondary-nav-menu {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1
}

.section-page .secondary-nav-menu li {
    margin-bottom: 7px
}

.section-page .secondary-nav-menu a {
    border-bottom: 1px dotted
}

.section-page .page-print-btn {
    position: absolute;
    right: -3px;
    bottom: -34px;
    padding: 3px;
    color: #b9b9b9;
    line-height: 0;
    z-index: 10
}

.section-page .tm-content {
    font-size: 16px;
    line-height: 1.5
}

.section-page .tm-content a {
    color: #009bc9
}

.section-page .tm-content a:focus, .section-page .tm-content a:hover {
    color: #ee2e24
}

.section-page .page-content {
    min-height: 250px
}

.section-page .post-feed .post-item:after, .section-page .post-feed .post-item:before {
    content: " ";
    display: table
}

.section-page .post-feed .post-item:after {
    clear: both
}

.section-page .post-feed .post-item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1
}

.section-page .post-feed .post-pic {
    float: left;
    width: 188px;
    height: 132px;
    margin-right: 20px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 2px
}

.section-page .post-feed .post-pic .post-pic-inner {
    width: 100%;
    height: 100%;
    background: #f6f6f6 no-repeat top;
    background-size: cover
}

.section-page .post-feed .post-pic:hover {
    opacity: .85
}

.section-page .post-feed .post-details {
    margin-top: 8px;
    padding-left: 2px;
    overflow: hidden
}

.section-page .post-feed .post-details .post-header {
    color: #b9b9b9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-page .post-feed .post-details .post-header > * {
    margin: 0 20px 5px 0
}

.section-page .post-feed .post-details .post-header > :last-child {
    margin-right: 0
}

.section-page .post-feed .post-details .post-date {
    color: #009bc9
}

.section-page .post-feed .post-details .post-views .ico {
    margin: -2px 2px 0 0
}

.section-page .post-feed .post-details .post-category a {
    color: #b9b9b9
}

.section-page .post-feed .post-details .post-category a:focus, .section-page .post-feed .post-details .post-category a:hover {
    color: #ee2e24
}

.section-page .post-feed .post-details .post-title, .section-page .post-feed .post-details .post-title a {
    color: #6c6c6c
}

.section-page .post-feed .post-details .post-title a:focus, .section-page .post-feed .post-details .post-title a:hover {
    color: #ee2e24
}

.section-page .post-feed .post-file-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-page .post-feed .post-file-item:not(:last-child) {
    margin-bottom: 20px
}

.section-page .post-feed .post-file-ext {
    color: #b9b9b9
}

.section-page .post-feed.post-feed-leadres .post-pic {
    height: auto;
    margin-right: 30px
}

.section-page .post-feed.post-feed-leadres .post-pic img {
    width: 100%
}

.section-page .post-feed.post-feed-leadres .post-details .post-title {
    margin-bottom: 10px
}

.section-page .post-feed.post-feed-leadres .post-details .post-subtitle {
    color: #b9b9b9;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 15px
}

.section-page .post-feed.post-feed-leadres .post-details .post-subtitle:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #f1f1f1
}

.section-page .post-feed.post-feed-files .post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-page .post-feed.post-feed-files .post-item:after, .section-page .post-feed.post-feed-files .post-item:before {
    content: none
}

.section-page .post-feed.post-feed-files .post-details {
    padding: 0;
    margin-top: 0;
    overflow: visible
}

.section-page .post-feed.state-services-category .post-item:last-child {
    margin-bottom: 30px
}

.section-page .post-feed.state-services-category .post-details {
    margin-top: 0;
    padding-left: 0;
    overflow: visible
}

.section-page .post-feed.state-services-category .post-details .post-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-page .post-feed.state-services-category .post-details .post-title span {
    color: #b9b9b9;
    min-width: 32px;
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section-page .post-full:after, .section-page .post-full:before {
    content: " ";
    display: table
}

.section-page .post-full:after {
    clear: both
}

.section-page .post-full .post-full-details {
    float: left;
    width: 95px;
    color: #b9b9b9;
    margin-top: 5px;
    text-align: right
}

.section-page .post-full .post-full-details > * {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.section-page .post-full .post-full-details > :after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 1px;
    background-color: #e7e7e7
}

.section-page .post-full .post-full-details > :last-child {
    padding-bottom: 0
}

.section-page .post-full .post-full-details > :last-child:after {
    display: none
}

.section-page .post-full .post-full-details a {
    color: #b9b9b9
}

.section-page .post-full .post-full-details a:focus, .section-page .post-full .post-full-details a:hover {
    color: #ee2e24
}

.section-page .post-full .post-full-details .post-date {
    color: #009bc9
}

.section-page .post-full .post-full-details .post-date:after {
    width: 135px
}

.section-page .post-full .post-full-details .post-views .ico {
    margin: -2px 4px 0 0
}

.section-page .post-full .post-full-details .post-tags {
    line-height: 1.45
}

.section-page .post-full .post-full-content {
    margin-right: 90px;
    padding-left: 35px;
    overflow: hidden
}

.section-page .post-full .post-title {
    margin-bottom: 1em
}

.section-page .post-full .post-img-slider {
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 2px
}

.section-page .post-full .post-img-slider .slide-item {
    display: block
}

.section-page .post-full .post-img-slider .slide-img {
    width: 100%;
    height: 400px;
    background: #f6f6f6 no-repeat top;
    background-size: cover
}

.section-page .post-full .post-content {
    margin-bottom: 25px
}

.section-page .post-full .post-videos {
    margin-bottom: 30px
}

.section-page .post-full .post-videos .video-item {
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 2px
}

.section-page .post-full .post-videos .video-item:last-child {
    margin-bottom: 0
}

.section-page .post-full .post-videos .video-item iframe {
    width: 100%;
    height: 360px;
    display: block
}

.section-page .post-full .post-files {
    margin-bottom: 30px
}

.section-page .post-full .post-files .file-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ededed;
    padding: 8px 12px 7px;
    margin-bottom: 1px;
    border-radius: 2px
}

.section-page .post-full .post-files .file-icon {
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section-page .post-full .post-files .file-details > * {
    display: inline-block;
    margin: 1px 6px 1px 0
}

.section-page .post-full .post-files .file-details > :last-child {
    margin-right: 0
}

.section-page .post-full .post-files .file-link {
    color: #6c6c6c
}

.section-page .post-full .post-files .file-link:focus, .section-page .post-full .post-files .file-link:hover {
    color: #ee2e24
}

.section-page .post-full .post-files .file-ext {
    color: #b9b9b9
}

.section-page .post-full.post-full-leader .post-leader-img {
    float: left;
    width: 188px;
    overflow: hidden;
    border-radius: 2px
}

.section-page .post-full.post-full-leader .post-leader-img img {
    width: 100%
}

.section-page .post-full.post-full-leader .post-full-content {
    margin-right: 0
}

.section-page .post-full.post-full-leader .post-title {
    margin-bottom: 15px
}

.section-page .post-full.post-full-leader .post-subtitle {
    color: #b9b9b9;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 15px
}

.section-page .post-full.post-full-leader .post-subtitle:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #f1f1f1
}

.section-page .post-full.post-full-leader .post-links {
    padding-top: 20px;
    margin-bottom: 25px;
    border-top: 1px solid #f1f1f1
}

.section-page .post-full.post-full-leader .post-links a {
    display: inline-block
}

.section-page .post-full.post-full-leader .post-links .ico {
    top: -2px;
    margin-right: 5px
}

.section-page .post-filter {
    margin-bottom: 30px
}

.section-page .post-filter .form-col, .section-page .post-filter .form-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-page .post-filter .filter-toggle {
    width: 100%;
    display: none;
    padding: 12px 15px;
    text-align: center;
    color: #6c6c6c;
    background-color: #f6f6f6
}

.section-page .post-filter .filter-toggle span {
    margin-right: 3px
}

.section-page .post-filter .filter-toggle .ico {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.section-page .post-filter .filter-toggle.active .ico {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-page .post-filter .form-panel {
    margin-bottom: 0;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-page .post-filter .form-col {
    margin: 0 10px 15px 0
}

.section-page .post-filter .form-col > span {
    margin-right: 10px
}

.section-page .post-filter .form-col:last-child {
    margin-right: 0
}

.section-page .post-filter .form-col .form-field-posts {
    width: 142px
}

.section-page .post-filter .form-col .form-field-posts .selectize-dropdown {
    min-width: 210px
}

.section-page .post-filter .form-col .form-field-date {
    width: 60px
}

.section-page .post-filter .form-col .form-field-month {
    width: 90px
}

.section-page .post-filter .form-col .form-field-years {
    width: 76px
}

.section-page .post-filter .form-btn {
    min-width: 128px
}

.section-page .post-filter .form-btn .ico {
    margin-right: 5px
}

.section-page .post-filter .form-field-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-page .post-filter .form-field-group select {
    padding-right: 0
}

.section-page .post-filter .form-field-group > .form-field:not(:last-child) .selectize-input, .section-page .post-filter .form-field-group > .form-field:not(:last-child) select {
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.section-page .post-filter .form-field-group > .form-field:not(:first-child) .selectize-input, .section-page .post-filter .form-field-group > .form-field:not(:first-child) select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.section-page .post-state-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-page .post-state-services .services-content {
    width: calc(100% - 280px);
    margin: 0 40px 35px 0
}

.section-page .post-state-services .tab-nav {
    margin-bottom: 30px
}

.section-page .post-state-services .tab-nav-link {
    font-size: 24px;
    color: #6c6c6c;
    line-height: 1.2;
    font-style: italic;
    font-family: "PT Serif", serif;
    background-color: #f1f1f1;
    padding: .295em .625em .335em;
    margin: 0 10px 10px 0;
    border-radius: 2px
}

.section-page .post-state-services .tab-nav-link:last-child {
    margin-right: 0
}

.section-page .post-state-services .tab-nav-link:hover {
    background-color: #e9e9e9
}

.section-page .post-state-services .tab-nav-link.active {
    color: #fff;
    background-color: #009bc9
}

.section-page .post-state-services .attached-files {
    width: 240px
}

.section-page .post-state-services .attached-files .file-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding: 20px 10px 20px 20px;
    border: 1px solid #f1f1f1;
    line-height: 1.4;
    overflow: hidden;
    border-radius: 2px
}

.section-page .post-state-services .attached-files .file-item .post-file-icon {
    margin-right: 20px
}

.section-page .page-terms-use-materials {
    margin-top: 20px;
    line-height: 1.4;
    padding: 10px 15px;
    background-color: #f1f1f1;
    border-radius: 2px
}

.section-page .page-terms-use-materials p {
    margin: 0 0 1em;
    min-height: 1px
}

.section-page .page-terms-use-materials p:last-child {
    margin-bottom: 0
}

.section-page .page-terms-use-materials a {
    color: #009bc9
}

.section-page .page-terms-use-materials a:focus, .section-page .page-terms-use-materials a:hover {
    color: #ee2e24
}

.section-page .page-footer {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #f1f1f1
}

.section-page .page-footer a {
    color: #6c6c6c
}

.section-page .page-footer a:hover {
    color: #ee2e24
}

.section-page .page-footer .flex-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-page .page-footer .flex-container.is-pagination:after {
    content: "";
    display: block
}

.section-page .page-footer .flex-container.is-pagination .pluso {
    display: none
}

.section-page .page-footer .back {
    margin-right: 15px
}

.section-page .page-footer .pluso a.pluso-more {
    margin-right: -3px
}

.post-file-icon {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 22px;
    background-color: #e9e9e9;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.post-file-icon .file-icon-inner {
    width: 100%;
    color: #fff;
    margin: auto 0;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    word-break: break-all;
    background-color: #464646
}

.post-file-icon.file-icon-pdf .file-icon-inner {
    background-color: #ee2e24
}

.post-file-icon.file-icon-doc .file-icon-inner, .post-file-icon.file-icon-docx .file-icon-inner {
    background-color: #1e85dc
}

.post-file-icon.file-icon-xls .file-icon-inner, .post-file-icon.file-icon-xlsx .file-icon-inner {
    background-color: #5dc187
}

.post-file-icon.file-icon-zip .file-icon-inner {
    background-color: #bb9d57
}

.post-file-icon.file-icon-rar .file-icon-inner {
    background-color: #9e6ace
}

.breadcrumbs {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1
}

.breadcrumbs ul li {
    display: inline-block;
    margin: 0 5px 3px 0
}

.breadcrumbs ul li:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 6px;
    background: url(/site/img/icons/ico-arrow-right-gray.svg) no-repeat;
    background-size: contain
}

.breadcrumbs ul li:last-child {
    margin-right: 0
}

.breadcrumbs ul li:last-child:after {
    display: none
}

.breadcrumbs ul a, .breadcrumbs ul span {
    color: #b9b9b9;
    font-size: 11px;
    margin-right: 8px;
    display: inline-block
}

.breadcrumbs ul a:focus, .breadcrumbs ul a:hover {
    color: #ee2e24
}

.pagination {
    text-align: center
}

.pagination .page-item {
    margin: 3px 0;
    display: inline-block;
    vertical-align: middle
}

.pagination .page-item .page-link {
    display: block;
    position: relative;
    padding: .536em .72em .465em;
    line-height: 1;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    outline: none
}

.pagination .page-item .page-link.next:before, .pagination .page-item .page-link.prev:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 6px;
    height: 10px;
    margin-top: -5px
}

.pagination .page-item .page-link.prev {
    padding-left: 17px;
    margin-right: 10px
}

.pagination .page-item .page-link.prev:before {
    left: 0;
    background: url(/site/img/icons/ico-arrow-left-gray.svg) no-repeat;
    background-size: contain
}

.pagination .page-item .page-link.next {
    padding-right: 17px;
    margin-left: 10px
}

.pagination .page-item .page-link.next:before {
    right: 0;
    background: url(/site/img/icons/ico-arrow-right-gray.svg) no-repeat;
    background-size: contain
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #009bc9
}

.block-state-services {
    font-size: 16px;
    line-height: 1.5
}

.block-state-services .state-services-item {
    margin-bottom: 20px
}

.block-state-services .state-services-item .inner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 130px;
    padding: 15px 30px;
    color: #6c6c6c;
    background-color: #f6f6f6;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.block-state-services .state-services-item .inner:hover {
    background-color: #f0f0f0
}

.block-state-services .state-services-icon {
    margin-right: 28px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.block-table .tm-content {
    font-size: 14px
}

.block-table .table-dashed table, .block-table .table-dashed td, .block-table .table-dashed th {
    border-color: #e5e5e5
}

.block-table .table-dashed table .table-header {
    border-bottom: 4px solid #e5e5e5;
    background-color: #f6f6f6
}

.block-table .table-dashed table tr:nth-child(2n) {
    background-color: #f6f6f6
}

.block-table .table-dashed table th {
    color: #464646;
    font-weight: 700;
    text-align: left
}

.block-table .table-dashed table td, .block-table .table-dashed table th {
    padding: 15px 15px 18px;
    vertical-align: top
}

.block-services .tab-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px 15px
}

.block-services .tab-nav-link {
    color: #b9b9b9;
    margin: 0 15px 15px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.block-services .tab-nav-link span {
    border-bottom: 1px dotted #b9b9b9;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.block-services .tab-nav-link.active {
    color: #ee2e24
}

.block-services .tab-nav-link.active span {
    border-color: #ee2e24
}

.block-services .tab-nav-link.active.tab-link-map .ico {
    background-image: url(/site/img/icons/ico-location-red.svg)
}

.block-services .tab-nav-link.active.tab-link-list .ico {
    background-image: url(/site/img/icons/ico-list-red.svg)
}

.block-services #map {
    width: 100%;
    height: 1000px
}

.block-services .form-filter .form-panel {
    padding-top: 15px;
    padding-bottom: 15px
}

.block-history-city {
    margin-top: -5px
}

.block-history-city .city-category {
    margin-bottom: 8px
}

.block-history-city .category-menu .menu-link, .block-history-city .city-posts .tab-nav-link {
    font-style: italic;
    font-weight: 400;
    font-family: "PT Serif", serif;
    border-bottom: 3px solid rgba(0, 0, 0, 0)
}

.block-history-city .category-menu .menu-link.active, .block-history-city .city-posts .tab-nav-link.active {
    border-bottom-color: #009bc9
}

.block-history-city .category-menu {
    margin: 0 -13px
}

.block-history-city .category-menu .menu-link {
    font-size: 24px;
    padding-bottom: .5em;
    margin: 5px 13px 0
}

.block-history-city .category-carousel {
    position: relative;
    background-color: #f6f6f6
}

.block-history-city .category-carousel .carousel-images .image-inner, .block-history-city .category-carousel .carousel-thumbs .thumb-link {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.block-history-city .category-carousel .carousel-images {
    height: 500px;
    position: relative
}

.block-history-city .category-carousel .carousel-images .image-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.block-history-city .category-carousel .carousel-images .image-item:not(:first-child) {
    display: none
}

.block-history-city .category-carousel .carousel-thumbs {
    position: absolute;
    top: 50%;
    right: 40px;
    max-height: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden
}

.block-history-city .category-carousel .carousel-thumbs .thumb-link {
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .09)
}

.block-history-city .category-carousel .carousel-thumbs .thumb-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1da6cf;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0
}

.block-history-city .category-carousel .carousel-thumbs .thumb-link.active:after, .block-history-city .category-carousel .carousel-thumbs .thumb-link:hover:after {
    opacity: .4
}

.block-history-city .category-carousel .carousel-thumbs .thumb-link:not(:last-child) {
    margin-bottom: 10px
}

.block-history-city .city-posts {
    margin-bottom: 20px
}

.block-history-city .city-posts .tab-nav {
    margin-bottom: 25px;
    border-bottom: 1px solid #f1f1f1
}

.block-history-city .city-posts .tab-nav-link {
    font-size: 18px;
    padding-bottom: .85em;
    margin: 10px 18px 0 0
}

.block-history-city .city-posts .tab-nav-link:last-child {
    margin-right: 0
}

.block-history-city .city-posts .tab-content {
    max-width: 630px;
    min-height: 300px;
    margin-left: 125px
}

.block-media .media-list .media-item {
    margin-bottom: 25px
}

.block-media .media-list .media-link {
    display: block;
    font-family: "PT Serif", serif;
    font-style: italic
}

.block-media .media-list .media-link:hover .media-image-wrap .media-video-icon {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.block-media .media-list .media-image-wrap {
    height: 185px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden
}

.block-media .media-list .media-image {
    height: 100%;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.block-media .media-list .media-details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 10px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, .5)
}

.block-media .media-list .media-date, .block-media .media-list .media-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.block-media .media-list .media-date {
    margin-right: 5px
}

.block-media .media-list .media-date .day {
    font-size: 35px;
    margin-right: 10px;
    line-height: 1
}

.block-media .media-list .media-date .month span {
    display: block
}

.block-media .media-list .media-amount .ico {
    margin-left: 2px
}

.block-media .media-list .media-amount span {
    vertical-align: middle
}

.block-media .media-list .media-video-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.block-media .media-list .media-video-icon .ico {
    margin: auto
}

.block-media .media-list .media-title {
    font-size: 18px;
    line-height: 1.2
}

.block-media .media-full .h2 {
    margin-bottom: 1em;
    text-align: center
}

.block-media .media-full-images li {
    text-align: center;
    margin-bottom: 20px
}

.block-media .media-full-images a {
    display: block
}

.block-media .media-full-images img {
    width: 100%
}

.block-media-slider {
    margin-bottom: 30px
}

.block-media-slider .slider-inner {
    overflow: hidden
}

.block-media-slider .slide-img {
    height: 100%;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.block-media-slider .slide-video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, .6)
}

.block-media-slider .slide-video-icon .ico {
    width: 40px;
    height: 40px;
    margin: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.block-media-slider .slide-video-icon:hover .ico {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.block-media-slider .slider-single {
    margin-bottom: 20px
}

.block-media-slider .slider-single .slide-item {
    height: 500px;
    display: block;
    position: relative
}

.block-media-slider .slider-single .slide-video-icon .ico {
    width: 95px;
    height: 95px
}

.block-media-slider .slider-caption .caption-item:not(:first-child) {
    display: none
}

.block-media-slider .slider-caption .caption-inner {
    margin: 10px 0 30px
}

.block-media-slider .slider-thumbs .slick-slide.is-active .slide-item {
    opacity: 1
}

.block-media-slider .slider-thumbs .slide-item {
    height: 75px;
    margin: 0 .5px;
    display: block;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    opacity: .5
}

.block-media-slider .slider-thumbs .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden
}

.block-media-slider .slider-thumbs .slick-arrow .ico {
    width: 16px;
    height: 26px
}

.block-media-slider .slider-thumbs .slick-prev {
    left: 10px
}

.block-media-slider .slider-thumbs .slick-next {
    right: 10px
}

.block-mobile-apps {
    max-width: 755px;
    overflow: hidden;
    margin: 0 auto
}

.block-mobile-apps .mobile-apps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px
}

.block-mobile-apps .mobile-apps .app-item {
    width: 198px;
    margin: 0 40px 40px
}

.block-mobile-apps .mobile-apps .app-inner {
    height: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid #f1f1f1
}

.block-mobile-apps .mobile-apps .app-img {
    margin-bottom: 8px;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    overflow: hidden
}

.block-mobile-apps .mobile-apps .app-img img {
    width: 100%
}

.block-mobile-apps .mobile-apps .app-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px
}

.block-mobile-apps .mobile-apps .app-links a {
    margin-right: 7px
}

.block-mobile-apps .mobile-apps .app-links a:last-child {
    margin-right: 0
}

.block-mobile-apps .mobile-apps .app-links a:hover {
    opacity: .85
}

.block-mobile-apps .mobile-apps .app-links .ico {
    width: 95px;
    height: 30px
}

.block-mobile-apps .mobile-apps .app-title {
    color: #6c6c6c;
    font-size: 24px
}

.block-mobile-apps .mobile-apps .app-descr {
    color: #b9b9b9;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 12px
}

.block-ref-numbers .ref-item {
    width: 216px;
    padding: 0 10px;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden
}

.block-ref-numbers .ref-inner {
    height: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #f1f1f1
}

.block-ref-numbers .ref-icon {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.block-ref-numbers .ref-icon .svg-ico {
    margin: auto
}

.block-ref-numbers .ref-icon .svg-ico-101 {
    width: 55px;
    height: 60px
}

.block-ref-numbers .ref-icon .svg-ico-102 {
    width: 60px;
    height: 50px
}

.block-ref-numbers .ref-icon .svg-ico-103 {
    width: 70px;
    height: 41px
}

.block-ref-numbers .ref-icon .svg-ico-104 {
    width: 33px;
    height: 60px
}

.block-ref-numbers .ref-icon .svg-ico-150 {
    width: 60px;
    height: 52px
}

.block-ref-numbers .ref-details {
    padding: 0 12px
}

.block-ref-numbers .ref-title {
    color: #464646;
    font-size: 50px;
    min-height: 50px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    white-space: nowrap
}

.block-ref-numbers .ref-title-sm {
    font-size: 20px
}

.block-honor-citizens .citizens-list {
    overflow: hidden
}

.block-honor-citizens .citizens-list .citizen-item {
    width: 268px;
    margin: 0 10px 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f1f1f1
}

.block-honor-citizens .citizens-list .citizen-img-link {
    display: block;
    margin-bottom: 14px
}

.block-honor-citizens .citizens-list .citizen-img-link img {
    border-radius: 2px
}

.block-honor-citizens .citizens-list .citizen-img-link:focus, .block-honor-citizens .citizens-list .citizen-img-link:hover {
    opacity: .85
}

.block-honor-citizens .citizens-full .citizen-title {
    margin-bottom: 1.1em;
    text-align: center
}

.block-honor-citizens .citizens-full .citizen-images {
    text-align: center;
    margin-bottom: 25px;
    background-color: #ededed
}

.block-honor-citizens .citizens-full .citizen-images .citizen-image:not(:last-child) {
    margin-bottom: 10px
}

.block-honor-citizens--compact .citizens-list .citizen-item {
    text-align: center
}

.block-honor-citizens--compact .citizens-list .citizen-link {
    height: 100%;
    display: block
}

.block-honor-citizens--compact .citizens-list .citizen-link:focus .citizen-title, .block-honor-citizens--compact .citizens-list .citizen-link:hover .citizen-title {
    color: #ee2e24
}

.block-honor-citizens--compact .citizens-list .citizen-icon {
    height: 70px;
    line-height: 70px;
    margin-bottom: 15px
}

.block-honor-citizens--compact .citizens-list .citizen-icon img {
    max-height: 100%
}

.block-form-appointment {
    font-size: 16px;
    margin-top: 35px;
    text-align: center
}

.block-form-appointment .btn {
    font-size: 16px;
    padding: 15.5px 20px 14.5px
}

.block-form-appointment input, .block-form-appointment textarea {
    height: 50px;
    padding-top: 12px
}

.block-form-appointment textarea {
    height: 180px
}

.block-form-appointment .form-toggle {
    width: 290px;
    margin-bottom: 35px
}

.block-form-appointment .form-wrap {
    display: none;
    min-height: 600px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f1f1f1;
    text-align: left
}

.block-form-appointment .form-wrap.form-success-sent .form {
    display: none
}

.block-form-appointment .form-wrap.form-success-sent .form-sent {
    display: block
}

.block-form-appointment .form-wrap .form-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.block-form-appointment .form {
    width: 100%
}

.block-form-appointment .form-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.block-form-appointment .form-field:not(:last-child) {
    margin-bottom: 20px
}

.block-form-appointment .field-text {
    width: 260px;
    margin-right: 20px;
    text-align: right
}

.block-form-appointment .field-input {
    width: 300px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.block-form-appointment .field-input .btn {
    width: 100%
}

.block-form-appointment .field-error-text {
    color: #ff8282;
    width: 220px;
    text-align: left;
    margin-left: 20px
}

.block-form-appointment .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.block-form-appointment .input-icon {
    position: relative
}

.block-form-appointment .input-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45px;
    border-right: 1px solid #e5e5e5
}

.block-form-appointment .input-icon input {
    padding-left: 55px
}

.block-form-appointment .input-date {
    width: 155px;
    margin-right: 20px
}

.block-form-appointment .input-date:before {
    background: url(/site/img/icons/ico-calendar.png) no-repeat 50%
}

.block-form-appointment .input-time {
    width: 125px
}

.block-form-appointment .input-time:before {
    background: url(/site/img/icons/ico-time.png) no-repeat 50%
}

.block-form-appointment .captcha {
    text-align: center
}

.block-form-appointment .field-error input, .block-form-appointment .field-error textarea {
    border-color: #ff8282;
    background-color: #fff3f3
}

.block-form-appointment .field-error:before {
    border-color: #ff8282
}

.block-form-appointment .form-sent {
    margin: auto;
    display: none;
    text-align: center
}

.block-form-appointment .form-sent-img {
    margin-bottom: 30px
}

.block-form-appointment .form-sent-text {
    line-height: 1.5
}

.block-city-leaders {
    overflow: hidden
}

.block-city-leaders .leader-img-link {
    display: block;
    background-color: #ededed;
    overflow: hidden;
    border-radius: 2px
}

.block-city-leaders .leader-img-link img {
    width: 100%
}

.block-city-leaders .leader-img-link:focus, .block-city-leaders .leader-img-link:hover {
    opacity: .85
}

.block-city-leaders .leader-descr {
    color: #b9b9b9;
    line-height: 1.4
}

.block-city-leaders .leader-descr:after, .block-city-leaders .leader-descr:before {
    content: " ";
    display: table
}

.block-city-leaders .leader-descr:after {
    clear: both
}

.block-city-leaders .leaders {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1
}

.block-city-leaders .leaders .leader-main {
    width: 230px;
    margin-right: 85px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.block-city-leaders .leaders .leader-main .leader-img-link {
    width: 100%;
    height: 291px;
    margin-right: 0;
    margin-bottom: 15px
}

.block-city-leaders .leaders .leader-main .leader-title {
    margin-bottom: 10px
}

.block-city-leaders .leaders .leader-list {
    margin-left: -20px;
    margin-right: -20px
}

.block-city-leaders .leaders .leader-list .leader-title {
    font-size: 20px;
    margin-bottom: 8px
}

.block-city-leaders .leaders .leader-item {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    margin-bottom: 20px
}

.block-city-leaders .leaders .leader-img-link {
    width: 112px;
    height: 132px;
    margin-right: 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.block-city-leaders .deputy-leader {
    margin-left: -15px;
    margin-right: -15px
}

.block-city-leaders .deputy-leader .leader-section {
    width: 195px;
    padding: 15px 15px 0;
    margin-bottom: 20px
}

.block-city-leaders .deputy-leader .leader-section:nth-child(2n) {
    background-color: #f6f6f6
}

.block-city-leaders .deputy-leader .leader-item {
    position: relative;
    margin-bottom: 24px
}

.block-city-leaders .deputy-leader .leader-item.leader-main {
    min-height: 875px;
    padding-bottom: 50px
}

.block-city-leaders .deputy-leader .leader-item.leader-main:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 22px;
    background: url(/site/img/other/line-arrow.svg) no-repeat top
}

.block-city-leaders .deputy-leader .leader-img-link {
    width: 100%;
    padding-top: 114.97005988%;
    position: relative;
    margin-bottom: 12px
}

.block-city-leaders .deputy-leader .leader-img-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.block-city-leaders .deputy-leader .leader-img-link img:not([src]) {
    visibility: hidden
}

.block-city-leaders .deputy-leader .leader-title {
    font-size: 18px;
    margin-bottom: 10px
}

.block-search .search-result-count {
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1
}

.block-search .search-result-count b {
    color: #009bc9
}

.block-search .search-result-list .result:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1
}

.block-search .search-result-list .result-title {
    margin: 0;
    font-weight: 500
}

.block-search .search-result-list .result-date {
    font-size: 14px;
    padding: 3px 10px 2.5px;
    margin-right: 3px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f1f1f1
}

.block-search .search-result-list .result-short {
    font-size: 12px;
    margin-top: 5px
}

.block-reg-participants .form-section {
    padding: 40px;
    margin-bottom: 20px
}

.block-reg-participants .participants-head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.block-reg-participants .participants-download {
    margin-top: 8px
}

.block-reg-participants .participants-download .ico {
    top: -1px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-image: url(/site/img/other/reg-part-download.png)
}

.block-reg-participants .participants-feed {
    max-height: 470px;
    border: 1px solid #e5e5e5;
    overflow: auto;
    border-radius: 2px
}

.block-reg-participants .participants-feed .row {
    margin: 0
}

.block-reg-participants .participants-feed .row:nth-child(2n) {
    background: #f6f6f6
}

.block-reg-participants .participants-feed .row:last-child .participants-feed-item {
    border-bottom-width: 0
}

.block-reg-participants .participants-feed-item {
    position: relative;
    padding: 10.5px 15px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.block-reg-participants .participants-feed-item:nth-child(2) {
    border-right: 0
}

.block-info {
    min-height: 107px
}

.block-info .info {
    padding: 18px 30px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.block-info .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block-info .info-icon {
    width: 60px;
    height: 60px;
    margin-right: 25px
}

.block-info .info-icon img {
    width: 100%
}

.block-info .info-details {
    width: calc(100% - 85px)
}

.block-info .info-title {
    color: #ee2e24;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-right: 70px
}

.block-info .info-descr {
    line-height: 1.4
}

.block-info .info-descr-full {
    display: none
}

.block-info .info-descr-expand {
    font-weight: 500
}

.block-info .slick-dots {
    position: absolute;
    top: 18px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3px;
    z-index: 5
}

.block-info .slick-dots li {
    float: left;
    margin: 2px 3px
}

.block-info .slick-dots button {
    width: 6px;
    height: 6px;
    font-size: 0;
    border: none;
    outline: none;
    display: block;
    line-height: 0;
    overflow: hidden;
    border-radius: 50%;
    background: #6c6c6c;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    opacity: .3
}

.block-info .slick-dots button:hover {
    opacity: .5
}

.block-info .slick-dots .slick-active button {
    opacity: 1
}

.block-contest {
    padding-top: 45px;
    border-top: 1px solid #f1f1f1
}

.block-contest .contest-feed {
    margin-left: -15px;
    margin-right: -15px
}

.block-contest .contest-feed-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px
}

.block-contest .contest-feed-link {
    display: block;
    border: 1px solid #e7e7e7
}

.block-contest .contest-feed-img {
    height: 196px;
    background: #f6f6f6 no-repeat top;
    background-size: cover;
    border-bottom: 1px solid #e7e7e7
}

.block-contest .contest-feed-title {
    padding: 1.2em .45em;
    font-family: inherit;
    font-style: normal;
    text-align: center
}

.block-contest-dynasty .contest-cat, .block-contest-dynasty .members-feed {
    padding-top: 30px;
    border-top: 1px solid #f1f1f1
}

.block-contest-dynasty .contest-cat-row {
    margin-left: -15px;
    margin-right: -15px
}

.block-contest-dynasty .contest-cat-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

.block-contest-dynasty .contest-cat-link {
    display: block;
    border: 1px solid #e7e7e7
}

.block-contest-dynasty .contest-cat-img {
    padding-bottom: 49.61832061%;
    background: #f6f6f6 no-repeat top;
    background-size: cover;
    border-bottom: 1px solid #e7e7e7
}

.block-contest-dynasty .contest-cat-title {
    padding: .44444444em .83333333em;
    font-family: inherit;
    font-style: normal;
    text-align: center
}

.block-contest-dynasty .members-feed-row {
    margin-left: 0;
    margin-right: 0
}

.block-contest-dynasty .members-feed-item {
    width: 200px;
    max-width: 100%;
    margin: 0 40px 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1
}

.block-contest-dynasty .members-feed-link {
    display: block;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px
}

.block-contest-dynasty .members-feed-link:focus, .block-contest-dynasty .members-feed-link:hover {
    border-color: #009bc9
}

.block-contest-dynasty .members-feed-img {
    padding-top: 75.75757576%;
    background: #f6f6f6 no-repeat top;
    background-size: cover
}

.block-contest-dynasty .members-feed-title {
    padding: .5em .27777778em;
    font-family: inherit;
    font-style: normal;
    text-align: center
}

.block-contest-dynasty .members-feed-vote-num {
    margin-top: 20px
}

.block-contest-dynasty .member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block-contest-dynasty .member-left {
    width: 200px;
    margin-right: 16px
}

.block-contest-dynasty .member-right {
    width: calc(100% - 216px)
}

.block-contest-dynasty .member-img {
    width: 100%;
    padding-top: 75%;
    position: relative;
    background-color: #f6f6f6;
    margin-bottom: 15px
}

.block-contest-dynasty .member-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.block-contest-dynasty .member-vote {
    margin-bottom: 10px
}

.block-contest-dynasty .member-title {
    margin-bottom: .5em;
    font-family: inherit;
    font-style: normal
}

.page-not-found {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    background-color: #fff
}

.page-not-found .container {
    margin: auto;
    text-align: center;
    overflow: hidden
}

.page-not-found .page-pic {
    margin-bottom: 50px
}

.page-not-found .page-pic img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.up-btn {
    position: fixed;
    right: 0;
    left: 0;
    bottom: -100px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    line-height: 35px;
    background-color: #292929;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 500;
    opacity: .65
}

.up-btn:hover {
    opacity: 1
}

.up-btn.active {
    bottom: -30px
}

.footer {
    color: #a8a8a8;
    position: relative;
    background-color: #464646
}

.footer a {
    color: #fff
}

.footer a:focus, .footer a:hover {
    opacity: .8
}

.footer .container {
    padding-top: 35px;
    padding-bottom: 35px
}

.footer .areas-city {
    margin-bottom: 20px
}

.footer .areas-city-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 10px 10px 0
}

.footer .areas-city-title span {
    vertical-align: middle
}

.footer .areas-city-title .svg-ico {
    margin: 0 3px 2px 0
}

.footer .areas-city-item {
    position: relative;
    margin-top: 3px;
    margin-bottom: 10px
}

.footer .areas-city-item:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px
}

.footer .areas-city-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 88.5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #7a7a7a
}

.footer .developer {
    text-align: right
}

.footer .developer-inner {
    position: relative;
    display: inline-block;
    padding-left: 52px;
    text-align: left
}

.footer .developer-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 20px;
    margin-top: -15px;
    background: url(/site/img/ir-logo.png) no-repeat 50%;
    background-size: cover
}

@media only screen and (max-width: 1247px) {
    .header .site-logo {
        width: 60%
    }

    .header .header-details {
        width: 40%
    }

    .header .info-wrap {
        margin-right: 10px
    }

    .header .search-wrap {
        width: 30px
    }

    .header .search-desktop {
        display: none
    }

    .header .search-mobile {
        display: block
    }

    .header .special-version {
        display: block;
        width: 30px;
        height: 30px;
        font-size: 0;
        line-height: 30px;
        text-align: center
    }

    .header .special-version .svg-ico {
        top: 0;
        margin-right: 0
    }

    .header .header-bottom {
        padding: 0 15px;
        margin: 0 -15px;
        background-color: #f6f6f6
    }

    .header .sitemap-toggle {
        left: 15px
    }

    .header .menu-toggle {
        display: block
    }

    .header .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin-left: 0;
        overflow: hidden;
        background-color: #fff;
        -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .1);
        z-index: 50
    }

    .header .nav-menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header .nav-menu-list a {
        border-bottom: 1px solid #f1f1f1
    }

    .header .nav-menu-list a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: -1px;
        width: 4px;
        background-color: #009bc9
    }

    .header .nav-menu-list > li > a {
        padding: 10px 30px 10px 15px
    }

    .header .nav-menu-list > li > a:before {
        content: none
    }

    .header .nav-menu-list > li.dropdown.dropdown-show > a {
        color: #ee2e24
    }

    .header .nav-menu-list .dropdown.dropdown-show > a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .header .nav-menu-list .dropdown .dropdown-menu {
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: all !important;
        position: static;
        width: auto;
        min-width: 0;
        border-left: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        background-color: #f6f6f6;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }

    .header .nav-menu-list .dropdown .dropdown-menu li {
        border: none !important
    }

    .header .nav-menu-list .dropdown .dropdown-menu li.dropdown.dropdown-show > a {
        background-color: #f6f6f6
    }

    .header .nav-menu-list .dropdown .dropdown-menu li.dropdown.dropdown-show > a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .header .nav-menu-list .dropdown .dropdown-menu a {
        padding: 10.5px 30px 10.5px 15px;
        border-radius: 0 !important;
        background-color: #fff
    }

    .header .nav-menu-list .dropdown .dropdown-menu .dropdown-menu {
        padding-left: 8px
    }

    .block-city-leaders .deputy-leader {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .block-latest-news .latest-news {
        width: 100%;
        margin-right: 0
    }

    .block-latest-news .latest-news-main .news-body {
        padding: 0 20px
    }

    .block-latest-news .lenta-news {
        width: 100%;
        max-height: 350px
    }

    .block-news-category .news-item {
        width: 33.33%
    }

    .block-news-category .news-header {
        height: 130px
    }

    .banners-modern-astana .banner-item.app .banner-inner {
        padding-left: 20px
    }

    .banners-modern-astana .banner-item.app .app-icon {
        margin-right: 20px
    }

    .banners-modern-astana .banner-item.app .app-title {
        font-size: 24px
    }

    .section-page .post-full .post-full-content {
        margin-right: 0
    }

    .block-history-city .category-menu, .block-history-city .city-posts .tab-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .block-history-city .category-menu {
        margin: 0 -10px
    }

    .block-history-city .category-menu .menu-link {
        font-size: 22px;
        margin-left: 10px;
        margin-right: 10px
    }

    .block-history-city .city-posts .tab-nav {
        margin-left: -9px;
        margin-right: -9px
    }

    .block-history-city .city-posts .tab-nav-link {
        margin: 10px 9px 0 !important
    }

    .block-history-city .city-posts .tab-content {
        max-width: 100%;
        margin-left: 0
    }

    .block-honor-citizens .citizens-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 991px) {
    .full-stretch {
        margin-left: -20px;
        margin-right: -20px
    }

    .full-stretch.full-stretch-p {
        padding-left: 20px;
        padding-right: 20px
    }

    .site-test-mode {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .header .header-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header .site-logo {
        width: 100%;
        padding-right: 0;
        margin-bottom: 18px;
        text-align: center
    }

    .header .site-logo .logo-descr {
        text-align: left
    }

    .header .header-details {
        width: 100%;
        border-bottom: 1px solid #f1f1f1
    }

    .header .info-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0
    }

    .header .info-wrap .info-col {
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: none
    }

    .header .info-wrap .info-col > * {
        padding-right: 15px !important;
        margin-right: 15px !important;
        margin-bottom: 5px
    }

    .header .info-wrap .info-col > :last-child:after {
        content: ""
    }

    .header .info-wrap .info-col:last-child > :last-child {
        padding-right: 0 !important
    }

    .header .info-wrap .info-col:last-child > :last-child:after {
        content: none
    }

    .header .info-wrap .links .link-list, .header .info-wrap .socials .social-list {
        max-width: none
    }

    .header .info-wrap .contact-info:after {
        content: ""
    }

    .header .search-wrap {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .search-mobile {
        margin-bottom: 0;
        margin-left: 10px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header .search-mobile.active .search-form {
        width: 235px
    }

    .header .search-mobile input {
        height: 30px
    }

    .header .search-mobile .search-btn, .header .search-mobile .search-toggle {
        height: 30px;
        line-height: 30px
    }

    .section-main .main-content {
        float: none;
        width: 100%;
        margin-right: 0
    }

    .section-main .main-sidebar {
        float: none;
        width: 100%;
        margin: 0 auto;
        max-width: 400px
    }

    .block-latest-news .latest-news-main .h2 {
        font-size: 25px
    }

    .block-latest-news .latest-news-list .news-item {
        width: 50%;
        margin-bottom: 20px
    }

    .block-latest-news .latest-news-list .news-item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .block-latest-news .latest-news-list .news-header {
        width: 90px;
        height: 60px;
        margin: 0 15px 0 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .block-latest-news .latest-news-list .news-body {
        margin-top: 0
    }

    .block-latest-news .latest-news-list .news-details {
        margin-bottom: 3px
    }

    .block-latest-news .latest-news-list .news-label.news-label-video {
        top: 5px;
        right: 5px
    }

    .block-latest-news .lenta-news {
        max-height: none
    }

    .block-latest-news .lenta-news .lenta-news-item {
        display: none
    }

    .block-latest-news .lenta-news .lenta-news-item:nth-child(-n+10) {
        display: block
    }

    .block-teaser .slick-arrow, .block-teaser .teaser-img {
        height: 250px
    }

    .block-teaser .teaser-details {
        padding: 0 20px
    }

    .block-news-category .news-item {
        margin-bottom: 20px
    }

    .block-news-category .news-header {
        height: 150px
    }

    .section-page .page-inner {
        padding-left: 20px;
        padding-right: 20px;
        min-height: 0 !important
    }

    .section-page .post-full .post-full-details .post-date:after {
        width: 115px
    }

    .section-page .post-filter .filter-toggle {
        display: block
    }

    .section-page .post-filter .filter-wrap {
        display: none
    }

    .section-page .post-state-services .tab-nav-link {
        font-size: 20px
    }

    .block-services #map {
        height: 500px
    }

    .block-history-city .category-carousel .carousel-images {
        height: 450px
    }

    .block-history-city .category-carousel .carousel-thumbs {
        right: 20px
    }

    .block-mobile-apps .mobile-apps, .block-ref-numbers .ref-numbers {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .block-media .media-list .media-title {
        font-size: 16px
    }

    .block-media-slider .slider-single .slide-item {
        height: 450px
    }

    .block-city-leaders .leaders {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .block-city-leaders .leaders .leader-main {
        margin-right: 0;
        margin-bottom: 35px;
        text-align: center
    }

    .block-city-leaders .leaders .leader-main .leader-title {
        font-size: 24px
    }

    .block-info {
        min-height: 0
    }

    .footer .container {
        padding-top: 60px;
        padding-bottom: 35px
    }

    .footer .footer-col:not(:last-child) {
        margin-bottom: 45px
    }

    .footer .developer {
        text-align: left
    }
}

@media only screen and (max-width: 767px) {
    .tm-content img {
        height: auto !important
    }

    .header {
        padding-top: 15px
    }

    .header .header-top {
        margin-bottom: 0
    }

    .header .site-logo {
        margin-bottom: 10px
    }

    .header .site-logo .logo {
        margin: 0 17px 7px 0
    }

    .header .site-logo .logo img {
        max-width: 65px;
        max-height: 65px
    }

    .header .site-logo .logo-descr strong {
        margin-top: 0
    }

    .header .header-details {
        width: 100%;
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: none
    }

    .header .header-details.desktop {
        display: none
    }

    .header .header-details.mobile {
        display: block
    }

    .header .info-wrap .info-col {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid #f1f1f1 !important
    }

    .header .info-wrap .contact-info, .header .info-wrap .login {
        width: 30px;
        height: 30px;
        font-size: 0;
        line-height: 30px;
        text-align: center
    }

    .header .info-wrap .contact-info .svg-ico, .header .info-wrap .login .svg-ico {
        margin: 0
    }

    .header .info-wrap .login {
        margin-right: 0 !important
    }

    .header .info-wrap .search-wrap-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0 !important;
        margin-right: 0 !important
    }

    .header .info-wrap .search-wrap-mobile:after {
        content: none !important
    }

    .header .info-wrap .search-wrap-mobile .search-form {
        border-bottom: none
    }

    .header .search-wrap {
        display: none
    }

    .sitemap .menu > li:before {
        margin-right: 15px
    }

    .sitemap .menu > li > a, .sitemap .menu > li > span {
        font-size: 28px
    }

    .sitemap .menu > li > .submenu > li {
        width: 100%
    }

    .block-latest-news .latest-news-list .news-item {
        width: 100%
    }

    .block-teaser .teaser-details {
        min-height: 0
    }

    .block-news-category {
        display: none
    }

    .block-news-category .news-item {
        width: 50%
    }

    .block-news-category .news-header {
        height: 165px
    }

    .banners-modern-astana {
        max-width: 460px;
        margin-left: auto;
        margin-right: auto
    }

    .banners-modern-astana .banner-item {
        width: 100%
    }

    .banners-modern-astana .banner-item.app .banner-inner {
        padding-left: 15px
    }

    .banners-modern-astana .banner-item.app .app-icon {
        margin-right: 15px
    }

    .banners-modern-astana .banner-item.app .app-title {
        font-size: 22px
    }

    .section-useful-refs {
        max-width: 430px;
        margin-left: auto;
        margin-right: auto
    }

    .section-page .post-full .post-full-details {
        float: none;
        width: 100%;
        margin: 0 0 12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        border-bottom: 1px solid #e7e7e7
    }

    .section-page .post-full .post-full-details > * {
        padding-bottom: 0;
        margin: 0 20px 10px 0
    }

    .section-page .post-full .post-full-details > :after {
        display: none
    }

    .section-page .post-full .post-full-details > :last-child {
        margin-right: 0
    }

    .section-page .post-full .post-full-details .pluso > [class^=pluso-] {
        width: 100%
    }

    .section-page .post-full .post-full-content {
        padding-left: 0;
        overflow: visible
    }

    .section-page .post-full .post-img-slider .slide-img, .section-page .post-full .post-videos .video-item iframe {
        height: 300px
    }

    .section-page .post-full.post-full-leader .post-leader-img {
        float: none;
        margin: 0 auto 20px
    }

    .section-page .post-filter .form-col-posts {
        width: 100%;
        margin-right: 0
    }

    .section-page .post-filter .form-col-posts .form-field-posts {
        width: 100%
    }

    .section-page .post-state-services {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-page .post-state-services .services-content {
        width: 100%;
        margin-right: 0
    }

    .section-page .post-state-services .tab-nav-link {
        font-size: 18px
    }

    .section-page .post-state-services .attached-files {
        width: 100%
    }

    .pagination .page-item .page-link.next, .pagination .page-item .page-link.prev {
        font-size: 0;
        padding: 10px
    }

    .pagination .page-item .page-link.next:before, .pagination .page-item .page-link.prev:before {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }

    .block-state-services {
        font-size: 14px;
        line-height: 1.4
    }

    .block-state-services .state-services-item {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .block-state-services .state-services-item .inner {
        min-height: 120px;
        padding-left: 20px;
        padding-right: 20px
    }

    .block-state-services .state-services-icon {
        margin-right: 20px
    }

    .block-history-city .category-menu .menu-link {
        font-size: 20px
    }

    .block-history-city .category-carousel .carousel-images {
        height: 380px
    }

    .block-history-city .category-carousel .carousel-thumbs {
        padding: 10px;
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-height: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .block-history-city .category-carousel .carousel-thumbs .thumb-link {
        margin: 5px !important
    }

    .block-media .media-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block-media .media-list .media-item {
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto
    }

    .block-media-slider .slider-single .slide-item {
        height: 380px
    }

    .block-media-slider .slider-thumbs .slide-item {
        height: 70px
    }

    .block-form-appointment .form-wrap {
        min-height: 0;
        padding-top: 60px;
        padding-bottom: 60px
    }

    .block-form-appointment .form-field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block-form-appointment .form-field:not(:last-child) {
        margin-bottom: 25px
    }

    .block-form-appointment .field-text {
        width: 100%;
        margin: 0 0 8px;
        text-align: left
    }

    .block-form-appointment .field-text:empty {
        display: none
    }

    .block-form-appointment .field-input {
        width: 100%
    }

    .block-form-appointment .field-error-text {
        width: 100%;
        margin: 5px 0 0
    }

    .block-form-appointment .field-error-text:empty {
        display: none
    }

    .block-form-appointment .input-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block-form-appointment .input-icon {
        width: 100%;
        margin: 0 0 20px
    }

    .block-form-appointment .input-icon:last-child {
        margin-bottom: 0
    }

    .block-city-leaders .leaders .leader-item {
        width: 100%
    }

    .block-city-leaders .leaders .leader-img-link {
        margin-right: 15px
    }

    .block-info .info {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 25px
    }

    .block-info .info-icon {
        display: none
    }

    .block-info .info-details {
        width: 100%
    }

    .block-info .info-title {
        padding-right: 0
    }

    .block-info .slick-dots {
        top: auto;
        left: 20px;
        bottom: 7px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: none
    }

    .block-reg-participants .participants-head {
        display: block
    }

    .block-reg-participants .participants-download {
        margin-top: 12px;
        display: inline-block
    }

    .block-reg-participants .participants-feed .row {
        background: rgba(0, 0, 0, 0) !important
    }

    .block-reg-participants .participants-feed .row:last-child .participants-feed-item {
        border-bottom-width: 1px
    }

    .block-reg-participants .participants-feed .row:last-child .participants-feed-item:last-child {
        border-bottom-width: 0
    }

    .block-reg-participants .participants-feed-item {
        border-right: none
    }

    .block-reg-participants .participants-feed-item:nth-child(2) {
        background: #f6f6f6
    }

    .block-contest-dynasty .contest-cat-item {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .block-contest-dynasty .members-feed-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .block-contest-dynasty .members-feed-item {
        margin-left: 20px;
        margin-right: 20px
    }

    .block-contest-dynasty .member {
        display: block
    }

    .block-contest-dynasty .member-left {
        margin: 0 auto 25px
    }

    .block-contest-dynasty .member-right {
        width: 100%
    }

    .block-contest-dynasty .member-title {
        text-align: center
    }

    .block-honor-citizens--compact .citizens-list .citizen-item {
        width: 100%
    }

    .footer {
        text-align: center
    }

    .footer .container {
        padding-bottom: 115px
    }

    .footer .areas-city {
        text-align: center
    }

    .footer .areas-city-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer .areas-city-title {
        margin: 0 0 15px
    }

    .footer .areas-city-item {
        margin: 0 0 15px !important;
        padding-right: 0 !important
    }

    .footer .areas-city-item:after {
        content: none !important
    }

    .footer .developer {
        text-align: center
    }
}

@media only screen and (max-width: 479px) {
    .header .sitemap-toggle {
        display: none
    }

    .header .menu-toggle {
        width: 100%
    }

    .block-latest-news .latest-news-main .news-header {
        height: 180px
    }

    .block-latest-news .latest-news-main .h2 {
        font-size: 20px
    }

    .block-teaser .teaser-video-icon .ico {
        width: 54px;
        height: 54px
    }

    .block-teaser .teaser-date {
        float: none !important
    }

    .block-teaser .slick-arrow, .block-teaser .teaser-img {
        height: 215px
    }

    .block-teaser .slick-arrow {
        width: 45px
    }

    .block-news-category .news-item, .section-page .secondary-nav-menu li {
        width: 100%
    }

    .section-page .post-feed .post-pic {
        float: none;
        display: block;
        width: 100%;
        height: 150px;
        margin: 0 0 20px
    }

    .section-page .post-feed .post-details {
        overflow: visible;
        padding-left: 0
    }

    .section-page .post-feed.post-feed-leadres .post-pic {
        width: 188px;
        margin: 0 auto 20px
    }

    .section-page .post-feed.post-feed-leadres .post-details .post-title {
        text-align: center
    }

    .section-page .post-filter .form-col, .section-page .post-filter .form-field-group, .section-page .post-filter .form-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-page .post-filter .form-col {
        width: 100%;
        margin-right: 0
    }

    .section-page .post-filter .form-col > span {
        margin: 0 0 10px
    }

    .section-page .post-filter .form-field-group {
        width: 100%
    }

    .section-page .post-filter .form-field-group .form-field {
        width: 100%;
        margin-bottom: 10px
    }

    .section-page .post-filter .form-field-group .form-field .selectize-input, .section-page .post-filter .form-field-group .form-field select {
        border-right-width: 1px !important;
        border-radius: 2px !important
    }

    .section-page .post-filter .form-field-group .form-field:last-child {
        margin-bottom: 0
    }

    .section-page .post-filter .form-btn {
        width: 100%
    }

    .section-page .page-footer .flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: initial;
        -webkit-align-items: initial;
        -ms-flex-align: initial;
        align-items: normal
    }

    .section-page .page-footer .flex-container.is-pagination:after {
        display: none
    }

    .section-page .page-footer .pagination {
        margin-bottom: 15px
    }

    .section-page .page-footer .back {
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .block-mobile-apps .mobile-apps {
        margin-left: 0;
        margin-right: 0
    }

    .block-mobile-apps .mobile-apps .app-item {
        margin-left: 10px;
        margin-right: 10px
    }

    .block-city-leaders .deputy-leader .leader-section {
        width: 240px
    }

    .block-city-leaders .deputy-leader .leader-item.leader-main {
        min-height: 0
    }

    .block-reg-participants .form-section {
        padding: 30px 15px
    }
}

@media only screen and (min-width: 992px) {
    .section-page .post-filter .filter-wrap {
        display: block !important
    }
}

@media only screen and (min-width: 1248px) {
    .header .nav-menu {
        display: block !important
    }

    .header .nav-menu-list > li:hover > a, .header .nav-menu-list > li > a:focus {
        color: #ee2e24
    }

    .header .nav-menu-list > li.dropdown > a:after {
        content: none !important
    }

    .header .nav-menu-list .dropdown-menu {
        display: block !important
    }

    .header .nav-menu-list .dropdown:hover > a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

body.page-project-office .breadcrumbs {
    margin-bottom: 0
}

.block-project-office {
    margin-bottom: 20px
}

.block-project-office .project-office-header {
    position: relative
}

.block-project-office .project-office-header:after, .block-project-office .project-office-header:before {
    content: " ";
    display: table
}

.block-project-office .project-office-header:after {
    clear: both
}

.block-project-office .project-office-header .top-line {
    padding-top: 10px;
    padding-right: 20px;
    border-bottom: 1px solid #f1f1f1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.block-project-office .project-office-header .top-line > * {
    margin-bottom: 10px
}

.block-project-office .project-office-header .top-line > :not(:last-child) {
    margin-right: 30px
}

.block-project-office .project-office-header .project-search {
    width: 250px;
    max-width: 100%
}

.block-project-office .project-office-header .project-search .search-form {
    height: 30px;
    position: relative
}

.block-project-office .project-office-header .project-search input {
    height: 100%;
    padding: 5px 10px 5px 30px;
    border: none
}

.block-project-office .project-office-header .project-search .search-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
    line-height: 30px;
    border: none;
    outline: none;
    text-align: right;
    background-color: rgba(0, 0, 0, 0)
}

.block-project-office .project-office-header .project-search .search-btn .svg-ico {
    margin-right: 7px
}

.block-project-office .project-office-header .h1 {
    padding: 20px 20px 0
}

.block-project-office .search-result {
    padding: 12px;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    text-align: center
}

.block-project-office .search-result-title {
    font-size: 20px
}

.block-project-office .search-result-title span {
    color: #009bc9
}

.block-project-office .project-office-category .svg-ico {
    fill: #fff
}

.block-project-office .project-office-category .svg-ico-road {
    width: 84px;
    height: 58px
}

.block-project-office .project-office-category .svg-ico-wall {
    width: 74px;
    height: 74px
}

.block-project-office .project-office-category .svg-ico-engineering {
    width: 75px;
    height: 73px
}

.block-project-office .project-office-category .svg-ico-tree {
    width: 72px;
    height: 80px
}

.block-project-office .project-office-category .category-item {
    min-height: 250px;
    margin-bottom: 20px
}

.block-project-office .project-office-category .category-link {
    display: block;
    height: 100%;
    padding: 60px 30px 32px;
    background-color: #009bc9;
    text-align: center;
    border-radius: 2px;
    color: #fff
}

.block-project-office .project-office-category .category-link:focus, .block-project-office .project-office-category .category-link:hover {
    background-color: #00a3d3
}

.block-project-office .project-office-category .category-link:active {
    background-color: #0093bf
}

.block-project-office .project-office-category .category-link.bg-blue {
    background-color: #009bc9
}

.block-project-office .project-office-category .category-link.bg-blue:focus, .block-project-office .project-office-category .category-link.bg-blue:hover {
    background-color: #00a3d3
}

.block-project-office .project-office-category .category-link.bg-blue:active {
    background-color: #0093bf
}

.block-project-office .project-office-category .category-link.bg-brown {
    background-color: #bc8a5a
}

.block-project-office .project-office-category .category-link.bg-brown:focus, .block-project-office .project-office-category .category-link.bg-brown:hover {
    background-color: #bf8f61
}

.block-project-office .project-office-category .category-link.bg-brown:active {
    background-color: #b98553
}

.block-project-office .project-office-category .category-link.bg-light-orange {
    background-color: #ffb24d
}

.block-project-office .project-office-category .category-link.bg-light-orange:focus, .block-project-office .project-office-category .category-link.bg-light-orange:hover {
    background-color: #ffb95c
}

.block-project-office .project-office-category .category-link.bg-light-orange:active {
    background-color: #ffab3e
}

.block-project-office .project-office-category .category-link.bg-light-green {
    background-color: #b6d980
}

.block-project-office .project-office-category .category-link.bg-light-green:focus, .block-project-office .project-office-category .category-link.bg-light-green:hover {
    background-color: #bddd8c
}

.block-project-office .project-office-category .category-link.bg-light-green:active {
    background-color: #afd574
}

.block-project-office .project-office-category .category-icon {
    height: 80px;
    margin-bottom: 15px
}

.block-project-office .project-office-category .category-title {
    color: #fff
}

.block-project-office .project-office-portfolio .portfolio-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.block-project-office .project-office-portfolio .portfolio-item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1
}

.block-project-office .project-office-portfolio .portfolio-img {
    width: 188px;
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.block-project-office .project-office-portfolio .portfolio-img-link {
    width: 100%;
    height: 132px;
    display: block;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-radius: 2px
}

.block-project-office .project-office-portfolio .portfolio-img-link:hover {
    opacity: .85
}

.block-project-office .project-office-portfolio .portfolio-details {
    margin-top: 5px
}

.block-project-office .project-office-portfolio .portfolio-title {
    margin-bottom: 10px
}

.block-project-office .project-office-portfolio .portfolio-date {
    font-size: 11px;
    color: #009bc9
}

.block-project-office .project-office-portfolio .portfolio-date:after, .block-project-office .project-office-portfolio .portfolio-date:before {
    content: " ";
    display: table
}

.block-project-office .project-office-portfolio .portfolio-date:after {
    clear: both
}

.block-project-office .project-office-portfolio .portfolio-date > * {
    float: left;
    margin: 0 20px 5px 0
}

.block-project-office .project-office-portfolio .portfolio-date > :last-child {
    margin-right: 0
}

.block-project-office .project-office-passport {
    max-width: 625px;
    margin: 35px 0 0 130px
}

.block-project-office .project-office-passport .project-title {
    margin-bottom: 25px
}

.block-project-office .project-office-passport .project-content.tm-content {
    margin-bottom: 30px
}

.block-project-office .project-office-passport .project-content.tm-content > :first-child {
    margin-top: 0
}

.block-project-office .project-office-passport .project-content.tm-content > :last-child {
    margin-bottom: 0
}

.block-project-office .project-office-passport .project-content.tm-content h4 {
    font-size: 20px;
    font-style: normal;
    font-family: Roboto, sans-serif;
    margin: .9em 0 .7em
}

.block-project-office .project-office-passport .project-content.tm-content p {
    margin-bottom: .4em
}

.block-project-office .project-office-passport .project-stage {
    margin-bottom: 30px
}

.block-project-office .project-office-passport .stage-title {
    color: #464646;
    font-size: 20px;
    margin-bottom: 18px
}

.block-project-office .project-office-passport .stage-progress {
    width: 100%;
    height: 30px;
    color: #fff;
    background-color: #ededed;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .11);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .11);
    border-radius: 15px;
    overflow: hidden
}

.block-project-office .project-office-passport .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    background-color: #6dc268;
    background-image: -webkit-gradient(linear, left top, right top, from(#6bc167), to(#b6d980));
    background-image: -webkit-linear-gradient(left, #6bc167, #b6d980);
    background-image: -o-linear-gradient(left, #6bc167 0, #b6d980 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#6bc167), to(#b6d980));
    background-image: -o-linear-gradient(left, #6bc167, #b6d980);
    background-image: linear-gradient(90deg, #6bc167, #b6d980);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.block-project-office .project-office-passport .progress-bar span {
    position: relative;
    margin: auto
}

.block-project-office .project-office-passport .progress-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/site/img/bg/project-office-progress.png)
}

.block-project-office .block-media-slider .slider-single {
    overflow: hidden;
    border-radius: 2px
}

@media only screen and (max-width: 1199px) {
    .block-project-office .project-office-passport {
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width: 767px) {
    .block-project-office .search-result {
        padding: 10px
    }

    .block-project-office .search-result .search-result-title {
        font-size: 18px
    }

    .block-project-office .project-office-category .category-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block-project-office .project-office-category .category-item {
        width: 100%;
        max-width: 400px;
        min-height: 0;
        margin-left: auto;
        margin-right: auto
    }

    .block-project-office .project-office-category .category-link {
        padding: 50px 20px 40px
    }

    .block-project-office .project-office-category .category-icon {
        height: auto;
        margin-bottom: 25px
    }

    .block-project-office .project-office-portfolio .portfolio-item {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block-project-office .project-office-portfolio .portfolio-img {
        width: 100%;
        margin-right: 0
    }

    .block-project-office .project-office-portfolio .portfolio-img-link {
        height: 160px
    }

    .block-project-office .project-office-portfolio .portfolio-details {
        margin-top: 10px
    }
}

@media only screen and (max-width: 479px) {
    .block-project-office .project-office-header .top-line {
        padding-top: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .block-project-office .project-office-header .top-line > * {
        margin-bottom: 15px;
        margin-right: 0 !important
    }

    .block-project-office .project-office-header .project-search {
        width: 100%
    }
}

.block-ikomek-header {
    position: relative
}

.block-ikomek-header .logo {
    position: absolute;
    top: 0;
    left: 0
}

.block-ikomek-header .logo img {
    max-width: 55px;
    max-height: 50px
}

.block-ikomek-header .h1 {
    padding: 0 85px
}

.block-ikomek-header .logout {
    position: absolute;
    top: 24px;
    right: 0
}

.block-ikomek-header .logout .svg-ico {
    top: -1px;
    margin-right: 5px
}

.appeals-status {
    color: #fff;
    height: 20px;
    min-width: 20px;
    padding: 0 3px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.appeals-status-large {
    height: 30px;
    min-width: 30px;
    line-height: 30px
}

.appeals-status-done {
    background-color: #b6d980
}

.appeals-status-accepted {
    background-color: #ffd265
}

.appeals-status-process {
    background-color: #009bc9
}

.appeals-status-interim-solution {
    background-color: #a1a1a1
}

.personal-cabinet .profile {
    margin-bottom: 18px;
    border-bottom: 1px solid #f1f1f1
}

.personal-cabinet .profile h2 {
    color: #b9b9b9;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative
}

.personal-cabinet .profile .user {
    width: 53%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    margin-bottom: 20px;
    border-right: 1px solid #f1f1f1
}

.personal-cabinet .profile .user-details {
    width: 100%
}

.personal-cabinet .profile .user-details h2 {
    padding-right: 25px
}

.personal-cabinet .profile .user-image-wrap {
    width: 182px;
    height: 182px;
    padding: 6px;
    position: relative;
    margin-right: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.personal-cabinet .profile .user-image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 4
}

.personal-cabinet .profile .user-image img {
    width: 100%;
    height: 100%
}

.personal-cabinet .profile .user-image:hover .user-image-upload {
    opacity: 1
}

.personal-cabinet .profile .user-image-upload {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    overflow: hidden;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.personal-cabinet .profile .user-image-upload > input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.personal-cabinet .profile .user-image-upload:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background: url(/site/img/icons/ico-plus.svg) no-repeat;
    background-size: contain
}

.personal-cabinet .profile .user-image-upload.process {
    opacity: 1;
    pointer-events: none
}

.personal-cabinet .profile .user-image-upload.process:before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-image: url(/site/img/icons/ico-preloader.svg)
}

.personal-cabinet .profile .uploadifive-button {
    opacity: 0;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important
}

.personal-cabinet .profile .uploadifive-button, .personal-cabinet .profile .uploadifive-button input {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
    overflow: hidden
}

.personal-cabinet .profile .uploadifive-queue {
    display: none
}

.personal-cabinet .profile .user-circle-progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.personal-cabinet .profile .user-circle-progress .value {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 50px;
    padding: .643em .857em .5em;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border-radius: 15px;
    background-color: #ff7e00;
    z-index: 6
}

.personal-cabinet .profile .user-name {
    margin-bottom: 15px
}

.personal-cabinet .profile .user-phone {
    color: #464646;
    font-size: 18px;
    margin-bottom: 20px
}

.personal-cabinet .profile .user-rating {
    width: 130px;
    height: 20px;
    position: relative;
    background: url(/site/img/ikomek/tree-rating.svg) no-repeat
}

.personal-cabinet .profile .user-rating-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: url(/site/img/ikomek/tree-rating-full.svg) no-repeat;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.personal-cabinet .profile .user-edit-btn {
    position: absolute;
    top: 2px;
    right: -8px;
    width: 20px;
    height: 20px;
    padding: 2px;
    text-align: center;
    line-height: 20px;
    font-size: 0
}

.personal-cabinet .profile .user-edit-btn svg {
    width: 16px;
    height: 16px;
    display: block
}

.personal-cabinet .profile .user-edit-btn svg * {
    fill: #b9b9b9
}

.personal-cabinet .profile .appeals {
    width: 47%;
    padding-left: 30px;
    margin-bottom: 20px
}

.personal-cabinet .profile .appeals-statistics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.personal-cabinet .profile .appeals-chart {
    width: 124px;
    height: 124px;
    position: relative;
    margin-right: 30px
}

.personal-cabinet .profile .appeals-total {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #b9b9b9;
    padding: 0 15px;
    text-align: center;
    margin-top: -26px
}

.personal-cabinet .profile .appeals-total span {
    color: #464646;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1
}

.personal-cabinet .profile .appeals-statuses {
    font-size: 16px;
    margin-top: 3px
}

.personal-cabinet .profile .appeals-statuses li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.1
}

.personal-cabinet .profile .appeals-statuses li:not(:last-child) {
    margin-bottom: 10px
}

.personal-cabinet .profile .appeals-statuses .appeals-status {
    margin-right: 15px
}

.personal-cabinet .contacts {
    line-height: 1.4
}

.block-appeals-table {
    line-height: 1.4;
    margin-bottom: 20px
}

.block-appeals-table .h3 {
    margin-bottom: 20px
}

.block-appeals-table .table-wrap {
    overflow: hidden;
    overflow-x: auto;
    border-radius: 2px
}

.block-appeals-table table {
    border: 4px solid #e5e5e5 !important
}

.block-appeals-table .status-wrap {
    width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block-appeals-table .status-wrap > * {
    margin: auto
}

.block-search-appeals .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block-search-appeals .search-form .form-input {
    width: calc(100% - 140px);
    margin-right: 20px
}

.block-search-appeals .search-result-count {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1
}

.block-search-appeals .search-result-list .result-item {
    margin-bottom: 14px
}

.block-search-appeals .search-result-list .result-item:not(:last-child) {
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f1f1
}

.block-history-appeal .appeal-stages {
    overflow: hidden
}

.block-history-appeal .stage {
    color: #b9b9b9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 90px;
    pointer-events: none
}

.block-history-appeal .stage:first-child {
    z-index: 5
}

.block-history-appeal .stage:first-child .stage-icon-line {
    display: none
}

.block-history-appeal .stage:nth-child(2) {
    z-index: 4
}

.block-history-appeal .stage:nth-child(3) {
    z-index: 3
}

.block-history-appeal .stage:nth-child(4) {
    z-index: 2
}

.block-history-appeal .stage-icon-wrap {
    position: relative;
    margin-right: 35px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.block-history-appeal .stage-icon {
    width: 100px;
    height: 100px;
    position: relative;
    background-color: #fff
}

.block-history-appeal .stage-icon svg {
    width: 100%;
    height: 100%;
    display: block
}

.block-history-appeal .stage-icon svg * {
    fill: #e5e5e5;
    fill-rule: evenodd
}

.block-history-appeal .stage-icon svg .icon-border {
    fill: none !important;
    stroke: #e5e5e5
}

.block-history-appeal .stage-icon-line {
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 100%;
    height: 0;
    width: 4px;
    margin-left: -2px;
    background-color: #e5e5e5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1
}

.block-history-appeal .stage-icon-line svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34px;
    height: 34px;
    background: #fff;
    margin: -17px 0 0 -17px;
    border-radius: 50%
}

.block-history-appeal .stage-icon-line svg * {
    fill: #e5e5e5
}

.block-history-appeal .stage-icon-line.active {
    opacity: 1
}

.block-history-appeal .stage-details {
    width: 100%;
    margin-top: 5px
}

.block-history-appeal .stage-title {
    font-size: 22px;
    margin-bottom: 7px
}

.block-history-appeal .stage-collapse {
    margin-bottom: 20px
}

.block-history-appeal .stage-collapse a {
    color: #b9b9b9;
    border-bottom: 1px dotted
}

.block-history-appeal .stage-content-wrap {
    color: #fff;
    padding: 16px 24px;
    margin-bottom: 15px;
    position: relative;
    background-color: #868686;
    border-radius: 4px
}

.block-history-appeal .stage-content-wrap:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 20px;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #868686;
    border-radius: 3px 0 0 0;
    z-index: -1
}

.block-history-appeal .stage-content a {
    color: #fff
}

.block-history-appeal .stage-content a:focus, .block-history-appeal .stage-content a:hover {
    color: #fff;
    opacity: .85
}

.block-history-appeal .stage-content-more.active {
    color: #fff;
    opacity: .85
}

.block-history-appeal .stage-files {
    display: none;
    margin-top: 20px
}

.block-history-appeal .stage-files .file-list {
    margin: 0 -5px
}

.block-history-appeal .stage-files .file-list:after, .block-history-appeal .stage-files .file-list:before {
    content: " ";
    display: table
}

.block-history-appeal .stage-files .file-list:after {
    clear: both
}

.block-history-appeal .stage-files .file {
    float: left;
    width: 85px;
    height: 85px;
    margin: 0 5px 10px;
    border-radius: 4px;
    position: relative;
    border: 2px solid #fff;
    background-color: #464646;
    overflow: hidden
}

.block-history-appeal .stage-files .file:hover .file-overlay {
    opacity: 1
}

.block-history-appeal .stage-files .file:hover .file-overlay .ico {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.block-history-appeal .stage-files .file-inner {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: relative
}

.block-history-appeal .stage-files .file-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-history-appeal .stage-files .file-overlay {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.block-history-appeal .stage-files .file-overlay .ico {
    width: 20px;
    height: 20px;
    margin: auto;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.block-history-appeal .stage-files .file-overlay .ico-play-white {
    width: 30px;
    height: 30px
}

.block-history-appeal .stage-files .file-type-video .file-overlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0)
}

.block-history-appeal .stage-files .file-type-video .file-overlay .ico {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.block-history-appeal .stage-files .file-type-video:hover .file-overlay .ico {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.block-history-appeal .stage-date, .block-history-appeal .stage-status {
    font-size: 16px;
    font-weight: 700
}

.block-history-appeal .stage-status {
    margin-bottom: 2px
}

.block-history-appeal .stage-short-info {
    margin-top: 5px
}

.block-history-appeal .stage-rate-wrap {
    margin-top: 8px
}

.block-history-appeal .stage-rate-wrap select {
    display: none
}

.block-history-appeal .stage-rate-wrap .br-widget {
    height: 20px;
    white-space: nowrap
}

.block-history-appeal .stage-rate-wrap .br-widget a {
    float: left;
    height: 20px;
    width: 20px;
    font-size: 0;
    position: relative;
    margin-right: 4px
}

.block-history-appeal .stage-rate-wrap .br-widget a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/site/img/ikomek/star-gray.svg) no-repeat;
    background-size: contain
}

.block-history-appeal .stage-rate-wrap .br-widget a.br-active:after {
    background-image: url(/site/img/ikomek/star-orange.svg)
}

.block-history-appeal .stage-rate-wrap .br-widget a.br-selected:after {
    background-image: url(/site/img/ikomek/star-orange.svg)
}

.block-history-appeal .stage-rate-info {
    margin-top: 12px
}

.block-history-appeal .stage.active {
    pointer-events: all
}

.block-history-appeal .stage.active .stage-icon svg * {
    fill: #66d678
}

.block-history-appeal .stage.active .stage-icon svg .icon-border {
    stroke: #66d678
}

.block-history-appeal .stage.active .stage-icon-line {
    background-color: #66d678
}

.block-history-appeal .stage.active .stage-icon-line svg * {
    fill: #66d678
}

.block-history-appeal .stage.active .stage-collapse a, .block-history-appeal .stage.active .stage-title {
    color: #66d678
}

.block-history-appeal .stage.active .stage-collapse a:focus, .block-history-appeal .stage.active .stage-collapse a:hover {
    color: #52d166
}

.block-history-appeal .stage.active .stage-date, .block-history-appeal .stage.active .stage-status {
    color: #464646
}

.block-history-appeal .stage.active.stage-accepted .stage-content-wrap {
    background-color: #ffb24d
}

.block-history-appeal .stage.active.stage-accepted .stage-content-wrap:before {
    background-color: #ffb24d
}

.block-history-appeal .stage.active.stage-process .stage-content-wrap {
    background-color: #009bc9
}

.block-history-appeal .stage.active.stage-process .stage-content-wrap:before {
    background-color: #009bc9
}

.block-history-appeal .stage.active.stage-interim-solution .stage-content-wrap {
    background-color: #a1a1a1
}

.block-history-appeal .stage.active.stage-interim-solution .stage-content-wrap:before {
    background-color: #a1a1a1
}

.block-history-appeal .stage.active.stage-done .stage-content-wrap {
    background-color: #66d678
}

.block-history-appeal .stage.active.stage-done .stage-content-wrap:before {
    background-color: #66d678
}

.block-polls {
    font-size: 16px;
    position: relative;
    padding: 20px 20px 135px;
    background-color: #f1f1f1;
    border-radius: 2px
}

.block-polls .poll-title {
    color: #464646;
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 1.35em
}

.block-polls .poll-pannel {
    padding: 50px 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 2px
}

.block-polls .poll-pannel-descr {
    color: #464646;
    margin-bottom: .938em
}

.block-polls .poll-form, .block-polls .poll-welcome {
    max-width: 580px;
    margin: 35px auto 0
}

.block-polls .poll-welcome {
    min-height: 310px
}

.block-polls .poll-form {
    display: none;
    margin-top: 12px;
    text-align: center
}

.block-polls .poll-question-info {
    color: #b9b9b9;
    font-weight: 700;
    margin-bottom: 18px
}

.block-polls .poll-slider .slick-arrow {
    width: 30px;
    height: 50px
}

.block-polls .poll-slider .slick-arrow .ico {
    width: 100%;
    height: 100%
}

.block-polls .poll-slider .slick-prev {
    left: -80px
}

.block-polls .poll-slider .slick-prev:hover .ico {
    background-image: url(/site/img/icons/ico-poll-arrow-left-green.svg)
}

.block-polls .poll-slider .slick-next {
    right: -80px
}

.block-polls .poll-slider .slick-next:hover .ico {
    background-image: url(/site/img/icons/ico-poll-arrow-right-green.svg)
}

.block-polls .form-box-title {
    margin-bottom: .77em
}

.block-polls .form-field:not(:last-of-type) {
    margin-bottom: 10px
}

.block-polls .field-flag-box {
    display: block;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.block-polls .field-flag-box input {
    display: none
}

.block-polls .field-flag-box input:checked + .flag-box-inner {
    background-color: #66d678;
    -webkit-box-shadow: inset 0 0 0 1px #66d678;
    box-shadow: inset 0 0 0 1px #66d678
}

.block-polls .field-flag-box input:checked + .flag-box-inner .ico {
    background-image: url(/site/img/icons/ico-check-white.svg)
}

.block-polls .field-flag-box input:checked + .flag-box-inner .flag-text {
    color: #fff
}

.block-polls .flag-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    padding: 15px 18px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    overflow: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-radius: 2px
}

.block-polls .flag-box-inner:focus, .block-polls .flag-box-inner:hover {
    -webkit-box-shadow: inset 0 0 0 1px #d3d3d3;
    box-shadow: inset 0 0 0 1px #d3d3d3
}

.block-polls .flag-box-inner .flag-icon {
    margin-right: 14px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    bottom: 1px
}

.block-polls .flag-box-inner .flag-text {
    color: #464646;
    font-weight: 700;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s
}

.block-polls .form-send {
    margin-top: 20px;
    min-height: 250px
}

.block-polls .poll-user-image {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 90px;
    height: 90px;
    padding: 5px
}

.block-polls .user-image {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    z-index: 4
}

.block-polls .user-image img {
    width: 100%;
    height: 100%
}

.block-polls .user-circle-progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.block-ikomek-events .events-filter {
    margin-bottom: 20px
}

.block-ikomek-events .events-filter-toggle {
    width: 100%;
    display: none;
    padding: 12px 15px;
    text-align: center;
    color: #6c6c6c;
    background-color: #f6f6f6
}

.block-ikomek-events .events-filter-toggle span {
    margin-right: 3px
}

.block-ikomek-events .events-filter-toggle .ico {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.block-ikomek-events .events-filter-toggle.active .ico {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.block-ikomek-events .events-filter-form {
    padding-top: 12.5px;
    padding-bottom: 12.5px
}

.block-ikomek-events .events-filter .flex-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block-ikomek-events .events-filter .form-field {
    width: 200px;
    margin: 7.5px 10px
}

.block-ikomek-events .events-filter .form-field-submit {
    width: 145px
}

.block-ikomek-events .events-date {
    color: #b9b9b9;
    margin-bottom: 20px
}

.block-ikomek-events .events-feed-item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f1f1f1
}

.block-ikomek-events .events-feed-title {
    color: #009bc9;
    margin-bottom: 10px
}

.block-ikomek-events .events-feed-descr p {
    margin-bottom: 1em
}

.block-ikomek-events .events-feed-descr p:last-child {
    margin-bottom: 0
}

.block-ikomek-events .events-feed-descr ol li, .block-ikomek-events .events-feed-descr ul li {
    margin-bottom: 0;
    padding-bottom: 0
}

.block-ikomek-events .events-feed-descr ol li:after, .block-ikomek-events .events-feed-descr ul li:after {
    content: none
}

.block-ikomek-events .events-feed-descr ol ol, .block-ikomek-events .events-feed-descr ol ul, .block-ikomek-events .events-feed-descr ul ol, .block-ikomek-events .events-feed-descr ul ul {
    margin-top: 0;
    margin-bottom: 0
}

.block-ikomek-about .about-menu {
    margin-bottom: 15px
}

.block-ikomek-about .about-menu ul {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block-ikomek-about .about-menu li {
    margin: 0 15px 15px
}

.block-ikomek-about .about-menu a {
    border-bottom: 1px dotted
}

.block-ikomek-about .about-info .h2 {
    margin-bottom: 20px;
    text-align: center
}

.block-ikomek-about .about-info-descr {
    margin-bottom: 20px
}

.block-ikomek-about .about-fdbk {
    margin-bottom: 30px
}

.block-ikomek-about .about-fdbk .h2 {
    margin-bottom: 20px;
    text-align: center
}

.block-ikomek-about .about-quality {
    margin-bottom: 30px
}

.block-ikomek-about .about-quality .h2 {
    margin-bottom: 20px;
    text-align: center
}

.block-ikomek-about .about-quality-descr {
    margin-bottom: 20px
}

.block-ikomek-about .about-quality .form-section {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative
}

.block-ikomek-about .about-quality .form-section:after {
    content: "";
    position: absolute;
    right: 50px;
    bottom: 25%;
    width: 153px;
    height: 150px;
    background: url(/site/img/ikomek/print_logo.png) no-repeat
}

.block-ikomek-about .about-quality .form, .block-ikomek-about .about-quality .form-success {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1199px) {
    .personal-cabinet .profile .user {
        width: 100%;
        padding-right: 0;
        margin-bottom: 35px;
        border-right: none
    }

    .personal-cabinet .profile .appeals {
        width: 100%;
        padding-left: 0;
        margin-bottom: 25px
    }

    .personal-cabinet .profile .appeals-statuses {
        margin-top: 7px
    }

    .block-polls {
        padding-bottom: 155px
    }

    .block-polls .poll-slider {
        padding-bottom: 75px
    }

    .block-polls .poll-slider .slick-arrow {
        top: auto;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .block-polls .poll-slider .slick-prev {
        left: 10px
    }

    .block-polls .poll-slider .slick-next {
        right: 10px
    }
}

@media only screen and (max-width: 991px) {
    .block-ikomek-events .events-filter-toggle {
        display: block
    }

    .block-ikomek-events .events-filter-form {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .block-ikomek-header {
        padding-top: 50px
    }

    .block-ikomek-header .logo {
        top: -10px
    }

    .block-ikomek-header .h1 {
        padding: 0
    }

    .block-history-appeal .stage-icon-wrap {
        margin-right: 25px
    }

    .block-history-appeal .stage-title {
        font-size: 20px;
        margin-bottom: 5px
    }

    .block-history-appeal .stage-content-wrap {
        padding-left: 15px;
        padding-right: 15px
    }

    .block-polls .poll-title {
        font-size: 24px
    }

    .block-ikomek-events .events-filter .form-field, .block-ikomek-events .events-filter .form-field-submit {
        width: 100%;
        max-width: 400px
    }

    .block-ikomek-about .about-quality .form-section:after {
        content: none
    }
}

@media only screen and (max-width: 479px) {
    .personal-cabinet .profile h2 {
        text-align: center
    }

    .personal-cabinet .profile .appeals-statistics, .personal-cabinet .profile .user {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .personal-cabinet .profile .user-image-wrap {
        margin-right: 0;
        margin-bottom: 25px
    }

    .personal-cabinet .profile .user-details {
        text-align: center
    }

    .personal-cabinet .profile .user-details h2 {
        padding-right: 30px
    }

    .personal-cabinet .profile .user-rating {
        margin: auto
    }

    .personal-cabinet .profile .user-edit-btn {
        right: 0
    }

    .personal-cabinet .profile .appeals-chart {
        margin-right: 0;
        margin-bottom: 18px
    }

    .block-appeals-table .h3 {
        text-align: center
    }

    .block-search-appeals .search-form {
        display: block
    }

    .block-search-appeals .search-form .form-input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .block-search-appeals .search-form .form-btn {
        width: 100%
    }

    .block-history-appeal .stage-icon-wrap {
        display: none
    }

    .block-history-appeal .stage:not(:last-child) {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #e5e5e5
    }

    .block-history-appeal .stage-details {
        margin-top: 0
    }

    .block-polls .btn {
        width: 100%
    }

    .block-polls .poll-pannel {
        margin-top: 10px;
        padding: 35px 20px
    }

    .block-polls .poll-title {
        font-size: 22px
    }

    .block-polls .poll-slider {
        padding-bottom: 55px
    }

    .block-polls .poll-slider .slick-arrow {
        width: 20px;
        height: 30px
    }
}

@media only screen and (min-width: 992px) {
    .block-ikomek-events .events-filter-form {
        display: block !important
    }
}

.iko-widget {
    position: fixed;
    bottom: 25px;
    right: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1000
}

.iko-widget-chat {
    position: absolute;
    right: 100px;
    bottom: 0
}

.iko-widget-chat .chat-assistant {
    position: absolute;
    right: 240px;
    bottom: -12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.iko-widget-chat .chat-assistant .assistant-cheetah {
    width: 101px;
    height: 139px
}

.iko-widget-chat .chat-assistant .cheetah-image {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/site/img/cheetah/sprites/static.png);
    background-repeat: no-repeat
}

.iko-widget-chat .chat-assistant .assistant-hints {
    position: absolute;
    right: 100%;
    bottom: 104px;
    width: 222px;
    line-height: 1.4;
    margin-right: 3px
}

.iko-widget-chat .chat-assistant .hint-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 22px;
    height: 22px;
    background-color: #ff7e00;
    border-radius: 50%
}

.iko-widget-chat .chat-assistant .hint-close:focus, .iko-widget-chat .chat-assistant .hint-close:hover {
    background-color: #f07600
}

.iko-widget-chat .chat-assistant .hint-close .svg-ico {
    fill: #fff;
    margin: auto
}

.iko-widget-chat .chat-assistant .hint-item {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 12px 15px;
    background-color: #fff;
    border: 4px solid #ff7e00;
    border-radius: 10px 10px 0 10px;
    -webkit-box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .26)
}

.iko-widget-chat .chat-assistant .hint-item:after, .iko-widget-chat .chat-assistant .hint-item:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid
}

.iko-widget-chat .chat-assistant .hint-item:before {
    right: -4px;
    bottom: -19px;
    border-width: 0 27px 19px 0;
    border-color: rgba(0, 0, 0, 0) #ff7e00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.iko-widget-chat .chat-assistant .hint-item:after {
    right: 0;
    bottom: -12px;
    border-width: 0 18px 13px 0;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.iko-widget-chat .chat-open-btn {
    color: #fff;
    height: 80px;
    width: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    font-size: 22px;
    font-weight: 700;
    border: 4px solid #fff;
    background-color: #ff7e00;
    border-radius: 40px;
    -webkit-box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .26);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.iko-widget-chat .chat-open-btn .ico {
    bottom: 2px;
    margin-right: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.iko-widget-chat .chat-open-btn:focus, .iko-widget-chat .chat-open-btn:hover {
    background-color: #ff8b1a
}

.iko-widget-chat .chat-open-btn:active {
    background-color: #f07600
}

.iko-widget-chat .chat-block {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 340px;
    min-height: 400px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .26);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    border: 4px solid #ff7e00;
    border-top: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.iko-widget-chat .chat-block .btn {
    min-width: 130px
}

.iko-widget-chat .chat-block .form-field:not(:last-child) {
    margin-bottom: 10px
}

.iko-widget-chat .chat-head {
    position: relative;
    padding: 10px 60px 10px 8px;
    background-color: #ff7e00
}

.iko-widget-chat .chat-head h3 {
    color: #fff;
    font-weight: 500;
    font-size: 16px
}

.iko-widget-chat .chat-head-btns {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    right: 7px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.iko-widget-chat .chat-head-btns a {
    padding: 5px;
    line-height: 0
}

.iko-widget-chat .chat-head-btns a:not(:last-child) {
    margin-right: 4px
}

.iko-widget-chat .chat-head-btns .svg-ico {
    fill: #fff
}

.iko-widget-chat .chat-head-btns .chat-maximize-off, .iko-widget-chat .chat-head-btns .chat-maximize.active .chat-maximize-on {
    display: none
}

.iko-widget-chat .chat-head-btns .chat-maximize.active .chat-maximize-off {
    display: block
}

.iko-widget-chat .chat-head-logo {
    position: absolute;
    top: 100%;
    right: 5px;
    width: 53px;
    height: 47px;
    margin-top: 10px
}

.iko-widget-chat .chat-head-logo img {
    width: 100%;
    height: 100%
}

.iko-widget-chat .chat-content {
    padding: 65px 25px 15px
}

.iko-widget-chat .chat-section {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.iko-widget-chat .chat-section:not(:first-child) {
    display: none
}

.iko-widget-chat .section-text {
    margin-bottom: 20px;
    line-height: 1.35
}

.iko-widget-chat .section-text:after, .iko-widget-chat .section-text:before {
    content: " ";
    display: table
}

.iko-widget-chat .section-text:after {
    clear: both
}

.iko-widget-chat .section-text b {
    color: #464646
}

.iko-widget-chat .section-text > :not(:last-child) {
    margin-bottom: .357em
}

.iko-widget-chat .section-sm-text {
    color: #b9b9b9;
    font-size: 12px;
    margin-bottom: 15px
}

.iko-widget-chat .section-sm-text b {
    color: #464646
}

.iko-widget-chat .chat-appeal textarea {
    min-height: 70px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: none;
    resize: none
}

.iko-widget-chat .chat-appeal textarea:focus {
    min-height: 100px
}

.iko-widget-chat .chat-appeal .file-attach-btn {
    position: absolute;
    right: 10px;
    bottom: 5px;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer
}

.iko-widget-chat .chat-appeal .file-attach-btn input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer
}

.iko-widget-chat .chat-appeal .appeal-form-field {
    margin-bottom: 10px
}

.iko-widget-chat .chat-appeal .appeal-form-field .field-textarea {
    padding-bottom: 35px;
    border: 1px solid #f1f1f1;
    border-radius: 2px
}

.iko-widget-chat .chat-appeal .appeal-form-symbol {
    position: absolute;
    right: 50px;
    bottom: 10px;
    font-size: 12px
}

.iko-widget-chat .chat-appeal .appeal-form-files {
    font-size: 12px;
    margin-bottom: 10px
}

.iko-widget-chat .chat-appeal .appeal-form-files .file-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.iko-widget-chat .chat-appeal .appeal-form-files .file-item:not(:last-child) {
    margin-bottom: 5px
}

.iko-widget-chat .chat-appeal .appeal-form-files .file-item:after {
    content: "";
    height: 1px;
    margin: 0 7px;
    min-width: 10px;
    background-color: #f1f1f1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.iko-widget-chat .chat-appeal .appeal-form-files .file-name {
    max-width: 200px;
    display: inline-block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle;
    overflow: hidden
}

.iko-widget-chat .chat-appeal .appeal-form-files .file-ext {
    color: #b9b9b9
}

.iko-widget-chat .chat-appeal .appeal-form-files .file-remove {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.iko-widget-chat.widget-active .chat-assistant {
    right: 350px
}

.iko-widget-chat.widget-active .chat-open-btn {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    pointer-events: none
}

.iko-widget-chat.widget-active .chat-block {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    pointer-events: all
}

.iko-widget-menu {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.iko-widget-menu .bg-blue {
    background-color: #16a9d0
}

.iko-widget-menu .bg-blue.menu-link:focus, .iko-widget-menu .bg-blue.menu-link:hover {
    background-color: #19bce7
}

.iko-widget-menu .bg-blue.menu-link:active {
    background-color: #159ec2
}

.iko-widget-menu .bg-green {
    background-color: #0ca974
}

.iko-widget-menu .bg-green.menu-link:focus, .iko-widget-menu .bg-green.menu-link:hover {
    background-color: #0ec184
}

.iko-widget-menu .bg-green.menu-link:active {
    background-color: #0b9b6a
}

.iko-widget-menu .bg-dark-blue {
    color: #91c0ea;
    background-color: #2a6eac
}

.iko-widget-menu .bg-dark-blue.menu-link:focus, .iko-widget-menu .bg-dark-blue.menu-link:hover {
    background-color: #2f7bc0
}

.iko-widget-menu .bg-dark-blue.menu-link:active {
    background-color: #2766a0
}

.iko-widget-menu .bg-gray {
    color: #d4d4d4;
    background-color: #a29f9f
}

.iko-widget-menu .bg-gray.menu-link:focus, .iko-widget-menu .bg-gray.menu-link:hover {
    background-color: #afacac
}

.iko-widget-menu .bg-gray.menu-link:active {
    background-color: #9a9797
}

.iko-widget-menu .menu-list {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    max-height: calc(100vh - 175px)
}

.iko-widget-menu .menu-item {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
    width: 60px;
    height: 60px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: relative;
    margin: 0 10px 10px 0;
    z-index: 5
}

.iko-widget-menu .menu-item .ico-search-white {
    width: 19px;
    height: 20px
}

.iko-widget-menu .menu-item.search-appeals {
    z-index: 7
}

.iko-widget-menu .menu-item.search-form-open .menu-link {
    opacity: 0;
    visibility: hidden
}

.iko-widget-menu .menu-item.search-form-open .search-form {
    opacity: 1;
    width: 320px;
    visibility: visible;
    pointer-events: all
}

.iko-widget-menu .menu-link, .iko-widget-menu .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .26);
    border-radius: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.iko-widget-menu .menu-link .ico, .iko-widget-menu .menu-toggle .ico {
    margin: auto
}

.iko-widget-menu .menu-link {
    width: 100%;
    height: 100%
}

.iko-widget-menu .search-form {
    width: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 60px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .26);
    border-radius: 30px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    overflow: hidden;
    z-index: 1
}

.iko-widget-menu .search-form.bg-gray .search-results a:focus, .iko-widget-menu .search-form.bg-gray .search-results a:hover {
    background-color: #848484
}

.iko-widget-menu .search-form.bg-dark-blue .search-results a:focus, .iko-widget-menu .search-form.bg-dark-blue .search-results a:hover {
    background-color: #1e5a90
}

.iko-widget-menu .search-form.active .search-results {
    display: block
}

.iko-widget-menu .search-input {
    width: 100%;
    height: 52px;
    position: relative
}

.iko-widget-menu .search-input input {
    border: none;
    height: 100%;
    padding: 10px 50px 10px 27px;
    background-color: rgba(0, 0, 0, 0)
}

.iko-widget-menu .search-input ::-webkit-input-placeholder {
    color: currentColor
}

.iko-widget-menu .search-input :-moz-placeholder, .iko-widget-menu .search-input ::-moz-placeholder {
    color: currentColor
}

.iko-widget-menu .search-input :-ms-input-placeholder {
    color: currentColor
}

.iko-widget-menu .search-input .input-icon {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    height: 52px
}

.iko-widget-menu .search-input .input-icon .ico {
    margin: auto
}

.iko-widget-menu .search-input .input-icon.loading .ico {
    background-image: url(/site/img/icons/ico-preloader.svg)
}

.iko-widget-menu .search-results {
    display: none
}

.iko-widget-menu .search-results a, .iko-widget-menu .search-results span {
    color: #fff;
    display: block;
    padding: 11px 27px
}

.iko-widget-menu .search-results .result-item {
    border-top: 1px solid hsla(0, 0%, 100%, .2)
}

.iko-widget-menu .menu-toggle {
    width: 80px;
    height: 80px;
    background-color: #ff7e00
}

.iko-widget-menu .menu-toggle:focus, .iko-widget-menu .menu-toggle:hover {
    background-color: #ff8b1a
}

.iko-widget-menu .menu-toggle:active {
    background-color: #f07600
}

.iko-widget-menu .menu-toggle .ico {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.iko-widget-menu.widget-active .menu-list {
    visibility: visible;
    pointer-events: all
}

.iko-widget-menu.widget-active .menu-item {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.iko-widget-menu.widget-active .menu-toggle {
    background-color: #f07600
}

.iko-widget-menu.widget-active .menu-toggle .ico {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.tooltip.iko-widget-menu-link {
    font-size: 16px
}

.tooltip.iko-widget-menu-link.left {
    margin-left: -5px
}

.tooltip.iko-widget-menu-link .tooltip-inner {
    padding: .6em 1em
}

@media only screen and (max-width: 1199px) {
    .iko-widget {
        right: 35px
    }

    .iko-widget-chat {
        right: 75px
    }

    .iko-widget-chat .chat-assistant {
        right: 185px
    }

    .iko-widget-chat .chat-assistant .assistant-hints {
        width: 190px
    }

    .iko-widget-chat .chat-assistant .hint-item {
        padding: 10px 12px
    }

    .iko-widget-chat .chat-open-btn {
        height: 60px;
        width: 180px;
        font-size: 18px
    }

    .iko-widget-chat .chat-open-btn .ico {
        bottom: 1px;
        width: 25px;
        height: 20px;
        margin-right: 8px
    }

    .iko-widget-menu .menu-list {
        left: 0
    }

    .iko-widget-menu .menu-item.search-form-open .search-form {
        width: 260px
    }

    .iko-widget-menu .menu-toggle {
        width: 60px;
        height: 60px
    }

    .iko-widget-menu .menu-toggle .ico-plus {
        width: 22px;
        height: 22px
    }
}

@media only screen and (max-width: 991px) {
    .iko-widget.widget-active {
        bottom: 40px
    }

    .iko-widget-chat .chat-head-btns .chat-maximize {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    html.iko-widget-chat-active {
        position: fixed !important;
        height: 100% !important;
        width: 100% !important
    }

    .iko-widget-chat .chat-assistant {
        display: none
    }

    .iko-widget-chat .chat-block {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        min-height: 0;
        overflow: hidden;
        overflow-y: auto;
        border-radius: 0;
        z-index: 100
    }

    .iko-widget-chat .chat-head {
        padding: 15px 45px 15px 10px
    }

    .iko-widget-chat .chat-head-btns {
        right: 10px
    }

    .iko-widget-chat .chat-head-btns .svg-ico {
        width: 12px;
        height: 12px
    }

    .iko-widget-chat .btn-group .btn {
        width: 100%
    }

    .iko-widget-chat .chat-appeal textarea {
        min-height: 200px !important
    }

    .tooltip.iko-widget-menu-link {
        display: none !important
    }
}

@media only screen and (min-width: 992px) {
    html.iko-widget-chat-max .iko-widget-chat .chat-assistant {
        right: 580px
    }

    html.iko-widget-chat-max .iko-widget-chat .chat-block {
        width: 575px;
        min-height: 430px
    }

    html.iko-widget-chat-max .iko-widget-chat .chat-appeal textarea {
        min-height: 130px !important
    }
}

@media only screen and (min-width: 1200px) {
    html.iko-widget-chat-max .iko-widget-chat .chat-assistant {
        right: 700px
    }

    html.iko-widget-chat-max .iko-widget-chat .chat-block {
        width: 685px;
        min-height: 445px
    }

    html.iko-widget-chat-max .iko-widget-chat .chat-appeal textarea {
        min-height: 160px !important
    }
}

@media only screen and (min-width: 1366px) {
    html.iko-widget-chat-max .iko-widget-chat .chat-assistant {
        right: 852px
    }

    html.iko-widget-chat-max .iko-widget-chat .chat-block {
        width: 840px;
        min-height: 480px
    }

    html.iko-widget-chat-max .iko-widget-chat .chat-appeal textarea {
        min-height: 200px !important
    }
}

@media only screen and (min-width: 1600px) and (min-height: 900px) {
    html.iko-widget-chat-max .iko-widget-chat .chat-block {
        min-height: 580px
    }

    html.iko-widget-chat-max .iko-widget-chat .chat-appeal textarea {
        min-height: 300px !important
    }
}

.block-share-building {
    padding-top: 20px
}

.block-share-building .h1 {
    padding: 0 20px
}

.block-share-building .secondary-nav-menu {
    padding-bottom: 0;
    border-bottom: 0
}

.block-share-building .h5 {
    margin-bottom: 25px
}

.block-share-building .building-filter {
    margin-bottom: 20px
}

.block-share-building .building-filter-toggle {
    width: 100%;
    display: none;
    padding: 12px 15px;
    text-align: center;
    color: #6c6c6c;
    background-color: #f6f6f6
}

.block-share-building .building-filter-toggle span {
    margin-right: 3px
}

.block-share-building .building-filter-toggle svg {
    color: #cdcdcd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.block-share-building .building-filter-toggle.is-active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.block-share-building .building-filter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    border-radius: 0
}

.block-share-building .building-filter-fields {
    width: calc(100% - 165px);
    margin-right: 20px
}

.block-share-building .building-filter-btn {
    width: 145px;
    margin: 0 auto
}

.block-share-building .building-table {
    line-height: 1.4;
    margin-bottom: 30px;
    overflow: hidden;
    overflow-x: auto
}

.block-share-building .building-table tbody tr:nth-child(2n) {
    background-color: #f6f6f6
}

.block-share-building .building-status-wrap {
    width: 100%;
    margin-top: 5px;
    text-align: center
}

.block-share-building .building-status {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 0;
    font-size: 0
}

.block-share-building .building-status--closed {
    background-color: #00df5a
}

.block-share-building .building-status--closed-lag {
    background-color: #ffd35c
}

.block-share-building .building-status--implemented-lag {
    background-color: #ff5d5d
}

.block-share-building .building-status--execution {
    background-color: #00e7f3
}

.block-share-building .building-status--not-started {
    background-color: #b7b7b7
}

.block-share-building .building-status--paused {
    background-color: #ff8bff
}

.block-share-building .building-status-text {
    position: relative;
    text-align: left;
    overflow: hidden
}

.block-share-building .building-status-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.block-share-building .building-status-item {
    margin-bottom: 15px
}

.block-share-building .building-status-item:after, .block-share-building .building-status-item:before {
    content: " ";
    display: table
}

.block-share-building .building-status-item:after {
    clear: both
}

.block-share-building .building-status-item:not(:last-child) {
    margin-right: 25px
}

.block-share-building .building-status-item .building-status {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.block-share-building .building-status-item .building-status-text {
    top: 2px
}

.block-share-building .building-more-btn svg {
    top: -2px
}

.block-share-building .building-posts-wrap {
    padding-top: 15px;
    border-top: 1px solid #f1f1f1
}

.block-share-building .building-posts-wrap > .flex-row {
    margin-left: -24px;
    margin-right: -24px
}

.block-share-building .building-posts-wrap > .flex-row > div {
    padding-left: 24px;
    padding-right: 24px
}

.block-share-building .building-posts {
    width: 56.5%
}

.block-share-building .building-posts-item {
    margin-bottom: 20px
}

.block-share-building .building-posts-link {
    display: block
}

.block-share-building .building-posts-link:hover .building-posts__image {
    opacity: .85
}

.block-share-building .building-posts-image {
    margin-bottom: 8px;
    padding-top: 59.48717949%;
    background: #f6f6f6 no-repeat top;
    background-size: cover;
    border-radius: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.block-share-building .building-posts-meta {
    margin-bottom: 5px
}

.block-share-building .building-posts-date {
    color: #009bc9;
    display: inline-block
}

.block-share-building .building-faq {
    width: 43.5%
}

.block-share-building .building-faq-list li {
    margin-bottom: 20px
}

.block-share-building .passport > .flex-row {
    margin-left: -24px;
    margin-right: -24px
}

.block-share-building .passport > .flex-row > div {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 30px
}

.block-share-building .passport-images, .block-share-building .passport-table {
    width: 56.5%
}

.block-share-building .passport-progress, .block-share-building .passport-videos {
    width: 43.5%
}

.block-share-building .passport-table-inner {
    overflow: auto
}

.block-share-building .passport-table table {
    width: 100%
}

.block-share-building .passport-table tr:nth-child(odd) {
    background-color: #f6f6f6
}

.block-share-building .passport-table td {
    padding: .59em .86em;
    vertical-align: top
}

.block-share-building .passport-table td:first-child {
    width: 250px;
    font-weight: 700
}

.block-share-building .passport-table td:nth-child(2) {
    width: 375px
}

.block-share-building .passport-progress {
    padding-top: 40px;
    border-top: 1px solid #f1f1f1;
    text-align: center
}

.block-share-building .passport-progress-title {
    margin-bottom: 25px
}

.block-share-building .passport-progress-bar {
    width: 200px;
    height: 200px;
    margin: 0 auto 35px;
    position: relative
}

.block-share-building .passport-progress-bar > span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #464646;
    font-size: 30px;
    font-weight: 700;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.block-share-building .passport-progress-status-title {
    margin-bottom: 10px
}

.block-share-building .passport-progress-status {
    display: inline-block
}

.block-share-building .passport-progress-status:after, .block-share-building .passport-progress-status:before {
    content: " ";
    display: table
}

.block-share-building .passport-progress-status:after {
    clear: both
}

.block-share-building .passport-progress-status .building-status {
    float: left;
    margin-right: 15px
}

.block-share-building .passport-progress-status .building-status-text {
    top: 5px
}

.block-share-building .passport-images .slick-list, .block-share-building .passport-videos .slick-list {
    margin-left: -10px;
    margin-right: -10px
}

.block-share-building .passport-images .slick-slide, .block-share-building .passport-videos .slick-slide {
    padding: 0 10px
}

.block-share-building .passport-images .slick-prev, .block-share-building .passport-videos .slick-prev {
    left: 20px
}

.block-share-building .passport-images .slick-next, .block-share-building .passport-videos .slick-next {
    right: 20px
}

.block-share-building .passport-images-slide {
    display: block;
    position: relative;
    border-radius: 2px;
    overflow: hidden
}

.block-share-building .passport-images-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #009ccc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0
}

.block-share-building .passport-images-slide:hover:after {
    opacity: .3
}

.block-share-building .passport-images-image {
    padding-top: 59.48717949%;
    background: #f6f6f6 no-repeat top;
    background-size: cover
}

.block-share-building .passport-videos-slide {
    display: block;
    position: relative;
    border-radius: 2px;
    overflow: hidden
}

.block-share-building .passport-videos-slide:hover .passport-videos-icon {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.block-share-building .passport-videos-image {
    padding-top: 51.32743363%;
    background: #f6f6f6 no-repeat top;
    background-size: cover
}

.block-share-building .passport-videos-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22.5px;
    margin-left: -22.5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.block-share-building .passport-videos-title {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 11px;
    padding: 5px 7px;
    background-color: rgba(0, 0, 0, .6)
}

@media only screen and (max-width: 1199px) {
    .block-share-building .building-posts-wrap > .flex-row, .block-share-building .passport > .flex-row {
        margin-left: -10px;
        margin-right: -10px
    }

    .block-share-building .building-posts-wrap > .flex-row > div, .block-share-building .passport > .flex-row > div {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 991px) {
    .block-share-building .h5 {
        margin-bottom: 20px
    }

    .block-share-building .building-filter-toggle {
        display: block
    }

    .block-share-building .building-filter-form {
        display: none;
        padding-bottom: 20px
    }

    .block-share-building .building-filter-fields {
        width: 100%;
        margin-right: 0
    }

    .block-share-building .building-faq, .block-share-building .building-posts {
        width: 100%
    }

    .block-share-building .building-posts {
        margin-bottom: 30px
    }

    .block-share-building .building-posts-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .block-share-building .building-posts-image {
        width: 90px;
        height: 60px;
        padding-top: 0;
        margin: 0 15px 0 0
    }

    .block-share-building .building-posts-info {
        width: calc(100% - 105px)
    }

    .block-share-building .building-posts-meta {
        margin-bottom: 3px
    }

    .block-share-building .passport > .flex-row > div {
        width: 100% !important
    }
}

@media only screen and (max-width: 767px) {
    .block-share-building .passport-images .slick-prev, .block-share-building .passport-videos .slick-prev {
        left: 10px
    }

    .block-share-building .passport-images .slick-next, .block-share-building .passport-videos .slick-next {
        right: 10px
    }
}

@media only screen and (max-width: 479px) {
    .block-share-building .building-filter-btn {
        width: 100%
    }
}

.section-areas-header .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #009bc9 no-repeat top;
    background-size: cover;
    min-height: 110px;
    padding: 25px
}

.section-areas-header .h2 {
    color: #fff
}

.block-areas .about {
    padding-top: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1
}

.block-areas .about-info {
    margin-bottom: 30px
}

.block-areas .about-info .h3 {
    margin-bottom: 18px
}

.block-areas .about-leader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 315px;
    margin-left: 30px;
    margin-bottom: 30px
}

.block-areas .about-leader-img {
    width: 112px;
    display: block;
    margin-right: 25px
}

.block-areas .about-leader-img img {
    width: 100%;
    border-radius: 2px
}

.block-areas .about-leader-details {
    width: calc(100% - 137px)
}

.block-areas .about-leader-title {
    margin-bottom: 10px
}

.block-areas .about-leader-descr {
    color: #b9b9b9;
    line-height: 1.4
}

.block-areas .gov-services {
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1
}

.block-areas .gov-services-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px
}

.block-areas .gov-services-top .h3 {
    margin-right: 20px
}

.block-areas .gov-services-link {
    margin: 8px 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.block-areas .gov-services-link .svg-ico {
    top: -1px;
    fill: #464646;
    margin-right: 6px
}

.block-areas .gov-services-link:focus .svg-ico, .block-areas .gov-services-link:hover .svg-ico {
    fill: currentColor
}

.block-areas .gov-services-list {
    line-height: 1.5;
    margin-bottom: 20px
}

.block-areas .gov-services-list a {
    display: inline-block
}

.block-areas .gov-services-list li:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f1f1
}

.block-areas .news {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1
}

.block-areas .news-title {
    margin-bottom: 25px
}

.block-areas .news-feed-item {
    margin-bottom: 15px
}

.block-areas .news-feed-link {
    display: block
}

.block-areas .news-feed-link:focus .news-feed-img, .block-areas .news-feed-link:hover .news-feed-img {
    opacity: .85
}

.block-areas .news-feed-img {
    width: 100%;
    height: 116px;
    border-radius: 2px;
    margin-bottom: 8px;
    background: #f6f6f6 no-repeat top;
    background-size: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.block-areas .news-feed-meta {
    margin-bottom: 5px
}

.block-areas .news-feed-date {
    color: #009bc9;
    display: inline-block
}

.block-areas .contacts .h3 {
    margin-bottom: 18px
}

.block-areas .page-footer {
    margin-top: 120px
}

.block-areas-leaders {
    margin-bottom: 30px
}

.block-areas-leaders .leaders:after, .block-areas-leaders .leaders:before {
    content: " ";
    display: table
}

.block-areas-leaders .leaders:after {
    clear: both
}

.block-areas-leaders .leaders > * {
    float: left
}

.block-areas-leaders .leaders-main {
    width: 189px;
    margin-right: 30px
}

.block-areas-leaders .leaders-main-img-link {
    width: 189px;
    height: 240px;
    display: block;
    margin-bottom: 10px;
    background: #ededed;
    overflow: hidden;
    border-radius: 2px
}

.block-areas-leaders .leaders-main-img-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.block-areas-leaders .leaders-main-title {
    margin-bottom: 12px
}

.block-areas-leaders .leaders-main-descr {
    color: #b9b9b9;
    line-height: 1.4
}

.block-areas-leaders .leaders-feed {
    width: calc(100% - 219px)
}

.block-areas-leaders .leaders-feed-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.block-areas-leaders .leaders-feed-img-link {
    width: 112px;
    height: 132px;
    display: block;
    margin-right: 25px;
    background: #ededed;
    overflow: hidden;
    border-radius: 2px
}

.block-areas-leaders .leaders-feed-img-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.block-areas-leaders .leaders-feed-details {
    width: calc(100% - 137px)
}

.block-areas-leaders .leaders-feed-title {
    margin-bottom: 12px
}

.block-areas-leaders .leaders-feed-descr {
    color: #b9b9b9;
    line-height: 1.4
}

.block-areas-leaders .leaders-refs {
    width: 100%;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f1f1f1
}

.block-areas-leaders .leaders-refs a {
    display: inline-block
}

.block-areas-leaders .leaders-refs .ico {
    top: -2px;
    margin-right: 6px
}

@media only screen and (max-width: 1199px) {
    .block-areas .about-leader {
        margin-left: 0;
        max-width: none
    }

    .block-areas .news-feed-img {
        height: 95px
    }
}

@media only screen and (max-width: 991px) {
    .block-areas .h3 {
        font-size: 22px
    }

    .block-areas .about {
        padding-top: 5px
    }

    .block-areas .news-feed-item {
        margin-bottom: 20px
    }

    .block-areas .news-feed-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .block-areas .news-feed-img {
        width: 90px;
        height: 60px;
        margin: 0 15px 0 0
    }

    .block-areas .news-feed-details {
        width: calc(100% - 105px)
    }

    .block-areas .news-feed-meta {
        margin-bottom: 3px
    }
}

@media only screen and (max-width: 767px) {
    .block-areas-leaders .leaders > * {
        float: none
    }

    .block-areas-leaders .leaders-main {
        width: 100%;
        margin: 0 auto 30px;
        text-align: center
    }

    .block-areas-leaders .leaders-main-img-link {
        margin: 0 auto 10px
    }

    .block-areas-leaders .leaders-feed {
        width: 100%
    }

    .block-areas-leaders .leaders-feed-img-link {
        margin-right: 20px
    }

    .block-areas-leaders .leaders-feed-details {
        width: calc(100% - 132px)
    }
}

@media only screen and (max-width: 479px) {
    .block-areas .about-leader {
        display: block;
        text-align: center
    }

    .block-areas .about-leader-img {
        margin: 0 auto 15px
    }

    .block-areas .about-leader-details {
        width: 100%
    }

    .block-areas .gov-services-top {
        display: block
    }

    .block-areas .gov-services-top .h3 {
        margin: 0 0 15px
    }

    .block-areas .gov-services-link {
        margin: 0;
        display: inline-block
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }

    body {
        background-color: #fff
    }

    .tm-content a[href^=http]:after {
        content: " (" attr(href) ")"
    }

    .breadcrumbs, .iko-widget, .not-print, .pluso, .section-useful-refs, .site-test-mode, .up-btn {
        display: none !important
    }

    .header {
        padding-top: 20px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header .site-logo {
        width: 100%;
        padding-right: 0;
        text-align: center
    }

    .header .header-bottom, .header .header-details {
        display: none
    }

    .section-page .main-content {
        width: 100% !important;
        margin-right: 0
    }

    .section-page .page-inner {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .section-page .main-sidebar, .section-page .page-footer {
        display: none
    }

    .footer {
        background-color: #fff;
        color: #6c6c6c
    }

    .footer a {
        color: #464646
    }

    .footer a[href^=http]:after {
        content: " (" attr(href) ")"
    }

    .footer .areas-city {
        display: none
    }
}
