#wrapper{
    background:#f5f5f5;
}
#header{
    background:url(/new/header_bg_desktop.jpg);
    height:433px;
    padding:40px 0;
    background-size:cover;
}
#header.mainpage{
    height:600px;
}
#header.mainpage h1{
    display:none;
}
#header .socials ul{
    width:auto;
    position:absolute;
    right:15px;
    top:0px;
    list-style-type:none;
}

#header .lang-toggle {
    position: absolute;
    right: 15px;
    text-align: center;
}


#header .lang-toggle a {
    color: white;
    opacity: 1;
    font-size: 16px;
}

#header .lang-toggle span,
#header .lang-toggle img {
    display: block;
}

#header .socials ul li{
    display:inline-block;
    margin:0 5px;
}
#header .socials ul li i{
    color:#fff;
}
#header .socials ul li:last-child{
    margin-right:0;
}
#header #logo img{
    width:130px !important;
}

/* MENU */

table.partners thead td.logos {text-align: left;}
table.partners thead td:first-child {width: 100px;}
table.partners tbody td:first-child {width: 100px;}

#primary-menu ul li > a {
    padding: 63px 0 22px 14px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}
#primary-menu ul li > a div {
    color:#fff;
}
#primary-menu ul li:hover > a,
#primary-menu ul li.current > a {
    color: #fff;
    opacity: .6;
}
#primary-menu button.search {
    margin: 51px 0 0 40px;
    font-size: 17px;
    line-height: 14px;
    color: #fff;
    padding: 10px;
    background: #1d52b0;
    border: none;
}
#primary-menu button.search:hover {
    background: #323886;
}
#primary-menu .search-input {
    position: relative;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}
#primary-menu .search-input input {
    position: absolute;
    right: 0;
    margin-top: 15px;
    background: #1d52b0;
    color: #fff;
    border: none;
    padding: 6px 17px;
    width: 280px;
    font-size: 17px;
    transition: .3s;
}
#primary-menu .search-input.active {
    opacity: 1;
    pointer-events: all;
}
#primary-menu .search-input input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #9cb3dd;
}
#primary-menu .search-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #9cb3dd;
   opacity: 1;
}
#primary-menu .search-input input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #9cb3dd;
   opacity: 1;
}
#primary-menu .search-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #9cb3dd;
}
#primary-menu .search-input input::-ms-input-placeholder { /* Microsoft Edge */
   color: #9cb3dd;
}
#primary-menu .search-input:before {
    position: absolute;
    content: '';
    right: 11px;
    top: 6px;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-bottom: 9px solid #1d52b0;
}
#primary-menu .search-input button {
    position: absolute;
    content: '';
    background: url(/images/arrow-right-w.png) no-repeat center center;
    width: 8px;
    height: 12px;
    right: 0;
    top: 67px;
    bottom: 0;
    margin: auto;
    background-size: 7px 12px;
    transition: .3s;
    border: none;
    padding: 20px;
}

#primary-menu .search-input button:hover {
    opacity: .7;
    transform: scale(1.05);
}

#primary-menu .search-input button i {
    display: none;
}

#primary-menu .search-input input.error {
    border: 2px solid #c52b14;
    animation: zoom .6s;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
  
  100% {
    transform: scale(1);
  }
}


.dark #primary-menu:not(.not-dark) > ul > li > ul:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 25%;
    right: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgb(30, 83, 180);
}
.dark #primary-menu:not(.not-dark) ul ul {
    background: rgb(30, 83, 180);
    border: none;
}
.dark #primary-menu:not(.not-dark) ul ul > li > a {
    padding: 14px 17px 11px 17px;
    color: #7094d4 !important;
    font-size: 16px;
    border-bottom: 1px solid #3666c2;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
