

/* Start:/local/templates/.default/css/loader.css?1757165776995*/
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.loader-wrapper--absolute {
    position: absolute;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: inset 0 0 0 3px currentcolor;
    transform: translate(-50%, -50%);
}

.loader::before,
.loader::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    background-color: currentcolor;
    transform-origin: left center;
}

.loader::before {
    width: 25%;
    animation: loader 8s linear infinite;
}

.loader::after {
    width: 30%;
    animation: loader 2s linear infinite;
}

@keyframes loader {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

/* End */


/* Start:/local/templates/franchising/styles.css?1757165783221*/
.footer_menu .is-container-row {
    display: flex !important;
}

.icons-menu .icon {
    width: 1.2em;
    height: 1.2em;
    margin-top: 5px;
    margin-right: 10px;
}
.block-footer .footer_corp {
  line-height: 1.4;
}

/* End */


/* Start:/local/templates/franchising/template_styles.css?17571657831319*/
.mango-callback .widget-wrapper.common-window.mng-wgt, .widget-wrapper.common-window.mng-wgt {
  z-index: 999 !important;
}

.mango-callback .widget-wrapper.selected-dynamic.mng-wgt.common-window .button-widget-open {
  bottom: 65px !important;
}

.mango-callback .widget-wrapper.selected-dynamic.widget-show {
  bottom: 102px !important;
}

@media screen and (max-width: 1024px) {
	.mango-callback .widget-wrapper.selected-dynamic.mng-wgt.common-window .button-widget-open {
	    bottom: 60px !important;
	    right: -72px !important;
	}
}

@media (min-width: 821px) and (max-width: 932px) {
	.mango-callback .widget-wrapper.selected-dynamic.mng-wgt.common-window .button-widget-open {
	  bottom: 20px !important;
		right: -92px !important;
	}
}

@media screen and (max-width:768px) {
  .mango-callback .widget-wrapper.selected-dynamic.common-window.mng-wgt .button-widget-open {
    bottom: 140px !important;
    right: -90px !important;
  }
	.mgo-mcw-widget_mobile-view {
    bottom: -moz-calc(var(--mobile-multiply, 1)* 60px) !important;
    bottom: calc(var(--mobile-multiply, 1)* 60px) !important;
	}
}
@media (min-width: 480px) and (max-width: 680px) {
  .mango-callback .widget-wrapper.selected-dynamic.common-window.mng-wgt .button-widget-open {
    bottom: 60px !important;
    right: -90px !important;
  }
}

/* End */
/* /local/templates/.default/css/loader.css?1757165776995 */
/* /local/templates/franchising/styles.css?1757165783221 */
/* /local/templates/franchising/template_styles.css?17571657831319 */
