* {
    margin: 0;
    padding: 0;
}



body {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.clear {
    clear: both;
}

.container {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0px 40px;
    position: relative;
}

.bl1 {
    background-image: url(../img/bl1-fon.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 60px 0 50px;
    position: relative;
}

img.bl1-i1 {
    margin-right: 10px;
    float: left;
    width: 90px;
    margin-top: -23px;
}

.bl1-b2 {
    float: right;
    text-align: right;
    margin-top: -38px;
}

p.bl1-plogo {
    font-size: 16px;
    font-weight: bold;
}

.header {
    padding: 25px 0px 35px;
}

.bl1-wrap {
    max-width: 590px;
    text-align: center;
}

.bl1-b5 {
    display: inline-block;
    background: #ba2121;
    color: #fff;
    padding: 7px 16px;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

h1.bl1-h1 {
    font-size: 80px;
    color: #085e84;
    font-family: "Times New Roman";
    text-transform: uppercase;
    font-weight: 500;
    line-height: 76px;
    margin: 20px 0;
}

.bl1-b4 {
    font-size: 56px;
}

.bl1-b3 {
    font-size: 33px;
}

.bl1-b3n {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    text-shadow: #000 1px 1px 1px;
}

a.bl1-a1 {
    font-size: 33px;
    text-transform: uppercase;
    width: 100%;
    max-width: 365px;
    text-align: center;
    margin: 0 auto;
    background-color: #075075;
    display: block;
    color: #fff;
    padding: 7px 0;
    border: 2px solid #75a7c1;
    background: linear-gradient(to top, #075075 40%, #1581b1);
    position: relative;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 15px;
    box-shadow: -2px 3px 8px 0px #484848;
}

.bl2-title {
    font-size: 36px;
    text-align: center;
}

.bl2-title:after {
    content: "";
    display: block;
    max-width: 80px;
    border-radius: 15px;
    height: 8px;
    background: #6395fd;
    margin: 14px auto;
    margin: 14px auto 40px;
}

.bl2-col {
    width: 33%;
    float: left;
}

.bl2-col p {
    background-image: url(../img/ico.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 23px;
    margin-bottom: 22px;
    padding-left: 43px;
    background-size: 36px;
}

.bl2 {
    padding: 40px 0 20px;
}

.bl3 {
    background-image: url(../img/bl2-fon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 48px 0 60px;
    position: relative;
}

.bl3-wrap {
    float: right;
    max-width: 500px;
    color: #fff;
    padding-right: 60px;
    box-sizing: border-box;
}

.bl3-tit2 {
    font-size: 50px;
    font-family: "Times New Roman";
    margin-bottom: 13px;
}

.bl3-tit1 {
    font-family: "Times New Roman";
    font-size: 19px;
}

.bl3-p1 {
    margin-bottom: 30px;
}

.foot {
    padding: 35px 0 10px;
}

.blf-b1 {
    float: right;
    font-size: 39px;
    color: #d40c0c;
    font-weight: bold;
    font-style: italic;
    margin-top: -48px;
}

img {
    max-width: 100%;
}

img.blc {
    width: 100%;
}

.c {
    text-align: center;
    padding: 5px 0 15px;
    font-size: 14px;
}

@media all and (max-width:900px) {
    .bl2-col {
        float: initial;
        width: 402px;
        margin: 0px auto;
    }
}

@media all and (max-width:500px) {
    h1.bl1-h1 {
        font-size: 50px;
    }

    .bl2-col {
        float: initial;
        width: 100%;
        margin: 0px auto;
    }

    .blf-b1 {
        float: right;
        font-size: 39px;
        color: #d40c0c;
        font-weight: bold;
        font-style: italic;
        margin-top: -6px;
    }
}





/********************
*Header Menu
********************/
.header-menu .combobox-body,
.header-menu {
    background: #7f1923;
}

.header-menu ul li a,
.header-menu ul,
.header-menu .logo {
    color: #fff;
}

.header-menu svg {
    fill: #fff;
}

/*******************/
a {
    text-decoration: none;
}

.arrow-title {
    display: none;
}


.header-menu {
    position: relative;
    padding: 5px 0;
}

.section-footer .container,
.header-menu .container {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1170px;
    width: 100%;
}

.header-menu .logo h2 {
    font-size: 16px;
}

.section-footer .logo,
.header-menu .logo {
    display: flex;
    align-items: center;
}

.section-footer .logo h2,
.section-menu .logo h2 {
    font-size: 16px;
}

.section-footer .logo svg,
.header-menu .logo svg {
    max-width: 60px;
    width: 100%;
    margin-right: 10px;
}

.section-footer ul,
.header-menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.section-footer ul li,
.header-menu ul li {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.section-footer ul li svg,
.header-menu ul li svg {
    width: 18px;
    margin-right: 5px;
}

.header-menu ul li a,
.section-footer ul li a {
    font-size: 16px;
}


.copyright {
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
}

@media screen and (max-width:1120px) {

    .section-footer .container,
    .menu-header .container {
        flex-direction: column;
    }

    .section-footer ul,
    .menu-header.combobox {
        margin-top: 5px;
    }
}

@media screen and (max-width: 1120px) {

    .header-menu .combobox-body.show {
        display: block;
        z-index: 10;
    }

    .arrow-title {
        display: block;
    }

    .menu-header .container {
        flex-direction: row;
    }

    .combobox .icon {
        width: 14px;
    }

    .header-menu ul {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .header-menu ul li a {
        padding: 2px 6px;
    }

    .header-menu .combobox-title {
        margin-top: 5px;
    }

    .header-menu .combobox-body {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 5px 25px 10px 10px;
    }

    .section-footer ul li {
        margin-top: 5px;
    }

    .header-menu ul {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 580px) {
    .menu-header .container {
        flex-direction: column;
    }

    .header-menu .combobox {
        flex-direction: row;
        width: 100%;
    }

    .header-menu .logo svg {
        max-width: 50px;
    }

    .header-menu .combobox {
        justify-content: center;
        margin-top: 4px;
        border-top: 1px solid #fff;
    }

    .header-menu ul li a {
        padding-left: 3px;
    }

    .header-menu ul li {
        padding-left: 0;
    }

    .header-menu ul li .arrow-title {
        margin-left: 3px;
    }

}

@media screen and (max-width: 375px) {

    .header-menu .logo h2,
    .section-footer .logo h2 {
        font-size: 14px;
    }

    .header-menu ul li a,
    .section-footer ul li a {
        font-size: 13px;
    }

    .header-menu ul li svg {
        margin-right: 0;
    }

    .header-menu .logo svg {
        margin-right: 5px;
    }

    .header-menu .logo svg,
    .section-footer .logo svg {
        max-width: 44px;
    }

}


/********************
* Section Footer
********************/

.section-footer {
    background: #8c005a;
}

.section-footer svg {
    fill: #fff;
}

.section-footer .logo,
.section-footer ul li a,
.section-footer h2 {
    color: #fff;
}