.dark #primary-menu:not(.not-dark) ul ul > li.sub-menu > a:after {
    position: absolute;
    content: '';
    top: 0;
    right: 5px;
    bottom: 0;
    width: 17px;
    background: url(/canvas/images/icons/submenu-white.png) no-repeat center right;
    opacity: .5;
    transition: opacity .3s;
}
.dark #primary-menu:not(.not-dark) ul ul > li.sub-menu > a,
.dark #primary-menu:not(.not-dark) ul ul > li.sub-menu:hover > a,
#primary-menu.dark ul ul > li.sub-menu > a,
#primary-menu.dark ul ul > li.sub-menu:hover > a {
    background-image: none;
}
.dark #primary-menu:not(.not-dark) ul ul > li:hover > a {
    color: #fff !important;
    background-color: #376bc3;
    opacity: 1;
}
.dark #primary-menu:not(.not-dark) ul ul > li.sub-menu:hover > a:after {
    opacity: 1;
}
#primary-menu ul ul:not(.mega-menu-column) ul {
    top: 0 !important;
    left: 100%;
}
.accreditation form{
    padding:0 60px;
}
.accreditation h3{
    font-weight:300;
    margin-top:30px;
    margin-bottom:15px;
    color:#000;
}
.accreditation input{
    background:#efefef;
    border:none;
    color:#000;

}
.accreditation form div{
    margin-bottom:10px;
}
.accreditation .mtop{
    margin:0 0 0 0 !important;
}
.accreditation select{
    background:#0d7610;
    color:#fff !important;
    border:none;
    height:37px;
    line-height:30px;
    text-transform:uppercase;
}
.accreditation select option{
    color:#000 !important;
}
.accreditation .accwrap{
    background:#0d7610;
    padding:0 10px;
}
.accreditation textarea{
    background:#efefef;
    border:none;
    height:84px;
}
.accreditation button{
    background:#0d7610;
    color:#fff;
    padding:10px 80px;
    border:none;
    text-transform:uppercase;
    margin-bottom:20px;
}
@media screen and (max-width: 991px) {
    #primary-menu > ul {
        position: absolute;
        background: #000427;
        left: -10px;
        top: -20px !important;
        z-index: 99999;
        opacity: 0.98 !important;
        min-width: 50%;
    }

    #primary-menu > ul {
        padding: 0 0 60px 0 !important;
    }

    #primary-menu #menu-back,
    #primary-menu #menu-close {
        width: 20px;
        height: 20px;
        background-size: contain;
        background-image: url(/images/icon-close.png);
        background-position: center;
        background-repeat: no-repeat;
        margin: 20px 20px 40px auto;
        float: right;
    }
    
    #primary-menu #menu-back {
        float: left;
        background-image: url(/images/icon-back.png);
        margin: 20px auto 40px 30px;
    } 

    #primary-menu .search-input input {
        background: #151c38;
        opacity: 0.98;
        border: none;
        height: 40px;
        width: 100%;
        padding: 0 15px 0 30px;
        font-size: 15px;
        margin: 0;
    }

    #primary-menu ul .menu-search-wrapper {
        position: relative;
        opacity: 1;
        pointer-events: all;
    }
    
    #primary-menu .search-input button {
        background: none;
        border: none;
        top: 40px;
        right: 10px;
        font-size: 20px;
        transform: rotate(90deg);
        opacity: .6;
        transition: .3s;
        padding: 0;
        width: 40px;
        height: 40px;
    }
    
    #primary-menu .search-input button i {
        display: block;
    }
    
    #primary-menu .search-input button:active {
        opacity: 1;
    }

    .dark #primary-menu:not(.not-dark) > ul > li {
        border-top: 1px solid #1e2343;
    }
    
    .dark #primary-menu:not(.not-dark) > ul > li:first-child {
        border-top: none;
        display: inline-block !important;
        width: 100%;
    }

    .dark #primary-menu:not(.not-dark) > ul > li:last-child {
        border-bottom: none;
        padding: 40px 0 0;
    }

    .dark #primary-menu:not(.not-dark) ul ul > li > a,
    .dark #primary-menu:not(.not-dark) > ul > li > a {
        padding: 15px 45px 14px 30px !important;
        font-weight: 300;
        opacity: 1;
        color: #fff !important;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 1px;
    }

    .dark #primary-menu:not(.not-dark) > ul li.current > a {
        color: #fdb427 !important;
    }

    .dark #primary-menu:not(.not-dark) > ul li.sub-menu > a {
        pointer-events: none;
    }
    
    .dark #primary-menu:not(.not-dark) > ul > li > ul:before {
        content: none;
    }
    
    #primary-menu ul ul:not(.mega-menu-column) {
        padding: 0;
    }
    
    #primary-menu ul ul:not(.mega-menu-column) ul {
        left: 0;
    }
    
    #primary-menu .inactive {
        display: none !important;
        pointer-events: none !important;
    }
    .features{
        margin-top:40px;
    }
    .features .container{
        padding:0 0 0 0 !important;
    }
    .features h3{
        font-size:28px !important;
        margin-bottom:10px;
    }
/*     .features>div>a{
    height:160px !important;
} */
    .features>div>a span{
        font-size:14px !important;
    }
    .features>div>a .grad{
        opacity:0.7;
    }
    .partners{
        background:#fff !important;
    }
    .contacts>div{
        background:#fff!important;
    }
    #footer .socials ul{
        width:100% !important;
        display:block !important;
        padding: auto !important
    }
    #footer .socials li{
        width:25% !important;
        margin:0 0 0 0 !important;
        float:left;
        text-align:center;
    }
    #footer .hash ul{
        padding-left:0;
    }
}

/* MENU */

#header h1{
    display: block;
    /* position: absolute; */
    /* bottom: 0; */
    /* margin-bottom: 0; */
    font-size: 48px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: -2px;
    color: #fff;
    margin-top: 170px !important;
}
#header #header-wrap,#header #header-wrap .container{
    max-height:373px;
    background:transparent !important;
}
#header.sticky-header #header-wrap {
    position: relative;
}
.sticky-header{
    padding:40px 0 !important;
}
#footer{
    background:url(/new/footer_bg_desktop.jpg);
    background-size: auto 100%;
    padding:30px 0;
    color:#fff !important;
}
#footer .socials span{
    float:left;
    font-size:20px;
}
#footer .socials ul{
    display:inline-block;
    margin: 0 auto !important;
    /* margin-left:40px; */
}
#footer .socials ul li{
    display:inline-block;
    margin-left:15px;
}
#footer .socials ul li a{
    font-size:20px;
}
#footer .socials ul li a i{
    color:#fff;
}
#footer.dark, .dark #footer{
    border-top:0;
}
#footer .hash{
    text-align:right;
}
#footer .hash ul{
    list-style-type:none;
}
#footer .hash ul li{
    width:auto;
    display:inline-block;
    margin-left:40px;
    font-size:20px;
}
#footer ul{
    margin-bottom:0;
}
.founders{
    padding:60px 0 50px 0;
}
.founders h4{
    font-weight:400;
    font-size: 48px;
    letter-spacing:-2px;
    color:#000;
    line-height:48px;
    margin-top: 15px;
}
.founders h4 span{
    width:100%;
    float:left;
    color:#000;
    font-weight:300;
    margin-bottom:5px;
    font-size:36px;
}
.people img{
    width:100%;
    margin-bottom:30px;
}
.people h3{
    text-transform:uppercase;
    margin-bottom:15px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    height: 45px;
}
.people span{
    color:#000 !important; 
    font-size:15px !important;
}
.people>div{
    margin-bottom:30px;
}
.people ul{
    list-style-type:none;
    margin-top:15px;
    margin-bottom:0;
}
.people ul li i{
    display:none;
}
.people ul li a{
    color:#000 !important;
}
.people ul li.greenlink a{
    color:#0d7610 !important;
    font-weight: 300;
    text-decoration:underline !important;
}

.people h4{
    background:#0d7610;
    color:#fff;
    padding:10px 0;
    width:100%;
    display:block;
    margin-top:-30px;
}

