<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    margin-top: 89px;

}

.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.scroll-hide {overflow: hidden; }
html {
    scroll-behavior: smooth;
    margin-top: 0 !important;
}


/*-----------------------style------------------------*/

ol, ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

a{
    text-decoration: none;
    font-family: "Rubik", sans-serif;
}

h1, h2, h3, h4{
    margin: 0;
    color: #212529;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

h1{
    font-size: 39px;
}

h2{
    font-size: 34px;
    margin-bottom: 20px;
}

h4{
    font-size: 16px;
    font-weight: 700;
}

h3{
    font-size: 21px;
    font-weight: 600;
    line-height: 34px;
}

p{
    color: #0A0C0E;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    font-family: "Inter", sans-serif;
}

p:not(:last-of-type) {
    margin-bottom: 25px;
}

p:only-child {
    margin-bottom: 0;
}


/*--------------------------navi-------------------*/

.nav-icon {
    display: none;
    margin: 0;
    width: 30px;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
    background-color: #ffffff;
    border-radius: 3px;
    content: "";
    display: block;
    height: 2px;
    margin: 8px 0;
    transition: all 0.3s ease-in-out;
}

.nav-icon.closed:before {
    transform: translateY(4px) translateX(-6px) rotate(130deg);
    width: 18px;
}

.nav-icon.closed:after {
    transform: translateY(-4px) translateX(-6px) rotate(-130deg);
    width: 18px;
}

.nav-menu li{
    list-style: none;
}

.nav-menu li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
}


.nav-menu {
    display: flex;
    gap: 30px;
    margin: 0;
    align-items: center;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.header-nav-container{
    width: 100%;
    top: -150px;
    transition: top 1s;
    z-index: 10000;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #161313;
}

.btn-call,
.btn-schedule,
.btn-head{
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #FFF;
    background-color: #83131b;
    text-transform: uppercase;
    width: 270px;
    padding: 12px 10px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.7px;
}


.btns-stick {
    width: 100%;
    background-color: #161313;
    padding: 20px 0;
    position: fixed;
    bottom: -85px;
    transition: bottom 0.5s ease-in-out;
    z-index: 777;
    display: none;
}

.btn-schedule{
    margin: 0 auto;
}

.btn-call.show {
    opacity: 1;
}

/*----------------------hero------------------------*/

.hero{
    background: url('../image/hero-pic.jpeg') no-repeat center top / cover;
    padding: 140px 0;
    position: relative;
}

.description-slogan h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 59px;
    color: #FFF;
    margin-bottom: 30px;
    text-align: center;
}

.description-slogan p{
    color: #FFF;
    margin-bottom: 30px;
}

.description-slogan{
    width: 70%;
    text-align: center;
    margin: 0 auto;
}



/*-----------------------------services-------------------------*/

.services{
    padding: 80px 0 100px 0;
    background-color: #fbf9f5;
    position: relative;
}

.title-block{
    text-align: center;
}

.general-services-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    gap: 20px;
    margin-top: 45px;
}

.pic-services picture,
.pic-services img{
    width: 100%;
    height: 210px;
    display: block;
    object-fit: cover;
}

.item-services{
    padding: 5px 5px 0 5px;
    box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.17);
    background-color: #FFF;
}

.item-services h4{
    text-align: center;
    padding: 15px 0;
    line-height: 27px;
}

.item-services h4 span{
    display: block;
}

.btns-block{
    margin-top: 60px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.services::before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 340px solid transparent;
    border-right: 340px solid transparent;
    border-top: 50px solid #fbf9f5; 
}

/*-------------------------------welcome------------------------*/

.welcome{
    padding: 125px 0 100px 0;
}

.general-welcom-container{
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.pic-welcome{
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.17);
}

.pic-welcome{
    box-sizing: border-box;
    border: 7px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.12);
}

.pic-welcome picture,
.pic-welcome img{
    width: 100%;
    height: 635px;
    display: block;
    object-fit: cover;
}

.description-welcome p{
    text-align: center;
}

