@charset "UTF-8";

h1,
.h1 {
    font-size: 28px;
    font-weight: bold;
    color: #292929;
    margin-bottom: 30px;
}

h2,
.h2 {
    font-size: 24px;
    color: #292929;
    margin-bottom: 30px;
}

h3,
.h3 {
    font-size: 20px;
    color: #292929;
    margin-bottom: 30px;
}

h4,
.h4 {
    font-size: 16px;
    color: #292929;
    margin-bottom: 30px;
}

h5,
.h5 {
    font-size: 12px;
    color: #292929;
    margin-bottom: 30px;
}

h6,
.h6 {
    font-size: 12px;
    color: #292929;
    margin-bottom: 30px;
}

b,
strong {
    font-weight: bold;
}

a {
    color: #456cac;
    text-decoration: none;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

a:hover {
    color: #000;
}

a.link-anchor {
    font-size: 12px;
    border-bottom: 1px dashed #456cac;
}

a.link-anchor:hover {
    border-bottom: 1px dashed #fff;
}

p {
    padding-bottom: 20px;
}

hr {
    display: block;
    border: none;
    background: #286cae;
    height: 4px;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    margin-bottom: 30px;
}

em {
    font-style: italic;
}

div.no-results {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 40px;
}

div.no-results p {
    padding-bottom: 0;
}

.big-text {
    font-size: 18px;
}

.row-title span {
    color: #456cac;
}

.row-title span.grey {
    color: #7d7d7d;
}

span.ruble {
    font-family: "RurArial";
    font-weight: bold;
}

span.border {
    border: 1px solid #ccc;
    padding: 4px 10px;
}

ul.ul-def {
    padding-bottom: 20px;
}

ul.ul-def li {
    position: relative;
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
}

ul.ul-def li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #616161;
}

ul.ul-def ul.ul-def {
    padding-left: 30px;
}

ul.ul-def ul.ul-def li:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #bababa;
}

ul.ul-ixon {
    padding-bottom: 20px;
}

ul.ul-ixon li {
    position: relative;
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
}

ul.ul-ixon li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #2c6eac;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.text-center {
    text-align: center;
}

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

table tr td {
    border-bottom: 1px solid #f3f3f3;
    padding: 16px 20px 16px 0;
    vertical-align: middle;
}

table tr td:last-child {
    padding: 16px 0 16px 0;
}

table tr td p:last-child {
    padding-bottom: 0;
}

table tr td:first-child {
    font-weight: bold;
}

table tr:last-child td {
    border-bottom: none;
}

a.link-outside {
    position: relative;
}

a.link-outside:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    right: -14px;
    top: -4px;
    background: url("../images/icons/arrow-outside.svg") center no-repeat;
}

.message-result {
    display: block;
}

.message-result div {
    padding: 20px 20px 20px 60px;
    position: relative;
    border-radius: 5px;
}

.message-result .success {
    background: #276cae;
    color: #fff;
}

.message-result .success .img-svg {
    position: absolute;
    width: 32px;
    left: 20px;
    top: 50%;
    margin-top: -14px;
    padding: 0;
}

.message-result .success p {
    padding-bottom: 0;
}

.text-help-small {
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
}

.text-help-small h3 {
    font-size: 16px;
}

.text-help-small p {
    font-size: 12px;
}