﻿.lazy-image--full-width img{
    width: 100%;
}

.lazy-width--full-height img{
    height: 100%;
}

picture img {
    width: 100%;
    height: 100%;
}

.set-font-awesome {
    font: normal normal normal 14px/1 FontAwesome !important;
    font-family: FontAwesome !important;
    line-height: 50px !important;
}

.set-font-awesome--button-item-13 {
    line-height: 45px !important;
}

.set-font-awesome:before {
    content: "" !important;
}

.accordion__menu {
    font-family: FontAwesome !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    height: 20px !important;
    width: 20px !important;
    top: 15px !important;
}

.nav-wrap .nav-main > li > .nav-sub-wrap > .nav-sub p {
    font-size: 17px;
    font-size: 1.7rem;
    display: block;
    padding: 18px 8px;
}

@media (min-width:992px){
    .col-md-4 .form-1 .module-content .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}
@media (min-width:1200px){
    .col-md-4 .form-1 .module-content .g-recaptcha {
        transform:scale(0.93);
        -webkit-transform:scale(0.93);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}
.vbox-title {
    height:auto!important;
}