.index-cta {
    background-image: url(../images/cta-bg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
@font-face{font-family:sofia;src:url('../images/sofia.otf')}
.sofia
{
    font-family: sofia, Arial, sans-serif;
    font-weight: normal;
}
.product-list-bg {
    background: url(../images/product-list-bg.jpg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.v30-contact {
    position: fixed;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    padding: 50px 0;
    height: 482px;
    box-sizing: border-box;
    z-index: 9999;
}
.v30-contact-item-block {
    position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-left: 3px solid #1d9bf0;
    box-sizing: border-box;
}
.v30-contact-in-lk {
    border-left: 3px solid #0078b3!important;
}
.v30-contact-in-fb {
    border-left: 3px solid #1877f2!important;
}
.v30-contact-in-yb {
    border-left: 3px solid #ff161f!important;
}
.v30-contact-in-tw {
    border-left: 3px solid #1d9bf0!important;
}
.v30-contact .transition {
    transition-duration: .8s;
}
.transition {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.v30-contact-item-block:nth-child(1) {
    top: 50px;
}
.v30-contact-item-in {
    height: 100%;
    display: none;
    position: relative;
    z-index: 100;
    overflow: hidden;
}
.v30-contact-item-in-p {
    color: #fff;
    text-align: center;
    line-height: 68px;
    height: 68px;
    white-space: nowrap;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #2955a5;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}



.card1 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}