/***** RESET ******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
h3 {
    color: black;
    font-family: "PT Sans";
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
}
.clr {
    float: none;
    clear: both;
    width: 100%;
}
strong, b {font-weight: bolder;}
a:hover {text-decoration: none;}
a:focus, a:link {outline: none;}
/*********************************************/
html {
    height: 100%;
    font-family: "Museo Cyr";
    -webkit-font-smoothing: antialiased;
}
.page-wrap {
    margin: 0 auto;
    position: relative;
    width: 1180px;
    height: 100%;
}
.table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.table-wrap {
    width: 1200px;
    margin: 0 auto;
}
.tr {
    display: table-row;
    height: 100%;
}
.td {
    display: table-cell;
    padding: 10px;
    vertical-align: top;
    height: 100%;
}
.float-center-block {
    display: inline-block;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform:  translate(-50%, -50%);
    -webkit-transform:  translate(-50%, -50%);
    -o-transform:  translate(-50%, -50%);
    -ms-transform:  translate(-50%, -50%);
    transform:  translate(-50%, -50%);
}
.content-wrap {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

/*.title {
    color: #3e3e3e;
    font-family: als_syysscriptregular, cursive;
    font-size: 36px;
    line-height: 30px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}*/
h1 {
    font-size: 36px;
    line-height: 43px;
    text-align: center;
}
h2 {
    color: #262626;
    font-family: "Museo Cyr";
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 33px;
}
h3 {
    color: black;
    font-family: "Museo Cyr";
    font-size: 16px;
    line-height: 19px;
    margin-top: 27px;
}
h4 {
    opacity: 0.6;
    color: white;
    font-size: 13px;
    line-height: 15px;
}
h1:after, h2:after, h3:after {
    content: "";
    display: block;
    border: 1px solid #ff3838;
    width: 50px;
    margin: 23px auto 32px;
}
.subtitle {
    text-align: center;
    width: 400px;
    margin: 0 auto;
}
p {
    color: #262626;
    font-family: "Museo Cyr";
    font-size: 14px;
    line-height: 21px;
padding-bottom: 9px;
}
li{
    color: #262626;
    font-family: "Museo Cyr";
    font-size: 14px;
    line-height: 21px;
}
tr td{
    border: 1px solid #dadada;
    padding: 6px 8px;
}
.td-border {
    width: 100%;
    height: 100%;
}
.wall-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/******************************************************/
#header {
    height: 64px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.24);
background-color: #ffffff;
    top: 0;
    left: 0;
    right: 0;
}
#header .logo {
    float: left;
    padding: 5px 0;
}
#header .logo.right{
	float: right;
	margin-left: 20px;
}
#header .top-menu {
    float: right;
    list-style: none;
}
#header .top-menu > li {
    display: inline-block;
    line-height: 59px;
    margin-left: 16px;
}
#header .top-menu > li > a {
    color: #000000;
    font-family: "Museo Cyr";
    font-size: 16px;
    line-height: 15px;
    padding: 5px 0;
    letter-spacing: -0.4px;
}
#header .top-menu > li.active > a, #header .top-menu > li > a:hover {
    border-bottom: 1px solid #c49a70;
}
/********************************************/
.index-header {
/*     background: url("/images/index-header.jpg") no-repeat center top / cover; */
    height: 798px;
    color: #fff;
    position: relative;
    z-index: -1;
}
.index-header .float-center-block {
box-shadow: 0 2px 28px rgba(0, 0, 0, 0.16);
border-radius: 8px;
background-color: #373737;
opacity: 0.89;
    padding: 54px 59px;
}
.float-center-block h4{text-align: center}

