.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}





@font-face {
    font-family: 'GhoticRegular';
    src: url(../fonts/GOTHIC.ttf);
    font-weight: normal;
}
@font-face {
    font-family: 'GhoticBold';
    src: url(../fonts/GOTHICB.ttf);
    font-weight: normal;
}
@font-face {
    font-family: 'GhoticBoldItalic';
    src: url(../fonts/GOTHICBI.ttf);
    font-weight: normal;
}
@font-face {
    font-family: 'GhoticItalic';
    src: url(../fonts/GOTHICI.ttf);
    font-weight: normal;
}

html, body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    position: relative;
}
body{
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-family: GhoticRegular, Arial, sans-serif;
}
.container{
    padding: 0;
}
ul{
    margin: 0 0 0 0;
}
p{
    margin: 0 0 10px 0;
}
table{
    width: 100%;
}
b, strong{
    font-weight: normal;
    font-family: 'GhoticBold', sans-serif;
}
table,
table tr,
table tr td,
table tbody,
table thead,
table tfoot,
table tr th
{
    margin:0;
    padding:0;
    background:none;
    border:none;
    border-collapse:collapse;
    border-spacing:0;
}

/*ELEMENTS*/
.d_inline_block{
    display: inline-block;!important;
}
.d_inline{
    display: inline;
}
.d_block{
    display: block;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.text_center{
    text-align: center;
}
.text_justify{
    text-align: justify;
}
a{
    text-decoration: none;
}
.animated, .animated:hover, .animated a, .animated a:hover{
    transition: all .5s ease;
}
ul.horizontal{
    display: block;
    list-style: none;
    padding: 0;
}
ul.horizontal li{
    display: inline-block;
}
.bottom_hover {
    position: relative;
    transition: all .3s ease;
    cursor: pointer;
    padding-bottom: 5px;
}
.current_lang {
    position: relative;
    transition: all .3s ease;
    padding-bottom: 5px;
}
.bottom_hover:before, .current_lang:before{
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.bottom_hover:hover:before, .current_lang:before {
    width: 100%;
    transition: all .5s ease;
}
.dark_button{
    background: linear-gradient(#48c0dc, #1a7e95);
    padding: 3px;
    cursor: pointer;
}
.dark_button, .dark_button span{
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}
.dark_button span{
    color: #fff;
    background: #2e2e2e;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 23px;
    font-family: 'GhoticBold', sans-serif;
}
.dark_button:hover{
    background: linear-gradient(#1a7e95, #48c0dc);
}
.blue_bg{
    background: #197c93;
    border-radius: 50px;
    padding: 20px 28px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
}
.info_btn{
    background: linear-gradient(to right, #1a7d94, #5eb5ca);
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-family: 'GhoticBold', sans-serif;
    padding: 19px 37px;
    cursor: pointer;
    border-radius: 50px;
    color: #fff;
    border: none;
}
.info_btn:hover{
    box-shadow: 0 0 20px #5eb5ca;
}
.pull_left{
    float: left;
}
.pull_right{
    float: right;
}
.clr{
    width: 100%;
    display: block;
    height: 0;
    clear: both;
}
.no-padding{
    padding: 0!important;
}

.sprite {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
}

.sprite-arrow_up {
    width: 97px;
    height: 97px;
    background-position: -5px -5px;
}

.sprite-gallery_left {
    width: 26px;
    height: 45px;
    background-position: -198px -5px;
}
.sprite-mail_icon_black {
    width: 25px;
    height: 19px;
    background-position: -433px -5px;
}

.sprite-mail_icon_white {
    width: 25px;
    height: 20px;
    background-position: -468px -5px;
    top: -3px;
}

.sprite-phone_icon_black {
    width: 20px;
    height: 20px;
    background-position: -433px -35px;
    top: -3px;
}

.sprite-phone_icon_white {
    width: 19px;
    height: 17px;
    background-position: -463px -35px;
}

.sprite-slider_hover {
    width: 23px;
    height: 23px;
    background-position: -112px -62px;
}

.sprite-slider_normal {
    width: 23px;
    height: 23px;
    background-position: -145px -62px;
}

.sprite-slider_right {
    width: 26px;
    height: 45px;
    background-position: -463px -62px;
}
.floor_switch .floor_item:before{
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    width: 33px;
    height: 26px;
    background-position: -155px -5px;
    top: 9px;
    right: 35px;
    content: '';
}
.floor_switch .floor_item:hover:before{
    background-position: -112px -5px;
}
.planning_block:before, .planning_block:after{
    position: absolute;
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    content: '';
}
.planning_block:before{
    width: 189px;
    height: 178px;
    background-position: -234px -5px;
    top: 0;
    right: -15px;
}
.planning_block:after{
    width: 219px;
    height: 128px;
    background-position: -5px -112px;
    bottom: -57px;
    left: 253px;
}


/*ELEMENTS*/

/*HEARERS*/
h2{
    font-size: 45px;
    line-height: 56px;
    margin: 20px 0;
    letter-spacing: 2px;
}
/*HEARERS*/

/*HEADER*/
header .top_line, header .menu_line{
    background: #1f1f1f;
    border-bottom: 1px solid #828484;
    color: #fff;
}
header .top_line .s {
    text-align: right;
    padding: 0;
    margin: 0 -75px 0 0;
}
header .top_line .s .icon {
    width: 30px;
    height: 30px;
}
header .icon-instagram {
    background-position: -101px -101px;
}
header .icon-facebook {
    background-position: -188px -14px;
}
header .top_line .s li {
    margin: 0 2px;
    vertical-align: top;
}
header .header_slider{
    background: #1f1f1f;
    color: #fff;
    position: relative;
}
header .header_slider_img{
    height: 795px;
}
header .header_slider_img:before{
    position: absolute;
    right: -365px;
    bottom: 0;
    display: inline-block;
    content: url("../images/House-Photo_1.png");
}
.desktop header .header_slider .container {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 128px;
}
header .header_slider .container .header_slider_content {
    position: relative;
}
.desktop header .header_slider .container .header_slider_content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    border-radius: 28px;
}
header .header_slider .container .header_slider_content .row-content {
    position: relative;
    z-index: 100;
}
header .header_slider .container .header_slider_content .row-3 {
    padding: 0 12px 24px 12px;
}
.mobile header .header_slider .container {
    padding: 88px 0 48px 0;
}
header .header_slider video {
    width: 100%;
}
.header_slider .top_text p{
    margin: 0;
    text-transform: uppercase;
}
.header_slider .top_text{
    margin-bottom: 46px;
}
.lang_wrp {
    margin-right: 15px;
}
.lang_wrp .lang_switch .lang_switcher{
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 16px;
    font-family: 'GhoticBold', sans-serif;
}
.lang_wrp li{
    padding-left: 5px;
}
.header_menu a{
    font-size: 15px;
    line-height: 17px;
    color: #b0b0b0;
}
.header_menu a:hover{
    color: #fff;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}
.header_slider_content{
    display: inline-block;
    text-align: center;
}
.header_slider .middle_text, .header_slider .middle_text h1 {
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    margin: 0;
}
.header_slider .small_text, .header_slider .small_text h2 {
    padding: 3px 20px;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
}
.header_slider .info_button_wrp{
    margin: 40px 0 37px 0;
    text-align: center;
}
.header_slider .contact_info_wrp a {
    text-decoration: none;
    color: #fff;
}
.header_slider .contact_info_wrp .contact_button{
    font-family: 'GhoticBold', sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}
.header_slider .contact_info_wrp li{
    padding-right: 10px;
}
.top_line{
    padding: 8px 0 6px 0;
}
.top_line .title_wrp{
    font-family: 'GhoticBold', sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin-top: 5px;
}
header .lang {
    max-width: 128px;
    float: right;
    margin-top: 5px;
}
header .menu_line{
    padding: 0 0 10px 0;
}
.logo_wrp img{
    position: relative;;
    top: 7px;
    left: -6px;
}
.menu_wrp{
    padding: 10px 0 0 0;
}
.menu_wrp .header_menu li{
    padding-right: 12px;
}
.menu_wrp .header_menu li:last-child{
    padding-right: 0;
}
.call_btn_wrp{
    position: relative;
    left: 6px;
    top: 5px;
}
/*HEADER*/

/*MAIN*/
.floor_switch_wrp .floor_ttl{
    font-size: 24px;
    line-height: 24px;
}
.floor_switch{
    list-style: none;
}
.floor_switch .floor_item{
    display: inline-block;
    position: relative;
    padding: 10px 100px 10px 10px;
    font-size: 24px;
    line-height: 24px;
    color: #646464;
    border-radius: 50px;
    cursor: pointer;
    transition:  all .5s ease;
    width: 134px;
}
.floor_switch .floor_item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    transition:  all .5s ease;
    background: #fff;
}
.floor_info_wrp .floor_info_block{
    text-align: center;
    border-radius: 24px;
    padding: 20px 16px 16px 16px;
    box-shadow: 0 0 50px rgba(0,0,0,.4);
    background: #fff;
    margin-bottom: 22px;
}
.floor_info_wrp .floor_info_block:last-child{
    margin-bottom: 0;
}
.floor_info_wrp .floor_info_block .fi_ttl{
    font-size: 20px;
    line-height: 20px;
    font-family: 'GhoticBold', sans-serif;
    margin-bottom: 20px;
}
.floor_info_wrp .floor_info_block .fi_text{
    font-size: 18px;
    line-height: 18px;
}
.floor_info_wrp{
    margin-top: 255px;
}
.floor_button_wrp{
    margin: 33px 0 0 20px;
}
.floor_button_wrp .floor_button{
    padding: 26px 27px;
    font-size: 19px;
    line-height: 19px;
}
.flat_row{
    margin-top: 125px;
    background: #fff ;
    background-size: cover;
    position: relative;
}
.flat_row .container {
    position: relative;
}
.flat_row:before{
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -266px;
    content: url("../images/flat_bg.png");
}
.flat_row h2{
    margin-left: 26px;
    text-transform: uppercase;
}
.floor_switch_wrp{
    margin: 120px 0 0 10px;
}
.floor_ttl{
    font-family: 'GhoticBold', sans-serif;
    margin: 0 0 27px 23px;
}
.floor_switch li{
    padding: 0 0 18px 0;
}
.flat_img_wrp{
    position: relative;
}
.flat_img_wrp:before{
    position: absolute;
    display: inline-block;
    right: -16px;
    top: 75px;
    content: url("../images/flat_img.png");
}
.round_block{
    width: 816px;
    height: 815px;
    display: inline-block;
    text-align: center;
    padding: 180px 123px;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
    border-radius: 50%;
    margin-left: 37px;
    background: #fff;
}
.round_block > p{
    font-size: 34px;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 64px;
}
.round_block form{
    width: 100%;
}
.round_block form input[type=text],
.round_block form input[type=email] {
    border: none;
    border-bottom: 2px solid #000;
    padding: 5px 0;
    font-size: 18px;
    line-height: 18px;
    transition:  all .5s ease;
    font-family: 'GhoticBold', sans-serif;
    width: 100%;
    max-width: 400px;
    margin-bottom: 56px;
}
.round_block form input.error {
    border-color: #ff0000;
}
.round_block .form_bottom{
    margin-top: 61px;
    text-align: center;
}
.round_block .frm_info{
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
    text-align: center;
}
.round_block .frm_info a {
    text-decoration: none;
    color: #000;
}
.round_block .subm_btn, .round_block .frm_info{
    width: 50%;
}
.round_block form input[type=text]:focus, .round_block form input[type=text]:hover,
.round_block form input[type=email]:focus, .round_block form input[type=email]:hover {
    border-color: #40a7bf;
    transition:  all .5s ease;
}
.round_block form input[type=text]:hover, .round_block form input[type=text]:focus, .round_block form input[type=text]:active,
.round_block form input[type=email]:hover, .round_block form input[type=email]:focus, .round_block form input[type=email]:active {
    box-shadow: none;
    outline: none;
}
.about_row{
    margin: 127px 0 0 0;
    padding: 113px 0 375px 0;
    background: url("../images/about_bg.png") no-repeat top center;
}
.about_row h2{
    margin-bottom: 3px;
    text-transform: uppercase;
}
.ar_ttl{
    font-size: 20px;
    line-height: 22px;
    font-family: 'GhoticBold', sans-serif;
}
.about_row_text_wrp{
    margin: 273px 0 120px 70px;
}
.about_row_text_wrp p {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 35px;
}
.about_row_text_wrp, .about_row_text_wrp a, .about_row_text_wrp li {
    font-size: 22px;
    line-height: 26px;
    color: #000;
}
.about_row_text_wrp a {
    color: #004790;
}
.about_img_wrp{
    position: relative;
}
.about_img_wrp:before{
    position: absolute;
    right: -51px;
    top: 94px;
    display: inline-block;
    content: url("../images/about_img.png");
}
.about_img_wrp.v2:before{
    position: absolute;
    right: -51px;
    top: 94px;
    display: inline-block;
    content: url("../images/about-img-3.png");
}
.about_img_wrp.v3:before{
    position: absolute;
    right: -51px;
    top: 94px;
    display: inline-block;
    content: url("../images/about-img-4.png");
}
.planning_row{
    position: relative;
    top: -5px;
}
.planning_block{
    position: relative;
    top: -151px;
}
.planning_row:before{
    content: url("../images/planning_bg.png");
    position: absolute;
    top: -475px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.benefits_row{
    margin: 0 0 80px 0;
}
.benefits_row h2{
    line-height: 70px;
    margin-bottom: 65px;
    margin-top: 0;
    text-transform: uppercase;
}
.benefits_row .benefits_item{
    text-align: center;
    padding: 0 24px;
    margin-bottom: 32px;
    min-height: 372px;
}
.benefits_row .benefits_item .bi_ttl{
    font-family: 'GhoticBold', sans-serif;
    font-size: 23px;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 12px;

}
.benefits_row .benefits_item:before{
    position: relative;
    display: inline-block;
    content: '';
    text-align: center;
    border-radius: 50%;
    margin: 0 0 37px;
    width: 125px;
    height: 125px;
    background: linear-gradient(#6ac4d9, #197c93);
}
.benefits_row .benefits_item .img {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 27px;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.benefits_row .benefits_item .pi_text{
    font-size: 16px;
    line-height: 24px;
}
.gallery_row{
    padding: 0;
    background-color: #1f1f1f;
}
.gallery_row .row {
    margin: 0;
    position: relative;
}
.gallery_row h2{
    color: #38a4bd;
    margin: 52px 0 45px 0;
    text-align: center;
}
.gallery_row p{
    color: #fff;
    font-size: 25px;
    margin-bottom: 21px;
    margin-left: 87px;
}
.gallery_row .container {
    position: relative;
}
.gallery_row .col-lg-12 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.gallery_row .images {
    margin: 137px 0 0 0;
    overflow: hidden;
}
.gallery_row .images .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 100%;
}
body .gallery_row .images .owl-nav button {
    background-color: #636363;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    outline: none;
}
.gallery_row .owl-nav span {
    width: 26px;
    height: 45px;
    background-position: -198px -5px;
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    color: transparent;
}
.gallery_row .owl-nav .owl-prev span {
    margin: 0 32px 0 0;
}
.gallery_row .owl-nav .owl-next span {
    background-position: -463px -62px;
    margin: 0 0 0 32px;
}
.gallery_row .images .owl-nav .owl-prev {
    float: left;
    margin-left: -50px;
    text-align: right;
}
.gallery_row .images .owl-nav .owl-next {
    float: right;
    margin-right: -50px;
    text-align: left;
}
.gallery_row img {
    width: auto!important;
    max-width: 100%;
    margin: 0 auto;
}
.news_row .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
}
.news_row .owl-theme .owl-dots .owl-dot {
    opacity: 1;
    border: 1px solid #000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 3px;
}
.news_row .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 auto;
    background-color: #000;
}
.news_row .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #696969;
}
.news_row{
    padding-top: 60px;
    background: #eceeee;
}
.news_row h2{
    margin-bottom: 38px;
    text-transform: uppercase;
}
.news_items_wrp .news_item{
    width: 33.33333%;
    text-align: center;
    display: inline-block;
}
.news_items_wrp .owl-item .news_item {
    float: none;
    width: 100%;
}
.news_items_wrp {
    padding-top: 4px;
    text-align: center;
}
.news_items_wrp .news_item img{
    width: 100%;
    height: auto;
    border: 15px solid #00A733;
transition: all .5s ease;
}
.news_items_wrp .news_item img:hover {
    border-color: #07E24A;
}
.hrow {
float: none; margin: 0 auto; text-align: center;
}
.news_items_wrp .news_item p{
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 28px;
}
.news_items_wrp .news_item p a {
    color: #000;
}
.news_items_wrp .news_item_content{
    padding: 30px 20px 30px 20px;
    display: inline-block;
}
.contacts_row{
    background: linear-gradient(#eceeee, #fff);
    padding: 73px 0 160px 0;
}
.contacts_row .cr_bg{
    background: transparent url("../images/map.png") no-repeat -10px 181px;
}
.contacts_row h2{
    margin-bottom: 0;
    text-transform: uppercase;
}
.contacts_row .cr_ttl{
    font-size: 21px;
    line-height: 24px;
    margin: 10px 0 37px 0;
    font-family: 'GhoticBold', sans-serif;
}
.contacts_row .cr_info{
    font-family: 'GhoticBold', sans-serif;
}
.contacts_row .cr_info li{
    padding: 0 15px;
    font-size: 16px;
    line-height: 18px;
}
.contacts_row .cr_info li a {
    color: #000;
}
.contacts_block{
    margin-top: 855px;
}
/*MAIN*/

/*FOOTER*/
footer{
    background: #1f1f1f url("../images/footer_bg.png") no-repeat top center;
    background-size: cover;
    color: #fff;
    padding: 44px 0 30px 0;
}
footer .logo_col_wrp img{
    padding-left: 6px;
    max-width: 352px;
}
footer .logo_col_wrp p{
    margin-top: 8px;
    font-size: 16px;
    line-height: 19px;
    padding-left: 33px;
}
footer .info_col_wrp{
    padding: 4px 0 0 54px;
    text-align: center;
}
footer .info_col_wrp p{
    font-size: 16px;
    line-height: 19px;
}
footer .news_col{
    padding: 4px 0 0 62px;
    text-align: right;
}
footer .news_col p{
    text-transform: uppercase;
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 25px;
    text-align: right;
}
footer .news_col form input[type='text'], footer .news_col form input[type='email'] {
    font-size: 12px;
    line-height: 12px;
    padding: 4px 0;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #6ad0e8;
    background: transparent;
    color: #fff;
    width: 100%;
    max-width: 165px;
}
footer .news_col form input.error {
    border-color: #FF0000;
}
footer .news_col form .info_btn{
    margin-top: 30px;
    font-size: 13px;
    line-height: 13px;
    padding: 8px 14px;
}
footer .sm_ttl{
    margin: 53px 0 20px 0;
}
footer .sm a{
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}
footer .sm li{
    padding-right: 5px;
    vertical-align: top;
}
/*FOOTER*/
.menu_button{
    display: none;
    width: 40px;
    z-index: 101;
}
.menu_button span{
    width: 40px;
    height: 3px;
    display: block;
    position: relative;
    margin: 8px 0;
    background: #ffffff;
}
.menu_button:hover span{
    background: #fff;
}
.menu_wrp .lang_switcher_mob{
    padding-bottom: 10px;
    text-align: right;
    border-bottom: 1px solid #fff;
    display: none;
}
.menu_wrp .title_wrp_mob{
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    border-bottom: 1px solid #fff;
    display: none;
}
.menu_wrp .lang_switcher_mob .lang_switcher{
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
#building img, #building svg {
    position: absolute;
    top: 76px;
    left: -37%;
    max-width: 1010px;
}
#building svg {
    top: -96px;
}
#building .clear {
    display: none;
}
#building svg #img {
    display: block;
    opacity: 1!important;
}
#building svg image {
    opacity: 0;
}
#building svg image:hover {
    opacity: 1;
}

