/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.header__humburger {
    display: flex;
}
.header__menu {
    display: none;
}
.logo__text{
	margin-top: 20px;
	margin-left: 25px;
}
.logo-bith{
	float: left;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
	padding-bottom: 17px;
	padding-left: 27px;

}
.header__wrapper{
	overflow: unset;
	position: relative;
	z-index: 32;	
}
.timelinewpicker{
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
	color: #04306D;
	width: 130px;
	float: right;
	height: 100%;
	position: relative;
	margin-right: 10px;
	margin-left: 20px;
	-webkit-box-ordinal-group: 7;
	    -ms-flex-order: 6;
	        order: 6;
}
.timelinewpicker svg{
	margin-left: 12px;
	width: 18px;
	min-width: 18px;
}
.timelinewpicker:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 100%;
	background: #00BFF1;
	opacity: 0.5;
	-webkit-filter: blur(50px);
	        filter: blur(50px);
	width: 103px;
	height: 100px;
	-webkit-animation: modalbirthday2  2s infinite ease-in-out;
	        animation: modalbirthday2  2s infinite ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: -1;
}
header.header-bithday{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
header.header-bithday .right-block.mini{
	display: block;
}
header.header-bithday .right-block {
    display: none;
}
header.header-bithday.timelineactive .timeline-wrapper{
	width: calc(100%);
	opacity: 1;
	margin-left: 15px;
}
header.header-bithday .top-menu{
	width: 580px;
	margin-right: auto;
}
@media(max-width: 1630px) and (min-width: 1561px){
	header.header-bithday  .logo{
		margin-left: 20px;
	}
}
header.header-bithday .logo{
	margin-left: 55px;
}
@media(min-width: 1561px){
	header.header-bithday.timelineactive .top-menu{
		width: 0;
		overflow: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		margin: 0;
	}
}
@media(max-width: 1560px){
	header.header-bithday  .top-menu{
		position: absolute;
		width: 100%;
		top: -35px;
		text-align: center;
		margin: 0px;
	}
	header.header-bithday .logo{
		margin-left: 15px;
	}
	.section_top_menu{
		    padding-left: 149px;
	}
	.headerlogowrapper{
		margin-right: auto;
	}
	header.header-bithday{
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	header.header-bithday{
		margin-top: 35px;
	}
	header.header-bithday .top-menu li a {
		padding: 11px 10px;
		height: auto;
		min-height: initial;
		font-size: 12px;
		white-space: nowrap;
	}
	header.header-bithday .top-menu li a  br{
		display: none;
	}
	header.header-bithday .top-menu ul {
		display: inline-block;
	}
	.timelinewpicker{
		margin-left: 0;
		margin-right: 10px;
	}
}
@media(max-width: 1500px){
	header.header-bithday .logo{
		margin-left: 15px;
	}
	header.header-bithday .right-block.mini{
		margin: 0 2px;
	}
}
@media(max-width: 1450px){
	header.header-bithday.timelineactive .logo-bith{
		width: 0;
	}
}
.mobilelogowrapper{
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
		padding: 5px 0;
}
.headerlogowrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.mobilelogowrapper img{
	height: 100%;
	width: auto;
}
.mobilelogobirthday{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 10px;
	position: relative;
	display: none;
}
.mobilelogobirthday:before{
	position: absolute;
	content: '';
	bottom: 100%;
	left: 50%;
	background: #ffffff;
	opacity: 0.5;
	-webkit-filter: blur(50px);
	        filter: blur(50px);
	width: 50px;
	height: 50px;
	-webkit-animation: modalbirthday  2s infinite ease-in-out;
	        animation: modalbirthday  2s infinite ease-in-out;
	-webkit-transform: translate(-50%, 50%);
	    -ms-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
}
.mobilelogobirthday svg{
	height: 20px;
	width: auto;
}
header.header-bithday .right-block.mini{
	width: 264px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}
header.header-bithday .logo{
	overflow: unset;
}
header.header-bithday .logo a{
	display: block;
}

header.header-bithday .socs_items_icons.right-block.mini{
	width: 215px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
	white-space: nowrap;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.timelinewpicker:hover svg path{
	fill: #00bff1;
}
header.header-bithday.timelineactive .socs_items_icons.right-block.mini, header.timelineactive .right-block.mini{
	width: 0;
	margin: 0;
}


.timeline-mobile{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 50px;
	position: relative;
}
.modallogo{
	position: absolute;
	left: 50%;
	top: 10px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.modalbirthday{
	position: absolute;
	top: 25px;
	left: 50%;
	-webkit-transform: translateX(45px);
	    -ms-transform: translateX(45px);
	        transform: translateX(45pxf11);
}
.modalbirthday svg{
	position: relative; 
	z-index: 2;
}

.modalbirthday:before{
	position: absolute;
	content: '';
	bottom: 100%;
	left: 50%;
	background: #00BFF1;
	opacity: 0.5;
	-webkit-filter: blur(50px);
	        filter: blur(50px);
	width: 103px;
	height: 100px;
	-webkit-animation: modalbirthday  2s infinite ease-in-out;
	        animation: modalbirthday  2s infinite ease-in-out;
	-webkit-transform: translate(-50%, 50%);
	    -ms-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
}
.timeline-mobile__corner{
	margin-bottom: 45px;
	position: relative;
	padding-left: 20px;

}
.timeline-mobile__corner--end{
	margin-top: 30px;
	margin-bottom: 0;
}
.timeline-mobile__corner img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid white;
	-webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 10px;
	left: -91px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#timeline .modal-body{
	padding: 80px 60px;
			
}
#timeline .modal-content{
	border-radius: 40px;
}
#timeline .modal-dialog{
	width: 655px;
	margin: 125px auto;
}
#timeline .modal-body .close{
	top: 35px;
	right: 35px;
}
#timeline .modal-body .close:after{
	font-weight: bold;
	color: #04306D;
}
.timeline-mobile__item-title{
	font-weight: bold;
	font-size: 24px;
	color: #04306D;
	margin-bottom: 10px;
}
.timeline-mobile__item-descr{
	margin-bottom: 0;
	font-size: 17px;
}
.timeline-mobile__item{
	position: relative;
	margin-bottom: 20px;
}
.timeline-mobile__item::before{
	content: '';
	left: -62px;
	top: 0;
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #04306D;
	-webkit-transform: translateY(5px);
	    -ms-transform: translateY(5px);
	        transform: translateY(5px);
}
.subscribe{
	display: none;
}

