/* Styles */
html,
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat';
    font-size: 17px;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

body,
a {
    color: #333333;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3 {
    color: #2c6a97;
}

h1,
h2 {
    text-align: center;
}

hr {
    border: 1px solid #2c6a9761;
    height: 1px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

address {
    font-style: normal;
}

header {
    background-color: #eefaff;
}

main {
    padding-bottom: 50px;
}

button.whatsapp-wrapper-page {
    outline: none;
    border: 0;
    width: 60px;
    padding: 0;
    background-color: transparent;
}

.header-content-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}

.logo-wrapper__img {
    width: 160px;
}

.logo-wrapper__img img {
    width: 100%;
}

.header-phone {
    margin-bottom: 20px;
}

.header-phone a {
    text-decoration: none;
    font-size: 1.5em;
    color: #2c6a97;
}

/* Top Menu Begin */
.top-menu-section {
    background-color: #2c6a97;
}

.top-menu-wrapper {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
}

.top-menu-wrapper li {
    list-style: none;
}

.top-menu-wrapper li.active,
.top-menu-wrapper li:hover {
    background-color: #eefaff;
}

.top-menu-wrapper li.active {
    box-shadow: inset 0 1px 1px #2c6a97;
    -webkit-box-shadow: inset 0 1px 1px #2c6a97;
    -moz-box-shadow: inset 0 1px 1px #2c6a97;
}


.top-menu-wrapper li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

.top-menu-wrapper li.active a,
.top-menu-wrapper li:hover a {
    color: #2c6a97;
}

/* Top Menu End */

/* Top Ban Begin */
.top-ads-section {
    background-image: url('/assets/img/vert.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1px 0;
}

.ads-wrapper {
    margin: 40px 0 50px;
    padding: 20px;
    background-color: #eefaffc4;
    border-radius: 10px;
    box-shadow: 10px 10px 20px #2c6a9740;
}

.ads-wrapper strong {
    color: #2c6a97;
}

.ads-wrapper table td:first-child {
    padding-right: 10px;
}

.ads-title {
    text-align: center;
    font-size: 1.5em;
    color: #2c6a97;
    font-weight: 500;
}

.ads-sign {
    text-align: right;
    color: #2c6a97;
    font-weight: 500;
}

.ads-list {
    font-weight: 600;
}

.ads-list li::marker {
    color: #2c6a97;
}

/* Top Ban End */

/* Main Page Begin */
.main-page-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 40px 0;
}

.main-page-buttons-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    height: 150px;
    border: 1px solid #2c6a97;
    background-color: #2c6a97;
    border-radius: 10px;
    box-shadow: 10px 10px 20px #2c6a9740;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
}

.main-page-buttons-wrapper a:hover {
    box-shadow: 10px 10px 20px #2c6a9794;
    background-color: #2c6a9721;
    color: #2c6a97;
    font-weight: 600;
}

/* Main Page End */

.pdf-logo {
    background-image: url('/assets/img/pdf.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 50px;
    min-width: 50px;
}

.doc-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.publish-date {
    border-bottom: 1px solid #2c6a976e;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.whatsapp-telegram-wrapper,
.logo-text {
    display: flex;
    gap: 7px;
    align-items: center;
}

.logo-text img {
    height: 40px;
}

.img-wrapper {
    display: flex;
    gap: 20px;
    margin: 20px 0 40px;
}

.img-wrapper img {
    width: 100%;
}

footer {
    background-color: #2c6a97;
    padding: 30px 0;
}

.footer-content {
    text-align: center;
    color: #abccd9;
}

.footer-content a {
    color: #fff;
}

.navbar-header {
    display: none;
}

.main-menu-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    padding: 7px;
    cursor: pointer;
    line-height: 1px;
    border: 1px solid;
    border-radius: 50%;
    color: #fff;
}

.main-menu-close img {
    width: 100%;
    height: auto;
}

/* Media Queries */

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 992px) {
    .top-menu-wrapper li a {
        font-size: 0.85em;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }

    .main-page-buttons-wrapper a {
        width: 100%;
    }

    .top-menu-wrapper li a {
        font-size: 1em;
    }

    /* Header Begin */
    .header-content-wrapper {
        flex-direction: column;
        gap: 5px;
        padding: 10px 0;
    }

    .adress-wrapper p {
        margin: 5px 0;
    }

    .adress-wrapper h1 {
        margin: 5px 0;
        font-size: 1.5em;
    }

    .top-phone-whatsapp-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .logo-wrapper__img {
        width: 100px;
    }

    .header-phone {
        margin-bottom: 0;
    }

    button.whatsapp-wrapper-page {
        width: 40px;
    }

    /* Header End */

    /* Top Menu Begin */
    .top-menu-section {
        background-color: transparent;
    }

    .navbar-header {
        display: block;
        margin: 5px 0;
    }

    .top-menu-outer {
        background-color: #2c6a97;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 1.5s;
        -moz-transition: all 1.5s;
        -ms-transition: all 1.5s;
        -o-transition: all 1.5s;
        transition: all 1.5s;
        opacity: 0;
    }

    .top-menu-outer.active {
        padding: 30px 0;
        -webkit-transition: all 1.5s;
        -moz-transition: all 1.5s;
        -ms-transition: all 1.5s;
        -o-transition: all 1.5s;
        transition: all 1.5s;
        max-height: 400px;
        opacity: 1;
    }

    .navbar-toggle {
        background-color: #2c6a97;
        border: 0;
        outline: 0;
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        display: block;
        width: 30px;
        height: 2px;
        border-radius: 1px;
    }

    .top-menu-wrapper {
        flex-direction: column;
    }

    /* Top Menu End */
    .whatsapp-telegram-wrapper {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    main {
        font-size: 1.2em;
    }

    .ads-wrapper {
        padding: 10px;
    }
}