.post, .post p, .post li, .post a {
    font-size: 16px;
    line-height: 22px;
    color: #333;
}
.post p {
    margin: 0 0 14px 0;
}
.post a {
    color: #000;
}
.post .image {
    text-align: center;
    padding: 0 0 24px 0;
}
.post .image img {
    max-width: 100%;
    max-height: 680px;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-image: url(/themes/smart/images/icons.png);
}
.icon-facebook {
    background-position: -188px -12px;
}
.icon-instagram {
    background-position: -101px -100px;
}

.scrollup {
    width: 60px;
    height: 60px;
    opacity: 0.4;
    position: fixed;
    bottom: 40px;
    left: 18px;
    display: none;
    text-indent: -9999px;
    background: url(/themes/smart/images/icon_top.png) no-repeat;
}

/*ADAPTIVE*/
@media screen and (max-width: 1720px){
    #building img, #building svg {
        left: -20%;
        max-width: 120%;
    }
#building svg {
    top: -92px;
}
.floor_switch li {
    padding: 0 0 12px 0;
}
}
@media screen and (max-width: 1480px){
    #building img, #building svg {
            left: -12%;
	    max-width: 120%;
    }
}
@media screen and (max-width: 1420px){
    h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .flat_row {
        margin-top: 58px;
    }
    .floor_switch li {
        padding: 0 0 14px 0;
    }
    .floor_switch_wrp {
        margin: 132px 0 0 10px;
    }
    .floor_info_wrp {
        margin-top: 138px;
    }
    .about_row_text_wrp p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 28px;
    }
    .round_block {
        width: 680px;
        height: 680px;
        padding: 133px 123px 90px 123px;
    }
    .round_block > p {
        font-size: 31px;
        line-height: 36px;
    }
    .info_btn {
        padding: 19px 20px;
    }
    .benefits_row .benefits_item .bi_ttl {
        font-size: 18px;
        line-height: 20px;
    }
    .benefits_row .benefits_item .pi_text {
        font-size: 14px;
        line-height: 16px;
    }
    .news_items_wrp .news_item p {
        font-size: 18px;
        line-height: 20px;
        text-transform: uppercase;
        margin-top: 24px;
    }
}
@media screen and (max-width: 1199px){
    header .top_line .s {
        margin: 0;
    }
    .call_btn_wrp{
        display: none;
    }
    .header_menu a{
        font-size: 16px;
    }
    .round_block{
        margin: 0;
    }
    .round_block{
        padding: 50px 65px;
        width: 600px;
        height: 600px;
    }
    .form_bottom .pull-left, .form_bottom .pull-right{
        float: none;
    }
    .round_block .subm_btn, .round_block .frm_info{
        width: 100%;
    }
    .round_block .form_bottom{
        margin: 0;
    }
    .round_block .frm_info{
        margin-top: 20px;
    }
    .round_block > p{
        margin-bottom: 55px;
    }
    h2, .benefits_row h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .round_block.contacts_block{
        margin-top: 600px;
    }
    footer .news_col {
        padding: 4px 0 0 0;
        text-align: center;
    }
    footer .news_col p {
        margin-bottom: 18px;
        text-align: center;
    }
    .planning_block:before, .planning_block:after{
        display: none;
        content: '';
    }
    .blue_bg {
        padding: 20px 12px;
        font-size: 13px;
    }
    header .header_slider_img:before {
        right: -303px;
        width: 1020px;
    }

    #building .col-lg-7 {
        width: 80%;
    }
    #building .col-lg-5 {
        width: 20%;
    }
    #building .col-lg-5.pull-right {
        float: none!important;
        width: 100%;
    }
    .floor_switch li {
        padding: 0;
    }
    .floor_switch_wrp {
        margin: 38px 0 0 10px;
    }
    .floor_info_wrp .floor_info_block:first-child {
        margin-bottom: 0;
    }
    .floor_info_wrp .floor_info_block:nth-child(2) {
        margin-bottom: 38px;
    }

    #building img, #building svg {
        left: 0;
        max-width: 100%;
        position: relative;
        top: 0;
        margin-top: 0;
	max-height: 600px;	
    }
    .flat_row {
        margin-top: 60px;
    }
    h2, .benefits_row h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .floor_info_wrp {
        margin-top: 52px;
        float: none!important;
        clear: both;
        text-align: center;
    }
    .floor_info_wrp .floor_info_block {
        display: inline-block;
        width: 220px;
        margin: 0 12px;
    }
    #building .clear {
        display: block;
        clear: both;
    }
    #building .col-lg-2 {
        width: 20%;
    }
    #building .col-lg-3 {
        float: none;
        width: 100%;
        margin: 68px 0 0 0;
    }

    .about_row {
        margin: 110px 0 0 0;
        padding: 86px 0 275px 0;
    }
    .gallery_row {
        height: 980px;
    }
}
@media screen and (max-width: 991px){
    .news_items_wrp .news_item {
        width: 49%;
    }
    .menu_wrp{
        text-align: right;
        position: relative;
        padding: 0;
    }
    .menu_wrp .header_menu{
        display: none;
    }
    .overlay .menu_wrp .header_menu{
        display: block;
        z-index: 101;
    }
    .menu_button{
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 0;
        cursor: pointer;
    }
    body .menu_button {
        top: 15px;
        position: fixed;
        right: 17px;
    }
    header .menu_line .container {
        width: 90%;
    }
    header .menu_line{
        padding: 0;
    }
    header .header_slider {
        padding: 40px 0 130px 0;
        height: auto;
    }
    .lang_switcher_mob, .menu_wrp .lang_switcher_mob {
        display: block;
        padding: 12px 0!important;
    }
    .menu_wrp .lang_switcher_mob .lang_switch {
        display: inline-block;
        padding: 4px 12px;
        background-color: #fff;
        color: #000;
        vertical-align: top;
        margin: 0 4px;
        border-radius: 3px;
    }
    .menu_wrp .lang_switcher_mob .lang_switch span {
        padding: 0!important;
        color: #000;
        font-size: 14px;
        line-height: 20px;
    }
    .menu_wrp .lang_switcher_mob .lang_switch .current_lang {
        color: #f90000;
        font-family: 'GhoticBold', sans-serif;
    }
    .menu_wrp .header_menu{
        z-index: 10;
        background: #197c93;
        text-align: center;
        padding: 20px 10px;
        width: 280px;
        border: 1px solid #1f1f1f;

        position: fixed;
        right: 15px;
        top: 55px;
    }
    .menu_wrp .header_menu li{
        display: block;
        width: 100%;
        padding: 8px 0 5px 24px;
        text-align: left;
    }
    .menu_wrp .header_menu li.lang_switcher_mob {
        text-align: right;
        margin-bottom: 15px;
    }
    .menu_wrp .header_menu li.title_wrp_mob {
        padding: 8px 0 18px 0;
        text-align: center;
    }
    .menu_wrp .header_menu a{
        color: #fff;
    }
    footer .logo_col_wrp img {
        padding-left: 20px;
        max-width: 230px;
    }
    footer .col-lg-4.no-padding{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .flat_row{
        margin-top: 25px;
    }
    footer .info_col_wrp {
        padding: 4px 0 0 35px;
    }

    .title_wrp {
        text-align: center;
    }
    .logo_wrp {
        margin: 8px 0 2px 0;
        text-align: center;
    }
    .logo_wrp img {
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .header_slider_content {
        display: block;
    }
    header .header_slider {
        padding: 40px 0 32px 0;
        height: auto;
        z-index: 9;
    }
    .header_slider .info_button_wrp {
        text-align: center;
    }
    .contact_info_wrp.text_left {
        text-align: center;
    }
    .contact_info_wrp.text_left li {
        margin: 0 8px;
    }
    .flat_row h2 {
        margin-left: 0;
        text-transform: uppercase;
        text-align: center;
        font-size: 24px;
    }
    #building img, #building svg {
        margin-top: 24px;
    max-height: 500px;
    }
    #building .col-lg-7 {
        width: 85%;
    }
    #building .col-lg-2 {
        width: 15%;
    }
    .floor_switch_wrp {
        margin: 52px 0 0 10px;
    }
    .about_row_text_wrp p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 35px;
    }
    h2, .benefits_row h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .gallery_row {
        height: auto;
    }
    .gallery_row p {
        display: none;
    }
    .gallery_row .row {
        margin: 0;
    }
    .round_block > p {
        margin-bottom: 42px;
        margin-top: 48px;
        font-size: 24px;
        line-height: 36px;
    }
    footer .col-lg-4.no-padding {
        width: 50%;
    }
    footer .col-lg-4.no-padding:last-child {
        width: 100%;
        text-align: center;
    }
    .floor_switch {
        padding: 0;
    }
    .floor_ttl {
        margin: 0 0 27px -13px;
    }
}
@media screen and (max-width: 820px){
    #building .col-lg-7 {
        width: 80%;
    }
    #building .col-lg-2 {
        width: 20%;
    }
    .floor_switch .floor_item {
        padding: 6px 92px 4px 3px;
    }
    .fancybox-inner svg {
        max-width: 100%;
    }
    body {
        cursor: pointer;
    }
}
@media screen and (max-width: 767px){
#building img, #building svg {
    height: auto;
}
    .mobile header .header_slider .container {
        padding: 8px 0 28px 0;
    }

    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .header_slider_content{
        display: block;
    }
    .header_slider .small_text, .header_slider .small_text h2 {
        text-align: center!important;
    }
    .round_block {
        padding: 25px 50px;
        width: 500px;
        height: 500px;
    }
    .round_block > p {
        margin-bottom: 15px;
        margin-top: 20px;
        font-size: 30px;
        line-height: 35px;
    }
    .about_row {
        margin: 80px 0 0 0;
    }
    #building .col-lg-7 {
        display: block!important;
        width: 100%;
    }
    #building .col-lg-2 {
        display: none;
    }
    .floor_info_wrp .floor_info_block {
        display: inline-block;
        width: 192px;
        margin: 0 6px;
        padding: 25px 6px 20px 6px;
    }
    .floor_info_wrp .floor_info_block .fi_text {
        font-size: 15px;
        line-height: 18px;
    }
    .round_block.contacts_block {
        margin-top: 180px;
        margin-bottom: 52px;
    }
    .contacts_row {
        background: linear-gradient(#eceeee, #fff);
        padding: 73px 0 0 0;
    }
    .about_row {
        margin: 62px 0 0 0;
        padding: 63px 0 200px 0;
    }
    .ar_ttl {
        font-size: 16px;
        line-height: 20px;
    }
    h2, .benefits_row h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .benefits_row .benefits_item .bi_ttl {
        font-size: 20px;
        line-height: 20px;
    }
    .contacts_row .cr_ttl {
        font-size: 18px;
        line-height: 22px;
    }
    .benefits_row .benefits_item .pi_text {
        font-size: 13px;
        line-height: 18px;
    }
    .news_items_wrp .news_item p {
        font-size: 18px;
    }
    footer .col-lg-4.no-padding {
        width: 100%;
        text-align: center;
    }
    footer .col-lg-4.no-padding.row-2 {
        margin: 32px 0;
    }
}
@media screen and (max-width: 568px){
    .news_items_wrp .news_item {
        width: 100%;
    }
    .top_line{
        display: none;
    }
    header .menu_line{
        padding: 10px 0 0 0;
    }
    .header_slider .small_text br{
        display: none;
    }
    .logo_col_wrp{
        text-align: center;
    }
    footer .logo_col_wrp img{
        padding: 0;
        display: inline-block;
    }
    footer .info_col_wrp {
        padding: 4px 0 0 0;
    }
    footer .news_col {
        padding: 4px 0 0 0;
    }
    footer .logo_col_wrp p{
        padding-left: 0;
    }
    footer .news_col p{
        font-size: 17px;
        line-height: 20px;
        margin-top: 15px;
    }
    footer .sm_ttl {
        margin: 30px 0 20px 0;
    }
    h2, .benefits_row h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .round_block{
        width: auto;
        height:auto;
        border-radius: 20px;
        padding: 15px 15px 15px 15px;
    }
    .round_block > p {
        font-size: 25px;
        line-height: 30px;
    }
    .floor_switch_wrp, .floor_info_wrp{
        float: none!important;
        width: 100%;
    }
    .floor_info_wrp {
        margin-top: 50px;
    }
    .floor_ttl {
        margin: 0 0 20px 0;
    }
    .floor_switch_wrp {
        margin: 65px 0 0 10px;
    }
    .header_slider .contact_info_wrp li, .contacts_row .cr_info li{
        display: block;
        padding: 0 0 13px 0;
    }
    .flat_row h2 {
        font-size: 20px;
        margin: 0;
    }
    .floor_info_wrp .floor_info_block {
        margin-bottom: 24px!important;
    }
    .floor_info_wrp .floor_info_block:last-child {
        margin-bottom: 0!important;
    }
    .about_row {
        margin: 38px 0 0 0;
        padding: 28px 0 200px 0;
    }
    h2, .benefits_row h2 {
        font-size: 21px;
        line-height: 32px;
    }
    .header_slider .middle_text, .header_slider .middle_text h1 {
        font-size: 14px;
        line-height: 24px;
    }
    .benefits_row .benefits_item .pi_text {
        font-size: 13px;
        line-height: 15px;
    }
    .benefits_row .benefits_item .bi_ttl {
        font-size: 18px;
        line-height: 20px;
    }
    .benefits_row .benefits_item {
        padding: 0 18px;
        margin-bottom: 42px;
        min-height: auto;
    }
    .fancybox-slide--iframe {
        padding: 12px!important;
    }
}

