.mb-9 {
    margin-bottom: 5rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

@media(min-width: 576px) {
    .mb-sm-9 {
        margin-bottom: 5rem !important;
    }
    
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
}

@media(min-width: 768px) {
    .mb-md-9 {
        margin-bottom: 5rem !important;
    }
    
    .mb-md-auto {
        margin-bottom: auto !important;
    }
}

@media(min-width: 992px) {
    .mb-lg-9 {
        margin-bottom: 5rem !important;
    }
    
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
}

@media(min-width: 1200px) {
    .mb-xl-9 {
        margin-bottom: 5rem !important;
    }
    
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
}

@media(min-width: 1400px) {
    .mb-xxl-9 {
        margin-bottom: 5rem !important;
    }
    
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
}

#contact {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    justify-content: center;
    align-items: center;
}

#contact .content {
	width: 80%;
    max-width: 750px;
	height: auto;
	background-color: #ffffff;
	z-index: 1010;
	border-radius: 10px;
	padding: 20px;
}

#contact button {
	margin-left: 5px;
	margin-right: 5px;
}

#contact button.btn {
    width: 240px;
}

#contact .chanel {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #131391;
}

#contact .chanel[checked='true'] {
    border: 1px solid #e79721;
}


.contact-phone {
    background: url('/images/contact/phone-call.png');
    width: 32px;
    height: 32px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-whatsapp {
    background: url('/images/contact/whatsapp.png');
    width: 32px;
    height: 32px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-telegram {
    background: url('/images/contact/telegram.png');
    width: 32px;
    height: 32px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-email {
    background: url('/images/contact/mail.png');
    width: 32px;
    height: 32px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
}