.reset-m-p {
    padding: 0!important;
    margin: 0!important
}

.reset-m {
    margin: 0!important
}

.reset-p {
    padding: 0!important
}

.f-l {
    float: left!important
}

.f-r {
    float: right!important
}

@font-face {
    font-family: MuseoSansRegular;
    src: url(/fonts/MuseoSansRegular.ttf), url(/fonts/MuseoSansRegular.otf)
}

@font-face {
    font-family: MuseoSansBold;
    src: url(/fonts/MuseoSansBold.ttf), url(/fonts/MuseoSansBold.otf)
}

@font-face {
    font-family: MuseoSansMedium;
    src: url(/fonts/MuseoSansMedium.ttf)
}

@font-face {
    font-family: NeoSansProRegular;
    src: url(/fonts/NeoSansProRegular.eot), url(/fonts/NeoSansProRegular.ttf), url(/fonts/NeoSansProRegular.woff)
}

@font-face {
    font-family: textcompproRegular;
    src: url(/fonts/textcomppro-regular.ttf)
}

body {
    overflow-x: hidden;
    min-width: 320px!important;
    font-family: MuseoSansRegular, Arial, sans-serif;
    margin: 0;
    padding: 0
}

#wrapperClose {
    display: none
}

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

.centerItemAlign {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

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

.containerWidth {
    height: 100%;
    margin: 0 auto;
    max-width: 71%
}

body {
    background: url(/img/Mainbackground.png) repeat
}

.container {
    height: 100%;
    margin: 0 auto;
    max-width: 71%
}

.headerTop {
    height: 35px;
    background: #33363b
}

.headerTop .headerTopContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    color: #dadada;
    height: 100%;
    font-family: MuseoSansMedium, arial, sans-serif;
    font-size: 15px
}