.description-welcome .title-block{
    margin-bottom: 30px;
}

.item-features{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 35px 20px;
    box-sizing: border-box;
    border: 2px solid rgb(240, 240, 240);
    text-align: center;
}

.icon-feature{
    margin-bottom: 20px;
}

.list-feutures{
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 100%;
}


/*---------------------------air-conditing------------------------*/

.air-conditing {
    position: relative;
    height: 720px;
    background: url('../image/bg-air-conditing.jpeg') no-repeat center top / cover;
}

.description-air-conditing {
    position: absolute;
    background-color: #4c0f14;
    padding: 60px;
    text-align: center;
    width: 450px;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
}

.description-air-conditing h3 {
    margin-bottom: 30px;
}

.description-air-conditing p,
.description-air-conditing h2,
.description-air-conditing h3 {
    color: #FFF;
}

/*------------------why-us-----------------*/

.why-us{
    padding: 150px 0 100px 0;
}

.general-why-us-container{
    display: grid;
    gap: 20px;
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 45px;
}

.description-item-why-us h3{
    margin-bottom: 12px;
}

.item-why-us{
    padding: 40px;
    background-color: #F9F9F9;
    display: flex;
    gap: 30px;
}


/*---------------------------heating---------------------------*/

.heating{
    padding: 100px 0;
    background-color: #441317;
}

.general-heatin-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    align-items: center;
    gap: 80px;
}

.pic-heating picture,
.pic-heating img{
    width: 100%;
    height: 720px;
    display: block;
    object-fit: cover;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.25);
}

.services-heating h4,
.services-heating p{
    color: #FFF;
    
}

.services-heating h4{
    margin-bottom: 10px;
}

.description-heating h2,
.description-heating p{
    color: #FFF;
}

.description-heating h2{
    margin-bottom: 30px;
}

.description-heating{
    text-align: center;
}

.services-heating{
    background-color: #5a1f22;
    padding: 30px 20px;
}

.list-heating{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}




/*------------------------reviews-------------------*/

.general-reviews-container{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 100%;
}

.item-review{
    padding: 50px;
    border: 9px solid rgb(245, 245, 245);
}

.item-review h4{
    margin-bottom: 10px;
}

.item-review p{
    margin: 15px 0 20px 0;
}

.customer-reviews{
    padding: 100px 0;
}



/*-----------------------steps-------------------*/


.steps .btn-schedule{
    margin: 0 auto;
}

.steps{
    background-color: #181818;
    padding-bottom: 115px;
}

