<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);

@import url(//fonts.googleapis.com/css?family=Dosis:400);
@import url(//fonts.googleapis.com/css?family=Dosis:600);
@import url(//fonts.googleapis.com/css?family=Open Sans:400);
@import url(//fonts.googleapis.com/css?family=Open Sans:700);

html {
    width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background: #fafafa;
    color: #848487;
    font: 16px/24px  'Open Sans', sans-serif;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 24px;
}

input {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    color: #3c3c3c;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

h2 {
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    padding-top: 71px;
    margin-bottom: 27px;
}

h3 {
    font-size: 30px;
    line-height: 48px;
    padding-top: 66px;
    margin-bottom: 20px;
}

.page1 h3 {
    margin-bottom: 24px;
    padding-top: 67px;
}

h3.h3__head1 {
    margin-bottom: 27px;
}

/****Lists****/


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

.list {
    margin-top: -6px;
}

.list li {
    padding-left: 21px;
    background: url(../images/marker.png) 0 11px no-repeat;
}

.list  li+li {
    margin-top: 12px;
}

.list1 {
    padding-top: 9px;
}

.list1 li {
    position: relative;
    padding-left: 30px;
}

.list1 li+li{
    margin-top: 12px;
}

.list1 li:after {
    position: absolute;
    content: 'ď';
    left: 0;
    top: 0;
    color: #009D51;
    font: 16px/24px 'FontAwesome';
}

/****Links****/


a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #009D51;
}

.btn {
    display: inline-block;
    color: #fff;
    border-radius: 20px;
    background-color: #009D51;
    font-weight: 600;
    padding: 4px 30px;
    margin-top: 19px;
}

.btn:hover {
    color: #fff;
    background-color: #45495b;
}
/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 16px;
    margin-top: 7px;
}



.fleft {
    float: left;
    width: auto !important;
    margin-right: 30px;
    margin-bottom: 0px;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.align__center {
    text-align: center;
}
.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.italic {
    font-style: italic;
}


/*header*/

header {
    display: block;
    position: relative;
   
}


header h1 {
    position: relative;
    text-align: center;
    float: left;
    z-index: 990;
}


header h1 a {
    display: inline-block;
    overflow: hidden;

    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}

/****Banner****/



/****Content****/

.content {
    padding-bottom: 0;
}

.content_white {
    padding-bottom: 93px;
    background-color: #fff;
}

.page  .content_white {
    padding-bottom: 75px;
}

.white__1 {
    padding-bottom: 85px !important;
}

.content_gray {
    background-color: #d0d2d5;
    padding-bottom: 80px;
}

/****Content contacts****/
.content_contacts {
    background: url(../images/bot_img.jpg) center bottom no-repeat;
    border-top: 3px solid #009D51;
    color: #eee;
    padding: 92px 0 91px;
    font-size: 18px;
    line-height: 30px;
}

.contacts_title {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 15px;
}

.contacts_title  span {
    position: relative;
    top: -6px;
    display: inline-block;
    padding-right: 20px;
    font: 48px/36px 'Open Sans', sans-serif;
}

.content_socials {
    padding-top: 2px;
    overflow: hidden;
}

.content_socials .fa{
    border-radius: 500px;
    color: #fff;
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 62px;
    font-size: 46px;
    background-color: #d0d2d5;
    text-align: center;
}

.content_socials .fa+.fa {
    margin-left: 34px;
    font-size: 42px;
}

.content_socials .fa+.fa +.fa+.fa {
    font-size: 48px;
}

.content_socials .fa:hover {
    background-color: #009D51;
}

/****Gallery****/

.gallery {
    padding-top: 80px;
    overflow: hidden;
}

.gallery .clear {
    height: 23px;
}

.gallery  em {
    font-style: italic;
    display: block;
}

.gallery_item {
    background: #009D51 url(../images/magnify.png) center center no-repeat;
    display: block;
    position: relative;

}

.gall_title {
    padding: 20px 0 1px;
    margin: 0 55px 13px;
    font: 600 30px/40px 'Open Sans', sans-serif;
    color: #45495b;
    border-bottom: 1px solid #8d8e8f;
}

.gallery_item img {
    box-shadow: 0 0 0 #fff;
    width: 100%;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.gallery_item:hover img {
    opacity: 0.2;

}

.gall_item1 {
    display: block;
    position: relative;
}

.gall_item1:hover  span {
}

.gall_item1 .gal_caption {
    top: auto;
    position: absolute;
    display: block;
    padding: 10px 23px 14px;
    bottom: 25px;
    left: 0;
    z-index: 5;
    color: #fff;
    right: 0;
    font-style: italic;
    background: url(../images/capt_bg.png) 0 0 repeat;
}

.gall_item1 .magnify {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease; 
    height: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 5;
    background: url(../images/magnify.png) center -100px no-repeat;
}

.gall_item1:hover .magnify  {
    background-position: center bottom;
}

.gall_item1 img {
    position: relative;
    z-index: 1;
    opacity: 1 !important;
}

.g__ind1 .gall_item1 {
    margin-top: 8px;
    margin-bottom: 22px;
}


/********Blocs*******/

.block1 {
    margin-top: -5px;
}

.block1 +.block1  {
    margin-top: 42px;
}

.block1 time{
    text-transform: uppercase;
    float: left;
    padding-top: 7px;
    width: 51px;
    font: 36px/53px 'Open Sans', sans-serif;
    text-align: center;
    margin-right: 12px;
}

.block1 time .date {
    color: #62626b;
    border: 1px solid #b8b9ba;
    height: 54px;
    display: block;
    margin-bottom: 5px;
}

.block1 time .month {
    display: block;
    padding: 4px 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    background-color: #009D51;
}

.block1 a.color1 {
    display: inline-block;
    font-size: 14px;
    margin-top: 6px;
}

.block1  p {
    margin-bottom: 5px;
}

.block2 {
    padding-bottom: 107px;
    color: #fff;
    text-align: center;
    background: url(../images/block2_img.jpg) 0 0 no-repeat;
}

.block2.block2__style1 {
    padding-bottom: 67px;
    background: url(../images/block2_img1.jpg) 0 0 no-repeat;
}

.block2 em {
    font-style: italic;
    display: block;
}

.block2_title {
    padding-top: 72px;
    padding-bottom: 2px;
    margin-bottom: 13px;
    position: relative;
    font: 600 30px/40px 'Open Sans', sans-serif;
}

.block2_title:after {
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #acadab;
    content: '';
    width: 165px;
    left: 50%;
    margin-left: -82px;
}

.box {
    background-color: #f6f6f7;
    margin-bottom: 2px;
}

.box_bot {
    padding: 24px 30px 29px;
}

.box_bot p {
    margin-bottom: 5px;
}



.link1 {
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
}

.bq1 p {
    margin-bottom: 5px;
}

.bq1 .quote {
    border: 1px solid #b6b7b7;
    margin-top: 40px;
    position: relative;
    font-style: italic;
    padding: 23px 28px 24px;
}

.bq1 +.bq1  {
    margin-top: 32px;
}

.quote:after {
    content: '';
    position: absolute;
    top: -22px;
    z-index: 10;
    left: 31px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 22px 22px 0;
    border-color: transparent transparent #fff transparent;
   
}

.quote:before {
     content: '';
    position: absolute;
    top: -24px;
    left: 30px;
    width: 0px;
    z-index: 1;
    height: 0px;
    border-style: solid;
    border-width: 0 24px 24px 0;
    border-color: transparent transparent #b6b7b7 transparent;
}
/****Separators****/


.clear.sep__1 {
    height: 39px;
}

.clear.sep__2 {
    height: 28px;
}

.clear.sep__3 {
    height: 31px;
}

.clear.sep__4 {
    height: 34px;
}

/****Text styles****/
.text1 {
}

.text1 span {
}

.color1 {
    color: #009D51;
}

.color1 a:hover, a.color1:hover {
    color: #65747c;
}

.color2 {
    color: #65747c;
}

.td_underline {
    text-decoration: underline;
}

.text2 {
    font: 20px/21px 'Inder', sans-serif;
    text-transform: uppercase;
    margin-bottom: 4px;
}

/****Map****/

.map {
    overflow: hidden;
    position: relative;
}

.map .text1 {
    margin-bottom: 22px;
}

.map figure {
    padding-top: 8px;
    position: relative;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 508px;
    max-width: 100%;
}

.address1 {
    color: #000;
    display: block;
}

.address1 dt {
    margin-bottom: 24px;
}

.address1+.address1 {
    margin-top: 21px;
}

.address1 dd span {
    min-width: 102px;
    display: inline-block;
    text-align: left;
}

.address1 dd span.col1 {
    min-width: 0;
}

.socials {
    padding-top: 7px;
}

.socials a{
    display: inline-block;
    margin-bottom: 20px;
}

.socials .fa {
    position: relative;
    top: -3px;
    min-width: 36px;
    color: #009D51;
    font-size: 30px;
}

/**Footer**/

#footer {
    border-top: 3px solid #009D51;
    display: block;
    color: #818181;
    padding: 29px 0 29px;
    font-size: 14px;
}

.page1 #footer {
    border-top: 0;
}


.copyright .brand {
    font-size: 18px;
    position: relative;
    top: -2px;
    color: #797979;
    font: 22px/20px 'Open Sans', sans-serif;
}


.copyright .brand span {
    color: #333232;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 600px;
    overflow: hidden;
    width: 42px;
    height: 42px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0 #009D51;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-color: #3b3b46;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
    .extra_wrapper {
        overflow: visible;
    } 

    .gallery_caption img {
        margin-top: 38px;
    }

    .camera_prev {
        margin-left: -60px;
    }

    .camera_next {
        margin-left: 9px;
    }
}

@media only screen and (max-width: 979px) {
    
    .bq1 .fleft {
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .socials .fa {
        min-width: 25px;
    }

    .address1 dd span {
        min-width: 0;
    }

    .address1+.address1 {
        float: left;
    }

     .map figure,  
     .map figure iframe,  
     #form input,
     #form textarea,  
     #form .success {
        width: 100% !important;
        float: none !important;
    }
     #form .success {
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         -o-box-sizing: border-box;
         box-sizing: border-box;
    }

     .map figure {
     height: auto !important;
    }

    .map figure {
    	margin-bottom: 15px;
    }

    .nowrap {
        white-space: normal;
    }

    .block1_title .color2 {
        font-size: 14px;
    }

    .sep__1 {
        height: 0;
    }


    .gallery_item&gt;img {
        width: 100%;
    }

    .block3 .fleft {
        margin-bottom: 10px;
        display: block;
        float: none !important;
        margin-right: 0 !important;
    }

    #owl  {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    
    .content_contacts, .block2{
        -webkit-background-size: auto 100% !important;
        background-size: auto 100% !important;
    }

    .box {
        margin-bottom: 25px;
    }

    .list1 {
        padding-top: 0;
    }

    .list1 li {
        margin-top: 12px;
    }

    .box img {
        width: 100%;
    }

    .clear.sep__1, .clear.sep__2 {
        height: 0;
    }

    .gall_item1 img {
        width: 100%;
    }

    .gallery_item {
        margin-top: 45px;
    }

    .gallery .clear {
        height: 0;
    }

    .address1 {
        float: none;
        margin-left: 0 !important;
    }

    .address1+.address1 {
        margin-top: 30px;
    }

    .img_inner {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }



    .img_inner img {
    	width: 100%;
    }

    header h1 {
        position: relative !important;
        margin-bottom: 20px;
        float: none;
        left: 0;
        text-align: center;
    }

    header h1 a {
        max-width: 90%;
        width: auto;
        display: inline-block;
        height: auto;
    }

    .map figure iframe {
        height: 300px;
    }

    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }

    .img_inner {
        margin-top: 30px;
    }
    .none {
        clear: both;
    }

    header h1, a.footer_logo {
        margin-left: 0;
    }
}


@media only screen and (max-width: 479px) {

    .content_socials .fa + .fa {
        margin-left: 10px;
    }
}
</pre></body></html>