body{
    font-family: 'Roboto'!important;
}

*{
    font-family: 'Roboto'!important;
}

.header-2022 {
    display: block;
    height: auto;
    overflow: visible;
    background: url(../img/header/bg-mini-head.png) no-repeat center top;
    background-size: cover;
    min-height: 131px;
    height: auto;
margin-bottom: 20px;
}

.header-2022 .inner-top {
    background: transparent;
}

.social .telegram{
  position:relative;
}



.poll-result-tile{
  padding:12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.poll-result-tile .tile-block{
margin-bottom:5px;
}
.social .telegram::before {
    content:'';
    display:block;
    position:absolute;
    width:80%;
    height:80%;
    left:8%;
    top:10%;
    background:url(/UserFiles/ContentFiles/custom/telegram-app.svg) no-repeat;
    background-size: cover;
    filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(118deg) brightness(108%) contrast(100%);
}


.social .instagram, .social .facebook,  .social .youtube, .social .vk {
    background: #3c5989;
    position:relative;
}

.social .telegram:hover,
.social .vk:hover,
.social .rutube:hover,
.social .dzen:hover
 {
    background-color: #4d75a3;
}

.social .instagram::before {
    content:'';
    display:block;
    position:absolute;
    width:80%;
    height:80%;
    left:8%;
    top:10%;
    background:url(/UserFiles/ContentFiles/custom/instagram.svg) no-repeat;
    background-size: cover;
    filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(118deg) brightness(108%) contrast(100%);
}

.social .facebook::before {
    content:'';
    display:block;
    position:absolute;
    width:80%;
    height:80%;
    left:8%;
    top:10%;
    background:url(/UserFiles/ContentFiles/custom/facebook.svg) no-repeat;
    background-size: cover;
    filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(118deg) brightness(108%) contrast(100%);
}

.social .youtube::before {
    content:'';
    display:block;
    position:absolute;
    width:85%;
    height:85%;
    left:10%;
    top:5%;
    background:url(/UserFiles/ContentFiles/custom/youtube.svg) no-repeat;
    background-size: cover;
    filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(118deg) brightness(108%) contrast(100%);
}


.social .vk::before {
    content:'';
    display:block;
    position:absolute;
    width:85%;
    height:85%;
    left:10%;
    top:10%;
    background:url(/UserFiles/ContentFiles/custom/vk.svg) no-repeat;
    background-size: cover;
    filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(118deg) brightness(108%) contrast(100%);
}

.social .social__link.rutube,
.social .social__link.dzen{
    position: relative;
}

.social .rutube::before {
    content:'';
    display:block;
    position:absolute;
    width: 20px;
    height: 20px;
    left:10%;
    top:10%;
    background:url(/UserFiles/ContentFiles/custom/rutube.svg) no-repeat;
    background-size: cover;
    filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(118deg) brightness(108%) contrast(100%);
}

.social .dzen::before {
    content:'';
    display:block;
    position:absolute;
    width: 20px;
    height: 20px;
    left:10%;
    top:10%;
    background:url(/UserFiles/ContentFiles/custom/dzen.svg) no-repeat;
    background-size: cover;
    filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(118deg) brightness(108%) contrast(100%);
}

.h2-title, .h3-title{

text-transform:none;
}

.customtext-poll{
    border: solid 1px silver;
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    background: #f9f9f9;
    padding: 2px 10px;

}


.poll-noauth{
text-align:center;
margin:20px;
}
label.poll-label-3{display:none;}

.table-poll .rownumb{
width:60px;
text-align:center!important;
}

.table-poll th{
text-align:center!important;
font-size:12px!important;
}

.table-poll td{
font-size:12px!important;
vertical-align:top!important;
}

.pollholder .result-btn{
    margin:10px 0;
}

    .nghat{
        position:relative;
    }

    .nghat::after{
        content: '';
        display: block;
        position:absolute;
        background: url(/UserFiles/ContentFiles/custom/ng/nghat.png) 0 0 no-repeat;
        background-size: contain;
        top: -20px;
        left: -24px;
        width: 48px;
        height: 48px;
            
    }

    .new_year23 #xmas{
        position: absolute;
        top:0px;
        left:0px;
        width:100%;
        height: 100%;
        background: rgba(0,0,0,0.1);
        background: rgb(59 136 215 / 10%);
    }


    .new_year23 .ngtree23{
        position: relative;
    }

    .new_year23 .ngtree23::after{
        content: '';
        display: block;
        position:absolute;
        background: url(/UserFiles/ContentFiles/custom/ng/tree23.png) 0 0 no-repeat;
        background-size: contain;
        left: -60px;
        top: -18px;
        height: 120px;
        width: 50px;
    }



    .regform23{
        position: relative;
        display: block;

    }


    .regform23 > .flex-row{
        align-items: flex-end;
    }

    .regform23 .input-field{
        padding:0px 5px;
        width:calc((100% - 223px) / 2);
    }

    .regform23 .input-field > label{
        display: block;
    }


    .regform23 .input-field > input{
        display: block;
        width: 100%;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        border-radius: 4px;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        height: 45px;
        background-color: #fff;
        border: 1px solid #eae9e9;
        border-radius: 2px;
    }

    .regform23 .input-field > input.error{
        border: 1px solid #ff0808;
    }

    .regform23 .input-field > input:focus{
        border: 1px solid #cee8ff;
    }

    .regform23 .button-holder{
        width:223px;
    }
    .regform23 .button-blue{
        padding: 14px 20px;
        font-size: 14px;
        display: block;

    }


    .regform23 .info-message, .regform23 .info-message a{
        margin-top: 20px;
        font-size: 11px;
        line-height: 12px;
        text-align: right;
        color:gray;
    }

    .regform23 .info-message a{
        text-decoration: underline;
    }

    #drawing_canvas{
        position: absolute;
        width: 100%;
        height: calc(100% + 120px);
        bottom: -30px;
        left: 0px;
    }



