@font-face {
    font-family: 'Stapel Extra';
    src: url('Stapel-ExtraBold.eot');
    src: local('Stapel Extra Bold'), local('Stapel-ExtraBold'),
        url('fonts/stapel/Stapel-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/stapel/Stapel-ExtraBold.woff2') format('woff2'),
        url('fonts/stapel/Stapel-ExtraBold.woff') format('woff'),
        url('fonts/stapel/Stapel-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Stapel';
    src: url('Stapel-Bold.eot');
    src: local('Stapel Bold'), local('Stapel-Bold'),
        url('fonts/stapel/Stapel-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/stapel/Stapel-Bold.woff2') format('woff2'),
        url('fonts/stapel/Stapel-Bold.woff') format('woff'),
        url('fonts/stapel/Stapel-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Stapel';
    src: url('Stapel-Medium.eot');
    src: local('Stapel Medium'), local('Stapel-Medium'),
        url('fonts/stapel/Stapel-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/stapel/Stapel-Medium.woff2') format('woff2'),
        url('fonts/stapel/Stapel-Medium.woff') format('woff'),
        url('fonts/stapel/Stapel-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Stapel';
    src: url('Stapel-Light.eot');
    src: local('Stapel Light'), local('Stapel-Light'),
        url('fonts/stapel/Stapel-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/stapel/Stapel-Light.woff2') format('woff2'),
        url('fonts/stapel/Stapel-Light.woff') format('woff'),
        url('fonts/stapel/Stapel-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

*{
	 font-family: 'Stapel';
}

.section, .regions{
	padding:75px 0;
}

.header{
	display:none;	
}

.news--index{
	background-color: #00023C;
}

.content .title{
	color:#00023C;
}

.title{
	font-family:'Stapel Extra';	
	font-weight:800;
	font-size:80px;
	text-align:left;
	line-height:70px;
	margin-bottom:80px;
}

.title b{
	display:block;
	color:#2B65C2;
	font-family:'Stapel Extra';	
	font-weight:800;
	font-size:80px;
}

.footer{
	background:#00023C;
	padding-bottom:0;
}



.footer-menu--uppercase .footer-menu__link, .footer__title > a, .footer__title{
	text-transform:none;
	font-family:'Stapel';	
	font-weight:bold;
	font-size:24px;
	color:#fff;
}

.footer-menu--uppercase .footer-menu__link:hover, .footer__title > a:hover, .footer-menu__link:hover, .footer-contacts__item a:hover{
	color:#2B65C2;
}

.footer-menu__link:before{
	content:'';
}

.footer-menu__link, .footer-contacts__item{
	font-family:'Stapel';	
	font-weight:300;	
	font-size:16px;
	color:#fff;
	padding-left:0;
}

.footer-bottom{
	padding:25px 0;
	background:#FF2E55;
	color:#fff;	
	font-family:'Stapel';	
	font-weight:300;	
	font-size:18px;
	text-align:left;
}

.bigtextimg{
	display:block;
	margin:100px auto 80px auto;
}

.socials__link{
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	width:50px;
	height:50px;
	border-radius:10px;
	border:2px solid #fff;
	background:transparent;
}

.socials{
	padding-top:30px;
}

.socials__link:hover{
	background:#2B65C2;
}

.news-list{
	display:flex;
	justify-content:space-between;
	gap:30px;
}

.news-item{
	display:flex;
	flex-direction:column;
	gap:0px;
	width:calc(33% - 20px);
	margin-top:0;
	flex-shrink:0;
}

.news-item__image{
	padding-right:0;	
}

.news-item__image img {
    width: 100%;
    max-width: 100%;
    height: 220px;
    object-fit: cover;
}

.news-item__date{
	background:rgba(0,0,0,0.4);
	font-family:'Stapel Extra';	
	font-weight:800;
	font-size:24px;
	padding:10px 20px;
}

.news-item__body{
	background:#FF2E55;
	padding:45px 20px;
	width:auto;
	height:100%;
}

.news-item__title{
	text-transform:none;
	font-family:'Stapel';	
	font-size:20px;
	color:#fff;
	line-height:100%;
}

.button_ns{
	font-family:'Stapel';	
	font-size:20px;
	font-weight:500;
	color:#fff;
	display:block;
	padding:20px 0;
	width:360px;
	text-align:center;
	background:rgba(43,101,194,0.2);
	border:1px solid rgba(255,255,255,0.2);
	border-radius:5px;
	line-height:100%;
}

.all_news{
	margin:auto;
	margin-top:80px;
}

.all_dates{
	width: 340px;
}

.button_ns.blue{
	background:rgba(0,2,60,0.4);	
}

.aboutfed{
	background:#2B65C2;
	text-transform:none;
	font-family:'Stapel';	
	font-size:26px;
	line-height:28px;
	color:#fff;
}

.vinokurov{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.vinokurov img{
	width: 560px;
}

.vin_text{
	padding:0 100px 0 0;
}

.vin_sign{
	padding-top:80px;
	text-align:right;
}

.vinverybigtext{
	font-size:100px;
    font-family: 'Stapel Extra';
	font-weight:800;
	text-transform:uppercase;
	line-height:80px;
	margin-top:-50px;
	background:url('/upload/fedblock.svg') no-repeat center left;
	padding:20px 0;
	padding-left:30px;
}

.fedbutton{
	display:flex;
	margin-top:-30px;
	justify-content:flex-end;
}

.regions .breadcrumb{
	display:none;
}
.regions .title{
	color:#2B65C2;
	margin-bottom:0;
}

.mainslog{
	font-size:100px;
    font-family: 'Stapel Extra';
	font-weight:800;
	line-height:80px;
	text-transform:uppercase;
	color:#fff;
	position:absolute;
	bottom:0;
}

.mainslog span{
	color:#FF2E55;
}

.mainandtop{
	height:800px;
	background:url('/upload/topback2.png') no-repeat center top;
	padding-top:40px;
}

.mainandtop .container{
	height:100%;
	position:relative;
}

.toper{
	display:flex;
	justify-content:space-between;
}

.mainmenu a{
	color:#fff;
	font-family:'Stapel';	
	font-size:14px;
	text-transform:uppercase;
	font-weight:500;
}

.mainmenu ul{
	display:flex;
	gap:20px;
}

.mainmenu ul li{
	border-bottom:5px solid transparent;
}
	
.mainmenu ul li:hover{
	border-bottom:5px solid #FF2E55;
}

.mainmenuburger{
	background:#00023C;
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	z-index:9999;
}

.mainmenuburger a{
	color:#fff;
	font-family:'Stapel';	
	font-size:14px;
	text-transform:uppercase;
	font-weight:500;
}

.mainmenuburger ul{
	display:flex;
	gap:30px;
	flex-direction:column;
	padding:60px;
}

.burgerclose{
	position:absolute;
	top:20px;
	right:20px;
	z-index:99999;
}

.mainmenuburger ul li{
	border-bottom:5px solid transparent;
}
	
.mainmenuburger ul li:hover{
	border-bottom:5px solid #FF2E55;
}

.records{
	height:800px;
	background:#00023c url('/upload/records.png') no-repeat center top;
}

.record-text{
	font-size:140px;
    font-family: 'Stapel Extra';
	font-weight:800;
	text-transform:uppercase;
	padding-top:300px;
	color:#fff;
	line-height:130px;
}

.mainalltop{
	padding:20px 0;
	background:#00023C;
}

.inner .title{
	font-size: 50px;
    line-height: 50px;
	margin-bottom:30px;
}

.row p{
		font-family:'Stapel';	
	font-size:18px;
	font-weight:300;
	padding-right:20px;
}

.mainicontop .header-menu__link{
	color:#fff;
}
.mainicontop > li:hover{
	border:0 !important;
}
.mainicontop .header-menu__item:hover .header-menu__link{
	background-color:#FF2E55 !important;
}
.datelist{
	font-family:'Stapel';	
	font-size:26px;
	line-height:28px;
	color:#fff;	
}

.daterow{
	display:flex;
	justify-content:space-between;
	gap:40px;
	margin-bottom:50px;
	color:#fff;
}

.datecol{
	flex-shrink:0;
}

.datecol:nth-child(1){width:250px;}
.datecol:nth-child(2){width:640px;}
.datecol:nth-child(3){width:200px;font-size:18px;}


.datetab{
	display:flex;
	justify-content:flex-start;
	gap:20px;
	margin-bottom:40px;
	flex-wrap:no-wrap;
}

.datetabbut{
	padding:15px 50px;
	font-family: 'Stapel';
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    text-align: center;
    background: rgba(43, 101, 194, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    line-height: 100%;
}

.dates{
	background:transparent;
	padding:0;
}

.mobilemenuopen{
	display:none;
}

.section.calendar, .section.photoreport{
	padding:0;
}

.hero--calendar, .hero--photoreport{
	background:url('/upload/man2.png');	
}

.hero{
	font-family: 'Stapel';
    font-weight: 500;
	    background-color: #00023c;
}

.hero--index:before, .hero--index:after{
	display:none !important;
}

.hero--index{
	margin-top:0;
	 background-color: #00023c;
	 padding:0;
}

.hero-form__button {	
font-family: 'Stapel';
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    margin-top: 24px;
    height: 60px;
    padding: 10px;
    border: 1px solid #ff2e55;
	border-radius: 5px;
}

.page--photo figure{
	border-radius:5px;
}
.page--photo .figure__date{
    background: #337ab7;
    font-family: 'Stapel Extra';
    font-weight: 800;
    font-size: 24px;
    padding: 10px 20px;	
}

.figure--photo .figure__title > a{
	font-family: 'Stapel';
    font-size: 20px;
}

.button--light {
    background-color: #ff2e55;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px;
	border-radius: 5px; border: 1px solid #ff2e55;
}


.cs-select.cs-skin-elastic >span{
	font-family: 'Stapel';
    font-size: 18px;
    font-weight: 500;
	height: 60px; 
	padding: 15px;

    background: rgba(43, 101, 194, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.table--events-сompetition thead{
	background:#00023c;
}

.table--events thead > tr > th, .table--events tbody > tr > td{
	padding:20px;
	border-top:0;
}

.table--events-сompetition, .table--events-сompetition > tr > th{
	font-family: 'Stapel';
    font-weight: 300;
}

.table--events-сompetition tbody > tr:nth-child(odd) {
    background-color: #fff;
}
.table--events-сompetition tbody > tr:nth-child(even) {
    background-color: #EAF0F9;
}

.table--events-сompetition .table__icon a {
    color: #ff2e55;
}

.page--news .container{
		font-family: 'Stapel';
    font-weight: 300;
}

.page--news{
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
	
}

.page--news .bx-pagination{
	width: 100%;
}

.bx-pagination .bx-pagination-container ul li span{
	border-radius:5px;
}

.page--news a{
	text-transform:none;
	font-family:'Stapel';	
	font-size:20px;
	/*color:#fff;*/
	line-height:100%;

}

.page--news .news-item__body a{
	color:#fff;
}

.news-item__image img{
	max-width: 100% !important;
    max-height: 480px;
    border: 1px #DDD solid;	object-fit: cover;
}

.page--news .news-item__image {
    padding-right: 0;
}
.page--news .news-item__body{
    color: #fff;
    height: 100%;
}

.page--news ul.breadcrumb  a{
	color:#ff2e55;
	font-size:16px;
}

.news-item--full-date{
	margin-bottom: -60px;
}

.img-thumbnail {
    -webkit-border-radius: 0;
    border-radius: 8px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: none;
    border-width: 0;

}

.page-image-left{
	width:100%;
	padding:0;
	opacity:0.9;
	margin-bottom:30px;
}

.page-image-left .img-thumbnail{
		height:500px;
	width:100%;
	object-fit: cover;
}

.button--primary{
	font-family: 'Stapel';
    font-size: 18px;
    font-weight: 500;
    width: auto;
    margin-top: 24px;
    padding: 15px 40px;
    border: 1px solid #ff2e55;
	background: #ff2e55;
    border-radius: 5px;
	color:#fff;
}

.button--primary:hover{
	color:#fff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #ff2e55;
    color: #ffffff;
}

.regions__tabs > li, .result__tabs > li {
    float: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}

.table--regions td .button--primary{
	margin-top:0;
}
.table--regions thead > tr > th, .table--regions tbody > tr > td{
	padding:20px;
}

.table--regions tbody > tr > td{
	font-weight:300;
}

.table--regions {
    border-top: 1px solid #ff2e55;
}

.pdf-box a:hover{
	background:#ff2e55;
}

.pdf-box:hover{
    border: 3px solid #ff2e55;
}

.panel.panel-default{
	border-radius:5px;
	border-color:#ff2e55;	
}

.panel-heading{
	font-family: 'Stapel';
    font-size: 18px;
    font-weight: 500;
}

.panel-group--custom .panel-default > .panel-heading > a:after{
	content:"";
}

.panel-group--custom .panel-default > .panel-heading > a:hover,  .panel-group--custom .panel-default > .panel-heading > a[aria-expanded="true"]{
	background:#00023C;
}

.list-unstyled li{
		font-family: 'Stapel';
    font-weight: 300;
}

.form h2{
	display:none;
}

.contacts__item{
	font-family: 'Stapel';
    font-size: 18px;
    font-weight: 300;	
	
}

.contacts__title{
	font-family: 'Stapel';
    font-size: 18px;
    font-weight: 500;
}

.contacts__title .fa {
    color: #ff2e55;
    width: 18px;
    text-align: right;
}

.form--contacts .form-control{
	border-radius:5px; font-family: 'Stapel'; font-weight: 300;	
}

label{
 font-family: 'Stapel';
}
.form__button{color:#fff;}


.page--news img{
	border-radius:5px;
}

.news-item--full-share-text{
	text-decoration:underline;
	margin-top:20px;
	cursor:pointer;
}

.news-item--full-share-text:hover{
	color:#ff2e55;
}

.page--news .cloud {
     max-width: 30%; 
    float: right;
    background: #ff2e55;
    color: #f2f6f8;
    padding: 8px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}



.antidopmenu .col-xs-3{
	background:#FF2E55;
	color:#fff;
	margin:0 10px;
	 font-family: 'Stapel';
	 flex-shrink:0;
	 width:calc(25% - 20px);
	 height:300px; 
	 padding:40px 0;
	 color:#fff;
	 border-radius:5px;
}

.antidopmenu .icons-box__desc{
	 color:#fff;
}

.antidopmenu .icons-box{
	color:#fff;
}

 .table--events b, .table--events  strong, .table--events {
	    font-family: 'Stapel' !important;
}


.linkstabs td{
	background:#FF2E55;	
	border:1px solid #fff;
}
.linkstabs td a{
	color:#fff;
 font-family: 'Stapel';
}

.title--xs {
    font-family: 'Stapel Extra';
    font-weight: 800;
    font-size: 32px;
    text-align: left;
    line-height: 40px;
    margin-bottom: 10px;
}

.timeline-item__content {
	background:#00023C;
}
.timeline-item.in-view:after {
    background: #00023C;
}

.timeline-item{
    background: #FF2E55;	
}

.hero-fields__title{
	max-width:1000px;
}

.hero--team{
	padding:0;
}

.hero-form__input{
	font-family: 'Stapel';
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    padding: 15px;
    background: rgba(43, 101, 194, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.section--parallax-1, .section--parallax-2{
	background:#00023c;
}


.documentation{
	width:100%;
	background:#ff2e55;
}

.documentation .title{
	/*color:#fff;*/
}

.icons--3 .icons-box{
	padding:20px;
}

.icons--3 .icons-box__desc{
		font-family: 'Stapel';color:#00023C;
}

.icons--3 .icons-box:hover .icons-box__desc{
	color:#fff;
}

.icons--3 .icons-box__icon, .icons--3 .icons-box:hover  .icons-box__icon{
	background:url('/upload/document-1-svgrepo-com.svg') center no-repeat;
	width:100px;
	height:100px;
	background-position:0;
	background-size: contain;
}
.icons--3 .icons-box--4 .icons-box__icon{
	background-position:0;	
}

.icons--3 #bx_3218110189_64460 .icons-box__icon, .icons--3 #bx_3218110189_64459 .icons-box__icon, .icons--3 #bx_3218110189_64458 .icons-box__icon{
	width:100px;
	height:100px;	
}

.owl-project .owl-next::before, .owl-project .owl-prev::before{
	color:#ff2e55;
}

 .owl-carousel.owl-loaded {
    display: none;
}



ul.header-menu--childe{
	display:none;
	position:absolute;
	top:20px;
	left:-20px;
	flex-direction:column;
	z-index:9999;
	background:#00023c;
	padding:20px;
}

.header-menu__item--dropdown:hover .header-menu--childe{
	display:flex;
}

	html input[type=button], input[type=reset], input[type=submit], .panel__button{
		font-family: 'Stapel';
    font-size: 18px;
    font-weight: 500;
    width: auto;
    margin-top: 24px;
    padding: 15px 40px;
    border: 1px solid #ff2e55;
	background: #ff2e55 !important;
    border-radius: 5px;
	color:#fff;
}

.search-form .btn-primary{
	font-family: 'Stapel';
    font-size: 18px;
    font-weight: 500;
    width: auto;
    margin-top: 0;

	background: #ff2e55 !important;
    border-radius: 5px;
	color:#fff;
}

.section--bg{
	background:transparent;
}

b, strong{
	font-family: 'Stapel';
}

.img-responsive{
	border-radius:5px;
}

.team-item__body, .team-item__title, .owl-carousel__title{
		font-family: 'Stapel' !important;
}

.modal--contacts .modal-header, .panel--feedback{
	background:#00023c;
}

.button_ns:hover{
	color:#fff;
	background:#ff2e55;
}

.hero--index .owl-carousel.owl-loaded{
	display:block;
}

.owl-carousel--hero .owl-carousel__content{
	background-color:rgba(0,2,60,0.7) !important;
}

.owl-carousel__date{
	display:none !important;
}

.owl-carousel--hero .owl-prev, .owl-carousel--hero .owl-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding:2px 5px;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
	    text-align: center;
    background: rgba(43, 101, 194, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.owl-carousel--hero .owl-prev:before {
    content: '\f053';
}
.owl-carousel--hero .owl-next:before {
    content: '\f054';
}

.owl-carousel--hero .owl-prev:before, .owl-carousel--hero .owl-next:before {
    font-family: 'FontAwesome';
    font-size: 2rem;
    color: #fff;
}

@media screen and (max-width: 640px) {
    .news-item--big .news-item__image img {
        width: 100% !important;
        height: 200px !important;
    }
}

@media screen and (max-width: 600px) {
    .section  {
        width: 100vw;
		overflow:hidden;
		padding:30px 0;
    }
	.footer-bottom {
         max-width: 100%; 
         margin: auto; 
    }	
	
	.title, .title b {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	.inner .title {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.row p {
		font-family: 'Stapel';
		font-size: 16px;
		font-weight: 300;
		padding-right: 20px;
	}

	.toper img{
		width:200px;
	}
	.mainmenu{
		display:none !important;
	}
	

	
	.bigtextimg{
		display:none !important;
		
	}
	
	.news-item{
		display:flex;
		flex-direction:column;
		gap:0px;
		width:calc(90% - 20px);
		margin-top:0;
		flex-shrink:0;
	}
	
	.all_news {
		margin: auto;
		margin-top: 10px;
	}
	
	.media-left {
        margin-bottom: 0px; 
    }
	
	.mainandtop {
		background: url(/upload/mobytopback2.png) no-repeat center top;
		height:90vh;
	}
	.mainslog {
		font-size: 50px;
		line-height: 40px;
	}
	.aboutfed {
		background: #2B65C2;
		text-transform: none;
		font-family: 'Stapel';
		font-size: 22px;
		line-height: 23px;
		color: #fff;
	}
	.vinokurov {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
	}

	.vin_sign {
		padding-top: 20px;
		text-align: right;
		padding-bottom: 30px;
	}
	
	.vin_text {
		padding: 0;
	}
	.vinverybigtext {
		font-size: 70px;
		line-height: 54px;	
	}
	.fedbutton {
		display: flex;
		margin-top: 10px;
		justify-content: flex-end;
	}
	.news-list {
		display: flex;
		justify-content: space-between;
		gap: 20px;
		overflow: scroll;
	}
	
	.records {
		height: 80vh;
		background: url(/upload/recmoby.png) no-repeat bottom left;
	}
	
	.record-text {
		font-size: 45px;
		font-family: 'Stapel Extra';
		font-weight: 800;
		text-transform: uppercase;
		padding-top: 420px;
		color: #fff;
		line-height: 40px;
		padding-left: 30px;
	}
	
	
	.daterow {
		display: flex;
		justify-content: space-between;
		gap: 20px;
		margin-bottom: 40px;
		flex-direction: column;
	}
	.datetabbut {
    padding: 10px 30px;
    font-family: 'Stapel';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: block;
    text-align: center;
    background: rgba(43, 101, 194, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    line-height: 100%;
}
	.tabs{
		width:92vw;
	}
	.datecol{
		width:100%;
	}
	
	
	.datetab{
		margin-bottom:0;
	}
	
	.datelist{
		margin-top:30px;		
	}
	
	.datecol:nth-child(1){width:100%;font-size:20px;}
	.datecol:nth-child(2){width:100%;font-size:20px;}
	.datecol:nth-child(3){width:100%;}
	
	.tabs__nav{
		flex-wrap: nowrap !important;
	}
	
	.tabs__nav_div{
		width:90vw;
		overflow:scroll;
	}
	
	.mobilemenuopen{
		display:block;
		background:#00023C;
		padding:10px;
		margin-top: 50px;
		position:fixed;
		top:0;
		right:0;
		z-index:8888;
	}
	
	.hero--calendar, .hero--photoreport{
		padding:40px 0 20px 0;
	}
	
	.page--news {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow: scroll;padding-bottom: 40px;
}
.bx-pagination {
    margin: 10px 0;
    position: absolute;
    bottom: 0px;
	left:0;
}
.bx-pagination .bx-pagination-container ul li:nth-child(5){
	display:none;
}


h1 {
    font-size: 24px;
}

.col-xs-6 {
    width: 100%;
}

	
.col-xs-12.col-sm-6.text-right{
	width:100%;
	text-align:left  !important;
	margin-top:20px;

	
}
	.col-sm-7{
		margin-bottom:30px;
	}
	
	
	.page--news .cloud {
     max-width: 100%; 
    float: right;
    background: #ff2e55;
    color: #f2f6f8;
    padding: 8px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
	margin-top:40px;
	clear:both;
}
	
    .antidopmenu .col-xs-3 {
        background: #FF2E55;
        color: #fff;
        margin: 10px auto;
        font-family: 'Stapel';
        flex-shrink: 0;
        width: 90%;
        height: 250px;
        padding: 19px 0;
        color: #fff;
        border-radius: 5px;
    }

 .tablesc{
	width:100vw;
}
.table-responsive, .table--events{
	width:100%;
}
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: wrap;
    }
	
	.page--news{
		flex-wrap:wrap;
	}
	
	.col-xs-12 img{
		height: auto;
    width: 90vw;
	}
	
	.icons--3 .icons-box__icon, .icons--3 .icons-box:hover .icons-box__icon{
		width:70px;
	}
	
	
	
.title--xs {
	font-size:22px;
	margin-bottom:10px;
	line-height:26px;
}
	
	}
	
	
	
	
	
	
	
	.hidden{
		display:none;
	}
	
	footer{display:none;}
	footer.footernew{display:block;}
	