.pagination {display: none !important;}
body .ajax_form .error {color: white;}
body .error ~ .invalid-feedback {display: block;} 
.jGrowl .jGrowl-message {color: white;} 
.jGrowl .jGrowl-notification.af-message-success .jGrowl-close {font-size: 25px;}
.jGrowl .jGrowl-closer.highlight.ui-corner-all.default {display: none !important;} 
.footer__link__list[data-count="0"]+.footer__content__toggle,
.footer__link__list[data-count="1"]+.footer__content__toggle,
.footer__link__list[data-count="2"]+.footer__content__toggle,
.footer__link__list[data-count="3"]+.footer__content__toggle,
.footer__link__list[data-count="4"]+.footer__content__toggle {display:none;}
.hamburger-menu .navbar__nav {display: block;}
.head-phone-wrap {margin: 12px 0;}
.jGrowl-notification.af-message-success {
    width: auto !important;
    max-width: 600px; 
	background: white !important;
	opacity: 1;
}
.resp-btns {margin-left: 0; margin-right: 0;}
.btn.btn-primary {text-shadow: none; opacity:1;} 
body .jGrowl.center {top: 50%; margin-top: -100px;} 
.jGrowl .jGrowl-notification.af-message-success {box-shadow: 0px 0px 5px 0px rgba(163,163,163,1);}

#cookie-alert-info {display: flex;position: fixed;bottom: 0;z-index: 100;background: #efefef;padding: 10px 50px;left: 0;margin: 0 50px;text-align: center;border-radius: 5px;right: 0;font-size: 13px;}
#cookie-alert-close {position: relative;width: 15px;height: 15px;padding: 15px;cursor: pointer;border: none;}
.plus:before, .plus:after {content: '';position: absolute;left: calc(50% - 2px);top: calc(50% - 6px);right: 0;bottom: 0;width: 2px;height: 15px;background-color: #B1B1B1;transition: .2s;}
.plus--cross:before, .plus--cross:after {background-color: #004391;}
.plus:before {transform: rotate(-45deg);}
.plus:after {transform: rotate(45deg);}
.is-invalid+.select2-container .select2-selection--single{border-color:#dc3545}
.select2-container--default .select2-selection--single {height: 45px}
.select2-container--default.select2-container--disabled .select2-selection--single {background-color: #e9ecef}