/*fonts*/
@font-face {
    font-family: verdana; /* Имя шрифта */
    src: url(../fonts/verdana.ttf),
    url('../fonts/verdana.eot'),
    url('../fonts/verdana.eot?#iefix') format('embedded-opentype'),
    url('../fonts/verdana.woff') format('woff'),
    url('../fonts/verdana.ttf') format('truetype');
}
@font-face {
    font-family: verdana;
    src: url(../fonts/verdanab.ttf),
    url('../fonts/verdanab.eot'),
    url('../fonts/verdanab.eot?#iefix') format('embedded-opentype'),
    url('../fonts/verdanab.woff') format('woff'),
    url('../fonts/verdanab.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: verdana;
    src: url(../fonts/verdanai.ttf),
    url('../fonts/verdanai.eot'),
    url('../fonts/verdanai.eot?#iefix') format('embedded-opentype'),
    url('../fonts/verdanai.woff') format('woff'),
    url('../fonts/verdanai.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: segou_bold;
    src: url(../fonts/segou_bold.ttf),
    url('../fonts/segou_bold.eot'),
    url('../fonts/segou_bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/segou_bold.woff') format('woff'),
    url('../fonts/segou_bold.ttf') format('truetype');
}

/*icons*/
.icon-general {
    position: absolute;
    line-height: 1;
    margin-top: 4px;
    margin-left: -22px;
}
.icon-menu{
    background: url('../img/icons/menu_icon.png') no-repeat;
    height: 12px;
    width: 12px;
}
.icon-arrow {
    background: url('../img/icons/arrod_default.png')  no-repeat;;
    height: 8px;
    width: 5px;
    -moz-transition: -moz-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
}
.icon-arrow.toggle {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.icon-logo {
    background: url('../img/icons/logo.png')  no-repeat;
    height: 26px;
    width: 40px;
    margin-top: 6px;
    margin-left: -50px;
    position: absolute;
}

.icon-exlink{
    background: url('../img/icons/exlink.png') no-repeat;
    height: 15px;
    width: 15px;
    margin-left: 10px;
    position: absolute;
}

.breadcrumbs-item::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    transform: rotate(45deg);
    margin-right: 0.5em;
    position: absolute;
    margin-top: -3.5px;
}

.icon-img-download{
    cursor: pointer;
    background: #458894 url("../img/icons/icon_download.png") no-repeat scroll 23px 20px;
    height: 14px;
    width: 10px;
    margin-top: 0px;
    margin-left: -56px;
    position: absolute;
    background-color: #458894;
    padding: 23px;
}
.icon-img-download:hover {
    background-color: #F36F56;
}
/*links*/
.link {
    color: #458894;
    text-decoration: none;
    cursor: pointer;
}
.link.active {
    color:#777683;
}
.link.active:hover {
    text-decoration: none;
    cursor: pointer;
    color:#777683;
}

.link:hover {
    text-decoration: underline;
    color:#458894;
}

.link-grey {
    color: #888795;
    text-decoration: none;
    cursor: pointer;
}
.link-grey:hover{
    text-decoration: none;
    cursor: pointer;
    color: #333366;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
    padding-left: 10px;
}

.pagination>li.active a{
    color: #333366;
}

/* general styles */
.content {
    font-size: 15px;
    color: #49475A;
}
.content p {
    margin-bottom: 20px;
}
.content b {
    font-weight: bold;
}
.content a {
    cursor: pointer;
    color:#458894;
    text-decoration: underline;
}
.content a:hover {
    color: #F36F56;
}

.content ul {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
    margin-left: 18px;
    list-style: square outside;
    line-height: 1.9;
}

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


.content table td {
    padding: 12px !important;
    border: 1px solid #ddd;
    vertical-align: top;
}
.content h1, h2, h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
}

.content  h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

.content h1 {
    font-weight: normal;
    font-size: 22px;
}

.content h2 {
    font-weight: normal;
    font-size: 20px;
}

.content h3 {
    font-weight: normal;
    font-size: 18px;
}

.content blockquote {
    margin-left: 20px !important;
    color: #777;
    font-style: italic !important;
    margin-bottom: 10px !important;
    border: none;
    background: none !important;
    box-shadow: none !important;
    padding: 10px 20px;
    border-left: 3px solid #eee;
    font-size: 14px;
}

.content img {
    max-width: 100%;
}

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