.single-article .list-group{

    text-align: center;
}
.single-article a.list-group-item{
    display: inline-block;
    color: #FFF;
    font-family: RobotoMedium;
    font-size: 1.0714285714rem;
    line-height: 1em;
    padding: 0.8571rem;
    margin-top: 0.8571rem;
    padding-left: 3em;
    padding-right: 3em;
    text-align: center;
    cursor: pointer;
    background: #b12807;
    outline: none;
    border: none;
}
.single-article a.list-group-item > h3{
    font-size: 1.0714285714rem;
    line-height: 1em;
}


.forum-23 .aeronet-event .speaker-list {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.forum-23 .aeronet-event .speaker-list .speaker-item{
    padding:0px;
    /*width: 146px;
    min-height: 144px;*/
    width: 175px;
    min-height: 190px;
}

.forum-23 .aeronet-event .speaker-item__img {
    /*height: 144px;*/
    height:190px;
}

.forum-23 .speaker-item__name {
    font-size: 11px;
}
.forum-23 .speaker-item__text {
    font-size: 10px;
}

.forum-23 .speaker-item__text > div {
    font-size: 10px;
}
.forum-23 .speaker-item__text > span{
display:none;
}

@media (max-width: 992px){



        .header-2022 {
            min-height: 120px;
        }

        .header-2022{
            background: #fff;
        }

        .new_year23 .ngtree_m{
            position: relative;
        }

        .new_year23 .ngtree_m::after{
            content: '';
            display: block;
            position:absolute;
            background: url(/UserFiles/ContentFiles/custom/ng/tree23.png) 0 0 no-repeat;
            background-size: contain;
            right: -60px;
            top: -13px;
            height: 120px;
            width: 50px;
        }


        .new_year23 .branding .m_fix {
            width: 100%;
            justify-content: center;
            display: flex;
        }


        .new_year23 .branding .m_fix .company{
            margin-left: -50px;
        }


        .header-2022.new_year23,
        .new_year23 .branding {
        background: transparent; 

        }
        .header-2022.new_year23{
        min-height: 100px;
        }


        .regform23 > .flex-row{
            flex-direction: column;
        }

        .regform23 .input-field, 
        .regform23 .button-holder{
            width:100%;
            padding: 10px 0;
        }
    
        .regform23 .button-holder{
            max-width: 250px;
            margin: auto;
            text-align: center;
        }

        .regform23 .info-message{
            text-align: center;
        }

}





.forum23{
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    /* background: linear-gradient(210deg, #0061a3,#001b55,#002a86);           */
    background: url(/UserFiles/ContentFiles/Aeronext23/back.svg) 00 no-repeat;
    background-size: cover !important;
    overflow: hidden;
} 

.forum23 .dots,
.forum23 .figures,
.forum23 .logo,
.forum23 .tenYears,
.forum23 .title,
.forum23 .date{
    display: block;
    position: absolute;
    background-size: contain !important;
    width: 100%;
    height: 100%;
}

.forum23 .dots{
    background: url(/UserFiles/ContentFiles/Aeronext23/dots.svg) 00 no-repeat;
    background-size: cover !important;
    /* filter: invert(69%) sepia(96%) saturate(2143%) hue-rotate(172deg) brightness(101%) contrast(95%); */
    /* filter: invert(61%) sepia(69%) saturate(1429%) hue-rotate(173deg) brightness(98%) contrast(84%); */
}

.forum23 .dots::before,
.forum23 .dots::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* width: 556px;
    height: 300px; */
    width: 36%;
    height: 30%;
    background: url(/UserFiles/ContentFiles/Aeronext23/dotsTop.png) 00 no-repeat;
    background-size: contain;
    background-position: left top;
    /* filter: invert(31%) sepia(78%) saturate(417%) hue-rotate(177deg) brightness(94%) contrast(88%); */
    filter: invert(32%) sepia(7%) saturate(7284%) hue-rotate(185deg) brightness(89%) contrast(71%);
}

