.head-block-img-warranty{
    position: relative;
}
.warranty-subtitle-head{
    font-size:16px;
    color: #737373;
    font-family: 'InfinitiBrand-Light';
    padding-top:20px;
    text-transform: none;
}
.warranty-image-text{
    position: absolute;
    text-align: center;
    top: 45px;
    width: 100%;
}
.warranty-block-text{
    padding: 0px 0 40px;
}
.warranty-image-text-title{
    display: block;
    font-size:28px;
    color: #ffffff;
    margin-bottom:20px;
    text-transform: uppercase;
}
.warranty-image-text-subtitle{
    display: block;
    font-size:20px;
    color: rgba(255, 255, 255, 0.75);
    font-family: 'InfinitiBrand-Light';
    margin-bottom:30px;
}
.warranty-btn{
    font-size:14px;
    background: #fff;
    color: #010101;
    font-family: 'InfinitiBrand-Bold';
    width:100%;
    max-width: 200px;
    padding: 10px 0 9px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
}
.warranty-btn:hover{
    background: #cdcdcd;
    color: #010101;
    text-decoration: none;
}
.warranty-block-text p{
    font-size:16px;
    color: #737373;
    margin-bottom:30px;
    font-family: 'InfinitiBrand-Light';
}
.warranty-block-text b{
    font-size:20px;
    color: #404040;
    margin-bottom:30px;
    font-family: 'InfinitiBrand-Bold';
}
.warranty-block-text ul{
    font-size:16px;
    color: #737373;
    font-family: 'InfinitiBrand-Light';
    padding-left: 20px;
}
.order-form-warranty{
    max-width: none!important;
}
.order-form-warranty input {
    max-width: 380px;
    display: inline-block;
    margin: 11px auto;
}
.order-form-warranty textarea {
    padding: 9px 21px 8px;
    max-height: 105px;
    max-width: 380px;
    width: 100%;
    border: 1px solid #7f7f7f;
    margin: 11px 0;
    border-radius: 0;
    font-family: 'InfinitiBrand-Light', sans-serif;
}
.year-number{
    color: #000;
    font-size:82px;
    margin-bottom: 20px;
    line-height: 1;
}
.year-title{
    font-size:24px;
}
.year-subtitle{
    font-size:16px;
    color: #565656;
    max-width: 182px;
    margin:0 auto;
    display: inline-block;
}
@media (max-width: 480px) {
    .warranty-image-text {
        top: 15px;
    }
    .warranty-image-text-title {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .warranty-image-text-subtitle {
        font-size: 12px;
        margin-bottom: 14px;
    }
}
@media (max-width: 768px) {

    .warranty-block-text p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .warranty-block-text ul {
        font-size: 14px;
    }
    .warranty-block-text b {
        font-size: 18px;
    }
    .year-subtitle {
        margin-bottom: 14px;
    }
}

.radio-title{
    display: block;
    text-align: left;
    color: #737373;
    font-size:16px;
    max-width: 380px;
    margin: 0 auto 14px;
    width:100%;
}
.form-radio {
    max-width: 380px;
    margin: 0 auto;
}
.form-radio>div {
    display: inline-block;
    float: left;
}
.radio-btn label{
    font-weight: bold;
    color: #737373;
    font-size:16px;
}
input[type="radio"]:checked,
input[type="radio"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    line-height: 13px;
    cursor: pointer;
    margin-right: 36px;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 15px;
    height: 15px;
    border: 2px solid #737373;
    background-color: #ffffff;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    left: 4px;
    top: 4px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #000;
}
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}
input[type="radio"]:checked + label:after {
    opacity: 1;
}
