.section.faults {
	padding-top: 90px;
	padding-bottom: 90px;
	background: #f1f4fb;
}

.wrp_btn_fault {
	margin-top: auto;
	padding-right: 30px;
	padding-left: 30px;
}

.wrapper_faults {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1170px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.card_fault {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 31.62393162393162%;
	margin-top: 70px;
	padding-bottom: 45px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.05), inset 0 -6px 0 0 hsla(0, 0%, 87.1%, 0.2);
	color: #474747;
	text-decoration: none;
}

.card_fault_list {
	margin-bottom: 30px;
}

.image_fault {
	margin-top: -30px;
	padding-right: 30px;
	padding-left: 30px;
}

.name_fault {
	margin-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
}

.line_gradient_fault {
	width: 100%;
	height: 2px;
	margin-top: 10px;
	background-image: -webkit-gradient(linear, left top, right top, from(#4442dd), to(#fff));
	background-image: linear-gradient(90deg, #4442dd, #fff);
}

.text_fault_reason {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	padding-right: 30px;
	padding-left: 19px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.text_fault_reason.white {
	padding-right: 0px;
	padding-left: 0px;
	color: #fff;
}

.bullit {
	width: 5px;
	height: 5px;
	margin-top: 7px;
	margin-right: 7px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 100px;
	background-color: #4442dd;
}

.bullit.brown {
	background-color: #b2846c;
}

.w-button {
	display: inline-block;
	padding: 9px 15px;
	background-color: #3898EC;
	color: white;
	border: 0;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0;
}

.btn_white_fault {
	width: 65%;
	padding: 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #4442dd;
	border-radius: 100px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #242222;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

.btn_white_fault:hover {
	box-shadow: none;
	background: #4442dd;
	color: #fff;
}

.wrp_btn_fault {
	margin-top: auto;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
}

.h4_white {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: 700;
	text-align: center;
}

.h4_white.max_240px {
	max-width: 240px;
}

.line_form_2 {
	width: 100%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #0d2c44;
	background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #0d2c44);
}

.line_form_2.mod--brown {
	background-color: transparent;
	background-image: radial-gradient(circle farthest-corner at 50% 50%, #c0965c, rgba(192, 150, 92, 0));
}

.line_form_2.mod--left {
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, right top, from(#c0965c), to(transparent));
	background-image: linear-gradient(90deg, #c0965c, transparent);
}

.line_form_2.mod--left-blue {
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, right top, from(#4442dd), to(transparent));
	background-image: linear-gradient(90deg, #4442dd, transparent);
}

.line_form_2.white {
	background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.5), #292929);
}

.text_request_white {
	color: #e8e8e8;
	font-size: 18px;
	text-align: center;
}

.text_request_white.max_w {
	max-width: 450px;
}

.text_request_white.max_260px {
	max-width: 260px;
}

.text_consent_white {
	padding-right: 6px;
	padding-left: 6px;
	color: #c2c2c2;
	font-size: 13px;
	line-height: 1.3em;
	font-weight: 400;
	text-align: center;
}

.text_consent_white.mod--mac {
	color: #626262;
}

.link_consent_white {
	color: #dadada;
}

.link_consent_white:hover {
	color: #4442dd;
}

.link_consent_white.mod-2--mac {
	color: #000;
}

.link_consent_white.mod-2--mac:hover {
	color: #c0965c;
}

.link_consent_white.pink:hover {
	color: #d75a63;
}

.link_consent_white.light-blue:hover {
	color: #598fcb;
}

.btn_send_request_gold {
	width: 100%;
	padding: 1.5em 2em;
	border-radius: 100px;
	background-color: #c0965c;
	box-shadow: inset 0 -6px 0 0 rgba(148, 111, 61, 0.55);
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
}

.btn_send_request_gold:hover {
	box-shadow: none;
}

.wrp_attention {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1170px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.img_attention {
	margin-right: 30px;
}

.text_attention {
	max-width: 900px;
	font-size: 18px;
	line-height: 1.4em;
}

.text_attention.graphics-card {
	max-width: 800px;
}





.scr8 {

	background: url('/img/scr7-bg.jpg') center 120px no-repeat;
}

.scr8 .content {
	height: 950px;
	padding-top: 35px;
	position: relative;
}

.scr8__form {
	margin-right: -60px;
}


.scr8__form {
	min-height: 575px;
	box-shadow: 0px 4px 59px 0px rgb(163 169 183 / 15%);
	background-color: #fff;
	width: 450px;
	max-width: 100%;
	border-radius: 20px;
	position: relative;
	margin: 30px 0 0 0;
	padding: 60px 55px 50px;
	align-self: center;
}


.scr8__spec {
	display: block;
	position: absolute;
	z-index: 4;
	left: 140px;
	bottom: 90px;
	color: #fff;
}

.scr8__spec mark {
	line-height: 40px;
	border-radius: 5px;
	background-color: #3d3d4e;
	padding: 0 19px;
	font-size: 17px;
	color: #fff;
	display: block;
	transform: skewX(-12deg);
}

.scr8__spec mark span {
	transform: skewX(12deg);
	display: block;
}

.scr8__spec p {
	font-size: 15px;
	margin-top: 10px;
	margin-left: 15px;
}

.scr8__main {
	padding-bottom: 0;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 800px;
}

.flexi {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}

.scr8__left {
	padding-top: 28px;
	padding-left: 30px;
	color: rgb(26, 26, 26);
}

.scr8__h1 {
	font-size: 32px;
	line-height: 36px;
}

.scr8__list {
	padding-top: 38px;
	max-width: 345px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.scr8__list li {
	margin-bottom: 24px;
	padding-top: 4px;
	padding-left: 58px;
	background: url(/img/z.png) 4px 1px no-repeat;
	background-size: 36px 36px;
	min-height: 36px;
	font-size: 17px;
	line-height: 24px;
}

.scr8__form {
	min-height: 575px;
	box-shadow: 0px 4px 59px 0px rgba(163, 169, 183, 0.15);
	background-color: #fff;
	width: 450px;
	max-width: 100%;
	border-radius: 20px;
	position: relative;
	margin: 30px 0 0 0;
	padding: 60px 55px 50px;
	align-self: center;
}

@media (min-width:1439px) {
	.scr8__form {
		margin-right: -60px;
	}
}

.scr8__form:before,
.scr11__right:before,
.scr14__office:before,
.overborder:before {
	content: "";
	top: 16px;
	left: 16px;
	bottom: 16px;
	right: 16px;
	z-index: 3;
	pointer-events: none;
	position: absolute;
	display: block;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0px 4px 59px 0px rgba(163, 169, 183, 0.2);
}

.scr8__form h4,
form h4 {
	font-weight: 300;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 30px;
}

.connect-type {
	display: block;
}

.connect-type .wpcf7-form-control {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: center;
	margin-left: -15px;
	margin-right: -10px;
}

.connect-type label {
	display: block;
	cursor: pointer;
	height: 100%;
	position: relative;
}

.connect-type input {
	opacity: 0;
	position: absolute;
	pointer-events: none;
}

.connect-type span.wpcf7-list-item-label {
	display: block;
	height: 52px;
	background-color: #ffffff;
	border-radius: 8px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	flex-shrink: 1;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0;
	color: #858fa0;
	position: relative;
	font-size: 15px;
}

#wpcf7-f431-o1 .connect-type input:checked+.wpcf7-list-item-label {
	box-shadow: 0px 4px 59px 0px rgba(163, 169, 183, 0.3);
	z-index: 4;
}

.connect-type span.#wh:before {
	background-color: #4eca5c;
	background-image: url(/img/whatsapp.svg);
}

#wpcf7-f431-o1 .connect-type #wh+.wpcf7-list-item-label:before {
	background-color: #4eca5c;
	background-image: url(/img/whatsapp.svg);
}

#wpcf7-f431-o1 .connect-type input[value="Viber"]+.wpcf7-list-item-label:before {
	background-color: #675dac;
	background-image: url(/img/viber.svg);
}

#wpcf7-f431-o1 .connect-type input[value="ÃÅ¸ÃÂ¾Ã‘â€¡Ã‘â€šÃÂ°"]+.wpcf7-list-item-label:before {
	background-color: #ff7d34;
	background-image: url(/img/mail.svg);
}

span.wpcf7-list-item {
	margin: 0;
}

.connect-type .wpcf7-list-item-label:before {
	display: block;
	width: 36px;
	height: 36px;
	background: url(/img/phone.svg) #ff634d center center no-repeat;
	border-radius: 50%;
	margin-right: 10px;
	flex-shrink: 0;
}

.wpcf7-form-control-wrap {
	padding-bottom: 20px;
	display: block;
}

.wpcf7-text {
	background-color: #f4f5f7;
	box-shadow: inset 0px 1px 3px 0px rgba(13, 13, 13, 0.05);
	padding: 30px 50px;
	font-size: 17px;
	line-height: 26px;
	border-radius: 100px;
	display: block;
	width: 100%;
	border: none;
	text-align: center;
	outline: none;
}

.wpcf7-form .button {
	display: flex;
	width: 100%;
	height: 96px;
}

div.wpcf7 .ajax-loader {
	margin: 4px auto -20px;
	display: block;
}

.form-time-opener,
.form-time-closer {
	display: block;
	padding-top: 20px;
	text-align: center;
	color: #4442dd;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 20px;
}

.form-time-opener span,
.form-time-closer span {
	display: inline-block;
	border-bottom: 1px dotted #4442dd;
}

.form-time-opener:hover,
.form-time-closer:hover {
	color: #125f29
}

.form-time-opener:hover span,
.form-time-closer:hover span {
	border-color: #125f29
}

.accept {
	padding-top: 18px;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}

.accept a {
	color: #4442dd;
	display: block;
}

.form-time {
	display: none;
}


.faq {
	padding: 30px 0;
	background: #f1f4fb;
}



.faq .item {
	margin: 0 0 20px;
	background: #fff;
	border-radius: 7px;

}

.faq .item .item-inner {
	padding: 30px 40px;
	border-radius: 7px;
	border: 1px solid #fff;
}

.faq .item .question h3 {
	font-weight: 700;
	font-size: 22px;
	margin: 0;
	text-shadow: 0 1px 0 #fff;
}

.faq .item .question {
	position: relative;
	cursor: pointer;
}

.faq .item .question:after {
	content: '';
	position: absolute;
	width: 51px;
	height: 51px;
	top: 50%;
	margin-top: -25.5px;
	background: url(/assets/a66492df/images/zz.png) no-repeat center;
	right: 0;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.faq .item .question.active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq .item .answer {
	padding: 20px 0 0 0;
	border-top: 2px solid #fff;
	display: none;
	margin: 20px 0 0;
}

.faq .item.active .answer {
	display: block;
}

.faq .item .answer p {
	font-size: 15px;
	margin: 0;
	line-height: 1.5;
}


@media screen and (max-width: 767px) {
	.wrapper_faults {
		margin-top: 10px;
	}

	.wrapper_faults {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.card_fault {
		max-width: 350px;
		margin-top: 40px;
		margin-right: 0px;
		margin-left: 0px;
	}

	.image_fault {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.image_fault {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.image_fault {
		margin-top: -20px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.name_fault {
		margin-top: 10px;
	}

	.name_fault {
		font-size: 16px;
	}

	.line_gradient_fault {
		margin-top: 7px;
	}

	.card_fault_list {
		margin-bottom: 15px;
	}


	.text_fault_reason {
		line-height: 1.2em;
	}

	.text_fault_reason {
		font-size: 15px;
	}

	.text_fault_reason {
		padding-right: 20px;
	}


	.bullit {
		width: 5px;
		height: 5px;
		margin-top: 7px;
		margin-right: 7px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		border-radius: 100px;
		background-color: #10a1cd;
	}

	.bullit {
		margin-top: 5px;
	}

	.wrp_btn_fault {
		width: 100%;
	}

	.scr8 {
		background: none;
	}

	.scr8 .container {
		height: auto;
		padding-bottom: 50px;
	}

	.scr8__spec {
		display: none;
	}

	.scr8__main {
		padding-top: 30px;
		flex-flow: column nowrap;
		align-items: center;
		min-height: auto;
	}

	.scr8__left {
		padding: 0px 0;
		color: #000;
	}

	.scr8__h1 {
		text-align: center;
		font-size: 18px;
		line-height: 1.4;
	}

	.scr8__list li {
		font-size: 15px;
		line-height: 1.5;
	}

	.scr8__form {
		padding: 30px 10px;
		min-height: auto;
	}

	.scr8__form:before,
	.scr11__right:before,
	.scr14__office:before,
	.overborder:before {
		display: none;
	}

	.scr8__form h4,
	form h4 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.connect-type span.wpcf7-list-item-label {
		font-size: 13px;
		height: 35px;
		padding: 0 8px 0 10px;
	}

	.connect-type .wpcf7-list-item-label:before {
		width: 25px;
		height: 25px;
		background-size: 15px;
		margin-right: 5px;
	}

	.connect-type input:checked+.wpcf7-list-item-label {
		box-shadow: 0px 4px 59px 0px rgba(163, 169, 183, 0.5);
	}

	.wpcf7-text {
		padding: 20px 25px;
		font-size: 15px;
	}

	.wpcf7-form .button {
		height: 75px;
		padding-top: 4px;
	}

	.accept {
		font-size: 13px;
	}

	.faq .item .question h3 {
		font-size: 13px;
		font-weight: 500;
		margin: 0;
		max-width: 220px;
	}
}


.brands {
	padding-top: 90px;
	padding-bottom: 90px;
}


.brand_links {
	padding: 0 0 24px
}

.brand_links .bl_lit {
	width: 30%
}

.brand_links .br_big {
	width: 100%
}

#primary #main .brand_links .bl_lit h2 {
	text-align: left;
	font-size: 42px;
	line-height: 1;
	padding: 12px;
	margin: 82px 0 0
}

#primary #main .brand_links .bl_lit h2 span {
	display: block;
	font-size: 62px
}

ul.bliks {
	margin: 0;
	list-style: none;
	text-align: center;
	padding: 12px 0 24px
}

ul.bliks li {
	display: inline-block;
	width: 17%;
	margin: 1%;
	padding: 1%
}

ul.bliks li a:hover img {
	-webkit-transform: rotateY(-360deg);
	-moz-transform: rotateY(-360deg);
	-ms-transform: rotateY(-360deg);
	-o-transform: rotateY(-360deg);
	transform: rotateY(-360deg);
	transition: 1.4s
}

ul.bliks li a img {
	width: 100%;
	max-width: 268px
}

.calc .half_tlt {
	text-align: center
}

ul.list_brnd {
	margin: 0;
	text-align: center;
	list-style: none
}

.header-contact__row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-contact__item_soc--inline {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

/* Header alignment fixes */
.header .header__section {
	align-items: center;
}

/* Tighter header: smaller logo and less vertical padding */
.header .content {
	height: 70px;
}

.header .header__logo {
	width: 170px;
}

.header .header__logo img {
	max-width: 130px;
}

@media (min-width: 1024px) {
	.header .header__section {
		display: grid;
		grid-template-columns: 1fr auto auto;
		align-items: center;
		column-gap: 24px;
	}

	.header .header-section__item {
		width: auto;
		padding-right: 0;
	}

	.header .header__menu {
		width: 100%;
		justify-content: center;
	}

	.header .menu__top {
		justify-content: center;
	}

	.header .header-section__item_social {
		justify-self: center;
	}

	.header .header-section__item_button {
		width: auto;
		justify-self: end;
		justify-content: flex-end;
		gap: 16px;
	}

	.header .header-section__item_button .header-contact {
		display: flex;
		align-items: center;
		margin: 0;
	}
}

.header .header__menu {
	display: flex;
	align-items: center;
}

.header .menu__top {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 24px;
}

.header .menu__top .listItem,
.header .menu__top .listItemLink {
	display: inline-flex;
	align-items: center;
}

.header .header-contact {
	align-items: center;
}

.header .header-contact__row {
	align-items: center;
}

.header .header-contact__item_location img.adrres {
	width: 22px;
	height: 22px;
}

.header .header-contact__item_location span {
	font-size: 12px;
	line-height: 18px !important;
}

@media (max-width: 1200px) {
	.header__cta-inner {
		width: auto;
		padding: 6px 16px;
	}
}

@media (max-width: 768px) {
	.header__cta-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}


.header .header-contact__item_location {
	width: auto;
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.header .header-contact__item_location .header-location-text {
	white-space: nowrap;
}

.header .mob_t .header-location-text {
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