.togglet{
    background:#e5e5e5;
    padding:30px 0;
}
.toggle.toggle-bg .togglet i {
    /* left: auto; */
    line-height: 44px;
    right: 30px;
    font-size: 18px;
    font-weight:bold;
    float:right !important;
    position:absolute !important;
}
.togglet span{
    font-size:20px;
}
.toggle.toggle-bg .togglet, .accordion.toggle-bg .togglec{
    background:#e5e5e5;
    padding:0 0 0 40px
}
.accordion .topbar{
    text-align:center;
    padding:15px 0 30px 0;
    font-size:32px;
}
.accordion .topbar a,.accordion .topbar i{
    color: #000;
}
.accordion.accordion-bg .acc_content{
    padding:10px 30px 15px 40px;
    background:#e5e5e5;
    margin-top:-5px;
    margin-bottom:5px;
}
.toggle{
    margin-bottom:5px;
}
.togglec{
    background:#e5e5e5;
    padding:0 30px !important;
}
.contacts .info p{
    font-weight:bold;
    font-size:20px;
    margin-bottom:60px;
}
.contacts .info ul{
    list-style-type:none;
}
.contacts .info ul li{
    margin-bottom:20px;
    font-size:18px;
}
.contacts .info ul li i{
    margin-right:15px;
}
.contacts .info ul li a{
    color:#2d85d9;
}
.contacts .info ul li:last-child a{
    color:#0d7610;
    text-decoration:underline !important;
}
.news .item {
    margin-bottom:30px;
}
.news .item div{
    height:280px;
    padding:30px;
    background-size:cover;
}
.news .item .date{
    color:#bbb;
}
.news .item div a{
    width;100%
    color:#fff;
    color: #fff !important;
    font-weight: normal;
    margin:15px 0 0 0;
    font-size:22px;
    line-height:28px;
    display: block;
}
.news .item div .badge{
    border-radius:0;
    background:#0d7610;
    padding:5px 15px;
    position:absolute;
    bottom:30px;
    z-index:2;
}
.news .item div .over{
    position:absolute;
    width:100%;
    height:100%;
    background:#000;
    opacity: 0.5;
    top:0;
    left:0;
    z-index:1;
}
.news .item div .onover{
    position:absolute;
    top:0;
    left:0;
    z-index:10;
}
.filter-green{
    display:block;
    width:100%;
    float:left;
    margin:60px 0 60px 0;
    justify-content:space-between
}
.filter-green a{
    color:#0d7610;
    text-transform:uppercase;
    padding:10px 30px;
    font-weight:600;
    border:1px solid #0d7610;
    margin-right:15px;
}
.filter-green a:last-child{
    margin-right:0;
}
.filter-green a.active, .filter-green a:hover{
    background:#0d7610;
    color:#fff;
}
.filter-nm{
    display:block;
    width:100%;
    float:left;
    margin:60px 0 60px 0;
    justify-content:space-between
}
.filter-nm a{
    color:#194842;
    text-transform:uppercase;
    padding:10px 30px;
    font-weight:600;
    border:1px solid #194842;
    margin-right:15px;
}
.filter-nm a:last-child{
    margin-right:0;
}
.filter-nm a.active, .filter-nm a:hover{
    background:#194842;
    color:#fff;
}
.docslist .row{
    display:flex;
    flex-wrap:wrap;
}
.docslist .row>div{
    margin-bottom:30px;
}
.docslist .item{
    background:#efefef;
    padding: 15px;
    display:flex;
    align-items:center;
    height:100%;
}
.docslist .item:hover{
    background:#e1e1e1;
}
.docslist .item img{
    /*margin-right: 15px;*/
    width: 36px;
}
.docslist .item a{
    color:#000;
    font-weight:600;
    text-transform:uppercase;
    font-size: 12px;
}
.docslist .item img {
    float: left;
}
.docslist .item a {
    float: left;
    width: 80%;
    margin-left: 20px;
}

