@media only screen and (min-width: 992px){
	.is-home-page:not(.is-top-minimize) .menu-trigger span, .is-home-page:not(.is-top-minimize) .menu-trigger span:after, .is-home-page:not(.is-top-minimize) .menu-trigger span:before {
		background-color: #20394d;
	}
}

@media only screen and (min-width: 992px){
	.home.is-home-page:not(.is-top-minimize) .menu-trigger span, .home.is-home-page:not(.is-top-minimize) .menu-trigger span:after, .home.is-home-page:not(.is-top-minimize) .menu-trigger span:before {
		background-color: #fff;
	}
}

/* Стили для блока "Автоматизация бизнеса под ключ" */
.home-intro-text__title.wysiwyg ul li:first-child {
	font-weight: bold !important; /* Делаем жирным */
}



.cookie-notice {
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 10px 0;
	background-color: #000;
	color: #fff;
	z-index: 11;
	text-align: center;
}

.cookie-notice .row {
	align-items: center;
}

.cookie-text {
	font-size: 14px;
	margin-bottom: 0;
}

.cookie-text a {
	color: inherit;
	text-decoration: underline;
}

.cookie-notice .btn {
	margin: 10px 0;
}

.sticky-call {
	z-index: 10;
}

/* Стиль для изображения команды в кейсе */
.team-img--scase {
	top: 40px;
	left: 64%;
}

@media only screen and (max-width:1199px) {
	.team-img--scase {
		text-align: center;
		position: relative;
		margin-top: 1.875rem;
		margin-bottom: 1.875rem;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	.team-img--scase,
	.team-img--scase img {
		top: auto!important;
		left: auto!important;
	}
	.team-img--scase img {
		max-width: 70%;
		display: inline-block!important;
		transform: translateZ(0)!important;
	}
}

@media only screen and (max-width:991px) {
	.team-img--scase {
		margin-top: 1.25rem;
	}
}

@media only screen and (max-width:990px) {
	.team-img--scase {
		margin-top: 0.625rem;
	}
}

@media only screen and (max-width:989px) {
	.team-img--scase {
		margin-top: 0.3125rem;
	}
	.team-img--scase img {
		max-width: 100%;
	}
}

@media only screen and (min-width:360px) and (max-width:989px) {
	.team-img--scase {
		padding-right: 1.875rem;
		padding-left: 1.875rem;
	}
}

/* Отступы для секции project-typo */
.project-typo {
	padding-bottom: 80px;
}

@media only screen and (max-width:1199px) {
	.project-typo {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width:991px) {
	.project-typo {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width:767px) {
	.project-typo {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width:575px) {
	.project-typo {
		padding-bottom: 15px;
	}
}

/* Отступы для секции project-description */
.project-description {
	padding-bottom: 80px;
}

@media only screen and (max-width:1199px) {
	.project-description {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width:991px) {
	.project-description {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width:767px) {
	.project-description {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width:575px) {
	.project-description {
		padding-bottom: 15px;
	}
}