@charset "UTF-8";

.cta .cta-contact__btn.instagram {
    background: linear-gradient(90deg,rgba(255, 214, 0, 1) 0%, rgba(255, 122, 0, 1) 13%, rgba(255, 0, 105, 1) 35%, rgba(211, 0, 197, 1) 69%, rgba(118, 56, 250, 1) 100%);
    border-radius:50px;
    color:#000;
    display:block;
    font-size:16px;
    font-weight:700;
    margin:24px auto 0;
    position:relative;
    text-align:center;
    text-align:left;
    -webkit-transition:all .2s;
    transition:all .2s;
    width:80%;
    max-width: 320px;
}
@media screen and (min-width:992px) {
    .cta .cta-contact__btn.instagram:hover {
        border-color:transparent;
        -webkit-box-shadow:0 7px 10px rgba(0,0,0,.2);
        box-shadow:0 7px 10px rgba(0,0,0,.2);
        opacity:1
    }
}

.cta .cta-contact__btn.instagram a {
    display:block;
    padding:24px 64px 24px 24px
}
@media screen and (min-width:768px) {
    .cta .cta-contact__btn.instagram a {
        font-size:18px;
        padding-left:40px
    }
}

.cta .cta-contact__btn.instagram:before {
    background-color:#fff;
    border-radius:50px;
    height:56px;
    right:10px;
    width:56px
}
.cta .cta-contact__btn.instagram:after,.cta .cta-contact__btn.instagram:before {
    content:"";
    display:block;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.cta .cta-contact__btn.instagram:after {
    background-image: url(assets/img/icon_instagram.svg);
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    height:30px;
    right:23px;
    width:31px
}

.front .cta-contact__btn.instagram {
    background: linear-gradient(90deg,rgba(255, 214, 0, 1) 0%, rgba(255, 122, 0, 1) 13%, rgba(255, 0, 105, 1) 35%, rgba(211, 0, 197, 1) 69%, rgba(118, 56, 250, 1) 100%);
}

.front .cta-contact__btn.mail.instagram:after {
    height: 30px;
    background-image: url(assets/img/icon_instagram.svg);
}

.notfound.l-main .p-container {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}