.docslist .item a span{
    display:block;
    margin-top:15px;
    color:#444;
    font-size:12px;
}
.firmstyle{
    display:block;
    float:left;
}
.firmstyle h3{
    width:100%;
    display:block;
    float:left;
    margin:60px 0 60px 0;
    text-align:center;
    font-weight:400;
    font-size:32px;
    letter-spacing:-1px;
}
.firmstyle p{
    width:100%;
    display:block;
    float:left;
    margin:60px 0 0px 0;
    text-align:center;
    font-weight:300;
    font-size:16px;

    text-transform:uppercase;
}
.firmstyle.niz img{
    padding:0 58px;
}
.accordion.accordion-bg .acctitle, .accordion.accordion-bg .acctitlec{
    line-height:32px;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:45px;
    /* text-align: center; */
}
.textpage{
    margin:30px 0;
    display:block;
    font-size:18px;
    font-weight:300;
}
.textpage h3{
    width:100%;
    display:block;
    float:left;
    margin:3px 0 30px 0;
    text-align:center;
    font-weight:400;
    font-size:32px;
    letter-spacing:-1px;
}
.textpage ul{
    list-style-type:none;
}
.textpage ul li{
    margin-bottom:10px;
}
.textpage ul li:last-child{
    margin-bottom:0;
}
.textpage ul li:before{
    content:"\2014";
    margin-right:10px;
}
.mck{
    display:flex;
    flex-wrap:wrap;
}
.mck>div{
    display:flex;
    margin-bottom:30px;
    height:240px;
}
.mck>div a{
    width:100%;
    height:100%;
    color:#fff;
    display:flex;
    align-items:center;
    text-align:center;
    background-size:cover;
}
.mck>div a span strong{
    font-weight:400;
    font-size:22px;
    width:100%;
    text-transform:uppercase;
}
.mck>div a span{
    font-weight:300;
    font-size:20px;
    width:100%;
    padding:0 15px;
}
.mck>div>div{
    padding:0;
    width: 100%;
}
.mck>div>div .over{
    position:absolute;
    background:#000;
    width:100%;
    height:100%;
    opacity:0.3;
    z-index:1;
}
.mck>div>div span{
    position:absolute;
    z-index:2;
}
.banners {
    background:#fff;
    border:4px solid #fff;
    margin-top:-220px;
    margin-bottom:60px;
}
.banners .overl{
    position:absolute;
    z-index:9999;
    width:100%;
    height:100%;
    background:url(/images/ws-grad.png) bottom repeat-x;
    bottom:0;
    left:0;
    padding:30px;
    color:#fff !important;
}
.banners .overl .info{
    width:80%;
    position:absolute;
    bottom:0;
}
.banners .overl .info .dates{
    color:#fff;
    font-size:20px;
}
.banners .overl .info h3 a{
    font-size:36px;
    line-height:44px;
    font-weight:400;
    color:#fff;
}
.banners .overl .badge{
    position:absolute;
    bottom:30px;
    right:30px;
    background:#ff0000;
    border-radius:0;
    padding:10px 20px;
    text-transform:uppercase;
    font-size:16px;
    font-weight:300;
}
.banners .flex-prev{
    left:-56px;
}
.banners .flex-next{
    right:-56px;
}
.banners .flex-prev:hover,.banners .flex-next:hover{
    background:none !important;
}
.banners .flex-control-paging{
    top:530px;
    left:50%;
    margin-left:-15px;
}
.banners .flex-control-paging a{
    background:#e1e1e1;
    border-color:#e1e1e1;
}
.banners .flex-control-paging a.flex-active{
    background:#444;
    border-color:#444;
}
#slider-arrow-left, #slider-arrow-right, .camera_prev, .camera_next, #slider .owl-prev, #slider .owl-next, .flex-prev, .flex-next, .nivo-prevNav, .nivo-nextNav, .slider-arrow-top-sm, .slider-arrow-bottom-sm{
    background:transparent;
}
.owl-carousel-full .owl-nav [class*=owl-]{
    background-color:transparent;
}
.partners{
    background:#efefef;
    display:block;
    padding-top:60px;
}
.partners .oc-item{
}
.partners h3{
    font-size:28px;
    font-weight:300;
    margin-bottom:0;
    color:#444;
}
.off-partners .scroll {
    overflow: auto;
    position: absolute;
    width: 100%;
}
.off-partners .scrollbar {
    height: 1px;
}
.greenbuts{
    width:100%;
    display:block;
    margin-bottom:60px;
    text-align:center;
}
.greenbuts a{
    display:inline-block;
    padding:15px 30px;
    color:#fff;
    background:#0d7610;
    margin:0 5px;
    text-transform:uppercase;
}
.mainnews h3{
    font-size:28px;
    font-weight:300;
    color:#fff;
}
.mainnews .showall{
    color:#fff;
    padding:10px 30px;
    border:2px solid #fff;
    margin:0 auto;
    display:inline-block;
    width:180px;
    text-align:center;
    text-transform:uppercase;
    
}
.features>div{
    border:4px solid #fff;
}
.features > div a {
    border-right:4px solid #fff;
    background-size:cover;
    display: inline-block;
    position: relative;
}
.features > div a:after {
    content: '';
    display: block;
    margin-top: 100%;
}
.features > div a .grad{
    position:absolute;
    width:100%;
    height:100%;
    display:block;
    top:0;
    left:0;
    background-image:url(/images/ws-grad.png);
    background-position:bottom;
    background-repeat: repeat-x;
}
.features>div a span{
    color:#fff;
    text-transform:uppercase;
    display:block;
    width:80%;
    bottom:15px;
    position:absolute;
    font-size:24px;
    font-weight:300;
}
.features h3{
    margin-top:30px;
    font-size:28px;
    font-weight:300;
    color:#444;
}
/* .features>div a:last-child{
    border-right:0;
} */
.photos{
    background:#efefef;
    display:block;
    padding-top:60px;
    margin-top:60px;
}
.photos h3{
    font-size:28px;
    font-weight:300;
    margin-bottom:0;
    color:#444;
}
.photos .oc-item{
    border-left:2px solid #efefef;
    border-right:2px solid #efefef;
}
.photos .oc-item h4{
    margin-top:30px;
}
.photos .oc-item h4 a{
    color:#444;
    font-size:20px;
    font-weight:300;
    line-height:24px;
    text-transform:uppercase;
}
.sideblock.news{
    background:#efefef;
    padding:30px;
    margin-top:30px;
}
.sideblock.news h4{
    font-weight:300;
    font-size:24px;
}
.newstext{
    margin-top:30px;
    padding-right:60px;
}
#header .newspageheader h1{
    margin-top:40px !important;
    line-height:48px;
    padding:0 30px 0 0;
}
#header .newspageheader .newsdate{
    font-size:24px;
    font-weight:300;
    padding:0 0 0 0;
    text-align:right;
    margin-top:90px !important;
}
.info p{
    margin-bottom:8px;
}
.fpage {
    background:#fff !important;
    margin:0 0 0 0 !important;
    padding:60px 0;
}
.fpage .container {
    padding: 0;
    border: none;
    padding: 0 11px
}
.fpage .container a {
    border: 4px solid #fff !important;
    display: inline-block;
    position: relative;
    height: auto !important;
}
.fpage .container a:after {
    content: '';
    display: block;
    margin-top: 100%;
}
.tarmis{
    padding:60px 0 30px 0;
}
.tarmis h3{
    font-weight:600;
    font-size:36px;
    text-transform:uppercase;
}
.tarmis p{
    width:80%;
}
.blackrect{
    width:60px;
    height:6px;
    background:#000;
    margin-bottom:54px;
}
.bartli img{
    width:240px;
}
.bartli h3{
    text-transform:uppercase;
    color:#041088;
    font-size:36px;
    line-height:36px;
    margin-top:40px;
}
.bartli h3 span{
    font-size:16px;
    color:#041088;
}
.bartli p{
    color:#000;
    font-size:18px;
}
.history .acctitle, .history .acc_content{
    background:transparent !important;

}
.history .acctitle{
    width:100%;
    text-align:left;
    padding-left:50% !important;
}
.history .acctitle i{
    width:48px;
    height:48px;
    border:1px solid #0d7610;
    border-radius:24px;
    line-height:24px !impportant;
    font-size:32px !important;
    color:#0d7610;
    font-weight:normal;
    position:relative !important;
    float:left;
    margin-left:-37px;
    background:#fff;
}
.history .acctitle span{
    width: auto;
    display:inline-block;
    margin:0 0 0 45px !important;
    padding:0 0 0 0 !important;
    text-align:center !important;
    color:#0d7610;
    font-size:48px;
    font-weight:100;
    line-height:48px;
}
.history{
    background:#fff url(/images/tline.png) center !important;
    background-repeat:repeat-y !important;
}
.history .acc_content ul{
    list-style-type:none;
}
.history .acc_content ul li{
    width:50% !important;
    display:block !important;
    float:left;
}
.history .acc_content ul .timeline-panel{
    width:45%;
    text-align:right;
}
.history .acc_content ul li.timeline-inverted .timeline-panel{
    float:right;
    text-align:left;
}
.history .acc_content ul .timeline-panel img{
    width:70%;
}
.history .acc_content ul li.timeline-inverted .timeline-panel{
    float:right;
}
.history .acc_content ul .timeline-panel h3{
    color:#444;
    font-size:16px;
    margin-top:15px;
    margin-bottom:10px;
    text-transform:uppercase;
}
.history .acc_content ul .timeline-panel h4{
    color:#000;
    text-transform:uppercase;
    font-size:24px;
    line-height:28px;
    margin-bottom:10px;
}
.history .acc_content ul .timeline-panel .timeline-badge{
    width:32px;
    height:32px;
    display:inline-block;
    background:#0d7610;
    border-radius:32px;
    position:absolute;
    left:50%;
    margin-top:-6px;
    margin-left:-15px;
}
.acc_content p{
    margin-bottom:15px;
}
.owl-carousel .owl-nav [class*=owl-]:hover{
    background:none !important;
}
.photos .owl-carousel-full .owl-nav [class*=owl-]{
    opacity:1;
}
.photos .owl-carousel-full .owl-nav .owl-prev{
    left:-40px !important;
    color:#030a74 !important;
}
.photos .owl-carousel-full .owl-nav .owl-next{
    right:-40px !important;
    color:#030a74 !important;
}
.photos #oc-clients{
    overflow:visible;
}
@media (min-width:320px) and (max-width:991px){
    #header{
        padding-top:15px;
        
    }
    .main-slider {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        width: 90%;
    }