@media(max-width: 420px) {
    .flat_row h2 {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
    }
    .floor_button_wrp {
        margin: 33px 0 0 0;
    }
    .floor_button_wrp .floor_button {
        padding: 20px 18px;
        font-size: 16px;
        line-height: 19px;
    }
    h2, .benefits_row h2 {
        line-height: 28px;
    }
    .ar_ttl {
        font-size: 15px;
        line-height: 18px;
        margin-top: 8px;
    }
    .round_block > p {
        font-size: 20px;
        line-height: 26px;
    }
    .round_block form input[type=text], .round_block form input[type=email] {
        margin-bottom: 46px;
        font-size: 16px;
    }
    body .gallery_row .images .owl-nav button {
        width: 90px;
        height: 90px;
    }
    .gallery_row .owl-nav .owl-next span {
        margin: 0 0 0 14px;
    }
    .gallery_row .owl-nav .owl-prev span {
        margin: 0 14px 0 0;
    }
    .gallery_row .col-lg-12 {
        right: 0;
    }
    .gallery_row h2 {
        color: #38a4bd;
        margin: 19px 0 45px 0;
        text-align: center;
    }
    .gallery_row .images {
        margin: 0 0 0 0;
        overflow: hidden;
        padding: 78px 0 0 0;
    }
    .news_row h2 {
        margin-bottom: 0;
        text-transform: uppercase;
    }
    .contacts_row .cr_ttl {
        font-size: 15px;
        line-height: 18px;
    }
    .round_block > p {
        font-size: 18px;
        line-height: 26px;
    }
    .benefits_row .benefits_item:before {
        margin-bottom: 12px;
    }
    .benefits_row .benefits_item:before {
        width: 100px;
        height: 100px;
    }

    header {
        padding: 50px 0 0 0;
    }
    .logo_wrp img {
        max-width: 100px;
    }
    header .menu_line {
        padding: 6px 0 0 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 101;
        -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
        height: 50px;
    }
    body .menu_button {
        top: 7px;
    }
    .logo_wrp {
        margin: 0 0 2px 0;
        text-align: center;
    }
    .menu_button {
        top: 5px;
    }
    .menu_button span {
        margin: 7px 0;
    }
}
/*ADAPTIVE*/

.breadcrumbs {
    padding: 28px 0 32px 0;
}

.overlay {
    position: relative;
}
.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 99;
}

@media(min-width: 980px) {
    body .fancybox-toolbar {
        right: 73px;
        top: 57px;
        opacity: 1;
        visibility: visible;
    }
}
body .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}