@import url(lvDefault.css);
@import url(lvArea.css);
@import url(lvTestOnline.css);
@import url(lvKursOnline.css);


:root {
    --bg-body-color: #ffffff;

    --def-text-color: #212121;
    --def-text2-color: #434343;
    --def-text-primary: #ff8400;
    --def-text-white: #ffffff;
    --def-text-black: #212121;
    --def-text-red: #db0500;
    --def-text-green: #1c8104;

    --def-text-size: 18px;
    --def-text-weight: 400;

    --def-color-grey0: #f6f6f6;
    --def-color-grey1: #e5e5e5;
    --def-color-grey2: #b0b0b0;
    --def-color-grey3: #777777;
    --def-color-grey4: #3d3d3d;

    --a-color: #ff8400;
    --a-hover-color: #ff8400;

    --input-btn-bg: rgba(255, 132, 0);
    --input-btn-bg-hover: #ff8400;
    --input-btn-border-radius: 0px;
    --input-btn-textcolor-hover: #fff;

    --input-bg: #ffffff;
    --input-border: #e0e0e0;
    --input-border-radius: 0px;
    --input-border-color-focus: #ff8400;

    --def-text-header-color: #ff8400;
    --def-text-title-color: #696868;

    --def-border-image-color: #dcdcdc;

    --def-table-border-color: #f1f1f1;
    --def-table-bg-hover-color: #f7f7f7;
}


/* main */

.main100 {
    width: 100%;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.main {
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/* header */

header {
    display: flex;
    flex-direction: column;
    min-height: 147px;
}

header #logoBox {
    position: absolute;
    z-index:2;
    left:0;
    top:0;
    height: 147px;
    width: 400px;
    background: url("../img/header.png") no-repeat right top;
}

header #head1 .main {
    position: relative;
    z-index: 2;

    height: 97px;
    display: flex;
    justify-content: right;
}

header #head2 {
    position: relative;
    z-index: 1;
    background: #000;
    width: 100%;
    min-height: 50px;
}

header #logo {
    display: block;
    margin: 10px 0 0 20px;
}

header #logo img {
    width: 100%;
    max-width: 128px;
}

header #headerPP {
    display: flex;
    align-items: center;
}

header #headerPP a {
    display: flex;
    align-items: center;
    margin-right: 15px;
    color:#000;
}

header #headerPP a:hover {
    color: var(--a-color);
}

header #headerPP a img {
    margin-right: 10px;
}

header #headerPP span {
    height: 20px;
    margin-right: 15px;
    border-right: solid 1px #000;
}


/** NAVIGATION **/

/* nav menu top */

nav#menu {
    display: flex;
    justify-content: right;
}

nav#menu a {
    padding: 0px 10px;
    line-height: 50px;
    font-size: 16px;
    color: var(--def-text-white);
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

nav#menu a:hover, nav#menu a.sel {
    color: var(--a-hover-color);
}

.ico_home {
    filter: invert(90%);
}

/* submenu */

.subMenu nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-bottom: solid 2px #000;
    flex-wrap: wrap;
}

.subMenu nav a {
    padding: 5px 10px;
    margin: 0 3px;
    color:#212121;
    font-weight: bold;
}

.subMenu nav a.sel {
    color: var(--a-color);
}


/* nav menu category - left */

nav#menull {
    margin: 30px 0;
}

nav#menull a {
    font-size: 14px;
    color: var(--def-text2-color);
    font-weight: 600;
    padding: 3px 5px;
    margin-bottom: 1px;
    display: block;
    border-left: solid 3px var(--a-hover-color);
}

nav#menull a.m2 {
    padding-left: 15px;
    border-color: rgba(19, 70, 86, 0.53);
}

nav#menull a.m3 {
    padding-left: 25px;
    border-color: rgba(15, 111, 148, 0.29);
}

nav#menull a:hover, nav#menull a.sel {
    color: var(--a-hover-color);
    border-left: solid 3px var(--a-hover-color);
}


/* nav menu footer */

nav#menust {
    display: flex;
    justify-content: center;
    background: #000;
    height: 55px;
    position: relative;
    z-index: 2;
}

nav#menust a {
    padding: 0px 10px;
    line-height: 55px;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

nav#menust a:hover, nav#menust a.sel {
    color: var(--a-hover-color);
}




/** CONTENT **/

section.content .main {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

section.content.colsLeft .main {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

/* left column */

section.content aside {
    width: 18%;
}

section.content aside .naglLL {
    font-size: 16px;
    font-weight: 700;
}

/* body column */

section.content.colsLeft .contentBody {
    width: 100%;
}

section.content .contentBody {
    width: 100%;
}


/** FOOTER **/

section.footer {
    background: url("../img/bg_kontakt.png") no-repeat top center;
    position: relative;
}

section.footer .footer_info {
    height: 405px;
    display: flex;
    justify-content: right;
}

section.footer .footer_info #formst {
    display: flex;
    text-align: right;
    align-items: center;
    font-size: 32px;
    line-height: 160%;

}

section.footer .footer_info #kontaktst {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 100px;
}

section.footer .footer_info #kontaktst a {
    display: flex;
    align-items: center;
    margin: 2px 0;
    color:#000;
    font-size: 21px;
    font-weight: 400;
}

section.footer .footer_info #kontaktst a:last-child {
    font-weight: 600;
    color: var(--a-color);
}

section.footer .footer_info #kontaktst a img {
    margin-right: 10px;
}

section.footer::before {
    content: "";
    width: 297px;
    height: 149px;
    background: url("../img/rectangle_big.png") no-repeat center top;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left:-149px;
}


footer {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

footer div {
    font-size: 12px;
    color: var(--def-color-grey4);
}

footer div a {
    color: var(--def-color-grey4)
}

#kup_dostep {
    position: absolute;
    top:0;
    right:0;
    background: #ff8400;
    color:#fff;
    padding: 5px 15px 5px 40px;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 100%,
            30px 100%,
            0 calc(100% - 30px)
    );
    animation: opacityPulse 2s ease-in-out infinite;

}

@keyframes opacityPulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}