@font-face {
    font-family: 'Akrobat';
    src: url('../font/Akrobatbold.eot');
    src: url('../font/Akrobatbold.eot?#iefix') format('embedded-opentype'),
    url('../font/Akrobatbold.woff2') format('woff2'),
    url('../font/Akrobatbold.woff') format('woff'),
    url('../font/Akrobatbold.ttf')  format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Pfdindisplaypro';
    src: url('../font/pfdindisplaypro-reg-webfont.eot');
    src: url('../font/pfdindisplaypro-reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/pfdindisplaypro-reg-webfont.woff2') format('woff2'),
    url('../font/pfdindisplaypro-reg-webfont.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pfdindisplaypro';
    src: url('../font/pfdindisplaypro-bold-webfont.eot');
    src: url('../font/pfdindisplaypro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/pfdindisplaypro-bold-webfont.woff2') format('woff2'),
    url('../font/pfdindisplaypro-bold-webfont.woff') format('woff'),
    url('../font/pfdindisplaypro-bold-webfont.ttf')  format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PfdindisplayproMedium';
    src: url('../font/pfdindisplaypro-medium.eot');
    src: url('../font/pfdindisplaypro-medium.eot?#iefix') format('embedded-opentype'),
    url('../font/pfdindisplaypro-medium.woff2') format('woff2'),
    url('../font/pfdindisplaypro-medium.woff') format('woff'),
    url('../font/pfdindisplaypro-medium.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Pfdindisplaypro', sans-serif;
    font-size: 14px;
    color: #2b2f3e;
}

.nopadding {
    padding: 0;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

a:hover {
    text-decoration: none;
}

p {
    line-height: 1.5;
}

p + p {
    margin-top: 10px;
}

.content-v1 {
    padding-top: 30px;
    padding-bottom: 40px;
}

.page-header {
    background: #3a414e;
    padding: 10px 0;
}

.page-header  div[class*='col-'] {
    padding: 0;
}

.slogan-page {
    font-family: 'Akrobat';
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    padding-right: 150px;
}
footer .footer_contacts_new p {
    background: none;
    padding: 0;
    overflow: hidden;
}
/*.form-field-v1 {
    width: 80%;
    background: none;
    border: 1px solid #daddeb;
    border-left: none;
    padding: 8px 5px 8px 20px;
    text-align: center;
    color: #daddeb;
    position: relative;
    outline: none;
    line-height: 1;
    border-radius: 5px;
}

.block-field {
    position: relative;
}

.block-field:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -19px;
    z-index: 1;
}

.field-user:before {
    background: #3fa7e0 url(../img/icons/icon-user.png) no-repeat center;
}

.field-pass:before {
    background: #3fa7e0 url(../img/icons/icon-pass.png) no-repeat center;
}

.form-block:not(:last-child) {
    margin-bottom: 8px;
}

.form-field-v1:-moz-placeholder {
    font-family: 'Pfdindisplaypro', sans-serif;
    color: #daddeb;
    font-size: 14px;
}

.form-field-v1::-webkit-input-placeholder {
    font-family: 'Pfdindisplaypro', sans-serif;
    color: #daddeb;
    font-size: 14px;
}

.btn-form-v1 {
    padding: 10px 0;
    width: 100%;
    border: 1px solid #92e3ff;
    color: #2d334b;
    background-color: #67d3f9;
    border-radius: 3px;
    cursor: pointer;
    line-height: 1;
}*/

.link-form-v1 {
    display: block;
    padding: 8px 0;
    text-align: center;
    color: #daddeb;
    border-bottom: 1px dashed #daddeb;
}

.link-form-v1:hover,
.link-form-v1:focus {
    color: #6c757d;
    text-decoration: none;
    border-color: #6c757d;
}

nav {
    background: #fff;
}

.main-menu  li {
    padding: 0 15px;
}

.main-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 18px 0;
    height: 100%;
    color: #2d334b;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    font-family: "PfdindisplayproMedium";
    border-bottom: 3px solid #fff;
}

.main-menu .active a {
    border-bottom: 3px solid #3fa7e0;
    color: #3b8dbf;
}

.main-menu > li:hover .dropdown > a,
.main-menu > li:hover > a {
    border-bottom: 3px solid #3fa7e0;
    color: #3b8dbf;
}

.dropdown {
    position: relative;
}

.dropdown:hover > li a, .dropdown-content > li:hover a {
    color: #3b8dbf;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.bg-container, .bg-container-v2 {
    position:relative;
}

.bg-container:before {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     width: 50%;
     right: 50%;
     z-index: -1;
     background-color: #eceff4;
     border-top: 1px solid #daddeb;
     border-bottom: 1px solid #daddeb;
 }

.bg-container:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    left: 50%;
    z-index: -1;
    background-color: #f7f9fb;
    border-top: 1px solid #f0f1f7;
    border-bottom: 1px solid #f0f1f7;
}

.bg-container-v2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    right: 50%;
    z-index: -1;
    background-color: #f7f9fb;
}

