/*Reboot*/

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*::before,
*::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

.btn,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn:focus,
button:focus {
    outline: none;
}

a[href^=tel] {
    color: #000;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}


body {
    max-width: 100%;
    min-width: 320px;
    font-weight: 300;
    font-size: 1.1vw;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

.li {
    list-style: none;
}

/* MAIN STYLES */

.main__container {
    width: 100%;
    max-width: 1344px;
    margin: auto;
}

/* Header ----------------------------------   */
.header__container {
    display: flex;
    background-color: #A6192E;
    color: white;
    padding: 40px;
}

.left_header {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 50px;
}

.header__container h1 {
    font-size: 64px;
    font-weight: bold;
}

.header__container h3 {
    font-size: 36px;
    line-height: 120%;
}

.header__container p {
    font-size: 24px;
    line-height: 140%;
}

.img_logo {
    width: 100%;
}

.img_logo img {
    width: 100%;
}

.right {
    width: 70%;
}

.img_container {
    width: 100%;
    display: flex;
    justify-content: end;
}

.img_container img {
    width: 67%;
    max-height: 400px;
}

/* Content --------------------------------- 1 */
.content__1__container {
    display: flex;
    padding: 40px;
}

.left_ct_1 {
    width: 50%;
}

.left_ct_1 img {
    width: 100%;
    max-height: 400px;
}

.right_ct-1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0px 40px 40px;
    color: #133C5C;
}

.right_ct-1 h1 {
    font-weight: bold;
    font-size: 44px;
}

.right_ct-1 h3 {
    font-size: 32px;
}

.right_ct-1 p {
    font-size: 24px;
    color: #000;
}

.right_ct-1 a {
    color: white;
    background-color: #A6192E;
    width: 50%;
    text-align: center;
    margin-left: 50%;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 24px;
}

/* Content --------------------------------- 2 */
.content__2__container {
    display: flex;
    background-color: #A6192E;
    padding: 40px;
}

.left_ct_2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

.left_ct_2 h1 {
    font-size: 48px;
    line-height: 120%;
}

.left_ct_2 h3 {
    font-size: 36px;
    line-height: 140%;
}

.left_ct_2 p {
    font-size: 20px;
    line-height: 140%;
}

.left_ct_2 a {
    background-color: #133C5C;
    color: white;
    text-align: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 24px;
    width: 50%;
}

.right_ct_2 {
    width: 50%;
    display: flex;
    justify-content: end;
}

.right_ct_2 img {
    width: 90%;
    max-height: 400px;
}

/* Content --------------------------------- 3 */
.content__3__container {
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

.ct_3_block {
    width: 30%;
    text-align: center;
}

.ct_3_block img {
    width: 100%;
    padding-bottom: 12px;
}

.ct_3_block p {
    padding-bottom: 12px;
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.ct_3_block a {
    color: #A6192E;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}

/* Footer -----------------------------------  */
.footer__container {
    display: flex;
    flex-direction: column;
    padding: 40px;
    margin-top: 50px;
}

.footer__container h1 {
    text-align: center;
    font-size: 58px;
    font-weight: bold;
    color: #133C5C;
}

.footer__container a {
    text-align: center;
    width: 50%;
    margin-left: 25%;
    margin-top: 75px;
    background-color: #133C5C;
    color: white;
    text-align: center;
    padding: 25px 40px;
    border-radius: 8px;
    font-size: 36px;
}

.footer__container p {
    font-weight: bold;
    font-size: 18px;
    margin-top: 300px;
    margin-left: -40px;
}

@media screen and (max-width: 1200px) {
    .header__container h1 {
        font-size: 56px;
    }

    .header__container h3 {
        font-size: 28px;
    }

    .header__container p {
        font-size: 18px;
    }

    .right_ct-1 h1 {
        font-size: 40px;
    }

    .right_ct-1 h3 {
        font-size: 28px;
    }

    .right_ct-1 p {
        font-size: 22px;
    }

    .right_ct-1 a {
        font-size: 20px;
    }

    .left_ct_2 h1 {
        font-size: 38px;
    }

    .left_ct_2 h3 {
        font-size: 28px;
    }

    .left_ct_2 p {
        font-size: 18px;
    }

    .left_ct_2 a {
        font-size: 20px;
    }

    .ct_3_block p {
        font-size: 18px;
    }

    .ct_3_block a {
        font-size: 18px;
    }

    .footer__container h1 {
        font-size: 48px;
    }

    .footer__container a {
        font-size: 28px;
    }

    .footer__container p {
        font-weight: bold;
        font-size: 16px;
        margin-top: 300px;
        margin-left: -40px;
    }
}

@media screen and (max-width: 640px) {
    .header__container {
        flex-direction: column;
        padding: 20px;
    }

    .left_header {
        width: 100%;
        text-align: center;
    }

    .right {
        width: 100%;
    }

    .img_container img {
        width: 100%;
        margin-left: 0%;
    }

    .header__container h1 {
        display: none;
    }

    .header__container h3 {
        margin-top: 30px;
        font-size: 32px;
    }

    .header__container p {
        margin-top: 30px;
        font-size: 20px;
    }

    .content__1__container {
        flex-direction: column-reverse;
        padding: 20px;
    }

    .left_ct_1 {
        width: 100%;
    }

    .left_ct_1 img {
        margin-top: 30px;
    }

    .right_ct-1 {
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }

    .right_ct-1 h3 {
        margin-top: 30px;
    }

    .right_ct-1 p {
        margin-top: 30px;
    }

    .right_ct-1 a {
        width: 80%;
        margin-left: 10%;
        margin-top: 30px;
    }

    .content__2__container {
        flex-direction: column;
        padding: 20px;
    }

    .left_ct_2 {
        width: 100%;
        text-align: center;
    }

    .left_ct_2 h1 {
        font-size: 48px;
    }

    .left_ct_2 h3 {
        margin-top: 30px;
    }

    .left_ct_2 p {

        margin-top: 30px;
    }

    .left_ct_2 a {
        width: 100%;
        margin-top: 30px;
    }

    .right_ct_2 {
        width: 100%;
    }

    .right_ct_2 img {
        width: 100%;
        margin-left: 0%;
        margin-top: 30px;
    }

    .content__3__container {
        flex-direction: column;
        padding: 20px;
    }

    .ct_3_block {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }

    .ct_3_block p {
        font-size: 22px;
    }

    .ct_3_block a {
        font-size: 22px;
    }



    .footer__container {
        padding: 20px;
        margin-top: 50px;
    }

    .footer__container h1 {
        font-size: 36px;
        line-height: 120%;
    }

    .footer__container a {
        width: 100%;
        margin-left: 0%;
        font-size: 20px;
        margin-top: 30px;
    }

    .footer__container p {
        font-size: 12px;
        text-align: center;
        margin-left: 0;
        line-height: 150%;
    }
}