/*
* code: Nicole Grishechkina
* email: lambesis.work@gmail.com / NGrishechkina@mcfr.ru
* 12.2020
*/

body{
    font-family: 'Montserrat', sans-serif;
    min-width: 320px;
    line-height: 1.4;
}
img {
    display: block;
    max-width: 100%; 
}
.title{
    font-size: 36px;
    margin-bottom: 25px;
}

/*==============*/

header{
    background-color: #383838;
}
.hero{
    padding: 70px 0;
}
.header_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}
.header_tel{
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    text-decoration: none;
}
.hero_title img{
    width: 100%;
    max-width: 400px;
    margin-bottom: 25px;
}
.hero_title{
    font-size: 16px;
}
.hero_desc{
    font-size: 22px;
}
@media(max-width: 991px){
    .hero{
        padding: 40px 0;
    }
    .hero_img img{
        margin: 0 auto;
        margin-top: 40px;
    }
}

/*==========*/

.soon{
    background-color: #f7f7f7;
    padding-top: 70px;
    padding-bottom: 100px;
}
.soon_card{
    color: #fff;
    padding: 35px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}
.soon_spec{
    border: 1px solid #fff;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.soon_title{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
}
.soon_date{
    font-size: 24px;
    margin-bottom: 20px;
}
.soon_button{
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all .3s;
}
.soon_button:hover{
    background: #f7f7f7;
}
.soon_know ul{
    margin: 0;
    padding: 0;
}
.soon_know li{
    margin-bottom: 15px;
    list-style: none;
    display: flex;
}
.soon_know li:before{
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/check.png");
    flex: none;
    margin-right: 15px;
}
@media(max-width: 991px){
    .soon_know{
        margin-top: 30px;
    }
    .soon{
        padding-top: 40px;
        padding-bottom: 50px;
    }
}


/*============*/

.cards{
    padding: 30px 0;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 35px;
}
.sort_item{
    border: 1px solid #757575;
    border-radius: 5px;
    margin: 7px 5px;
    padding: 7px 13px;
    cursor: pointer;
    transition: all .3s;
}
.sort_item:hover{
    background-color: #f7f7f7;
}
.sort_item.active{
    color: #fff;
    border-color: inherit;
}

