*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
}

ul,
li {
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* hero */
.calc-glass {
        padding: 0 !important;
}
.hero-container {
    position: relative;
    min-height: 520px;
}

.hero__slider-list {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
}

.hero__slider-item {
    height: 520px;
}

.hero__slider-img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


.hero-desc {
    width: 28%;
    min-width: 310px;
    flex-grow: 1;
    color: #fff;
    z-index: 5;
    background-color: rgba(43, 79, 145, 0.8);
    padding: 15px;
    margin-bottom: 0;
    min-height: 240px;
}
.hero-wrap {
    position: relative;
    min-height: 520px;
    color: #fff;
    /*padding-top: 90px;*/
    /*padding-left: 127px;*/
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


/* .hero-title {
    font-weight: 200;
    font-size: 48px;
    line-height: 56px;
    background-color: #2B4F91;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 26px;
} */

.hero-title {
/*    font-weight: 200;
    font-size: 48px;
    line-height: 56px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 26px;
     max-width: 320px; 
    font-weight: 400;*/
}

.hero-title span:first-child {
/*    background-color: #2B4F91;
    display: inline-block;
    padding-left: 18px;
    padding-right: 34px;*/
}

.hero-title span:last-child {
/*    background-color: #2B4F91;
    display: inline-block;
    padding-left: 18px;
    padding-right: 34px;
    padding-bottom: 10px;*/
}

.hero-text {
/*    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    max-width: 665px;
    margin-top: 23px;
    margin-bottom: 30px;
    max-width: 618px;
    background-color: #FFFFFF;
    color: #000;
    padding-left: 34px;
    padding-right: 17px;
    padding-top: 22px;
    padding-bottom: 28px;*/
    margin-bottom: 20px;
}

.hero-callBtn {
    text-decoration: none;
    width: 185px;
    height: 42px;
    background-color: #EB5757;
    border-radius: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-right: 9px;
    margin-bottom: 15px;
}

.hero-requestBtn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 15px;
}


/*  */




@media(max-width: 1024px) {
    .calc-glass {
        width: 100%;
        padding: 0 !important;
        margin-top: 280px !important;
    }
}
@media(max-width: 768px) {
    .calc-glass {
        margin-top: 0px !important;
    }
    .hero-wrap {
        padding-top: 15px;
        height: 100%;
    }
    .hero-text {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .hero-wrap {
        padding-left: 0px;
    }
    .hero-title {
        font-size: 28px;
    }
    .hero-desc {
    /*min-height: 360px;*/
}
    .hero__slider-item {
        /*height: 750px;*/
    }
    .hero-title {
        margin-bottom: 0;
    }
    .hero-text {
        margin-top: 0;
    }
    .calc-glass {
    /* margin-top: 145px !important;*/
}
}
.glass-calc {
        padding: 0px !important;
}
@media (max-width: 576px){
.calc-glass {
    margin-bottom: 40px !important;
}
}
@media (max-width: 600px) {
#callBackPopupglav {
    margin-left: auto !important;
    position: relative !important;
    margin-top: 12px !important;
  }
}