.bg-container-v2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    left: 50%;
    z-index: -1;
    background-color: #eceff4;
}

.bg-gray-dark {
    background-color: #eceff4;
}

.bg-gray-light {
    background-color: #f7f9fb;
}

.bg-gray-dark.block-border {
    border: 1px solid #daddeb;
    border-right: 2px solid #daddeb;
    border-left: none;
}

.bg-gray-light.block-border {
    border-top: 1px solid #f0f1f7;
    border-bottom: 1px solid #f0f1f7;
}

.section-search {
    padding: 22px 0 15px 0;
}

.search-block {
    position:relative
}

.search-field {
    padding: 6px 35px 6px 20px;
    outline: none;
    border: 1px solid #a5aec4;
    border-radius: 20px;
    line-height: 1;
    width: 100%;
    background: #fff;
}

.btn-search {
    background: url(../img/icons/icon-search.png) no-repeat;
    cursor: pointer;
    position: absolute;
    top: 6px;
    bottom: 0;
    right: 10px;
    padding: 0;
    width: 20px;
    border: none;
}

.btn-search:focus {
    outline: none;
}

.flex-news, .flex-material {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.flex-news {
    margin-bottom: 20px;
}

.title-section {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #04b4d3;
}

.title-section span {
    font-size: 18px;
}

.body-news {
    padding: 0 14px;
}

.box-news {
    width: 100%;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    border-left: 6px solid #3fa7e0;
    -webkit-box-shadow: 0 2px 35px -14px rgba(50, 50, 50, 0.9);
    -moz-box-shadow:    0 2px 35px -14px rgba(50, 50, 50, 0.9);
    box-shadow:         0 2px 35px -14px rgba(50, 50, 50, 0.9);
}

.image-news {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.image-news img {
    width: 100%;
}

.title-news {
    padding: 15px 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.section-news .title-news {
    border-bottom: 1px solid #c4ccd9;
}

.more-info-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    font-size: 12px;
}

.date-news {
    color: #929eb6;
}

.readmore {
    color: #3fa7e0;
}

.body-news .readmore, .box-material .readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

.body-news .readmore:after, .box-material .readmore:after {
    content: "";
    display: block;
    margin-left: 10px;
    width: 26px;
    height: 26px;
    background: url(../img/icons/icon-arrow.png) no-repeat;
}

.section-articles {
    padding-top: 68px;
}

.body-article {
    padding: 18px 0;
    border-bottom: 1px solid #daddeb;
}

.title-article {
    font-weight: bold;
    padding-right: 65px;
}

.text-article, .text-material {
    padding: 18px 0;
}

.all-news {
    padding: 40px 0 47px 0;
}

.all-news a {
    padding: 8px 13px;
    color: #2d334b;
    border: 2px solid #3fa7e0;
    border-radius: 5px;
}

.all-articles  {
   padding: 45px 0;
}

.all-articles .readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.all-articles .readmore:before {
    content: "";
    width: 32px;
    height: 32px;
    margin-right: 13px;
    background: url(../img/icons/icon-ellipsis.png) no-repeat;
}

.block-materials {
    padding: 60px 0 45px 0;
    background-color: #fff;
    background-image:  url("../img/bg/main-bg1.png"), url("../img/bg/main-bg2.png");
    background-position: top left, bottom right;
    background-repeat: no-repeat;
}

.block-materials .title-section {
    margin-bottom: 30px;
}

.flex-material {
    margin-bottom: 30px;
}

.box-material {
    background-color: #fff;
    border: 1px solid #daddeb;
    border-radius: 5px;
    padding: 22px;
}

.title-material {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    position: relative;
}

.title-material:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 18px;
    height: 27px;
    background: url(../img/icons/icon-book.png) no-repeat;
}

.box-material .readmore {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.img-text {
    transform: translateX(3px) translateY(3px);
}

.auth-about {
    margin-right: 40px;
}

.auth-user {
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.auth-user:before {
    content: "";
    display: block;
    min-width: 32px;
    width: 32px;
    height: 32px;
    margin-right: 15px;
    border-radius: 50%;
    background: #3fa7e0 url(../img/icons/icon-user.png) no-repeat center;
}

.auth-user, .auth-user a{
    color: #daddeb;
}

.auth-user .user-name {
    font-size: 17px;
    font-family: 'PfdindisplayproMedium';
}

.but_exit {
    float: right;
    background: url(/img/icons/icon-exit.png) no-repeat center;
    width: 22px;
    height: 24px;
    font-size: 0;
    cursor: pointer;
    border: none;
}

.tooltips {
    position: relative;
}

.error-form-header {
    display: block;
    background-color: rgba(228, 49, 49, .9);
    border-radius: 15px;
    color: #fff;
    padding: 10px 20px;
    top: 100%;
    position: absolute;
    transform: translateX(-50px) translateY(30px);
    z-index: 1;
}

.error-form-header:before {
    content: "";
    border: 13px solid transparent;
    position: absolute;
    border-bottom: 15px solid rgba(228, 49, 49, .9);
    display: block;
    width: 0;
    height: 0;
    bottom: 100%;
}

.block-all-news {
    padding-bottom: 20px;
}

.block-all-news .news {
    background: #fff;
    padding: 10px;
    box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, .5);
}

.img-news {
    overflow: hidden;
}

.img-news img {
    width: 100%;
}

.article {
    padding: 20px 10px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, .5);
}

.pagination-list {
    margin: 20px 0;
}

.pagination-list a {
    color: #2d334b;
    display: block;
    padding: 8px 16px;
}

.pagination-list li:hover {
    background: rgba(165, 174, 196, .3);
}

.pagination-list .active,
.pagination-list .active:hover {
    background: #3fa7e0;
}

.block-form-field, .block-form-field_v2 {
    margin-bottom: 30px;
    position: relative;
}

.block-form-field input,
.block-form-field textarea,
.block-form-field select,
.block-form-field_v2 input,
.block-form-field_v2 textarea,
.block-form-field_v2 select {
    background: #fff;
    border: 1px solid #daddeb;
    border-radius: 5px;
}

.block-form-field input,
.block-form-field textarea,
.block-form-field select {
    padding: 17px 15px 10px;
}

.block-form-field_v2 input,
.block-form-field_v2 textarea,
.block-form-field_v2 select {
    margin-top: 15px;
    padding: 10px 15px;
}

.block-form-field .label-field {
    position: absolute;
    top: 16px;
    left: 11px;
    color: #6c757d;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.block-form-field_v2 .label-field {
    display: block;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.block-form-field input:focus + .label-field,
.block-form-field textarea:focus + .label-field,
.block-form-field textarea:valid + .label-field,
.block-form-field input:valid + .label-field {
    top: 3px;
    font-size: 12px;
    color: #3fa7e0;
}

.block-form-field_v2 input:focus + .label-field,
.block-form-field_v2 textarea:focus + .label-field,
.block-form-field_v2 textarea:valid + .label-field,
.block-form-field_v2 select:focus + .label-field {
    color: #3fa7e0;
}

.btn-send-form {
    margin: 20px auto;
    padding: 8px 13px;
    border: 2px solid #3fa7e0;
    border-radius: 5px;
    color: #2d334b;
    cursor: pointer;
    width: 30%;
    min-width: 200px;
    background: transparent;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-send-form:hover {
    background: #3fa7e0;
    color: #fff;
}

.block-form-check {
    margin-bottom: 5px;
}

div.dataTables_wrapper div.dataTables_length select {
    padding-right: 15px;
    width: 40%;
}

.block-form-check input {
    display: inline;
    width: auto;
}

.block-form-check label {
    display: inline;
}

.link-file {
    color: #3b8dbf;
}

.link-file:hover {
    color: #3b8dbf;
    text-decoration: underline;
}

.link-faq {
    display: block;
    cursor: pointer;
}

