#jGrowl {display:none !important;}
.suc_container {
    position: relative;
    z-index: 99999;
}

.suc_left {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

#modal_suc {
    /* background: transparent; */
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
    padding: 40px;
    box-sizing: border-box;
    max-width: 930px;
    width: 100%;
}

.suc_right {
    display: none;
}

.suc_centr {}

.suc_zag {
    font-weight: 500;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    font-family: GothamPro;
    color: #1C1D1E;
}

.suc_descr {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #1C1D1E;
    font-family: GothamPro;
    margin-top: 20px;
}

.close_suc {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
}

.suc_blog_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px;
    margin-top: 25px;
}

.suc_head span {
    font-weight: 500;
    font-size: 30px;
    font-family: GothamPro;
    color: #1C1D1E;
}

.suc_head {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    border-bottom: 1px solid #E4E5E6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.suc_blog_descr {
    /* font-family: var(--font-family); */
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    /* color: var(--shrift-2); */
    font-family: GothamPro;
    color: #1C1D1E;
    margin-bottom: 25px;
}

.suc_blog_descr a {
    font-weight: 500;
    color: #6332f8;
}

.suc_blog_cart > a {
    background: #6332f8;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: GothamPro;
    color: #fff;
    grid-gap: 10px;
}

.suc_blog_cart > a span {
    /* font-family: var(--font-family); */
    font-weight: 500;
    font-size: 18px;
}

.suc_blog_cart {
    background: #F8F9FA;
    /* background: red; */
    padding: 25px;
    box-sizing: border-box;
}

.suc_blog_descr a:hover {
    text-decoration: underline;
}

.suc_blog_cart > a:hover {
    opacity: .9;
}

.close_suc:hover {
    opacity: .8;
}



.qv_c span {
    background: #6332f8;
}



.qv_c span {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
}

.qv_c {
    display: flex;
    grid-gap: 15px;
    justify-content: center;
    margin-top: 25px;
}    

.qv_c span {
animation: color-34 0.9s step-end infinite;
}

@keyframes color-34 {
  from { opacity: 0.4; }
  25%  { opacity: 0.7; }
  50%  { opacity: 1; }
}





/**/
@media(max-width: 930px){
#modal_suc {
    max-width: 335px;
    padding: 20px;
}

.suc_zag {
    font-size: 24px;
}

.suc_descr {
    font-size: 16px;
}

.qv_c span {
    width: 8px;
    height: 8px;
}

.suc_blog_container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
}

.suc_head span {
    font-size: 22px;
}

.suc_blog_descr {
    font-size: 16px;
}

.suc_blog_cart > a span {
    font-size: 14px;
}

.suc_blog_cart > a {
    height: 40px;
}

.suc_blog_cart {
    padding: 0;
}

.close_suc {
    right: -10px;
    top: -10px;
}

}