.pic-steps img,
.pic-steps picture{
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.icon-step span{
    font-size: 56px;
    font-weight: 800;
    color: #343434;
    text-transform: uppercase;
    line-height: 1;
}

.step h3{
    color: #ffffff;
    margin-bottom: 20px;
}

.line span{
    background-color: #F5990F;
    width: 80px;
    height: 2px;
    display: block;
}

.step p{
    margin-top: 32px;
    color: #D8D8D8;
}

.icon-step{
    margin-bottom: 14px;
}

.general-steps-container{
    padding-top: 80px;
    display: grid;
    gap: 45px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    margin-bottom: 60px;
}

.pic-emergancy img,
.pic-emergancy picture{
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.block-emergancy{
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    align-items: center;
    margin-bottom: 50px;
}

.emergancy{
    padding: 115px 0 90px 0;
}

.block-emergancy h2 span{
    color: #71030B;
}

.link-call h3{
    color: #71030B;
    font-weight: 800;
}

.emergancy p{
    margin-bottom: 20px;
}



/*--------------------blog---------------------*/

.blog{
    padding: 100px 0;
    background-color: #F7F7F7;
}

.general-blog-container{
    margin-top: 45px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.item-blog h3{
    margin-bottom: 12px;

}

.pic-blog{
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 7px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.12);
}

.pic-blog picture,
.pic-blog img{
    width: 100%;
    height: 275px;
    display: block;
    object-fit: cover;
}

/*---------------------------footer-------------------*/

.footer{
    padding: 30px 0;
    text-align: center;
    background-color: #161313;
}

.footer p{
    color: #FFF;
}

.icon-privelegy{
    width: 47px;
    height: 47px;
}


/*-----------------------contact page---------------------*/

.general-contacts-container{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
}

.contacts-hero img, .contacts-hero picture {
    width: 100%;
    height: 400px;
    display: block;
    object-fit: cover;
}


.contacts-informations{
    padding: 45px 0 70px 0;
    background-color: #F6F7FA;
}

.item-block-contact-info ul li{
    font-size: 15px;
    color: #322525;
    line-height: 30px;
}

.item-block-contact-info ul li a{
    color: #83131b;
    font-weight: 700;

}

.item-block-contact-info p span,
.item-block-contact-info ul li span{
    font-weight: 700;
}

.item-block-contact-info h3{
    margin-bottom: 7px;
}

.item-block-contact-info{
    display: flex;
    flex-direction: column;
    text-align: center;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
    padding: 30px 25px;
}


.pic-contact-icon{
    margin-bottom: 10px;
}

.contacts-informations h1{
    margin-bottom: 35px;
    text-align: center;
}

.map{
    width: 100%;
    display: block;
    object-fit: cover; 
    padding-bottom: 90px;
    background-color: #F6F7FA;
}

iframe{
    width: 100%;
    height: 400px;
    display: block;
    object-fit: cover; 
    border: none;
}

/*-------------------------------BLOG PAGE-------------------------*/

.content{
    background-color: #F9F9F9;
    padding-bottom: 70px;
}

.content h1{
    font-size: 48px;
    padding-top: 60px;
    margin-bottom: 40px;
    line-height: 57px;
}

.content h2{
    font-size: 30px;
    margin-top: 45px;
}

.content picture,
.content img{
    width: 100%;
    height: 400px;
    display: block;
    object-fit: cover;
    margin-bottom: 40px;
}

.content ul li a {
    color: #c79208;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.4px;
}

.content ol,
.content ul{
    margin: 30px 0;
}

.content ul li{
    display: block;
    padding: 15px 20px;
    line-height: 25px;
}


.content ul li:nth-of-type(odd) { 
	background: #f1f0ee; 
}

table { 
	width: 100%; 
	border-collapse: collapse; 
    margin-top: 35px;
}


tr:nth-of-type(odd) { 
	background: #e9ecf3; 
}

th { 
	background-color: #002E5F;
    font-family: "Oswald", sans-serif;
	color: white; 
	font-weight: 600; 
    padding: 20px 15px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

td, th { 
	padding: 10px; 
	border: 1px solid #dfdfdf; 
	text-align: left; 
	font-size: 16px;
    padding: 20px 15px;
}

td{
    color: #222222;
}


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table { 
	  	width: 100%; 
	}

	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #e9ecf3; }
	
	td { 
		border: none;
		border-bottom: 1px solid #e9ecf3; 
		position: relative;
		padding-left: 50%; 
	}

	td:before { 
		position: absolute;
		top: 20px;
		left: 15px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		content: attr(data-column);
		color: #000;
		font-weight: bold;
	}

}

.content ol li span{
    font-weight: 700;
}

.content ol li{
    color: #222222;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.content ol{
    background-color: #ffffff;
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
}

ol li:not(:last-child) {
    margin-bottom: 25px;
}



/*--------------------------------media----------------------------*/

@media screen and (max-device-width: 1024px) and (min-device-width: 360px){

    .step p {
        margin-top: 25px;
    }

    .icon-step span {
        font-size: 45px;
    }

    .icon-step {
        margin-bottom: 10px;
    }

    .steps {
        padding-bottom: 80px;
    }

    .pic-steps img, .pic-steps picture {
        height: 300px;
    }

    .step{
        text-align: center;
    }

    .general-steps-container {
        padding-top: 60px;
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }

    .line span{
        margin: 0 auto;
    }

    .nav-icon{
        display: block;
    }

    .logo{
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 1000;
        width: 100%;
    }

    .nav-menu{
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #333461;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: -100%;
        gap: 45px;
        left: 0;
        transition: all 0.4s ease-in-out;
        opacity: 0;
    }

    .nav-menu li a {
        font-size: 18px;
        font-weight: 500;
        color: #333461;
    }

    .nav-menu.active {
        top: 0;
        z-index: 999;
        opacity: 1;
        background-color: #FFF;
    }

    /*----------------------navend-----------------*/

    .services {
        padding: 60px 0;
    }

    .welcome {
        padding: 100px 0 60px 0;
    }

    .why-us {
        padding: 150px 0 70px 0;
    }

    .heating {
        padding: 70px 0;
    }

    .brands {
        padding: 52px 0 70px 0;
    }

    .customer-reviews{
        padding-top: 52px;
    }

    .general-reviews-container {
        margin-top: 30px;
        grid-template-columns: 1fr;
    }

    .item-review {
        padding: 35px;
        border: 7px solid rgb(245, 245, 245);
    }

    .promo {
        padding: 60px 0 70px 0;
    }

    .blog {
        padding: 70px 0;
    }

    .general-contacts-container {
        grid-template-columns: 1fr;
    }

    .contacts-hero img, .contacts-hero picture {
        height: 300px;
    }

    .content picture,
    .content img{
        height: 300px;
    }

}



@media screen and (max-device-width: 1024px) and (min-device-width: 860px){
    
    .general-heatin-container,
    .general-welcom-container {
        gap: 40px;
    }

    .list-feutures {
        margin-top: 50px;
    }

}


@media screen and (max-device-width: 859px) and (min-device-width: 360px){
    
    .general-heatin-container,
    .general-welcom-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .pic-heating picture, .pic-heating img,
    .pic-welcome picture, .pic-welcome img {
        height: 350px;
    }

    .list-feutures {
        margin-top: 50px;
        grid-template-columns: 1fr;
    }

    h2 {
        font-size: 34px;
        margin-bottom: 9px;
    }

    .item-why-us {
        padding: 35px 20px;
        gap: 12px;
        flex-direction: column;
        text-align: center;
    }

    .description-heating h2 {
        margin-bottom: 20px;
    }

    .description-heating{
        order: 1;
    }

    .general-promo-container {
        grid-template-columns: 1fr;
    }

    .description-promo h2 {
        margin-bottom: 15px;
        line-height: 45px;
    }

    .description-promo{
        order: 2;
    }

    .pic-promo picture, .pic-promo img {
        height: 300px;
    }

    .general-blog-container {
        gap: 40px;
        grid-template-columns: 1fr;
    }

    .list-feutures {
        margin-top: 40px;
        grid-template-columns: 1fr;
    }

    .general-why-us-container {
        grid-template-columns: 1fr;
        margin-top: 35px;
    }

    .general-privelegi-container {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .general-services-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 35px;
    }

    .item-services h4 {
        padding: 8px 0;
    }

    .btns-block {
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }


}

@media screen and (max-device-width: 606px) and (min-device-width: 360px){
    .item-privelegy {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .general-privelegi-container {
        gap: 30px 10px;
    }
}

@media screen and (max-device-width: 1024px) and (min-device-width: 360px){
    .description-slogan {
        width: 100%;
        text-align: center;
    }

    .slogan-block{
        display: flex;
        justify-content: center;
    }

    .description-slogan .btn-schedule{
        margin: 0 auto;
    }

    .hero {
        padding: 100px 0;
    }
}

@media screen and (max-device-width: 767px) and (min-device-width: 360px){
    
    .services::before,
    .hero::before {

        border-left: 150px solid transparent;
        border-right: 150px solid transparent;
    }

    .description-slogan h1 {
        font-size: 37px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .btns-stick {
        display: block;
    }

    .footer{
        margin-bottom: 83px;
    }


}

@media (max-width: 768px) {
    .description-air-conditing {
        width: 80%;
        padding: 40px;
    }
}

@media (max-width: 480px) {
    .description-air-conditing {
        padding: 30px;
    }

    .general-brands-container {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}



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