.custom-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .custom-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .custom-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .custom-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1140px;
    }
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

[class*="custom-col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .custom-col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .custom-col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .custom-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .custom-col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .custom-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .custom-col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .custom-col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .custom-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

@media (min-width: 576px) {
    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }
}

@media (min-width: 992px) {
    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }
}

.d-flex {
    display: flex;
}

.align-items-start {
    align-items: flex-start;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-sm-end {
    justify-content: flex-start;
}

@media (min-width: 576px) {
    .justify-content-sm-end {
        justify-content: flex-end;
    }
}

.d-none {
    display: none;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block;
    }
}

.collapse:not(.show) {
    display: none;
}

.collapse.show {
    display: block;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 576px) {
    .custom-container {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .custom-container {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .custom-container {
        max-width: 100%;
        padding: 0 22px;
    }
}

@media (min-width: 992px) {
    .custom-container {
        max-width: 984px;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1224px;
    }
}

.custom-row {
    margin: 0;
}

.custom-col-sm-4, .custom-col-sm-8, .custom-col-sm-12,
.custom-col-lg-2, .custom-col-lg-3, .custom-col-lg-7, .custom-col-lg-10, .custom-col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 575px) {
    .custom-col-sm-4, .custom-col-sm-8, .custom-col-sm-12,
    .custom-col-lg-2, .custom-col-lg-3, .custom-col-lg-7, .custom-col-lg-10, .custom-col-lg-12 {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 575px) {
    .custom-row {
        margin-right: -5px;
        margin-left: -5px;
    }
}

.footer {
    margin-top: 40px;
    padding-top: 40px;
    background: #0063A3;
}

@media (max-width: 991.98px) {
    .footer {
        padding-top: 0;
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .footer {
        padding-top: 20px;
    }
}

.footer__main {
    padding-bottom: 40px;
}

@media (max-width: 991.98px) {
    .footer__main {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .footer__main {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.logo {
    display: block;
    min-height: 1px;
    width: 130px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.logo img {
    width: 100%;
    display: block;
}

.footer .logo {
    margin-bottom: 10px;
}

.footer .tel {
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .footer .tel {
        font-size: 20px;
        margin-bottom: 8px;
    }
}

@media (max-width: 575.98px) {
    .footer .tel {
        font-size: 24px;
        line-height: 140.62%;
        margin-bottom: 5px;
    }
}

.mail,
.time-work {
    font-size: 14px;
    line-height: 16px;
}

.footer .time-work {
    color: #C6C6DA;
}

.footer .mail {
    color: #C6C6DA;
}

@media (max-width: 575.98px) {
    .footer .mail {
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
    }
}

.footer .mail:hover {
    color: #FFFFFF;
}

.footer__contact {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

@media (max-width: 991.98px) {
    .footer__contact {
        margin-bottom: 0;
    }
}

.footer__contact:last-child {
    margin-bottom: 0;
}

.footer__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 18px;
    padding-bottom: 18px;
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 18px;
    padding-bottom: 18px;
}

@media (max-width: 991.98px) {
    .footer-nav-wrap-col {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 18px;
        margin-top: 18px;
    }
}

@media (max-width: 575.98px) {
    .footer-nav-wrap-col {
        border-top: none;
        padding-top: 0;
        margin-top: 22px;
    }
}

@media (max-width: 575.98px) {
    .footer-nav-wrap-col>.row>div:first-child .footer-nav {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 1199.98px) {
    .footer-nav-wrap-col>.row>div:last-child .footer-nav {
        margin-right: -60px;
    }
}

@media (max-width: 991.98px) {
    .footer-nav-wrap-col>.row>div:last-child .footer-nav {
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .footer-nav-wrap-col>.row>div:last-child .footer-nav {
        margin-right: -10px;
    }
}

.footer-nav {
    color: #fff;
}

@media (max-width: 575.98px) {
    .footer-nav {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0 -10px;
        padding: 0 10px;
    }
}

.footer-nav h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 14px;
    pointer-events: none;
}

@media (max-width: 575.98px) {
    .footer-nav h4 {
        pointer-events: auto;
        cursor: pointer;
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        margin-bottom: 0;
    }
    .footer-nav h4:after {
        content: "";
        display: block;
        width: 7px;
        height: 13px;
        background: url("/images/icons/drop-down-arrow-right-white.svg") no-repeat 50%/contain;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translate(0, -50%) rotate(0deg);
        -ms-transform: translate(0, -50%) rotate(0deg);
        transform: translate(0, -50%) rotate(0deg);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
    }
    .footer-nav h4[aria-expanded='true']:after {
        -webkit-transform: translate(0, -50%) rotate(90deg);
        -ms-transform: translate(0, -50%) rotate(90deg);
        transform: translate(0, -50%) rotate(90deg);
    }
    .footer-nav h4:hover {
        text-decoration: none;
        color: #fff;
    }
}

.footer-nav .collapse:not(.show) {
    display: block;
    opacity: 1;
}

@media (max-width: 575.98px) {
    .footer-nav .collapse:not(.show) {
        display: none;
        opacity: 0;
    }
}

.footer-nav ul {
    list-style: none;
}

@media (max-width: 575.98px) {
    .footer-nav ul li:last-child {
        padding-bottom: 15px;
    }
}

.footer-nav ul a {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    visibility: visible;
}

.footer-nav ul a:hover {
    text-decoration: none;
    color: #fff;
}

.socials-title span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}

@media (max-width: 991.98px) {
    .socials-title span {
        text-align: end;
    }
}

@media (max-width: 575.98px) {
    .socials-title span {
        text-align: start;
    }
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    margin-top: 16px;
    gap: 10px;
}

.video-service {
    max-width: 70px;
    height: 16px;
}

.messenger {
    width: 30px;
    height: 30px;
}

@media (max-width: 1199.98px) {
    .messenger {
        width: 27px;
        height: 27px;
    }
}

@media (max-width: 991.98px) {
    .messenger {
        width: 30px;
        height: 30px;
    }
}

.social-link-with-text {
    width: unset;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    font-size: 14px;
    border-radius: 10px;
    padding: 5px;
    gap: 5px;
}

.social-link-with-text:hover {
    color: #000000;
    text-decoration: none;
}

.social-link-with-text img{
    height: 100%;
}

.copyring {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991.98px) {
    .copyring {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 575.98px) {
    .copyring {
        display: block;
    }
}

.politics {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

@media (max-width: 991.98px) {
    .politics {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 575.98px) {
    .politics {
        display: block;
    }
}

.politics a {
    color: #FFFFFF;
}

@media (max-width: 991.98px) {
    .footer-col-contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.socials-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .socials-wrap {
        padding: 16px 0;
    }
}

.print {
    display: none;
}
