@media screen and (max-width: 1200px) {
	.pricing-card {
		margin-bottom: 30px;
	}
	.blog__item a {
		margin-top: 10px;
	}
	.contact__item {
		margin-bottom: 80px;
	}
	.contact__item:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 992px) {
	nav {
		display: none;
	}
	.logo-bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.menu-burger {
		display: block;
		background: transparent;
		border: none;
		font-size: 40px;
		color: #00897b;
		width: 40px;
		height: 40px;
		cursor: pointer;
		position: relative;
	}
	.menu-burger i {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.menu__item {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {
	.header > div {
		padding: 80px 0;
	}
	.header__title {
		font-size: 45px;
	}
	.header__text {
		margin-bottom: 50px;
	}
	.header__button {
		margin-bottom: 20px;
	}
	.section {
		padding: 60px 0;
	}
	.text {
		margin-bottom: 45px;
	}
	.portfolio-menu .portfolio__button {
		display: block;
		text-align: center;
		margin: 20px auto;
	}
	.portfolio__list {
		padding-top: 40px;
	}
	.portfolio__item img {
		width: 80%;
	}
	.portfolio__button {
		margin-top: 30px;
	}
	.dots-style {
		margin-top: 30px;
	}
	.team-member img {
		padding-left: 15px;
		padding-right: 15px;
	}
	.right > div:first-child {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.right > div:last-child {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.blog__button {
		margin-top: 20px;
	}
	.footer {
		padding-top: 80px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 576px) {
	.row {
		margin: 0;
	}
	.logo {
		font-size: 24px;
	}
	.menu-burger {
		font-size: 30px;
		width: 30px;
		height: 30px;
	}
	.portfolio__item img {
		width: 100%;
	}
	.blog__item span {
		display: block;
	}
}