@font-face {
    font-family: "Helvetica Neue LT Pro Condensed";
    src: url(../assets/fonts/helvetica-neue.ttf) format("truetype"),
        url(../assets/fonts/helvetica-neue.eot) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}

/*reset original styles*/

header .navigation nav::after {
    display: none;
}

header nav {
    background: none;
}

header .p-0 {
    padding: 0 !important;
}
header .bg-white {
    background-color: #fff;
}
header .w-auto {
    width: auto !important;
}

/* ------------------------- */
/*   7. NEW HEADER FOOTER    */
/* ------------------------- */
/*
-  Buttons
*/

.btn{
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

.btn-primary{
    background-color: #1c2f67;
    border: none;
    border-radius: 2px;
    color: #fff;
    box-shadow: none;
}

header .btn,
.info-line .btn,
.new-modal.modal .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 12px 24px;
    font-size: calc(14px + 2px);
    line-height: 1.3;
    letter-spacing: 0.5px;
    font-family: "Arial", sans-serif;
    text-transform: none;
    cursor: pointer;
}

header .btn--primary,
.info-line .btn--primary,
.new-modal.modal .btn--primary {
    background-color: #1c2f67;
    border: none;
    border-radius: 2px;
    color: #fff;
    box-shadow: none;
}

header .btn--primary:hover,
.info-line .btn--primary:hover,
.new-modal.modal .btn--primary:hover {
    background-color: #0e1834;
    border: none;
    color: #fff;
    box-shadow: none;
}

header .btn--primary:active,
header .btn--primary:focus,
header .btn--primary:focus:not(:focus-visible),
.info-line .btn--primary:active,
.info-line .btn--primary:focus,
.info-line .btn--primary:focus:not(:focus-visible),
.new-modal.modal .btn--primary:active,
.new-modal.modal .btn--primary:focus,
.new-modal.modal .btn--primary:focus:not(:focus-visible) {
    background-color: #0e1834;
    border: none;
    color: #fff;
    outline: 1px solid #0e1834;
    box-shadow: none;
}

header .btn--primary.disabled,
.info-line .btn--primary.disabled,
.new-modal.modal .btn--primary.disabled {
    opacity: 1;
    background-color: #bbc1d1;
    border: none;
    color: #fff;
    box-shadow: none;
}

header .btn--primary .btn__icon,
.info-line .btn--primary .btn__icon,
.new-modal.modal .btn--primary .btn__icon {
    font-size: 20px;
}

header .btn--secondary,
.info-line .btn--secondary,
.new-modal.modal .btn--secondary {
    background-color: #df0032;
    border: none;
    border-radius: 2px;
    color: #fff;
    box-shadow: none;
}

header .btn--secondary:hover,
.info-line .btn--secondary:hover,
.new-modal.modal .btn--secondary:hover {
    background-color: #a01e2a;
    border: none;
    color: #fff;
    box-shadow: none;
}

header .btn--secondary:active,
header .btn--secondary:focus,
header .btn--secondary:focus:not(:focus-visible),
.info-line .btn--secondary:active,
.info-line .btn--secondary:focus,
.info-line .btn--secondary:focus:not(:focus-visible),
.new-modal.modal .btn--secondary:active,
.new-modal.modal .btn--secondary:focus,
.new-modal.modal .btn--secondary:focus:not(:focus-visible) {
    background-color: #a01e2a;
    border: none;
    color: #fff;
    outline: 1px solid #a01e2a;
    box-shadow: none;
}

header .btn--secondary.disabled,
.info-line .btn--secondary.disabled,
.new-modal.modal .btn--secondary.disabled {
    opacity: 1;
    background-color: #f29fa7;
    border: none;
    color: #fff;
    box-shadow: none;
}

header .btn--secondary .btn__icon,
.info-line .btn--secondary .btn__icon,
.new-modal.modal .btn--secondary .btn__icon {
    font-size: 20px;
}

header .btn--secondary-outline,
.info-line .btn--secondary-outline,
.new-modal.modal .btn--secondary-outline {
    background-color: #fff;
    border: 1px solid #c92434;
    border-radius: 2px;
    color: #c92434;
    box-shadow: none;
}

header .btn--secondary-outline:hover,
.info-line .btn--secondary-outline:hover,
.new-modal.modal .btn--secondary-outline:hover {
    background-color: #fff;
    border: 1px solid #a01e2a;
    color: #a01e2a;
    box-shadow: none;
}

header .btn--secondary-outline:active,
header .btn--secondary-outline:focus,
header .btn--secondary-outline:focus:not(:focus-visible),
.info-line .btn--secondary-outline:active,
.info-line .btn--secondary-outline:focus,
.info-line .btn--secondary-outline:focus:not(:focus-visible),
.new-modal.modal .btn--secondary-outline:active,
.new-modal.modal .btn--secondary-outline:focus,
.new-modal.modal .btn--secondary-outline:focus:not(:focus-visible) {
    background-color: #fff;
    border: 1px solid #a01e2a;
    color: #a01e2a;
    outline: 1px solid #a01e2a;
    box-shadow: none;
}

header .btn--secondary-outline.disabled,
.info-line .btn--secondary-outline.disabled,
.new-modal.modal .btn--secondary-outline.disabled {
    opacity: 1;
    background-color: #fff;
    border: 1px solid #f29fa7;
    color: #f29fa7;
    box-shadow: none;
}

header .btn--secondary-outline .btn__icon,
.info-line .btn--secondary-outline .btn__icon,
.new-modal.modal .btn--secondary-outline .btn__icon {
    font-size: 20px;
}

header .btn--tertiary,
.info-line .btn--tertiary,
.new-modal.modal .btn--tertiary {
    background-color: white;
    border: none;
    border-radius: 2px;
    color: #1c2f67;
    box-shadow: none;
}

header .btn--tertiary:hover,
.info-line .btn--tertiary:hover,
.new-modal.modal .btn--tertiary:hover {
    background-color: #bbc1d1;
    border: none;
    color: #1c2f67;
    box-shadow: none;
}

header .btn--tertiary:active,
header .btn--tertiary:focus,
header .btn--tertiary:focus:not(:focus-visible),
.info-line .btn--tertiary:active,
.info-line .btn--tertiary:focus,
.info-line .btn--tertiary:focus:not(:focus-visible),
.new-modal.modal .btn--tertiary:active,
.new-modal.modal .btn--tertiary:focus,
.new-modal.modal .btn--tertiary:focus:not(:focus-visible) {
    background-color: #bbc1d1;
    border: none;
    color: #1c2f67;
    outline: 1px solid #bbc1d1;
    box-shadow: none;
}

header .btn--tertiary.disabled,
.info-line .btn--tertiary.disabled,
.new-modal.modal .btn--tertiary.disabled {
    opacity: 1;
    background-color: #f2f2f2;
    border: none;
    color: #1c2f67;
    box-shadow: none;
}