.headerTop .socialNetworks {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.headerTop .socialNetworks a {
    color: #dadada;
    text-decoration: none;
    margin-left: 15px
}

.headerTop .socialNetworks a i {
    font-size: 20px
}

.headerTop .socialNetworks a:hover {
    color: #fbe202
}

.headerTop .humburger {
    display: none
}

.headerMain {
    background: url(/img/header-bgc.jpg) no-repeat center center;
    height: 230px;
    background-size: cover
}

.headerMain .logo {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    height: 100%
}

.headerMain .logo span {
    font-family: MuseoSansMedium, Arial, sans-serif;
    font-size: 21px;
    margin-left: 13px;
    line-height: 1.6em;
    display: block
}

.headerMain .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.topMenu {
    height: 47px;
    background: #fff
}

.topMenu nav {
    width: 100%;
    height: 100%
}

.topMenu nav ul.level1 {
    margin: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    position: relative;
    z-index: 3;
    padding-right: 0
}

.topMenu nav ul.level1 li {
    padding: 0 2%;
    height: 100%;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative
}

.topMenu nav ul.level1 li:hover {
    background: #4688c0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.topMenu nav ul.level1 li:hover>a,
.topMenu nav ul.level1 li:hover>span {
    color: #f9e300;
    -webkit-transition: all .2s;
    transition: all .2s
}

.topMenu nav ul.level1 a,
.topMenu nav ul.level1 span {
    text-decoration: none;
    font-family: textcompproRegular, NeoSansProRegular, Arial, sans-serif;
    text-transform: uppercase;
    color: #202020;
    font-size: 25px;
    line-height: 100%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.topMenu nav ul.level1 span:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #000 transparent transparent transparent;
    position: relative;
    top: -5px;
    right: -9px
}

.topMenu nav ul.level1 li:hover>span:after {
    border-color: #fff transparent transparent transparent
}

.topMenu nav ul.level2 {
    display: none;
    visibility: hidden;
    background: #4688c0;
    width: 200px;
    min-width: 100%;
    position: absolute;
    z-index: 5;
    padding: 0;
    top: 47px;
    left: 0;
    padding: 0 0 1px 0
}

.topMenu nav ul.level2 li {
    padding-right: 15px;
    box-shadow: 0 1px 0 #599ed8;
    border-bottom: 1px solid #3b6cb2
}

.topMenu nav ul.level2 li:hover {
    background: #3e7fb5
}

.topMenu nav ul.level2 a,
.topMenu nav ul.level2 span {
    color: #fff;
    text-transform: none;
    font-size: 22px;
    padding: 10px 0 10px 20px;
    width: 100%
}

.topMenu nav ul.level2 span:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #fff;
    top: -1.7px;
    right: -30px
}

.topMenu nav ul.level2 li:hover>span:after {
    border-color: transparent transparent transparent #fff
}

:root .topMenu nav ul.level2 li,
_::-moz-svg-foreign-content {
    padding: 10px 0 10px 25px
}

.topMenu nav ul.level2 span,
:root .topMenu nav ul.level2 a,
_::-moz-svg-foreign-content {
    padding-left: 0
}

.topMenu nav .level1>li:hover>.level2 {
    display: block;
    visibility: visible;
    -webkit-transition: all .2s;
    transition: all .2s
}

.topMenu nav ul.level3 {
    display: none;
    visibility: hidden;
    background: #4688c0;
    min-width: 250px;
    width: auto;
    position: absolute;
    z-index: 5;
    padding: 0;
    top: 47px;
    left: 0;
    padding: 0;
    top: 0;
    left: 100%
}

.topMenu nav ul.level3 li {
    box-shadow: 0 1px 0 #599ed8;
    border-bottom: 1px solid #3b6cb2
}

.topMenu nav ul.level3 li:hover {
    background: #3e7fb5
}

.topMenu nav ul.level3 a,
.topMenu nav ul.level3 span {
    color: #fff;
    text-transform: none;
    font-size: 22px;
    padding: 10px 0 10px 25px;
    width: 100%
}

.topMenu nav .level2>li:hover>.level3 {
    display: block;
    visibility: visible;
    -webkit-transition: all .2s;
    transition: all .2s
}

.SliderBig {
    margin-top: 20px
}

.slider {
    padding: 20px;
    background: #fff
}

.SliderBig .slider .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

:root .SliderBig .slider .item,
_::-moz-svg-foreign-content {
    display: block
}

.SliderBig .slider .owl-buttons {
    display: none
}

.SliderBig .owl-controls .owl-page,
.owl-controls .owl-buttons div {
    float: left
}

.slider .item img {
    height: 100%;
    width: auto;
    margin: 0 auto
}

.SliderBig .slider,
.SliderBig .slider .owl-carousel,
.slider .sliderImg {
    height: 280px
}

.slider .sliderImg {
    float: left;
    margin-left: 3px;
    width: 43%;
    overflow: hidden;
    text-align: center
}

.slider .slideText {
    text-align: justify;
    width: 50%;
    float: left
}

.slider .slideText span {
    display: block
}

.slider .owl-pagination {
    position: absolute;
    bottom: 2px;
    left: 19%
}

.owl-carousel .owl-wrapper-outer {
    height: 100%
}

.slider .slideText {
    margin-left: 20px
}

.slider .slideText a {
    text-decoration: none
}

.slider .slideText span.slideTitle {
    font-family: textcompproRegular, NeoSansProRegular, Arial, sans-serif;
    text-align: left;
    color: #2c608a;
    font-size: 28px
}

.slider .slideText span.slideTitle:hover {
    text-decoration: underline
}

.slider .slideText span.slideData {
    color: #c7c7c7;
    font-size: 20px;
    margin-top: 15px
}

.slider .slideText span.slideData i.icon-dpss-40 {
    margin-right: 7px
}

.slider .slideText p.sliderNewsText {
    font-size: 16px;
    margin-top: 23px
}

.slider div#owl-carousel {
    overflow: hidden;
    max-height: 280px;
    box-sizing: border-box
}

.sliderSmall {
    margin-top: 20px;
    min-height: 80px;
    overflow: hidden
}

