.pre-footer-zone {
    padding-top: 30px;
    padding-bottom: 60px;
}

.pre-footer-zone > .uk-container {
    max-width: 1270px;
}

.pre-footer-zone > .uk-container > .uk-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.pre-footer-zone > .uk-container > .uk-grid > div {
    position: relative;   
}

.pre-footer-zone > .uk-container > .uk-grid > div > .panel {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}



.how-to > .panel > .title {
    padding: 20px 14px 15px;
    font-size: 21px;
    font-family: Bebas,Helvetica,Arial,sans-serif;
    letter-spacing: .01em;
    line-height: 1.2;
    font-weight: 700;
    color: #444;
    border-bottom: 1px solid #cecece;
    margin-bottom: 0;
    
}

.how-to > .panel > .image {
    display: flex;
    height: 100%;
    background: center no-repeat;
    background-size: 100% auto;
    min-height: 250px;
    transition: background-size 0.4s ease-in-out;
}

.how-to:hover > .panel > .image {
    background-size: 110% auto;
}

@media (max-width: 480px) {
    .how-to > .panel > .image {
        min-height: 150px;
    }
}

.how-to > .panel > .text {
    font-size: 20px;
    padding: 20px 14px 5px;
    line-height: 1.2;
    color: #777;
    margin: auto 0;
}

.how-to > .panel > .phone {
    padding: 5px 14px 15px;
    margin-top: 5px;
    text-align: center;
}

.how-to > .panel > .phone > a{
    font-size: 21px;
    font-family: Bebas,Helvetica,Arial,sans-serif;
    letter-spacing: .01em;
    line-height: 1.2;
    font-weight: 700;
    color: rgb(192, 44, 44);

}

.micro-form > .panel > .title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 14px 5px;
    margin-bottom: auto;
    margin-top: auto;
}

.micro-form > .panel > .title .icon {
    max-width: 60px;
    margin-right: 20px;
}

.micro-form > .panel > .title > span {
    font-size: 19px;
    font-family: Bebas,Helvetica,Arial,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    color: rgb(192, 44, 44);
}

.micro-form > .panel > .title > span > span {
    font-size: 15px;
    color: #777;
}

.micro-form > .panel .form {
    padding: 10px 14px;
}

.micro-form > .panel .form-group input:first-of-type {
    border-bottom-color: transparent;
    border-radius: 0px;
}

.micro-form > .panel .form-group input:last-of-type {
    border-radius: 0px;
}

.micro-form input[type="checkbox"].css-checkbox + label.css-label {
    font-size: 14px;
    line-height: 1.1;
    padding-left: 30px;
    position: relative;
}

.micro-form input[type="checkbox"].css-checkbox + label.css-label span {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
}

.micro-form .uk-button {
    width: 100%;
    margin: 2px 0;
    padding: 7px 10px 2px;
    max-width: 100%;
}




.read-next > a {
    background: rgb(245, 245, 245);
    text-decoration: none;
    transition: background 0.4s ease-in-out;
}

.read-next > a .image {
    padding-top: 85%;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-size 0.4s ease-in-out;
}

.read-next > a .title {
    font-size: 21px;
    padding: 20px 14px 10px;
    font-family: Bebas,Helvetica,Arial,sans-serif;
    letter-spacing: .01em;
    line-height: 1.2;
    font-weight: 700;
    color: #444;
    transition: color 0.4s ease-in-out;
    margin-top: auto;
}

.read-next > a .intro {
    font-size: 15px;
    padding: 0px 14px 14px;
    line-height: 1.2;
    color: #777;
    margin-bottom: auto;
}

.read-next > a:hover {
    background: #fff;
    text-decoration: none;
}

.read-next > a:hover .image {
    background-size: 110% auto;
}

.read-next > a:hover .title {
    color: rgb(192, 44, 44);
}