header{
    background-color: #fff;
}
header .logo{
    color: #000;
    text-decoration: none;
    font-size: 24px;
}
header .navigation{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
header .navigation li{

}
header .navigation li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 20px;
}
.socials-wrap{
    margin-top: 30px;
}
.socials-wrap .title{
    color: #666;
    border: 1px #000;
    border-bottom: 1px solid rgba(231,231,231,.5);
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
}
.socials-wrap ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.socials-wrap ul li{

}
.socials-wrap ul li a{
    width: 50px;
    height: 50px;
    background-color: #e9e9e9;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .2s
}
.socials-wrap ul li.facebook a{
    background-color: #3b5998;
}
.socials-wrap ul li.twitter a{
    background-color: #1da1f2;
}
.socials-wrap ul li.instagram a{
    background-color: #703906;
}
.socials-wrap ul li.pinterest a{
    background-color: #bd081c;
}
.right-block{
    margin: 30px 0;
    border: 1px solid #221366;
    border-radius: 20px;
}
.right-block a{
    text-decoration: none !important;
    color: #333;
}
.right-block-content{
    padding: 5px;
    text-align: center;
}
.right-block .top-image{
    width: 90%;
    margin: 20px auto;
}
.right-block .title{
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}
.right-block img{
    max-width: 90%;
}
.right-block .middle-image{
    margin: 10px 0;
}
.right-block .text{
    padding: 0 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.right-block .button{
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
    background-color: #444;
    border-color: #444;
    border-radius: 0 0 20px 20px;
    color: #fff;
    text-align: center;
}
h1{
    font-size: 36px;
    line-height: 1.2;
}
.subheading{
    font-size: 22px;
    line-height: 1.2;
    text-decoration: underline;
}
.date{
    font-size: 14px;
    font-weight: 300;
}
.top-alert{
    background-color: rgba(213,255,249,.6);
    margin-bottom: 15px;
    padding: 10px;
    font-size: 20px;
    line-height: 1.2;
}
.img-block{
    width: 100%;
    border-radius: 10px;
    margin: 10px 0;
    box-shadow: 0 3px 11px -5px #000;
}
.alert-block{
    background-color: #f1f1f1;
    border-bottom: 1px #000;
    border-left: 4px solid #333;
    margin-top: 8px;
    margin-bottom: 20px;
    padding: 10px 5px 10px 15px;
    font-size: 16px;
    font-style: italic;
}
.text{
    color: #444;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
}
.block-title{
    margin: 20px 0;
    font-size: 28px;
    font-weight: 600;
}
.block-title.text-center{
    color: #120655;
    margin: 40px 0;
    font-size: 36px;
    font-weight: 500;
}
.light-blue-block{
    background-color: #e4f3fb;
    border: 1px solid rgba(189,189,189,.5);
    border-radius: 8px;
    padding: 25px;
    font-size: 18px;
    line-height: 1.2;
}
.light-blue-block-2{
    border: 1px dashed #000;
    border-radius: 5px;
    padding: 15px;
    background-color: #e4f3fb;
    margin: 15px 0;
    font-size: 21px;
}
.btn-custom{
    color: #000;
    background-color: #f0c14b;
    background-image: linear-gradient(#f7dfa5,#f0c14b);
    border-color: #000;
    border-radius: 4px;
    box-shadow: inset 0 0 1px rgba(64,0,255,.01);
}
.btn-custom:hover{
    color: #000;
    background-color: #f0c14b;
    background-image: linear-gradient(#f7dfa5,#f0c14b);
    border-color: #000;
}
.btn-big{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 34px;
    line-height: 27px;
    font-weight: 700;
}
.reviews-block > div{
    background-color: #f1f1f1;
    padding: 15px;
}
.reviews-block .rating-inner{
    height: 100%;
    color: #fff;
    background-color: #0e1a74;
    text-align: center;
    flex-direction: column;
}
.reviews-block .numbers{
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
}
.reviews-block .numbers span{
    border-bottom: 1px solid #fff;
}
.reviews-block .text{
    flex: 1 1 auto;
    color: #fff;
    background-color: #000;
    margin: 10px 0 0;
    font-size: 14px;
}
.reviews-block .reviews-description .title{
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
}
.reviews-block .reviews-description p{
    font-size: 14px;
    margin: 0;
}
.reviews-block .down{

}
.reviews-block .down .progress{
    text-align: left;
    border-radius: 0;
    height: 30px;
    background-color: #fff;
    align-items: center;
    position: relative;
    padding-right: 20px;
}
.reviews-block .down .progress + .progress{
    margin-top: 15px;
}
.reviews-block .down .progress .progress-bar{
    background-color: #1c0d52;
    text-align: left;
    padding: 0 15px;
    font-size: 14px;
    height: 100%;
}
.reviews-block .down .progress .progress-number{
    position: absolute;
    right: 5px;
}
footer{
    background-color: #333;
    padding-top: 25px;
    padding-bottom: 50px;
    color: #dadada;
    text-align: center;
}
footer a{
    color: #dadada;
}
.fixed-block{
    z-index: 9;
    width: 100%;
    text-align: center;
    background-color: rgba(105,107,106,.7);
    border: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
}
.fixed-block .left{
    font-size: 14px;
    color: #fff;
}
.fixed-block .btn{
    width: 40%;
}
.btn-blue{
    background-color: #3898ec;
    border-radius: 0;
    justify-content: center;
    font-size: 24px;
    line-height: 26px;
    text-decoration: none;
    color: #fff;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active{
    background-color: #3898ec !important;
    border-color: #3898ec !important;
    text-decoration: none;
    color: #fff !important;
}

@media ( max-width: 768px ){
    h1{
        font-size: 24px;
    }
    .subheading{
        font-size: 18px;
    }
    .date{
         font-size: 9px;
    }
    .top-alert{
        font-size: 16px;
    }
    .alert-block{
        font-size: 14px;
    }
    .text{
        line-height: 1.2;
    }
    .block-title{
        font-size: 24px;
    }
    .block-title.text-center{
        font-size: 30px;
    }
    .reviews-block .reviews-description .title{
        font-size: 22px;
    }
    .reviews-block .reviews-description p{
        font-size: 12px;
    }
    footer{
        font-size: 12px;
    }
    .fixed-block .btn{
        width: 100%;
    }
}