:root{
    --font-firasans: 'Fira Sans', sans-serif;
    --font-montserrat: 'Montserrat', sans-serif;
}
.btn{
    font-size: 18px;
    padding: 18px 25px;
}
.section-hero-jv-mixer{
    background-color: #150e3a;
    background-image: url("../img/bg-hero.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 100px 0 80px;
}
.section-hero-jv-mixer h1{
    font-family: var(--font-montserrat);
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1.6px;
    color: #fff;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .section-hero-jv-mixer h1{
        font-size: 64px;
    }
}
.section-hero-jv-mixer h1 span{
    position: relative;
    display: inline-block;
}
.section-hero-jv-mixer h1 span:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-image: linear-gradient(to right, #541fa3 -14%, #0557f6 120%);
}
.subhead-1{
    font-family: var(--font-firasans);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.49;
    color: #f2f2f2;
    margin-bottom: 35px;
}
.subhead-2{
    font-family: var(--font-firasans);
    font-size: 16px;
    font-weight: normal;
    line-height: 1.78;
    color: #d1d1d1;
    margin-bottom: 70px;
}
.subhead-2 a{
    font-weight: 800;
    color: #f7d55b;
}
.subhead-2 a:hover{
    color: #f7d55b;
}
.section-jv-mixer-list{
    padding: 80px 0;
}
.card.card-igor{
    background-color: #150e3a;
}
.ul-igor{
    list-style: none;
    padding-left: 0;
}
.ul-igor .icon{
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 10px;
}
.card-igor .card-title{
    font-family: var(--font-firasans);
    font-size: 36px;
    font-weight: 500;
    line-height: 0.75;
    color: #fff;
}
.card-igor .card-text{
    font-family: var(--font-firasans);
    font-size: 18px;
    font-weight: normal;
    color: #f2f2f2;
}
.card-igor .card-tags span{
    font-family: var(--font-firasans);
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    color: #3d5dd6;
    border-radius: 67px;
    background-color: #f9f9f9;
    padding: 5px 15px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.ul-igor li, .ul-igor li a{
    font-family: var(--font-firasans);
    font-size: 16px;
    font-weight: normal;
    /*line-height: 1.35;*/
    color: #f2f2f2;
    margin-bottom: 15px;
}
.ul-igor li a:hover{
    text-decoration: none;
}
.ul-igor li:last-child{
    margin-bottom: 0;
}

.btn.btn-lg{
    font-size: 24px;
    padding: 24px 30px;
}
.btn.btn-blue-gradient{
    font-family: var(--font-firasans);
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    background-image: linear-gradient(to right, #541fa3 -14%, #0557f6 120%);
    border: 0;
}
.btn.btn-blue-gradient:hover{
    color: #fff;
    box-shadow: 0 0.4px 5.1px 0 rgba(14, 56, 209, 0.12), 0 1.9px 20.1px 0 rgba(14, 56, 209, 0.19), 0 5px 63px 0 rgba(14, 56, 209, 0.31);
    /*border: solid 1px #150e3a;*/
    background-image: linear-gradient(to right, #541fa3 -14%, #0557f6 120%);
}
.s2-cta-col{
    background-image: linear-gradient(to right, #1c1449 0%, rgba(39, 21, 103, 0.63) 100%);
}
.s2-img-container, .s2-cta-container{
    padding: 30px;
}
.card-igor .card-body{
    padding: 0px 30px 30px;
}
@media (min-width: 768px) {
    .card-igor .card-body{
        padding: 50px 0;
    }
    .s2-img-container, .s2-cta-container{
        padding: 50px;
    }
}
.scroll-downs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width :34px;
    height: 55px;
}
.mousey {
    width: 4px;
    padding: 10px 13px;
    height: 28px;
    border: 5px solid #fff;
    border-radius: 25px;
    opacity: 1;
    box-sizing: content-box;
}
.scroller {
    width: 6px;
    height: 12px;
    border-radius: 50px;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
}
footer{
    background-color: #150e3a;
    background-image: url("../img/bg-footer.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.footer-top{
    padding: 90px 0;
}
.footer-bottom{
    font-family: var(--font-firasans);
    font-size: 16px;
    line-height: 1.35;
    color: #d1d1d1;
    padding: 23px 0;
    background-color: #110a35;
}
.footer-top-text{
    font-family: var(--font-firasans);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.86;
    color: #f7d55b;
}
@media (min-width: 768px) {
    .footer-top-text{
        font-size: 24px;
    }
}
.footer-top-text .text-style-1{
    font-weight: normal;
    color: #f2f2f2;
}
.card-regular .ul-igor li, .card-regular .ul-igor li a{
    color: #150e3a;
}
.card-regular .ul-igor li a:hover{
    text-decoration: none;
}
.card-regular-img-wrapper{
    height: 130px;
    width: 130px;
    border-radius: 130px;
    overflow: hidden;
    margin: 0 auto;
    background-image: linear-gradient(to right, #541fa3 -14%, #0557f6 120%);
    padding: 2px;
    margin-top: -88px;
    margin-bottom: 30px;
}
.img-card-regular{
    border: 2px solid #fff;
    border-radius: 130px;
}
.card-regular-tags span{
    padding: 5px 20px;
    border-radius: 67px;
    border: solid 1px #3d5dd6;
    background-color: #f9f9f9;
    font-family: var(--font-firasans);
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    color: #3d5dd6;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.card-regular .card-title{
    font-family: var(--font-firasans);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color: #3a348f;
}
.card-regular .card-text{
    font-family: var(--font-firasans);
    font-size: 16px;
    font-weight: normal;
    line-height: 1.35;
    color: #494949;
    margin-bottom: 25px;
}
.card-igor{
    margin-bottom: 100px;
}
.pt-68{
    padding-top: 68px;
}
.mb-70{
    margin-bottom: 70px;
}
.jv-mixer-h2{
    font-family: var(--font-montserrat);
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1.2px;
    color: #150e3a;
}
@media (min-width: 768px) {
    .jv-mixer-h2{
        font-size: 48px;
    }
}
.card-regular .card-body{
    background-color: #fafafa;
    padding: 35px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.card-regular .card-footer{
    background-color: #ffffff;
    border: 1px solid #fafafa;
    padding: 35px;
}
.card.card-regular{
    border: 0;
}
.form-control-search{
    border: 1px transparent solid;
    border-radius: 54px;
    background-image: url(../img/icon-search.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) calc(50%);
    padding-right: 30px;
}
.form-group-search{
    border-radius: 54px;
    background-image: linear-gradient(to right, #541fa3 -14%, #0557f6 120%);
    overflow: hidden;
}
.form-control-search:focus{
    box-shadow:none;
    border-color: #541fa3;
}
.form-control-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #541fa3;
}
.form-control-search::-moz-placeholder { /* Firefox 19+ */
    color: #541fa3;
}
.form-control-search:-ms-input-placeholder { /* IE 10+ */
    color: #541fa3;
}
.form-control-search:-moz-placeholder { /* Firefox 18- */
    color: #541fa3;
}
.grid-item { width: 350px; }