/*============*/
.card_item_box{
    margin-bottom: 30px;
}
.card_item{
    border: 1px solid #757575;
    border-radius: 5px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: normal;
    height: 100%;
}
.card_item_sticker{
    border: 1px solid;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    align-self: baseline;
}
.card_item_img{
    height: 170px;
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 10px;
    overflow: hidden;
    transition: height .2s;
    background-position: center;
    background-size: cover;
}
.card_item_title{
    font-weight: 600;
    margin-bottom: 25px;
}
.card_item_when{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.card_item_when .date:before{
    content: '';
    width: 16px;
    height: 19px;
    background-image: url(../img/icon_date.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.card_item_when .place:before{
    content: '';
    width: 15px;
    height: 19px;
    background-image: url(../img/icon_place.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.card_item_button{
    margin-top: auto;
}
.button{
    display: block;
    background-color: #ff5e1f;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    padding: 10px 15px;
    transition: all .3s;
}
.button:hover{
    background-color: #e45016;
}
.card_item_about{
    height: 0;
    overflow: hidden;
    transition: height .2s;
}
.card_item_about .speaker{
    color: #00427a;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}
.card_item_about .about_speaker{
    font-size: 12px;
}

.card_item:hover .card_item_img{
    height: 0;
}
.card_item:hover .card_item_about{
    height: 170px;
}
@media(max-width: 991px){
    .card_item_about .speaker{
        font-size: 14px;
        margin-top: 0;
    }
}
@media(max-width: 575px){
    .card_item_sticker{
        font-size: 13px;
    }
}

/*======= gms =======*/
.gms .card_item_sticker{
    border-color: #009c9d;
    background-color: #009c9d;
}
.gms .card_item_img{
    background-image: url(../img/gms.png);
}
.sort_item_gms.active{
    background-color: #009c9d;
    border-color: #009c9d;
}
.soon_card_gms{
    background-color: #009c9d;
}
.soon_card_gms .soon_button{
    color: #009c9d;
}
/*======= sruk =======*/
.sruk .card_item_sticker{
    border-color: #00427a;
    background-color: #00427a;
}
.sruk .card_item_img{
    background-image: url(../img/vebinar.jpg);
}
.sort_item_sruk.active{
    background-color: #00427a;
    border-color: #00427a;
}
.soon_card_sruk{
    background-color: #00427a;
}
.soon_card_sruk .soon_button{
    color: #00427a;
}
/*======= kdl =======*/
.kdl .card_item_sticker{
    border-color: #e4565e;
    background-color: #e4565e;
}
.kdl .card_item_img{
    background-image: url(../img/kdl.png);
}
.sort_item_kdl.active{
    background-color: #e4565e;
    border-color: #e4565e;
}
.soon_card_kdl{
    background-color: #e4565e;
}
.soon_card_kdl .soon_button{
    color: #e4565e;
}
/*======= na =======*/
.na .card_item_sticker{
    border-color: #409a3c;
    background-color: #409a3c;
}
.na .card_item_img{
    background-image: url(../img/na.png);
}
.sort_item_na.active{
    background-color: #409a3c;
    border-color: #409a3c;
}
.soon_card_na{
    background-color: #409a3c;
}
.soon_card_na .soon_button{
    color: #409a3c;
}
/*======= elpu =======*/
.elpu .card_item_sticker{
    border-color: #005496;
    background-color: #005496;
}
.elpu .card_item_img{
    background-image: url(../img/elpu.png);
}
.sort_item_elpu.active{
    background-color: #005496;
    border-color: #005496;
}
.soon_card_elpu{
    background-color: #005496;
}
.soon_card_elpu .soon_button{
    color: #005496;
}
/*======= pvz =======*/
.pvz .card_item_sticker{
    border-color: #007695;
    background-color: #007695;
}
.pvz .card_item_img{
    background-image: url(../img/pvz.png);
}
.sort_item_pvz.active{
    background-color: #007695;
    border-color: #007695;
}
.soon_card_pvz{
    background-color: #007695;
}
.soon_card_pvz .soon_button{
    color: #007695;
}
/*======= zgv =======*/
.zgv .card_item_sticker{
    border-color: #3fc5f3;
    background-color: #3fc5f3;
}
.zgv .card_item_img{
    background-image: url(../img/zgv.png);
}
.sort_item_zgv.active{
    background-color: #3fc5f3;
    border-color: #3fc5f3;
}
.soon_card_zgv{
    background-color: #3fc5f3;
}
.soon_card_zgv .soon_button{
    color: #3fc5f3;
}
/*======= vr =======*/
.vr .card_item_sticker{
    border-color: #11a49b;
    background-color: #11a49b;
}
.vr .card_item_img{
    background-image: url(../img/vr.png);
}
.sort_item_vr.active{
    background-color: #11a49b;
    border-color: #11a49b;
}
.soon_card_vr{
    background-color: #11a49b;
}
.soon_card_vr .soon_button{
    color: #11a49b;
}
/*======= ukz =======*/
.ukz .card_item_sticker{
    border-color: #892e2f;
    background-color: #892e2f;
}
.ukz .card_item_img{
    background-image: url(../img/ukz.png);
}
.sort_item_ukz.active{
    background-color: #892e2f;
    border-color: #892e2f;
}
.soon_card_ukz{
    background-color: #892e2f;
}
.soon_card_ukz .soon_button{
    color: #892e2f;
}


/*==================*/

.support_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ss.support_box{
    margin-top: 50px;
}
.support_item{
    margin-bottom: 50px;
    filter: grayscale(1);
    transition: all .3s;
    opacity: .8;
}
.support_item:hover{
    filter: grayscale(0);
    opacity: 1;
}
.ss .support_item{
    width: 25%;
}
.ezh .support_item{
    width: 20%;
}
.support_item img{
    max-width: 170px;
    margin: 0 auto;
}

@media(max-width: 991px){
    .support_item img{
        padding: 0 30px;
    }
    .ss .support_item{
        width: 50%;
    }
    .ss .support_item img{
        max-width: 200px;
    }
    .ezh .support_item{
        width: 33%;
    }
    .ezh .support_item img{
        max-width: 150px;
    }
}

/*==========*/

footer{
    background-color: #383838;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
}
.footer_box{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}
.footer_box p {
	color: #fff;
}
.medicine{
    max-width: 300px;
}
.policy{
    color: #fff;
}
@media(max-width: 991px){
    .footer_box{
        display: block;
        text-align: center;
    }
    .medicine{
        display: block;
        margin: 0 auto;
    }
    .policy{
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }
    footer{
        padding-bottom: 30px;
    }
}

.info_coockie {
    position: fixed;
    bottom: 16px;
    left: 50%;
    z-index: 100000;
    width: 100%;
    max-width: 480px;
    padding: 12px 16px 16px;
    border-radius: 12px;
    outline: 4px solid rgba(255, 255, 255, 0.25);
    background: rgba(26, 24, 20, 0.82);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transform: translateX(-50%);
}

.info_coockie .content {}
.info_coockie .content p {
    color: #fff;
    font-size: 15px;
}
.info_coockie .content p a {
    text-decoration: underline;
    color: #fff;
}
.info_coockie .content .coockie_close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 9px 16px;
    border-radius: 4px;
    background-color: #FAF8F5;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    margin-top: 15px;
}