/*     #header.mainpage{
    height: 700px !important;
} */
    #primary-menu-trigger{
        top:10px;
        left:5px;
    }
    #header h1{
        font-size:24px;
        line-height:28px;
        width:80%;
    }
    #primary-menu-trigger i{
        font-size:32px;
        padding:0 0 0 0 !important;
        margin:0 0 0 0 !important;
        width:32px;
        height:32px;
        line-height:20px!important;
    }
    #footer{
        background-size:cover;
        background-image:url(/new/footer_bg_mob.jpg);
        background-color:#fff !important;
        padding-top:40px;
        margin-top:0 !important;
    }
    #footer .hash{
        margin-top:30px;
    }
    #footer .hash li{
         width:100% !important;
         float:left;
         display:block;
         text-align:center;
         padding:5px 0;
         margin:0 0 0 0 !important;
    }
    .socials span{
        display:block !important;
        width:100% !important;
        text-align:center;
        margin-bottom:30px;
        text-transform:uppercase;
    }
    .socials ul{
        /* margin-left:0 !important; */
    }
    .socials li {
        margin:5px 14px;
    }
    .socials li i{
        font-size:32px;
    }
    #header{
        position:relative !important;
        background-image:url(/new/header_bg_mob.jpg);
        background-color:#fff !important;
        background-position: top;
        background-size: 100% 590px;
        background-repeat:no-repeat;
    }
    #header.mainpage{
        height:400px;
    }
    #header .socials{
        display:none !important;
    }
    #header #logo{
        height:40px;
        float:right;
    }
    #header #logo img{
        height:80px !important;
        width: auto !important;
    }
    #header h1{
        margin-top:60px !important;
        text-transform:uppercase;
        letter-spacing:0;
    }
    body{
        padding-top:0;
    }
    .features>div a{
        border:2px solid #fff !important;
    }
    .mainnews{
        background-size:cover;
    }
    .sideblock.news{
        background:#fff;
        padding:0;
        margin-top:30px;
    }
    .newstext{
        padding-right:15px;
    }
    #header .newspageheader .newsdate{
        color:#444;
    }
    #header .newspageheader h1{
        font-size:20px;
        line-height:28px;
        margin:30px 0 0 0 !important;
        display:none;
    }
    #header .newspageheader .newsdate{
        margin-top:0px;
        display:none;
    }
    #header .newspageheader{
        height:300px;
    }
    .newstext{
        margin-top:-240px;
        z-index:9999;
    }
    .newstext h1{
        font-size:20px;
        line-height:24px;
        font-weight:600;
        text-transform:uppercase;
    }
    .newstext .newsdate{
        margin-bottom:5px;
    }
    .fpage{
        background:#fff !important;
        margin:0 0 0 0 !important;
        padding:15px 11px;
    }
    .fpage .container{
        padding:0;
        border:none;
        padding:0 11px
    }
    .fpage .container a{
        border: 4px solid #fff !important;
    }
    .tarmis{
        background:#fff;
        padding:15px 0;
    }
    .tarmis p{
        width:100%;
    }
    .history .acctitle, .history .acc_content{
    background:transparent !important;
    }
    .history .acctitle{
        width:100%;
        text-align:left;
        padding-left:15px !important;
    }
    .history .acctitle i{
        width:48px;
        height:48px;
        border:1px solid #0d7610;
        border-radius:24px;
        line-height:24px !impportant;
        font-size:32px !important;
        color:#0d7610;
        font-weight:normal;
        position:relative !important;
        float:left;
        margin-left:-15px;
        background:#fff;
    }
    .history .acctitle span{
        width: auto;
        display:inline-block;
        margin:0 0 0 45px !important;
        padding:0 0 0 0 !important;
        text-align:center !important;
        color:#0d7610;
        font-size:48px;
        font-weight:600;
        line-height:48px;
    }
    .history{
        background:#fff url(/images/tline.png) 37px !important;
        background-repeat:repeat-y !important;
    }
    .history .acc_content ul{
        list-style-type:none;
    }
    .history .acc_content ul li{
        width:50% !important;
        display:block !important;
        float:left;
    }
    .history .acc_content ul .timeline-panel{
        width:80%;
        text-align:left;
        float:right;
    }
    .history .acc_content ul li.timeline-inverted .timeline-panel{
        float:right;
        text-align:left;
    }
    .history .acc_content ul .timeline-panel img{
        width:100%;
    }
    .history .acc_content ul li.timeline-inverted .timeline-panel{
        float:right;
    }
    .history .acc_content ul .timeline-panel h3{
        color:#444;
        font-size:16px;
        margin-top:15px;
        margin-bottom:10px;
        text-transform:uppercase;
    }
    .history .acc_content ul .timeline-panel h4{
        color:#000;
        text-transform:uppercase;
        font-size:20px;
        line-height:24px;
        margin-bottom:10px;
    }
    .history .acc_content ul .timeline-panel .timeline-badge{
        width:32px;
        height:32px;
        display:inline-block;
        background:#0d7610;
        border-radius:32px;
        position:absolute;
        left:22px;
        margin-top:-6px;
        margin-left:0;
    }
    .filter-green.hist a{
        width:46% !important;
        float:left !important;
        text-align:left;
        border:4px solid #0d7610;
        word-spacing:40px;
        margin:0 2%;
        font-size:16px;
        padding:10px 15px;
    }
    .faq,.news{
        background:#fff;
        padding:15px 0 !important;
    }
    .accreditation {
        padding:15px 0 !important;
    }
    .accreditation .container{
        border:none !important;
    }
    .accreditation form{
        padding:0 0 0 0 !important;
    }
    .documents,.fgr{
        background:#fff;
        padding:15px 0;
    }
    .filter-green a{
        width:100%;
        float:left;
        margin-bottom:15px;
    }
    .fgr .filter-green{
        margin-top:0;
        margin-bottom:0;
    }
    .docslist{
        margin:0px !important;
    }
    .firmstyle a{
        margin-bottom:30px;
    }
    .acc_content .documents{
        padding:0 0 0 0 !important;
        background:transparent;
    }
    .acc_content .docslist{
        margin:0 0 0 0 !important;
        padding:0 0 0 0 !important;
    }
    .ban{
        padding:0 0 0 0 !important;
    }
    .banners{
        margin-top:-430px;
        border:none;
        background:transparent;
    }
    .banners .slide{
        height: 400px !important;
    }
    .banners .slide img{
        width:100% !important;
        float:left;
        display:block;
    }
    .banners .slide .overl{
        position:relative;
        background-image:none;
        background-color:rgba(255,255,255,0.2);
        height:auto;
        display:block;
        float:left;
        padding:30px 40px;
    }
    .banners .slide .overl h3{
        width:100% !important;
        position:relative;
    }
    .banners .slide .overl h3 a{
        font-size:16px;
        line-height:20px;
        text-transform:uppercase;
    }
    .banners .slide .info{
        position:relative;
        display:block;
    }
    .banners .flex-prev{
        top:70%;
        left:-7px;
    }
    .banners .flex-next{
        top:70%;
        right:-7px;
    }
    .banners .flex-prev:hover,.banners .flex-next:hover{
        background:none !important;
    }
    .banners .flex-control-paging{
        top:430px;
        left:50%;
        margin-left:-15px;
    }
    .banners .flex-control-paging a{
        background:#e1e1e1;
        border-color:#e1e1e1;
    }
    .banners .flex-control-paging a.flex-active{
        background:#fff;
        border-color:#fff;
    }
    .banners .overl .info{
        width:100% !important;
        height:auto;
    }
    .banners .overl .info h3{
        height:auto;
    }
    .banners .overl .info h3 a{
        font-weight:600;
    }
    .banners .botline{
        width:100%;
    }
    .banners .botline .dates{
        float:right;
        opacity:0.7;
        font-size:16px;
        position:relative;
    }
    .banners .botline .badge{
        float:left !important;
        position:relative;
        bottom:0;
        left:0;
        margin-top:-5px;
        padding:10px 5px;
    }
    .photos{
        padding-top:0 !important;
        background:#fff;
    }
    .photos .container{
        padding:0 0 30px 0 !important;
    }
    .photos .text-overlay-title h3{
        color:#fff;
        font-size:14px;
        white-space:normal;
        text-transform:uppercase;
    }
    .photos .text-overlay{
        padding:0 30px 15px 30px;
    }
    .photos .fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs{
        background:#efefef !important;
        display:block;
        width:100%;
        float:left;
        padding:25px;
    }
    .photos .flex-prev{
        top:50% !important;
    }
    .photos .fslider[data-thumbs="true"] .flex-prev, .fslider[data-thumbs="true"] .flex-next{
        top:50%;
        margin-top:44px;
    }
    .photos .fslider[data-thumbs="true"] .flex-prev{
        left:-12px;
    }
    .photos .fslider[data-thumbs="true"] .flex-next{
        right:-12px;
    }
    .photos .flex-control-nav.flex-control-thumbs li{
        padding:5px !important;
    }
    #map2,#map3,#map4,#map5,#map6{
        height:320px !important;
    }
}
table.partners td{
    /* width: 300px; */
    padding:15px;
}
table.partners .download{
    text-align:center;
}
table.partners .download img{
    width:34px;
    margin:0 0 0 0;
}
table.partners img{
    width:64px;
    padding:5px;

}
table.partners td.logos{
    min-width:240px;
}
table.partners .logos .logo{
    /* float:left; */

}
table.partners tr{
    background:#e1e1e1;
}
table.partners tr:nth-child(2n){
    background:#efefef;
}
table.partners .comp{
    min-width:300px;
}
table.partners .bigname{
    min-width:240px !important;
    max-width:240px !important;
    text-transform:uppercase;
}
table.partners .num{
    max-width:40px;
    text-align:center;
}
table.partners thead td{
    text-transform:uppercase;
    font-size:12px;
    color:#fff;
}
table.partners .bigname{
    color:#fff;
}
.blue thead tr{
    background:#030a74 !important;
}
.blue .bigname{
    background:#0f2c92;
}
table.partners{
    padding:0 0 0 0 !important;
    margin:0 0 0 0 !important;
}
.red thead tr{
    background:#ca0511 !important;
}
.red .bigname{
    background:#e20a17;
}
.orange thead tr{
    background:#0d7610 !important;
}
.orange .bigname{
    background:#108614;
}
table.partners .face{
    background:#e9e9e9;
}
.acc_content .accreditation{
    padding:0 0 0 0 !important;
    background:transparent !important; 
}
.acc_content .accreditation .container{
    width:100% !important;
    border:none !important;
    background:transparent !important;
    padding:0 0 0 0 !important;
}
.acc_content .accreditation form{
    padding:0 0 0 0 !important;
}
.national .item img{
    margin-bottom:15px;
}
.national .item h4{
    margin-bottom:10px;
}
.table .bighead{
    background:#0f2c92;
}
.table .bighead h3{
    color:#fff;
    margin-bottom:15px;
    display:none;
}
.table .bighead h4{
    color:#fff;
    margin-bottom:0;
    text-align:left !important;
}
.acc_content ul ul{
    margin-left:15px;
    margin-top:10px;
    margin-bottom:10px;
    list-style-type:square
}
.amcharts-main-div a{
    display:none !important;
}
.rkclist .item{
    margin-bottom:30px;
    border-bottom:1px solid #bbb;
    padding-bottom:30px;
}
.rkclist .item p{
    margin-bottom:15px;
}
.legend{
    margin-top:30px;
}
.legend .item{
    font-size:24px;
    line-height:24px;
}
.legend .item span{
    width:18px;
    height:18px;
    display:inline-block;
}
.legend .red{
    background:#ff0000;
}
.legend .green{
    background:#0B8900;
}
.legend .yellow{
    background:yellow;
}
#cal-slide-content{
    background-image:none;
    background:#0f2c92;
}
#cal-slide-content:hover{
    background:#0f2c92;
}
.cal-event-list .event.pull-left{
    margin-top:7px;
    margin-right:5px;
}
.cal-day-today{
    background:#0B8900;
}
.cal-day-today span{
    color:#fff !important;
    font-size: 1.2em !important;
}
.cal-row-fluid:hover{
    background:none;
}
.event{
    background:#ff0000;
    margin-bottom:6px
}
.eventinfo{
   background:#e1e1e1;
   padding:30px 0 0 0;
}
.eventinfo p{
    font-size:22px;
    font-weight:400 !important;
}
.eventinfo p strong{
    margin-right:10px;
}
h3.center{
    font-weight:600;
    text-transform:uppercase;
    color:#0f2c92;
}
.faqs .toggle {
    border-bottom: none;
    padding-bottom: 12px;
    margin-bottom:5px;
}

