<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body{
    font-family: 'Open Sans Regular', serif;
    margin: 0;
}

/* contact form */
.page_title .container{
    text-align: center;
}   
.page_title .container .dropdown{
    margin-bottom: 50px;
}
.page_title .container h2{
    text-align: center;
    font-size: 36px;
    font-family: 'Open Sans Regular', serif;
    letter-spacing: 1.5px;
}
.page_title .container h4{
    text-align: center;
    font-size: 22px;
    font-family: 'Open Sans Bold', serif;
}
.form-group ::placeholder {
    color: #fff;
    font-family: 'Open Sans Regular', serif;
}

.main-banner .page_title .container span{
    border-bottom: 5px solid #fff;
    display: inline-block;
    height: 72px;
    margin: 30px 0;
    width: 200px;
}
.wrap-form form[name='contact'], .contact-form {
    max-width: 674px;
    margin: 0 auto;
}
.wrap-form{
    background-color: #92A6D6;
}
.contact-us{
    color: #fff;
}
.container .form-group {
    margin-bottom: 0rem;
}
.container .form-control.input-form{
    color: #fff;
    border-radius: 0px;
    background: transparent;
}
.form-group .contact-from .input-form {
    
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    font-family: 'Open Sans Regular', serif;
}
.contact-from p a {
    color: #fff;
    font-family: 'Open Sans', serif;
}


.contact-form input[type=checkbox] {
    border: 1px solid #fff;
    padding: 0.5em;
    -webkit-appearance: none;
    border-radius: inherit;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 2px;
}
.contact-from p {
    font-family: 'Open Sans Regular', serif;
    font-size: 14px;
}
.contact-from p span.wpcf7-list-item-label {
    font-size: 15px;
    margin-left: 25px;
}
.contact-from .termsLabel {
    font-family: 'Open Sans Regular', serif;
    font-size: 15px;
}
.container #contact_submit {
    letter-spacing: 1.5px;
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans Bold', serif;
    border-radius: 5px;
    border: 3px solid;
    text-transform: uppercase;
}
.container .cfi-border {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
}
#contact_submit:hover {
    background-color: #fff;
    border-color: #fff;
    color: black;
}

.main-footer{
    background-color: #ffffff;
}
.main-footer label{
    font-family: 'Open Sans Regular';
    font-size: 15px;
    text-transform: uppercase;
    text-align: right;
    display: table;
    max-width: 170px;
    margin-right: 20px;
}
.main-footer label span{
    display: table-cell;
    vertical-align: middle;
    font-family: 'Raleway', serif;
}
.main-footer .container p{
    margin-top: 30px;
    color: #000000 !important;
    font-size: 14px;
}
.main-footer .container p a{
    color: #000000;
}
#preloader{
    background: #ffffff;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
    opacity: 1;
    transition: opacity 3s ease 1s;
}

#preloader.hidden  {
    opacity: 0;
}
.preloader-block{
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 600px;
    text-align: center;
    max-width: 90%;
}
.preloader-block h1{
    font-size: 44px;
    line-height: 44px;
}

