@font-face {
	font-family: 'ProximaNova-Semibold';
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/ProximaNova-Semibold.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Semibold.woff) format('woff'), url(../fonts/ProximaNova-Semibold.ttf) format('truetype'), url(../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold) format('svg')
}

@font-face {
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/ProximaNova-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Regular.woff) format('woff'), url(../fonts/ProximaNova-Regular.ttf) format('truetype'), url(../fonts/ProximaNova-Regular.svg#ProximaNova-Regular) format('svg')
}

@font-face {
	font-family: 'ProximaNova-Bold';
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/ProximaNova-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Bold.woff) format('woff'), url(../fonts/ProximaNova-Bold.ttf) format('truetype'), url(../fonts/ProximaNova-Bold.svg#ProximaNova-Bold) format('svg')
}

body,
html {
	height: 100%
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

img {
	max-width: 100%;
	height: auto
}

button {
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: 0;
	-moz-appearance: none;
	-webkit-appearance: none
}

body {
	font-family: 'ProximaNova-Regular';
	font-size: 15px;
	line-height: 24px;
	min-width: 320px;
	margin: 0;
	color: #8d8d8d
}

.wrapper {
	position: relative;
	height: 100%
}

.block-name {
	font-family: 'ProximaNova-Bold';
	font-size: 35px;
	line-height: 37px;
	margin-bottom: 40px;
	text-align: center;
	color: #484847
}

.pd160 {
	padding-top: 160px
}

.pd110 {
	padding-top: 110px
}

.btn {
	font-family: 'ProximaNova-Bold';
	font-size: 16px;
	line-height: 47px;
	width: 220px;
	height: 49px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 30px 46px rgba(0, 0, 0, .63);
	box-shadow: 0 30px 46px rgba(0, 0, 0, .63)
}

.btn:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	background-color: #50ccb4;
	background-image: -webkit-gradient(linear, left top, right top, from(#50ccb4), color-stop(99%, #1ca892), to(#1ca892));
	background-image: -o-linear-gradient(left, #50ccb4 0%, #1ca892 99%, #1ca892 100%);
	background-image: linear-gradient(to right, #50ccb4 0%, #1ca892 99%, #1ca892 100%)
}

.btn_yellow {
	background-color: #a18928
}

.btn_green {
	background-color: #48e4c3
}

.btn_blue {
	background-color: #468bf1
}

.btn_violet {
	background-color: #af6cee
}

.color {
	position: relative
}

.color::before {
	position: absolute;
	z-index: -1;
	top: 46px;
	left: 44px;
	width: 110px;
	height: 110px;
	content: '';
	border-radius: 50%
}

.color-yellow::before {
	background-color: #fffbea
}

.color-green::before {
	background-color: #edfdfa
}

.color-blue::before {
	background-color: #edf4fe
}

.color-violet::before {
	background-color: #f8f1fd
}

.color-yellow svg {
	fill: #fecd00
}

.color-green svg {
	fill: #35e1bb
}

.color-blue svg {
	fill: #397df2
}

.color-violet svg {
	fill: #a65cee
}

.i-container {
	width: 100%;
	max-width: 1230px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.i-container,
.numbers {
	position: relative
}

.numbers__number {
	line-height: 40px;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	color: #3966f7;
	border-radius: 50%;
	background: url(../images/nub-bg.png) 0 0 no-repeat
}

.numbers::after,
.numbers::before {
	position: absolute;
	bottom: 20px;
	width: 30%;
	height: 1px;
	content: '';
	background: url(../images/numbers_dot.png) 0 0 repeat-x
}

.numbers::before {
	left: 3px
}

.numbers::after {
	right: 8px
}

.numbers__arrow {
	position: absolute;
	right: 0;
	bottom: 15px;
	width: 7px;
	height: 11px;
	background: url(../images/numbers_arrow.png) 0 0 no-repeat
}

.hero {
	min-height: 682px;
	background: url(../images/hero.jpg) 50% no-repeat;
	background-size: cover
}

.hero__wrap {
	padding-top: 23px
}

.hero__img {
	position: absolute;
	top: 79px;
	right: 0
}

.logo,
header.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

header.header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header__burger {
	display: none
}

.logo {
	font-size: 0;
	line-height: 0;
	text-decoration: none
}

.logo__text {
	font-family: 'ProximaNova-Semibold';
	font-size: 24px;
	line-height: 28px;
	padding-left: 9px;
	color: #fff
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none
}

.menu__item {
	margin: 0 20px
}

.menu__link {
	font-family: 'ProximaNova-Semibold';
	font-size: 15px;
	line-height: 19px;
	display: block;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	text-decoration: none;
	color: rgba(255, 255, 255, .7)
}

.menu__link:focus,
.menu__link:hover {
	color: #ffcc05
}

.phone__link {
	font-family: 'ProximaNova-Semibold';
	font-size: 25px;
	line-height: 28px;
	padding-left: 29px;
	text-decoration: none;
	color: #ffd200;
	background: url(../images/phone.png) 0 5px no-repeat
}

.tagline {
	position: relative;
	max-width: 610px;
	margin-top: 130px;
	margin-bottom: 50px
}

.tagline__bottom,
.tagline__top {
	font-family: 'ProximaNova-Bold';
	color: #fff
}

.tagline__top {
	margin-bottom: 10px;
	font-size: 50px;
	line-height: 50px
}

.tagline__bottom {
	font-size: 35px;
	line-height: 35px;
	max-width: 500px
}

span.tagline__bottom_color {
	color: #ffcc05
}

.activity,
.activity__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.activity {
	font-size: 0;
	line-height: 0;
	position: relative;
	margin-bottom: 70px;
	max-width: 488px
}

.activity__item {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.activity__icon svg {
	width: 65px;
	height: 74px;
	-webkit-transition: fill .3s ease;
	-o-transition: fill .3s ease;
	transition: fill .3s ease;
	fill: rgba(255, 255, 255, .5)
}

.activity__item:hover .activity__icon svg {
	fill: #ffcc05
}

.activity__text {
	font-size: 15px;
	line-height: 19px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #fff
}

.activity__item:nth-child(2) .activity__text {
	padding-left: 16px
}

.btns {
	font-size: 0;
	line-height: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 460px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.btns__btn {
	font-family: 'ProximaNova-Bold';
	font-size: 16px;
	line-height: 47px;
	width: 220px;
	height: 49px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
	border-radius: 5px
}

.btns__btn:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15)
}

.btns__btn_get-phone {
	border: 1px solid #fff;
	background: 0 0
}

.btns__btn_get-phone:hover {
	border-color: #ffcc06;
	background: #ffcc06
}

.btns__btn_get-price {
	border: 0;
	background-color: #50ccb4;
	background-image: -webkit-gradient(linear, left top, right top, from(#62dec6), to(#34c9b2));
	background-image: -o-linear-gradient(left, #62dec6 0%, #34c9b2 100%);
	background-image: linear-gradient(to right, #62dec6 0%, #34c9b2 100%);
	-webkit-box-shadow: 0 30px 46px rgba(0, 0, 0, .63);
	box-shadow: 0 30px 46px rgba(0, 0, 0, .63)
}

.btns__btn_get-price:hover {
	background-color: #50ccb4;
	background-image: -webkit-gradient(linear, left top, right top, from(#50ccb4), color-stop(99%, #1ca892), to(#1ca892));
	background-image: -o-linear-gradient(left, #50ccb4 0%, #1ca892 99%, #1ca892 100%);
	background-image: linear-gradient(to right, #50ccb4 0%, #1ca892 99%, #1ca892 100%)
}

.we-buy__note {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 75px;
	text-align: center;
	color: #8d8d8d
}

.how-sale__item-text p,
.we-buy__item-text p,
.we-buy__note p,
.we-buy__note-bottom p {
	margin: 0
}

.we-buy__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px
}

.we-buy__item {
	max-width: 25%;
	margin-bottom: 20px;
	padding: 0 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%
}

.we-buy__item-inner {
	position: relative;
	z-index: 1;
	height: 100%;
	padding: 115px 30px 40px;
	text-align: center;
	border: 1px solid #ebebeb
}

.we-buy__item-icon {
	font-size: 0;
	line-height: 0;
	margin-bottom: 30px
}

.we-buy__item-title {
	font-family: 'ProximaNova-Bold';
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 15px;
	color: #484847
}

.we-buy__item-text {
	margin-right: -20px;
	margin-bottom: 45px;
	margin-left: -20px
}

.we-buy__item-btn {
	font-family: 'ProximaNova-Bold';
	font-size: 16px;
	line-height: 48px;
	width: 100%;
	height: 50px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 18px 24px rgba(0, 0, 0, .13);
	box-shadow: 0 18px 24px rgba(0, 0, 0, .13)
}

.we-buy__item-btn:hover {
	opacity: .8
}

.we-buy__note-bottom {
    padding-top: 50px;
	font-family: 'ProximaNova-Bold';
	font-size: 35px;
	line-height: 37px;
	max-width: 720px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
	text-align: center;
	color: #3f3f3f
}

.vendors {
	background: url(../images/vendors.jpg) 50% no-repeat;
	background-size: cover
}

.vendors__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 85px;
	padding-bottom: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.vendors__item {
	font-size: 0;
	line-height: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.vendors__item:hover,
.we-buy__item-btn:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15)
}

.how-sale__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 130px
}

.how-sale__item {
	max-width: 25%;
	margin-bottom: 20px;
	padding-top: 47px;
	text-align: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%
}

.how-sale__item.color::before {
	top: 0;
	left: 54px
}

.how-sale__item-icon {
	height: 108px;
	margin-bottom: 50px
}

.how-sale__item-title {
	font-family: 'ProximaNova-Bold';
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #484847
}

.how-sale__item-text {
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px
}

.how-sale__item:first-child .numbers::before {
	display: none
}

.how-sale__item:last-child .numbers::after,
.how-sale__item:last-child .numbers__arrow {
	display: none
}

.section-bottom {
	padding-top: 125px;
	padding-bottom: 120px;
	background: url(../images/section-bottom.jpg) 50% 0 no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.section-bottom::before {
    content: "";
    z-index: -1;
    background: url(../images/hands.png) 50% 100% no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.section-bottom__advertising {
	max-width: 510px
}

.advertising__title {
	font-family: 'ProximaNova-Bold';
	font-size: 35px;
	line-height: 39px;
	margin-bottom: 45px;
	color: #fff
}

.advertising__note {
	font-family: 'ProximaNova-Regular';
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 45px;
	color: rgba(255, 255, 255, .7)
}

.contacts-footer__wrap {
	position: relative;
	max-width: 1000px;
	margin-top: -162px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 65px;
	padding-bottom: 50px;
	background: #fff
}

.contacts-footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contacts-footer__title {
	font-family: 'ProximaNova-Bold';
	font-size: 35px;
	line-height: 37px;
	margin-bottom: 40px;
	color: #3f3f3f
}

.contacts-footer__address {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 40px;
	color: #3f3f3f;
	background: url(../images/address.png) 0 0 no-repeat
}

.contacts-footer__mail a {
	font-size: 16px;
	line-height: 20px;
	padding-left: 24px;
	text-decoration: none;
	color: #3f3f3f;
	background: url(../images/mail.png) 0 5px no-repeat
}

.contacts-footer__mail {
	margin-bottom: 20px
}

.contacts-footer__phone a {
	font-family: 'ProximaNova-Bold';
	font-size: 35px;
	line-height: 37px;
	padding-left: 54px;
	text-decoration: none;
	color: #3f3f3f;
	background: url(../images/phone-b.png) 0 8px no-repeat
}

footer.footer {
	display: block;
	background: url(../images/footer.jpg) 50% no-repeat;
	background-size: cover
}

.footer__bottom-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 57px;
	padding-bottom: 63px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.burger-menu {
	position: relative;
	z-index: 3;
	width: 50px;
	height: 50px;
	cursor: pointer
}

.burger-menu span {
	top: 50%;
	left: 50%;
	width: 20px;
	margin-left: -10px;
	cursor: pointer;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #000
}

.burger-menu span::after,
.burger-menu span::before {
	background: #000
}

.burger-menu span::before {
	top: -6px
}

.burger-menu span::after {
	bottom: -6px
}

.burger-menu span::after,
.burger-menu span::before {
	right: 0;
	left: 0;
	content: ''
}

.burger-menu span,
.burger-menu span::after,
.burger-menu span::before {
	position: absolute;
	height: 4px;
	-webkit-transition: all .3s ease;
	border-radius: 2px;
	background: #fff
}

.burger-menu.open span::after {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.burger-menu.open span::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.burger-menu.open span {
	background: 0
}

#modal,
.form-modal__success {
	display: none;
}

.form-modal__success {
    text-align: center;
}

#modal {
	position: relative;
	width: 100%;
	max-width: 440px;
	padding: 15px;
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .22);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .22);
	box-shadow: 0 0 15px rgba(0, 0, 0, .22)
}

.md-close {
	position: absolute;
	top: 16px;
	right: 7px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	opacity: 1
}

.md-close:after,
.md-close:before {
	position: absolute;
	left: 15px;
	width: 2px;
	height: 20px;
	content: ' ';
	background-color: #fff
}

.md-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.md-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.md-title {
	font-size: 20px;
	margin: -15px -15px 15px;
	padding: 15px;
	color: #fff;
    background: #48e4c3;
    text-align: center;
}

.form-modal__input,
.form-modal__submit {
	font-size: 16px;
	height: 47px;
	border: 0;
	outline: 0
}

.form-modal__input {
	margin-bottom: 5px;
	border-bottom: 1px solid #48e4c3;
	width: 100%;
	padding: 0 15px
}

.form-modal__submit {
	width: 220px;
	margin: 15px auto 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	color: #fff;
	appearance: none;
	-moz-appearance: none;
    -webkit-appearance: none;
    display: block;
}

.form-modal__submit:hover {
	opacity: .7
}

.form-modal__item label.error {
	font-size: 11px;
	color: red
}

.form-modal__input.error {
	border-color: red
}

@media screen and (max-width:1280px) {
	.we-buy__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.color::before {
		left: 50%;
		margin-left: -105px
	}
	.we-buy__item {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
}

@media screen and (max-width:1023px) {
    .we-buy__note-bottom {
        padding-top: 0;
    }
    .section-bottom::before {
        display: none;
    }
	.open-html {
		overflow: hidden
	}
	header.header {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.header__burger {
		display: block;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.header__menu,
	.header__menu .menu__list {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.header__menu {
		position: fixed;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 250px;
		margin-right: -250px;
		-webkit-transition: all .8s ease;
		-o-transition: all .8s ease;
		transition: all .8s ease;
		background: #54d7bc;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .35);
		box-shadow: 0 1px 5px rgba(0, 0, 0, .35);
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.header__menu.open {
		margin-right: 0
	}
	.header__menu .menu__list {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column
	}
	.header__menu .menu__item {
		margin: 8px 10px
	}
	.header__menu .menu__link {
		color: #fff
	}
	.hero {
		min-height: 1px;
		padding-bottom: 30px
	}
	.hero__img {
		max-width: 400px
	}
	.tagline {
		margin-top: 20px
	}
	.tagline__top {
		font-size: 42px;
		line-height: 46px
	}
	.tagline__bottom {
		font-size: 28px;
		line-height: 32px
	}
	.pd160 {
		padding-top: 30px
	}
	.we-buy__note {
		margin-bottom: 30px
	}
	.block-name {
		margin-bottom: 15px
	}
	.we-buy__row {
		margin-bottom: 30px
	}
	.vendors__row {
		padding-top: 20px;
		padding-bottom: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.vendors__item {
		max-width: 20%;
		padding-top: 10px;
		padding-bottom: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%
	}
	.pd110 {
		padding-top: 30px
	}
	.how-sale__row {
		margin-bottom: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.how-sale__item {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
	.how-sale__item.color::before {
		left: 50%;
		margin-left: -55px
	}
	.how-sale__item-icon svg {
		margin-left: 50px
	}
	.how-sale__item-icon {
		margin-bottom: 15px
	}
	.how-sale__item-text {
		padding-bottom: 15px
	}
	.numbers {
		display: none
	}
	.section-bottom {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.contacts-footer__wrap {
		padding: 30px
	}
	.footer__bottom-wrap {
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column
	}
	.footer__bottom-wrap,
	.footer__menu {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

@media screen and (max-width:768px) {
	.hero__img {
		display: none
	}
	.tagline {
		max-width: 100%
	}
	.section-bottom {
		background: url(../images/vendors.jpg) 50% no-repeat;
		background-size: cover
	}
	.footer__menu .menu__list {
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column
	}
	.footer__menu .menu__item {
		margin: 5px 0
	}
	.how-sale__row {
		margin-bottom: 0
	}
	.vendors__item {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		text-align: center
	}
}

@media screen and (max-width:640px) {
	.header__burger {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.header__contacts {
		padding-top: 15px;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-left: auto;
		margin-right: auto;
	}
	.header__logo {
		max-width: 70%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%
	}
	.tagline {
		margin-bottom: 30px;
		text-align: center;
	}
	.activity {
		text-align: left;
		max-width: 100%;
		align-items: center;
		margin-bottom: 30px;
		display: flex;
		justify-content: center;
	}
	.tagline__bottom {
		max-width: 100%;
	}
	.activity__item {
		width: 220px;
	}
	.btns {
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		align-items: center;
		max-width: 100%;
	}
	.btns__btn_get-phone {
		margin-bottom: 15px
	}
	.how-sale__item,
	.we-buy__item {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.we-buy__item {
		padding-right: 0;
		padding-left: 0
	}
	.contacts-footer__row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.contacts-footer__phone a {
		font-size: 22px;
		line-height: 26px;
		padding-left: 30px;
		background-position: 0 5px;
		background-size: 16px
	}
	.advertising__title {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 15px;
		text-align: center;
	}
	.advertising__note {
		margin-bottom: 15px;
		text-align: center;
	}
}

@media screen and (max-width:480px) {
	.activity {
		flex-direction: column;
		max-width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column
	}
	.activity__item {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}