a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body,
html {
    line-height: 1;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    font-family: Lato, sans-serif;
    font-weight: 400;
    float: none;
    margin: 0 auto;
    background-color: #fff;
    min-width: 480px;
    position: relative
}

body {
    overflow: hidden
}

ul {
    list-style-type: none
}

ol {
    list-style-type: decimal
}

span {
    display: inline-block
}

strong {
    font-weight: 700
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none
}

* {
    outline: 0!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.transitions {
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s
}

section {
    float: left;
    width: 100%
}

.text {
    float: left;
    width: 100%;
    color: rgba(0, 0, 0, .7);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .44px;
    margin-bottom: 30px
}

.title-row {
    float: left;
    width: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 30px 0;
    position: relative;
    padding-left: 22px
}

.title-row:before {
    content: "";
    display: block;
    float: left;
    width: 11px;
    height: 38px;
    background-color: rgba(0, 119, 50, .8);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.title-row .title-link {
    width: auto;
    color: #2b90d9;
    font-size: 12px;
    letter-spacing: .32px;
    font-weight: 500;
    margin-left: 36px;
    text-transform: uppercase
}

.second-level-title {
    float: left;
    color: #000;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600
}

.three-level-title {
    float: left;
    width: 100%;
    color: #000;
    font-size: 24px;
    letter-spacing: .8px;
    font-weight: 500;
    margin-bottom: 20px
}

.green-button {
    float: left;
    width: auto;
    height: 50px;
    background-color: rgba(0, 119, 50, .8);
    text-align: center;
    cursor: pointer;
    padding: 0;
    border: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2.35px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 500;
    padding: 0 10px;
    text-transform: uppercase;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s
}

.green-button:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 94, 39, .8)
}

.header {
    float: left;
    width: 100%
}

.header-topline {
    float: left;
    width: 100%
}

.topline-content {
    float: left;
    position: relative;
    width: 100%;
    min-height: 75px;
    -webkit-align-items: center;
    align-items: center
}

.header-logo {
    float: left;
    width: 100%
}

.header-logo img {
    float: left;
    width: 100%
}

