.test {
    background: green;   
    width: 95px;
    height: 55px;
}

.validate-errors {
    font-size: .75rem;
    color: #FF0000;
}

.modal__subtitle {
    font-size: 14px;
    text-align: left;
    margin: 0;
    letter-spacing: inherit;
}

.modal__text {
    letter-spacing: inherit;
    text-align: left;
    font-size: 12px;
    color: #00284D;
    margin: 0;
    margin-bottom: 15px;
    line-height: 16px;
}

.select-items div {
    text-align: left !important;
}

ol.breadcrumbs li {
    margin-bottom: 0;
}

ol.breadcrumbs li::before {
    display: none;
}

.breadcrumbs__link a {
    font-size: 13px;
    color: #6c6c6c;
}

ol.breadcrumbs a:hover {
    color: #ff9300;
}

ol.breadcrumbs li:last-child:hover,
ol.breadcrumbs li:last-child a:hover {
    color: #6c6c6c;
}

/* .main {
    margin-top: 20px;
} */

.ancontacts-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 30px;
}

.ancontacts-menu:after {
    position: absolute;
    content: '';
    bottom: -11px;
    height: 4px;
    background-color: #0D5EA9;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.ancontacts-menu[data-contactsMenuActive="GI"]:after {
    left: 0;
    width: 140px;
}

.ancontacts-menu[data-contactsMenuActive="MD"]:after {
    left: 170px;
    width: 147px;
}

.ancontacts-menu:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #E6F1FB;
    bottom: -11px;
    left: 0;
}

.ancontacts-menu__item {
    cursor: pointer;
    font-size: 14px;
    color: #6C6C6C;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-right: 30px;
}

.ancontacts-menu__item:last-of-type {
    margin-right: 0;
}

.ancontacts-menu__item[data-contactsMenuActive="true"] {
    color: #00284D;
}

.ancontacts__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ancontacts-left {
    width: 30%;
}

.ancontacts-left__item {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    width: 100%;
    height: 35px;
    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;
    align-items: center;
    font-size: 14px;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #00284D;
    color: #00284D;
    margin-bottom: 10px;
}

.ancontacts-left__item:last-of-type {
    margin-bottom: 0;
}

.ancontacts-left__item[data-contactsActive="true"] {
    background: #0D5EA9;
    color: #ffffff;
    border-color: #0D5EA9;
}

.ancontacts-right {
    width: 68%;
    display: none;
}

.ancontacts-right[data-right-contactsActive="true"] {
    display: block;
}

.ancontacts-right__map {
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 310px;
    cursor: pointer;
    margin-bottom: 40px;
}

.ancontacts-right__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ancontacts-right__info {
    width: 48%;
    margin-bottom: 30px;
}

.ancontacts-right__info:last-child {
    margin-bottom: 0;
}

[data-contactsBlockActive="false"] {
    display: none;
}

.ancontactsGI-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ancontactsGI-block__wrap {
    width: 45%;
}

.ancontactsGI-title {
    font-size: 20px;
    color: #00284D;
    margin: 0;
    margin-bottom: 20px;
}

.ancontactsGI-block__descr {
    font-size: 14px;
    font-weight: bold;
    color: #FF9300;
    display: block;
    margin-bottom: 20px;
}

.ancontactsGI-block__item {
    margin-bottom: 20px;
}

.ancontactsGI-block__item * {
    display: block;
    color: #00284D;
    font-size: 14px;
}

.ancontactsGI-block__name {
    font-weight: bold;
}

.ancontactsGI-block__item:last-child {
    margin-bottom: 0;
}

.ancontacts-right__info .contacts__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contacts__item-description_bold {
    font-weight: bold;
}

.ancontacts-right__info .contancts__mail {
    display: block;
    margin-bottom: 5px;
}

.icChev {
    display: none;
}

.ancontacts-right--mobile {
    display: none;
    border-left: 1px solid #00284D;
    border-right: 1px solid #00284D;
    border-bottom: 1px solid #00284D;
    border-radius: 3px;
    margin-bottom: 10px;
    padding-bottom: 50px;
    position: relative;
}

.ancontacts-right__close {
    position: absolute;
    content: '';
    right: 10px;
    bottom: 15px;
    background-image: url('../images/chev.svg');
    -webkit-background-size: cover;
    background-size: cover;
    width: 10px;
    height: 5px;
}

.ancontacts-left__wrap {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.new__description img {
    width: 100%;
}

.anprint {
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 1400px) {
    .ancontacts-right__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ancontacts-right__info {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .ancontacts-right__block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .ancontacts-right__info {
        width: 48%;
    }
}

@media (max-width: 1100px) {
    .ancontacts-right__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ancontacts-right__info {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .ancontacts-left__item:hover {
        background: #0D5EA9;
        border-color: #0D5EA9;
        color: #ffffff;
    }
}

@media (max-width: 900px) {
    .ancontacts__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ancontacts-left {
        width: 100%;
    }

    .ancontacts-right {
        width: 100%;
    }

    .ancontacts-left__item {
        position: relative;
    }

    .icChev {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 11.38px;
        height: 5px;
        color: #00284D;
        fill: transparent;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .ancontacts-left__item[data-contactsActive="true"] .icChev {
        color: #ffffff;
        -webkit-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%);
    }

    .ancontacts-right {
        display: none;
    }

    [data-contactsActive="true"] {
        margin-bottom: 0;
    }

    .ancontacts-right__block {
        padding-left: 30px;
        padding-right: 15px;
    }

    .ancontactsGI-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ancontactsGI-block__wrap {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .ancontacts-right__map {
        height: 230px;
    }
}

@media (max-width: 400px) {
    .ancontacts-right__map {
        height: 142px;
    }

    .ancontacts-right__block {
        padding-left: 15px;
    }

    .ancontacts-menu__item {
        font-size: 12px;
    }
}

/* текст в модалке "подать документы онлайн" */
.modal__text {
    width: 100%;
    margin-bottom: 5px
}

.ps-form {
    width: 100%;
}

.ps-form input {
    width: 100%;
    padding: .75rem 1.25rem;
    margin-bottom: 0.75rem;
}

.ps-form .btn {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.tariffs-page table {
    border: 1px solid #000;
    border-collapse: collapse;
}

.tariffs-page tr,
.tariffs-page td {
    border: 1px solid #ccc;
}

.tariffs-page tr:first-child td {
    background-color: #dfeefc;
    font-weight: 400;
    color: #000000;
}

.tariffs-page td:first-child {
    background-color: #ffffff;
    color: #00284d;
    font-weight: 700;
}

.tariffs-page td {
    padding: 10px 10px;
}

.tariffs-page__text {
    margin-bottom: 24px;
}

@media screen and (max-width: 1550px) {
    .tariffs-page__table-wrap {
        overflow-x: auto;
    }

    .tariffs-page__table-wrap table {
        min-width: 1200px;
        /* overflow: scroll; */
    }
}