.timelineactive .timelinewpicker svg{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.timeline-mobile:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: #04306D;
}
.timeline{
	position: relative;
	height: 2px;
	background: #FFFFFF;
	max-width: 1367px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 35px 0 45px;
}
.timeline-wrapper{
	height: 92px;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
			width: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin: 0 35px;
}
.timeline__corner{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid white;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.modal-open #mobile-neader{
	z-index: 0;
}
.timeline__corner--end{
	right: 0%;
	left: auto;
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}
.timeline__corner img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.timeline__corner span{
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.timeline__item{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #FFFFFF;
	position: relative;
	top: 7px;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}
.timeline__item span{
	position: absolute; 
	bottom: calc(100% + 9px);
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.timeline__item-description{
	position: absolute;
	top: calc(100% + 24px);
	left: -28px;
	padding: 25px 25px 25px;
	background: white;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	min-width: 426px;
	display: none;
}
.timeline__item--reverse .timeline__item-description{
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	left: calc(100% + 28px);
}
.timeline__item--reverse .timeline__item-description::before{
	left: calc(100%  - 48px);
}
.timeline__item-description:before{
	content: '';
	position: absolute;
	left: 20px;
	top: -10px;
	width: 27px;
	height: 27px;
	background: white;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.timeline__item-title{
	font-size: 18px;
	font-weight: bold;
	color: black;
	
}
.timeline__item.active{
	background: #009EE3;
}
.timeline__item.active span{
	color: #009EE3;
}
.timeline-mobile__item:nth-of-type(-2){
	margin-bottom: 0;
}

@media(max-width: 680px){
	#timeline .modal-dialog{
		width: auto;

	}
	.modallogo{
		max-width: 25vw;
		-webkit-transform:  translateX(-100%);
		    -ms-transform:  translateX(-100%);
		        transform:  translateX(-100%);
		z-index: 2;
	}
	.modalbirthday{
		max-width: 30vw;
		-webkit-transform: translateX(10vw);
		    -ms-transform: translateX(10vw);
		        transform: translateX(10vw);
	}
	
	.modallogo svg, .modalbirthday svg{
		width: 100%;
		height: auto;
	}
	#timeline .modal-body{
		padding: 80px 40px;
	}
	.timeline-mobile__corner img{
		width: 65px;
		height: 65px;
		left: -55px;
	}
	.timeline-mobile{
		padding-left: 25px;
	}
	.timeline-mobile__item::before{
		left: -31px;
		width: 15px;
		height: 15px;
				-webkit-transform: translateY(50%);
				    -ms-transform: translateY(50%);
				        transform: translateY(50%);
	}
	.timeline-mobile__item-title{
		font-size: 22px;
	}
	.timeline-mobile__item-descr{
		font-size: 16px;
	}
	.timeline-mobile__corner{
		margin-bottom: 50px;
		
	}
	.timeline-mobile__item-title{
		margin-bottom: 8px;
	}
	.timeline-mobile__corner--end{
		margin-top: 35px;
		margin-bottom: 0;
		padding-left: 20px;
	}
	.timeline-mobile__item{
		margin-bottom: 15px;
	}
	.timeline-mobile__corner img{
		top: 10px;
	}
	
}
@media(max-width: 1440px){
	.timeline__item{
		position: static;
		margin-top: 15px;
	}
	.timeline{
		padding: 0 20px 0 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.timeline__item span{
		font-size: 13px;
	}
	.timeline__corner span{
		font-size: 13px;
		
	}
	.timeline__corner{
		width: 38px;
		height: 38px;
	}
	.timelinewpicker{
		font-size: 12px;
		width: 100px;
	}
	header.header-bithday.timelineactive .timeline-wrapper{
		margin-left: 10px;
	}
	.timelinewpicker svg{
		display: none;
	}
	header.header-bithday .logo{
		transition: 0.3s;
	}
	header.header-bithday .logo{
		width: 140px;
	}
	header.header-bithday.timelineactive .logo{
		width: 70px;
	}
	header.header-bithday .logo img{
		width: 100%;
	}
	
}
@media(max-width: 1150px){
	.timeline__item span {
		font-size: 12px;
	}
	.logo__text{
		margin-left: 10px;
	}

	.logo__text svg, .logo__img img{
		width: 55px;
		height: auto;
	}
}
@media(max-width: 1100px){
	.timeline__item span, .timelinewpicker{
		font-size: 11px;
	}
	.timelinewpicker{
		width: 80px;
	}
	.timeline__item{
		width: 12px;
		height: 12px;
		    margin-top: 13px;
	}
}
@media(min-width: 992px){
	.mobile-menu{
		top: 120px;
	}
}
@media(max-width: 992px){
	.mobilelogobirthday{
		display: block;
		margin-right: auto;
	}
	.mobilelogobirthday svg path{
		fill: white;
	}
	.logo__text{
		display:none;
	}
	.timeline-wrapper{
		display: none;
	}
}

@keyframes modalbirthday {
	from {opacity: 0.5; blur(50px); transform: translate(-50%, 50%);}
	50% {opacity: 0.75; blur(30px); transform: translate(-50%, 50%) scale(1.2);}
	to {opacity: 0.5; blur(50px); transform: translate(-50%, 50%);}
}
@keyframes modalbirthday2 {
	from {opacity: 0.5; blur(50px); transform: translate(-50%, -50%);}
	50% {opacity: 0.75; blur(40px); transform: translate(-50%, -50%) scale(1.1);}
	to {opacity: 0.5; blur(50px); transform: translate(-50%, -50%);}
}