.change-language-and-search {
    float: left;
    position: absolute;
    width: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

li.language {
    padding-left: 15px;
}

.change-language-and-search li a {
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .3px
}

.change-language-and-search li.search {
    width: 20px;
    margin-right: 30px
}

.change-language-and-search li.search a img {
    float: left;
    width: 100%
}

.change-language-and-search li.active a {
    color: #004503;
    font-weight: 600
}

.header-bottomline {
    float: left;
    width: 100%;
    background-color: rgba(0, 119, 50, .8)
}

.bottomline-content {
    float: left;
    width: 100%
}

.header-menu {
    float: left;
    width: 100%;
    min-height: 46px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.header-menu.flexed {
    display: flex!important
}

.header-menu li a {
    color: rgba(255, 255, 255, .5);
    font-size: 15px;
    letter-spacing: .33px
}

.header-menu li a:hover {
    color: #FFF;
    text-decoration: none
}

.header-menu li.active a {
    color: #FFF;
    text-decoration: none
}

.open-menu {
    display: none
}

.main {
    float: left;
    width: 100%
}

.big-news-slider {
    float: left;
    width: 100%;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.big-news-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 38px;
    background-color: transparent;
    color: transparent;
    font-size: 1px;
    z-index: 40;
    cursor: pointer;
    border: none;
    padding: 0
}

.big-news-slider .slick-arrow.slick-prev {
    background: url(../img/prev.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    left: 20px
}

.big-news-slider .slick-arrow.slick-next {
    background: url(../img/next.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    right: 20px
}

.big-news-slider .item-of-big-news-slider {
    height: 470px;
    position: relative;
    z-index: 40;
    padding: 15px 40px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center
}

.big-news-slider .item-of-big-news-slider:before {
    content: "";
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(60, 80, 158, 0) 0, rgba(0, 0, 0, .72) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.big-news-slider .item-of-big-news-slider a {
    float: left;
    width: 100%
}

.big-news-slider .item-of-big-news-slider a .second-level-title {
    color: #FFF;
    margin-bottom: 15px;
    line-height: 35px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 30
}

.big-news-slider .item-of-big-news-slider a:hover {
    text-decoration: underline
}

.big-news-slider .item-of-big-news-slider .date {
    float: left;
    width: 100%;
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    letter-spacing: .35px;
    position: relative;
    z-index: 30
}

.slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
    width: auto
}

.slick-dots li {
    margin-right: 10px;
    float: left
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    background-color: transparent;
    color: transparent;
    border: 1px solid #fff
}

.slick-dots li.slick-active button {
    background-color: #FFF
}

.main-news-wrp {
    float: left;
    width: 100%;
    padding: 50px 0
}

.news-flexed {
    float: left;
    width: 100%;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-flexed>div {
    margin-bottom: 30px
}

.item-of-news {
    float: left;
    width: 100%;
    height: 100%;
    background-color: rgba(248, 244, 228, .3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.item-of-news.big .news-image {
    float: left;
    width: 100%;
    height: 206px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center
}

.item-of-news.big .news-content .news-title {
    font-weight: 700
}

.item-of-news .news-content {
    float: left;
    width: 100%;
    padding: 15px 15px 45px 15px
}

.item-of-news .news-content .news-title {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 10px
}

.item-of-news .news-content .news-text {
    float: left;
    width: 100%;
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 18px
}

.item-of-news .news-content .date-and-time {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 15px;
    padding: 0 15px;
    left: 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.item-of-news .news-content .date-and-time li {
    font-size: 12px;
    font-weight: 500
}

.item-of-news .news-content .date-and-time li.time {
    color: #2b90d9
}

.item-of-news .news-content .date-and-time li.date {
    color: #9baec8
}

.footer {
    float: left;
    width: 100%;
    background-color: rgba(0, 119, 50, .8);
    padding: 40px 0
}

.footer-nav {
    float: left;
    width: 100%;
    margin-bottom: 25px
}

.footer-nav li {
    float: left;
    width: 100%;
    margin-bottom: 12px
}

.footer-nav li:last-child {
    margin-bottom: 0
}

.footer-nav li a {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    letter-spacing: .3px
}

.footer-nav li a:hover {
    text-decoration: none;
    color: #FFF
}

.footer-nav li.title-link a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .12px
}

.develop-row {
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.facebook-and-minister {
    float: left;
    width: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.facebook-and-minister .facebook-color {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px
}

.facebook-and-minister .facebook-color img {
    float: left;
    width: 100%
}

.facebook-and-minister span {
    width: auto;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .3px
}

.developers {
    color: rgba(255, 255, 255, .7);
    font-size: 14px
}

.developers:hover {
    color: #FFF
}

.widgets-wrp {
    float: left;
    width: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.exchange {
    float: left;
    width: 100%
}

.exchange .exchange-list {
    float: left;
    width: 100%;
    margin-top: 38px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px
}

.exchange .exchange-list li {
    float: left;
    width: 100%;
    padding: 10px 0
}

.exchange .exchange-list li span {
    float: left;
    width: 33.3%
}

.exchange .exchange-list li.exchange-title {
    font-size: 18px;
    color: #000;
    font-weight: 700
}

.exchange .exchange-list li.exchange-title-row span {
    color: rgba(0, 0, 0, .5);
    font-size: 14px
}

.exchange .exchange-list li.pare span {
    font-weight: 700;
    font-size: 18px
}

.exchange .exchange-list li.pare span.pare-name {
    color: #41a1db;
    text-transform: uppercase
}

.exchange iframe {
    float: left;
    width: 100%;
    height: 100%
}

.go-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    padding: 10px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 100;
    background-color: rgba(0, 119, 50, .8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s
}

.go-top.visible {
    opacity: 1;
    visibility: visible
}

.go-top img {
    float: left;
    width: 100%
}

.breadcrumbs-row-wrp .breadcrumb {
    float: left;
    width: 100%;
    padding: 20px 0;
    margin: 0;
    background-color: transparent
}

.breadcrumbs-row-wrp .breadcrumb li {
    float: left;
    color: #004503;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .32px
}

.breadcrumbs-row-wrp .breadcrumb li a {
    color: #004503;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .32px
}

.breadcrumbs-row-wrp .breadcrumb>li+li:before {
    color: #004503;
    font-size: 12px
}

.about-ministry-image {
    float: left;
    width: 100%;
    height: 450px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px
}

.ministry-content {
    float: left;
    width: 100%
}

.paragraph {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.numbered-list {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.numbered-list.dotted li {
    position: relative
}

.numbered-list.dotted li .text {}

.numbered-list.dotted li:before {
    display: block;
    float: left;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #4D4D4D;
    position: absolute;
    left: 20px;
    top: 8px
}

.numbered-list li {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.numbered-list li .text {
    margin-bottom: 0;
}

.ministry-slider {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 130px
}

.ministry-slider .slick-dots {
    bottom: -30px
}

.ministry-slider .slick-dots li button {
    border: 1px solid #004503
}

.ministry-slider .slick-dots li.slick-active button {
    background-color: #004503
}

.ministry-slider .item-of-ministry-slider {
    height: 300px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center
}

.ministry-news-wpr .container {
    position: relative
}

.ministry-news-wpr .container .back-to-the-list {
    position: absolute;
    top: 0;
    left: 15px;
    color: #2b90d9;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .32px
}

.ministry-news-content {
    float: left;
    width: 100%
}

.ministry-news-content .second-level-title {
    width: 100%;
    text-align: center;
    color: #000
}

.ministry-news-list {
    float: left;
    width: 100%;
    margin-bottom: 40px
}

.ministry-news-list>li {
    float: left;
    width: 100%;
    border-bottom: 2px solid #BFD0C0;
    padding-top: 30px
}

.ministry-news-list>li .news-image {
    float: left;
    width: 100%;
    height: 430px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center
}

.ministry-news-list>li .share-row {
    float: left;
    width: 100%;
    padding: 15px 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.ministry-news-list>li .share-row .date {
    color: rgba(0, 0, 0, .6);
    font-size: 13px;
    letter-spacing: .35px
}

.ministry-news-list>li .share-row .share-block {
    width: 200px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.ministry-news-list>li .share-row .share-block .share-descript {
    color: rgba(0, 0, 0, .6);
    font-size: 13px;
    letter-spacing: .35px
}

.ministry-news-list>li .share-row .share-block .shae-list {
    width: 110px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.ministry-news-list>li .share-row .share-block .shae-list li a {
    float: left;
    width: 20px;
    height: 20px
}

.ministry-news-list>li .share-row .share-block .shae-list li a img {
    float: left;
    width: 100%
}

.ministry-news-list>li .news-name {
    float: left;
    width: 100%;
    color: #000;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: .69px;
    font-weight: 500;
    margin-bottom: 10px
}

.show-more-row {
    float: left;
    width: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 100px
}

.show-more-row .show-more {
    width: 340px
}

.next-and-prev {
    float: left;
    width: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 50px
}

.next-and-prev li a {
    color: #2b90d9;
    font-size: 12px;
    font-weight: 500
}

.structure-wrp.last {
    padding-bottom: 100px
}

.structure-wrp .second-level-title {
    width: 100%;
    text-align: center;
    color: #000
}

.minister-content {
    float: left;
    width: 100%;
    border-bottom: 2px solid #BFD0C0;
    padding-top: 50px
}

.ministers-row {
    width: 100%;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ministers-row>div {
    margin-bottom: 30px
}

.item-of-minister {
    float: left;
    width: 100%;
    height: 100%;
    border: 1px solid #eceef5;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.item-of-minister.big .minister-image {
    width: 150px;
    height: 150px
}

.item-of-minister.big .minister-name {
    font-size: 20px
}

.item-of-minister .sector-name {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 18px;
    letter-spacing: .67px;
    font-weight: 600;
    margin-bottom: 20px
}

.item-of-minister .minister-image {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center
}

.item-of-minister .minister-name {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .53px;
    margin-bottom: 10px
}

.item-of-minister .position {
    float: left;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, .5);
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 500;
    margin-bottom: 10px
}

.item-of-minister .details {
    color: #2b90d9;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .37px
}

.title-minister-row {
    float: left;
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px
}

.title-minister-row .three-level-title {
    width: auto;
    margin-bottom: 0
}

.title-minister-row .all-news {
    text-transform: uppercase;
    color: #2b90d9;
    font-size: 12px;
    letter-spacing: .32px;
    font-weight: 500
}

.item-of-minister-news {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.item-of-minister-news .news-image {
    float: left;
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center
}

.item-of-minister-news .news-name {
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .43px;
    line-height: 22px;
    margin-bottom: 15px
}

.item-of-minister-news .news-text {
    float: left;
    width: 100%;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px
}

.item-of-minister-news .date-and-read {
    float: left;
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.item-of-minister-news .date-and-read .date {
    color: rgba(0, 0, 0, .2);
    font-size: 13px;
    letter-spacing: .35px
}

.item-of-minister-news .date-and-read .read {
    color: #2b90d9;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .37px
}

.about-minister-content {
    float: left;
    width: 100%;
    padding-top: 30px;
    border-bottom: 2px solid #BFD0C0
}

.about-minister-content>.three-level-title {
    text-align: center;
    margin-bottom: 45px
}

.about-minister-content .minister-page-image {
    float: left;
    width: 270px;
    height: 270px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    float: none;
    display: table;
    margin: 0 auto;
    margin-bottom: 25px
}

.about-minister-content .minister-name {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .67px
}

.about-minister-content .position {
    float: left;
    width: 100%;
    color: rgba(0, 0, 0, .5);
    padding-top: 8px;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 500;
    text-align: center
}

.about-minister-row {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 50px
}

.about-minister-row.reverse-row {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.documents-wrp .second-level-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

.documents-menu {
    float: left;
    border: 1px solid #eceef5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    margin-bottom: 20px;
   /* display: flex; */
   text-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.documents-custom {
    padding: 0px !important;
}

.documents-custom li {
width:100% !important;
padding: 10px 15px !important;
}

.documents-custom li a {
    height: initial !important;
    line-height: 1.4;
}

.documents-custom li.active a {
    color: #000;
    font-size: 18px;
    border-bottom: none !important;
}

.documents-menu li.active a {
    color: #000;
    font-size: 18px;
    border-bottom: 2px solid #004503
}

.documents-menu li a {
    height: 50px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
    letter-spacing: .6px
}

.documents-menu li a:hover {
    color: #000;
    text-decoration: none
}

.documents-list {
    float: left;
    width: 100%;
    margin-bottom: 35px
}

.documents-list>li {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 2px solid #BFD0C0
}

.documents-list>li .formats {
    float: left;
    width: 100%;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.documents-list>li .formats li {
    float: left;
    width: 33.3%;
    padding: 5px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.documents-list>li .formats li img {
    float: left;
    width: 100%
}

.document-decript-wrp {
    float: left;
    width: 100%
}

.document-decript-wrp .document-name {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .5px;
    font-weight: 500;
    margin-bottom: 15px
}

.document-decript-wrp .date-and-downloads {
    float: left;
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.document-decript-wrp .date-and-downloads .date {
    color: rgba(0, 0, 0, .4);
    font-size: 14px;
    letter-spacing: .37px
}

.document-decript-wrp .date-and-downloads .downloads {
    width: 220px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.document-decript-wrp .date-and-downloads .downloads li a {
    color: #2b90d9;
    font-size: 14px;
    font-weight: 500
}

.contacts-wrp-map {
    float: left;
    width: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 50px
}

.map {
    float: left;
    width: 100%;
    height: 330px
}

.contacts-info-list {
    float: left;
    width: 100%
}

.contacts-info-list li {
    float: left;
    width: 100%;
    padding-left: 35px;
    position: relative;
    margin-bottom: 20px
}

.contacts-info-list li:last-child {
    margin-bottom: 0
}

.contacts-info-list li:before {
    content: "";
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 4px;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.contacts-info-list li.geo:before {
    background: url(../img/geo.svg) no-repeat;
    width: 10px;
    height: 16px
}

.contacts-info-list li.time:before {
    background: url(../img/clock.svg) no-repeat;
    width: 18px;
    height: 18px
}

.contacts-info-list li .contact-name {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .5px;
    font-weight: 500;
    margin-bottom: 10px
}

.contacts-info-list li .text {
    margin-bottom: 0;
    opacity: .7
}

.phones-contacts-row {
    float: left;
    width: 100%;
    padding: 25px 0;
    border-top: 2px solid #bfd0c0;
}

.phones-contacts-row .phones-wrp {
    float: left;
    width: 100%;
    padding-left: 35px;
    position: relative
}

.phones-contacts-row .phones-wrp:before {
    content: "";
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 4px;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: url(../img/phone.svg) no-repeat;
    width: 16px;
    height: 16px
}

.phones-contacts-row .phones-wrp .phone-name {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .5px;
    font-weight: 500;
    margin-bottom: 10px
}

.phones-contacts-row .phones-wrp .text {
    margin-bottom: 0;
    opacity: .7
}

.usefull-links-block {
    float: left;
    width: 100%;
    padding-top: 40px
}

.usefull-links-block .second-level-title {
    margin-bottom: 30px;
    width: 100%;
    text-align: center
}

.usefull-slider {
    float: left;
    width: 100%;
    padding-bottom: 35px;
    margin-bottom: 80px;
    position: relative
}

.usefull-slider .slick-dots {
    position: absolute;
    bottom: -5px;
    left: 15px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.usefull-slider .slick-dots li.slick-active button {
    background-color: #004503
}

.usefull-slider .slick-dots li button {
    border: 1px solid #004503
}

.usefull-slider .slick-arrow {
    position: absolute;
    width: 16px;
    height: 38px;
    background-color: transparent;
    color: transparent;
    font-size: 1px;
    z-index: 40;
    cursor: pointer;
    border: none;
    padding: 0;
    bottom: -10px
}

.usefull-slider .slick-arrow.slick-prev {
    background: url(../img/prev-green.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    right: 45px
}

.usefull-slider .slick-arrow.slick-next {
    background: url(../img/next-green.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    right: 15px
}

.usefull-slider .item-of-usefull {
    margin: 0 15px;
    border: 1px solid #f3f3f2;
    background-color: rgba(248, 244, 228, .3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 134px;
    padding: 28px 20px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s
}

.usefull-slider .item-of-usefull:hover {
    border: 1px solid #004503
}

.usefull-slider .item-of-usefull:hover .link-name {
    color: #1c2e74
}

.usefull-slider .item-of-usefull .link-name {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-weight: 500
}

.usefull-slider .item-of-usefull .link {
    color: #3c509e;
    font-size: 14px;
    letter-spacing: .37px;
    text-transform: uppercase
}

.wrapper-search-form {
    float: left;
    width: 100%;
    background-color: rgba(248, 244, 228, .3);
    padding: 15px;
    border: 2px solid #F3F3F2;
    margin-bottom: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.wrapper-search-form .input-search {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.wrapper-search-form .input-search:after {
    content: "";
    display: block;
    float: left;
    background: url(../img/search.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 40
}

.wrapper-search-form .input-search input {
    float: left;
    width: 100%;
    padding: 0 45px 0 15px
}

.wrapper-search-form .range-date-wrp {
    float: left;
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px
}

.wrapper-search-form .range-date-wrp li {
    width: 48%;
    position: relative
}

.wrapper-search-form .range-date-wrp li:after {
    content: "";
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: url(../img/calendar.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 40
}

.wrapper-search-form .range-date-wrp li input {
    float: left;
    width: 100%;
    padding: 0 45px 0 15px
}

.wrapper-search-form .select-styled {
    float: left;
    width: 100%;
    height: 42px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px
}

.wrapper-search-form .select-styled .jq-selectbox__select {
    height: 42px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    border: 2px solid #F3F3F2
}

.wrapper-search-form .select-styled .jq-selectbox__select .jq-selectbox__select-text {
    height: 40px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #000
}

.wrapper-search-form .select-styled .jq-selectbox__select .jq-selectbox__trigger {
    border: none
}

.wrapper-search-form .select-styled .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    border: none;
    background: url(../img/arrow-down.svg) no-repeat;
    width: 12px;
    height: 6px;
    top: 16px;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.wrapper-search-form .label-title {
    float: left;
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: .7
}

.wrapper-search-form input {
    background-color: #FFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 42px;
    padding: 0 15px;
    color: #000;
    font-size: 14px;
    letter-spacing: .3px;
    border: 2px solid #F3F3F2
}

.wrapper-search-form .documents-format {
    float: left;
    width: 100%;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wrapper-search-form .documents-format>label {
    float: left;
    width: 50%;
    position: relative;
    margin-bottom: 20px
}

.wrapper-search-form .documents-format>label input[type=checkbox] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px
}

.wrapper-search-form .documents-format>label input[type=checkbox]+span {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/not-check.svg) no-repeat;
    cursor: pointer;
    border: none;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.wrapper-search-form .documents-format>label input[type=checkbox]:checked+span {
    width: 16px;
    height: 16px;
    background: url(../img/checked.svg) no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.wrapper-search-form .documents-format>label>span {
    float: left;
    position: relative;
    cursor: pointer;
    left: 10px;
    color: #000;
    font-size: 15px;
    top: 1px;
    letter-spacing: .33px
}

.wrapper-search-form .search {
    float: left;
    width: 100%
}

.calendar {
    float: none;
    display: table;
    width: 100%;
}

.calendar .datepicker {
    background: rgba(248, 244, 228, .3)
}

.calendar .datepicker--content,
.calendar .datepicker--nav {
    background-color: rgba(248, 244, 228, .3)
}

@media (max-width:1199px) {
    .facebook-and-minister span {
        font-size: 12px
    }
    .documents-menu li a {
        font-size: 14px
    }
    .documents-menu li.active a {
        font-size: 16px
    }
    .usefull-slider .item-of-usefull .link-name {
        font-size: 12px
    }
    .usefull-slider .item-of-usefull .link {
        font-size: 12px
    }
}

@media (max-width:992px) {
    .header-menu {
        display: none
    }
    .header-menu li {
        float: left;
        width: 100%;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 10px
    }
    .header-menu li a {
        font-size: 20px
    }
    .bottomline-content {
        padding: 5px 0
    }
    .open-menu {
        float: right;
        display: block;
        width: 40px;
        height: 40px;
        padding: 0;
        background-color: transparent;
        border: none
    }
    .open-menu img {
        float: left;
        width: 100%
    }
    .big-news-slider .item-of-big-news-slider {
        height: 350px
    }
    .item-of-news.big .news-image {
        height: 300px
    }
    .datepicker-here {
        float: none;
        margin: 0 auto;
        width: 250px
    }
    .exchange {
        float: none;
        margin: 0 auto
    }
    .footer-nav-row {
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .about-minister-row {
        display: block;
        width: auto;
        margin-bottom: 0
    }
    .about-minister-content .minister-name {
        margin-bottom: 20px
    }
    .about-minister-content .position {
        margin-bottom: 40px;
        padding-top: 0
    }
    .documents-menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center
    }
    .documents-menu li {
        width: 33.3%
    }
    .documents-menu li.active a {
        width: auto
    }
    .phones-contacts-row {
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:768px) {
    body {
        min-width: 480px
    }
    .big-news-slider .item-of-big-news-slider {
        height: 300px
    }
    .ministry-news-list>li .news-image {
        height: 300px
    }
    .ministry-news-list>li .news-name {
        font-size: 18px;
        line-height: 25px
    }
    .documents-menu li {
        width: 50%
    }
    .document-decript-wrp .date-and-downloads {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .document-decript-wrp .date-and-downloads .date {
        margin-bottom: 20px
    }
    .document-decript-wrp .date-and-downloads .downloads {
        width: 100%
    }
    .contacts-wrp-map {
        display: block
    }
    .contacts-info-list {
        margin-bottom: 30px
    }
    .phones-contacts-row>div {
        margin-bottom: 30px
    }
}

@media (max-width:640px) {
    .second-level-title {
        font-size: 19px
    }
    .big-news-slider .item-of-big-news-slider .second-level-title {
        line-height: 25px
    }
    .big-news-slider .item-of-big-news-slider {
        height: 280px
    }
    .item-of-news.big .news-image {
        height: 200px
    }
    .widgets-wrp {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .widgets-wrp>div {
        width: 300px
    }
    .datepicker-here {
        margin-bottom: 30px
    }
    .footer-nav li.title-link a {
        font-size: 14px
    }
    .developers {
        font-size: 12px
    }
    .ministry-slider {
        margin-bottom: 60px
    }
    .ministers-row {
        display: block;
        width: auto
    }
    .minister-content .three-level-title {
        text-align: center
    }
    .item-of-minister,
    .item-of-minister-news {
        margin-bottom: 30px
    }
    .title-minister-row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center
    }
    .title-minister-row .three-level-title {
        margin-bottom: 20px
    }
    .item-of-minister-news .news-image {
        height: 250px
    }
    .structure-wrp.last {
        padding-bottom: 30px
    }
    .documents-menu li {
        width: 100%
    }
    .phones-contacts-row {
        display: block
    }
    .phones-contacts-row>div {
        width: 100%
    }
    .wrapper-search-form .range-date-wrp li input {
        margin-bottom: 0
    }
}

.phones-contacts-row-border {
    border-bottom: 2px solid #bfd0c0;
    float: left;
    width: 100%;
    padding: 25px 0;
    border-top: 2px solid #bfd0c0;
}

.phones-contacts-row-border .phones-wrp .phone-name {
    float: left;
    width: 100%;
    color: #000;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: .5px;
    font-weight: 500;
    margin-bottom: 10px;
}

span.fio {
    font-size: 18px;
    display: block;
}

.contacts-info-list li.phone:before {
    background: url(../img/phone.svg) no-repeat;
    width: 18px;
    height: 18px;
}

ul.documents-menu li {
    padding: 0px 20px;
}

.fout-level-title {
    float: left;
    width: 100%;
    color: #000;
    font-size: 17px;
    letter-spacing: .8px;
    font-weight: 500;
    margin-bottom: 20px;
}

.text p {
    margin: 10px 0px;
}

.text b {
    font-weight: bold;
}

.ya-share2__list li {
    padding: 0px 2px;
}

.soc,
.soc:hover,
.soc:focus {
    color: #fff;
}

span.red-button.show-more-button {
    background: #fdfcf5;
    padding: 10px;
    border: 1px solid #efefef;
    color: #636362;
    cursor: pointer;
}

span.red-button.show-more-button:hover {
    background: #269556;
    color: #fff;
    border: 1px solid #038403;
}

.cov-links {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.cov-links li a {
    float: left;
    line-height: 22px;
    width: 100%;
    margin-bottom: 10px;
    height: 60px;
    border: 1px solid #269556;
    background-color: #FFF;
    padding: 5px 30px 5px 20px;
    display: flex;
    align-items: center;
    position: relative;
    color: #00984f;
    font-size: 15px;
    letter-spacing: .63px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.cov-links li a:hover {
    background: rgba(0, 119, 50, .8);
    color: #fff;
    text-decoration: none;
}

@media(max-width:767px) {
    .change-language-and-search {
        position: initial;
    }
}

.mf-chart {
	display: flex;
	flex-direction: column;
}

.mf-chart-button {
    background: green;
    color: white;
    height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-top: 30px;
    padding: 24px;
}

.mf-chart-button a {
    color: white;
    text-decoration: underline;
    line-height: 1.4;
}

.charts-buttons p {
    border: 1px solid #269556;
    padding: 14px;
    margin-bottom: 11px;
}

.charts-buttons p a {
    color: black;
}

.mf-rub {
    text-align: right;
    margin-top: 80px;
}

.graphics-block h2 {
    border: 1px solid grey;
    font-size: 20px;
    margin-top: 140px;
    margin-bottom: 40px;
    text-align: center;
    padding: 10px;
/*    background-color: rgba(0, 119, 50, .8);*/
/*    color: white;*/
}

.full-doc-link {
    display: flex;
    align-items: center;
}

.full-doc-link h2 {
    margin-right: 30px;
}

.full-doc-link img {
    width: 30px;
}

.full-doc-link a {
    float: left; 
    background-color: #FFF;
    display: flex;
    align-items: center;
    color: #00984f;
    letter-spacing: .63px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
}