.popupBlock{
    background-size: cover;
    background-image: url(../img/8989.png);
    background-repeat: no-repeat;
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 3px 0;
    width: 100%;
}
.popupBlock .popupBlock__img{
    max-width: 100%;
}
.popupBlock .popupBlock__title{
    text-transform: uppercase;
    font-weight: 800;
    color: #ca2627;
    margin-right: 10px;
    align-items: center;
    display: flex;
}
.popupBlock .popupBlock__title b{
    color: #fff;
    text-transform: initial;
    font-weight: 600;
    margin-left: 5px;
}
.popupBlock .popupBlock__txt{
    font-weight: 300;
}
.popupBlock .popupBlock__txt b{
    font-weight: 600;
}
.popupBlock .wrapper {
    display: flex;
    align-items: center;
    position: relative;
}
.popupBlock_close {
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    opacity: 1;
    z-index: 2;
    cursor: pointer;
}
.popupBlock_close:hover {
    opacity: 1;
}
.popupBlock_close:before, .popupBlock_close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 30px;
    width: 2px;
    background-color: #fff;
    opacity: 0.5;
}
.popupBlock_close:before {
    transform: rotate(45deg);
}
.popupBlock_close:after {
    transform: rotate(-45deg);
}
.header-top-info {
    flex-direction: column;
    justify-content: center;
}
.header-top{
    height: 80px;
}

.popupBlock2{
    display: none;
}
.header-top_wp{
    display: flex;
    flex-direction: column;
}
.header-top_wp .popupBlock .wrapper{
    justify-content: center;
    text-align: center;
}
.header-top_wp .popupBlock2{
    display: flex;
    padding: 10px 0;
}
.get-writer .header{
    padding-top: 0 !important;
}
.get-writer{
    padding-top: 165px;
}
@media(max-width: 1300px){
    .popupBlock{
        font-size: 14px;
    }
    .header-top_wp .popupBlock2{
        font-size: 12px;
    }
    .header-top_wp{
        height: 105px;
    }
    .get-writer {
        padding-top: 152px;
    }
    .header-top-info .wrapper-flex{
        padding-top: 20px;
    }
}
@media(max-width: 991px){
    .popupBlock{
        font-size: 13px;
    }
    .header-top{
        top: 0;
        height: 120px;
    }
    .popupBlock{
        display: none;
    }
    .logo.header-top-logo {
        margin-top: 13px;
    }
    .header-top_wp .logo.header-top-logo {
        margin-top: 20px;
    }
    .popupBlock2{
        display: block;
    }
    .header-top{
        flex-direction: column;
        padding: 15px 0;
    }
    .header-top_wp .wrapper-flex {
        padding-top: 30px;
    }
    .header_v.header_v1 {
        padding-top: 32px !important;
    }
    .get-writer {
        padding-top: 168px!important;
    }
}
@media(max-width: 860px) {
    .popupBlock .wrapper {
        flex-direction: column;
    }
    .header_v1 .header-top{
        height: 120px;
    }
    .header-top{
        height: fit-content;
    }
    .logo.header-top-logo {
        margin-top: 23px;
    }
    .popupBlock__title, .popupBlock__txt{
        width: 100%;
    }
    .popupBlock__txt{
        margin-left: 40px;
    }
    .header-top_wp .wrapper-flex{
        padding-top: 22px;
    }
    .header-top_wp {
        height: 118px;
    }
    .header-top_wp .popupBlock2 {
        font-size: 12px;
        padding: 5px 0;
    }
    .header-top_wp .logo.header-top-logo {
        margin-top: 25px;
    }
    .header-top_wp .popupBlock .wrapper{
        justify-content: flex-start;
        text-align: left;
    }
    .popupBlock .wrapper{
        text-align: center;
    }
    .header-top_wp .popupBlock .wrapper{
        text-align: center;
        justify-content: center;
    }
    .popupBlock .popupBlock__title{
        justify-content: center;
    }

}
@media(max-width: 580px){
    .why-us-title{
        margin-top: 50px;
    }
}
@media(max-width: 480px){
    .popupBlock {
        font-size: 12px;
        text-align: center;
    }
    .popupBlock .popupBlock__title{
        margin-right: 0;
        flex-wrap: wrap;
    }
    .popupBlock__txt {
        margin-left: 0;
    }
    .popupBlock .popupBlock__title b {
        margin-left: 10px;
    }
    .section-home-title{
        margin-top: 70px;
    }
}
@media(max-width: 430px) {
    .header-top_wp {
        height: 165px;
    }
    .header-top {
        height: 132px;
    }
}
@media(max-width: 425px) {
    .header-top_wp .wrapper-flex {
        padding-top: 15px;
    }
    header .header-main {
        padding-top: 120px !important;
    }
    .get-writer {
        padding-top: 180px !important;
    }
    .header-top {
        height: 132px;
    }
    .header-top_wp{
        height: 160px;
    }
}

@media(max-width: 415px){
    header .header-top_wp {
        height: 130px;
    }
    .header-top {
        height: fit-content;
    }
}
@media(max-width: 400px){
    .header-top {
        height: fit-content;
    }
}
@media(max-width: 390px) {
    .header-top {
        height: fit-content;
    }
    .header_v1 .header-top{
        height: fit-content;
    }
}
@media(max-width: 350px) {
    .header_v1 .header-top{
        height: fit-content;
    }
}
#modal_pay_card {
    display: none;
}