﻿
/* main menu */
.menu-top {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    height: var(--mm-height);
    /* background: #FFFFFF; */
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.mm-light {
    /* height: 74px;
    padding: 0px 80px; */
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.main-menu-1 {
    display: flex;
    height: var(--mm-height);
    align-content: center;
    align-items: center;
    padding: 0px 30px;
    background: #FFFFFF;
    border-bottom: solid 1px #E5E5E5;
}

.left-sub {
    margin-left: auto;
}

.mleft {
    margin: 0px 10px;
}





.mn-a1 {
    text-decoration: none;
    /* cursor: url(/img/main/Pointer.svg); */
    cursor: pointer;
    box-sizing: border-box;
    outline: currentcolor none medium;
    color: rgba(0, 0, 0, 0.4);
}

    .mn-a1:active {
        color: black;
    }

    .mn-a1:hover {
        color: black;
    }

.main-menu-cont {
    /* display: flex;
    flex-direction: row; */
    /* justify-content: space-between; */
    /* align-items: center;
    align-content: center; */
}



.dropdown-content {
    display: none;
    position: absolute;
    box-sizing: border-box;
    outline: currentcolor none medium;
    min-width: 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    z-index: 100;
}

.active {
    color: white;
}

/* кнопка */
.small-grn-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--btn-height);
    width: 80px;
    max-height: 40px;
    size: 14px;
    border-radius: 2px;
    background-color: var(--mc-grn);
    border-radius: 2px;
    text-align: center;
    cursor: url(/Content/images/Pointer.svg);
}
.small-grn-a:visited {
    color: white;
}

.small-grn-txt {
    text-transform: uppercase;
    font-family: var(--fnt-el);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    cursor: url(.Content/images/Pointer.svg);
}

.m-show {
    display: flex;
}

/* mobile menu */
.main-menu-mobile {
    display: block;
    width: 100%;
    display: none;
}



.main-menu-2 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    background: #FFFFFF;
    border-bottom: solid 1px #E5E5E5;
}

.main-menu-4 {
    display: flex;
    flex-direction: row;
    height: 64px;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 30px;
    background: #F5F5F5;
}

.m-accordion {
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.active,
.m-accordion:hover {
    color: #000000;
}

.m-accordion:after {
    content: url(~/Content/images/arrdown.svg);
    color: #000000;
    font-weight: bold;
    float: right;
}

.m-panel {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
/*    margin-top: 10px;
    margin-bottom: 10px;*/
}
.m-s-ext-top {
    padding: 6px 0px;
    color: var(--mc-bg-d);
}
.m-s-ext {
    padding: 6px 20px;
    color: var(--mc-bg-d);
}
    .m-s-ext:hover {
        color: var(--mc-b);
    }
.m-s-ext2 {

    margin-left: 20px;
    margin-top: 12px;
    margin-right: 20px;
    margin-bottom: 14px;
    color: rgba(0, 0, 0, 0.4);
}
/* mobile menu btn */
.mm-icon {
    font-size: 1.8em;
    text-decoration: none;
    color: #000000;
}

.activate:after {
    content: url(~/Content/images/arrup.svg);
    color: #000000;
}

@media screen and (max-width: 1000px) {
    .m-show {
        display: none;
    }

    .main-menu-cont {
        padding: 0px 0px;
        height: 64px;
    }

    .mm-icon {
        margin-top: 12px;
    }
}


.headCont {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 130px;
    color: var(--mc-1);
    justify-content: center;
    background-size: auto 60px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.1)), url('../Content/images/header.png');
}

.headerLeftCont {
    width: 50%;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-size: auto 100px;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 10px;
    background-image: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.1)), url('../Content/images/logo5gf.png');
}

    .headerLeftCont:hover {
        background-image: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.1)), url('../Content/images/logo5c.png');
    }

.headerRightCont {
    width: 50%;
    padding-right: 20px;
    padding-top: 20px;
    align-items: flex-end; /*min580-center  flex-end*/
    justify-content: center;
}

.headerRightB {
    vertical-align: central;
    text-align: right; /*min580-center right*/
}

.headerRightPH {
    font-family: var(--font-f);
    font-size: 1.8em;
    font-weight: bold;
    text-align: right;
}

    .headerRightPH:hover {
        color: #f87c7c;
    }

.imgLogoLink {
    font-weight: bold;
    background-color: transparent;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 630px) {
    .headCont {
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
        background-image: none;
    }

    .headerLeftCont {
        background-position: center;
        width: 100%;
        margin: 0px;
        height: 150px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        /*padding: 20px;*/
        align-items: center; /*min580-center  flex-start*/
    }

    .headerRightCont {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        padding-top: 0px;
        align-items: center; /*min580-center  flex-end*/
        justify-content: center;
    }

    .headerRightB {
        text-align: center;
    }
}

@media screen and (max-width: 630px) {
    .headerLeftCont {
        width: 100%;
        align-items: center;
    }

    .headerRightCont {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .headerRightB {
        text-align: center;
    }
}