.wrapper {
    width: 100%;

}
.wrapper-block-outer{
    padding-top: 195px;
    width: 100%;
    background-image: url("../images/bg-waiting.png");
    padding-bottom: 100px;
    background-position: inherit;
    background-size: cover;
}
.head-logo{
    margin-bottom: 50px;
}
.head-logo hr{
    border-color: #ffffff;
    border-width: 5px;
    opacity: 1;
    max-width: 220px;
    margin: 35px auto;
}
.wrapper-block{
    text-align: center;
    width: 1100px;
    max-width: 100%;
    /*top: 30%;*/
    /*left: 50%;*/
    /*transform:  translateX(-50%);*/
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*max-width: 90%;*/
    margin: 0 auto;
}
.site-work{
    background-image: url("../images/bg-text-s.png");
    filter: drop-shadow(0px 0px 30px #000000);
    background: rgba(0,0,0,0.2);
    padding: 2rem 4rem;
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    max-width: 1080px;
    margin: 0 auto;
    border: 5px solid;
}
.site-work .head-waiting{
    width: 100%;
    max-width: 701px;
    margin: 0 auto;
}
.site-work .head-waiting label{
    text-align: right;
    font-size: 22px;
    line-height: 28px;
    padding-top: 15px;
}
.site-info{
    display: inline-flex;
    width: 100%;
    margin-top: 20px;
}
.site-phone{
    font-family: 'GothamBold';
    width: 50%;
    font-size: 50px;
    line-height: 56px;
}
.site-contact{
    width: 40%;
    border-left: 2px solid #ffffff;
    padding-left: 15px;
    display: grid;
    font-family: 'GothamLight', serif;
    font-size: 20px;
    line-height: 21px;
}
 .head-logo h1{
     font-size: 44px;
     margin: 0 auto 20px;
     max-width: 600px;
     line-height: 44px;
}
.site-work h2{
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 20px;
    font-family: Galine, serif;
    max-width: 617px;
}
.site-work h4{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: 'Open Sans Regular';
    max-width: 888px;
    text-align: center;
}
.head-logo img{
    margin-bottom: 20px;
}
.site-info a{
    color: #ffffff;
    text-decoration: none;
}
.site-copy{
    margin-bottom: 0px;
}

.form-group .contact-from .input-form::-webkit-input-placeholder {
    font-family: 'Open Sans Regular', serif;
}

.form-group .contact-from .input-form:-ms-input-placeholder {
    font-family: 'Open Sans Regular', serif;
}

.form-group .contact-from .input-form:-moz-placeholder {
    font-family: 'Open Sans Regular', serif;
}

.form-group .contact-from .input-form::-moz-placeholder {
    font-family: 'Open Sans Regular', serif;
}

.contact-select select{
    background: none;
}

.contact-select select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.contact-select {
    position: relative;
}

.contact-select select {
    display: none; /*hide original SELECT element: */
}

.select-selected {
    background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.wpcf7-not-valid,  .wpcf7-not-valid span label input{
    border-color: #dc3232 !important;
}
.wpcf7-not-valid-tip{
    display: none;
}
.wpcf7-form-control-wrap .wpcf7-list-item{
    margin-left: 0px;
}

#contact_terms input:checked {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=) no-repeat center center;
    /* background-color: black; */
    background-size: 8px 8px;
}


ul.list-contact-type {
    margin: 0 auto;
    list-style: none;
    text-align: center;
    font-size: 22px;
    font-family: 'Open Sans Bold', serif;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    padding-left: 0;
    background: #92A6D6;
    z-index: 9;
    padding-right: 10px;
}
ul.list-contact-type.active {
    border: 1px solid #ffffff;
}
ul.list-contact-type li { padding: 5px 10px; z-index: 9;
    position: relative; }
ul.list-contact-type li:not(.init) {
    width: 350px; display: none; z-index: 99;
    font-family: 'Open Sans Regular', serif;
}
ul.list-contact-type li:not(.init):hover, ul.list-contact-type li.selected:not(.init) {
    background: none;
    cursor: pointer;

}
ul.list-contact-type li.init { cursor: pointer; }
.main-banner .page_title .container .list-contact-type span{
    height: auto;
    margin: 0;
    border: none;
    position: absolute;
    margin-left: 64px;
    margin-top: 2px;
}
.ft-sep{
    text-align: center;
    display: table;
    margin: auto;
    vertical-align: middle;
    padding-top: 20px;
}
.ft-sep span{
    width: 2px;
    height: 50px;
    background-color: #ffffff;
    display: table-cell;
}
.logo-wt{
    text-align: right;
}


a#submit { z-index: 1; }

.copy-text span{
    width: 100%;
    float: left;
}

.ft-contact{
    border: 2px solid #F05531;
    padding: 15px 10px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #F05531;
}
.ft-contact .ft-tel{
    font-size: 32px;
    margin-bottom: 10px;

}
.ft-contact a{
    color: #F05531;
    text-decoration: none;
}

.wpcf7-select option{
    background-color: #F05531;
    color: white;
}

@media only screen and (max-width: 1340px) {
    .wrapper-block-outer{
        padding-top: 150px;
    }
}
@media only screen and (max-width: 640px) {
    .wrapper{
        position: relative;
        height: 100%;
    }
    .wrapper-block{
        position: relative;
        width: auto;
    }
    .wrapper-block-outer{
        background-position: initial;
        background-size: cover;
        padding-bottom: 0px;
    }
    .head-logo{
        padding-top: 50px;
    }
    .site-work{
        padding: 2rem;
    }
    .site-work h2{
        font-size: 28px;
        line-height: 26px;
        margin-right: 0px;
    }
    .site-work p {
        margin-right: 0px;
    }
    .head-logo h1{
        font-size: 38px;
        line-height: 42px;
    }
    .site-info{
        display: block;
    }
    .site-phone, .site-contact{
        width: 100%;
    }
    .site-phone{
        font-size: 30px;
        border-bottom: 2px solid #ffffff;
        padding-bottom: 10px;
        text-align: center;
    }
    .site-contact{
        border: none;
        padding-top: 10px;
    }
    .site-copy{
        text-align: center;
    }
    .row .row .col-12.col-md-6.d-flex{
        width: auto;
        margin: auto;
    }
    .main-footer label span{
        max-width: 130px;
    }

    .ft-sep span{
        height: 2px;
        width: 300px;
        max-width: 320px;
    }
    .container #contact_submit{
        font-size: 14px;
    }
    .copy-text{
        text-align: center;
    }
    .copy-text span{
        width: 100%;
        float: left;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 420px) {
    .contact-form input[type=checkbox]{
        top: -20px;
    }
}</pre></body></html>