contact-us.scss 1.17 KB
@import "../../vars";

.modal-contact {
    max-width: 1030px;
    width: 100%;

    &__close {
        position: relative;
        cursor: pointer;
        
        
            &:after {
                position: absolute;
                content: "";
                background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_314_26000)'%3E%3Cpath d='M4 40L0 36L16 20L0 4L4 0L20 16L36 0L40 4L24 20L40 36L36 40L20 24L4 40Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_314_26000'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-size: cover;
                width: 40px;
                height: 40px;
                top: -44px;
                right: -47px;
            }
    }

    &--hidden {
        display: none;
    }
}

.modal-contact-type {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    color: #ABB2BF;
}

.modal-contact-form-question {
    height: 230px;
}

.modal-contact-overlay {

    &--hidden {
        display: none;
    }
}