@font-face {
    font-family: GothamBookRegular;
    src: url(/view/fonts/GothamBookRegular.otf);
}

@font-face {
    font-family: GothamBold;
    src: url(/view/fonts/GB.otf);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-width: 320px;
}

/* HEADER START */
header {
    position: relative;
    font-size: 0;
}

header .top-part {
    background-color: #212574;
    border-bottom: 3px solid black;
    height: 55px;
}

header .main-nav {
    background-color: #870000;
    padding: 15px 0;
    position: relative;
}

header .main-nav .main-logo {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    margin-left: 5%;
}

header .main-nav nav {
    display: inline-block;
    vertical-align: middle;
    width: calc(95% - 490px);
    text-align: right;
}

header .main-nav nav ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

header .main-nav nav ul li {
    display: inline-block;
    vertical-align: middle;
}

header .main-nav nav ul li a {
    font-family: GothamBookRegular, sans-serif;
    color: white;
    font-size: 12pt;
    text-decoration: none;
    display: block;
    padding: 15px;
}

header .top-flag {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

header .main-nav .collapsed-nav {
    position: absolute;
    right: 300px;
    height: 100%;
    top: 0;
    cursor: pointer;
    width: 31px;
}

header .main-nav .collapsed-nav i {
    position: absolute;
    font-size: 35px;
    color: white;
    top: 50%;
    transform: translate(0, -50%);
}

header .main-nav .collapsed-nav.active-nav i {
    color: #212574;
}

@media (min-width: 1101px) and (max-width: 1380px) {
    header .top-flag {
        right: -80px;
    }

    header {
        overflow: hidden;
    }

    header .main-nav nav {
        width: calc(97% - 340px);
    }
}

@media (max-width: 1380px) {
    header .top-part {
        height: 50px;
    }

    header .main-nav .main-logo {
        width: 170px;
        margin-left: 3%;
    }

    header .main-nav nav ul li a {
        padding: 10px;
    }
}

@media (min-width: 951px) and (max-width: 1100px) {
    header .top-flag {
        height: 47px;
        right: 0;
    }

    header .main-nav nav {
        width: calc(97% - 190px);
    }
}

@media (min-width: 951px) {
    .collapsed-nav {
        display: none;
    }

    header .main-nav nav ul li a:hover {
        color: #212574;
    }
}

@media (max-width: 950px) {
    header .main-nav nav {
        display: none;
    }

    header .top-flag {
        height: 100%;
    }

    .collapsed-nav:hover + nav, .collapsed-nav.active-nav + nav, header .main-nav nav:hover {
        display: block;
    }

    header .main-nav nav {
        position: absolute;
        background-color: #870000;
        width: 190px;
        right: 300px;
        top: 100%;
        box-shadow: #717171 6px 7px 7px 0;
    }

    header .main-nav nav ul {
        display: block;
        width: 100%;
    }

    header .main-nav nav ul li {
        display: block;
        width: 100%;
        border-bottom: 1px solid white;
    }

    header .main-nav nav ul li:hover {
        background-color: #670000;
    }
}

@media (max-width: 560px) {
    header .top-flag {
        height: calc(100% - 50px);
        top: 50px;
    }

    header .main-nav .collapsed-nav, header .main-nav nav {
        right: 170px;
    }
}

@media (max-width: 425px) {
    header .top-flag {
        height: 47px;
        top: 0;
    }

    header .main-nav .collapsed-nav, header .main-nav nav {
        right: 20px;
    }
}

/* HEADER END*/
.content {
    margin: auto;
    font-size: 0;
    width: 1150px;
    font-family: GothamBookRegular, Arial, sans-serif;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .content {
        width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .content {
        width: 750px;
    }
}

@media (max-width: 768px) {
    .content {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

span.first_letter {
    font-family: "Old English Text MT", "Times New Roman", serif;
    font-size: 70pt;
    line-height: 78px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
}

.clear {
    clear: both;
}

strong {
    font-family: GothamBold, Arial, sans-serif;
}

.hide {
    display: none;
}

.content p {
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 13pt;
    margin: 20px auto;
    line-height: 26px;
    text-align: justify;
}

.content p:first-of-type {
    margin-top: 0;
}

.right-img {
    float: right;
    margin-left: 30px;
    margin-bottom: 5px;
    max-width: 50%;
}

.background-image {
    background-image: url(/view/img/flag-wrapper.png);
    background-color: #212574;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}

.background-in-color {
    padding: 50px 0;
    background-color: white;
}

.h2-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.h2-wrapper h2 {
    font-family: GothamBold, Arial, sans-serif;
    margin: 0 10px;
    font-size: 22pt;
    display: inline-block;
    vertical-align: middle;
}

.h2-wrapper .red-line {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 250px);
    height: 5px;
    background-color: #df0000;
    max-width: 300px;
}

.background-image h2 {
    color: white;
}

.background-in-color h2 {
    color: #0e01b8;
}

.big-in-center {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.print {
    font-family: Arial, sans-serif;
    font-size: 14pt;
    border: 2px solid white;
    line-height: 37px;
    width: 140px;
    text-align: center;
    border-radius: 17px;
    cursor: pointer;
    transition: 0.2s;
    margin-left: calc(50% + 210px);
}

.print i {
    font-size: 17pt;
}

.print:hover {
    color: #212574;
    background-color: white;
}

@media (max-width: 768px) {
    .content p {
        font-size: 11pt;
        margin: 15px auto;
        line-height: 18px;
    }

    .right-img {
        margin-left: 10px;
    }

    .background-image, .background-in-color {
        padding: 20px 0;
    }

    .h2-wrapper h2 {
        font-size: 18pt;
    }

    .h2-wrapper .red-line {
        width: calc(50% - 200px);
    }

    .print {
        margin-left: auto;
        font-size: 12pt;
        width: 130px;
        line-height: 31px;
    }

    .print i {
        font-size: 15pt;
    }
}

@media (max-width: 500px) {
    .content p {
        text-align: left;
    }

    .h2-wrapper .red-line {
        display: none;
    }
}

/* FOOTER start */
footer {
    padding: 40px 0 70px;
    background-color: #870000;
}

footer .footer-nav {
    text-align: center;
}

footer .footer-nav ul {
    list-style: none;
    padding: 0;
}

footer .footer-nav ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}

footer .footer-nav ul li a {
    font-family: GothamBookRegular, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: white;
}

footer .footer-nav ul li a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    footer .footer-nav ul li a {
        font-size: 11pt;
    }

    footer .footer-nav ul li {
        padding: 0 10px;
    }
}

/* FOOTER end */

.error-404-title {
    font-family: GothamBold, Arial, sans-serif;
    font-size: 200pt;
    text-align: center;
}

.error-description {
    font-family: GothamBold, Arial, sans-serif;
    text-align: center;
    font-size: 50pt;
}

.btn-style {
    font-size: 16pt;
    border: 2px solid white;
    line-height: 47px;
    width: 160px;
    text-align: center;
    transition: 0.2s;
    margin: 30px auto 0;
    display: block;
    text-decoration: none;
    color: white;
}

.btn-style:hover {
    color: #212574;
    background-color: white;
}

@media (max-width: 768px) {
    .error-404-title {
        font-size: 108pt;
    }

    .error-description {
        font-size: 27pt;
    }

    .btn-style {
        font-size: 14pt;
        line-height: 39px;
        width: 150px;
    }
}