header .btn--tertiary .btn__icon,
.info-line .btn--tertiary .btn__icon,
.new-modal.modal .btn--tertiary .btn__icon {
    font-size: 20px;
}

header .btn--text,
.info-line .btn--text,
.new-modal.modal .btn--text {
    background-color: transparent;
    border: none;
    border-radius: 2px;
    color: #1c2f67;
    box-shadow: none;
}

header .btn--text:hover,
.info-line .btn--text:hover,
.new-modal.modal .btn--text:hover {
    background-color: transparent;
    border: none;
    color: #0e1834;
    box-shadow: none;
}

header .btn--text:active,
header .btn--text:focus,
header .btn--text:focus:not(:focus-visible),
.info-line .btn--text:active,
.info-line .btn--text:focus,
.info-line .btn--text:focus:not(:focus-visible),
.new-modal.modal .btn--text:active,
.new-modal.modal .btn--text:focus,
.new-modal.modal .btn--text:focus:not(:focus-visible) {
    background-color: transparent;
    border: none;
    color: #0e1834;
    outline: 1px solid #e8eaf0;
    box-shadow: none;
}

header .btn--text.disabled,
.info-line .btn--text.disabled,
.new-modal.modal .btn--text.disabled {
    opacity: 1;
    background-color: transparent;
    border: none;
    color: #bbc1d1;
    box-shadow: none;
}

header .btn--text .btn__icon,
.info-line .btn--text .btn__icon,
.new-modal.modal .btn--text .btn__icon {
    font-size: 20px;
}

header .btn--icon,
.info-line .btn--icon,
.new-modal.modal .btn--icon,
.new-modal.modal.old-d  .btn--icon:hover{
    background-color: transparent;
    border: none;
    border-radius: 2px;
    color: #838993;
    box-shadow: none;
}

header .btn--icon:hover,
.info-line .btn--icon:hover,
.new-modal.modal .btn--icon:hover,
.new-modal.modal.old-d  .btn--icon{
    background-color: transparent;
    border: none;
    color: #1c2f67;
    box-shadow: none;
}
.new-modal.modal.old-d .btn--icon{
    position: relative;
    top: -10px;
    right: 0;
}

header .btn--icon:active,
header .btn--icon:focus,
header .btn--icon:focus:not(:focus-visible),
.info-line .btn--icon:active,
.info-line .btn--icon:focus,
.info-line .btn--icon:focus:not(:focus-visible),
.new-modal.modal .btn--icon:active,
.new-modal.modal .btn--icon:focus,
.new-modal.modal .btn--icon:focus:not(:focus-visible) {
    background-color: transparent;
    border: none;
    color: #1c2f67;
    outline: 1px solid #1c2f67;
    box-shadow: none;
}

header .btn--icon.disabled,
.info-line .btn--icon.disabled,
.new-modal.modal .btn--icon.disabled {
    opacity: 1;
    background-color: transparent;
    border: none;
    color: #dadcdf;
    box-shadow: none;
}

header .btn--icon .btn__icon,
.info-line .btn--icon .btn__icon,
.new-modal.modal .btn--icon .btn__icon {
    font-size: 20px;
}

header .btn,
.info-line .btn,
.new-modal.modal .btn {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1;
}

@media (max-width: 767px) {

    header .btn,

    .info-line .btn,
    .new-modal.modal .btn {
        width: 100%;
    }
}

header .btn--lg,
.info-line .btn--lg,
.new-modal.modal .btn--lg {
    font-size: 1rem;
    line-height: 1.1;
}

header .btn--text-small-icon .btn__icon,
.info-line .btn--text-small-icon .btn__icon,
.new-modal.modal .btn--text-small-icon .btn__icon {
    font-size: 1.25rem;
    margin-left: 4px;
}

header .btn--text:hover .btn__text,
header .btn--text:focus .btn__text,
.info-line .btn--text:hover .btn__text,
.info-line .btn--text:focus .btn__text,
.new-modal.modal .btn--text:hover .btn__text,
.new-modal.modal .btn--text:focus .btn__text {
    text-decoration: underline;
}

header .btn--compact,
.info-line .btn--compact,
.new-modal.modal .btn--compact {
    width: auto;
    color: #3b5cbe;
    padding: 2px 0;
}

header .btn--compact:hover,
header .btn--compact:focus,
.info-line .btn--compact:hover,
.info-line .btn--compact:focus,
.new-modal.modal .btn--compact:hover,
.new-modal.modal .btn--compact:focus {
    color: #3b5cbe;
}

header .btn--after-headline,
.info-line .btn--after-headline,
.new-modal.modal .btn--after-headline {
    margin-bottom: 24px;
}

@media (min-width: 768px) {

    header .btn--after-headline,

    .info-line .btn--after-headline,
    .new-modal.modal .btn--after-headline {
        margin-bottom: 32px;
    }
}

header .btn--label,
.info-line .btn--label,
.new-modal.modal .btn--label {
    cursor: default;
}

header .btn--logged,
.info-line .btn--logged,
.new-modal.modal .btn--logged {
    border: none;
    position: relative;
    border-radius: 2px;
    height: 50px;
    font-weight: 400;
    background-color: #15234d;
}


@media (min-width: 767px) {
    .navigation-box__btn.btn--logged{
        width: 195px;
		padding:10px;
    }
    .navigation-box__btn.btn--logged .logged-user{
        width:135px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
        pointer-events: none;
    }
}

header .btn.user-toggle--open,
.info-line .btn.user-toggle--open,
.new-modal.modal .btn.user-toggle--open {
    outline: none;
    background-color: #a01e2a;
}

header .btn.user-toggle--open:hover,
header .btn.user-toggle--open:focus,
.info-line .btn.user-toggle--open:hover,
.info-line .btn.user-toggle--open:focus,
.new-modal.modal .btn.user-toggle--open:hover,
.new-modal.modal .btn.user-toggle--open:focus {
    background-color: #a01e2a;
}

