/* стили для страницы гарантий */

html{
	scroll-behavior: smooth;
}
[id]{
    scroll-margin-top: 170px;
}
.warranty-return-wrap{
	width:100%;
}
.warranty-return-wrap > section{
	width:100%;
	padding: 90px 0;
}
section.wr-banner{
	background-color: #faf8f5;
	padding: 24px 0 0 0;
}
section.wr-return{
	background-color:#f4f6f7;
}
section.wr-howtocontact{
	background-color: #faf8f5;
}
.warranty-return-wrap p{
	margin:0;
	padding:0;
	font-size: 17px;
	color:#61707a;
}
.warranty-return-wrap .pre-heading{
	color: #64829c;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.warranty-return-wrap .section-heading{
	color: #22303a;
    margin: 0;
    font-size: 50px;
}
.wrs-main-banner{
	display:flex;
	flex-direction:column;
	gap:40px;
}
.wrs-main-banner .wrs-main-wrap{
	display:flex;
	gap:60px;
}
.wrs-main-wrap .wrs-main-half{
	flex:1;
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.wrs-main-half h1{
	color: #22303a;
	margin: 0 0 24px;
	font-size: 60px;
	font-weight: 700;
	max-width: 450px;
}
.wrs-main-half .wrs-main-heading2{
	color: #35444e;
	margin: 0;
	font-size: 21px;
}
.wrs-main-half .wrs-main-heading3{
	color: #6d7a85;
    margin: 10px 0 0;
    font-size: 16px;
}
.wrs-main-half .wrs-main-buttons{
	display:flex;
	gap:35px;
	width:100%;
}
.wrs-main-buttons .wrs-warranty-button{
	background: #FF3F1D;
    color: #fff;
    cursor: pointer;
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    transition: .2s;
    display: inline-flex;
    padding:20px;
}
.wrs-main-buttons .wrs-warranty-button:hover{
	opacity:.7;
	background: #FB7247;
}
.wrs-main-buttons .wrs-return-button{
	cursor: pointer;
    border-bottom: 1px solid #9eaab2;
    align-items: center;
    gap: 12px;
    padding: 10px 0 7px;
    font-weight: 700;
    display: inline-flex;
    color: #22303a;
}
.wrs-main-buttons .wrs-return-button:hover{
	color:#FF3F1D;
	border-bottom: 1px solid #FF3F1D;
}
.wr-banner .wrs-breadcrumbs{
	margin-bottom:20px;
}
.wrs-breadcrumbs a{
	text-decoration: none;
	color:#7c878f;
	font-size: 13px;
}
.wrs-breadcrumbs a:hover{
	color:#FF3F1D;
}
.wrs-breadcrumbs nav{
	text-decoration: none;
	color:#7c878f;
	font-size: 13px;
}
.wrs-advantages{
	width:100%;
	display:flex;
	gap:20px;
	margin: 40px 0;
}
.wrs-advantages .wrs-advantage{
	flex:1;
	padding:15px 20px;
	background: #fff;
	display:flex;
	border: 1px solid #dce3e6;
	border-radius:14px;
	align-items: center;
	gap:15px;
}
.wrs-advantage .wrs-a-pic{
	color: #234e7d;
	background: #eef3f6;
	border-radius: 50%;
	flex: none;
	justify-content: center;
	align-items: center;
	width: 51px;
	height: 51px;
	display: flex;
}
.wrs-advantage .wrs-a-text{
	display:flex;
	flex-direction: column;
	gap:10px;
}
.wrs-advantage .wrs-a-text p{
	color: #667681;
	font-size: 13px;
}
.wrs-advantage .wrs-a-text p:first-child{
	font-size: 16px;
	font-weight:bold;
	color:#22303a;
}
.warranty-slip{
	width:100%;
	background:#fff;
	border-radius: 19px;
	padding:0;
	box-shadow: 0 18px 50px #22303a12;
	cursor: pointer;
	transition: box-shadow .19s ease-out,transform .19s ease-out;
}
.warranty-slip:hover{
	transform: translateY(-2px);
    box-shadow: 0 21px 54px #22303a1c;
}
.warranty-slip .slip-body{
	width:100%;
	display:flex;
	gap:0;
}
.slip-body .sb-left{
	display:flex;
	flex-direction:column;
	gap:20px;
	padding: 50px 30px 20px 35px;
	border-left: 1px solid #cedae1;
	border-top: 1px solid #cedae1;
	border-top-left-radius: 19px;
}
.slip-body .sb-left .sb-heading1{
	color: #263743;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
}
.slip-body .sb-left .sb-heading2{
	color: #234e7d;
    font-size: 17px;
}
.slip-body .sb-left .sb-heading3{
	color: #58718a;
    font-size: 13px;
}
.slip-body .sb-right{
	background: #fbfcfc;
	padding: 20px 45px 15px 50px;
	border-right: 1px solid #cedae1;
	border-top: 1px solid #cedae1;
	border-top-right-radius: 19px;
}
.slip-body .sb-right .paper-border{
	color: #526979;
    background: repeating-linear-gradient(135deg, #234e7d06 0 2px, #0000 2px 6px), #fff;
    border: 5px double #c2d2db;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 230px;
    height: 180px;
    padding: 24px;
    display: flex;
    position: relative;
    transform: rotate(.5deg);
    box-shadow: 0 7px 19px #234e7d14;
}
.paper-border > span{
	letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 17px;
}
.paper-border small{
	margin-bottom: 20px;
    font-size: 11px;
}
.paper-border i{
    border-top: 1px solid #cad5db;
    width: 70%;
    height: 10px;
    display: block;
}
.paper-border b{
    text-align: center;
    border: 1px solid #7892a3;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    font-size: 8px;
    line-height: 1.05;
    display: flex;
    position: absolute;
    bottom: 16px;
    right: 15px;
    transform: rotate(-6deg);
}
.warranty-slip .slip-play{
	width:100%;
	padding:10px 30px;
	background: #fbfcfcf5;
	align-items: center;
	gap: 18px;
	display:flex;
	border-right: 1px solid #cedae1;
	border-left: 1px solid #cedae1;
	border-bottom: 1px solid #cedae1;
	border-top: 1px solid #dbe3e7;
	border-bottom-right-radius: 19px;
	border-bottom-left-radius: 19px;
	box-sizing: border-box;
}
.slip-play .slip-play-button{
	border: 1px solid #FF3F1D;
    color: #FF3F1D;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 49px;
    height: 49px;
    display: inline-flex;
}
.slip-play .slip-playtext{
	font-size: 15px;
	font-weight: 700;
	color: #22303a;
}
.slip-play .slip-duration{
	color: #7b878f;
    margin-left: auto;
    font-size: 13px;
}
.wr-banner .wrs-tabs{
	width:100%;
	display: flex;
	gap:0;
	border: 1px solid #dfe5e8;
	background: #fff;
	border-radius: 12px 12px 0 0;
}
.wrs-tabs a{
	flex:1;
	padding:20px 0;
	text-align:center;
	text-decoration: none;
	color: #5c6a74;
	font-size:15px;
	font-weight: 700;
	position: relative;
	cursor: pointer;
}
.wrs-tabs a:hover{
	color:#FF3F1D;
}
.wrs-tabs a.active{
	color:#FF3F1D;
}
.wrs-tabs a::after{
	background: #FF3F1D;
    content: "";
    width: 100%;
    height: 4px;
    transition: transform .18s ease-out;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
}
.wrs-tabs a.active::after{
	transform: scaleX(1);
}
.wrs-tabs a:nth-child(2){
	border-left:1px solid #edf0f2;
	border-right:1px solid #edf0f2;
}
.warranty-return-wrap .heading-block{
	display:flex;
	flex-direction: column;
	gap:15px;
}
.wrs-warranty-blocks{
	width:100%;
	margin-top: 40px;
	display:flex;
	gap:25px;
	flex-direction:column;
}
.wrs-warranty-blocks .wwb-hori{
	display:flex;
	gap:25px;
	width:100%;
}
.wwb-hori .wwb-h-left{
	padding:40px;
    background: #f7f8f8;
    border-radius: 17px;
    border: 1px solid #dfe5e8;
    display: flex;
    gap: 25px;
    flex:1;
}
.wwb-hori .wwb-h-right{
	display:flex;
	flex-direction: column;
	gap:25px;
	flex:1;
}
.wwb-number{
	color: #FF3F1D;
    font-size: 14px;
    font-weight: 700;
    padding-top: 3px;
}
.wrs-warranty-blocks .wwb-heading{
	color: #26353f;
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 500;
}
.wrs-warranty-blocks .wwb-text{
	color: #64727c;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}
.wwb-hori .wwb-h-left ul li{
	color: #33434e;
    font-size: 15px;
    padding: 10px 0 15px 30px;
    position: relative;
}
.wwb-hori .wwb-h-left ul li::before{
	content: "";
	width: 18px;
	height:18px;
	position: absolute;
	display: inline-block;
	top:50%;
	transform: translateY(-50%);
	left:0;
    background-color: #FF3F1D;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E") center / contain no-repeat;
}
.wwb-hori .wwb-h-left ul{
	padding: 0;
    list-style: none;
}
.wwb-hori .wwb-h-right .wwb-h-r-half{
	display:flex;
	padding:30px;
	border-radius: 17px;
    border: 1px solid #dfe5e8;
    gap:25px;
}
.wrs-warranty-blocks .wwb-full{
	background: #fff5f1;
    border: 1px solid #ffd5ca;
    border-radius: 16px;
    display: flex;
    gap: 25px;
    width: 100%;
    align-items: center;
    padding: 25px 30px;
    box-sizing: border-box;
}
.wwb-full > span{
	color: #FF3F1D;
    background: #fff;
    border-radius: 50%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
}
.wwb-full > div p{
	color: #64727c;
	font-size: 13px;
}
.wwb-full > div p:first-child{
	margin-bottom: 5px;
    font-size: 17px;
    color: #26353f;
}
.wr-return .wrs-return-top{
	margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wr-return .wrs-fiverules{
	background:#fff;
	border:1px solid #e6eaec;
	border-radius: 18px;
	margin-top: 40px;
}
.wrs-fiverules .wrs-r-rule{
	display:flex;
	gap: 45px;
	padding: 30px 40px;
	transition: .2s ease-out;
	border-top: 1px solid #e6eaec;
}
.wrs-fiverules .wrs-r-rule:hover{
	background: #fffaf8;
}
.wrs-fiverules .wrs-r-rule:first-child{
	border-top:none;
}
.wrs-r-rule p{
    color: #64727c;
    margin: 0;
    font-size: 15px;
}
.wrs-r-rule p:first-child{
	margin-bottom: 7px;
    font-size: 18px;
    color: #26353f;
}
.wr-howtocontact .wrs-contact-wrap{
	width:100%;
	display:flex;
	gap:70px;
}
.wrs-contact-wrap .wrs-contact-half{
	display:flex;
	flex:1;
	flex-direction: column;
	gap:15px;
}
.wrs-contact-half .wrs-callblock{
	padding-left: 40px;
	margin-top: 25px;
	position: relative;
}
.wrs-contact-half .wrs-callblock::before{
	content:"";
	width:28px;
	height:28px;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	background-color: #FF3F1D;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='28' viewBox='0 0 24 24' width='28' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'%3E%3Cpath d='M8.4 3.8 10 7.4 8 9a16 16 0 0 0 7 7l1.7-2 3.5 1.6-.5 3.1c-.2 1-1.2 1.7-2.2 1.6C10.2 19.5 4.5 13.8 3.7 6.5c-.1-1 .6-2 1.6-2.2l3.1-.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='28' viewBox='0 0 24 24' width='28' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'%3E%3Cpath d='M8.4 3.8 10 7.4 8 9a16 16 0 0 0 7 7l1.7-2 3.5 1.6-.5 3.1c-.2 1-1.2 1.7-2.2 1.6C10.2 19.5 4.5 13.8 3.7 6.5c-.1-1 .6-2 1.6-2.2l3.1-.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.wrs-callblock .wrs-phone{
	margin-bottom: 6px;
    font-size: 22px;
    font-weight:700;
    text-decoration: none;
    color:#273844;
    display:block;
}
.wrs-callblock .wrs-phone:hover{
	color:#273844;
}
.wrs-callblock .wrs-phone-subtext{
	color: #71808a;
	font-size:13px;
}
.wrs-contact-half .wrs-contact-steps{
	display:flex;
	flex-direction: column;
	gap: 15px;
}
.wrs-contact-steps .wrs-c-step{
	background: #fff;
    border: 1px solid #dfe5e7;
    border-radius: 14px;
    align-items: center;
    gap: 20px;
    padding:20px;
    display:flex;
}
.wrs-contact-steps .wrs-c-step > span{
	color: #234e7d;
    background: #eef3f6;
    border-radius: 50%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    font-weight: 700;
    display: flex;
}
.wrs-c-step > div p{
	color: #6e7d86;
    font-size: 13px;
}
.wrs-c-step > div p:first-child{
	margin-bottom: 7px;
	font-weight:700;
	font-size:14px;
	color:#22303a;
}

@media (max-width: 1200px){
	.wrs-main-banner .wrs-main-wrap,.wrs-warranty-blocks .wwb-hori{
		flex-direction: column;
	}
	.slip-body .sb-left,.slip-body .sb-right{
		flex:1;
	}
}
@media (max-width:700px){
	.wr-return .wrs-return-top{
		flex-direction: column;
		gap:10px;
	}
	.wr-howtocontact .wrs-contact-wrap{
		flex-direction: column;
		gap:30px;
	}
	.wrs-advantages{
		flex-direction: column;
	}
	.slip-play .slip-playtext{
		font-size:14px;
	}
}
@media (max-width:578px){
	.warranty-return-wrap > section{
		padding: 50px 0;
	}
	section.wr-banner{
		padding: 24px 0 0 0;
	}
	.wrs-main-half .wrs-main-buttons{
		flex-direction: column;
	}
	.wrs-main-buttons .wrs-return-button{
		max-width: 190px;
    	margin: 0 auto;
	}
	.slip-play .slip-duration{
		display:none;
	}
	.slip-body .sb-left{
		padding:15px 15px 20px 15px;
	}
	.slip-body .sb-right{
		padding: 30px 20px 15px 43px;
	}
	.slip-body .sb-right .paper-border{
		max-width:100px;
		height:130px;
		padding:20px;
	}
	.paper-border > span{
		font-size:14px;
	}
	.wrs-main-banner .wrs-main-wrap{
		gap:35px;
	}
	.wrs-advantages{
		margin: 25px 0;
	}
	.wrs-tabs a{
		font-size:12px;
	}
	.wwb-hori .wwb-h-left{
		padding: 25px;
	}
	.wrs-warranty-blocks .wwb-full{
		align-items: flex-start;
	}
	.wrs-fiverules .wrs-r-rule{
		padding:20px;
		gap:30px;
	}
}
@media (max-width: 450px){
	.slip-body .sb-left{
		padding: 15px 10px 20px 10px;
	}
	.slip-body .sb-left .sb-heading1{
		font-size: 17px;
	}
	.slip-body .sb-left .sb-heading2{
		font-size: 14px;
	}
	.slip-body .sb-left .sb-heading3{
		font-size: 12px;
	}
	.slip-body .sb-right{
		padding: 39px 5px 15px 30px;
	}
	.slip-body .sb-right .paper-border{
		max-width: 75px;
        height: 120px;
        padding: 15px;
	}
	.paper-border > span{
		font-size: 10px;
	}
}

section.footer-form-section.u-mt--lg{
	margin-top:0;
}