body {
    background-image: url(/assets/img/backgrounds/bg_1.jpg);
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: 100%;
}

@media (min-width: 1200px) {
    .inner-page__heading {
        display: none;
    }
}

.footer_mobile_col-right ul li img,
.footer-app-galery img {
    max-height: 32px;
}

.page-content__description table tbody tr:first-child {
    background: var(--maincolor);
}

.section-header .title {
    font-size: 34px;
}

.section-header .text {
    color: #444;
    font-size: 13px;
    font-weight: 600;
    margin-top: 1rem;
}

.form-custom form input:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

@media (max-width: 1200px) {
    .header-top {
        display: none;
    }
    .youtube-i-frame {
        height: 350px;
        max-height: 350px;
    }
}

.youtube-i-frame {
    height: 450px;
    max-height: 450px;
}

.header-logo img {
    padding-top: 10px;
}

.header-nav__item.sub-menu {
    background: url(/assets/img/menu.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #10304a;
}