h1 {
    font-size: 35px;
}

h2 {
    text-align: left !important;
    color: #FB7F41;
    font-size: 28px !important;
    margin-bottom: 10px !important;
}

h2 a {
    text-align: left !important;
    color: #FB7F41;
    font-size: 28px !important;
    margin-bottom: 10px !important;
}

h3 {
    font-size: 25px;
}

p {
    font-size: 18px;
}

a {
    font-size: 16px;
}

#header {
    background: #313131;
    padding: 15px 0;
    height: auto;
}

#header a {
    color: white;
    padding-left: 0;
}

.dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
    color: rgb(253, 184, 150) !important;
}

#header .navbar {
    flex-direction: column;
}

.navbar .navbar-section:not(:first-child):last-child {
    justify-content: flex-start;
}

#header .logo {
    margin-bottom: 20px;
}

.wrapper {
    display: flex;
}

.left-info {
    width: 35%;
    padding: 15px;
}

.left-info img {
    width: 100%;
    display: block;
}

.content {
    width: 65%;
    padding: 15px;
}

.content img {
    max-height: 400px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.filmo-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filmo-blocks img {
    width: 12%;
    height: auto;
    margin: 0;
}

.filmo-blocks a {
    width: 100%;
    height: auto;
    margin: 0;
}

.port-images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.port-images img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

#header .dropmenu ul li ul {
    background: #D8D9DA;
    padding: 5px;
}

#header .dropmenu ul li ul li a {
    color: black;
}

@media(max-width: 768px) {
    .filmo-blocks img {
        width: 30%;
    }
    .wrapper {
        flex-direction: column;
    }

    .wrapper .left-info, .wrapper .content {
        width: 100%;
    }

    .mobile-logo img {
        width: 60%;
        height: auto;
    }

    .overlay {
        background: #323232;
    }

    .treemenu li a {
        color: white;
    }

    .treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover {
        color: #FB7F41;
    }
}

.header-fixed .mobile-menu {
    position: absolute;
}

.mobile-menu .button_container span {
    background: #FB7F41;
}

.links {
    display: flex;
    justify-content: space-between;
}

.links a {
    color: #FB7F41;
}

.wrapper a {
    color: #FB7F41;
}