﻿@font-face {
    font-family: main;
    font-style: normal;
    font-weight: normal;
    src: url('/IBMPlexSans-Regular.eot');
    src: url('/IBMPlexSans-Regular.eot?#iefix') format('embedded-opentype'), url('/IBMPlexSans-Regular.ttf') format('ttf'), url('/IBMPlexSans-Regular.woff') format('woff');
}
span.lg {
    font-size: 9px;
    display: inline-block;
    margin-left: 15px;
    line-height: 1;
}
@font-face {
    font-family: main;
    font-style: normal;
    font-weight: bold;
    src: url('/IBMPlexSans-Bold.eot');
    src: url('/IBMPlexSans-Bold.eot?#iefix') format('embedded-opentype'), url('/IBMPlexSans-Bold.ttf') format('ttf'), url('/IBMPlexSans-Bold.woff') format('woff');
}

body {
    background-color: #ba141a;
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: main;
    line-height: 1.7;
    font-size: 14px;
    overflow:hidden
}

.head {
    background-color: #fef0de;
    text-align: center;
    color: #000;
    padding: 0px;
    height: 40px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    margin: auto;
    max-width: 900px;
    width: 100%;
}

h1 {
    text-align: center;
    margin:0
}

.container.text {
    position: relative;
    height: calc(100dvh - 280px);
}

.back {
    background: url(back.png) no-repeat center center;
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    background-position: bottom center;
    position: absolute;
    z-index: 0;
    left: 50%;
    margin-left: -300px;
    aspect-ratio: 1;
    width: 500px;
}

.footer {
    background: url(footer.png) no-repeat;
    height: 170px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100dvw - 160px);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 80px 20px 80px;
    font-size: 13px;
}

.logo {
    display: flex;
    justify-content: space-between;
    padding: 20px 80px 0 80px;
    align-items: flex-start
}

.logo-left {
    max-width: 250px;
    height: auto
}

.logo-right {
    max-width: 50px
}

ul {
    text-align: left;
    font-size: 12px;
}

.core {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
 }
@media(min-width:768px) and (max-width:1399px) {
    .container {
       
        max-width: 1200px;
       
    }
    .core
    {
        margin-top:20px;
    }
    p 
    {
        padding:0;
        margin:5px 0;
    }
}
    @media(max-width:767px) {
        p {
            padding: 0;
            margin: 5px 0;
        }
        span.lg {
          display:none
        }
        body {
            line-height: 1.5;
        }

        .logo {
            padding: 15px 15px 0 15px
        }

        .logo-left {
            max-width: 200px;
            height: auto;
        }

        .logo-right {
            max-width: 40px;
        }

        h1 {
            padding: 0;
            margin: 5px 0 0 0;
        }

        .core {
            display: flex;
            flex-direction: column;
            margin-top: 10px;
        }

        .footer {
            background-size: cover;
            background: url(footerm.png) no-repeat;
            height: 180px;
            width: 100%;
            display: flex;
            padding: 0 15px 10px 15px;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-end;
            background-position: center top;
            font-size:12px;
        }

        .inmain {
            min-width: auto !important
        }

        div.inmain div {
            float: none !important;
            margin: 0 !important
        }

        div.paraf {
            width: calc(100% - 30px) !important;
            text-align: left !important;
            padding: 0 15px !important;
        }

        span.red {
            margin: 10px 0
        }
    }
