/*calendar buttons*/
.fc-left .fc-button-group .fc-button.fc-state-default {
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
/*ul events*/
.future-events__maincontent .event__descr-descrlist .sublist,
.future-events__maincontent .event__descr-descrlist ul {
   list-style: none;
   padding-left: 0px;
}
.about-stndrt .tpc-slider.partners-committee {
    background-color: #fff;
}
.submit-search,
.search input[type=submit] {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

@media screen and (max-width: 1280px) {
  .item__with-second-menu:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #343537;
  }
}
.about__article-wrap {
    max-width: 730px;
    width: 100%;
    margin-right: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news__maincontent-list__item-img {
    height: auto;
}
.not-pd {
	padding:0;	
}
.speakers-row-1 {
	display: -webkit-flex; 
	display: flex; 
	border-bottom: 2px solid #5073b6;
}
.infolist-item__title-1 {
	width: 100%;
	padding:10px 5px 10px 10px;
}

.speakers-company-1 {
	width: 99%;	
	padding:10px 5px 10px 10px;
	border-left: 2px solid #5073b6;	
}
.not-bo {
	border-bottom: none;	
}

@media screen and (max-width:1024px){	
	.speakers-row-1 {
	display: block; 
	border-bottom: none;
	
	}
	.speakers-company-1 {
		width: 99%;	
	padding:10px 5px 10px 10px;
	border-left: none;	
	}	
}
@media screen and (max-width:767px){
	.speakers-row-1 {
	display: block; 
	border-bottom: none;
	
	}
	.speakers-company-1 {
		border-left: none;	
	}	
}
.infolist-item__theme { font-family: 'HelveticaNeue-Light',sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #3e3f40;
	}

.bx-input-file-btn {
    background-color: #5073b6;
    color: #fff;
    border: 2px solid #5073b6;
    font-family: 'Helvetica-Bold';
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 70px;
    max-width: 440px;
    width: 100%;
    text-transform: uppercase;
    box-sizing:border-box;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    font-weight:400;
    font-size:13.333px;
    cursor:pointer;
}

.bx-input-file-btn:hover {
    background-color:#fff;
    color:#5073b6;
}

#anketa_photo {display:none;}

.bx-input-file-desc {margin-left:15px;}
@media screen and (max-width: 767px) {
    label[for="anketa_photo"] {display:flex;flex-direction:column;}
    .bx-input-file-desc {margin-left:0;margin-top:10px;}
    .bx-input-file-btn {font-size:12px;}
}

/* count-block start */

.count-block__wrapp {
    display: flex;
    justify-content: flex-start;
}

.count-block {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 175px;
    height: 155px;
    background: #5073b6;
}

.count-block__title {
    padding-top: 25px;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.count-block:before, .count-block:after {
    content: '';
    position: absolute;
    width: 0;
}

.count-block:before {
    bottom: 0;
    left: 0;
    border-top: 77.5px solid white;
    border-bottom: 77.5px solid white;
    border-right: 40px solid #5073b6;
}

.count-block:after {
    bottom: 0;
    right: 0;
    border-top: 77.5px solid white;
    border-bottom: 77.5px solid white;
    border-left: 40px solid #5073b6;
}

.number-normal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border: 5px solid #999a9d;
    background: #ffffff;
}

.number-diy {
    margin-top: 120px;
}

._number {
    padding: 0 3px;
}

._number:nth-child(2) {
    border-left: 5px solid #999a9d;
    border-right: 5px solid #999a9d;
}

._number:nth-child(3) {
    border-right: 5px solid #999a9d;
}

.number-diy .data ._number {
    background-size: 100% 100%;
}

.membership-info__flex {
    display: flex;
    justify-content: space-between;
}

.membership-info__flex .membership-info__flex-item:first-child {
    width: 75%;
}

.membership-info__flex .membership-info__flex-item:last-child {
    align-self: center;
    margin: 0 auto;
}

.count-block__wrapp .count-block {
    margin-left: 100px;
}
.menu-block-right .menu .menu-item:last-child::after, .menu-block-right .menu .menu-item:nth-child(2):after{
    display:block;
}

@media screen and (max-width: 1024px) {
    .membership-info__flex {
        flex-direction: column;
    }
    .membership-info__flex .membership-info__flex-item:first-child {
        width: 100%;
    }
    .membership-info__flex .membership-info__flex-item:last-child {
        padding: 0 0 50px 0;
    }
    .count-block__wrapp {
        flex-direction: column;
        align-items: center;
    }

    .count-block__wrapp a {
        margin-top: 30px;
    }

    .count-block__wrapp .count-block {
        margin-top: 30px;
        margin-left: 0;
    }
}

/* count-block end */


/*Task #47969 start*/
/*.panel-calendar {*/
/*    max-width: 280px;*/
/*}*/
.partners-advantages .heading {
    margin-top: 20px;
}
.partners-template__wrap p {
    font-family: Verdana;
}
@media screen and (max-width: 992px) {
    .about__article-wrap {
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .bottomnav {
        height: 100%;
        padding: 50px 0;
    }
}

.secretariat-wrapper {
    padding-top: 50px;
}

.secretariat-wrapper__flex {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.5;
    font-family: Verdana;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .flex__item-top {
        display: flex;
        flex-direction: column;
    }
}

.flex__top-name {
    font-weight: 700;
}

.flex__top-position {
    font-weight: 400;
}

.flex__item-about {
    font-weight: 700;
}

.flex__item .phone {
    font-weight: 700;
    color: #000000;
}

.flex__item .mail {
    font-weight: 400;
    color: #5073B6;
}


/*Task #47969 end*/