@charset "UTF-8";
.warranty-info {
	text-align: center;
	font-weight: 300;
	font-size: 15px;
	line-height: 30px;
	color: var(--grey800);
	letter-spacing: -0.01em;
}
.warranty-info p, .warranty-info ol, .warranty-info ul {
	margin: 0 0 30px 0;
}
.warranty-info .accent {
	font-weight: 500;
}
.warranty-info .ind {
	margin: -5px 0 35px 0;
}
.warranty-info .center-info {
	margin: -5px 0 25px 0;
	letter-spacing: -0.01em;
	font-weight: 600;
	line-height: 24px;
}
.warranty-info .center-info .bg {
	padding: 24px 32px;
	background: var(--white);
	box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.15), 0px 25px 45px rgba(14, 81, 184, 0.11);
	border-radius: 15px;
}
.warranty-info .center-info .pic {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px auto;
	width: 50px;
	height: 50px;
}
.warranty-info .center-info .pic img {
	flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.warranty-info-title {
	margin: 50px 0 30px 0;
	font: 900 24px/40px var(--fontg);
	position: relative;
	letter-spacing: -0.01em;
	color: var(--grey800);
}
.warranty-info-title:after {
	content: '';
	width: 30px;
	height: 2px;
	border-radius: 1px;
	display: block;
	margin: 10px auto 0 auto;
	background: var(--yellow);
}
.warranty-info .list-info {
	margin: 30px 0;
	padding: 0 13px;
	display: flex;
	flex-direction: column;
	gap: 40px 0;
	font-weight: normal;
	line-height: 28px;
}
.warranty-info .list-info li:before {
	display: none;
}
.warranty-info .list-info li {
	margin: 0;
	padding: 0;
}
.warranty-info .list-info .pic {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: 0 auto 15px auto;
}
.warranty-info .list-info .pic img {
	flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.warranty-info .service-form-block {
	margin: 47.5px 0 61px 0;
}
.warranty-contacts {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 70px 0 10px 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: var(--grey800);
	text-align: left;
	letter-spacing: -0.01em;
	position: relative;
}
.warranty-contacts a {
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	text-decoration: none;
	color: inherit;
}

@media (pointer:fine) {
.warranty-contacts a:not([href^=tel]):hover {
	color: var(--blue);
}
}
.warranty-contacts ul {
	margin: 0!important;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 40px 0;
	position: relative;
	z-index: 2;
}
.warranty-contacts li:before {
	display: none;
}
.warranty-contacts li {
	display: flex;
	align-items: center;
	gap: 0 30px;
	margin: 0;
	padding: 0;
}
.warranty-contacts .pic {
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--yellow80);
	box-shadow: 0px 4px 16px rgba(255, 199, 20, 0.25), 0px 0.5px 1px rgba(255, 199, 20, 0.15), inset 0px -0.5px 20px rgba(255, 171, 72, 0.43);
}
.warranty-contacts .pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: contain;
	object-position: center;
}
.warranty-contacts strong {
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: var(--grey600);
}

/*mobile end*/

/*tablet start*/

@media only screen and (min-width: 768px) {
.warranty-info {
	font-size: 16px;
	letter-spacing: normal;
	text-align: left;
	margin-top: 32px;
}
.warranty-info p, .warranty-info ol, .warranty-info ul {
	margin: 0 0 30px 0;
}
.warranty-info .accent {
	font-weight: 600;
	letter-spacing: -0.015em;
}
.warranty-info .ind {
	margin: 0 0 0 33px;
	letter-spacing: 0.01em;
}
.warranty-info .center-info {
	margin: 40px 0 90px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.01em;
	font-size: 16px;
}
.warranty-info .center-info .bg {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 0 0 auto;
	width: 100%;
	max-width: 722px;
	padding: 19px 40px 19px 80px;
	min-height: 88px;
	border-radius: 8px;
	gap: 0 20px;
}
.warranty-info .center-info .pic {
	flex: 0 0 auto;
	margin: 0;
}
.warranty-info-title {
	margin: 70px 0 30px 0;
	padding: 0 0 0 33px;
}
.warranty-info-title:after {
	width: 3px;
	border-radius: 0;
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: -10px 0;
}
.warranty-info .list-info {
	margin: 50px 0 50px 23px;
	flex-direction: row;
	gap: 30px;
	font-weight: 300;
}
.warranty-info .list-info li {
	flex: 1;
}
.warranty-info .list-info .pic {
	margin: 0 0 20px 0;
}
.warranty-info .service-form-block {
	margin: 60px 12px 60px 27px;
}
.warranty-contacts {
	border: 0.5px solid #C0D3F2;
	border-radius: 8px;
	background: url(../img/warranty-contacts/tablet.png) no-repeat 50% 50%;
	background-size: cover;
	display: block;
	margin-top: -10px;
	margin-bottom: 0;
	padding: 40px 32px;
}
.warranty-contacts:before, .warranty-contacts:after {
	content: '';
	z-index: 1;
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.warranty-contacts:before {
	background: rgba(251, 253, 255, 0.8);
	-webkit-backdrop-filter: blur(7.5px);
	backdrop-filter: blur(7.5px);
}
.warranty-contacts:after {
	background: url(../img/noise.png) 50% 50%;
	mix-blend-mode: soft-light;
	opacity: 0.5;
}
.warranty-contacts ul {
	flex-direction: row;
	align-items: center;
	gap: 30px;
	justify-content: space-around;
	flex-wrap: wrap;
}
}

/*tablet end*/

/*desktop start*/

@media only screen and (min-width: 1280px) {
.warranty-info {
	font-size: 18px;
	line-height: 35px;
	margin-top: 16px;
}
.warranty-info p, .warranty-info ol, .warranty-info ul {
	margin-bottom: 25px;
}
.warranty-info .center-info {
	font-size: 18px;
}
.warranty-info .center-info .bg {
	width: auto;
	max-width: none;
	padding-right: 80px;
}
.warranty-info-title {
	font-size: 30px;
	margin-bottom: 50px;
}
.warranty-info .list-info {
	margin-top: 70px;
}
.warranty-info .service-form-block {
	margin-left: 0;
	padding-right: 0;
	margin-bottom: 90px;
}
.service-form-block {
	font-size: 18px;
	background-image: url(../img/service-form-block/desktop.png);
}
.warranty-contacts {
	margin-top: 100px;
	margin-bottom: 20px;
	background-image: url(../img/warranty-contacts/desktop.png);
	font-size: 18px;
	line-height: 35px;
}
.warranty-contacts strong {
	font-size: 15px;
}
}

/*desktop end*/

/*desktop-big start*/

@media only screen and (min-width: 1680px) {
.warranty-info .list-info {
	gap: 30px 70px;
}
.warranty-info .list-info li {
	padding-left: 80px;
}
.warranty-info .list-info .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: auto;
	margin: 0;
}
}