.forum23 .dots::after{
    bottom: 0;
    right: 0;
    left: unset;
    top: unset;
    /* height: 80px;
    width: 400px; */
    height: 10%;
    width: 20%;
    background: url(/UserFiles/ContentFiles/Aeronext23/dotsBot.png) 00 no-repeat;
    background-size: contain;
    background-position: right bottom;
    /* filter: invert(73%) sepia(43%) saturate(294%) hue-rotate(169deg) brightness(98%) contrast(93%); */
    /* filter: invert(73%) sepia(15%) saturate(943%) hue-rotate(179deg) brightness(86%) contrast(99%); */
    filter: invert(73%) sepia(15%) saturate(943%) hue-rotate(179deg) brightness(102%) contrast(99%);
}

.forum23 .figures{
    top: 0;
    left: 60px;
    background: url(/UserFiles/ContentFiles/Aeronext23/figures.svg);
    mix-blend-mode: plus-lighter;
    filter: brightness(1.5);
    /* background: url(/UserFiles/ContentFiles/Aeronext23/pattern.png); */
    /* filter: brightness(1.75); */
    /* filter: invert(31%) sepia(16%) saturate(1879%) hue-rotate(175deg) brightness(96%) contrast(87%); */
}

.forum23 .tenYears{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80%;
    background: url(/UserFiles/ContentFiles/Aeronext23/tenYears.png) 00 no-repeat;
    background-position: center center;
}

.forum23 .logo{
    top: 8%;
    left: 10%;
    width: 500px;
    height: 100px;
    background: url(/UserFiles/ContentFiles/Aeronext23/logo.png) 00 no-repeat;
}

.forum23 .date{
    top: 10%;
    right: 8%;
    width: 200px;
    height: 100px;
    background: url(/UserFiles/ContentFiles/Aeronext23/date.png) 00 no-repeat;
}

