.service__list .service__item {
	pointer-events: none;
}

.service__list .service__item-anchor path,
.service__list .service__hint-title,
.service__list .service__hint-link {
	pointer-events: auto;
}

@media only screen and (max-width: 1200px) {

/**/

.service__list .service__item {
	pointer-events: auto;
}

.service__list a:-webkit-any-link:active,
.service__list a:-webkit-any-link {
    color: rgba(0,0,0,0) !important;
}

.service__list a:-webkit-any-link {
    color: rgba(0,0,0,0) !important;
    cursor: pointer;
    text-decoration: none !important;
}

}

.preloader-ellipsis div,
.mobile-btn-line {
	background: #ef5f18;
}

.header__call,
.btn-top {
	border: 1px solid #ef5f18;
}

.social a:after,
.social a:hover:after,
.popup__close:hover,
.header__call {
	background: #ef5f18;
}

.header--transparent .header__call {
	color: #23211f;
}

.home-screen .first-screen__calculation {
	display: none;
}

.header--transparent .header__call,
.btn::before {
	border: 2px solid #ef5f18;
    background: #ef5f18;
}
.header--transparent .header__call:hover,
.btn:hover::before {
	border-color: #ef5f18;
	background: #fff;
}

.home-screen .first-screen__right {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.home-screen .first-screen__extra-text {
	border-radius: 100px;
    margin-bottom: 10px;
    background-color: lightgrey;
    min-width: 400px;
    text-align: center;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-screen .first-screen__extra-text p {
	margin: 0;
    max-width: 250px;
}

.triggers__item-img img {
    filter: invert(40%) sepia(86%) saturate(3950%) hue-rotate(4deg) brightness(98%) contrast(93%);
}

.wt-cli-element.cli-plugin-button.wt-cli-accept-all-btn.cookie_action_close_header.cli_action_button {
	background-color: #ef5f18 !important;
}

.wt-cli-element.cli-plugin-button.wt-cli-accept-all-btn.cookie_action_close_header.cli_action_button {
	background-color: #ad5e37 !important;
}

.service__list .service__item .service__item-hover {
	filter: invert(40%) sepia(86%) saturate(3950%) hue-rotate(4deg) brightness(98%) contrast(93%);
}


.service__hint-link svg {
	display: none;
}

.case__info--pt40 {
	padding-bottom: 40px;
}

.case__info-list ul {
	padding-left: 0;
	margin-top: 20px;
    margin-bottom: 20px;
}

.case__info-list li {
	list-style: none;
	position: relative;
	padding-left: 26px;
    margin-bottom: 8px;
}

.case__info-list li::before {
	content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 6px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (max-width: 575px) {
	.home-screen .first-screen__extra-text {
		min-width: inherit;
	}
}