header .btn-group,
.info-line .btn-group,
.new-modal.modal .btn-group {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

@media (min-width: 768px) {

    header .btn-group,
    .info-line .btn-group,
    .new-modal.modal .btn-group {
        margin-bottom: 40px;
    }
}

header .btn-group .btn,
.info-line .btn-group .btn,
.new-modal.modal .btn-group .btn {
    margin-bottom: 10px;
}

@media (min-width: 768px) {

    header .btn-group .btn,
    .info-line .btn-group .btn,
    .new-modal.modal .btn-group .btn {
        margin-bottom: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {

    header .btn-group--more .btn:nth-child(n+5),
    .info-line .btn-group--more .btn:nth-child(n+5),
    .new-modal.modal .btn-group--more .btn:nth-child(n+5) {
        display: none;
    }
}

@media (max-width: 767px) {

    header .btn-group--more-less .btn:nth-child(n+5),
    .info-line .btn-group--more-less .btn:nth-child(n+5),
    .new-modal.modal .btn-group--more-less .btn:nth-child(n+5) {
        display: flex;
    }
}

header .btn-group__more,
.info-line .btn-group__more,
.new-modal.modal .btn-group__more {
    width: 100%;
}

header .btn-group__more .btn-group__more-less,
.info-line .btn-group__more .btn-group__more-less,
.new-modal.modal .btn-group__more .btn-group__more-less {
    display: none;
}

@media (min-width: 768px) {

    header .btn-group__more,
    .info-line .btn-group__more,
    .new-modal.modal .btn-group__more {
        display: none;
    }
}

.btn-group--more-less header .btn-group__more .btn-group__more-less,
.btn-group--more-less .info-line .btn-group__more .btn-group__more-less,
.btn-group--more-less .new-modal.modal .btn-group__more .btn-group__more-less {
    display: inline-flex;
}

.btn-group--more-less header .btn-group__more .btn-group__more-more,
.btn-group--more-less .info-line .btn-group__more .btn-group__more-more,
.btn-group--more-less .new-modal.modal .btn-group__more .btn-group__more-more {
    display: none;
}

header .btn-group,
.info-line .btn-group,
.new-modal.modal .btn-group {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

@media (min-width: 768px) {

    header .btn-group,
    .info-line .btn-group,
    .new-modal.modal .btn-group {
        margin-bottom: 40px;
    }
}

header .btn-group .btn,
.info-line .btn-group .btn,
.new-modal.modal .btn-group .btn {
    margin-bottom: 10px;
}

@media (min-width: 768px) {

    header .btn-group .btn,
    .info-line .btn-group .btn,
    .new-modal.modal .btn-group .btn {
        margin-bottom: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {

    header .btn-group--more .btn:nth-child(n+5),
    .info-line .btn-group--more .btn:nth-child(n+5),
    .new-modal.modal .btn-group--more .btn:nth-child(n+5) {
        display: none;
    }
}

@media (max-width: 767px) {

    header .btn-group--more-less .btn:nth-child(n+5),
    .info-line .btn-group--more-less .btn:nth-child(n+5),
    .new-modal.modal .btn-group--more-less .btn:nth-child(n+5) {
        display: flex;
    }
}

header .btn-group__more,
.info-line .btn-group__more,
.new-modal.modal .btn-group__more {
    width: 100%;
}

header .btn-group__more .btn-group__more-less,
.info-line .btn-group__more .btn-group__more-less,
.new-modal.modal .btn-group__more .btn-group__more-less {
    display: none;
}

@media (min-width: 768px) {

    header .btn-group__more,
    .info-line .btn-group__more,
    .new-modal.modal .btn-group__more {
        display: none;
    }
}

.btn-group--more-less header .btn-group__more .btn-group__more-less,
.btn-group--more-less .info-line .btn-group__more .btn-group__more-less,
.btn-group--more-less .new-modal.modal .btn-group__more .btn-group__more-less {
    display: inline-flex;
}

.btn-group--more-less header .btn-group__more .btn-group__more-more,
.btn-group--more-less .info-line .btn-group__more .btn-group__more-more,
.btn-group--more-less .new-modal.modal .btn-group__more .btn-group__more-more {
    display: none;
}

header .container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    header .container {
        max-width: 750px;
    }
}

@media (min-width: 1200px) {
    header .container {
        max-width: 1150px;
    }
}

@media (min-width: 992px) {
    header {
        margin-bottom: 30px;
    }
}

header img {
    margin-bottom: 0;
}

header .header {
    height: 72px;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    header .header {
        position: relative;
        z-index: 100;
        background-color: rgba(28, 47, 103, 0.9);
        height: 38px;
    }
}

.header__nav {
    display: none;
}

@media (min-width: 1200px) {
    .header__nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
}

@media (min-width: 1200px) {

    .header__nav-left,
    .header__nav-right {
        position: relative;
        display: flex;
        padding: 0;
        margin: 0;
        z-index: 1;
        align-items: center;
    }
    .pre-energo{
        .header__nav-right {
            height: 38px;
        }
    }
}

.header__nav-left {
    margin-left: 140px;
}

.pre-energo .header__nav-left{
    margin-left: 0;
}

.header__nav-left>.header__nav-item {
    margin: 0 40px 0 0;
}

.header__nav-right>.header__nav-item {
    margin: 0 0 0 40px;
}

.header__nav-item {
    position: relative;
    font-family: "Arial", serif;
    font-size: calc(0.875rem + 2px);
    font-weight: 500;
    line-height: 38px;
    color: #fff;
    text-decoration: none;
}

.header__nav-item::after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background-color: #fff;
}


.header__nav-item:hover,
.header__nav-item:focus,
.header__nav-item--active {
    font-weight: 400;
    color: #fff;
}

.header__nav-item--fixed:hover {

}
.header__nav-item:hover::after,
.header__nav-item:focus::after,
.header__nav-item--active::after {
    display: block;
}
.header__nav-item--fixed:hover::after {
    display: none;
}

.header__nav-item--search {
    cursor: pointer;
    line-height: 1;
}

.header__nav-item--non-underline:hover,
.header__nav-item--non-underline:focus,
.header__nav-item--non-underline--active {
    color: #7783a8;
}

.header__nav-item--non-underline:hover::after,
.header__nav-item--non-underline:focus::after,
.header__nav-item--non-underline--active::after {
    display: none;
}

.header__icon--hidden {
    display: none;
}

.header-search {
    display: none;
    position: absolute;
    top: 0;
    right: calc(100% - 55px);
}

input[type="text"].header-search__input {
    color: #838993;
    height: 38px;
    width: 365px;
    padding: 0 50px;
    border: none;
    font-size: calc(0.875rem + 2px);
}

.header-search__result-wrapper {
    position: absolute;
    left: 30px;
    display: flex;
    flex-direction: column;
    width: 273.75px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-top: 1px solid #dadcdf;
}

.header-search__result {
    font-size: calc(0.875rem + 2px);
    font-weight: 400;
    line-height: 1rem;
    padding: 10px 0;
    color: #a8acb3;
    text-decoration: none;
}

.header-search__result:hover,
.header-search__result:focus {
    text-decoration: underline;
}

.header-search__result>.header-search__result-match {
    color: #3b5cbe;
}

.header-search__result--all {
    text-align: center;
    font-weight: 600;
    color: #3b5cbe;
}

.header-search__result--all>img {
    padding-left: 10px;
}

.header-search__prefix,
.header-search__afix {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header-search__prefix {
    left: 20px;
}

.header-search__afix {
    right: 20px;
    cursor: pointer;
}

.header-search--open {
    display: block;
}

/*
   -  Footer
   */

footer {
    padding: 0;
    background: none;
}

.footer .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.footer .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
    .footer .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .footer .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

@media (min-width: 992px) {
    .footer .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 992px) {
    .footer .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

footer .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    footer .container {
        max-width: 750px;
    }
}

@media (min-width: 1200px) {
    footer .container {
        max-width: 1150px;
    }
}

.footer {
    background-color: #1c2f67;
    font-size: calc(0.875rem + 2px);
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .footer {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.footer a,
.footer .link {
    text-decoration: none;
}

.footer h3,
.footer .h3 {
    font-family: "Helvetica Neue LT Pro Condensed", sans-serif;
    /*font-weight: 600;*/
    font-size: 30px;
    line-height: 36px
}

@media(min-width: 768px) {

    .footer h3,
    .footer .h3 {
        font-size: 36px;
        line-height: 44px
    }
}

@media(min-width: 1200px) {

    .footer h3,
    .footer .h3 {
        font-size: 40px;
        line-height: 48px
    }
}

.footer h1,
.footer .h1 {
    color: #fff;
}

.footer h2,
.footer .h2 {
    color: #fff;
}

.footer h3,
.footer .h3 {
    color: #fff;
}

.footer h4,
.footer .h4 {
    color: #fff;
}

.footer h5,
.footer .h5 {
    color: #fff;
}

.footer h6,
.footer .h6 {
    color: #fff;
}

.footer .footer-bottom {
    color: #7783a8;
}

.footer .footer-block {
    margin-bottom: 45px;
}

@media (min-width: 1200px) {
    .footer .footer-block {
        margin-bottom: 64px;
    }
}

@media (max-width: 767px) {
    .footer .footer-block--last {
        margin-bottom: 50px;
    }
}

.footer .footer-common-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .footer .footer-common-list {
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .footer .footer-common-list {
        margin-bottom: 0;
    }
}

.footer .footer-common-list__item {
    display: inline;
}

.footer .footer-common-list__item+.footer-common-list__item::before {
    content: '|';
    padding: 0 10px;
}

.footer .footer-common-list__link,
.footer .footer-common-list__link:visited {
    color: #7783a8;
}

.footer .footer-common-list__link:hover,
.footer .footer-common-list__link:focus {
    color: #fff;
    text-decoration: underline;
}

.footer .footer-copyright {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .footer .footer-copyright {
        text-align: right;
    }
}

.footer .footer-title {
    margin-bottom: 1.5rem;
    font-size: calc(1.25rem + 2px);
    line-height: 1.5rem;
    letter-spacing: .5;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .footer .footer-title {
        font-size: calc(1.125rem + 2px);
    }
}

.footer .footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .footer .footer-list--long {
        column-count: 2;
        column-gap: 24px;
    }
}

.footer .footer-list__item {
    margin-bottom: 5px;
}

.footer .footer-list__item:last-child {
    margin-bottom: 0;
}

.footer .footer-list__item {
    line-height: 24px;
}
.footer-list__item--tel {
    margin-bottom: 12px;
}
.footer-list__item--tel div {
    color: #ffffff;
}
@media (min-width: 768px) {
    .footer .footer-list__item {
        line-height: 24px;
    }
}

.footer .footer-list__link,
.footer .footer-list__link:visited {
    color: #fff;
}

.footer .footer-list__link:hover,
.footer .footer-list__link:focus {
    color: #fff;
    text-decoration: underline;
}

.footer .footer-box {
    background-color: #7783a8;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    color: #fff;
    min-height: 110px;
    margin-bottom: 20px;
    padding: 10px 25px;
    display: flex;
    flex-flow: row;
    align-items: center;
}

@media (min-width: 768px) {
    .footer .footer-box {
        flex-flow: column;
        align-items: flex-start;
        padding: 15px;
        margin-bottom: 50px;
        min-height: 150px;
        height: calc(100% - (10px * 5));
    }
}

@media (min-width: 1200px) {
    .footer .footer-box {
        flex-flow: row;
        padding: 20px 15px;
        margin-bottom: 64px;
        min-height: 110px;
        height: calc(100% - (10px * 6.4));
        align-items: center;
    }
}

@media (max-width: 767px) {
    .footer .footer-box--last {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .footer .footer-box--alone {
        min-height: 0;
    }
}

.footer .footer-box__icon-holder {
    display: block;
    overflow: hidden;
    width: 45px;
    height: 45px;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .footer .footer-box__icon-holder {
        margin-right: 0;
        margin-bottom: 15px;
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 1200px) {
    .footer .footer-box__icon-holder {
        width: 45px;
        height: 45px;
        margin-right: 15px;
        margin-bottom: 0;
        align-self: center;
    }
}

.footer .footer-box__icon {
    width: 45px;
    height: auto;
    margin: 0;
}

@media (min-width: 768px) {
    .footer .footer-box__icon {
        width: 40px;
    }
}

@media (min-width: 1200px) {
    .footer .footer-box__icon {
        width: 45px;
    }
}

.footer .footer-box__text {
    display: flex;
    flex-flow: column;
}

@media (min-width: 1200px) {
    .footer .footer-box__text {
        width: calc(100% - 60px);
    }
}

.footer .footer-box .footer-box__text-item {
    margin-bottom: 3.33333333px;
}

.footer .footer-box .footer-box__text-item:last-child {
    margin-bottom: 0;
}

.footer .footer-box__text-item--small {
    font-size: calc(0.75rem + 2px);
    line-height: 1rem;
    letter-spacing: 0.0125rem;
}

@media (min-width: 768px) {
    .footer .footer-box__text-item--small {
        font-size: calc(0.6875rem + 2px);
    }
}

@media (min-width: 1200px) {
    .footer .footer-box__text-item--small {
        font-size: calc(0.75rem + 2px);
    }
}

.footer .footer-box__text-item--big {
    font-family: "Helvetica Neue LT Pro Condensed", serif;
    font-size: calc(1.5rem + 2px);
    line-height: 2rem;
}

@media (min-width: 768px) {
    .footer .footer-box__text-item--big {
        font-size: calc(1.25rem + 2px);
        line-height: 1.625rem;
    }
}

@media (min-width: 1200px) {
    .footer .footer-box__text-item--big {
        font-size: calc(1.5rem + 2px);
        line-height: 2rem;
    }
}

.footer .footer-box .footer-box__img-holder--default,
.footer .footer-box:visited .footer-box__img-holder--default {
    display: block;
}

.footer .footer-box .footer-box__img-holder--hover,
.footer .footer-box:visited .footer-box__img-holder--hover {
    display: none;
}

.footer .footer-box:hover,
.footer .footer-box:focus {
    background-color: #fff;
    color: #1c2f67;
}

.footer .footer-box:hover .footer-box__img-holder--default,
.footer .footer-box:focus .footer-box__img-holder--default {
    display: none;
}

.footer .footer-box:hover .footer-box__img-holder--hover,
.footer .footer-box:focus .footer-box__img-holder--hover {
    display: block;
}

.footer .footer-services {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .footer .footer-services {
        gap: 0 7%;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .footer .footer-services {
        gap: 0;
        margin-bottom: 0;
    }
}

.footer .footer-services__item {
    width: 50%;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .footer .footer-services__item {
        width: auto;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .footer .footer-services__item {
        margin-bottom: 64px;
    }
}

.footer .footer-services__item:nth-child(2n) {
    padding-left: 10%;
}

@media (min-width: 768px) {
    .footer .footer-services__item:nth-child(2n) {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .footer .footer-services__item:last-child {
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .footer .footer-services__item:last-child {
        margin-right: 0;
    }
}

.footer .footer-services__link,
.footer .footer-services__link:visited {
    font-family: "Helvetica Neue LT Pro Condensed", serif;
    font-size: calc(1.5rem + 2px);
    line-height: 2rem;
    color: #7783a8;
}

.footer .footer-services__link:hover,
.footer .footer-services__link:focus {
    color: #fff;
}

.footer .social-icons {
    display: flex;
    flex-flow: row;
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
}

@media (min-width: 768px) {
    .footer .social-icons {
        margin-bottom: 20px;
    }
}

.footer .social-icons__item {
    margin-right: 20px;
}

@media (min-width: 768px) {
    .footer .social-icons__item {
        margin-right: 15px;
    }
}

@media (min-width: 1200px) {
    .footer .social-icons__item {
        margin-right: 20px;
    }
}

.footer .social-icons__item:last-child {
    margin-right: 0;
}

.footer .social-icons__link,
.footer .social-icons__link:visited {
    display: block;
}

.footer .social-icons__link .social-icons__img-holder--default,
.footer .social-icons__link:visited .social-icons__img-holder--default {
    display: block;
}

.footer .social-icons__link .social-icons__img-holder--hover,
.footer .social-icons__link:visited .social-icons__img-holder--hover {
    display: none;
}

.footer .social-icons__link:hover .social-icons__img-holder--default,
.footer .social-icons__link:focus .social-icons__img-holder--default {
    display: none;
}

.footer .social-icons__link:hover .social-icons__img-holder--hover,
.footer .social-icons__link:focus .social-icons__img-holder--hover {
    display: block;
}

.footer .social-icons__img-holder {
    overflow: hidden;
    width: 45px;
    height: 45px;
}

@media (min-width: 768px) {
    .footer .social-icons__img-holder {
        width: 40px;
        height: 45px;
    }
}

@media (min-width: 1200px) {
    .footer .social-icons__img-holder {
        width: 45px;
        height: 45px;
    }
}

.footer .social-icons__img {
    width: 45px;
    height: auto;
    margin: 0;
}

@media (min-width: 768px) {
    .footer .social-icons__img {
        width: 40px;
    }
}

@media (min-width: 1200px) {
    .footer .social-icons__img {
        width: 45px;
    }
}

body {
    position: relative;
    z-index: 10;
}

body::before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 20;
    opacity: 0;
    pointer-events: none;
    display: block;
    content: '';
    background-color: rgba(21, 35, 77, 0.4);
    transition: opacity ease-in 250ms;
}

body.body--overlayer-show::before {
    pointer-events: all;
    opacity: 1;
}

.content {
    position: relative;
    z-index: 10;
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
}

body.body--overflow-hidden {
    overflow: hidden;
}

header .navigation {
    z-index: 2000;
    position: fixed;
    width: 100%;
    top: 0;
    height: 72px;
    background-color: #1c2f67;
}

@media (min-width: 1200px) {
    header .navigation {
        position: relative;
        height: 85px;
        z-index: 90;
    }
}

header .navigation__link {
    color: #fff;
    font-size: calc(.875rem + 2px);
    font-weight: 500;
    text-decoration: none;
}

header .navigation__link:hover,
header .navigation__link:focus {
    color: #fff;
}

@media (min-width: 1200px) {
    header .navigation__link--mobile {
        display: none;
    }
}

header .navigation__wrapper,
header .navigation main-menu,
docked-header .navigation__wrapper,
docked-header .navigation main-menu {
    display: flex;
    justify-content: space-between;
    height: 72px;
}

@media (min-width: 1200px) {

    header .navigation__wrapper,
    header .navigation main-menu,
    docked-header .navigation__wrapper,
    docked-header .navigation main-menu {
        position: relative;
        height: 85px;
    }
}

header .navigation__wrapper-right,
docked-header .navigation__wrapper-right {
    display: flex;
    align-items: center;
}

header .navigation__wrapper-right>.navigation__item,
docked-header .navigation__wrapper-right>.navigation__item {
    margin-right: 20px;
}

header .navigation__wrapper-left,
docked-header .navigation__wrapper-left {
    display: flex;
    align-items: center;
}

header .navigation__wrapper-left .navigation__item,
docked-header .navigation__wrapper-left .navigation__item {
    margin-left: 20px;
    margin-right: -21px;
}

header .navigation-search-icon {
    display: block;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    header .navigation-search-icon {
        display: none;
    }
}

header .navigation-burger {
    display: block;
    margin-left: 17px;
    cursor: pointer;
}

@media (min-width: 768px) {
    header .navigation-burger {
        margin-left: 20px;
    }
}

header .navigation-burger>.navigation__icon-close {
    display: none;
}

header .navigation-burger>.navigation__icon-burger {
    padding-left: 3px;
}

@media (min-width: 768px) {
    header .navigation-burger>.navigation__icon-burger {
        padding-left: 0;
    }
}

header .navigation-burger--open>.navigation__icon-burger {
    display: none;
}

header .navigation-burger--open>.navigation__icon-close {
    display: block;
    padding-right: 3px;
}

@media (min-width: 768px) {
    header .navigation-burger--open>.navigation__icon-close {
        padding-right: 0;
    }
}

header .navigation__logo {
    display: block;
}

header .navigation__logo:hover,
header .navigation__logo:focus {
    opacity: 0.5;
}

header .navigation__logo-image {
    width: 90px;
    height: auto;
    margin-left: -8px;
}

@media (min-width: 1200px) {
    header .navigation__logo-image {
        width: 123px;
        margin-left: -12px;
		margin-right: -11px;
    }
}

header .navigation__item,
header .navigation__item__nomenu {
    display: none;
    font-family: "Helvetica Neue LT Pro Condensed", serif;
    /*font-size: calc(1.25rem + 2px);*/
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1200px) {

    header .navigation__item,
    header .navigation__item__nomenu {
        display: block;
        height: 85px;
        padding: 0 20px;
        line-height: 85px;
    }
    header .navigation__item.contacts{
        margin-right: 0;
        padding-right: 0;
    }
}

header .navigation__item--hover,
header .navigation__item:hover,
header .navigation__item:focus,
header .navigation__item__nomenu--hover,
header .navigation__item__nomenu:hover,
header .navigation__item__nomenu:focus {
    color: #7783a8;
}

@media (min-width: 1200px) {
    header .navigation-line {
        position: relative;
        z-index: 90;
        background-color: #1c2f67;
    }
}

header .navigation-box {
    overflow: auto;
    position: absolute;
    top: 72px;
    left: 120%;
    transform: translateX(0);
    width: 100%;
    height: calc(100vh - 72px);
    background-color: #1c2f67;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 50;
    max-width: 768px;
    padding-bottom: 100px;
    transition: left ease-in 250ms, transform ease-in 250ms;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    font-family: "Arial", serif;
}

@media (min-width: 1200px) {
    header .navigation-box {
        display: block;
        pointer-events: none;
        height: auto;
        top: 0;
        left: 50%;
        opacity: 0;
        transform: translateY(0) translateX(-50%);
        background-color: transparent;
        box-shadow: none;
        max-width: 1126px;
        padding-bottom: 0;
        transition: opacity ease-in 250ms, transform ease-in 250ms;
        overflow: hidden;
    }
}

header .navigation-box--open {
    transform: translateX(-120%);
}

@media (min-width: 768px) {
    header .navigation-box--open {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 1200px) {
    header .navigation-box--open {
        pointer-events: all;
        transform: translateY(85px) translateX(-50%);
        z-index: 60;
    }
    header .navigation-box--fade-in {
     opacity: 1;
    }
}

@media (min-width: 1200px) {
    header .navigation-box>.row {
        height: 260px;
        padding: 40px;
        background-color: #fff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 1200px) {

    header .navigation-box-wrapper,
    docked-header .navigation-box-wrapper {
        margin: 0 auto;
        width: calc(1150px - 24px);
        position: relative;
    }

    header .navigation-box-wrapper__inner,
    docked-header .navigation-box-wrapper__inner {
        background-color: #fff;
        position: absolute;
        top: -85px;
        overflow: hidden;
        opacity: 0;
        transition: 150ms ease-in right, 150ms ease-in left, 150ms ease-in width, 150ms ease-in height, 250ms ease-in top, 250ms ease-in opacity;
    }

    header .navigation-box-wrapper__inner--top,
    docked-header .navigation-box-wrapper__inner--top {
        top: 0;
        opacity: 1;
    }

    header .navigation-box-wrapper .navigation-box,
    docked-header .navigation-box-wrapper .navigation-box {
        background: transparent;
        display: inline-block;
        left: auto;
        width: auto;
        transform: none;
        transition: 150ms ease-in opacity;
        pointer-events: none;
    }

    header .navigation-box-wrapper .navigation-box--open,
    docked-header .navigation-box-wrapper .navigation-box--open {
        pointer-events: all;
    }

    header .navigation-box-wrapper .navigation-box--right,
    docked-header .navigation-box-wrapper .navigation-box--right {
        right: 0;
    }
}

header .navigation-box__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 1200px) {
    header .navigation-box__list--non-headline {
        margin-top: 46px;
    }
}

header .navigation-box__item,
header .navigation-box__item__nomenu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    border-bottom: 1px solid rgba(119, 131, 168, 0.45);
}

header .navigation-box__item:first-child,
header .navigation-box__item__nomenu:first-child {
    border-top: 1px solid rgba(119, 131, 168, 0.45);
}

@media (min-width: 1200px) {

    header .navigation-box__item--back,
    header .navigation-box__item__nomenu--back {
        display: none;
    }
}

header .navigation-box__item.navigation-second-level,
header .navigation-box__item__nomenu.navigation-second-level {
    height: auto;
}

header .navigation-box__link {
    width: calc(100% - 60px);
    display: block;
    line-height: 56px;
    color: #fff;
    text-decoration: none;
}

header .navigation-box__link:hover,
header .navigation-box__link:focus {
    color: #fff;
    text-decoration: underline;
}

header .navigation-box__btn {
    width: 100%;
}

header .navigation-box__btn>img{
    pointer-events: none;
}

@media (min-width: 1200px) {
    header .navigation-box__btn {
        margin: 0;
    }
}

header .navigation-box__btn--desktop {
    display: none;
}

@media (min-width: 1200px) {
    header .navigation-box__btn--desktop {
        display: flex;
    }
}

header .navigation-box__btn--logged {
    display: none;
}

@media (min-width: 1200px) {
    header .navigation-box__btn--logged {
        display: flex;
    }
}

header .navigation-box__btn>img {
    margin-left: 8px;
}

header .navigation-box__arrow {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100%;
    /*border-left: 1px solid rgba(119, 131, 168, 0.45);*/
}

header .navigation-box__arrow:focus {
    border-radius: 0;
    outline: none;
}

header .navigation-box__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f2f2;
    padding: 30px 20px;
    margin: 15px;
}

@media (min-width: 1200px) {
    header .navigation-box__cta {
        margin: 0;
    }
}

header .navigation-box__cta-title {
    color: #1c2f67;
    text-align: center;
    margin: 0 0 20px;
}

header .navigation-box__cta>.btn {
    width: fit-content;
}

header .navigation-box--second {
    background-color: #fff;
}

@media (min-width: 1200px) {
    header .navigation-box--second {
        background-color: transparent;
    }

    header .navigation-box--second .navigation-profile__wrapper {
        display: none;
    }
}

@media (min-width: 1200px) {
    header .navigation-box--right {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    header .navigation-box--right .navigation-box-in {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    header .navigation-box.first-nav {
        display: none;
    }
}

header .navigation-first-level {
    display: flex;
}

header .navigation-first-level .navigation-box__link {
    padding-left: 44px;
    padding-right: 24px;
}

header .navigation-first-level--main {
    background-color: #15234d;
}

header .navigation-first-level--main .navigation-box__link {
    padding-left: 16px;
    width: 100%;
}

header .navigation-zero-level {
    border: none;
}

header .navigation-zero-level:first-child {
    border-top: none;
}

header .navigation-zero-level__link {
    font-size: calc(.875rem + 2px);
    font-weight: 500;
    color: #3b5cbe;
    padding: 5px 10px 5px 0;
    text-decoration: none;
}

header .navigation-zero-level__link:hover,
header .navigation-zero-level__link:focus {
    text-decoration: underline;
}

header .navigation-zero-level__arrow {
    margin-right: 20px;
}

header .navigation-second-level {
    border: none;
}

@media (min-width: 1200px) {
    header .navigation-second-level {
        height: auto;
    }
}

header .navigation-second-level:first-child {
    border-top: none;
}

header .navigation-second-level__link {
    display: flex;
    width: 100%;
    font-size: calc(.875rem + 2px);
    font-weight: 500;
    color: #3b5cbe;
    padding: 17px 20px;
    text-decoration: none;
    line-height: normal;
}
header .navigation-second-level__realLink {
    padding: 5px 20px;
    font-weight: bold;
    font-size: 16px;
}

@media (min-width: 1200px) {
    header .navigation-second-level__link {
        padding: 0;
        margin: 0 60px 15px 0;
    }
    header .navigation-second-level__mobileMenu {
        display: none;
    }
}

header .navigation-second-level__link:hover,
header .navigation-second-level__link:focus {
    color: #3b5cbe;
    text-decoration: underline;
}

@media (min-width: 1200px) {
    header .navigation-second-level:last-child .navigation-second-level__link {
        margin-bottom: 0;
    }
}

header .navigation-second-level__headline {
    font-size: calc(1rem + 2px);
    font-weight: 600;
    text-transform: uppercase;
    color: #df0032;
    margin: 20px 0 10px;
    padding: 0 20px;
}

@media (min-width: 1200px) {
    header .navigation-second-level__headline {
        line-height: 1;
        margin: 0 0 30px;
        padding: 0;
    }
}

@media (max-width: 1199px) {
    header .navigation-second-level__headline--empty {
        margin: 0;
        padding: 0;
        height: 0;
    }
}

header .navigation-second-level__arrow {
    margin-right: 20px;
}

@media (min-width: 1200px) {
    header .navigation-second-level__arrow {
        display: none;
    }
}

header .navigation-profile__wrapper {
    background-color: #fff;
    padding: 15px;
}

header .navigation-profile__wrapper--not-logged {
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
}

header .navigation-profile__wrapper>.container {
    padding: 0;
}

@media (min-width: 1200px) {
    header .navigation-profile__wrapper {
        display: none;
        z-index: 10;
        padding: 0;
        background-color: transparent;
    }

    header .navigation-profile__wrapper>.container {
        background-color: #fff;
    }
}

@media (min-width: 1200px) {
    header .navigation-profile__wrapper--mobile {
        display: none;
    }
}

header .navigation-profile__wrapper--desktop {
    display: none;
}

@media (min-width: 1200px) {
    header .navigation-profile__wrapper--desktop {
        display: block;
    }
}

header .navigation-profile__user {
    font-size: calc(0.875rem + 2px);
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background-color: #15234d;
    padding: 0 24px;
    border-radius: 2px;
}

@media (min-width: 1200px) {
    header .navigation-profile__user {
        font-size: calc(1rem + 2px);
        color: #565a62;
        flex-direction: column;
        justify-content: center;
        background-color: unset;
        height: auto;
	    min-height: 50px;
    }
    header .navigation-profile__user>span{
        line-height: 24px;
    }
}

@media(max-width:1199px){
    header .navigation-profile__user>span {
        white-space: nowrap;
        overflow: hidden;
        pointer-events: none;
        text-overflow: ellipsis;
    }
}

header .navigation-profile__user>span {
    font-weight: 700;

}
header .navigation-profile__user>img {
    margin-left: 10px;
}

header .navigation-profile__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 30px 0 5px;
}

header .navigation-profile__nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #3b5cbe;
    padding: 10px 25px;
    margin-bottom: 5px;
    width: 95px;
    text-decoration: none;
}

header .navigation-profile__nav-item:first-child:nth-last-child(2)~.navigation-profile__nav-item {
    border-left: 1px solid #e8eaf0;
}

header .navigation-profile__nav-item:first-child:nth-last-child(4) {
    flex-basis: 100%;
}

header .navigation-profile__nav-item:first-child:nth-last-child(4)~.navigation-profile__nav-item:not(:last-child) {
    border-right: 1px solid #e8eaf0;
}

header .navigation-profile__nav-item>p {
    margin: 5px 0 0;
}

header .navigation-profile__nav-item:hover,
header .navigation-profile__nav-item:focus {
    text-decoration: underline;
}

header .navigation-search {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    header .navigation-search {
        left: 50%;
        transform: translateX(-50%);
        width: 768px;
    }
}

header .navigation-search__icon {
    cursor: pointer;
}

header .navigation-search__input {
    height: 70px;
    width: 100%;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 0 50px;
    border: none;
}

@media (min-width: 768px) {
    header .navigation-search__input {
        padding: 0 70px 0 50px;
    }
}

header .navigation-search__result-wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: calc(100% - (10px * 7));
    margin: -15px 0 0 20px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-top: 1px solid #dadcdf;
}

@media (min-width: 768px) {
    header .navigation-search__result-wrapper {
        width: calc(100% - (10px * 9));
        margin: -15px 0 0 20px;
    }
}

header .navigation-search__result {
    font-size: calc(.875rem + 2px);
    font-weight: 400;
    line-height: 1rem;
    padding: 10px 0;
    color: #a8acb3;
    text-decoration: none;
}

header .navigation-search__result:hover,
header .navigation-search__result:focus {
    text-decoration: underline;
}

header .navigation-search__result>.header-search__result-match {
    color: #3b5cbe;
}

header .navigation-search__result--all {
    text-align: center;
    font-weight: 600;
    color: #3b5cbe;
}

header .navigation-search__result--all>img {
    padding-left: 10px;
}

header .navigation-search__prefix,
header .navigation-search__afix {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

header .navigation-search__prefix {
    left: 20px;
}

header .navigation-search__afix {
    right: 20px;
    cursor: pointer;
}

@media (min-width: 768px) {
    header .navigation-search__afix {
        right: 27px;
    }
}

header .navigation-search--open {
    display: block;
}

@media (min-width: 1200px) {
    header .navigation-burger {
        display: none;
    }
}

@media (min-width: 1200px) {
    header .navigation-box-in {
        display: inline-flex;
        flex-flow: row;
        background-color: #fff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        padding: 40px;
    }
}

header .navigation-box-in__column-one__mobile{
    margin-left: 30px;
}

@media (min-width: 1200px) {
    header .navigation-box-in__column-one {
        width: 261.5px;
    }
    header .navigation-box-in__column-one__mobile{
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    header .navigation-box-in__column-double {
        width: 523px;
    }
}

header .second-level-menu-close {
    cursor: pointer;
    padding: 20px;
}

.navigation-login {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    z-index: 10;
}

.navigation-login:hover {
    display: block;
}

.navigation-login__dialog {
    padding: 15px 25px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.navigation-login__dialog--logged {
    padding-left: 0;
    padding-right: 0;
}

.navigation-login__btn {
    margin: 30px 0 15px;
    padding: 13px 24px !important;
}

.navigation-login__alternative-steps {
    color: #000;
    font-size: calc(0.875rem + 2px);
}

.user-panel {
    display: none;
}

@media (min-width: 1200px) {
    .user-panel {
        left: calc(50% + 575px - 300px - 12px);
        right: auto;
        display: block;
        z-index: 50;
        opacity: 0;
        pointer-events: none;
        transition: opacity ease-in 250ms, top ease-in 250ms;
    }
}

@media (min-width: 1200px) {
    .user-panel--open {
        pointer-events: all;
        opacity: 1;
        top: 123px;
    }
}

.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-content {
    border-radius: 2px;
    border: 0;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -0.5rem -0.5rem -0.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-body {
    padding: 30px 50px;
    font-size: 14px
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-backdrop {
    opacity: .5 !important;
    background-color: #000 !important;
}

.login-modal {
    color: #262b35;
    display: none;
    height: 100%;
    font-size: calc(0.875rem + 2px);
}

.login-modal__title {
    margin-bottom: 0;
}

.login-modal__btn {
    border: none;
    background-color: unset;
    align-self: flex-start;
}

.login-modal__link {
    color: #3b5cbe;
}

.login-modal__link:hover,
.login-modal__link:focus {
    text-decoration: underline;
}

.login-modal__form {
    display: flex;
    flex-direction: column;
}

.login-modal__form-btn {
    font-weight: 500;
    margin: 30px 0 15px;
}

.login-modal__input {
    height: 40px;
    border: 1px solid #a8acb3;
    border-radius: 2px;
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.login-modal__label {
    font-size: calc(0.875rem + 2px);
    font-weight: 500;
    color: #565a62;
    margin: 15px 0 8px;
}

.login-modal .modal-dialog {
    z-index: 1060;
}

.login-modal .modal-header {
    background-color: #fff;
}

.login-modal .modal-header h5 {
    font-size: 20px;
}

.login-modal .modal-dialog:not(.modal-dialog-scrollable) .modal-header {
    border-bottom: 0;
}

.login-modal .modal-footer> :not(:first-child) {
    margin-left: 0;
}

.login-modal-header {
    padding: 30px 30px 0;
    margin: 0 0 10px;
}

.login-modal-body {
    padding: 0 30px;
}

.login-modal-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 30px 30px;
    border-top: 0;
}

.login-modal-footer>p,
.login-modal-footer>a {
    margin: 0;
    padding: 0;
}

.login-modal .modal-dialog {
    transform: none !important;
}

.navigation-login__alternative-steps p.mb-3 {
    margin-bottom: 30px;
}

.navigation-login__dialog .lh24 {
    line-height: 24px;
}

header h5,
header .h5 {
    font-family: "Helvetica Neue LT Pro Condensed", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px
}

@media(min-width: 768px) {

    header h5,
    header .h5 {
        font-size: 20px;
        line-height: 26px
    }
}

@media(min-width: 1200px) {

    header h5,
    header .h5 {
        font-size: 24px;
        line-height: 32px
    }
}

/*
-  Modal windows new
*/
.new-modal.modal {
    display: none;
    height: 100%;
}

.new-modal .modal-dialog.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 156px);
}

@media (min-width: 576px) {
    .new-modal .modal-dialog.modal-dialog-centered {
        min-height: calc(100% - 90px);
    }
}

.new-modal.modal .modal--open {
    height: 100%;
}

.new-modal.modal .modal-content {
    border-radius: 2px;
    border: 0;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.new-modal.modal .modal-header {
    padding: 16px 24px;
    position: relative;
    background-color: #f2f2f2;
    border-radius: 2px 2px 0 0;
}

.new-modal.modal .modal-title {
    margin-right: 48px !important;
    line-height: 26px;
    font-family: "Helvetica Neue LT Pro Condensed", serif;
}

.new-modal.modal .modal-title::before {
    display: none;
}

.new-modal.modal .modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 1;
}

.new-modal.modal .modal-close .btn {
    padding: 10px 20px;
    color: #262b35;
    background-color: transparent;
}
.new-modal.modal .modal-close .btn.no-padding {
    padding: 0;
}

.new-modal.modal .modal-close .btn a::before,
.new-modal.modal .modal-close .btn a::after {
    background-color: #262b35;
    width: 18px;
    height: 2px;
}

.new-modal.modal .modal-close .btn:hover a::before,
.new-modal.modal .modal-close .btn:hover a::after,
.new-modal.modal .modal-close .btn:focus a::before,
.new-modal.modal .modal-close .btn:focus a::after {
    background-color: #838993;
}

.new-modal.modal .modal-close .btn:active,
.new-modal.modal .modal-close .btn:focus,
.new-modal.modal .modal-close .btn:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

.new-modal.modal .modal-body {
    padding: 24px 24px;
    font-size: 14px;
    line-height: 20px;
    color: #565a62;
}

.new-modal.modal .modal-footer {
    padding: 0 24px 24px;
}

.new-modal.modal .modal-dialog:not(.modal-dialog-scrollable) .modal-header {
    border-bottom: 0;
}

.new-modal.modal .modal-dialog:not(.modal-dialog-scrollable) .modal-footer {
    border-top: 0;
}

.new-modal.modal .modal-dialog-scrollable .modal-header {
    padding-bottom: 24px;
}

.new-modal.modal .modal-dialog-scrollable .modal-footer {
    padding-top: 24px;
}

.new-modal .modal-dialog--alert {
    width: calc(100vw - 24px);
    max-width: 360px;
}

.new-modal .modal-dialog--alert .modal-header {
    overflow: hidden;
    position: relative;
}

.new-modal .modal-dialog--alert .modal-header::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #c92434;
}

.new-modal .modal-dialog--alert .modal-title {
    color: #c92434 !important;
    padding-left: 44px;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 600;
}

.new-modal .modal-dialog--alert .modal-header-icon {
    margin: 0;
    color: #c92434;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 30px;
    height: auto;
}

.new-modal .modal-backdrop {
    background-color: rgba(21, 35, 77, 0.4);
}

.new-modal .modal-backdrop.show {
    opacity: 1;
}


.new-modal .banner__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.new-modal .banner__close::after,
.new-modal .banner__close::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 20px;
    height: 4px;
    background-color: #172653;
    transform-origin: center;
}

.new-modal .banner__close::after {
    transform: rotate(45deg);
}

.new-modal .banner__close::before {
    transform: rotate(-45deg);
}

.new-modal .banner__close.alert-line {
    top: 0;
    right: -10px;
}

@media (min-width: 768px) {
    .new-modal .banner__close.alert-line {
        right: 0px;
    }
}
@media (min-width: 1200px) {
    .col-lg-9-x {
        flex: 0 0 auto;
        width: 75% !important;
    }

    .col-lg-3-x {
        flex: 0 0 auto;
        width: 25% !important;
    }
}
