body {
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    color: #212121;
    cursor: default;
    position: relative;
}
a, a:hover, a:active {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
input, input:focus, textarea, textarea:focus {
    font-family: 'Roboto', sans-serif;
    outline: none;
}
p, h1, h2, h3 {
    margin: 0px;
}

main{
    display: block;
    min-height: 450px;
    background: #eceff1;
    overflow: hidden;
}
main>div{
    max-width: 1440px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 60px rgba(0,0,0,.3);
    min-height: 450px;
}
main>div>article{
    width: calc( 100% - 48px );
    padding: 24px 24px 24px 24px;
}

.clear {
    clear: both;
    width: 100%;
}


/* ------------------------------------------------- */

article table td,
article table td p{
    line-height: 1.5;
}

article table td p{
    /*
    display: inline-block;
    */
}

article table td a,
article table td a:visited,
article table td a:link,
article table td a:active{
    color: #1565c0;
    border-bottom: 1px dotted #1565c0;
}
article table td a:hover{
    color: #263238;
    border-bottom: 1px dotted transparent;
    background-color: #eceff1;
}
article table td.art_img img{
    max-width: calc( 100% - 10px );
    height: auto;
}
article table td.art_img>p{
    text-align: center;
    margin: -12px 5px 0px 5px;
    background-color: #eceff1;
    border: 1px solid #cfd8dc;
    padding: 8px;
}
/* ------------------------------------------------- */

@media screen and (max-width: 800px) {
    .min_800>p{
        clear: both;
    }
    .min_800>table{
        float: left;
        margin-bottom: 12px;
    }
}

/* ------------------------------------------------- */
.cvu-md_icon p{
    line-height: 18px;
    margin: 12px 24px;
    display: block;
    float: left;
    width: 100%;
    max-width: calc( 100% - 48px);
}
.cvu-md_icon strong{
    margin-left: 12px;
}
@media screen and (max-width: 800px) {
    .cvu-md_icon strong {
        margin-left: 42px;
        float: left;
        margin-top: 8px;
        margin-bottom: 12px;
        width: 100%;
        max-width: calc( 100% - 48px);
    }
}
.cvu-md_icon em{
    display: inline-block;
    float: left;
    color: #1565c0;
    margin: 0px 18px 0px 0px;
    font-size: 24px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    transition: .0s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* ------------------------------------------------- */

td.cvu_flex3{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

p.cvu_link{
    display: block;
    float: left;
    width: 30%;
    max-width: 420px;
    min-width: 300px;
    height: 120px;
    margin: 20px;
}
@media screen and (max-width: 750px) {
    p.cvu_link{
        width: 100%;
        max-width: none;
        margin: 20px 8px;
    }
}
p.cvu_link a{
    display: block;
    float: left;
    border: 3px solid #eceff1 !important;
    border-radius: 10px;
    width: 100%;
    line-height: 120px;
    height: 120px;
    font-size: 18px;
    font-weight: 700;
    color: #1565c0 !important;
    box-shadow: 4px 4px 7px rgba(69,90,100,.2);
    transition: .3s;
}
p.cvu_link a:hover{
    border: 3px solid #229fff !important;
    background: #e3f2fd !important;
    box-shadow: 8px 8px 10px rgba(69,90,100,.3);
}
p.cvu_link a strong{
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    margin-left: 112px;
    margin-right: 12px;
}
p.cvu_link a:hover strong{
    color: #229fff !important;
}
p.cvu_link a em{
    display: block;
    position: absolute;
    float: left;
    color: #1565c0;
    margin: 12px 0px 0px 8px;
    font-size: 56px;
    line-height: 96px;
    width: 96px;
    height: 96px;
    text-align: center;
    text-decoration: none;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
p.cvu_link a:hover em{
    color: #229fff;
}

/* ------------------------------------------------- */

article ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
article ol li {
    padding-left: 8px;
    margin-left: -8px;
}
article ul li {
    padding-left: 38px;
    text-indent: 0px;
    line-height: 20px;
    margin: 8px 0px 18px 0px;
}
article ul li::before {
    content: "• ";
    color: #1565c0;
    font-size: 27px;
    line-height: 18px;
    margin-top: 2px;
    display: inline-block;
    position: absolute;
    margin-left: -22px;
}


/* ------------------------------------------------- */

.cvu_li320 li{
    display: block;
    float: left;
    width: 270px;
}

/* ------------------------------------------------- */

@media screen and (max-width: 1300px) {
    .cvu_max650{
        display: block;
        float: left;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 660px) {
    .cvu_max650>img{
        width: 100%;
        height: auto;
    }
}

/* ------------------------------------------------- */

h1{
    font-size: 24px;
}
h1:after{
    content: '';
    display: block;
    width: 100%;
    max-width: 600px;
    height: 3px;
    background-color: #1565c0;
    margin: 8px 0px 18px 0px;
}

@media screen and (max-width: 700px) {
    h1:after{
        max-width: auto;
    }
}

/* ------------------------------------------------- */

.cvu_icon3{
    width: 445px;
    height: 254px;
    background: url(d/icons/icon_back.png) no-repeat top center transparent;
    display: block;
    float: left;
    margin: 8px;
}
.cvu_icon3>p:first-child{
    width: 150px;
    height: 150px;
    border: 3px solid #eceff1;
    background-color: #fff;
    border-radius: 50%;
    margin: 2px auto;
}
.cvu_icon3>p>img{
    width: 150px;
    height: 150px;
}
.cvu_icon3>p:last-child{
    text-align: center;
    border: 3px solid #eceff1;
    background-color: #fff;
    border-radius: 10px;
    width: calc(100% - 36px);
    margin: -24px auto 0px auto;
    padding: 18px;
    min-height: 71px;
}
@media screen and (max-width: 1435px) {
    .cvu_icon3{
        width: calc( 100%/3 - 18px );
        height: auto;
    }
}
@media screen and (max-width: 1100px) {
    .cvu_icon3{
        background: none;
    }
}
@media screen and (max-width: 800px) {
    .cvu_icon3{
        width: calc( 100% - 18px );
    }
    .cvu_icon3>p:last-child{
        min-height: auto;
    }
}


/* ------------------------------------------------- */

.cvu_flex50{
    width: 50%;
}
@media screen and (max-width: 700px){
    .cvu_flex50{
        width: 100%;
        display: block;
        float: left;
    }
}

.cvu_noheader{
    margin-left: 0px !important;
    display: inline-block;
    width: calc( 100% - 48px);
}

@media screen and (max-width: 800px){
    .cvu_noheader{
        margin-top: 0px !important;
    }
}




/* ------------------------------------------------- */


header p, header span, header h1, header h2, header h3, header h4, header a, header ul, header li,
nav p, nav span, nav h1, nav h2, nav h3, nav h4, nav a, nav ul, nav li,
footer p, footer span, footer h1, footer h2, footer h3, footer h4, footer a, footer ul, footer li{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

/* ------------------------------------------------- */

.breadcrumbs{
    border-bottom: 1px solid #dee2e5;
}
.breadcrumbs>div:first-child{
    line-height: 18px;
    font-size: 12px;
    padding: 16px 26px 8px 26px;
}
.breadcrumbs>div:first-child>a{
    text-transform: uppercase;
    border-bottom: 1px dotted #455a64;
    color: #455a64;
}
.breadcrumbs>div:first-child>a:hover{
    color: #1565c0;
    border-bottom: 1px dotted transparent;
}
.breadcrumbs>div:last-child{
    color: #1565c0;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    padding: 0px 24px 12px 24px;
}

@media screen and (max-width: 640px){
    .breadcrumbs>div:first-child{
        font-size: 10px;
    }
    .breadcrumbs>div:last-child {
        font-size: 24px;
        line-height: 24px;
    }
}

/* ------------------------------------------------- */

div.home_slider{
    background: url(/d/home_back.jpg) top center transparent;
    margin: 0px 1px;
}
div.home_slider>p{
    width: 470px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    padding: 300px 12px 32px 12px;
    font-weight: 500;
}

@media screen and (max-width: 1438px){
    div.home_slider {
        margin: 0px;
    }
}
@media screen and (max-width: 550px){
    div.home_slider {
        background: url(/d/home_back_mobile.jpg) top center transparent;
        background-size: cover;
    }
    div.home_slider>p {
        padding-top: 200px;
        width: 80%;
        font-size: 15px;
    }
}
@media screen and (max-width: 370px){
    div.home_slider>p {
        padding-top: 190px;
        width: 90%;
    }
}

.home_about>p{
    padding: 0px 60px 0px 18px;
    border-left: 3px solid #1565c0;
    text-align: justify;
    font-weight: 500;
}
@media screen and (max-width: 1300px){
    .home_about h1:after{
        max-width: 450px;
    }
}
@media screen and (max-width: 1000px){
    .home_about h1:after{
        max-width: 300px;
    }
    .home_about>p{
        text-align: left;
        padding-left: 0px;
        border-left: none;
    }
}
@media screen and (max-width: 700px){
    .home_about{
        margin-bottom: 24px;
    }
    .home_about>p{
        padding: 0px 18px 0px 18px;
    }
}
/* ------------------------------------------------- */

.news {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 12px;
}
.news .item_news {
    margin: 0px 15px 35px 15px;
    width: 100%;
    max-width: 360px;
    height: 360px;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px 0px rgba(39, 47, 57, 0.65);
    transition: 0.4s;
    z-index: 0;
}
.news .item_news:hover {
    box-shadow: 0px 15px 20px 0px rgba(39, 47, 57, 0.85);
}
.news .item_news .wrap_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news .item_news .wrap_img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 60%;
    transition: 0.4s;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.news .item_news:hover .wrap_img:after {
    height: 100%;
}
.news .item_news .wrap_img img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    transition: 0.4s;
    height: 100%;
}
.news .item_news .wrap_vert_img img {
    width: 100%;
    height: auto;
}
.news .item_news:hover .wrap_img img {
    transform: scale(1.1);
}
.news .item_news .title {
    position: relative;
    z-index: 2;
    background-image: url(../d/logo-footer.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 40px;
    line-height: 1;
    background-size: 32px;
    height: 100%;
    transition: 0.4s;
}
.news .item_news:hover .title {
    margin-top: 5%;
    height: 95%;
}
.news .item_news .title p {
    font-size: 20px;
    font-weight: bold;
    color: #272f39;
    line-height: 23px;
}
.news .item_news:hover .title p {
    color: #1565c0;
}
.news .item_news .title span {
    color: #272f39;
    font-size: 13px;
    font-weight: 300;
    display: block;
    margin-top: 10px;
}
.news .item_news .button_m {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0px;
    width: 148px;
    margin-left: -74px;
    color: #fff;
    text-transform: uppercase;
    background-color: #1565c0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: 0.4s;
    opacity: 0;
    font-size: 12px;
    letter-spacing: 4px;
    padding-left: 4px;
}
.news .item_news:hover .button_m {
    opacity: 0.8;
    bottom: 30px;
}
.news .item_news .button_m:hover {
    opacity: 0.9;
}
.news .item_news.item_news_nophoto{
    height: 180px;
}
.news .item_news.item_news_nophoto .title p {
    font-size: 16px;
    max-height: 116px;
    overflow: hidden;
}
.news .item_news.item_news_nophoto .title span {
    position: absolute;
    z-index: 302;
}
.news .item_news.item_news_nophoto .title p:before {
    content: '';
    position: absolute;
    width: 358px;
    height: 76px;
    background: #f00;
    margin: 87px 0px 0px -55px;
    z-index: 300;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 35%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 35%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6ffffff',GradientType=0 );
    transition: 0.4s;
}
.news .item_news.item_news_nophoto:hover .title p:before {
    opacity: 0;
    transition: 0.0s;
}
.news .item_news.item_news_nophoto .title:before {
    content: '';
    position: absolute;
    width: 358px;
    height: 76px;
    background: #f00;
    margin: 87px 0px 0px -55px;
    z-index: 301;
    background: -moz-linear-gradient(top, rgba(48,63,159,0) 0%, rgba(7,77,157,1) 35%);
    background: -webkit-linear-gradient(top, rgba(48,63,159,0) 0%,rgba(7,77,157,1) 35%);
    background: linear-gradient(to bottom, rgba(48,63,159,0) 0%,rgba(7,77,157,1) 35%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001565c0', endColorstr='#e6074d9c',GradientType=0 );
    opacity: 0;
    transition: 0.0s;
}
.news .item_news.item_news_nophoto:hover .title:before {
    opacity: 1;
    transition: 0.4s;
}
.news .item_news.item_news_nophoto:hover .button_m{
    display: none;
}
.news .item_news.item_news_nophoto:hover{
    background: #1565c0;
}
.news .item_news.item_news_nophoto:hover .title p,
.news .item_news.item_news_nophoto:hover .title span {
    color: #fff;
}

.pag {
    text-align: center;
}
.pag .act {
    background-color: #1565c0;
    border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px #323232;
    border: 1px solid #1565c0;
}
.pag .act:hover {
    background-color: #1565c0;
    border: none;
    color: #fff;
    text-shadow: 1px 1px #323232;
    border-radius: 5px;
    border: 1px solid #1565c0;
}
.pag a {
    font-size: 24px;
    color: black;
    font-weight: bold;
    margin: 10px 0px;
    padding: 7px 15px;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-left: 10px;
    transition: 0.4s;
}
.pag a:hover {
    color: #767b84;
    border: 1px solid #1565c0;
}
span.next {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 30px;
    background-image: url(../d/arrow-right.png);
    background-repeat: no-repeat;
    margin: -7px;
    opacity: 0.6;
}
span.next:hover {
    opacity: 1;
    transition: 0.5s
}
span.prev {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 30px;
    background-image: url(../d/arrow-right.png);
    background-repeat: no-repeat;
    margin: -7px;
    opacity: 0.6;
    transform: rotate(180deg);
    transition: 0.5s
}
span.prev:hover {
    opacity: 1;
    transform: 0.5s
}
.item_news_in.wrap{
    padding: 0px 10px;
    float: left;
    width: 100%;
}
.item_news_in>.title_date{
    border-bottom: 2px dotted #78909c;
    margin-bottom: 18px;
}
.item_news_in>.title_date>span{
    display: inline-block;
    margin: 4px 0px 12px 4px;
    padding: 0px 0px 0px 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #1565c0;
}
.item_news_in>.title_date>span:before{
    content: 'date_range';
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    color: #1565c0;
    background: transparent;
    margin: 3px 0px 0px -40px;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    transition: .3s;
}
.item_news_in>.description_text{
    float: left;
    display: block;
    padding-bottom: 12px;
    width: calc( 100% - 16px );
    margin: 0 8px;
}
.back_cont{
    border-top: 2px dotted #78909c;
    padding-top: 12px;
    width: 100%;
}
.back_cont>a{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
    color: #1565c0;
    transition: 0.4s;
    margin: 8px 0px 0px -4px;
    padding: 0px 12px 0px 46px;
    border-radius: 3px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #c5c9e5;
}
.back_cont>a:hover{
    background: #a4cfff;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(200,208,213,0.5);
    -moz-box-shadow: 3px 3px 0px 0px rgba(200,208,213,0.5);
    box-shadow: 3px 3px 0px 0px rgba(200,208,213,0.5);
    border: 1px solid #a4cfff;
}
.back_cont>a:before{
    content: 'arrow_back';
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
    color: #1565c0;
    background: transparent;
    margin: 8px 0px 0px -40px;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    transition: .3s;
}