.sliderSmall {
    background: #2e5e9d;
    background: -moz-linear-gradient(45deg, #2e5e9d 0, #4877b8 18%, #2d5792 40%, #5285d0 64%, #487aba 79%, #4f80ca 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, #2e5e9d), color-stop(18%, #4877b8), color-stop(40%, #2d5792), color-stop(64%, #5285d0), color-stop(79%, #487aba), color-stop(100%, #4f80ca));
    background: -webkit-linear-gradient(45deg, #2e5e9d 0, #4877b8 18%, #2d5792 40%, #5285d0 64%, #487aba 79%, #4f80ca 100%);
    background: -o-linear-gradient(45deg, #2e5e9d 0, #4877b8 18%, #2d5792 40%, #5285d0 64%, #487aba 79%, #4f80ca 100%);
    background: -ms-linear-gradient(45deg, #2e5e9d 0, #4877b8 18%, #2d5792 40%, #5285d0 64%, #487aba 79%, #4f80ca 100%);
    background: linear-gradient(45deg, #2e5e9d 0, #4877b8 18%, #2d5792 40%, #5285d0 64%, #487aba 79%, #4f80ca 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2e5e9d', endColorstr='#4f80ca', GradientType=1)
}

.slider-1 .item {
    height: auto;
    float: left;
    padding: 13px 54px 4px
}

.slider-1 {
    padding: 0 26px
}

.slider-1 p {
    color: #f5f5f5;
    font-size: 24px;
    font-family: textcompproRegular, NeoSansProRegular, Arial, sans-serif;
    text-align: left;
    width: 90%;
    margin: 0;
    text-indent: 0
}

.slider-1 .item:before {
    content: "";
    height: 100%;
    position: absolute;
    left: 38px;
    width: 5px;
    background: #f9e300;
    display: block
}

.slider-1 .owl-pagination {
    display: none
}

.slider-1 .owl-prev {
    height: 50px;
    width: 26px;
    background: url(/img/arrow-left.png) no-repeat;
    position: absolute;
    top: 18px;
    left: -26px;
    display: block
}

.slider-1 .owl-next {
    height: 50px;
    width: 26px;
    background: url(/img/arrow-right.png) no-repeat;
    position: absolute;
    top: 18px;
    right: -26px;
    display: block
}

.slider-1 a {
    text-decoration: none
}

.newsAndBannersWrapper {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

:root .newsAndBannersWrapper,
_::-moz-svg-foreign-content {
    display: block
}

:root .lastNews,
_::-moz-svg-foreign-content {
    display: block
}

:root .news .ItemNews,
_::-moz-svg-foreign-content {
    display: inline-block;
    margin: 20px 10px 0;
    max-width: 45%
}

:root .news .buttonMore,
_::-moz-svg-foreign-content {
    width: 100%
}

:root .news .moreNews,
_::-moz-svg-foreign-content {
    display: block
}

.mainContent,
.news {
    margin-right: 20px
}

.banners,
.mainContent,
.news {
    background: #fff;
    padding: 20px;
    box-sizing: border-box
}

.mainContent,
.news {
    float: left;
    width: 74%
}

.banners {
    float: left;
    width: 24%
}

.bannersWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.banners a {
    margin-top: 12px
}

.mainContent .title,
.news .newsTitle {
    text-transform: uppercase;
    font-size: 40px;
    font-family: textcompproRegular, NeoSansProRegular, Arial, sans-serif;
    color: #363636;
    display: block;
    font-weight: 400;
    margin: 0
}

.mainContent .title:after,
.news .newsTitle:after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #ddd
}

.news .ItemNews {
    margin: 20px 0 0 0;
    max-width: 48%;
    height: 460px;
    position: relative;
    overflow: hidden
}

.lastNews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news .ItemNews .newsImg {
    height: 250px
}

.lastNews span.newsData,
.mainContent span.newsData {
    color: #c7c7c7;
    font-size: 15px;
    margin-top: 11px;
    display: block
}

.lastNews span.newsData i.icon-dpss-40,
.mainContent span.newsData i.icon-dpss-40 {
    margin-right: 5px
}

.lastNews a {
    text-decoration: none
}

.news p.newsText {
    margin: 16px 0
}

.news .newTitle {
    font-family: textcompproRegular, NeoSansProRegular, Arial, sans-serif;
    text-align: left;
    color: #2c608a;
    font-size: 26px;
    cursor: pointer
}

.news .newTitle:hover {
    color: #5e96c3
}

.news .ItemNews:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0
}

.news .moreNews {
    margin: 20px 0;
    width: 58%;
    padding: 8px 0;
    border: 1px solid #cacaca;
    text-align: center;
    text-decoration: none;
    color: #282828;
    font-size: 16px;
    font-family: textcompproRegular, NeoSansProRegular, Arial, sans-serif;
    background: #f3f3f3
}

.news .moreNews:hover {
    background: #f8f8f8;
    border: 1px solid #4b7dc1;
    color: #4c7ec4
}

.news .buttonMore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.plan {
    margin-top: 20px;
    background: #fff;
    padding: 30px 20px;
    font-family: textcompproRegular, NeoSansProRegular, Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    clear: both
}

.document {
    width: 64%
}

.plan .planText {
    font-size: 34px;
    color: #245d8d;
    width: 32%;
    text-align: right;
    background: #f9e300;
    box-sizing: border-box;
    font-weight: 600
}

.plan a {
    text-decoration: none
}

.plan .document {
    text-decoration: none;
    font-size: 26px;
    color: #777
}

.document,
.plan .planText {
    padding: 22px 20px;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.plan .document:after {
    display: block;
    content: "";
    width: 64%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 30px
}

.plan .document:before {
    display: block;
    content: "";
    width: 64%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 30px
}

.International {
    margin-top: 20px;
    background: url(/img/international-bgc.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0;
    clear: both
}

.intLogoWrapper {
    background: #fff;
    padding: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.International .internationalItem {
    text-align: center;
    margin: 0 6px
}

.International .internationalItem a {
    text-decoration: none
}

.International .internationalItem a:hover span {
    color: #4a7bbd
}

.International .internationalItem span {
    text-align: center;
    font-size: 14px;
    color: #424242;
    display: block
}

:root .International .internationalItem span,
_::-moz-svg-foreign-content {
    max-width: 175px;
    display: block
}

:root .International .internationalItem,
_::-moz-svg-foreign-content {
    display: inline-block
}

.map {
    width: 100%;
    height: 300px;
    position: relative;
    border-bottom: 1px solid #ddd
}

.map iframe {
    width: 100%;
    height: 100%
}

.mainContent .map {
    border: 1px solid #ddd;
    height: 350px;
    margin-top: 60px
}

.mainContent .map iframe {
    height: 100%
}

.overlay {
    background: 0 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.contactWrap span {
    margin: 13px 17px
}

.contactWrap span,
.contactWrap span a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    color: #4f4f4f;
    font-size: 27px;
    font-family: textcompproRegular, NeoSansProRegular, Arial, sans-serif;
    text-align: left
}

.contactWrap span.phone a:hover {
    text-decoration: none
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.contactWrap span a {
    display: inline-block
}

.contactWrap span a:hover {
    text-decoration: underline
}

.contactWrap {
    height: 300px;
    width: 25%;
    right: 0;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.social {
    background: #fff;
    height: 170px
}

.socialWrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.twitter {
    margin-left: 17px;
    margin-top: 3px;
    z-index: 20
}

.indexFooter {
    background: #1a3b66
}

footer {
    height: 130px;
    background: #fff
}

.copyright {
    width: 73%
}

footer .copyright p {
    font-size: 14px;
    text-align: left;
    margin: 2px
}

.indexFooter .copyright p {
    color: #fff
}

footer .copyright p.webmaestro {
    margin-top: 35px
}

footer .copyright p.webmaestro a {
    color: #f9e300;
    text-decoration: none
}

footer .copyright p.webmaestro a:hover {
    text-decoration: underline
}

a#blockCopyRightWM[data-align=right] span.styleLogoWM {
    position: relative;
    display: block;
    float: right;
    width: 60px;
    height: 60px;
    text-indent: -999999px;
    background: url(../img/webmaestro.gif) no-repeat center center;
    background-size: 100%
}

.indexFooter a#blockCopyRightWM[data-align=right] span.styleLogoWM {
    background: url(../img/indexWebmaestro.gif) no-repeat center center;
    position: relative;
    display: block;
    float: right;
    width: 60px;
    height: 60px;
    text-indent: -999999px;
    background-size: 100%
}

a#blockCopyRightWM[data-align=right]>div#blockContactWM {
    position: absolute;
    z-index: 9;
    top: 2px;
    right: 60px;
    width: 170px;
    height: 45px;
    border-left: 3px solid #00ea27;
    background-color: #000;
    font: 15px Arial, Tahoma, sans-serif;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s
}

a#blockCopyRightWM:hover>div#blockContactWM {
    opacity: .85;
    filter: alpha(opacity=85);
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s
}

a#blockCopyRightWM>div#blockContactWM span.stylePhoneWM {
    display: block;
    width: 100%;
    margin: 5px 0 2px 0;
    font: 15px Arial, Tahoma, sans-serif;
    color: #fff;
    text-align: center
}

a#blockCopyRightWM>div#blockContactWM span.styleUrlWM {
    display: block;
    font: 13px Arial, Tahoma, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none
}

a#blockCopyRightWM[data-align=right]>div#blockContactWM:after {
    position: absolute;
    top: 14px;
    right: -7px;
    display: block;
    content: '';
    width: auto;
    height: auto;
    border-top: 8px solid transparent;
    border-left: 8px solid #000;
    border-bottom: 8px solid transparent
}

a#blockCopyRightWM[data-align=right] span.styleTextWM {
    display: block;
    float: left;
    width: 160px;
    height: 35px;
    font-size: 14px;
    margin: 7px 11px 0 0;
    text-align: right;
    color: #000
}

.indexFooter a#blockCopyRightWM[data-align=right] span.styleTextWM {
    color: #fff
}

