/*   
Theme Name: lianmedia
*/
.wpcf7-list-item-label {
    display: block;
    position: relative;
    padding-left: 47px;
    cursor: pointer;
    color: #060a0d;
    line-height: 1.2;
    text-align: left;
}
.wpcf7-list-item-label:before {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: -6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f1f1f1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.form__checkbox:checked+.wpcf7-list-item-label:before{
    background: -webkit-radial-gradient(center,ellipse,#25ae94 0,#25ae94 40%,#f1f1f1 40%,#f1f1f1 100%);
    background: -o-radial-gradient(center,ellipse,#25ae94 0,#25ae94 40%,#f1f1f1 40%,#f1f1f1 100%);
    background: radial-gradient(ellipse at center,#25ae94 0,#25ae94 40%,#f1f1f1 40%,#f1f1f1 100%);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.wpcf7 .ajax-loader{
    display: none;
}
.nav_footer li:last-of-type .nav__item {
    margin: 0;
}
.nav_footer .nav__item:last-of-type {
    margin: 0 0 12px;
    display: block;
}
.license__slider{
    position: relative;
}
.license__info{
    width: 120px;
}
.license__info img{
    margin: 0 auto;
}
.license__info .license__info-link {
    display: block;
}
.license__info .slick-arrow{
    background-color: transparent;
    background-image: url(img/sprite.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
    width: 17px;
    height: 27px;
    padding: 0;
    z-index: 1;
    cursor: pointer;
}
.license__info .slick-arrow.slick-prev{
    background-position: -289px -249px;
    left: -30px;
}
.license__info .slick-arrow.slick-next{
    background-position: -311px -249px;
    right: -30px;
}