

.white {
    color: white;
}




.Popup {
    padding: 30px;
}

.messagePopup {
    width: 70%;
    max-height: 80%;
}



.quoteImg {
    float: left;
    width: 300px;
    margin-right: 40px;
    margin-bottom: 40px;
}







.visual {
    width: 100%;
    overflow: hidden;
    height: 500px;
}

.visual img {
    width: 100%;

}







.partner-container .status {
    font-size: 22px;
    color: #666;
    padding-bottom: 40px;
}

.partners_ol {
    margin-top: 36px;
    list-style-type: decimal;
    list-style-position: inside;

}

.partners_ol li {
    list-style-type: unset;
    margin-bottom: 25px;
    color: #343434;

}

.partners_ul {
    margin: 16px 0 0 16px;
}

.partners_ul li {
    margin-bottom: 0px;
}


.partners-section .list a {
    filter: none;
    opacity: 1;
}

.partners-list a {
    margin-bottom: 67px;
}









.news_date {
    color: #666;
}

.news_section {
    margin-bottom: 40px;
}

.news_preview {
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px;
}

.news_section figure {
    width: 180px;
    height: 100px;
}

.news_preview_image {
    width: 200px;
    float: left;
}

.news_preview_text {
    float: left;
    font-size: 22px;
    line-height: 25px;
    width: calc(100% - 200px);
}

