/*
Theme Name: Erizo
Author: Erizo.pl
*/
*:focus{outline: none;}
html{overflow-x: hidden;}
body{
    margin: 0;
    padding: 0;
    font-family: 'Saira', sans-serif!important;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    line-height: 1.1;
    color: #333;
}
h2{
    font-size: 60px;
    color: #333;
    line-height: 0.8;
    margin-bottom: 45px;
    text-transform: uppercase;
}
h3{
    font-size: 36px;
    margin-bottom: 30px;  
    line-height: 1;
    color: #fff;
}
h4{
    font-size: 30px;
    color: #333;
    line-height: 1;

}
h5{
    font-size: 22px;
    color: #333;
}
h6{
    font-size: 26px;
    font-weight: 400;
}
section{
    background: #eceef1;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
p{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
p~p{
    margin-top: 15px;
}

/* def */

.rel{
    position: relative;
    z-index: 0;
}
.pad-0{
    padding: 0;
}


/* main slider  */
.main-slider{
    padding: 60px 0 120px;
    background-color: #0c86f4;
}
.main-slider-slide *{
    color: #fff;
}
.main-slider-img-bg{
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    left: 0;
}
.main-slider-btn{
    color: #fff;
    font-size: 22px;
    border-radius: 50px;
    border: 2px solid #fff;
    display: block;
    padding: 23px 10px;
    text-align: center;
    margin-bottom: 30px;
}
.main-slider-btn i{
    content: url('./img/white-arrow.png');
    width: 60px;
    margin-left: 50px;
    transition: 0.5s;
}
.main-slider-btn:hover i{
    margin-left: 70px;
}
.main-slider h4{
    margin-bottom: 30px;
    font-weight: 400;
}
.main-slider h2{
    margin-bottom: 30px;
    font-weight: 700;
}
/* slick */
.main-slider .slick-dots li button:before{
content: "";
    border: 2px solid #fff;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    opacity: 1!important;
}
.main-slider .slick-dots li.slick-active button:before{
    background: #fff;
}
.main-slider .slick-dots{
    text-align: left!important;
    bottom: -75px;
}
.main-slider .slick-dotted.slick-slider{
    margin-bottom: 80px;
}
.main-slider .slick-dots li{
    margin: 0;
    margin-right: 30px;
}
/* about */
.about-section{
    padding: 150px 0;
}
.about-img-box{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 30px;
}
.about-img-box .about-img{
    position: absolute;
    top: 8%;
    left: 8%;
    right: 8%;
    bottom: 0;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.about-section h5{
    font-weight: 400;
    margin-bottom: 30px;
}
.about-section h2{
    margin-bottom: 60px;
}
.about-section h3{
    margin-bottom: 30px;
    font-weight: 400;
    color: #333;
}

/* home offer */
.home-offer{
    position: relative;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hocb-0{
    background-color: #004dbc;
}
.hocb-1{
    background-color: #0c86f4;
}
.hocb-2{
    background-color: #12307c;
}
.home-offer-color-box{
    border-radius: 30px;
    background-position:center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 30px 160px;
    border:3px solid #fff;
    -webkit-box-shadow: 0px 5px 26px 5px #79797970; 
    box-shadow: 0px 5px 26px 5px #79797970;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

}
.home-offer-color-box-back {
    padding: 30px;
}
.home-offer-color-box-back .hocb-icon{
    filter: invert(1);
}
.home-offer-color-box-back .hocb-title,
.home-offer-color-box-back .hocb-desc *
{
    color: #333;
}
.home-offer-btn{
    margin-top: 30px;
    background-color: #0c86f4;
    border-radius: 50px;
    color: #fff;
    padding: 18px 51px;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    box-shadow: 0px 5px 17px 5px #0c86f44f;
}
.home-offer-color-box-inner{
    position: relative;
    transform-style: preserve-3d;
    transition:transform 0.5s;
}
.color-box-rotate:hover .home-offer-color-box-inner{
    transform: rotateY(180deg);
}
.color-box-rotate{
    position: relative;
    z-index: 10;
}
.home-offer-color-box-back{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    border-radius: 30px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

    transform: rotateY(180deg);
}
.hocb-icon{
    height: 75px;
    margin: auto;
    display: block;
    max-width: 100%;
}
.hocb-title{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 0;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.hocb-title::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    margin: auto;
    width: 65px;
    background-color: #fff;
    height: 1px;
}
.hocb-desc *{
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}
.spc-home-offer{
    position: relative;
    top: -60px;
}
.home-offer-arrow{
    background-image: url('./img/offer-next.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 65px;
    height: 35px;
    margin: auto;
}
.home-offer-line{
    width: 4px;
    height: 80px;
    margin:60px auto;
    background-color: #0c86f4;
}
.howu-first-el{
    background-color: #f6f9ff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: relative;
    z-index: 0;
}
.howu-first-el::after{
    background-position: center bottom;
    left: 10%;
    right :70%;
    top: -110px;
    bottom:0;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('./img/howu-second-img.png');
}
.howu-first-title{
    font-size: 22px;
    color: #333333;
    padding: 35px 0;
    text-align: center;
    text-transform: uppercase;
}
.howu-second-el{
    padding: 30px 0 65px;
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.howu-second-el-desc{
    position: relative;
    padding-bottom: 30px;
}
.howu-second-el-desc::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #0c86f4;
    height: 2px;
    width: 160px;
    content: "";
} 
.howu-second-el-desc *{
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}
.howu-second-icon-el{
    margin-top: 30px;
}
.howu-second-icon-el .icon{
    width: 65px;
    margin: auto;
    display: block;
    max-width: 100%;
}
.howu-second-icon-el .title{
    font-size: 22px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1;
}
.howu-second-icon-el .desc *{
    color: #333;
    font-size: 14px;
    line-height: 1.2;
}
.howu-second-btn a{
    background-color: #0c86f4;
    border-radius: 50px;
    color: #fff;
    padding: 18px 51px;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    box-shadow: 0px 5px 17px 5px #0c86f44f;
    transition: 0.5s;
    border: 2px solid #0c86f4;
}
.howu-second-btn a:hover{
    background-color: #fff;
    color: #333;
}
.howu-second-btn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    text-align: center;
}
.spc-home-offer-2{
    /* position: absolute; */
    bottom: -180px;
    left: 0;
    right: 0;
}
.home-offer{
    padding-bottom: 230px;
}

/* newsletter */
.newsletter{
    padding-top: 150px;
    background-color: #eceef1;
    padding-bottom: 150px;
}
.newsletter-img-box{
    background-color: #fff;
    border-radius: 30px;
    padding-top: 85%;
    position: relative;
    -webkit-box-shadow: 0px 5px 26px 5px #79797921; 
    box-shadow: 0px 5px 26px 5px #79797921;
}
.newsletter-img-box-bg{
    position: absolute;
    left: 10%;
    right: 10%;
    top: 5%;
    bottom: 0;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.newsletter h5{
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.newsletter .desc *{
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #333;
    text-transform: uppercase;
}
.newsletter .desc{
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 45px;
}
.newsletter .desc::after{
    position: absolute;
    width: 33%;
    height: 2px;
    background-color: #1d63fb;
    content: "";
    left: 0;
    bottom: 0;
}
.newsletter input[type="email"]{
    width: 100%;
    border: none;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #c9cacb;
    color: #c9cacb;
    font-size: 22px;
    padding: 15px;
    background-color: transparent;
    margin-bottom: 30px;
}
.newsletter input[type="email"]::placeholder{
    color: #c9cacb;
}
.newsletter input[type="submit"]{
    border: none;
    color: #fff;
    font-size: 22px;
    background-color: #ffb717;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 17px 68px;
    box-shadow: 0px 5px 17px 5px #ffb71740;
    cursor: pointer;
    transition: 0.5s;
    border: 2px solid #ffb717;
}
.newsletter input[type="submit"]:hover{
    background-color: transparent;
    color: #333;
}
/* products */
.products{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
}
.product-box{
    background-color: #fff;
    padding-top: 30px;
    margin-top: 30px;
    border-radius: 30px;
}
.product-bg{
    height: 300px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;

    transition: 0.5s;
}
.products h2{
    color: #fff;
    margin-bottom: 30px;
}
.products h5{
    color: #fff;
    margin-bottom: 30px;
}
.product-box h5{
    color:#333;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.product-desc-box{
    padding: 0 30px;
    margin-bottom: 30px;
}
.product-desc-box .desc{
    width: 50%;
}
.product-desc-box .desc *{
    color: #333;
    font-size: 14px;
    line-height: 1;
}
.prod-btn{
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s;
    text-align: center;
    z-index: 10;
}
.prod-btn a{
    margin-top: 30px;
    background-color: #0c86f4;
    border-radius: 50px;
    color: #fff;
    padding: 18px 51px;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    box-shadow: 0px 5px 17px 5px #0c86f44f;
}
.product-box:hover .prod-btn{
    opacity: 1;
}
.product-box:hover .product-bg{
    opacity: 10%;
}
/* Products  */
.home-join-clients{
    padding-top: 150px;
    position: relative;
    background-color: #fff;
}
.home-join-clients-bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    position: absolute;
}
.home-join-clients-img{
    width: 100%;
    display: block;
}
.home-join-clients h4{
    margin-bottom: 30px;
    font-weight: 400;
}

/* best week offer  */
.best-week-offer{
    padding: 150px 0;
}
.best-week-offer-box{
    padding: 60px 0;
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 150px;
}
.best-week-offer-box-img{
    position: absolute;
    top: 60px;
    bottom: -60px;
    left: 68%;
    right: 6%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.best-week-offer-slide h4{
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}
.best-week-offer-slide .desc *{
    color: #fff;
}
.best-week-offer-btn{
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
    transition: 0.5s;
}
.best-week-offer-btn:hover{
    background-color: #fff;
    color: #3b3c58;
}

.best-week-offer-slick .slick-dots li button:before{
    content: "";
    border: 2px solid #fff;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    opacity: 1!important;
}
.best-week-offer-slick .slick-dots li.slick-active button:before{
    background: #fff;
}
.best-week-offer-slick .slick-dots{
    text-align: left!important;
    bottom: -45px;
}
.best-week-offer-slick .slick-dotted.slick-slider{
    margin-bottom: 80px;
}
.best-week-offer-slick .slick-dots li{
    margin: 0;
    margin-right: 5px;
}
.partners-logo-slide{
    height: 130px;
    background-color: #fff;
    border-radius: 30px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px;
}
.partners-logo{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
	position:relative;

}
.partners-logo a{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
/* slick */
.partners-logo-slick .slick-dots li button:before{
    content: "";
    border: 2px solid #0c86f4;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    opacity: 1!important;
}
.partners-logo-slick .slick-dots li.slick-active button:before{
    background: #0c86f4;
}
.partners-logo-slick .slick-dots{
    text-align: center;
    bottom: -100px;
}
.partners-logo-slick .slick-dotted.slick-slider{
    margin-bottom: 80px;
}
.partners-logo-slick .slick-dots li{
    margin: 0;
    margin-right: 30px;
}

/* footer */
.footer-social-title{
    font-size: 14px;
    color: #fff;
    text-align: right;
}
.footer-social-icon img{
    display: block;
    width: 25px;
    margin-left: auto;
    margin-top: 15px;
}
.footer-desc *{
    margin: 0;
    font-size: 12px;
    color: #999;
}
.footer-links-container{
    display: flex;
}
.footer-links-box{
    flex-basis: 14%;
    max-width: 14%;
}
.footer-link-title{
    color: #333;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 30px;
    min-height: 35px;
}
.footer-links *{
    font-size: 12px;
    color: #333;
}
.footer-links p{
    margin: 0;
}
.footer-links-el{
    padding-bottom: 60px;
    background-color: #eceef1;
}
.footer-top-line{
    height: 2px;
    width: 100%;
    background-color: #c9cacb;
    margin-bottom: 30px;
}
.footer-goup-btn i{
    content: url('./img/goup.png');
    width: 15px;
    margin-right: 10px;
}
.footer-goup-btn{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    justify-content: center;
    padding: 30px 0;
}
.footer-logo{
    display: block;
    min-width: 60%;
    max-width: 100%;
}
.footer-menu-area{
    background-color: #333;
    padding: 30px 0;
}
.footer-menu ul{
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-menu li{
    padding-left: 30px;
}
.footer-menu a{
    color: #fff;
    font-size: 12px;
}
.footer-mini-menu ul{
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}
.footer-mini-menu li{
    padding-left: 30px;
}
.footer-mini-menu a{
    color: #999;
    font-size: 12px;
}
.footer-menu-box{
    height: 100%;
}
.copyright{
    font-size: 12px;
    margin-top: 15px;
    color: #fff;
}
.copyright a{
    color: #fff;
    font-weight: 700;
}

/* banner */
.main-banner{
    padding: 180px 0;
    background-color: #0c86f4;
    position: relative;
    z-index: 0;
}
.main-banner h4{
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.main-banner h2{
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.main-banner .desc *{
    color: #fff;
    font-size: 16px;
}
.banner-img-1{
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: -150px;
    bottom: -180px;
    right: 55%;
    position: absolute;
}
.banner-img-2{
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    bottom: 0;
    right: 55%;
    position: absolute;
}
.banner-img-3{
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: -180px;
    bottom: -180px;
    right: 48%;
    position: absolute;
}
.banner-img-4{
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 10%;
    bottom: 0;
    right: 50%;
    position: absolute;
}
.banner-desc-box .desc{
	color:#fff;
}
/* text section  */
.text-section{
    padding: 150px 0;
    background-color: #eceef1;
}
.text-section h4{
    font-weight: 700;
    margin-bottom: 60px;
}
.text-section .desc *{
    color: #333;
}

/* contact form */
.contact-form-section{
    padding: 150px 0;
}
.contact-img-box{
    background-color: #fff;
    border-radius: 30px;
    width: 100%;
    height: 100%;
}
.contact-img{
    position: absolute;
    left: 8%;
    bottom: 0;
    right: 8%;
    top: 8%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.contact-form-section h5{
    font-weight: 400;
    margin-bottom: 30px;
}
.contact-form input[type="text"],
.contact-form input[type="email"]
{
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #0c86f4;
    padding: 10px 15px;
    color: #333;
    font-size: 14px;
    margin-bottom: 60px;
}
.contact-form label{
    font-size: 12px;
    font-weight: 700;
    padding: 0 15px;
}
.contact-form textarea{
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #0c86f4;
    padding: 10px 15px;
    color: #333;
    font-size: 14px;
    height: 100px;
    resize: none;
    margin-bottom: 60px;
    font-family: 'Saira', sans-serif!important;

}
.contact-form input[type="submit"]{
    background-color: #0c86f4;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 50px;
    padding: 17px 44px;
    border: 2px solid #0c86f4;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s;
}
.contact-form input[type="submit"]:hover{
    background-color: transparent;
    color: #333;
}

/* faq */
.faq{
    padding: 150px 0;
}
.faq h4{
    margin-bottom: 60px;
}
.faq-title-main{
    background: #fff;
    line-height: 1;
    padding: 25px;
    border-bottom: 1px solid #cee7fd;
    position: relative;
}
.first-faq{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.last-faq{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 15px;
}
.first-faq{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 15px;
}
.faq-box{
    background-color: #eee;
    padding: 30px 60px 30px 30px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.faq-btn{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 30px;
    cursor: pointer;
    top: 30%;
    opacity: 0.7;
    transition: 0.5s;
}
.faq-btn::after,.faq-btn::before{
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background-color: #0c86f4;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.faq-btn::before{
    transform: rotateZ(90deg);
}
.faq-btn-transform{
    transform: rotateZ(45deg);
    opacity: 1;
}

.faq-title{font-weight: 400;font-size: 16px;color: #0c86f4;margin-bottom: 15px;}
.faq-desc{margin: 15px 0;}
.faq-text{
    padding: 30px 0 60px;
    display: none; 
}
.faq-container{
    padding: 15px 0;
}
.faq-el{
    padding: 15px 0 45px;
    display: none;
}


/* vehicle insurance  */

.main-banner-btn{
    color: #fff;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 30px;
    padding: 17px 30px;
}
.main-banner-btn i{
    content: url('./img/white-arrow.png');
    width: 60px;
    margin-left: 40px;
    transition: 0.5s;
}
.main-banner-btn:hover i{
    margin-left: 60px;
}
/*vehicle insurance logos */
.veh-insurance-logo{
    padding: 150px 0 75px;
}
.veh-insurance-logo h5{
    margin-bottom: 30px;
    font-weight: 400;
}
.veh-ins-logo-slide{
    height: 130px;
    background-color: #fff;
    border-radius: 30px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px;
    position: relative;
    z-index: 0;
}
.veh-ins-logo-slide a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.veh-ins-logo-img {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}
.veh-ins-logo-img a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* slick */
.veh-insurance-logo .slick-dots li button:before{
    content: "";
    border: 2px solid #0c86f4;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    opacity: 1!important;
}
.veh-insurance-logo .slick-dots li.slick-active button:before{
    background: #0c86f4;
}
.veh-insurance-logo .slick-dots{
    text-align: center;
    bottom: -100px;
}
.veh-insurance-logo .slick-dotted.slick-slider{
    margin-bottom: 80px;
}
.veh-insurance-logo .slick-dots li{
    margin: 0;
    margin-right: 30px;
}

/*  vehicle insurance offer  */
.veh-ins-offer{
    padding: 75px 0 150px;
}
.veh-ins-offer-box{
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 26px 5px #7979792e;
    box-shadow: 0px 5px 26px 5px #7979792e;
    padding: 60px;
    border-radius: 30px;
}
.veh-ins-offer-box h4{
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
}
.veh-ins-offer-box h4::after{
    bottom: 0;
    left: 0;
    right: 0;
    width: 160px;
    background-color: #0c86f4;
    content: "";
    height: 2px;
    text-align: center;
    position: absolute;
    margin: auto;
}
.veh-ins-offer-item{
    margin-top: 30px;
}
.veh-ins-offer-item h5{
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.veh-ins-offer-item-img{
    display: block;
    margin: auto;
    min-width: 30%;
    max-width: 100%;
}
.veh-ins-offer-item .desc *{
    line-height: 1;
}

/*    why all star */
.veh-ins-why-all-star{
    padding: 150px 0;
    background-color: #fff;
    position: relative;
}
.veh-ins-why-all-star h3{
    color: #333;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.veh-ins-why-all-star h5{
    margin-bottom: 30px;
    font-weight: 400;
    color: #333;
}
.veh-ins-why-all-star-abs-bg{
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    bottom: 0;
    left: 50%;
    right: 0;
    top: 150px;
    position: absolute;
}
.veh-ins-call-action{
    padding: 90px 0;
}
.veh-ins-call-action h4{
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.veh-ins-call-action-btn{
    border-radius: 50px;
    border: 2px solid #fff;
    color: #0c86f4;
    display: block;
    background-color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    padding: 17px 5px;
    text-align: center;
}
.veh-ins-call-action-btn i{
    content: url('./img/color-arrow.png');
    width: 60px;
    margin-left: 40px;
    transition: 0.5s;
}
.veh-ins-call-action-btn:hover i{
    margin-left: 60px;
}

/* call action 1 insurance */
.call-action-1-insurance{
    padding: 90px 0;
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.abs-ins-ca1-bg{
    position: absolute;
    left: 10%;
    right: 54%;
    bottom: 0;
    top: 10%;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.call-action-1-insurance h4{
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
}
.call-action-1-insurance .desc *{
    color: #fff;
}
.ins-call-action-btn{
    border-radius: 50px;
    border: 2px solid #fff;
    color: #0c86f4;
    display: inline-block;
    background-color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    padding: 17px 40px;
    margin-top: 30px;
    text-align: center;
}
.ins-call-action-btn i{
    content: url('./img/color-arrow.png');
    width: 60px;
    margin-left: 40px;
    transition: 0.5s;
}
.ins-call-action-btn:hover i{
    margin-left: 60px;
}

/* call action 2 insurance */

.call-action-2-insurance{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0;
}
.call-action-2-insurance h3{
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.call-action-2-insurance h3.bold{
    font-weight: 700;
    margin-bottom: 0;
}

/* insurance-text-section */

.insurance-text-section{
    padding: 150px 0;
}
.insurance-text-section h5{
    color: #333;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.insurance-text-section h3{
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.ins-text-box{
    padding-bottom: 100px;
}
.ins-img-bg-1{
    height: 100%;
    width: 100%;
    min-height: 300px;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
}
.ins-img{
    position: absolute;
    top: 10%;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.ins-first{
    margin-bottom: 150px;
}

/* call action 3 insurance */

.call-action-3-insurance{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 0;
}
.abs-ins-ca3-bg{
    position: absolute;
    left: 54%;
    right: 10%;
    bottom: 0;
    top: 10%;
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.call-action-3-insurance h4{
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
}
.call-action-3-insurance .desc *{
    color: #fff;
}

/* banner 2  */
.second-banner{
    padding: 130px 0;
}
.second-banner .banner-img-3{
    top: 0;
    bottom: 0;
    right: 50%;
}
.abs-banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 55%;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

/* nat gas text section */

.nat-gas-text-section{
    padding: 150px 0 40px;
}
.nat-gas-text-section h5{
    font-weight: 400;
    margin-bottom: 30px;
}
.nat-gas-text-logo-box{
    width: 100%;
    height: 130px;
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 26px 5px #79797926; 
    box-shadow: 0px 5px 26px 5px #79797926;
    position: relative;
    z-index: 0;

}
.nat-gas-text-logo-box a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.nat-gas-text-logo{
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}
.nat-gas-logo-slick{
    padding: 35px 0 75px;
}
.nat-gas-logo-slick h4{
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.nat-gas-call-action{
    padding: 90px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.nat-gas-call-action h4{
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}
.nat-gas-call-action .desc *{
    color: #fff;
}
.nat-gass-ca-img1{
    position: absolute;
    top: 0;
    right: 50%;
    left: 0;
    bottom: 0;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.nat-gass-ca-img2{
    position: absolute;
    top: 0;
    right: 52%;
    left: 0;
    bottom: 0;   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: -2;
}
/* internet % tv  */
.filter-btn{
    border-radius: 50px;
    font-size: 22px;
    color: #0c86f4;
    text-transform: uppercase;
    background-color: #fff;
    padding: 12px;
    text-align: center;
    cursor: pointer;
}
.js_filter_container{
    display: none;
    margin-top: 60px;
}
.adress-offer-title{
    display: none;
}
.spc-offer-section .loader{
    align-items: center;
    justify-content: center;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000000000000000;
    background: #ffffff73; 
}
.spc-offer-section .loader img{
    width: 300px;
    max-width: 100%;
}
.internet-filter{
    padding: 90px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.internet-filter h4 i{
    content: url('./img/click-icon.png');
    width: 30px;
    margin-left: 15px;
    margin-bottom: -5px;
}
.internet-filter h4{
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}
.internet-filter .filter-input{
    background-color: #fff;
    width: 100%;
    border-radius: 50px;
    border: 2px solid #fff;
}
.filter-post-code{
    background-color: #fff;
    width: 100%;
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 15px 30px;
    font-size: 22px;
    color: #ccc;
    text-align: center;
}
.filter-post-code::placeholder{
    color: #ccc;
}
.filter-select{
    background-color: #fff;
    width: 100%;
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 15px 30px;
    font-size: 22px;
    text-align: center;
    color: #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 16px;
    text-align-last: center;
}
.filters-select label{
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    display: block;
    margin-bottom: 15px;
}
.filters-select select{
    background-color :transparent;
    width: 100%;
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 20px 30px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 16px;
    text-transform: uppercase;
    text-align-last: center;
}
.filters-select select option{
    color: #333;
    font-size: 16px;
}

/* spc-offer-section */
.spc-offer-section {
    padding: 150px 0 0;
}
.spc-offer-section h4{
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.spc-offer-box{
    background-color: #fff;
    min-height: 150px;
    padding: 30px;
    margin-top: 30px;
    z-index: 0;
    position: relative;
}
.spc-offer-logo-box{
    position: relative;
    z-index: 0;
    height: 90px;
    min-height: 100%;
}
.spc-offer-logo{
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.spc-offer-vissible,.spc-else-visible{
    display: block!important;
}
.spc-offer-1::after{
    position: absolute;
    left: 17.5%;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #0c86f4;
    content: "";   
    z-index: -1;
}
.spc-offer-2::after{
    position: absolute;
    left: 17.5%;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #ffb717;
    content: "";   
    z-index: -1;
}
.spc-offer-3::after{
    position: absolute;
    left: 17.5%;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #eb4d4b;
    content: "";   
    z-index: -1;
}
.spc-offer-main-title{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.spc-offer-0 .spc-offer-main-title,
.spc-offer-1 .spc-offer-main-title,
.spc-offer-2 .spc-offer-main-title{
    color: #333;
    display: flex;
    justify-content: space-between;
}
.spc-offer-4 .spc-offer-main-title{
    color: #333;
}
.spc-offer-params ul{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}
.spc-offer-params ul li span{
    display: block;
}
.spc-offer-params ul li {
    padding-right: 30px;
}
.spc-offer-desc .param-title{
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1;
}
.spc-offer-desc .param-value{
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}
.spc-offer-more {
	margin-top: -5px;
}
.spc-offer-btn, .spc-offer-btn-2 {
    height: 50%;
    width: 100%;
}
.spc-offer-0 .spc-offer-btn a, .spc-offer-0 .spc-offer-btn-2 a{
    display: block;
    background-color: #0c86f4;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 2px solid #0c86f4;
    padding: 13px;
    width: 100%;
    border-radius: 50px;
    text-transform: uppercase;
}
.spc-offer-1 .spc-offer-btn a, .spc-offer-1 .spc-offer-btn-2 a{
    display: block;
    background-color: #fff;
    color: #0c86f4;
    font-size: 16px;
    text-align: center;
    border: 2px solid #0c86f4;
    padding: 13px;
    width: 100%;
    border-radius: 50px;
    text-transform: uppercase;
}
.spc-offer-2 .spc-offer-btn a, .spc-offer-3 .spc-offer-btn-2 a{
    display: block;
    background-color: #fff;
    color: #0c86f4;
    font-size: 16px;
    text-align: center;
    border: 2px solid #fff;
    padding: 13px;
    width: 100%;
    border-radius: 50px;
    text-transform: uppercase;
}
.spc-offer-4 .spc-offer-btn a, .spc-offer-4 .spc-offer-btn-2 a{
    display: block;
    background-color: transparent;
    color: #0c86f4;
    font-size: 16px;
    text-align: center;
    border: 2px solid #0c86f4;
    padding: 13px;
    width: 100%;
    border-radius: 50px;
    text-transform: uppercase;
}
.spc-offer-1 .spc-offer-icon,.spc-offer-2 .spc-offer-icon{
    filter: brightness(100);
}
.spc-offer-box .spc-offer-icon{
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}
.spc-offer-box .spc-offer-icon .internet-icon{
    background-image: url('./img/wifi-spc-icon.png');
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
}
.spc-offer-box .spc-offer-icon .tv-icon{
    background-image: url('./img/tv-spc-icon.png');
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
}
.spc-offer-desc{margin-left: 15px;}

.spc-offer-4{
    border: 2px solid #0c86f4;
}
.spc-offer-desc .spc-desc{
    line-height: 1.1;
    font-size: 16px;
}
.spc-offer-desc{
    display: flex;
    align-items: unset;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}
.spc-offer-bg{
    position: absolute;
    top: -60px;
    left: -15px;
    right: -15px;
    bottom: -30px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.spc-offer-3 .spc-offer-main-big-title{
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}
.spc-offer-3 .spc-desc *{
    font-size: 12px;
    color: #fff;
    line-height:1;
}

.spc-offer-3 .spc-offer-main-title{
    color: #fff;
    font-size: 16px!important;
    margin-bottom: 15px;
}

/* spc white */
.spc-offer-1 .spc-offer-desc *,
.spc-offer-2 .spc-offer-desc *{
    color: #fff;
}


/* form  */
.form-input input{
    width: 100%;
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
    margin-bottom: 60px;
    color: #333;
    font-weight: 700;
    transition: 0.5s;
    font-size: 14px;
    font-family: 'Saira', sans-serif!important;
}
.form-input textarea{
    height: 200px;
    resize: none;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 700;
    transition: 0.5s;
    font-size: 14px;
    font-family: 'Saira', sans-serif!important;
}
.form-box .form-desc *{
    font-size: 14px;
}
.form-box{
    position: relative;
    z-index: 0;
}
.form-box .form-info-btn{
    position: absolute;
    top: 0%;
    right: 0;
    width: 20px;
    height: 20px;
    border:2px solid #000;
    border-radius: 50%;
    cursor: pointer;
}
.form-info-btn i{
    background-image: url('./img/btn-icon-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 20%;
    left: 20%;
    right: 20%;
    bottom: 20%;
}
.form-btn-clicked i{
    background-image: url('./img/btn-icon-2.png');
}
.form-input input:focus{
    border-color: #333;
}
.form-input input::placeholder{
    text-align: center;
}
.form-hidden-text{
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}
.form-title{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    width: 96%;
}
.form-hidden-text{
    display: none;
}
.form-desc{
    margin-bottom: 30px;
}
.form-box #file{
    display: none;
}
.form-box #file-label{
    display: inline-flex;
    background-color: #fff;
    border-radius: 50px;
    border: 2px solid #004dbc;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    justify-content: center;
    padding: 10px 30px;
    margin-bottom: 60px;
}
.form-box #file-label i{
    content: url("./img/file-icon.png");
    margin-left: 10px;
    width: 14px;
}
.form-box button{
    background-color: #0c86f4;
    color: #fff;
    font-size: 22px;
    border: 2px solid #0c86f4;
    display: inline-block;
    margin: auto;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 15px 84px;
    box-shadow: 0px 5px 17px 5px #0c86f44f;
    margin-bottom: 60px;
    cursor: pointer;
    transition: 0.5s;
}
.form-box button:hover{
    background-color: #fff;
    color: #0c86f4;
}
.custom-form{
    padding-top: 300px;
}
.form-desc-container .title{
    position: relative;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.form-desc-container .title::after{
    position: absolute;
    width: 35%;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #0c86f4;
    content: "";
}
.form-desc-container .desc{
    margin-bottom: 60px;
}
.form-desc-container .desc *{
    font-size: 16px;
}
.form-second-container{
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 26px 5px #7979791f;
    box-shadow: 0px 5px 26px 5px #7979791f;
    margin-bottom: 60px;
}

.str-mg-1{
    padding-bottom: 150px!important;
}
.str-mg-2{
    padding-top: 150px;
}


/* mobile offer */
.mobile-phone-box{
    background-color: #fff;
    width: 100%;
    padding: 30px;
    border-radius: 15px;
    margin: 15px 0;
    -webkit-box-shadow: 0px 5px 26px 5px #7979792e;
    box-shadow: 0px 5px 26px 5px #7979792e;
    position: relative;
    transition: 0.5s;
}
.mobile-phone-box a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.mobile-phone-box:hover{
    -webkit-box-shadow: 0px 5px 26px 5px #0c86f41f;
    box-shadow: 0px 5px 26px 5px #0c86f41f;
}
.mobile-offer-box,.mobile-offer-logo{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 100px;
}
.mobile-phone-box .title{
    font-weight: 700;
    font-size: 18px;
}
.mobile-phone-box .params{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mobile-phone-box .params li{
    display: flex;
    flex-direction: column;
    padding-right: 15px;
}
.mobile-phone-box .params .param-title{
    font-weight: 700;
    font-size: 14px;
    margin-top: 15px;
    text-transform: uppercase;
}
.mobile-phone-box .params .param-desc{
    font-size: 14px;
}
.mobile-offer-btn{
    background-color: #0c86f4;
    border-radius: 50px;
    color: #fff;
    padding: 10px 51px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    box-shadow: 0px 5px 17px 5px #0c86f41f;
    transition: 0.5s;
    border: 2px solid #0c86f4;
    margin-top: 30px;
}
.mobile-phone-box .price{
    font-weight: 700;
    margin-top: 15px;
}

/* mobile */
@media screen and (max-width:1200px) {
    
    .main-banner{
        padding: 50px 0;
    }
    .spc-offer-3 .spc-offer-main-big-title{
        font-size:24px ;
    }
}
@media screen and (max-width:992px) {
    .logo-box-spc{
        margin-bottom: 30px;
    }
    .spc-offer-3::after,.spc-offer-2::after,.spc-offer-1::after{
        left: 0;
        top: 130px;
    }
	.spc-offer-btn{
		margin-top: 20px;
        margin-bottom: 2px;
    }
    .spc-offer-bg{
        display: none;
    }
    .spc-offer-3 .spc-offer-main-big-title{
        text-align: center;
    }
    .spc-offer-main-title{
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 15px 0;
    }
    .spc-offer-icon{
        justify-content: center!important;
    }
    .spc-offer-icon li{
        margin: 0 15px 15px!important;
    }
    .spc-offer-params ul{
        justify-content: center;
    }
    .banner-img-3{
        display: none;
    }
    .banner-img-4{
        display: none;
    }
    .nat-gass-ca-img1{
        display: none;
    }
    .abs-ins-ca1-bg,.abs-ins-ca3-bg{
        display: none;
    }
    .main-banner-btn{
        font-size: 14px;
    }
    .veh-ins-call-action-btn{
        margin-top: 30px;
    }
    .veh-ins-call-action h4{
        text-align: center;
    }
    .main-slider-btn{
        font-size: 14px;
    }
    .spc-home-offer{
        top: 0;
    }
    .home-offer{
        padding-top: 45px;
    }
    .home-offer-color-box{
        padding-bottom: 200px;
        margin: 15px 0;
    }
    .spc-home-offer-2{
        position: relative;
    }
    .howu-first-el::after{
        display: none;
    }
    .spc-home-offer-2{
        bottom: 0;
    }
    .howu-second-icon-el .title{
        font-size: 14px;
    }
    .home-offer{
        padding-bottom: 120px;
    }
    .newsletter{
        padding: 90px 0;
    }
    h2{
        font-size: 42px;
    }
    .product-desc-box h5{
        min-height: 50px;
    }
    .products{
        padding: 90px 0;
    }
    .home-join-clients{
        padding-top: 90px;
    }
    .footer-links-container{
        display: none;
    }
    .footer-links-el{
        display: none;
    }
    .menu-primary-en-container{
        height: unset!important;
    }
    .filter-btn{
        margin-top: 30px;
    }
}
@media screen and (max-width:768px){
	.main-slider .slick-dots{
		text-align:center!important;
	}
	.banner-desc-box .desc {display:none;}
	
	.abs-banner-bg,.main-slider-img-bg{
		right:0!important;
	}
    .veh-insurance-logo .slick-dots{
        text-align: center!important;
        bottom: -80px;
    }
    .mobile-phone-box .params{
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
    }
    .mobile-phone-box .params li{
        padding-right: 0;
        flex-basis: 50%;
        max-width: 50%;
    }
    .mobile-offer-box{
        margin-bottom: 30px;
        height: 150px;
    }
    .mobile-offer-logo{
        height: 75px;
        margin-top: 30px;
    }
    h2{
        font-size: 26px;
    }
    .product-desc-box .desc{
        width: 100%;
    }
    .best-week-offer-slick .slick-dots{
        text-align: center!important;
    }
    .newsletter .desc::after{
        margin: auto;
        right: 0;
    }
    .contact-form input[type="submit"]{
        margin: auto;
        display: block;
    }
    h4{
        font-size: 20px;
    }
    section *{
        text-align: center!important;
    }
    .smtr-1{
        margin-bottom: 30px;
    }
    .footer-menu-area{
        padding: 60px 0;
    }
    .filter-input{
        margin-bottom: 30px;
    }
    .nat-gas-text-section {
        padding-top: 75px;
    }
    .nat-gas-text-logo-box{
        margin-top: 30px;
    }
    .banner-img-3{
        display: none;
    }
    .ins-first{
        flex-direction: column-reverse;
    }
    .insurance-text-section{
        padding: 75px 0;
    }
    .ins-first{
        margin-bottom: 75px;
    }
    .ins-text-box{
        padding-bottom: 50px;
    }
    .veh-ins-why-all-star-abs-bg{
        display: none;
    }
    .veh-insurance-logo{
        padding: 75px 0 40px;
    }
    .veh-ins-offer{
        padding:75px 0;
    }
    .veh-ins-why-all-star{
        padding: 75px 0;
    }
    .contact-img-box{
        display: none;
    }
    .about-img-box{
        display: none;
    }
    .about-section{
        padding: 90px 0;
    }
    .banner-img-1{
        display: none;
    }
    .main-banner{
        padding: 150px 0;
    }
	.main-slider-slide .desc{display:none;}
    .text-section{
        padding: 90px 0;
    }
    .contact-form-section{
        padding: 90px 0;
    }
    .main-slider-img-bg{
        display: none;
    }
    .main-slider{
        padding-bottom: 60px;
		padding:150px 0;
    }
    .howu-first-title{
        padding: 35px 15px;
    }
    .howu-second-el{
        padding: 30px 5px 65px;
    }
    .newsletter-img-box{
        display: none;
    }
    .best-week-offer{
        padding: 90px 0;
    }
    .best-week-offer-box-img{
        display: none;
    }
    .best-week-offer-box {
        padding: 60px 20px;
    }
    .partners-logo-slick .slick-dots {
        text-align: center;
        bottom: -50px;
    }
    .partners-logo-slick .slick-dots li{
        margin: 0 5px;
    }
    .partners-logo-slick .slick-dots li button:before{
        width: 10px;
        height: 10px;
    }
    .footer-logo{
        margin: auto;
    }
    .footer-menu ul{
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .footer-menu li{
        padding: 5px 0 !important;
    }
    .footer-mini-menu ul{
        
        justify-content: center;
        flex-direction: column;
        align-items: center;
    } 
    .footer-mini-menu li{
        padding: 5px 0 !important;
    }
    .home-offer-arrow{
        margin-top: 30px;
    }
    .faq{
        padding: 90px 0;
    }
}

/* header */

header .container-fluid{
    padding: 0 65px;
}
.main-logo img{
    width: 120px;
    max-width: 100%;
}
.main-menu ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;

}
.main-menu li{
    padding: 0 15px;
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu a{
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding-right: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}
.main-menu{
    display: flex;
    align-items: center;
    height: 100%;
}
.lang-menu ul{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;    
}
.lang-menu {
    display: flex;
    height: 100%;
    align-items: center;
}
.lang-menu li{
    position: relative;
    width: 35px;
    height: 35px;
    z-index: 0;
    border-radius: 50%;
    border:1px solid #333;
    margin-left: 20px;
}
.lang-menu a{
    color: #333;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lang-menu .current-lang{
    background-color: #333;
}
.lang-menu .current-lang a{
    color: #fff;
}
nav{
    padding: 10px 0 ;
    z-index: 1000;
    position: fixed;
    background: #fff;
    width: 100%;
}
.main-menu div, .main-menu ul, .main-menu li{
    height: 100%;
}

@media screen and (min-width:1201px){
   
    .lang-menu {
        justify-content: flex-end;
    }
    .mobile-menu-side{
        display: none;
    }
    .main-menu .sub-menu{
        position: absolute;
        top:100%;
        padding-top: 10px;
        opacity: 0; 
        display: none;
        visibility: hidden; 
        transition: 0.5s;
        flex-direction: column;

    }
    .main-menu .sub-menu li{
        width: 300px;
        padding: 15px;
        background-color: #fff;
        flex-direction: column;
        z-index: 1000;
    }
    .menu-item-has-children::after{
        content: url('./img/header-arrow.png');
        transition: 0.5s;
        width: 13px;
        position: absolute;
        right: 15px;
        z-index: -1;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
    }
    .main-menu .menu > li::before{
        position: absolute;
        bottom: -10px;
        height: 2px;
        background-color: #333;
        right: 45px;
        content: "";
        left: 15px;
        transition: 0.5s;
        opacity: 0;
    }
    .main-menu li:hover::before{
        opacity: 1;
    }
    .menu-item-has-children:hover .sub-menu{
        opacity: 1;
        display: flex;
        visibility: visible;
    }
    .menu-item-has-children:hover::after{
        transform: rotate(180deg);
    }
    .sub-menu a{
        padding: 0;
        height: auto;
    }
    .sub-menu li{
        padding: 10px 5px;
        height: auto;
    }
}
@media screen and (max-width:1200px){
    .banner-img-1{
        top: -50px;
        bottom: -50px;
    }
    .main-menu{
        height: auto!important;
    }
    .container-fluid{
        padding: 0 15px!important;
    }
    .menu-main-container, .menu-main-de-container {
        height: unset!important;
    }
    .menu-item-has-children{
        border-bottom: 1px solid #fff;
    }
    .email-header{display: none;}
    header .header-btn,.main-menu{
        display: none;
    }
    .top-contact-info ul li a{font-size: 13px;}
    .main-logo img{width: 125px;}
    .mobile-menu-btn{
        display: inline-block;
        position: relative;
        z-index: 3000000;
    }
    .menu-btn-icon{
        display: inline-block;
        position: relative;
        width: 25px;
        height: 3px;
        background-color: #0c86f4;
        transition: 0.5s;
    }
    .menu-btn-icon::after{
        content: "";
        background-color: #0c86f4;
        position: absolute;
        width: 25px;
        height: 3px;
        top: -7px;
        transition: 0.5s;
    }
    .menu-btn-icon::before{
        content: "";
        background-color: #0c86f4;
        position: absolute;
        width: 25px;
        height: 3px;
        top: 7px;
        transition: 0.5s;
    }
    .opened-mobile-menu::after,.opened-mobile-menu::before{
        width: 15px;
    }
    .mobile-menu-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-menu-side{
        position: fixed;
        min-height: 100vh;
        padding: 40px 0;
        width: 100%;
        background: #000000f0;
        z-index: 100;
        top: 0;
        left: 100%;
        transition: 0.4s ease-out;
        display: flex;
        flex-direction: column-reverse;
    }
    .show-mobile-menu{
        left: 0;
        overflow: auto;
        height: 100%;
    }
    .mobile-menu-side .menu li a{
        font-size: 16px;
    }
    .mobile-menu-side *{color: #fff;}
    .mobile-menu-side .main-menu{
        display: block;
    }
    .mobile-menu-side .main-menu ul{
        display: block;
        height: 100%;
    }
    .mobile-menu-side .mobile-menu-btn{
        top: 7%;
        position: absolute;
        right: 5%;
    }
    .block-scroll-y{overflow-y: hidden;height: 100vh;}
    .sub-menu-icon-mobile{
        position: absolute;
        right: -10px;
        top: 18px;
        font-size: 14px;
        transition: 0.5s;
        display: none;
    }
    .reverce-icon{
        transform: rotateZ(180deg);
    }
    .mobile-menu-side .sub-menu{
        overflow: hidden;
        position: relative;
        box-shadow: none;
        transition: 0.6s linear;
        color: #333;
        list-style: none;
        margin-top:20px;
        display: block;
        transition: max-height 0.35s ease-out;
    }
    .mobile-menu-side .opened-sub-menu-mobile{
        max-height: 1000px;
        transition: max-height 0.35s ;
    }
    header .menu li a::after{
       display: none;
    }
    header .sub-menu a{
        font-size: 14px!important;
        padding: 5px 0;
    }
    header .menu li{
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }   
    header .menu li a{
        color: #fff;
    }
    .main-menu li{
        display: block;
    }
    .main-menu{
        width: 80%;
    }
    .lang-menu{
        display:none ;
    }
    .mobile-menu-side .lang-menu {
        display: flex!important;
    }
    .lang-menu li{
        width: 35px!important;
    }
}
.empty-btn{
	min-height:103px;
}

.double-pad-top{
    padding-top: 150px;
}
.double-pad-bottom{
    padding-bottom: 150px;
}
.padding-top-0{
    padding-top: 0;
}
.spty-mg{
    margin-bottom: 30px;
}
.mb-box-row{
    min-height: 155px;
}

/*linki popup  */
.popup-ref-box{
    background-color: #53535355;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;

    z-index: 1000000;
}
.popup-ref{
    background-color: #fff;
    width: 500px;
	max-width:100%;
    margin: auto;
    min-height: 300px;
    height: 300px;
    position: relative;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-box-shadow: 0px 5px 26px 5px #7979792e;
    box-shadow: 0px 5px 26px 5px #7979792e;
}
.popup-desc *,.popup-desc{
    color: #333;
    font-size: 18px;
}
.popup-btn a{
    background-color: #004dbc;
    color: #fff;
    border-radius: 50px;
    padding: 15px 25px;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 30px;
}
.popup-btn{
    text-align: center;
}
.popup-close-btn{
    font-size: 26px;
    color: #333;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    line-height: 1;
}
.show-popup-ref{
    opacity: 1;
    pointer-events: all;
}
a[call-popup-ref]{
    cursor: pointer;
}
.payment-end{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #12307ce0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000000000;
}
.payment-end span{
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.payment-end .payment-close-btn{
    position: absolute;
    top: 10%;
    right: 10%;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}
.nat-gas-text-logo{
    background-image: url('./img/logo.png');
}
.wpcf7 .ajax-loader{
	    position: absolute!important;
    top: 19px;
}
.error-popup-postal{
    position: fixed;
    z-index: 10000000000000000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.error-popup-postal .desc{
    position: absolute;
    background: #fffffff2;
    color: #333;
    font-size: 30px;
    padding: 60px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 100%;
}
.error-popup-postal-show{
    display: flex;
}
.close-btn{
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 30px;
    color: #333;
    cursor: pointer;
}
.new-1-spc{
    padding: 15px 20px;
    text-align: center;
    z-index: 10;
    position: relative;
    background-color: #fff;
}
.new-1-spc .desc{
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #333;
}
.new-3-spc{
    margin-bottom: -30px;
    margin-top: 30px;
    background-color: #fff;
    max-width: 100%;
    justify-content: space-between;
    display: flex;
}
.new-3-spc .desc{
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    padding: 10px 20px;
    width: fit-content;
}
.new-4-spc-icons{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 25px;
}
.new-4-spc-icons i{
    width: 18px;
}
.new-4-spc-icons li{
    padding:5px;
}
.new-4-spc-icons .i-i1{
    content: url('./img/i_i1.png');
}
.new-4-spc-icons .i-i2{
    content: url('./img/i_i2.png');
}
.new-4-spc-icons .i-i3{
    content: url('./img/i_i3.png');
}
.new-4-spc-icons .i-i4{
    content: url('./img/i_i4.png');
}
.new-4-i-rev i{
    filter: brightness(1000);
}

.spc-offer-main-title-0{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}
.spc-offer-0 .spc-offer-main-title-0,
.spc-offer-4 .spc-offer-main-title-0{
    color: #333;
} 
.unset-height{
    height: unset;
}
.new-5-spc img{
    display: block;
    width: 30px;
    margin: auto;
    margin-bottom: 10px;
}
.hide-date{
    display: none;
}
.new-5-spc{
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}

.new-5-spc-white *{
    color: #fff;
}
.new-5-spc-white img{
    filter: brightness(1000);
}
.time-left-container{
    display: none;
}
.time-left-container .title,
.spc-general-date .title{
    font-size: 14px;
    font-weight: 500;
}
.new-2-spc-window{
    padding: 15px 30px;
}
.new-2-spc{
    background-color: #fff;
    padding: 30px 15px;
    display: none;
}
.new-2-spc-menu ul{
    list-style: none;
    background-color: #e4f2ff;
    padding: 5px 10px;
    margin: 0;
    list-style: none;
}
.new-2-spc-menu ul li{
    padding: 10px 5px;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px;
    cursor: pointer;
}
.new-2-spc-menu ul li.selected-spc-2{
    background-color: #fff;
    font-weight: 700;
}
.new-2-spc .hide-window{
    display: none;
}
.spc-window-1-row-1{
    margin-top: 30px;
}
.spc-window-1-row-2{
    margin-top: 30px;
}
.spc-table-title{
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}
.spc-table-title-2{
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 15px;
}
.spc-table .pad-reset{
    padding: 0;
}
.spc-table .marg-reset{
    margin: 0;
}
.spc-table .spc-table-item{
    padding: 10px;
    background-color: #fff;
    position: relative;
    z-index: 0;
}

.spc-table .spc-caption-box{
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: underline;
}
.spc-table .spc-caption-box .spc-table-text-caption{
 display: none;

}
.spc-table .spc-caption-box:hover .spc-table-text-caption{
    opacity: 1;
}

.spc-table .spc-table-main-title{
    background-color: #e4f2ff;
    color: #12307c;
    font-weight: 600;
}
.spc-table .spc-table-border{
    border-top: 1px solid #e4f2ff;
}
.new-2-spc-main-title-w2{
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}
.new-2-spc-window-1 .desc{
    margin-bottom: 30px
}
.new-2-spc-window-2 .spc-show-table-title{
    margin-bottom: 15px;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}
.hide-spc-show-table-title{
    display: none;
}
.spc-table{
    margin-bottom: 30px;
}
.spc-table.hidden-table{
    display: none;
}
.spc-tooltip{
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #12307c;
    padding: 20px;
    color: #fff;
    max-width: 300px;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.5s;
    pointer-events: none;
}
.spc-tooltip::after {
    content: "";
    position: absolute;
    transform: rotateZ(180deg);
    bottom: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #12307c #0000 #0000 #0000;
}
.hide-tooltip{
    opacity: 0;
}
.show-new-2-spc{
    background: #fff;
    padding: 10px 30px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}
.offer-container-main {
    display: none;
}
.spc-type-4,.spc-type-3{
    display: block!important;
}
@media screen and (max-width:1200px) {
    .spc-offer-params ul li{
        padding-right: 15px;
    }
}
@media screen and (max-width:992px) {
    .new-5-spc{
        margin: 30px 0;
    }
    .new-4-spc-icons{
        justify-content: center;
    }
    .spc-offer-main-title-0{
        text-align: center;
    }
}
@media screen and (max-width:768px) {
    .spc-table{
        font-size: 12px;
    }
    .new-2-spc-window{
        padding: 0;
    }
    .spc-offer-params ul li:first-child{
        display: none;
    }
    .spc-offer-params li{
        padding: 15px;
    }
}
.spc-type-3 .new-2-spc-menu ul{
    background-color: #fdebeb;
}
.spc-type-3  .spc-table .spc-table-main-title{
    background-color: #fdebeb;
    color: #eb4d4b;
}

.spc-type-2 .new-2-spc-menu ul{
    background-color: #fff6e4;
}
.spc-type-2  .spc-table .spc-table-main-title{
    background-color: #fff6e4;
    color: #ffb717;
}
.cn-button.bootstrap{
    background-color: #12307c!important;
}
.spc-type-1 .new-3-spc .desc{
    background-color: #0c86f4;
    color: #fff;
}
.spc-type-1 .new-1-spc{
    background-color: #0c86f4;
}
.spc-type-1 .new-1-spc .desc{
    
    color: #fff;
}

.spc-type-2 .new-3-spc .desc{
    background-color: #ffb717;
    color: #fff;
}
.spc-type-2 .new-1-spc{
    background-color: #ffb717;
}
.spc-type-2 .new-1-spc .desc{
    
    color: #fff;
}
.spc-type-3 .new-3-spc .desc{
    background-color: #eb4d4b;
    color: #fff;
}
.spc-type-3 .new-1-spc{
    background-color: #eb4d4b;
}
.spc-type-3 .new-1-spc .desc{
    
    color: #fff;
}


.page-loader-main{
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000000;
    background-color: #fff;
    align-items: center;
    justify-content: center;
	animation: loaderimg 0.5s infinite;
    animation-direction: alternate;
    animation-timing-function:ease-in;
}
.page-loader-main img{
    width: 90px;
}

@keyframes loaderimg {
    from {transform: scale(1.1);}
    to {transform: scale(1.0);}
}
