.page-template-template-subscribe footer{
    display: none;
}

.page-template-template-subscribe header{
    display: none;
}

.page-template-template-subscribe .page-header__nav-wrapper{
    display: none;
}

.page-template-template-subscribe .page-header__cart{
    display: none;
}

.page-template-template-subscribe .page-header__item{
    display: none;
}

.sub-intro{
    position: relative;
    padding: 120px 0;
}

.sub-intro h1{
    color: #006CB5;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

.sub-intro p{
    color: #172852;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.sub-intro__list{
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.sub-intro__list span{
    display: flex;
    align-items: center;
}

.sub-intro__list span i {
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.sub-intro__badge{
    position: absolute;
    right: 200px;
    bottom: -100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 146px;
}

.sub-intro__badge svg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.sub-intro__badge i{
    position: relative;
    color: #EAF7FF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    transform: rotate(18deg);
    z-index: 3;
}

.sub-intro__list span i b{
    font-weight: 700;
}

.sub-intro__list span img{
    margin-right: 16px;
}

.sub-intro__desc{
   position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-intro .container{
    position: relative;
    z-index: 2;
}

.sub-intro__mob{
    display: none;
}

.sub-form{
    padding: 80px 0;
}

.sub-form .container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-form__area{
    padding: 60px;
    border-radius: 20px;
    border: 1px solid #F3F3F3;
    background: rgba(255, 255, 255, 0.10);
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    position: relative;
}

.sub-form__area input{
    background: #F3F3F3;
    margin-bottom: 28px;
    padding: 11px 15px;
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border: none;
    display: inline-block;
    width: 100%;
    line-height: 1;
    border: 1px solid #F3F3F3;
}

.sub-form__area input.error{
    border-color: red;
}

.sub-form__type{
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}
.sub-form__type.error div i{
    border-color: red;
}

.sub-form__type div{
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.sub-form__type span{
    color: #172852;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.sub-form__type div i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #172852;
}

.sub-form__type div i:after{
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
}

.sub-form__type div.active i:after{
    background: #172852;
}

.sub-form__btn, .sub-form__success--link{
    margin-top: 40px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: 20px 22px;
    background: #006CB5;
    display: inline-block;
    max-width: 400px;
    width: 100%;
    transition: .5s;
    border: 2px solid #006CB5;
    cursor: pointer;
}

.sub-form__btn:hover, .sub-form__success--link:hover{
    background: #ffffff;
    color: #006CB5;
}

.sub-form__success--link{
    margin-bottom: 0;
    margin-top: 0;
}

.sub-form__success--title{
    color: #172852;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}

.sub-form__area.send .sub-form__success{
    opacity: 1;
    visibility: visible;
}

.sub-form__success{
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 60px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    gap: 40px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.sub-form__success--title {
    display: inline-block;
    width: 100%;
    color: #172852;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}

.sub-form__text{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    color: #ACA8A8;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.sub-form__text a{
    color: inherit;
}

.sub-quality{
    position: relative;
    width: 100%;
    padding: 40px 0;
    min-height: 265px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.sub-quality:before{
    background: linear-gradient(0deg, rgba(234, 247, 255, 0.20) 0%, rgba(234, 247, 255, 0.20) 100%);
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sub-quality .container{
    position: relative;
    z-index: 3;
    max-width: 1160px;
    margin: 0;
}

.sub-quality__image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-quality__title{
    color: #EAF7FF;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    max-width: 450px;
    display: inline-block;
    width: 100%;
}

.sub-stat{
    padding: 40px 0;
    background: #EAF7FF;
    display: flex;
    justify-content: center;
}

.sub-stat .container{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 80px;
}

.sub-stat .container div{
    text-align: center;
    display: inline-grid;
}

.sub-stat__title{
    color: #006CB5;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.sub-stat__text {
    color: #172852;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.sub-review{
    padding: 80px 0;
}

.sub-review__forms{
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.sub-review__title {
    color: #172852;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

.sub-review__box{
    border-radius: 20px;
    background: #F3F3F3;
    width: 100%;
    position: relative;
    padding: 40px;
    margin-bottom: 80px;
}

.sub-review__item--title, .sub-review__item--text{
    color: #172852;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.sub-review__slider{
    overflow: hidden;
    margin-bottom: 60px;
}

.sub-review__item--text{
    margin-bottom: 0;
}

.sub-review__list{
    display: flex;
    transition: .5s;
}

.sub-review__item{
    min-width: 100%;
}

.sub-review__dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.sub-review__dots div{
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background: #A3A3A3;
    cursor: pointer;
}

.sub-review__dots div.active{
    background: #172852;
}


.sub-review__nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.sub-review__nav svg{
    cursor: pointer;
}


.sub-review__btn{
    color: #FFF;
    padding: 20px 24px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    background: #006CB5;
    display: inline-block;
    max-width: 400px;
    width: 100%;
    transition: .5s;
    border: 2px solid #006CB5;
    cursor: pointer;
}

.sub-review__btn:hover{
    background: #ffffff;
    color: #006CB5;
}


.sub-footer{
    height: 265px;
    display: inline-block;
    width: 100%;
    background: url('images/sub-footer.jpg');
    background-size: cover;
    background-position: center;
}


@media screen and (max-width: 992px) {
    .sub-intro h1{
        font-size: 32px;
        margin-bottom: 40px;
    }
    .sub-intro p{
        font-size: 21px;
    }

    .sub-intro__list span i{
        font-size: 14px;
    }

    .sub-intro__list{
        gap: 16px;
    }

    .sub-intro{
        padding: 80px 0;
    }
    .sub-form{
        padding-bottom: 60px;
    }
    .sub-stat__title{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .sub-intro__desc{
        display: none;
    }
    .sub-intro__mob{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sub-intro h1{
        font-size: 28px;
    }
    .sub-intro p{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sub-intro{
        padding: 40px 0 55px 0;
    }
    .sub-intro__list span i{
        max-width: 267px;
    }
    .sub-intro__badge{
        right: 20px;
        bottom: -50px;
    }
    .sub-intro__badge svg, .sub-intro__badge{
        width: 120px;
        height: 120px;
    }
    .sub-intro__badge i{
        font-size: 16px;
    }
    .sub-form{
        padding: 40px 0;
    }
    .sub-form__area{
        padding: 20px;
    }
    .sub-form__area input{
        margin-bottom: 20px;
    }
    .sub-form__type{
        width: 100%;
        justify-content: space-between;
    }
    .sub-form__btn{
        margin-top: 36px;
    }
    .sub-form__success--title{
        font-size: 20px;
    }
    .sub-form__success--title{
        font-size: 16px;
    }
    .sub-form__success{
        gap: 28px;
        padding: 20px;
    }
    .sub-form__text{
        text-align: left;
    }
    .sub-quality__title{
        font-size: 20px;
    }
    .sub-quality{
        padding: 20px 0;
        min-height: 140px;
    }
    .sub-stat__title{
        font-size: 28px;
    }
    .sub-stat .container{
        gap: 40px;
    }
    .sub-review{
        padding: 40px 0;
    }
    .sub-review__title{
        font-size: 20px;
    }
    .sub-review__box{
        padding: 28px;
        margin-bottom: 40px;
    }
    .sub-review__item--title, .sub-review__item--text{
        font-size: 18px;
    }
    .sub-review__item--title{
        margin-bottom: 28px;
    }
    .sub-footer{
        height: 140px;
    }
    .page-template-template-subscribe .page-header__mob-wrapper{
        display: none;
    }
}