@media screen and (min-width: 0px) and (max-width: 718px) {
	.wrapper-header {
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		padding: 0px;
		color: #333;
		background: rgba(255,255,255,0.95);
		-moz-box-shadow:    inset 0 70px 50px 0 rgba(255,255,255,1),  0px 1px 2px 0px rgba(0,0,0,0.24), 0px 1px 1px 0px rgba(0,0,0,0.12);
		box-shadow:         inset 0 70px 50px 0 rgba(255,255,255,1),  0px 1px 2px 0px rgba(0,0,0,0.24), 0px 1px 1px 0px rgba(0,0,0,0.12);
		z-index: 100;
		transition: ease all .2s;
	}
	.wrapper-header-animate {
		transition: ease all .2s;
	}
	.wrapper-header-none-animate {
		display: none;
		transition: ease all 5s;
	}
	.top-head{
		padding: 0px;
		overflow: hidden;
	}
	.top-head:before,
	.top-head:after {
		content: "";
		clear: both;
		display: table;
	}
	.coordinates,
	.work-time,
	.buy-button{
		display: none;
	}
	.wrapper-header .logotype{
		box-sizing: border-box;
		float: left;
		width: 180px;
		margin: 10px 22px 7px;
	}
	.wrapper-header .logotype a,
	.wrapper-header .logotype a:hover{
		border: none;
		line-height: 0px;
		font-size: 0px;
	}
	.wrapper-header .logotype img{
		margin-bottom: -18px;
	}
	.call-button--mobile{
		position: absolute;
		top: 19px;
		right: 19px;
		box-sizing: border-box;
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background: -webkit-image-set(url(../images/phone-ico--mobile.png) 1x, url(../images/phone-ico--mobile@2x.png) 2x, url(../images/phone-ico--mobile@3x.png) 3x)  no-repeat #3B86C6;
		border: 1px solid #0D6AB2;
		box-shadow: 0 10px 20px 0 rgba(0,0,0,0.30);
	}
	
}
@media screen and (min-width: 719px) {
	.wrapper-header {
		box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 60px 0 30px;
		color: #333;
		background: rgba(255,255,255,0.95);
		-moz-box-shadow:    inset 0 70px 50px 0 rgba(255,255,255,1),  0px 1px 2px 0px rgba(0,0,0,0.24), 0px 1px 1px 0px rgba(0,0,0,0.12);
		box-shadow:         inset 0 70px 50px 0 rgba(255,255,255,1),  0px 1px 2px 0px rgba(0,0,0,0.24), 0px 1px 1px 0px rgba(0,0,0,0.12);
		z-index: 100;
		transition: ease all .2s;
	}
	.wrapper-header-animate {
		padding: 10px 0 10px;
		transition: ease all .2s;
	}
	.wrapper-header-none-animate {
		display: none;
		transition: ease all 5s;
	}
	.top-head{
		padding: 0 30px 10px;
	}
	.top-head:before,
	.top-head:after {
		content: "";
		clear: both;
		display: table;
	}
	.top-head a{
		color: #0277BB;
		border-bottom: 1px solid rgba(0, 136, 204, .4);
	}
	.top-head a:hover{
		color: rgb(187, 51, 0);
		border-bottom: 1px solid rgba(204, 0, 0, .4);
	}
	.hamburger-button{
		width: 40px;
		height: 40px;
		float: left;
		background: #fff;
		margin: 0 30px 0 0;
	}
	.wrapper-header .logotype{
		box-sizing: border-box;
		float: left;
		width: 180px;
		margin: -5px 68px 0 -10px;
	}
	.wrapper-header .logotype a,
	.wrapper-header .logotype a:hover{
		border: none;
	}
	.wrapper-header .logotype img{
		width: auto;
		max-height: 100px;
	}
	.coordinates {
		float: left;
		margin: 0 60px 0 0;
	}
	.coordinates:before {
		content: url(../images/coordinates-ico.png);
		content: -webkit-image-set(url(../images/coordinates-ico.png) 1x, url(../images/coordinates-ico@2x.png) 2x, url(../images/coordinates-ico@3x.png) 3x);
		width: 27px;
		float: left;
		margin: 20px 23px 0 0;
	}
	.office{
		width: 130px;
		float: left;
		margin: 20px 30px 0 0;
	}
	.work-time,
	.callback {
		width: 160px;
		float: left;
		margin: 20px 60px 0 0;
	}
	.office li,
	.work-time li,
	.callback li {
		font-size: 15px;
		font-weight: bold;
	}
	.office li:last-child,
	.work-time li:last-child,
	.callback li:last-child {
		font-size: 12px;
		font-weight: normal;
	}
	.wrapper-header .buy-button {
		position: absolute;
		right: 0;
		top: 30px;
		transition: ease all .2s;
	}
	.wrapper-header .buy-button a{
		border: none;
	}
	.wrapper-header .buy-button .button {
		font-size: 16px;
		line-height: 16px;
		color: #fff;
		background: #1d9bd9;
		padding: 12px 19px;
		border-radius: 21px;
		border-color: #137ec6;
		border-top-color: #1992da;
		border-bottom-color: #0d6ab2;
		background-image: -o-linear-gradient(-89deg, #3BAEE7 0%, #0088CC 100%);
		background-image: -moz-linear-gradient(-89deg, #3BAEE7 0%, #0088CC 100%);
		background-image: -ms-linear-gradient(-89deg, #3BAEE7 0%, #0088CC 100%);
		background-image: linear-gradient(-179deg, #3BAEE7 0%, #0088CC 100%);
		-moz-box-shadow:    2px 2px 2px 0px rgba(0,0,0,0.20);
		box-shadow:         2px 2px 2px 0px rgba(0,0,0,0.20);
		transition: ease all .2s;
		cursor: default;
	}
	.wrapper-header .buy-button .button:hover {
		background: #2fa2dc;
		background-image: -o-linear-gradient(#4ab4e8, #1491d0);
		background-image: -moz-linear-gradient(#4ab4e8, #1491d0);
		background-image: -ms-linear-gradient(#4ab4e8, #1491d0);
		background-image: linear-gradient(#4ab4e8, #1491d0);
	}
	.wrapper-header .buy-button .button:active {
		background: #0d85c0;
		background-image: -o-linear-gradient(#1b9dde, #006da3);
		background-image: -moz-linear-gradient(#1b9dde, #006da3);
		background-image: -ms-linear-gradient(#1b9dde, #006da3);
		background-image: linear-gradient(#1b9dde, #006da3);
	}
	.wrapper-header-animate .buy-button {
		position: absolute;
		right: 0;
		bottom: 14px;
		transition: ease all .2s;
	}
	.wrapper-header .psevdo_link{
		color: #0277BB;
		border-bottom: 1px dashed rgba(0, 136, 204, .4);
		cursor: pointer;
	}
	.wrapper-header .psevdo_link:hover{
		color: rgb(187, 51, 0);
		border-bottom: 1px dashed rgba(204, 0, 0, .4);
	}
}
@media screen and (min-width: 720px) {
	.wrapper-header {
		padding: 20px 0 0;
		margin: 0 auto;
		min-width: 1024px;
		-webkit-animation-duration:1100ms; -moz-animation-duration:1100ms; -o-animation-duration:1100ms; animation-duration:1100ms;
		-webkit-animation-name: wrapper-header; -moz-animation-name: wrapper-header; -o-animation-name: wrapper-header; animation-name: wrapper-header;
	}
	.wrapper-header-animate {
		padding: 10px 0 0;
		transition: ease height .2s;
	}
	.wrapper-header .buy-button {
		top: 52px;
		right: 30px;
	}
	.wrapper-header .buy-button:after {
		content: " ";
		position: absolute;
		width: 25px;
		height: 60px;
		top: -50%;
		left: -30px;
		-webkit-transform: rotate(35deg);
		background: rgba(255,255,255,.2);
		box-shadow: 0 0 30px rgba(255,255,255,.5);
		-webkit-animation-name:buy-button-light; -moz-animation-name:buy-button-light; -o-animation-name:buy-button-light; animation-name:buy-light;
		-webkit-animation-duration: 2s; -moz-animation-duration: 2s; -o-animation-duration: 2s; animation-duration: 2s;
		-webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; -o-animation-timing-function: linear; animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite;
	}
	.wrapper-header-animate .buy-button {
		top: 42px;
		right: 30px;
	}

}
@-webkit-keyframes wrapper-header {
	from { top: -250px; }
	50% { top: -250px; }
	to   { top: 0; }
}
@-moz-keyframes wrapper-header {
	from { top: -250px; }
	50% { top: -250px; }
	to   { top: 0; }
}
@-o-keyframes wrapper-header {
	from { top: -250px; }
	50% { top: -250px; }
	to   { top: 0; }
}
@keyframes wrapper-header {
	from { top: -250px; }
	50% { top: -250px; }
	to   { top: 0; }
}
@-webkit-keyframes buy-button-light {
	from { -webkit-transform:translate3d( 0, 0, 0) rotate(35deg); }
	to   { -webkit-transform:translate3d( 1500px,0, 0) rotate(35deg);}
}
@-moz-keyframes buy-button-light {
	from { -webkit-transform:translate3d( 0, 0, 0) rotate(35deg); }
	to   { -webkit-transform:translate3d( 1500px,0, 0) rotate(35deg);}
}
@-o-keyframes buy-button-light {
	from { -webkit-transform:translate3d( 0, 0, 0) rotate(35deg); }
	to   { -webkit-transform:translate3d( 1500px,0, 0) rotate(35deg);}
}
@keyframes buy-button-light {
	from { transform:translate3d( 0, 0, 0)) rotate(35deg); }
	to   { transform:translate3d(    1500px,0, 0)) rotate(35deg); }
}