.forum23 .title{
    bottom: 8%;
    right: 0;
    height: 140px;
    background: url(/UserFiles/ContentFiles/Aeronext23/title.png) 00 no-repeat;
    background-position: center center !important;
}
.poll-holder-complex, .pollInterface{min-height:190px;    position: relative;}


.poll-holder-complex .popupBackDrop.animated.shown{
    background: rgba(255, 255, 255, 0.65)!important;
}

.pollInterface .silver-checkbox.checkbox-label{
  display:flex;
  align-items:baseline;
}


.poll-rb-title{
font-size: 1.7rem;
   text-align: center;
}
@media(max-width:1350px){

    .forum23 .tenYears{
        height: 70%;
    }

}

@media(max-width:992px){

    .forum23{
        /* background: linear-gradient(315deg, #0061a3,#001b55,#002a86);     */
        background: url(/UserFiles/ContentFiles/Aeronext23/back-mobile.png) 00 no-repeat;      
    } 

    .forum23 .dots{
        background: url(/UserFiles/ContentFiles/Aeronext23/dotsMobile.png) 00 no-repeat;
        background-position: bottom;
        background-size: contain !important;        
    }

    .forum23 .dots::before{
        height: 200px;
    }

    .forum23 .dots::after{
        background: url(/UserFiles/ContentFiles/Aeronext23/dotsBotMobile.png) 00 no-repeat;
        background-size: contain;
        height: 70px;
        width: 230px;
        filter: unset;
    }
    
    .forum23 .tenYears{
        left: 54%;
    }

    .forum23 .logo{
        width: 300px;
        height: 60px
    }

    .forum23 .date{
        width: 110px;
        height: 60px;
    }

    .forum23 .figures{
        left: 0;
        background: url(/UserFiles/ContentFiles/Aeronext23/pattern.png);
        filter: none;
        mix-blend-mode: unset;
    }

    .forum23 .title{
        background: url(/UserFiles/ContentFiles/Aeronext23/titleMobile.png) 00 no-repeat;
    } 

}

@media(max-width:600px){
.page-poll > .h2-title{
        font-size: 1.657143rem;
        margin-bottom: 1.3713rem;
}
.pollInterface .silver-checkbox.checkbox-label{
  display:flex;
  align-items:flex-start;
}
.poll-rb-title{
font-size: 1.2rem;
   text-align: center;
font-weight:bold;
}
    .forum23 .dots::before {
        height: 160px;
    }

    .forum23 .dots::after {
        height: 50px;
        width: 165px;
    }

    .forum23 .logo{
        width: 220px;
        height: 40px
    }

    .forum23 .date{
        width: 65px;
        height: 40px;
    }

.forum-23 .aeronet-event .speaker-list .speaker-item{
    width: 244px;
    min-height: 240px;
}

.forum-23 .aeronet-event .speaker-item__img {
    height: 240px;
}




}

@media(max-width:450px){

    .forum23 .logo{
        width: 170px;
        height: 30px
    }

    .forum23 .date{
        width: 50px;
        height: 30px;
    }
}

.aside-menu ul.accordion {
  list-style: none;
  position: relative;
  background-color: #edf3ff;
}
.aside-menu ul.accordion li {
  display: block;
}
.aside-menu ul.accordion li .accordion-heading a {
  display: block;
  color: #1c335a;
  text-decoration: none;
  font-size: 1.1428571429rem;
  line-height: 1.2em;
  padding-top: 0.59997rem;
  padding-bottom: 0.59997rem;
  padding-left: 0.8571rem;
  padding-right: 0.8571rem;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.aside-menu ul.accordion li .accordion-heading a:hover, .aside-menu ul.accordion li .accordion-heading a.active {
  background-color: #32528e;
  color: #fff;
}
.aside-menu .h2-border.ident-top-12 noindex {
  color: #1c335a;
  position: relative;
  font-size: 2.1428571429rem;
  line-height: 1.4em;
  text-transform: uppercase;
  margin-top: -0.2em;
  margin-bottom: 1.1427285714rem;
  display: block;
}