/* DataTables */

table.dataTable tbody tr {
    background: none;
}

/* End DataTables */

/* Search */

.textpage .search-input input {
    background: #e5e5e5;
    padding: 14px 22px;
    border: none;
    width: 465px;
    vertical-align: middle;
}

.textpage .search-input button {
    transition: .3s;
    border: none;
    background-color: #108614;
    height: 55px;
    width: 55px;
    vertical-align: middle;
    font-family: 'lined-icons';
    color: #fff;
    line-height: 55px;
    position: relative;
    font-size: 20px;
}

.textpage .search-input button:before {
    position: absolute;
    content: "\e036";
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
}

.textpage .search-input button:hover {
    opacity: .7;
}

.advsea-result h3 {
    font-size: 30px !important;
    text-align: left;
}

.advsea-result h3 a {
    color: #000 !important;
}

div.advsea-paging,
div.advsea-paging1 {
    border: 8px solid #108614;
    padding: 20px;
    text-align: center;
    margin-top: 60px !important;
    text-transform: uppercase;
    width: 50% !important;
    color: #9a9a9a !important;
    font-size: 16px;
    display: table;
}

.advsea-previous a,
.advsea-next a {
    color: #108614 !important;
    font-weight: 600;
}

/* End Search */

.fixed{
    top:0;
    position:fixed;
    width:auto;
    display:none;
    border:none;
}

