.c-modal2, .c-modal__bg {
    width: 100%;
    position: fixed
}

.c-modal__bg {
    height: 100%;
    background-color: rgba(0,0,0,.82);
    opacity: 0;
    pointer-events: none;
    z-index: 44911;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.c-modal.open .c-modal2, .c-modal.open .c-modal__bg {
    opacity: 1;
    pointer-events: auto
}

.c-modal.open .c-modal2 {
    top: 50%
}

.c-modal2 {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 25px 25px 100px;
    max-width: 495px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    opacity: 0;
    z-index: 77112;
    pointer-events: none;
    -webkit-transition: opacity .3s ease,top .3s ease;
    -o-transition: opacity .3s ease,top .3s ease;
    transition: opacity .3s ease,top .3s ease;
    top: 55%;
    left: 50%
}

.c-modal2__heading {
    margin-bottom: 40px;
    font-family: NotoSansCdBold,sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #e44926;
    letter-spacing: -.45px;
    text-transform: uppercase
}

.c-modal2__heading--2 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #8f99bc;
    text-transform: none
}

.c-modal2__text {
    margin-bottom: 20px;
    font-family: NotoSansCd,sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 130%
}

.c-modal2__link {
    color: #222;
    text-decoration: none;
    cursor: default;
}

.c-modal2__link span {
    color: #e44926;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #e44926;
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease
}

    .c-modal2__link span:hover {
        border-bottom: 1px solid transparent
    }

.c-modal2__close {
    display: block;
    width: 25px;
    height: 20px;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: -2px;
    right: -25px
}

    .c-modal2__close::after, .c-modal2__close::before {
        content: ' ';
        display: block;
        width: 2px;
        height: 15px;
        background-color: #fff;
        pointer-events: none;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        top: 2px;
        left: 45%;
        -webkit-transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease
    }

.c-modal.open .c-modal2__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-modal.open .c-modal2__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width:768px) {


    .c-modal2 {
        margin-left: 0;
        margin-right: 0;
        padding: 15px 14px 60px;
        width: 75%
    }

    .c-modal2__heading {
        margin-bottom: 10px;
        font-size: 23px
    }

    .c-modal2__heading--2 {
        margin-bottom: 0;
        padding-top: 10px;
        font-size: 17px
    }

    .c-modal2__text {
        margin-bottom: 0;
        font-size: 12px
    }
}
/*# sourceMappingURL=modal2.css.map */

.c-modal.open .c-modal2.redesign img {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}