.news_preview_text .news_date {
    font-size: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.news_section a, .partners_pages a {
    color: #3ea3dc;
}
.news_section {
    margin-top: 20px;
}






.statusH2 {
    font-size: 22px;
}


.mainPagePlayer {
    width: 100%;
    height: 100vh;
}

.idea-day-header .read-more:after{
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDEwLjg0MjdMNC45OTYwNiA2TDAgMS4xNTczNEwxLjE5MjczIDBMNy4zODA2IDZMMS4xOTI3MyAxMkwwIDEwLjg0MjdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
    display: inline-block;
    width: 7px;
    height: 12px;
    margin-left: 12px;
    margin-bottom: -1px;
}
.idea-day-header p{
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
}
.idea-day-header .read-more{
    margin-top: 14px;
    display: block;
    font-size: 15px;
    font-weight: 700;
}
.idea-day-header .total{
    font-weight: 700;
    font-size: 16px;
    line-height: 210%;
    display: block;
    margin-bottom: 15px;
}
.idea-day-badge{
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    background: #D04E0E;
    display: inline-block;
    padding: 0 7px;
    margin-left: -6px;
    margin-bottom: 7px;
}

header .top-part .top-part__container .top-part__logos a img {
    height: 120%;
}

.counter{
    display: flex;
}
.counter .cell .number{
    display: block;
    font-weight: 200;
    font-size: 85px;
    line-height: 103px;
    background-color: white;
    color: #3EA3DC;
}

.timer{
    display: flex;
    align-items: center;
    margin-left: 106px;
    margin-top: 30px;
    margin-bottom: -20px;
}
@media (max-width: 1024px) {
    .timer {
        display: block;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.timer strong{

    font-size: 28px;
    font-style: normal;
    line-height: 120%;
    display: flex;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 11px;
    margin-bottom: 15px;
}
.time-out{

}
.countDown__cont{
    font-size:13px;
    display:flex;
    color:#333
}
.countDown__interval_cont{
    display:flex;
    justify-content:space-around;
    width:auto
}
.countDown__interval_cont:nth-child(n+1):not(:last-child){
    margin-right: 25px;
}
.countDown__interval_basic_cont{
    display:flex;
    flex-direction:column
}
.countDown__interval_basic_cont_description{
    display: flex;
    color: #fff;
    justify-content: center;
    width: 108px;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    margin-top: 10px;
}
.countDown__digit_cont{
    /*perspective:1.6em * 2;*/
    width: 54px;
    height: 87px;
    position: relative;
    line-height: 88px;
    /*font-size: 85px;*/
    font-size: 83px;
    font-weight: 100;
    color: #3EA3DC;
    border-radius: 14px;
}
.countDown__digit_cont:nth-child(n+1):not(:last-child){
    margin-right: 3px;
}
.countDown__digit_last_placeholder,.countDown__digit_new_placeholder{
    position:absolute;
    left:0;
    width: 54px;
    height:50%;
    text-align:center;
    overflow:hidden
}
.countDown__digit_last_placeholder{
    bottom: 0;
    background: #fff;
    border-radius: 0 0 14px 14px;
}
.countDown__digit_last_placeholder_inner{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    bottom:50%;
    position:absolute
}
.countDown__digit_new_placeholder{
    top: 0;
    /*background: #ffffff;*/
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 26.56%), #FFFFFF;
    border-radius: 14px 14px 0 0;
}
.countDown__digit_last_rotate,.countDown__digit_new_rotate{
    display: flex;
    justify-content: center;
    width: 54px;
    height: 50%;
    font-weight: 100;
    position: absolute;
    top: 0;
    overflow: hidden;
    animation-duration: .4s;
    animation-timing-function: linear;
    border-radius: 14px 14px 0 0;
    animation-fill-mode: forwards;
    transform-origin: 100% 100%;
}
/*.countDown__digit_last_rotate:after,.countDown__digit_new_rotate:after{*/
/*    content:"";*/
/*    position:absolute;*/
/*    z-index:-1;*/
/*    left:0;*/
/*    bottom:0;*/
/*    width:100%;*/
/*    height:100%;*/
/*    border-bottom:.01em solid rgba(0,0,0,.1)*/
/*}*/
.countDown__digit_last_rotate{
    animation-name:countDown_flip_1;
    background:#f7f7f7
}
.countDown__digit_new_rotate{
    animation-name:countDown_flip_2;
    background:#fff
}
.countDown__digit_new_rotated{
    transform: rotateX(180deg);
    width: 54px;
    height: 100%;
}
.countDown__digit_new_rotated_inner{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    bottom:50%;
    position:absolute
}
@keyframes countDown_flip_1{
    0%{
        transform:rotateX(0);
        z-index:1
    }
    100%{
        transform:rotateX(-180deg);
        z-index:0
    }
}
@keyframes countDown_flip_2{
    0%{
        transform:rotateX(0);
        z-index:0
    }
    100%{
        transform:rotateX(-180deg);
        z-index:1
    }
}

@media (max-width: 768px) {
    .countDown__digit_cont{
        font-size: 50px;
    }
    .countDown__digit_last_rotate,
    .countDown__digit_new_rotate,
    .countDown__digit_new_rotated,
    .countDown__digit_cont,
    .countDown__digit_last_placeholder,
    .countDown__digit_new_placeholder{
        width: 40px;
    }
    .countDown__digit_cont{
        height: 60px;
        line-height: 61px;
    }
}

@media (max-width: 750px) {


    .Popup {
        padding: 15px;
    }

    .messagePopup {
        width: 95%;
        max-height: 95%;
    }


    .quoteImg {
        width: 100%;
        margin-right: 0px;
    }








    .news_preview_image {
        width: 100%;
        margin-bottom: 20px;
    }
    .news_section figure {
        width: 100%;
        height: 150px;
    }
    .news_preview_text {
        width: 100%;
        font-size: 18px;
        line-height: 22px;
    }





    .statusH2 {
        font-size: 18px;
    }




    .mainPagePlayer {
        height: 56vw;
    }




    .partners-section .list {
        display: block;
        text-align: center;
    }

    .partners-section .list a {
        display: block;
    }



    footer .top-part .top-part__container .logos {
        margin-bottom: 30px;
    }

    footer .top-part .top-part__container .logos:first-child {
        margin-bottom: 20px;
    }




    .fancybox-content {
        /*		padding: 0px;*/
    }


}


.section-idea-day{
    background-color: #F6F6F6;
    padding: 165px 0;
}

.idea-day{
    background-color: #fff;
    padding: 35px 40% 35px 35px;
    position: relative;
}

@media (max-width: 1200px){
    .idea-day{
        padding: 25px 50% 25px 15px;
    }
}

@media (max-width: 1000px){
    .idea-day{
        padding: 25px 15px 25px 15px;
    }
}

.idea-day h2{
    font-size: 27px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 25px;
}

.idea-day-item{
    width: 90%;
    padding: 18px 15px;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: -1px;
    cursor: pointer;
}

@media (max-width: 1000px){
    .idea-day-item{
        width: 100%;
    }
}

.idea-day-item.active{
    width: 100%;
    background-color: #F1F1F1;
}

.idea-day-content{
    display: flex;
    align-items: center;
}

@media (max-width: 1000px){
    .idea-day-content{
        flex-direction: column;
        justify-content: center;
    }
}

.idea-day-pic{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}

@media (max-width: 1000px){
    .idea-day-pic{
        margin: 0 0 15px 0;
    }
}

.idea-day-pic img{
    position: absolute;
    width: 100%;
    height: 100%;
}

.idea-day-txt{
    width: calc(100% - 80px);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.idea-day-bnr{
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: all 0.3s;
}

@media (max-width: 1200px){
    .idea-day-bnr{
        width: 50%;
    }
}

@media (max-width: 1000px){
    .idea-day-bnr{
        display: none;
    }
}

.idea-day-item.active .idea-day-bnr{
    opacity: 1;
}


/* Page idea-of-the-day	 */

.idea{
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 65px;
}

@media (max-width: 768px){
    .idea{
        font-size: 18px;
    }
}

.idea-item{
    display: flex;
    border-bottom: 1px solid #D3D3D3;
    padding: 20px 10px 40px;
    margin-bottom: 20px;
}

@media (max-width: 768px){
    .idea-item{
        flex-direction: column;
    }
}

.idea-pic{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-right: 40px;
    margin-top: 15px;
}

@media (max-width: 768px){
    .idea-pic{
        margin: 0 auto 15px auto;
    }
}

.idea-pic img{
    position: absolute;
    width: 100%;
    height: 100%;
}

.idea-autor{
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    color: #666;
    margin-bottom: 7px;
}

@media (max-width: 768px){
    .idea-autor{
        text-align: center;
        margin-bottom: 20px;
    }
}

.idea-txt{
    width: calc(100% - 165px);
}

@media (max-width: 768px){
    .idea-txt{
        width: 100%;
    }
}

.show-more-btn{
    font-size: 16px;
    background-color: #3EA3DC;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 20px;
    font-weight: 600;
    display: block;
    max-width: 170px;
    text-align: center;
    margin: 40px auto;
}

.organizator {
    font-size: 20px;
    margin-bottom: 10px;
}



/*

input::-webkit-input-placeholder {
	color: white;
	font-family: "TTNorms";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}



.breadcrumbs {
	margin-bottom: 36px;
}

.second_level_menu {

	width: 100%;
	margin-top: 0px;
	margin-bottom: 72px;
}

.second_level_menu a {
	font-family: "TTNorms";
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	line-height: 30px;

	text-transform: uppercase;

	color: #343434;
	margin-right: 30px;
	white-space: nowrap;
}

.second_level_menu a:last-child {
	margin-right: 0px;
}

.second_level_menu a.is-active {
	border-color: #3ea3dc;
}



header .main-part .main-part__container .main-part__menu .partner {
	color: #ffcd1c;
}






.becomePartner {
	width: 100%;
}

.becomePartner li {
	height: 130px;
}

.becomePartner li div {
	width: 190px;
	float: left;
	text-align: center;
}

.becomePartner li p {
	width: calc(100% - 190px);
	float: left;
}





#forum-page .suggestion .suggestion__image_right {
	right: 0;
	left: auto;
	width: 500px;
	background-image: url(/images/decor-8.svg);
}

#forum-page .suggestion_became_partner {
	padding-left: 100px;
}


.suggestion_became_partner_title {
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
}

.suggestion_became_partner label {
	display: block;
	font-family: TTNorms;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.suggestion_became_partner input, .suggestion_became_partner button {
	height: 50px;
	width: 400px;
	border: 2px solid white;
	padding: 15px;
	color: white;
	font-family: TTNorms;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

input::placeholder {
	font-family: TTNorms;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

.suggestion_became_partner button {
	border-color: #FFCD1C;
	color: #FFCD1C;
	font-family: TTNorms;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	margin-top: 40px;
	width: 200px;
}


.partners_pages #terms-page {
	margin: 40px 0;
}





.info_graphic_blocks_3 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin: 50px 0;
}

.info_graphic_blocks_block {
	width: 32%;
	border: 1px solid #3EA3DC;
	padding: 10px;
	background-image: url(/images/block.bg.2.svg);
	background-position: 50% 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.info_graphic_blocks_block:first-child {
	background-image: url(/images/block.bg.1.svg);
}

.info_graphic_blocks_block:last-child {
	background-image: url(/images/block.bg.3.svg);
}

.info_graphic_blocks_date {
	font-family: TTNorms;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	width: 100%;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #3EA3DC;
	white-space: nowrap;
	text-align: center;
}

.info_graphic_blocks_info {
	font-family: TTNorms;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.005em;
	height: 150px;
	color: #3EA3DC;
	text-align: center;
	margin-top: 20px;
}




@media (max-width: 750px) {

	#index-header .image {
		background-position: 50% 50%;
	}



	#forum-page .suggestion_became_partner {
	    padding-left: 30px;
	}

	.suggestion_became_partner input, .suggestion_became_partner button {
		width: 100%;
	}

	.becomePartner li {
		height: auto;
	}

	.becomePartner li div {
		float: none;
		text-align: left;
	}

	.becomePartner li p {
		float: none;
		width: auto;
		margin-bottom: 40px;
	}




	.info_graphic_blocks_3 {
		flex-direction: column;
	}
	.info_graphic_blocks_block {
		width: 100%;
		margin-bottom: 32px;
	}

}




@media (max-width: 400px) {


	.info_graphic_blocks_date {
		font-size: 13px;
	}

	.second_level_menu a {
	    white-space: unset;
		display: block;
	}

}
*/

#index-header .big-title h1 .text-line-4{
    margin-left: 3.1vw;
}
#index-header .big-title h1 .text-line-2{
    margin-left: 0;
}
#index-header .big-title h1 .text-line-3{
    margin-left: 18vw;
    margin-left: 30cqw;
}
#index-header .big-title h1 .text-line-4,
#index-header .big-title h1 .text-line-2,
#index-header .big-title h1 .text-line-3 {
    font-size: min(max(30px, 4.5vw), 87px);
    font-size: 10cqw;
}
.big-title .container h1{
    container-type: inline-size;
}
#index-header .image{
    background-image: url(/images/bg.svg);
    background-position: center top 7%;
    background-repeat: no-repeat;
    background-size: 1000px;
}
.annual{
    font-size: min(max(16px, 1.5vw), 30px) !important;
}
.annual span{
    background-color: black;
    vertical-align: top !important;
    margin-left: 16vh;
    padding: 2px 15px;
    margin-left: 12cqw;
}
.annual{
    display: inline-block !important;
    vertical-align: top;
    margin-top: 13px;
    margin-left: 5vw;
    font-size: 40px;
    margin-left: 7cqw;
}
.organizers-partner img{
    max-width: 100%;
}
.organizers-partner .title{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 60px;
}
.organizers-partner div:first-child img{
    margin-left: -43px;
}
.organizers-partner >div{
    margin-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.organizers-partner{
    display: flex;
    margin-bottom: 50px;
}
@media (max-width: 750px) {

    .annual{
        display: block !important;
        max-width: 320px;
        margin-left: 0;
        margin-top: 40px;
    }
    .annual span{
        max-width: 160px;
        margin-left: 30px;
    }
    .organizers-partner div:first-child img{
        margin-left: 0;
    }
    .organizers-partner div{
        margin-right: 0;
    }
    .organizers-partner {
        flex-wrap: wrap;
    }
}

header .decor {
    width: 76%;
    left: 29%;
    bottom: 0;
    opacity: .5;
}
.about-big-block .gray-bg h2{
    color: white;
}
.about-big-block .gray-bg{
    background-image: linear-gradient(to bottom, #87878782, #878787);
    padding: 200px 0 50px;
}
.about-big-block{
    margin-top: 0;
    background-size: cover;
    color: white;
    background-position: center top;
}
.about-big-block .button:hover{
    color: #33a2d9;
    background-color: white;
    opacity: 1;
}
.about-big-block .button{
    margin-top: 20px;
    border: 2px solid white;
    color: white;
    text-transform: uppercase;
    padding: 16px 20px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    box-shadow: none !important;
    border-radius: 17px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.photobankMain{
    border: 0 !important;
    border-radius: 30px;
}
.photobankMain ul li{
    background-color: transparent !important;
}
.photobankMain ul li a .photobank-img{
    border-radius: 20px;
    background-position: left center !important;
}
.photobankMain ul li a{
    padding: 0 !important;
}