.disabled {
    pointer-events: none;
    cursor: pointer;
}
div.dataTables_wrapper div.dataTables_info {
    display: none;
}
@media (min-width:768px) and (max-width:1279px){
    #primary-menu ul li > a {
        padding: 63px 0 22px 10px;
        font-size: 11px;
        line-height: 14px;
        color: #fff;
    }
    .flexslider .slider-wrap > .slide{
        height:520px !important;
    }
    #header.mainpage{
        height:700px !important;
        background-size:cover;
    }
    .banners .flex-control-paging{
        top:540px;
    }
}

/* Championship */

.championship .table {
    font-size: 24px;
    font-weight: 600;
}

.championship .filters {
    margin-bottom: 60px;
}

.championship label {
    width: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0;
}

.championship input,
.championship select {
    width: 100%;
    height: 55px;
    border: none;
    color: #fff;
    background: #11a023;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
}

.championship input:not([type=search]):first-child,
.championship select {
    margin-left: 20px;
}

.championship .table th {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 24px;
    border: none;
    color: #000;
    text-align: center;
}

.championship .table th:after {
    content: none !important;
}

.championship .table td {
    padding: 20px;
    border: none;
    border-bottom: 3px solid whitesmoke;
    background: #e4e4e4;
    color: #000;
    vertical-align: middle;
}

.championship .dataTables_filter input {
    border: none;
    background: #e5e5e5;
    height: 55px;
    width: 100%;
    border-radius: 0;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #474747;
}

.championship .input-group-addon {
    border: none;
    background: #11a023;
    color: #fff;
    padding: 0;
    line-height: 55px;
}

.championship .daterange-wrapper {
    display: flex;
}

.championship .daterange-wrapper label {
    width: auto;
}

.championship .daterange-wrapper .input-group {
    /*display: flex;*/
    width: 87%;
    align-items: center;
}

.championship .daterange-wrapper input {
    text-align: center;
}

.championship .daterange-wrapper .input-group i {
    background: #11a023;
    color: #fff;
    height: 55px;
    line-height: 55px;
    padding-right: 20px;
}

.championship .table tr td:nth-child(3),
.championship .table tr td:nth-child(4) {
    background: #b1b1b1;
    color: #fff;
    text-align: center;
    position: relative;
}

.championship .table tr td:nth-child(3):after {
    position: absolute;
    top: 25%;
    left: 101%;
    background: #fff;
    width: 2px;
    content: '';
    height: 50%;
    z-index: 1;
}

.championship .table tr.red td:nth-child(3),
.championship .table tr.red td:nth-child(4) {
    background: #e95f67;
}

.championship .table tr.blue td:nth-child(3),
.championship .table tr.blue td:nth-child(4) {
    background: #5a62b1;
}