/*********/
.index-service {
    padding: 65px 0;
}
.index-service .table {
    width: auto;
    margin: 64px auto;
}
.index-service .td {
    width: 420px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all 0.3s ease 0s;
}
.index-service .td-border {
    border: 1px solid black;
    padding: 54px 63px 76px 63px;
    transition: all 0.3s ease 0s;
}
.index-service .td p {text-align: left;}
.index-service-img {
    height: 56px;
    width: 46px;
    margin: 0 auto;
    background-position: center top;
    background-repeat: no-repeat;
}
/*
.index-service .td:hover .index-service-img {
    background-position: center bottom;
}
*/
.index-service .td:hover h2 { color: #C59A6D; }
.index-service .td:hover .td-border{
    border-color: #C59A6D;
    padding: 74px 63px 96px 63px;
}
.index-service .td:hover {
    padding-top: 10px;
    padding-bottom: 10px;
}
/************/
.index-blueblock {
    background-image: url("/images/index-blueblock-bg.jpg");
    padding: 5% 0 6%;
}
.index-blueblock h2 {
    color: #fff;
}
.index-blueblock p {
    color: #fff;
    text-align: center;
    padding: 0 400px;
}
/**************/
.index-lastnews {
    padding: 65px 0;
}
.index-lastnews .table {
    margin: 64px auto;
}
.index-lastnews .td {
    text-align: center;
}
.index-lastnews .td-border {
    border: 1px solid #979797;
    padding: 0px 18px 32px;
    overflow: hidden;
}
.index-lastnews .td-border img {
    margin-left: -18px;
    height: 156px;
}
.index-lastnews .td p {
    text-align: left;
    opacity: 0.43;
    color: black;
    font-size: 12px;
    line-height: 16px;
}
.index-lastnews .td-border.w200perc {
    padding: 0px 10px;
    overflow: hidden;
    position: relative;
}
.index-lastnews .td-border.w200perc img {
    min-width: 107%;
    min-height: 100%;
    width: auto;
    height: auto;

}
.index-lastnews .td-border.w200perc h3 {
    color: #fff;
    text-align: left;
    margin: 0 0 10px;
}
.index-lastnews .td-border.w200perc p {
    opacity: 0.43;
    color: white;
    font-size: 12px;
    line-height: 16px;
}
.index-lastnews .td-border.w200perc h3:after {display: none;}
.index-lastnews .td-border.w200perc .text {
    position: absolute;
    left: 0;
    right: 0;
    height: 130px;
    bottom: 0;
    background-color: rgba(39, 51, 63, 0.93);
    padding: 22px 25px;
}
.index-lastnews .td-border.multi-link {
    border: none;
    background-color: #f2f2f2;
}
.index-lastnews .td-border.multi-link h3 {
    color: black;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    margin: 15px 0;
}
.index-lastnews .td-border.multi-link h3:after {display: none;}
.index-lastnews .td-border.multi-link hr {
    color: rgba(0, 0, 0, 0.12);
}
/*****************************************************/
.testimonials {
    height: 406px;
    background-image: url("/images/footer-review-bg.jpg");
    padding-top: 85px;
    position: relative;
}
.testimonials h2 {
    color: #fff;
    margin-top: 0;
}
.testimonials .page-wrap {
    height: 200px;
}
.testimonials-content {
    height: 200px;
    position: relative;
    text-align: center;
    outline: none;
}
.testimonials-content-item {
    position: absolute;
    width: 380px;
}
.testimonials-content-auth {
    opacity: 0.35;
    color: white;
    font-family: "Museo Cyr";
    font-size: 11px;
    line-height: 21px;
    text-transform: uppercase;
}
.testimonials-content-text {
    color: white;
    font-family: "Museo Cyr";
    font-size: 14px;
    font-style: italic;
    line-height: 21px;
    margin-bottom: 30px;
}
.testimonials-content .float-center-block {
    top: 0;
    transform:  translate(-50%, 0);
}


/******************************************/
.footer-contact {
    height: 680px;
    background-color: rgba(39, 39, 39, 0.93);
    padding: 80px 0 70px;
    position: relative;
}
.footer-contact .table-wrap {width: 880px;}
.footer-contact .page-wrap {
    width: 860px;
    margin-top: 130px;
    height: auto;
}
.footer-contact .devel {
    float: right;
/*     opacity: 0.4; */
    color: white;
    font-size: 10px;
    line-height: 12px;
    margin-top: -70px;
}
.footer-contact .devel img{max-width: 140px;}
.footer-contact .copy {
    opacity: 0.5;
    color: white;
    font-size: 14px;
    font-style: italic;
    line-height: 17px;
}
.footer-contact h2, .footer-contact h4 {
    color: #fff;
    opacity: 1;
}
.footer-contact .contact-address {
    color: white;
    font-size: 14px;
    font-style: italic;
    line-height: 21px;
}
.footer-contact .td {position: relative;}
.ico-adrress {
    background: url("/images/ico-address.png") no-repeat left top;
    padding-left: 29px;
    margin-left: -29px;
    padding-bottom: 17px;
}
.input-text, .input-textarea {
    background-color: rgba(0, 0, 0, 0.19);
    opacity: 0.3;
    color: white;
    font-family: "Museo Cyr";
    font-size: 14px;
    font-style: italic;
    line-height: 17px;
    padding: 0 8px;
    box-sizing: border-box;
    border: none;
    margin-bottom: 20px;
}
.input-text {
    width: 100%;
    height: 42px;
}
.input-textarea {
    height: 84px;
    margin-bottom: 62px;
}

.input-text:focus, .input-textarea:focus {
    box-shadow: inset 0 2px 0 #c49a70;
}
.w200perc {
    width: 200%;
    padding: 6px 10px;
    box-sizing: content-box;
}
.btn.form-contact-btn {
    position: absolute;
    bottom: 0;
    right: 10px;
}
#feedback .success {
    text-align: center;
    color: green;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 14px;
}
/*************************************************/
.btn {
    color: white;
    font-family: "Museo Cyr";
    font-size: 12px;
    line-height: 14px;
    height: 42px;
    line-height: 42px;
    background-color: #ff3838;
    border-radius: 3px;
    display: inline-block;
    border: none;
    cursor: pointer;
    padding: 0 30px;
    transition: all 0.5s ease 0s;
}
.btn:hover {
    background: #222222;
    color: #ffffff;
}
.btn.form-contact-btn {border: 1px solid #c49a70;}
/***********************************************/
.fancybox-inner {height: auto !important;margin-bottom: 100px !important;}
.fancybox-nav span {top: 300px !important;}

.popup-detail {
    width: 730px;
    margin: 0 auto;
}
.popup-detail-img {
    width: 100%;
    height: auto;
    max-height: 313px;
    overflow: hidden;
}
.popup-detail-img > img {
    width: 100%;
    height: auto;
}
.popup-detail-content {
    padding: 32px 65px 60px;
    color: #51535a;
    font-size: 16px;
    line-height: 29px;
    position: relative;
}
.popup-detail-content .date {
    color: #85878d;
    font-size: 14px;
    line-height: 24px;
}
.popup-detail-content h1 {
    color: #363636;
    font-size: 24px;
    line-height: 33px;
    text-align: left;
    margin: 4px 0 20px;
}
.popup-detail-content h1:after {display: none;}
.table.table-prop {
    table-layout: auto;
    width: auto !important;
    margin: 30px 0;
}
.table-prop .td {
    padding-right: 30px;
    vertical-align: baseline;
}
.table-prop .tr-title .td {
    color: rgba(0, 0, 0, 0.44);
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
}
.table-prop .tr-value .td {
    color: #c49a70;
    font-size: 36px;
    line-height: 43px;
}
.table-prop .tr-value .font-mini {
    font-size: 15px;
    line-height: 30px;
}
/**************************************************************/
.services {
    background: #27333f;
    background: -moz-linear-gradient(left,  #27333f 0%, #27333f 47%, #eaeaea 53%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#27333f), color-stop(47%,#27333f), color-stop(53%,#eaeaea), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(left,  #27333f 0%,#27333f 47%,#eaeaea 53%,#eaeaea 100%);
    background: -o-linear-gradient(left,  #27333f 0%,#27333f 47%,#eaeaea 53%,#eaeaea 100%);
    background: -ms-linear-gradient(left,  #27333f 0%,#27333f 47%,#eaeaea 53%,#eaeaea 100%);
    background: linear-gradient(to right,  #27333f 0%,#27333f 47%,#eaeaea 53%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27333f', endColorstr='#eaeaea',GradientType=1 );
}
.services .td-detail {
    background: #eaeaea;
    padding: 20px 0 0 20px;
}
.services .td.left-menu {
    width: 391px;
    background-color: #27333f;
    padding: 103px 10px;
    position: relative;
}
.td.left-menu h4 {
    opacity: 0.3;
    color: white;
    font-family: "Museo Cyr";
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.td.left-menu li {
    display: block;
    line-height: 40px;
}
.td.left-menu li > a {
    color: #FFF;
    font-family: "Museo Cyr";
    font-size: 13px;
    line-height: 15px;
    padding: 5px 0px;
}
.td.left-menu li.active > a, .td.left-menu li > a:hover {
    border-bottom: 1px solid #C49A70;
    text-decoration: none;
}
.services .popup-detail {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
    width: 780px;
}
.services .popup-detail-content {
    padding: 32px 60px 50px;
}
.services .table.table-prop {
    margin-left: -10px;
    margin-bottom: 0;
}
.services .popup-detail .btn {
    position: absolute;
    right: 60px;
    bottom: 66px;
}
.fixed-content.fixed-top {position: fixed;}
.fixed-content.absolute-bottom {position: absolute;}
/**************************************************/
.td-banner {
    background-color: #27333f;
    position: relative;
}
.banner-name {
    margin-top: 25px;
    color: #c49a70;
    font-size: 15px;
    line-height: 40px;
}
.banner-text {
    color: white;
    font-size: 16px;
    line-height: 19px;
    margin-top: 22px;
}
.banner-price-title {
    color: rgba(255, 255, 255, 0.44);
    font-size: 12px;
    line-height: 40px;
    margin-top: 25px;
}
.banner-price-value {
    color: white;
    font-size: 36px;
    line-height: 43px;
}
.td-banner .btn-get-service {
    margin-top: 15px;
}
/*************************************/
.index-slider, .index-slider-img {
    height: 798px;
    width: 100%;
}
.index-slider .slick-dots {
    bottom: 15%;
}