html{
    height: 100%;
}
body {
    font: 16px VDNH;
    color: #333;
    background: #d2d2d2;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
header{
    max-width: 1600px;
    margin: 0 auto;
    background: #fff;
    flex: 0 0 auto;
    width: 100%;
	position: sticky;
	top: 0;
	z-index: 100;
}

@media (max-width: 768px) {
	header{
		background: transparent;
	}
}

header > .menu{
    display: grid;
    grid-template-columns: 140px 1fr;
}
header > .menu > .headerLogo{
    width: 140px;
    position: relative;
}
header > .menu > .headerLogo img{
    width: 100%;
    position: absolute;
}
header > .menu > .container-fluid > .topLineHeader{
    border-bottom: 0.5px solid #D0CECE;
    margin: 0;
    height: 44px;
}
header > .minMenu{
    display: none;
}
header > .menu > .container-fluid > .topLineHeader > .rightTopLineHeader{
    display: flex;
    justify-content: space-between;    
    align-self: center;
}
header > .menu > .container-fluid > .topLineHeader > .leftTopLineHeader {
    display: grid;
    align-self: center;
    grid-template-columns: 30% 70%;
    padding-right: 0;
}
header > .menu > .container-fluid > .topLineHeader > .rightTopLineHeader > .item,
header > .menu > .container-fluid > .topLineHeader > .leftTopLineHeader > .item{
    display: inline-block;
    align-self: center;
    flex-wrap: nowrap;
}
header > .menu > .container-fluid > .topLineHeader > .rightTopLineHeader > .item.headerSoc{
    margin: 0 auto;
}
header > .menu > .container-fluid > .topLineHeader > .leftTopLineHeader > .langSite > a{
    text-transform: uppercase;
    font-family: 'VDNH';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #F7323F;
    display: inline-block;
    float: right;
    margin-right: 50px;
}
header > .menu > .container-fluid > .topLineHeader > .leftTopLineHeader > .langSite > a:hover{
    text-decoration: none;
}
header > .menu > .container-fluid > .topLineHeader > .leftTopLineHeader > .item.langSite >a:before{
    content: url('/local/templates/expo/img/en_flag.png');
    margin-right: 10px;
    position: relative;
    top: 2px;
}

@media (max-width: 768px) {
    body{
        max-width: 100%;
        min-width: auto;
    }
    header {
        max-width: 768px;
        /*height: 85px;*/
    }
    header > .menu.descMenu{
        display: none;
    }
    header > .minMenu{
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    header > .minMenu > .listMinMemu > .header__nav__items{
        list-style: none;
        padding-bottom: 33px;
    }
    header > .minMenu > .listMinMemu > .header__nav__items > li{
        margin-bottom: 35px;
    }
    header > .minMenu > .listMinMemu > .header__nav__items > li > .header__subnav{
        list-style: none;
    }
    header > .minMenu > .listMinMemu > .header__nav__items > li > .header__subnav > .header__subnav__item{
        padding: 15px;
    }
    header > .minMenu > .listMinMemu > .header__nav__items > li > .header__subnav > .header__subnav__item:last-child{
        padding-bottom: 0;
    }
    header > .minMenu > .listMinMemu > .header__nav__items >.through_contact{
        display: none;
    }
    header > .minMenu > .listMinMemu > .header__nav__items > .header__nav__item a{
        font-family: VDNH;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
        text-transform: uppercase;
    }
}
header > .minMenu .minNavAndLogo{
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    padding-top: 27px;
}
header > .minMenu .minNavAndLogo .minNavAndLogoImg{
    display: inline-block;
}
header > .minMenu .minNavAndLogo .minNavAndLogoImg img{
    width: 61px;
}
header > .minMenu .minNavAndLogo .minMenuHiden,
header > .minMenu .minNavAndLogo .minMenuShow{
    position: relative;
    top: 8px;
    right: 15px;
    padding: 10px;
	background-color: #F7323F;
}
header > .minNavAndLogo .minMenuShow {
    background: #186EDA;
}
header > .minMenu .minNavAndLogo .minMenuHiden img,
header > .minMenu .minNavAndLogo .minMenuShow img{
    width: 30px;
}
header > .minMenu .minMenuHiden,
header > .minMenu .listMinMemu {
    display: none;
}

header > .minMenu.active .minMenuHiden,
header > .minMenu .minMenuShow,
header > .minMenu.active .listMinMemu {
    display: block;
}
header > .minMenu.active{
    background: #186EDA;
}
.minMenu.active .minMenuShow {
    display: none;
}

body > main{
    max-width: 1600px;
    margin: 0 auto;
    flex: 1 0 auto;
    background: #fff;
}

body > footer {
    width: 100%;
    bottom: 0;
    flex: 0 0 auto;
}
body > footer > .footerBlok{
    background: #F7323F;
    color: rgb(255, 255, 255);
    max-width: 1600px;
    margin: 0 auto;
    padding: 70px 6.5%;
}
body > footer > .footerBlok > div > .footContacts{
    display: flex;
    justify-content: space-between;
}
body > footer > .footerBlok > div > .footContacts > .footInfo,
body > footer > .footerBlok > div > .footContacts > .footDescSoc,
body > footer > .footerBlok > div > .footContacts > .footAdress{
    display: inline-block;
    margin-bottom: 68px;
}
body > footer > .footerBlok > div > .footContacts > .footInfo,
body > footer > .footerBlok > div > .footContacts > .footAdress,
body > footer > .footerBlok > div > .footContacts > .footAdress > a{
    font-family: VDNH;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}
body > footer > .footerBlok > div > .footContacts > .footDescSoc > a{
    margin: 0 6px;
    display: inline-block;
}
body > footer > .footerBlok > div >.footMenu{
    margin-bottom: 22px;
}
body > footer > .footerBlok > div > .footMenu > .footStoreAndPlay{
    display: flex;
}

body > footer > .footerBlok > div > .footMenu > .footStoreAndPlay > a{
    margin-bottom: 0;
    margin-left: 10px;
    min-width: 156px;
    display: inline-block;
}
body > footer > .footerBlok > div > .footMenu > .footStoreAndPlay > a img{
    width: 100%;
}
body > footer > .footerBlok > div >.footcopyright > .item{
    display: inline-block;
    margin-right: 60px;
    font-family: VDNH;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    color: #FFFFFF;
}
body > footer > .footerBlok > div >.footcopyright >.footDescSoc{
    display: none;
}
@media (max-width: 768px) {
    body > footer > .footerBlok > div > .footContacts {
        display: block;
    }
    body > footer > .footerBlok > div > .footContacts > .footDescSoc{
        display: none;
    }
    body > footer > .footerBlok > div > .footContacts > .footInfo,
    body > footer > .footerBlok > div > .footContacts > .footAdress{
        min-width: 100%;
        margin-bottom: 30px;
    }
    body > footer > .footerBlok > div > .footContacts > .beforeContentContact:before{        
        content: 'Контакты';
        display: block;
        font-family: VDNHLebedev2;
        text-transform: uppercase;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
        margin-bottom: 7px;
    }
    body > footer > .footerBlok > div >.footMenu{
        min-width: 100%;
        display: block;
    }
    body > footer > .footerBlok > div >.footMenu:before{
        content: 'Карта сайта';
        display: block;
        font-family: VDNHLebedev2;
        text-transform: uppercase;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
        margin-bottom: 7px;
    }
    body > footer > .footerBlok > div >.footMenu > .footStoreAndPlay{
        display: none;
    }
    body > footer > .footerBlok > div >.footMenu > .footMap{
        min-width: 100%;
        margin-bottom: 30px;
    }
    body > footer > .footerBlok > div > .footMenu > .footMap .footer__nav__items{
        border-bottom: none;
    }
    body > footer > .footerBlok > div > .footMenu > .footMap .footer__nav__item {
        display: flex;
        margin-bottom: 10px;
    }
    body > footer > .footerBlok > div >.footcopyright{
        text-align: center;
    }
    body > footer > .footerBlok > div >.footcopyright >.footDescSoc a{
        margin: 6px;
        display: inline-block;
    }
    body > footer > .footerBlok > div >.footcopyright >.footDescSoc,
    body > footer > .footerBlok > div >.footcopyright >.item{
        display: inline-block;
        min-width: 100%;
        margin-bottom: 7px;
        margin-right: 0;
    }
    body > footer > .footerBlok > div >.footcopyright >.footDescSoc{
        margin-bottom: 12px;
    }
}