<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    line-height: 120%;
	font-family: 'Exo 2', sans-serif;
	color: #212529;
}
img, svg{
	max-width: 100%;
}
a {
    color: #00abbd;
}
a:hover {
    color: #006671;
}
h2 {
    color: #363636;
    font-weight: bold;
}
.form-control{
	box-shadow: none !important;
	outline: none !important;
	padding: 10px 20px;
    text-transform: uppercase;
}
.form-control:focus {
    border-color: #00e7ff;
}
.btn {
    padding: 10px 20px;
    text-transform: uppercase;
}
.btn-primary {
    background-color: #00abbd;
    border-color: #00abbd;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #008795;
	border-color: #008795;
}
button{
	box-shadow: none !important;
	outline: none !important;
}
header {
    padding: 10px 0;
    top: 0;
    background-color: #fff;
    z-index: 9;
}

header .logo {
    width: 130px;
}
header .comment {
    width: calc(100% - 130px - 20px);
    padding: 10px 0 10px 20px;
    border-left: 1px solid #000;
    margin-left: 20px;
}

header .comment span {
    display: block;
    
}
header .comment span:nth-child(1),
header .open span:nth-child(1){
	font-weight: bold;
}
header .comment span:nth-child(2),
header .open span:nth-child(2) {
    margin: 5px 0 0 0;
}
header .open{
	border-right: 1px solid #000;
	margin-right: 20px;
	padding: 10px 20px 10px 0px;
}
header .open span {
    display: block;
    text-align: right;
}
header .telephone {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 100%;
    color: #000;
    text-decoration: none;
    margin: 0 0 1px 0;
}
header .telephone svg {
    width: 1rem;
    margin: 0 8px 0 0;
}
section.heading {
    padding: 6rem 0 2rem 0;
}
section.heading h2 {
    color: #363636;
}
section.heading h2 b {
    color: #00abbd;
}

section.section {
    padding: 60px 0;
}
section.heading + section.section{
	padding-top: 0;
}
.modal-form .modal-content {
    background-image: url('../img/modal-bg.jpg');
    z-index: 0;
    color: #fff;
}
.modal-form .modal-title {
    font-weight: 700;
}
.modal-form .btn-close {

    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;

}
.modal-form .modal-header {
    border-bottom: none;
}
.modal-form .modal-content::before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00abbd;
    z-index: -1;
    left: 0;
    opacity: 0.8;
}
footer {
    background-image: url('../img/footer-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
footer section.heading h2{
	color: #fff;
}
@media (max-width: 991px){
	
}

@media (max-width: 575px){
	.input-group&gt;.form-control {
		width: 100%;
		border-radius: 5px 5px 0px 0px !important;
		text-align: center;
	}
	.input-group .btn{
		width: 100%;
		border-radius: 0px 0px 5px 5px !important;
	}
	section.heading {
		padding: 2rem 0 2rem 0;
	}
	
}




section.brands.section {
    background-color: #f1f1f1;
}
.work {
    border: 1px solid #00abbd;
}
.contact-item {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}
.contact-item svg {
    fill: #00abbd;
    width: 25px;
    margin-right: 10px;
    height: 25px;
    position: relative;
    top: 3px;
}
.contact-item .text {
    width: calc(100% - 35px);
    font-size: 22px;
    line-height: 140%;
}
.contact-item .text a{
	color: #fff;
}
.contact-item.contact-telephone {
    display: flex;
    align-items: center;
}
.contact-item.contact-telephone svg {
    fill: #fff;
    width: 25px;
    height: 44px;
	top: 0;
}
.contact-item.contact-telephone .text a {
    text-decoration: none;
    font-size: 38px;
    line-height: 120%;
}

	</pre></body></html>