a#blockCopyRightWM[data-align=right] span.styleLogoWM {
    position: relative;
    display: block;
    float: right;
    width: 60px;
    height: 60px;
    text-indent: -999999px;
    background: url(../img/webmaestro.gif) no-repeat center center;
    background-size: 100%
}

footer .wm {
    float: right;
    position: relative
}

footer .wm a#blockCopyRightWM {
    position: relative;
    float: right;
    font: 13px/19px arial, tahoma, verdana, sans-serif;
    color: #666;
    text-decoration: none;
    margin: 0
}

.mainContent .printText {
    font-size: 16px;
    line-height: 1.4em;
    text-align: justify;
    display: block;
    margin: 20px 0
}

.mainContent .printText a {
    color: #f30a00;
    text-decoration: none
}

.mainContent .printText a:hover {
    text-decoration: underline
}

.mainContent h2 {
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600
}

:root .allNews,
_::-moz-svg-foreign-content {
    display: block
}

:root .allNews .ItemNews,
_::-moz-svg-foreign-content {
    max-width: 30%
}

.allNews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.allNews span.newsData {
    color: #c7c7c7;
    font-size: 15px;
    margin-top: 11px;
    display: block
}

.allNews span.newsData i.icon-dpss-40 {
    margin-right: 5px
}

