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

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

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: #186EDA;
    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.flag_ru:before{
    content: url('/local/templates/expo/img/en_flag.png');
    margin-right: 10px;
    position: relative;
    top: 2px;
}
header > .menu > .container-fluid > .topLineHeader > .leftTopLineHeader > .item.langSite >a.flag_en:before{
    content: url('/local/templates/expo/img/ru_flag.png');
    margin-right: 10px;
    position: relative;
    top: 2px;
}
@media (max-width: 768px) {
    html{
        min-width: 320px;
    }
    body{
        max-width: 100%;
        min-width: 320px;
    }
    header {
        max-width: 768px;
        position: inherit;
        /*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: 45px;
    margin: 7px 10px;
}
header > .minMenu .minNavAndLogo .langSite{
    margin-left: auto;
    margin-right: 0;
    padding-top: 20px;
}
header > .minMenu .minNavAndLogo .langSite a.header__lang{
    color: #186EDA;
    font-weight: bold;
    text-transform: uppercase;
}
header > .minMenu.active .minNavAndLogo .langSite a.header__lang{
    color: #ffffff;
}
header > .minMenu .minNavAndLogo .langSite >a.flag_ru:before{
    content: url('/local/templates/expo/img/en_flag.png');
    margin-right: 10px;
    position: relative;
    top: 2px;
}
header > .minMenu .minNavAndLogo .langSite >a.flag_en:before{
    content: url('/local/templates/expo/img/ru_flag.png');
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.langSite--none{
    display: none;
}
.minMenu__search{
    width: 27px;
    height: 40px;
    overflow: hidden;
    margin-top: 9px;
    margin-right: 33px;
    margin-left: 42px;
}
.minMenu__search--active{
    width: 56%;
    margin-left: auto;
    margin-right: 6%;
    border: 1px solid #186EDA;
}

header > .minMenu .minNavAndLogo .minMenuHiden,
header > .minMenu .minNavAndLogo .minMenuShow{
    position: relative;
    top: 8px;
    right: 15px;
    padding: 10px;
	background-color: rgb(24, 110, 218);
}
header > .minNavAndLogo .minMenuShow {
    background: #186EDA;
}
header > .minMenu .minNavAndLogo .minMenuHiden img,
header > .minMenu .minNavAndLogo .minMenuShow img{
    width: 20px;
}
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: 1620px;
    margin: 0 auto;
    flex: 1 0 auto;
    background: #fff;
}

body > footer {
    width: 100%;
    bottom: 0;
    flex: 0 0 auto;
}
body > footer > .footerBlok{
    background: #186EDA;
    color: rgb(255, 255, 255);
    max-width: 1620px;
    margin: 0 auto;
    padding: 69px 136px 124px 136px;
}
body > footer > .footerBlok > div > .footContacts{
    display: flex;
    justify-content: space-between;
}

body > footer > .footerBlok > div > .footContacts > .footBlockAdress{
    display: flex;
    margin-right: 3%;
}
body > footer > .footerBlok > div > .footContacts > .footBlockAdress > .beforeContentContact{
    margin-right: 47px;
}
body > footer > .footerBlok > div > .footContacts > .footInfo,
body > footer > .footerBlok > div > .footContacts > .footDescSoc,
body > footer > .footerBlok > div > .footContacts > .footBlockAdress .footAdress{
    display: inline-block;
    margin-bottom: 48px;
}
body > footer > .footerBlok > div > .footContacts > .footDescSoc{
    margin-left: -8%;
    margin-top: 2px;
}
body > footer > .footerBlok > div > .footContacts > .footInfo,
body > footer > .footerBlok > div > .footContacts > .footAdress{
    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 > .footBlockAdress > .footAdress > a{
    font-family: VDNH;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    text-decoration: none;
}
body > footer > .footerBlok > div > .footContacts > .footDescSoc > a{
    margin: 0 7px;
    display: inline-block;
}
body > footer > .footerBlok > div >.footMenu{
    margin-bottom: 18px;
}
body > footer > .footerBlok > div > .footMenu > .footStoreAndPlay{
    margin-right: 5.6%;
}
body > footer > .footerBlok > div > .footMenu > .footStoreAndPlay > a{
    margin-bottom: 0;
    margin-left: 0px;
}
body > footer > .footerBlok > div > .footMenu > .footStoreAndPlay > a img{
    width: 162px;
    height: auto;
}
body > footer > .footerBlok > div >.footcopyright > .item{
    display: inline-block;
    margin-right: 71px;
    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: 1440px) {
    body > footer > .footerBlok{
        padding: 69px 2.3% 124px 2.3%;
    }
    body > footer > .footerBlok > div > .footMenu > .footStoreAndPlay{
        margin-right: 0%;
    }
}
@media (max-width: 768px) {
    body > footer > .footerBlok {
        padding: 47px 2.3% 22px 2.3%;
    }
    body > footer > .footerBlok > .mobilBlock{
        margin: 0;
    }
    body > footer > .footerBlok > div > .footContacts{
        display: block;
    }
    body > footer > .footerBlok > div > .footContacts > .footDescSoc{
        display: none;
    }
    body > footer > .footerBlok > div > .footContacts > .footBlockAdress {
        flex-direction: column;
        margin-bottom: 46px;
    }
    body > footer > .footerBlok > div > .footContacts > .footInfo{
        min-width: 100%;
        margin-bottom: 33px;
    }
    body > footer > .footerBlok > div > .footContacts > .footInfo p{
        margin-bottom: 10px;
    }
    body > footer > .footerBlok > div > .footContacts > .footBlockAdress > .footAdress{
        min-width: 100%;
        margin-bottom: 0;
    }
    body > footer > .footerBlok > div > .footContacts > .footBlockAdress > .footAdress p{
        margin-bottom: 12px;
    }
    body > footer > .footerBlok > div > .footContacts .footBlockAdress > .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;
        margin-bottom: 41px;
    }
    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: 8px;
    }
    body > footer > .footerBlok > div >.footcopyright{
        text-align: center;
    }
    body > footer > .footerBlok > div >.footcopyright >.footDescSoc a{
        margin: 0 9px 4px 0;
        display: inline-block;
    }
    body > footer > .footerBlok > div >.footcopyright >.footDescSoc a img{
        max-width: 29px
    }
    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: 7px;
    }
}
/* Политика куки */
.cookiepolitic{
    display: none;
    position: fixed;
    left: 16px;
    bottom: 16px;
    max-width: 360px;
    min-height: 206px;
    height: auto;
}
.cookiepolitic--active{
    display: block;
    z-index: 99;
}
.cookiepolitic__wrap{
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 12px 24px -6px rgba(96, 96, 96, 0.15), 0px 0px 1px rgba(96, 96, 96, 0.1);
    border-radius: 4px;
    padding: 24px 16px;
}
.cookiepolitic__head{
    font-family: Suisse Intl;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.cookiepolitic__body{
    font-family: Suisse Intl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 16px;
}
.cookiepolitic__link{
    color: #333778;
}
.cookiepolitic__button{
    background: #333778;
    box-shadow: 0px 2px 2px -2px rgba(34, 38, 50, 0.3);
    border-radius: 4px;
    font-family: Suisse Intl;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    box-sizing: border-box;
    height: 32px;
    padding-top: 8px;
    cursor: pointer;
}
@media(max-width: 376px){
    .cookiepolitic{
        left: 8px;
        right: 8px;
        bottom: 8px;
    }
}
