a.header__phone {
	background: transparent !important;
	color: #333 !important;
	padding: 0 !important;
}
.header-btn {
	margin-bottom: 20px;
}
.ic-marker,
.mob-mail, .header-soc {
	display: none;
}

/*desktop menu*/
.ink-navigation ul.menu.flat.black {
	display: flex;
	/*justify-content: space-between;*/
}
/*.ink-navigation ul.menu.flat.black li:first-child:before {
	content: "";
	display: block;
	position: absolute;
	border-right: 2px solid #b0d4e1;
	top: 0;
	padding-bottom: 40px;
	left: 0;
}*/

@media (max-width: 1180px){
	.column-group {
		flex-direction: column;
	}
	.large-15.wrapp-logo {
		margin-bottom: 25px;
	}
	.wrapp-icons {
		display: none;
	}

	.contact-wrapper {
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
	.header-form {
		display: none;
	}

	.header-soc {
		display: flex;
		justify-content: space-around;
	}
	.header__soc-item {
		width: 30px;
	}
	.header__soc-item a {
		background: transparent !important;
		padding: 0 !important;
	}

	.wrapp-form {
		width: 100% !important;
		text-align: center;
	}
	.wrapp-btns {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-top: 15px;
	}
	.header-btn {
		width: 22%;
		margin: 0 auto;
	}
	.header-btn.btn-lk a {
		margin: 0;
	}
	.mob-btn {
		display: block !important;
	}


	.ink-navigation ul.menu.horizontal li a {
		font-size: 16px;
	}
}

@media (max-width: 999px){
	/*header*/
	.large-15.wrapp-logo,
	.contact-wrapper,
	.column.name{
		padding: 0 16px !important;
	}
	/*header logo*/
	.large-15.wrapp-logo {
		margin-bottom: 20px;
	}
	.large-15.wrapp-logo a {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		width: 100% !important;
	}
	.column.logo {
		width: 85px !important;
		margin-right: 10px !important;
	}
	.wrapp-logo .description {
		width: auto;
		margin-left: 0;
		text-align: left;
	}
	/*///////////////////////////////////*/

	/*header adr*/
	.large-60.wrapp-info {
		display: block !important;
	}
	.contact-wrapper {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.large-60.wrapp-info {
		order: 1;
	}
	.name__inner {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.name p {
		font-size: 14px;
		text-align: center;
	}
	.header-adr{
		font-weight: bold;
	}
	.ic-marker {
		display: block;
		font-size: 10px;
		margin: 5px 10px 0px 0px;
	}
	/*///////////////////////////////////*/

	/*header phone*/
	.wrapp-tel_no {
		display: none !important;
	}
	.large-20.wrapp-tel .contacts {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}
	.column.contacts {
		display: flex;
		align-items: flex-start;
		justify-content: space-evenly;
		margin-bottom: 20px;
	}
	.mob-mail a,
	.header-tell a,
	.header-tell a, .header__soc-item a {
		background: transparent !important;
		color: #333 !important;
		padding: 0 !important;
	}
	p.mob-mail {
		margin: 0;
		display: block;
	}
	.mob-mail a {
		font-weight: 400 !important;
		text-decoration: underline;
	}
	.header-soc {
		display: flex;
		justify-content: space-around;
	}
	.header__soc-item {
		width: 30px;
	}
	.header-form {
		display: none;
	}
	.wrapp-form {
		display: block !important;
	}
	.header-burger {
		display: block;
	}
	.wrapp-menu {
		position: fixed;
		top: -100%;
		width: 100%;
		height: 100%;
		left: 0;
		background: #009fe0;
		z-index: 999999;
		display: block;
		overflow: auto;
		margin-top: 0;
	}
	/*///////////////////////////////////*/

	/*header btn*/
	.header-burger {
		font-size: 14px;
		color: #fff;
		background: #e21c2a;
		margin-bottom: 20px;
		font-weight: 700;
		width: 100% !important;
		display: flex;
		align-items: center;
	}
	.ink-navigation ul.menu.flat.black {
		display: block;
	}
	.wrapp-btns {
		display: flex;
		flex-wrap: wrap;
		width: 100% !important;
	}
	.header-btn{
		margin: 0px auto 20px !important;
		width: 48%;
	}
	.header-btn button {
		background: transparent !important;
		color: #000 !important;
	}
	.header-btn a {
		background: transparent;
		color: #000;
		border: 2px solid #000;
		border-radius: 0;
		width: 100% !important;
		margin: auto;
	}
	.header-btn a:hover{
		border-color: #e21c2a;
		background: transparent;
		color: #333;
	}
	.large-5.wrapp-form {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.header-btn.btn-lk {
		width: 48% !important;
	}
	.header-btn.btn-lk a {
		max-width: 100% !important;
		margin: 0;
		height: 100%;
	}
	.header-btn.btn-lk button.ink-button.green.fullwidth {
		padding: 8px 20px !important;
		margin: 0 !important;
		height: 100% !important;
	}
	.header-btn.btn-lk button.ink-button.green.fullwidth:active{
		box-shadow: none;
	}
	.header-btn.btn-lk button.ink-button.green.fullwidth:focus-visible{
		outline: none;
	}
	.mob-btn {
		display: block !important;
	}
	.desktop-mail {
		display: none !important;
	}
	/*///////////////////////////////////*/
}

@media (max-width: 680px){
	/*header*/
	.large-15.wrapp-logo,
	.contact-wrapper,
	.column.name{
		padding: 0 16px !important;
	}
	/*header logo*/
	.large-15.wrapp-logo {
		margin-bottom: 20px;
	}
	.large-15.wrapp-logo a {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		width: 100% !important;
	}
	.column.logo {
		width: 85px !important;
		margin-right: 10px !important;
	}
	/*///////////////////////////////////*/

	/*header adr*/
	.contact-wrapper {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.large-60.wrapp-info {
		order: 1;
	}
	.name__inner {
		display: flex;
	}
	.header-adr{
		font-weight: bold;
	}
	.ic-marker {
		display: block;
		font-size: 10px;
		margin: 5px 10px 0px 0px;
	}
	/*///////////////////////////////////*/

	/*header phone*/
	.wrapp-tel {
		width: 70% !important;
		margin: 0px auto;
	}
	.column.contacts {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.mob-mail a,
	.header-tell a,
	.header-tell a, .header__soc-item a {
		background: transparent !important;
		color: #333 !important;
		padding: 0 !important;
	}
	p.mob-mail {
		margin: 0;
		display: block;
	}
	.mob-mail a {
		font-weight: 400 !important;
		text-decoration: underline;
	}
	.header-soc {
		display: flex;
		justify-content: space-around;
	}
	.header__soc-item {
		width: 30px;
	}
	/*///////////////////////////////////*/

	/*header btn*/
	.wrapp-btns {
		height: 100% !important;
		width: 100%;
	}
	.header-btn{
		margin: 0px auto 20px !important;
		width: 100% !important;
	}
	.header-btn.btn-lk{
		width: 100% !important;
	}
	.header-btn.btn-lk a {
		max-width: 100% !important;
		height: 100%;
		margin: 0px auto;
	}
	.header-btn button {
		background: transparent !important;
		color: #000 !important;
	}
	.header-btn a{
		background: transparent;
		color: #000;
		border: 2px solid #000;
		border-radius: 0;
		width: 80% !important;
		margin: auto;
	}
	.header-btn a:hover{
		border-color: #e21c2a;
		background: transparent;
		color: #333;
	}
	/*///////////////////////////////////*/

	.desktop-mail {
		display: none !important;
	}
	/*///////////////////////////////////*/
}

@media (max-width: 480px){
	.wrapp-tel {
		width: 100% !important;
		margin: 0px auto;
	}
}


@media (max-width: 340px){
	.column.logo {
		width: 70px !important;
		margin-right: 10px !important;
	}
	.column.contacts>div a {
		font-size: 14px;
	}
	.wrapp-logo .description p{
		font-size: 13px;
	}
	.name p {
		font-size: 12px;
	}
}