html, body {
    height: 100%;
}
body {
    background-color: #FFF !important;
}
#app {
    height: 100%;
    display: flex;
    flex-direction: column;
}
header, footer {
    flex: 0 0 auto;
}
main {
    flex: 1 0 auto;
}

.navbar-brand {
    width: 150px;
    margin-right: 15px;
    display: block;
}

.bg-hands {
    background-color: #415ca3 !important;
    border-color: #415ca3 !important;
}

.modal {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    z-index: 99;
    display: none;
    -webkit-overflow-scrolling: touch;
}
.modal-overlay {
  background: #00000052;
  height: 100%;
}
.modal .modal_wrap {
    position: relative;
    margin: auto;
    z-index: 999;
    padding: 20px 50px 35px 50px;
    max-width: 450px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.modal .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 22;
    border: none;
    background-color: transparent;
    opacity: .58;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-image: url("/assets/img/close_ico.png");
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
}
.modal .modal_wrap .form {
    margin-top: 20px;
}
.modal .modal_wrap .form .element {
    margin-bottom: 12px;
}
.modal .modal_wrap .form .element input:not([type="checkbox"])::placeholder,
.modal .modal_wrap .form-group input:not([type="checkbox"])::placeholder {
    color: #898d8e;
}
.modal .modal_wrap .form button {
    width: 100%;
    margin: 15px 0 0;
}
.modal .modal_wrap .wrap-opd {
  font-size: .8rem;
}
.g-recaptcha div {
    margin: 0 auto;
}
.modal .success-message {
    color: green;
    text-align: center;
}
.modal .error-message {
    color: red;
    padding-bottom: 15px;
}
header .keycounter {
    color: #f13f09;
    padding: 5px 15px;
}

@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }
    .category-block-large:hover .category-img,
    .category-block-small:hover .category-img {
        transform: scale(1.2);
        transition: 0.3s;
    }
}
@media (max-width: 767px) {
    .navbar-brand img.logo {
        height: 80px;
    }
    .product-categories .btn,
    .category-menu .btn {
        width: 100%;
    }
    .modal .modal_wrap {
        padding: 1rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    .modal .modal_wrap .form {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }
}