.allNews a {
    text-decoration: none
}

.allNews .ItemNews {
    width: 32%;
    height: 375px;
    margin-right: 1.3%
}

.allNews .ItemNews .newsImg img,
.news .ItemNews .newsImg img {
    width: 100%
}

.allNews .ItemNews .newsImg {
    height: 180px
}

.newsImg {
    width: 100%;
    text-align: center
}

.allNews .ItemNews .newsImg img,
.news .ItemNews .newsImg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.allNews span.newTitle {
    font-size: 21px
}

.allNews p.newsText {
    margin: 10px 0
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0
}

.pagination a {
    background: #eee;
    text-decoration: none;
    padding: 4px 13px;
    font-size: 18px;
    color: #1a3b66;
    font-family: textcompproRegular, NeoSansProRegular, Arial, sans-serif;
    margin: 2px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.pagination span {
    background: rgba(247, 246, 246, .66);
    text-decoration: none;
    padding: 4px 13px;
    font-size: 18px;
    color: #1a3b66;
    font-family: textcompproRegular, NeoSansProRegular, Arial, sans-serif;
    margin: 2px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 700
}

.pagination a.active {
    background: 0 0
}

.pagination a:hover {
    color: #eee;
    background: #1a3b66;
    -webkit-transition: all .2s;
    transition: all .2s
}

.pagination a.active:hover {
    color: #1a3b66;
    background: 0 0
}

.article h3.articleTitle {
    font-family: textcompproRegular, NeoSansProRegular, Arial, sans-serif;
    font-size: 28px;
    color: #2c608a;
    text-align: left;
    font-weight: 400;
    margin: 12px 0
}

.article .articleImg {
    float: left;
    margin-right: 15px
}

.article img {
    max-width: 100%
}

.articleTExt {
    margin: 5px 14px
}

.article .otherArticles span {
    width: auto;
    padding: 6px 12px
}

.article .otherArticles {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    clear: both
}

.article .otherArticles a {
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    color: #282828;
    font-family: textcompproRegular, NeoSansProRegular, Arial, sans-serif;
    margin: 30px 10px;
    background: #eee
}

.article .otherArticles a:hover {
    color: #4b7dc1
}

.article .otherArticles span.arrow {
    float: left;
    display: inline-block
}

.article .otherArticles a.next span.arrow {
    float: right
}

.article .otherArticles span:not(.arrow) {
    display: inline-block
}

table.clearGov {
    margin: 20px 0;
    width: 100%
}

table.clearGov td.copy,
table.clearGov th {
    font-family: textcompproRegular, NeoSansProRegular, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    background: #4688c0;
    font-weight: 400
}

table.clearGov th {
    padding: 3px 15px
}

table.copyWrap {
    width: 100%
}

table.clearGov td:not(.copy) {
    padding: 15px 20px
}

table.clearGov th.date,
table.clearGov th.name {
    text-align: left
}

table.clearGov .name {
    width: 47%;
    text-align: left
}

table.clearGov .date {
    width: 10%
}

table.clearGov td.name {
    text-transform: uppercase;
    font-size: 15px
}

table.clearGov td.date {
    font-size: 13px
}

td.documentCopy a {
    text-decoration: none;
    color: #222
}

td.documentCopy {
    text-align: center;
    width: 25%
}

td.documentCopy a i {
    color: #929292;
    font-size: 22px
}

td.documentCopy a:hover i {
    color: #1a3b66
}

.mainContent table.clearGov .tableIn {
    padding: 0!important
}

table.clearGov tr:nth-child(odd)>.tdDate {
    background: #f6f6f6
}

table.clearGov tr:nth-child(even)>.tdDate {
    background: #f9f9f9
}

table.clearGov tr:nth-child(odd)>td.name {
    background: #f9f9f9
}

table.clearGov tr:nth-child(even)>td.name {
    background: #fff
}

table.clearGov tr:nth-child(odd) table.copyWrap td.documentCopy:nth-child(odd) {
    background: #f6f6f6
}

table.clearGov tr:nth-child(odd) table.copyWrap td.documentCopy:nth-child(even) {
    background: #f9f9f9
}

table.clearGov tr:nth-child(even) table.copyWrap td.documentCopy:nth-child(even) {
    background: #fff
}

table.clearGov tr:nth-child(even) table.copyWrap td.documentCopy:nth-child(odd) {
    background: #f9f9f9
}

table.clearGov tr:hover table.copyWrap td.documentCopy,
table.clearGov tr:hover>td {
    background: #def0ff!important
}

.wrapper404 {
    margin: 20px 0;
    padding: 75px 20px 55px;
    background: #fff;
    text-align: center
}

.wrapper404 .img404 {
    background: url(/img/list-remove.png) center center no-repeat;
    width: 48px;
    height: 42px;
    margin: 0 auto
}

.wrapper404 p {
    color: #282828;
    font-size: 18px;
    font-family: MuseoSansMedium, Arial, sans-serif;
    margin: 30px 0
}

.wrapper404 p a {
    color: #282828;
    text-decoration: none;
    border-bottom: 2px solid #aaa
}

.wrapper404 p a:hover {
    border-bottom: 2px solid transparent
}

.wrapper404 p.error {
    font-size: 28px;
    color: #1a3b66;
    font-family: MuseoSansBold, Arial, sans-serif
}

.wrapper404 a.goToIndex {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    background: #1a3b66;
    padding: 8px 18px;
    font-family: MuseoSansMedium, Arial, sans-serif;
    margin-top: 40px;
    border: 2px solid #1a3b66;
    -webkit-transition: all .2s;
    transition: all .2s
}

.wrapper404 a.goToIndex:hover {
    background: 0 0;
    color: #282828;
    -webkit-transition: all .4s;
    transition: all .4s
}

.table-cnts {
    width: 100%;
    max-width: 81%;
    background-color: #ffea4e;
    border: 1px solid #000;
    border-collapse: collapse;
    margin-top: 20px
}

.table-cnts span {
    display: block
}

.table-cnts td {
    padding: 15px
}

.banner-img img {
    width: 100%;
    height: 100%
}

.first-level {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 89%;
    margin-top: 0
}

.second-level {
    list-style-type: none;
    padding-left: 10px
}

.third-level {
    list-style-type: none;
    padding-left: 20px
}

.arr-img {
    width: 10px;
    height: 10px
}

.first-level__link {
    text-decoration: none;
    color: #000
}

.second-level__link {
    text-decoration: none;
    color: #424242
}

.third-level__link {
    text-decoration: none;
    color: #424242
}

.aside-menu ul ul {
    display: none
}

.aside-menu li.active>ul {
    display: block
}

.aside-menu a {
    color: #024376
}

.aside-menu a:hover {
    color: #5e96c3
}

.aside-menu a:not(:only-child) {
    display: block;
    position: relative
}

.aside-menu {
    width: 92%;
    background-color: #f9f9f9;
    border: 1px solid #d2d2d2;
    padding-left: 15px
}

.active-link {
    font-weight: 600
}

.aside-menu li {
    padding: 5px 0;
    border-bottom: 1px solid #d2d2d2
}

.aside-menu li:last-child {
    border-bottom: transparent
}

.aside-menu a:not(:only-child):before {
    content: "+";
    position: absolute;
    left: -1px;
    top: 1px;
    font-size: 12px;
    font-weight: 600;
    background-size: 12px;
    width: 10px;
    height: 100%
}

.aside-menu .active>a:not(:only-child):before {
    content: "-"
}

.aside-menu a {
    font-size: 16px;
    margin-top: 3px;
    font-family: MuseoSansRegular, Arial, sans-serif
}

.aside-menu a span {
    position: relative;
    left: 18px
}

@media screen and (max-width:1024px) {
    .aside-destop {
        display: none
    }
    .aside-menu {
        padding-left: 0
    }
    .aside-mobile {
        display: none;
        width: 100%;
        background-color: #FFF;
        margin-bottom: 23px;
        padding-bottom: 10px
    }
    .first-level {
        width: 85%;
        margin: 0 auto
    }
    .wr-btn {
        width: 99%;
        padding: 10px 0;
        margin: 0 auto;
        margin-bottom: 10px;
        background-color: #fff;
        box-shadow: 0 0 7px 0 rgba(44, 96, 138, .5);
        margin-top: 15px
    }
    .btn-tgl {
        font-size: 16px;
        text-decoration: none;
        color: #2c608a;
        display: block;
        text-align: center
    }
    .aside-mobile a {
        font-size: 15px
    }
    .btn-img {
        width: 11px;
        height: 11px;
        transform: rotate(90deg);
        position: relative;
        top: 2px;
        left: 2px;
        transition: all .4s linear
    }
    .btn-img-rt {
        transform: rotate(270deg)
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .wr-btn {
        width: 100%
    }
}

@media screen and (min-width:1025px) {
    .aside-mobile {
        display: none
    }
    .wr-btn {
        display: none
    }
}

.spt {
    background-color: #f3f3f4;
    max-width: 240px;
    max-height: 75px
}

.spt img {
    width: 100%;
    height: 100%
}

.content-wrapper {
    width: 76%;
}

.content-wrapper-title {
    font-size: 22px;
}

.content-sub-title {
    padding: 7px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #0a9eab;
}

.content-text {
    margin: 10px 0;
    padding: 10px 5px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}

.content-text p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
}

.content-element {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid silver;
    margin-bottom: 20px;
}

.content-element--center {
    display: flex;
    justify-content: center;
}

.content-left {
    width: 30%;
    padding-right: 30px;
}

.content-right {
    flex-grow: 2;
}

.content-right select {
    width: 30%;
    background-color: transparent;
    border: 1px solid silver;
    padding: 5px;
}

.content-left span {
    font-size: 16px;
    color: #444444;
}

.content-area {
    width: 90%;
    border-radius: 5px;
    border: 1px solid silver;
    resize: none;
    padding: 10px;
}

.content-area:focus {
    outline: none;
}

.content-input {
    padding: 0 10px;
    height: 30px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid silver;
    min-width: 250px;
}

.content-input:focus {
    outline: none;
}

.content-element--center button {
    height: 40px;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 0 30px;
    cursor: pointer;
    background-color: #0a9eab;
}

.content-element label.error {
    color: red;
    font-size: 14px;
    display: block;
}

@media screen and (max-width: 768px) {
    .content-wrapper {
        width: 100%;
        padding: 0 15px;
    }

    .content-left {
        width: 40%;
    }

    .content-right select {
        width: 60%;
    }
}

@media screen and (max-width: 576px) {
    .content-wrapper {
        box-sizing: border-box;
    }

    .content-element {
        flex-wrap: wrap;
    }

    .content-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .content-form {
        margin: 0;
        width: 100%;
    }
}

span.error {
    color: red;
    font-size: 14px;
}

/*# sourceMappingURL=style.min.css.map */