.championship .sorting_asc {
	background: url('/images/sort_asc.png') no-repeat center right;
}

.championship .sorting_desc {
	background: url('/images/sort_desc.png') no-repeat center right;
}

.championship .sorting {
	background: url('/images/sort_both.png') no-repeat center right;
}

.championship .sorting_asc_disabled {
	background: url('/images/sort_asc_disabled.png') no-repeat center right;
}

.championship .sorting_desc_disabled {
	background: url('/images/sort_desc_disabled.png') no-repeat center right;
}

.datepicker.datepicker-dropdown {
	padding: 20px 20px 0 20px;
    font-size: 18px;
    border-radius: 0;
}

.datepicker.datepicker-dropdown .day.old,
.datepicker.datepicker-dropdown .day.new {
    color: #c6c6c6;
}

.datepicker.datepicker-dropdown .day.active {
    border: 1px solid #11a023;
}

.datepicker.datepicker-dropdown .datepicker-switch {
    text-align: center;
}

.championship .loadmore {
    background: none;
    border: 6px solid #11a023;
    text-align: center;
    padding: 7px 20px;
    color: #11a023;
    text-transform: uppercase;
    margin: auto;
    font-family: akrobat-bold, sans-serif;
    transition: .3s;
}

.championship .loadmore:hover {
    opacity: .7;
}

.championship .table td img {
    margin-right: 30px;
    width: 42px;
    object-fit: contain;
}

@media screen and (max-width: 769px){
    .shop_btn {
        padding: 0 0 0 40px;
    }
}

@media screen and (max-width: 991px) {
    .championship .filters > div {
        margin-bottom: 6px;
    }
    
    .championship label {
        text-indent: -999px;
    }
    
    .championship input:not([type=search]):first-child,
    .championship select {
        margin: 0;
    }
    
    .championship .table tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 23px;
    }
    
    .championship .table td {
        border: none;
        width: 100%;
        padding-left: 80px;
    }

    .championship .table td:nth-child(3),
    .championship .table td:nth-child(4) {
        flex: 1;
        padding: 20px;
    }

    .championship thead th {
        display: none;
    }
    
    .championship #sort {
        width: auto !important;
        background: #f5f5f5 !important;
        z-index: 1;
        margin: auto;
        color: #7a7a7a;
        display: block;
        text-decoration: underline;
        position: relative;
        height: 28px;
        padding: 0 10px !important;
    }

    .championship .sort-wrapper {
        position: relative;
    }

    .championship .sort-wrapper:after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: #c6c6c6;
        top: 16px;
        z-index: 0;
    }

    .championship tbody td:nth-child(1) {
        position: relative;
        padding-top: 65px;
        display: flex;
    }

    .championship tbody td:nth-child(1):before {
        content: 'Место проведения:';
        position: absolute;
        right: 0;
        left: 80px;
        width: 100%;
        top: 40px;
        z-index: 0;
        color: #707070;
        text-transform: uppercase;
        font-size: 18px;
    }
    
    .championship .table td img {
        position: absolute;
        top: 40px;
        left: 20px;
    }
    #footer .forum{
        width:100%;
        float:left;
        display:block;
        text-align:center;
        margin:15px 0 0 0;
    }
}
.infopart{
    text-align:center !important;

}
.infopart a{
    text-align:center !important;
    display:inline-block !important;
    width:16.6% !important;
}
.infopart a img{
    max-width:180px !important;
    width:100%;
}
.documentsbasecentre p{
    margin: 0;
}
.documentsbasecentre small,
.documentsbasecentre .badge {
    display: none;
}
/* .flex div:first-child{
    margin-left:-1px;
} */
.textpage .grid .item{
    padding:0 15px !important;
    border-left:10px solid #fff;
    border-right:10px solid #fff;
}
.textpage .grid .item .cover{
    position:absolute;
    z-index:99;
    width: calc(100% - 30px);
    margin-top:-90px;
    background:rgba(15, 44, 172, 0.8);

    color:#fff;
    height:80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.textpage .grid .item img{
    margin-bottom:10px;
}
.textpage .grid .item h4{
    margin-bottom:0px;
    color:#fff;
}
.textpage .grid .item p{
    margin-bottom:0;
    height:auto;
    padding:0 15px;
    line-height:20px;
}
.mfp-bg{
    z-index:999998 !important;
}
.mfp-wrap{
    z-index:999999 !important;
}
.tabs table {
    width: 100%;
}
.tabs table tr td:nth-child(1) {
    width: 50% !important;
}
.tabs table .item img {
    width: 35px;
    margin-right: 20px;
}
.tabs table tr td:nth-child(1) a,
.tabs table tr td:nth-child(1) span,
.tabs table tr td:nth-child(1) p{
    font-weight: bold !important;
}
.tabs table tr > td{
        padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.tabs__caption {
    padding: 20px;
    background: rgba(0,0,0,.05);
    border-radius: 5px;
    list-style-position: inside;
  -moz-column-count: 3; /* Firefox */
  -webkit-column-count: 3; /* Safari and Chrome */
  column-count: 3;
  list-style-type: decimal;
}
.tabs__caption li:hover {
    text-decoration: underline;
}
.tabs__caption li {
    cursor: pointer;
        color: #0d7610;
}
.tabs__caption li:before {
    display: none;
}
  .tabs__content {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}

.page_sbornaya .item{
    height: 373px;
    overflow: hidden;
}

.vk-icon {
    width: 20px; margin-top: -5px
}

@media screen and (max-width: 991px){
    .page_hitech_2019 .textpage {
        text-align: center;
    }
    .page_hitech_2019 img{
        display: inline-block;
        float: none !important;
    }
    .vk-icon {
            width: 30px;
    margin-top: 10px;
    }
}
.shop_btn img{
    margin: 0 0px 0 40px; width: 70px;
}
@media screen and (max-width: 767px){

    #logo a.standard-logo--nac {
    width: 110px !important;
    padding: 0 10px !important;
    margin-left: 40px !important;
    margin-right: 40px;
}
 .shop_btn img{
        margin: 0px 0px 0 10px; width: 70px;
    }   
}

#logo a.standard-logo--nac {
    width: 110px !important;
    padding: 0 10px !important;
    margin-left: 40px !important;
}

