@font-face {
    font-family: 'Ruberoid';
    src: url("../_css/fonts/Ruberoid-Regular.eot");
    src: local("Ruberoid"), local("Ruberoid-Regular"), url("../_css/fonts/Ruberoid-Regular.eot?#iefix") format("embedded-opentype"), url("../_css/fonts/Ruberoid-Regular.woff2") format("woff2"), url("../_css/fonts/Ruberoid-Regular.woff") format("woff"), url("../_css/fonts/Ruberoid-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ruberoid Regular';
    src: local("Ruberoid Regular"), local("Ruberoid-Regular"), url("fonts/Ruberoid-Regular.woff2") format("woff2"), url("fonts/Ruberoid-Regular.woff") format("woff"), url("fonts/Ruberoid-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ruberoid Medium';
    src: url("../_css/fonts/Ruberoid-Medium.eot");
    src: local("Ruberoid Medium"), local("Ruberoid-Medium"), url("../_css/fonts/Ruberoid-Medium.eot?#iefix") format("embedded-opentype"), url("../_css/fonts/Ruberoid-Medium.woff2") format("woff2"), url("../_css/fonts/Ruberoid-Medium.woff") format("woff"), url("../_css/fonts/Ruberoid-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ruberoid Semi';
    src: url("../_css/fonts/Ruberoid-SemiBold.eot");
    src: local("Ruberoid Semi Bold"), local("Ruberoid-SemiBold"), url("../_css/fonts/Ruberoid-SemiBold.eot?#iefix") format("embedded-opentype"), url("../_css/fonts/Ruberoid-SemiBold.woff2") format("woff2"), url("../_css/fonts/Ruberoid-SemiBold.woff") format("woff"), url("../_css/fonts/Ruberoid-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Ruberoid Bold';
    src: url("../_css/fonts/Ruberoid-Bold.eot");
    src: local("Ruberoid Bold"), local("Ruberoid-Bold"), url("../_css/fonts/Ruberoid-Bold.eot?#iefix") format("embedded-opentype"), url("../_css/fonts/Ruberoid-Bold.woff2") format("woff2"), url("../_css/fonts/Ruberoid-Bold.woff") format("woff"), url("../_css/fonts/Ruberoid-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Ruberoid ExtraBold';
    src: url("../_css/fonts/Ruberoid-ExtraBold.eot");
    src: local("Ruberoid Bold"), local("Ruberoid-Bold"), url("../_css/fonts/Ruberoid-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../_css/fonts/Ruberoid-ExtraBold.woff2") format("woff2"), url("../_css/fonts/Ruberoid-ExtraBold.woff") format("woff"), url("../_css/fonts/Ruberoid-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat Semibold';
    src: url(fonts/Akrobat-SemiBold.eot?#iefix) format('embedded-opentype'), url(fonts/Akrobat-SemiBold.woff) format('woff'), url(fonts/Akrobat-SemiBold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Ruberoid', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    min-width: 320px;
}

body.locked {
    overflow: hidden !important;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}

a,
button {
    cursor: pointer;
}

picture {
    display: flex;
    width: 100%;
    height: 100%;
}

table {
    border-collapse: collapse;
}

p {
    margin: 0 0 15px;
}

@media (min-width: 1700px) {
    body {
        font-size: 16px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1440px;
    }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm,
.col-sm-auto,
.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,
.col-md,
.col-md-auto,
.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,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes slideRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        -ms-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}




@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        -ms-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        -ms-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.btn-primary {
    background-color: #fff;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.25s;
    color: #000;
    font-family: 'Ruberoid Semi';
    border: 0;
    letter-spacing: 0.16px;
    cursor: pointer;
}

.btn-primary:focus,
.btn-primary:hover {
    text-decoration: none;
    background-color: #234A47;
    color: #fff;
}

.btn-gray {
    background-color: #fff;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.25s;
    color: #000;
    font-family: 'Ruberoid Semi';
    border: 0;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    cursor: pointer;
}

.btn-gray:hover,
.btn-gray:focus {
    background-color: #000;
    color: #fff;
}

.btn-secondary {
    background-color: #2D2D2D;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition: 0.25s;
    letter-spacing: 0.16px;
    border: 0;
    cursor: pointer;
}

.btn-secondary:hover,
.btn-secondary:focus {
    text-decoration: none;
    background-color: #111;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 3px rgba(45, 45, 45, 0.5);
}

.btn-outline {
    border: 1px solid #234A47;
    background-color: #fff;
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.25s;
    color: #000;
    font-family: 'Ruberoid Semi';
    cursor: pointer;
}

.btn-outline:hover,
.btn-outline:focus {
    color: #fff;
    background-color: #234A47;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h2,
.section-title .h2 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.72px;
    font-family: 'Ruberoid Semi', Arial, sans-serif;
    margin: 0;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 30px;
    }

    .section-title h2,
    .section-title .h2 {
        font-size: 20px;
    }
}

.form-group {
    padding-bottom: 22px;
    position: relative;
}

.form-group label {
    display: inline-block;
    font-size: 14px;
    margin-left: 12px;
    margin-bottom: 3px;
    font-weight: 500;
}

.form-group .red-text {
    color: #C62534;
    font-size: 13px;
    position: absolute;
    left: 10px;
    top: 100%;
    display: none;
}

.form-group.red .red-text {
    display: block;
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    border-radius: 40px;
    border: 1px solid #A2A4BA;
    transition: .15s ease-in-out;
    outline: 0;
    padding: 0 12px;
    font-size: 14px;
}

.form-control:focus {
    border-color: #624B6D;
    box-shadow: 0 0 0 3px rgba(191, 147, 207, 0.3);
}

textarea {
    display: block;
    width: 100%;
    transition: .15s ease-in-out;
    outline: 0;
    padding: 12px;
    font-size: 14px;
    min-height: 115px;
    resize: vertical;
    margin-bottom: 22px;
}

textarea:focus {
    border-color: #624B6D;
    box-shadow: 0 0 0 3px rgba(98, 75, 109, 0.3);
}

textarea.form-control {
    border-radius: 20px;
}

.select-container {
    position: relative;
    display: flex;
    align-items: center;
}

.select-container .select-label {
    font-size: 14px;
    color: #555;
    margin-right: 10px;
}

.select-container .select-button {
    background-color: #fff;
    border: 1px solid #A2A4BA;
    cursor: pointer;
    font-size: 14px;
    padding: 0 32px 0 12px;
    box-shadow: none;
    height: 42px;
    width: 190px;
    position: relative;
    text-align: left;
    outline: 0;
    display: flex;
    align-items: center;
    border-radius: 40px;
}

.select-container .select-button:focus {
    border: 1px solid #00AFEC;
}

.select-container .select-button span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-container .select-button:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    border-top: 6px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transform-origin: center;
    transition: 0.3s;
}

.select-container .select-button.is-active {
    border: 1px solid #9c5b9e;
}

.select-container .select-button.is-active:after {
    transform: rotate(180deg);
}

.select-container .select-dropdown {
    list-style: none;
    width: 190px;
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 8;
    max-height: 300px;
    overflow: auto;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #C2C2C2;
    border-radius: 10px;
}

.select-container .select-dropdown li {
    position: static;
    padding: 0;
}

.select-container .select-dropdown li:before {
    display: none;
}

.select-container .select-dropdown li a {
    display: block;
    border: 0;
    line-height: 1.4;
    width: 100%;
    text-decoration: none;
    padding: 5px 12px;
    color: #121212;
    font-size: 13px;
}

.select-container .select-dropdown li a:hover {
    color: #fff;
    background: linear-gradient(89.81deg, #BF93CF 0.17%, #B8B3D9 94.11%);
}

.radio-item {
    position: relative;
    margin-bottom: 16px;
}

.radio-item input {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.radio-item input:checked~label:after {
    display: block;
}

.radio-item input:checked~label:before {
    background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%);
    border-color: transparent;
}

.radio-item label {
    display: block;
    padding-left: 29px;
    font-size: 14px;
    cursor: pointer;
}

.radio-item label small {
    display: block;
    color: #74747a;
}

.radio-item label:before {
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #888;
    position: absolute;
    left: 0;
    top: 0;
}

.radio-item label:after {
    content: '';
    background: url(image/icons/check-icon.svg) no-repeat center;
    background-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.check-item {
    position: relative;
    margin-bottom: 10px;
}

.check-item input {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.check-item input:checked~label:after {
    display: block;
}

.check-item input:checked~label:before {
    background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%);
    border-color: #B8B3D9;
}

.check-item label {
    display: block;
    padding-left: 29px;
    font-size: 14px;
    cursor: pointer;
}

.check-item label small {
    display: block;
    color: #74747a;
}

.check-item label:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #888;
    position: absolute;
    left: 0;
    top: 0;
}

.check-item label:after {
    content: '';
    background: url(image/icons/check-icon.svg) no-repeat center;
    background-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.pagination .page-item {
    margin: 0 3px;
}

.pagination .page-item.active .page-link {
    background: linear-gradient(89.81deg, #BE8FCF 0.17%, #B8B3D9 94.11%);
    color: #fff;
    border-color: #EDF0FF;
}

.pagination .page-link {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #121212;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #C7C9D9;
    border-radius: 50%;
}

.pagination .page-link:hover {
    background-color: #f8f9fa;
}

.pagination .page-link span {
    margin-bottom: 3px;
}

@supports (-webkit-backdrop-filter: blur(15px)) or (backdrop-filter: blur(15px)) {
    .main-header {
        background-color: rgba(241, 241, 241, 0.7);
        backdrop-filter: blur(15px);
    }
}


.submenu-head {
    display: flex;
}


.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    height: 60px;
    padding-left: 105px;
    padding-right: 45px;
    display: flex;
    align-items: center;
}

.main-header .modal-toggle {
    margin-left: auto;
    height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Ruberoid Bold';
    font-size: 14px;
    letter-spacing: 0.42px;
    user-select: none;
}

.header-nav {
    display: flex;
	align-items:center;
}

.header-nav > div {
    white-space: nowrap;
    position: relative;
}

.header-nav  a{
	color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
	letter-spacing: 0.28px;
    font-family: 'Ruberoid Medium';
	 font-weight: 500;
    text-decoration: none;
	display:block;
}
.header-nav .submenu-head a {
    margin-right: 30px;
	padding:10px 0;

}

.header-nav a:hover,
.header-nav a.active {
    color: #000;
    text-decoration: underline;
}


.header-nav .submenu-dropdown{
	position: absolute;
    top: 100%;
    left: -10px;
    background: transparent;
    padding: 9px 0px 0px !important;
	margin:0px !important;
	visibility:hidden;
	opacity:0;
	font-size:13px;
	min-width:200px;
}
.header-nav .has-submenu:hover .submenu-dropdown {
    max-height: 125px;
	visibility:visible;
	opacity:1;
}
.header-nav .submenu-dropdown .submenu-dropdown-inner{
	padding:10px;
	background:#fff;
}
.header-nav .submenu-dropdown div + div{
	margin-top:5px;
}


.main-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #000;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.mobile-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #000;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.nav-toggle {
    background-color: #fff;
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    height: 60px;
    width: 60px;
    margin-left: 20px;
    display: none;
}

.nav-toggle span {
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background-color: #252525;
    display: block;
    margin: 7px auto;
    position: relative;
}

.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.slide-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60px;
    background-color: #fff;
    box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.35s ease;
}

.slide-nav-content {
    height: 100%;
    overflow: hidden;
    padding: 75px 0 25px 10px;
    display: flex;
    flex-direction: column;
}

.slide-nav:hover {
    width: 220px;
}

.slide-nav:hover .main-nav {
    margin-bottom: 20px;
}

.slide-nav:hover .main-nav a {
    color: #000;
}

.main-nav {
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
}

.main-nav>div {
    white-space: nowrap;
    margin-bottom: 2px;
    position: relative;
}

.main-nav>div:after {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 0;
    background-color: #234A47;
    z-index: 1;
    transition: 0.25s;
}

.main-nav>div:hover:after {
    width: calc(100% + 10px);
}

.slide-nav:hover .main-nav>div:hover a {
    color: #fff;
}

.main-nav>div:hover a svg {
    filter: brightness(0) invert(1);
}

.main-nav a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: transparent;
    text-decoration: none;
    transition: 0.15s;
    position: relative;
    z-index: 2;
}

.main-nav svg {
    min-width: 41px;
    width: 41px;
    height: 41px;
    padding: 10px;
}

.submenu-head {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: transparent;
  text-decoration: none;
  transition: 0.15s;
  position: relative;
  z-index: 2;
}

.slide-nav:hover .submenu-head {
  color: #000;
}

.has-submenu:hover .submenu-head {
  color: #fff;
}

.has-submenu:hover svg {
    filter: brightness(0) invert(1);
}

.slide-nav:hover .has-submenu:hover .submenu-dropdown a {
  color: #000;
}

.submenu-dropdown {
    padding-left: 40px;
    padding-top: 5px;
    overflow: hidden;
    max-height: 0px;
    transition: all 0.3s;
}

.has-submenu:hover .submenu-dropdown {
    max-height: 125px;
    transition: all 0.5s;
    transition-delay: 0s;
}

.main-nav .submenu-dropdown a {
  font-size: 13px;
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.main-nav .submenu-dropdown a:hover {
  text-decoration: underline;
  color: #1d4a47;
}

.main-nav .has-submenu:after {
  bottom: auto;
  height: 41px;
}

.aside-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: auto 5px auto 0;
    text-align: center;
    flex-grow: 1;
}

.aside-social a {
    text-decoration: none;
}

.aside-social a svg {
    min-width: 41px;
    width: 41px;
    height: 41px;
    padding: 10px;
}

.slide-nav:hover .aside-social {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 10px 0 0;
    flex-grow: 0;
}

.aside-contacts {
    margin-bottom: 15px;
    margin-top: 30px;
}

.aside-contacts .hidden-desktop {
    display: none;
}

.aside-contacts .contacts-phone {
    border: 1.4px solid rgba(0, 0, 0, 0.3);
    font-family: 'Ruberoid Semi';
    border-radius: 4px;
    padding: 8px 6.5px;
    color: #000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    margin-right: 10px;
    font-size: 14px;
    writing-mode: vertical-lr;
    transform: scale(-1, -1);
    text-align: center;
}

.aside-contacts .contacts-phone:hover {
    background-color: rgba(35, 74, 71, 0.1);
}

.slide-nav:hover .aside-contacts .contacts-phone {
    writing-mode: horizontal-tb;
    transform: scale(1);
}

.aside-contacts .btn-secondary {
    display: none;
    padding: 12px;
    white-space: nowrap;
    width: calc(100% - 12px);
    margin-top: 15px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
}

.slide-nav:hover .aside-contacts .btn-secondary {
    display: block;
}

.aside-lang {
    display: flex;
}

.aside-lang a {
    display: block;
    padding: 8px 0;
    font-family: 'Ruberoid Semi';
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    margin-right: 10px;
    display: none;
    font-size: 12px;
    text-transform: uppercase;
    width: 36px;
    text-align: center;
}

.aside-lang a:hover {
    background-color: #234A47;
    color: #fff;
}

.aside-lang a.active {
    border: 1.4px solid rgba(0, 0, 0, 0.3);
    display: block;
    cursor: auto;
    pointer-events: none;
}

.slide-nav:hover .aside-lang a {
    display: block;
}

.slide-nav-close {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 75px;
    left: 24px;
    background: rgba(35, 74, 71, 0.1) url(image/icons/close-icon.svg) no-repeat center;
    background-size: 52%;
    border: 0;
    outline: 0;
    transition: 0.25s;
    cursor: pointer;
    border-radius: 4px;
    display: none;
}

@media (min-width: 1200px) and (max-height: 800px) {
    .aside-contacts .contacts-phone {
        display: none;
    }

    .slide-nav:hover .aside-contacts .contacts-phone {
        display: block;
    }
}

@media (max-width: 1199px) {
    .main-header {
        padding-left: 90px;
        padding-right: 30px;
    }

    .main-logo {
        justify-content: flex-start;
        padding-left: 20px;
    }

    .main-header .modal-toggle {
        width: 60px;
        font-size: 0;
        padding: 0;
        background: #fff url(image/icons/phone-icon.svg) no-repeat center;
        background-size: 24px;
    }

    .slide-nav {
        width: 400px;
        left: auto;
        right: 0;
        height: 100%;
        max-height: 100vh;
        min-height: 100vh;
        overflow-y: auto;
        transform: translateX(150%);
    }

    .slide-nav-content {
        height: auto;
        padding: 136px 15px 100px 25px;
    }

    .slide-nav.active {
        transform: translateX(0);
    }

    .slide-nav:hover {
        width: 400px;
    }

    .slide-nav:hover .main-nav {
        margin-bottom: 0;
    }

    .main-nav {
        order: 2;
        margin-left: -10px;
    }

    .main-nav a {
        font-size: 16px;
        color: #000;
    }

    .main-nav>div:after {
        display: none;
    }

    .slide-nav:hover .main-nav>div:hover a {
        color: #111;
    }

    .main-nav>div:hover a svg {
        filter: brightness(100%);
    }

    .aside-contacts {
        order: 4;
        margin-top: 5px;
    }

    .aside-contacts .contacts-phone {
        writing-mode: horizontal-tb;
        transform: scale(1);
    }

    .aside-contacts .btn-secondary {
        display: block;
    }

    .aside-lang {
        position: absolute;
        top: 75px;
        right: 15px;
    }

    .aside-lang a {
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding: 1px 0 0;
        height: 36px;
    }

    .slide-nav .aside-social {
        order: 3;
        flex-direction: row !important;
        justify-content: flex-start !important;
        text-align: left;
        margin: auto 0 0 -10px !important;
    }

    .aside-social a {
        margin-right: 5px;
    }

    .aside-social a svg {
        width: 44px;
        height: 44px;
        min-width: 44px;
        padding: 10px;
    }

    .aside-social a:last-child svg {
        width: 46px;
        height: 46px;
        min-width: 46px;
        padding: 9px;
    }

    .nav-toggle {
        display: block;
    }

    .slide-nav-close {
        display: block;
    }

    .mobile-logo {
        display: flex;
    }

    .main-nav span {
      color: #000;
    }

    .has-submenu:hover svg {
      filter: brightness(100%);
    }

    .has-submenu:hover .submenu-dropdown,
    .submenu-dropdown {
      max-height: none;
      padding-top: 0;
      padding-bottom: 5px;
      margin-top: -5px;
    }
}

@media (max-width: 991px) {
    .header-nav a {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .header-nav {
        opacity: 0;
    }

    .slide-nav .header-nav {
        order: 2;
        opacity: 1;
		align-items:flex-start;
    }

    .slide-nav .header-nav {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .slide-nav .header-nav .submenu-head a {
        font-size: 16px;
		padding:2px 0;
		margin-right:0px;
    }
	
	 .slide-nav .header-nav .submenu-dropdown{
		display:none !important;
	}
	

    .main-header {
        padding-right: 0;
    }

    .slide-nav,
    .slide-nav:hover {
        width: 100%;
    }
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #323232;
}

::-webkit-scrollbar-thumb:hover {
    background: #111;
}

#page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(71, 108, 105, 0.8);
    z-index: 1;
    display: none;
}

#wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.page-content {
    flex: 1;
    padding-left: 105px;
    padding-right: 45px;
    box-shadow: inset 70px -1px 30px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .page-content {
        padding-right: 30px;
        padding-left: 30px;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .page-content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.slide-holder {
    margin-left: -45px;
    margin-right: -45px;
    margin-bottom: 60px;
    position: relative;
}

.main-slider .item {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 100px 45px;
}

.main-slider .item .slide-content {
    position: relative;
    z-index: 5;
    color: #fff;
   /* max-width: 700px;*/
}


.main-slider span[style="font-size: 36pt;"],
.main-slider .slide-content .h1,
.main-slider .slide-content h1 {
	display: block;
    text-transform: uppercase;
    font-size: 48px!important;
    font-family: 'Ruberoid Medium'!important;
    font-weight: 500;
    margin: 0 0 20px!important;
    line-height: 1.2!important;
}

.main-slider .slide-content p {
    max-width: 600px;
    margin: 0 0 20px;
}


.main-slider .slide-adress {
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: #fff;
    font-family: 'Ruberoid Medium';
    font-weight: 500;
    z-index: 5;
    font-size: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.main-slider .btn-primary,
.main-slider .btn-gray {
    font-size: 20px;
    min-width: 290px;
    letter-spacing: 0.2px;
}

.main-slider .btn-box {
    margin-top: 35px;
	display:flex;
	flex-wrap:wrap;
	gap:25px;
}

.main-slider .item:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    filter: blur(5px);
    z-index: 2;
}

.main-slider .item picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.main-slider .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.main-slider-dots,
.main-slider-nums {
    position: absolute;
}

.main-slider-dots ul,
.main-slider-nums ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.main-slider-nums {
    right: 50px;
    bottom: 50px;
}

.main-slider-nums .slick-dots li {
    margin-left: 10px;
}

.main-slider-nums .slick-dots button {
    color: #fff;
    opacity: 0.5;
    font-family: 'Ruberoid Medium';
    background-color: transparent;
    border: 0;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 2px solid transparent;
}

.main-slider-nums .slick-dots li.slick-active button {
    opacity: 1;
    border-color: #fff;
}

.main-slider-dots {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
}

.main-slider-dots .slick-dots {
    pointer-events: auto;
}

.main-slider-dots .slick-dots li {
    margin: 0 10px;
}

.main-slider-dots .slick-dots button {
    font-size: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 6px;
    height: 6px;
    background-color: transparent;
}

.main-slider-dots .slick-dots li.slick-active button {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
}

.main-slider.style-2 .item{
	align-items: flex-start;
}

.main-slider.style-2 .slide-content > p{
	text-align:center;
	color:#154945;
	font-size:36px;
	background:#fff;
	font-weight:700;
	display:block;
	padding:28px;
	line-height:1;
	font-family:'Ruberoid ExtraBold',sans-serif;
	margin:0;
	display:flex;
	justify-content:center;
	align-items:center;
}
.main-slider.style-2 .slide-content > p img{
	max-height:50px;
	width:auto;
	margin-left:16px;
}

.main-slider.style-2 .btn-box{
	margin-top:14px;
	gap:14px;
}

.main-slider.style-2 .btn-primary{
	font-weight:600;
	box-shadow:0 20px 20px rgba(0,0,0,0.3);
	color:#fff;
	background-color:#154945;
}
@media (min-width: 1199px) {
	.main-slider.style-2 .btn-primary{
		font-size:20px;
		padding:16px;
	}
}
.main-slider.style-2 .btn-primary:hover{
	background-color:#fff;
	color:#154945;
}

@media (max-width: 1399px) {

    .main-slider .btn-primary,
    .main-slider .btn-gray {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .slide-holder {
        margin-bottom: 40px;
    }

    .main-slider .item {
        height: calc(var(--vh, 1vh) * 100);
        min-height: 400px;
    }

    .main-slider .btn-primary,
    .main-slider .btn-gray {
        font-size: 18px;
    }
}

@media (max-width: 991px) {

    .main-slider .btn-primary,
    .main-slider .btn-gray {
        font-size: 16px;
    }

    .main-slider span[style="font-size: 36pt;"],
    .main-slider .slide-content .h1,
    .main-slider .slide-content h1 {
        font-size: 42px!important;
    }
}

@media (max-width: 767px) {
	.main-slider span[style="font-size: 36pt;"],
    .main-slider .slide-content .h1,
    .main-slider .slide-content h1 {
        font-size: 32px!important;
        margin-bottom: 10px!important;
    }

    .main-slider .btn-box {
        margin-top: 20px;
		flex-direction:column;
    }

    .main-slider .btn-primary,
    .main-slider .btn-gray {
        width: 100%;
       /* margin: 0 0 20px;*/
    }

    .main-slider .item .slide-content {
        max-width: 100%;
    }

    .main-slider .btn-primary,
    .main-slider .btn-gray {
        min-width: auto;
    }

    .main-slider-nums {
        top: 80px;
        bottom: auto;
        right: 30px;
    }

    .main-slider .slide-adress {
        left: 30px;
        right: 30px;
        text-align: center;
        bottom: 30px;
    }

    .main-slider-dots {
        display: none;
    }
}


.main-home-grid{
    height: 150vh;
	width:100%;
    position: relative;
    display: flex;
    flex-wrap:wrap;
    padding: 60px 0 0 0px;
	background:rgba(0, 0, 0, 0.75);
	    justify-content: center;
}

.main-home-grid .item{
	position:relative;
	width:50%;
	height:calc(50vh - 20px);
	visibility: hidden;
}

.main-home-grid .item-images{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
	z-index:1;
}
.main-home-grid .item-images img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.main-home-grid .item-images picture{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	transition:.5s;
	z-index:2;
}

.main-home-grid .item-images picture + picture{
	z-index:1;
}

.main-home-grid .item:hover .item-images picture:first-child{
	opacity:0;
}
.main-home-grid .item-google-link{
	width:40px;
	height:40px;
	position:absolute;
	z-index:4;
	right:20px;
	top:20px;
	background:#fff;
	border-radius:50%;
	padding:8px;
	overflow:hidden;
}
.main-home-grid .item-google-link i{
    width: 24px;
    height: 24px;
    display: block;
    margin: 0;
    background-color: #154945;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center;
    mask-position: center;
    transition: .3s;
	-webkit-mask-image: url(image/svg/item-marker.svg);
    mask-image: url(image/svg/item-marker.svg);
	position:relative;
	z-index:3;
}

.main-home-grid .item-google-link:hover i{
	background-color:#fff;
}

.main-home-grid .item-google-link:before{
	content:"";
	display:inline-block;
	width:42px;
	height:42px;
	position:absolute;
	z-index:2;
	top:-1px;
	right:101%;
	border-radius:50%;
	background-color:#154945;
	transition:.3s;
}

.main-home-grid .item-google-link:hover:before{
	right:-1px;
}

.main-home-grid .item-content{
	position:absolute;
	z-index:4;
	bottom:0px;
	left:0px;
	width:100%;
	min-height:97px;
	padding:24px;
	display:flex;
	flex-wrap:wrap;
	gap:24px;
	justify-content:space-between;
	background:rgba(0, 0, 0, 0.5);
	color:#fff;
	font-size:16px;
	line-height:1;
	font-weight:normal;
}
.main-home-grid .item-title{
	margin-bottom:10px;
	color:#fff;
	font:800 28px/1 'Ruberoid',sans-serif;
	
	text-transform:uppercase;
}
.main-home-grid .item-title a{
	color:#fff;
	text-decoration:none;
	
}
.main-home-grid .item a:hover .item-title{
	text-decoration:underline;
}
.main-home-grid .item-col-2{
	min-width:170px;
}

.main-home-grid .item-price-total{
	font:800 16px/1 'Ruberoid',sans-serif;
	letter-spacing:0.02em;
	margin-bottom:20px;
}
@media (max-width:767px){
	.main-home-grid {
    height: auto;
    display: block;
	padding-left:20px;
	padding-right:20px;
}

.main-home-grid .item{
	width:100%;
	height:calc(50vh - 30px);
}
.main-home-grid .item-content{
	flex-direction:column;
}
}

.grid-effect{
	padding:60px 45px;
	margin:0;
	width:calc(100% + 90px);
    position: relative;
    display: flex;
	gap:48px 40px;
    flex-wrap:wrap;
	background:#091E1D;
}
.grid-effect .item{
	position:relative;
	width:calc(50% - 29px);
	height:50vh;
	min-height:482px;
	visibility: hidden;
}
.grid-effect .item-img{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
	z-index:1;
}
.grid-effect .item-img:before,
.grid-effect .item-img:after{
	content:"";
	display:block;
	width:50%;
	height:100%;
	background:#091E1D;
	position:absolute;
	z-index:2;
	transition:.75s;
}
.grid-effect .item-img:before{
	right:50%;
	top:0px;
}
.grid-effect .item:hover .item-img:before{
	right:100%;
}
.grid-effect .item-img:after{
	top:100%;
	right:0;
}
.grid-effect .item:hover .item-img:after{
	top:-100%;
}
.grid-effect .item-img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.7s;
	transform:translateX(100px);
}
.grid-effect .item:hover .item-img img{
	transform:translateX(0px);
}
.grid-effect .item-content{
	position:absolute;
	left:0;
	width:100%;
	bottom:0px;
	z-index:5;
	padding:40px;
	color:#fff;
	font-size:16px;
	    background: rgba(0, 0, 0, 0.5);
}
.grid-effect .item-content .item-title{
	font-size:36px;
	font-weight:800;
	font-family:'Ruberoid ExtraBold',sans-serif;
}
@media (min-width:992px){
	.grid-effect .item:nth-child(4n+3) .item-content,
.grid-effect .item:nth-child(4n+4) .item-content{
	bottom:inherit;
	top:0;
}
}
@media (max-width:992px){
	.grid-effect{
		display:flex;
		gap:45px;
	}
	.grid-effect .item{
		width:100%;
	}
	.grid-effect .item-content .item-title{
		font-size:24px;
	}
}
.flats-section {
    padding-bottom: 30px;
}

.filters-head {
    background-color: #F9F9F9;
    margin-bottom: 40px;
    padding: 30px 20px;
}

.filters-head .section-title {
    text-align: right;
    margin-bottom: 30px;
}

.filters-head .col-1 {
    flex: 1;
    max-width: none;
}

.filter-item {
    position: relative;
}

.filter-item .filter-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 60px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s;
}

.filter-item:hover .filter-dropdown {
    opacity: 1;
    pointer-events: auto;
}

.filter-item .dropdown-content {
    background: #fafafa;
    box-shadow: 2px 10px 10px 0px rgba(0, 0, 0, 0.12);
    padding: 20px;
}

.filters-head .filter-label {
    width: 100%;
    border: 1px solid #234A47;
    cursor: pointer;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Ruberoid Medium';
    position: relative;
    z-index: 2;
    font-size: 18px;
}

.filters-head .filter-label:hover {
    background-color: #fff;
}

.filters-head .btn-primary {
    box-shadow: none;
    height: 60px;
    border: 1px solid #000;
    text-align: center;
    font-size: 18px;
    width: 100%;
}

.filters-head .btn-secondary {
    box-shadow: none;
    height: 60px;
    text-align: center;
    font-size: 18px;
    width: 100%;
}

.range-slider {
    margin-top: 10px;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    display: none !important;
}

.irs--flat .irs-from {
    left: 0 !important;
}

.irs--flat .irs-to {
    left: auto !important;
    right: 0 !important;
}

.irs--flat .irs-single {
    display: none !important;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before {
    display: none !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to {
    border: 1px solid #CACACA;
    background: #FFF;
    color: #6C6C6C;
    font-size: 13px;
    width: 90px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    visibility: visible !important;
    padding: 1px 0 0;
    top: -10px;
}

.irs--flat .irs-handle {
    width: 12px;
    height: 12px;
    background-color: #234A47;
    cursor: pointer;
    top: 24px;
}

.irs--flat .irs-handle i {
    display: none !important;
}

.irs--flat .irs-bar {
    height: 2px;
    top: 29px;
    background: #D9D9D9;
}

.irs--flat .irs-line {
    height: 2px;
    top: 29px;
}

.checkbox-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -10px;
}

.checkbox-item {
    position: relative;
    margin: 0 10px 10px 0;
    flex: 1;
}

.checkbox-item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.checkbox-item input:checked~label {
    background-color: #234A47;
    color: #fff;
    border-color: #234A47;
}

.checkbox-item label {
    display: block;
    border: 1px solid #CACACA;
    background: #fff;
    padding: 5px 12px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}

#section-select.flats-section {
    height: auto!important;
}

#flats_empty {
    padding: 50px 0 80px;
    font-size: 20px;
    text-align: center;
    display: block;
    font-family: 'Ruberoid Semi', Arial, sans-serif;
}

.flats_preload {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -10px;
    background: rgba(0,0,0, 0.7);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-roller {
    position: relative;
    bottom: 10px;
    display: inline-block;
    width: 64px;
    height: 64px;
    transform: translateX(-50%);
    pointer-events: none
}

.lds-roller:not(.page-loaded) {
    opacity: 1!important;
    top: 50%;
    left: 50%!important;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    transform-origin: 32px 32px
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px
}

.lds-roller div:nth-child(1) {
    animation-delay: -36ms
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px
}

.lds-roller div:nth-child(2) {
    animation-delay: -72ms
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px
}

.lds-roller div:nth-child(3) {
    animation-delay: -108ms
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px
}

.lds-roller div:nth-child(4) {
    animation-delay: -144ms
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px
}

.lds-roller div:nth-child(5) {
    animation-delay: -.18s
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px
}

.lds-roller div:nth-child(6) {
    animation-delay: -216ms
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px
}

.lds-roller div:nth-child(7) {
    animation-delay: -252ms
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px
}

.lds-roller div:nth-child(8) {
    animation-delay: -288ms
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px
}

@keyframes lds-roller {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.flats-container {
    position: relative;
}

.flats-container .row {
    margin-left: -5px;
    margin-right: -5px;
}

.flats-container .col-lg-6 {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    height: auto;
}

.flat-item {
    position: relative;
    height: 100%;
    border: 1px solid #1c4a47;
    display: flex;
    flex-direction: column;
    padding: 10px 0 10px 10px;
}

.flat-body {
    display: flex;
}

.flat-img {
    flex: 0 0 75%;
    height: 280px;
    padding: 0 10px;
}

.flat-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.flat-img picture {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.flat-img picture img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.flat-description {
    flex: 0 0 25%;
    text-align: right;
    display: flex;
    flex-direction: column;
	position:relative;
}

.flat-description  .icon-eoselia{
	    position: absolute;
    right: 100%;
    top: 0px;
    background: #fff;
    padding: 5px;
    height: 25px;
    width: 88px;
    background: rgba(255, 255, 255, 0.75) url(../img/eoselia.svg) no-repeat center center;
    background-size: auto 15px;
    min-height: 44px;
}

.flat-description .descr-item {
    font-size: 10px;
    color: #999;
    border-bottom: 1px solid #a6a4a4;
    text-transform: uppercase;
    font-family: 'Ruberoid Semi';
    margin-right: 10px;
    padding: 5px 0;
}

.flat-description .descr-item span {
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
}

.flat-description .descr-item:last-child {
    border-bottom: 0;
}

.flat-description .descr-item:last-child span {
    font-size: 11px;
}

.flat-description .badge-link {
    color: #fff;
    background: #2d2d2d;
    text-decoration: none;
    padding: 5px 10px 5px 0;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Ruberoid Semi';
    line-height: 1.1;
    letter-spacing: 0.72px;
}

.flat-description .badge-link span {
    display: block;
    font-size: 20px;
}

.flat-footer {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.flat-footer {
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 15px;
}

.flat-footer .footer-item {
    border-right: 1px solid #a6a4a4;
    text-align: center;
    flex: 1;
}

.flat-footer a {
    text-decoration: none;
    color: #000;
}

.flat-footer a:hover {
    text-decoration: underline;
}

.flat-footer .footer-item:last-child {
    border: 0;
}

.btn-secondary.load-more {
    width: 260px;
    margin: 50px auto 0;
    display: flex;
    text-transform: uppercase;
    font-family: 'Ruberoid Bold';
    letter-spacing: 0.32px;
    padding: 16px;
}

.filters-toggle {
    width: 100%;
    border: 1px solid #234A47;
    cursor: pointer;
    height: 60px;
    justify-content: center;
    align-items: center;
    font-family: 'Ruberoid Medium';
    position: relative;
    z-index: 0;
    font-size: 18px;
    margin-bottom: 30px;
    display: none;
}

.filters-toggle img {
    margin-left: 10px;
}

@media(max-width: 1699px) {
    .filters-head .filter-label,
    .filters-head .btn-secondary {
        font-size: 16px;
    }

    .filters-head .btn-secondary {
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media (max-width: 1399px) {

    .irs--flat .irs-from,
    .irs--flat .irs-to {
        width: 70px;
    }

    .filters-head .btn-primary,
    .filters-head .btn-secondary,
    .filters-head .filter-label {
        font-size: 16px;
    }

    .flat-description .descr-item:last-child span {
        font-size: 10px;
    }
}

@media (max-width: 1199px) {
    .filter-item .dropdown-content {
        padding: 15px 12px;
    }

    .flat-img {
        flex: 0 0 65%;
    }

    .flat-description {
        flex: 0 0 35%;
    }
}

@media (max-width: 991px) {
    .filters-toggle {
        display: flex;
    }

    .filters-head {
        position: fixed;
        bottom: 0;
        transform: translateY(101%);
        left: 0;
        right: 0;
        height: 480px;
        transition: 0.25s;
        z-index: 100;
        background-color: #fff;
        margin: 0;
        overflow-y: auto;
        padding: 20px 20px 50px;
    }

    .filters-head.active {
        transform: translateY(0);
    }

    .filters-head .section-title {
        margin-bottom: 20px;
    }

    .filters-head .section-title h2,
    .filters-head .section-title .h2 {
        font-size: 20px;
    }

    .filters-head .section-title {
        text-align: left;
    }

    .filter-item .filter-dropdown {
        position: static;
        opacity: 1;
        pointer-events: auto;
        padding: 0;
    }

    .filter-item {
        border: 1px solid #234A47;
    }

    .filters-head .filter-label {
        border: 0;
        height: 42px;
    }

    .filter-item .dropdown-content {
        box-shadow: none;
    }

    .filters-head .col-1 {
        flex: 0 0 50%;
        margin-bottom: 20px;
    }

    .filters-head .col-1:last-child {
        flex: 0 0 100%;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .btn-secondary.load-more {
        width: 100%;
    }

    .filters-head .btn-primary,
    .filters-head .btn-secondary {
        padding: 15px;
        height: auto;
    }
}

@media (max-width: 575px) {
    .filters-head {
        padding-left: 15px;
        padding-right: 15px;
    }

    .filters-head .section-title h2,
    .filters-head .section-title .h2 {
        font-size: 18px;
        font-family: 'Ruberoid Bold';
    }

    .filter-item .dropdown-content {
        padding: 12px 8px;
    }

    .filter-item .dropdown-content .checkbox-item {
        margin: 0 0 8px;
        flex: 0 0 100%;
    }

    .irs--flat .irs-from,
    .irs--flat .irs-to {
        width: auto;
        padding: 2px 8px;
    }

    .filters-head .filter-label {
        font-size: 14px;
        height: 36px;
    }

    .filters-head .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .filters-head .col-1 {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

    .flat-item {
        padding: 10px 0;
    }

    .flat-footer {
        letter-spacing: 0.5px;
        font-size: 10px;
        font-family: 'Ruberoid Medium';
    }

    .flat-description .descr-item:last-child span {
        font-size: 9px;
    }
}

@media (max-width: 420px) {
    .flat-footer {
        font-size: 9px;
        white-space: nowrap;
    }

    .flat-footer a {
        padding: 0 5px;
    }
}

@media (max-width: 375px) {
    .flat-footer {
        font-size: 8px;
    }
}

.map-section {
    padding: 30px 0;
}

.map-section .section-title {
    padding-left: 45px;
}

.map-container {
    position: relative;
    height: 670px;
}

#location-map {
    height: 100% !important;
    width: 100% !important;
}

#contact-map {
    height: calc(100% + 30px) !important;
    width: calc(100% + 90px) !important;
    margin: 0 -45px -30px;
}

#contact-map iframe,
#location-map iframe{
	width:100%;
	height:100%;
}

.map-aside {
    position: absolute;
    top: 0;
    width: 470px;
    z-index: 1;
    color: #fff;
    padding: 45px 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    left: -45px;
    bottom: -30px;
}

.map-aside .section-title {
    padding-left: 0;
    text-align: left;
}

.map-aside picture {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.map-aside picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-aside.wide-aside {
    width: 520px;
    padding: 45px;
    left: 0;
    bottom: 0;
}

.map-aside.wide-aside .section-title {
    padding-left: 0;
}

.map-aside:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.86);
    z-index: 2;
}

.map-aside>* {
    position: relative;
    z-index: 3;
}

.map-aside .section-title {
    margin-bottom: 25px;
}

.map-aside .section-title p {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin: 0;
}

.map-aside .section-title p img {
    margin-right: 15px;
}

.map-aside .h4,
.map-aside h4,
.map-aside .h5,
.map-aside h5 {
    color: #A0A0A0;
    font-size: 18px;
    font-family: 'Ruberoid Medium';
    font-weight: 500;
    margin: 0 0 20px;
}

.map-aside p {
    font-size: 20px;
    font-family: 'Ruberoid Medium';
    margin: 0 0 25px;
}

.map-aside p span {
    font-size: 22px;
    font-family: 'Ruberoid Semi';
    letter-spacing: 0.66px;
}

.map-aside p a {
    color: #fff;
    text-decoration: none;
}

.map-aside p a:hover {
    text-decoration: underline;
}

.map-aside hr {
    border: 0;
    display: block;
    border-top: 2px solid #A0A0A0;
    width: 100%;
    max-width: 200px;
    margin: 0 0 25px;
}

.map-aside .btn-primary {
    margin-top: auto;
}

.map-aside table {
    width: 100%;
    font-size: 16px;
    border-top: 1px solid #fff;
    margin-top: 40px;
}

.map-aside table td {
    border-bottom: 1px solid #fff;
    padding: 30px 8px 20px;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.map-aside table .flex-box {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.map-aside table td:first-child {
    text-align: left;
}

.map-aside table td:after {
    content: '';
    width: 1px;
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 20px;
    background-color: #fff;
}

.map-aside table td img {
    margin-right: 15px;
}

.float-contacts {
    background-color: #fff;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 55px;
    bottom: 60px;
    z-index: 2;
    padding: 46px;
    width: 372px;
}

.float-contacts .h4,
.float-contacts h4,
.float-contacts h5,
.float-contacts .h5 {
    color: #545454;
    font-size: 18px;
    font-family: 'Ruberoid Medium';
    font-weight: 500;
    margin: 0 0 16px;
}

.float-contacts p {
    margin: 0;
    font-size: 20px;
}

.float-contacts hr {
    border: 0;
    display: block;
    border-top: 2px solid #545454;
    max-width: 200px;
    margin: 20px 0 25px;
}

.float-contacts a {
    color: #000;
    text-decoration: none;
}

.float-contacts p span {
    color: #545454;
}

.float-contacts a:hover {
    text-decoration: underline;
}

@media (max-width: 1536px) {
    .map-aside {
        width: 400px;
        padding: 45px 60px;
    }

    .map-container {
        height: 500px;
    }

    .map-aside p span {
        font-size: 18px;
    }

    .map-aside .h4,
    .map-aside h4,
    .map-aside .h5,
    .map-aside h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .map-aside p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .map-aside hr {
        margin-bottom: 15px;
    }

    .float-contacts {
        right: 30px;
        bottom: 30px;
    }

    .float-contacts h4,
    .float-contacts .h4,
    .float-contacts h5,
    .float-contacts .h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .float-contacts p {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    #contact-map {
        width: calc(100% + 60px) !important;
        margin: 0 -30px;
    }

    .float-contacts {
        right: 25px;
        bottom: 25px;
        width: 320px;
        padding: 30px;
    }

    .map-aside {
        width: 360px;
        padding: 45px 30px;
    }

    .float-contacts h4,
    .float-contacts .h4,
    .float-contacts h5,
    .float-contacts .h5 {
        font-size: 14px;
    }

    .float-contacts p {
        font-size: 14px;
    }

    .map-aside.wide-aside {
        width: 450px;
        padding: 30px;
    }

    .map-aside table td {
        padding: 20px 8px;
    }

    .map-aside .section-title {
        margin-bottom: 15px;
    }

    .map-aside .section-title p {
        font-size: 16px;
    }

    .map-aside table {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .map-section {
        padding: 0;
    }

    .float-contacts {
        position: static;
    }

    .map-container {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .map-aside {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        width: auto;
        padding: 30px 15px 30px 30px;
        margin: 0 -30px;
    }

    #contact-map {
        height: 400px !important;
    }

    .map-aside p span br {
        display: none;
    }

    .float-contacts {
        order: 3;
        width: auto;
        margin: 0 -30px;
    }

    .float-contacts p {
        margin-bottom: 8px;
    }

    .float-contacts hr {
        border-top: 1px solid #A0A0A0;
        max-width: 100%;
    }

    .map-aside hr,
    .float-contacts hr {
        max-width: 100%;
        border-top: 1px solid #A0A0A0;
    }

    #location-map {
        height: 400px !important;
        width: calc(100% + 60px) !important;
        margin: 0 -30px;
    }

    .map-aside.wide-aside {
        width: calc(100% + 60px);
        margin: 0 -30px;
    }

    .map-aside table {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .map-aside {
        display: block;
    }

    .map-aside {
        margin: 0 -20px;
        padding: 30px 20px;
    }

    .map-aside .section-title {
        text-align: center;
    }

    .float-contacts {
        margin: 0 -20px;
        padding: 30px 20px;
    }

    .map-section>.section-title {
        text-align: center;
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .map-aside {
        padding: 30px 20px;
    }

    .map-aside p span,
    .map-aside p {
        font-size: 14px;
    }

    .float-contacts h4,
    .float-contacts .h4,
    .map-aside .h4,
    .map-aside h4,
    .float-contacts h5,
    .float-contacts .h5,
    .map-aside .h5,
    .map-aside h5 {
        font-size: 13px;
    }

    .float-contacts {
        padding: 25px 20px 15px;
    }

    .map-aside table td:after {
        top: 15px;
        bottom: 15px;
    }
}

.double-section {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.double-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
}

.white-aside {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 600px;
    padding: 45px 60px;
    font-size: 16px;
}

.white-aside.pull-right {
    right: 0;
    left: auto;
}

.white-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dark-aside {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 600px;
    padding: 45px 60px;
    font-size: 16px;
    border-right: 2px solid #fff;
    z-index: 5;
}

.dark-aside picture {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.dark-aside img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dark-aside.pull-right {
    right: 0;
    left: auto;
    border-right: 0;
    border-left: 2px solid #fff;
}

.dark-aside.pull-right.no-border{
	border:0px !important;
}

.dark-aside:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.86);
    z-index: 1;
}

.dark-content {
    position: relative;
    z-index: 2;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.white-content .btn-primary,
.dark-content .btn-primary {
    margin-top: auto;
}

.double-section .image-holder {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 1;
}

.double-section .image-holder>* {
    position: relative;
    z-index: 2;
}

.double-section.blur-left .image-holder:after,
.double-section.blur-right .image-holder:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60%;
    z-index: 2;
}

.double-section.blur-left .image-holder:after {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0) 100%);
}

.double-section.blur-right .image-holder:after {
    right: 0;
    background: linear-gradient(-90deg, rgba(249, 249, 249, 0.96) 0%, rgba(255, 255, 255, 0.83) 38.8%, rgba(255, 255, 255, 0) 100%);
}

.double-section .image-holder picture {
    display: flex;
    width: 100%;
    height: 100%;
}

.double-section .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dark-content table {
    border: 0;
    width: 100%;
    font-size: 16px;
}

.dark-content table td {
    padding: 30px 0 3px 0;
    border-bottom: 1px solid #fff;
}

.dark-content table td:last-child {
    text-align: right;
}

.dark-content table p {
    margin: 0;
}

.dark-content table a {
    color: #fff;
    text-decoration: none;
}

.dark-content table a:hover {
    text-decoration: underline;
}

.dark-content table small {
    font-size: 13px;
}

.dark-content table hr {
    margin: 0;
}

.white-content ul,
.dark-content ul {
    list-style: none;
    padding: 0;
    margin: -10px 0 35px;
}

.white-content ul li,
.dark-content ul li {
    position: relative;
    padding-left: 24px;
    margin: 0 0 5px;
}

.white-content ul li:before,
.dark-content ul li:before {
    content: '';
    width: 14px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 0;
}

.white-content ul li:before {
    background-color: #000;
}

.dark-content ul li:before {
    background-color: #fff;
}

.dark-content h2,
.white-content h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Ruberoid Semi';
    margin: 0 0 30px;
}

.double-section .section-title {
    padding-left: 45px;
}

.float-transparent {
    position: absolute;
    top: 0;
    left: 10px;
    margin-top: 30px;
    padding: 45px;
    width: 480px;
    z-index: 3;
}

.float-transparent h2,
.float-transparent .h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 50px;
}

.float-transparent h2 a,
.float-transparent .h2 a {
    background: #FEFEFE;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 16px 24px;
    color: #000;
    text-decoration: none;
    margin: 35px 0 0 100px;
}

.steps-tree {
    position: absolute;
    left: 45px;
    top: 45px;
    width: 300px;
    z-index: 3;
}

.steps-head {
    background-color: #fff;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
    color: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Ruberoid Semi';
    font-weight: 600;
    font-size: 20px;
    padding: 5px 0;
}

.steps-body {
    padding-top: 45px;
    padding-left: 120px;
    position: relative;
}

.steps-head span {
    font-size: 48px;
    color: #000;
    margin-right: 10px;
}

.steps-tree .step-item {
    font-size: 18px;
    font-family: 'Ruberoid Semi';
    font-weight: 600;
    color: #444;
    background: #FEFEFE;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 100px;
    padding: 14px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.steps-tree .step-item span {
    font-size: 22px;
    color: #000;
    margin-right: 10px;
}

.steps-tree .step-line {
    position: absolute;
    right: 100%;
    height: 2px;
    background-color: #444;
    width: 80px;
}

.steps-tree .step-line:before,
.steps-tree .step-line:after {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.steps-tree .step-line:before {
    background-color: #000;
    width: 8px;
    height: 8px;
    right: calc(100% + 5px);
    top: calc(50% - 4px);
}

.steps-tree .step-line:after {
    width: 18px;
    height: 18px;
    border: 2px solid #444;
    right: 100%;
    top: calc(50% - 9px);
}

.steps-tree .border-1,
.steps-tree .border-2,
.steps-tree .border-3 {
    position: absolute;
    left: 30px;
    width: 2px;
    background-color: #444;
}

.steps-tree .border-1 {
    height: 68px;
    top: 0;
}

.steps-tree .border-2 {
    height: 144px;
    top: 85px;
}

.steps-tree .border-3 {
    height: 144px;
    top: 245px;
}

.document-table {
    width: 100%;
}

.document-table .row {
    margin: 0;
    flex-wrap: nowrap;
}

.document-table .row-item {
    margin-bottom: 45px;
}

.document-table .row-item:last-child {
    margin-bottom: 10px;
}

.document-table .document-format {
    padding-right: 5px;
}

.document-table .document-title {
    margin-left: auto;
    text-align: right;
    padding-left: 5px;
}

.document-table .document-name {
    text-align: right;
    color: #fff;
    font-size: 14px;
}

.document-table .document-name a {
    text-decoration: none;
    color: #fff;
}

.document-table .document-name a:hover {
    text-decoration: underline;
}

.block-attr{
	padding:50px 0 30px;
}
.block-attr .section-title{
	
}
.block-attr .section-title h2{
	text-align:center;
	color:#154945;
	padding:24px 0;
	box-shadow:2px 0 20px rgba(0,0,0,0.1);
	font-weight:bold;
	font-family:'Ruberoid Bold', sans-serif;
}
.project-attr-list{
	margin-left:-22px;
	margin-right:-22px;
}
.project-attr-list > div{
	padding-left:22px;
	padding-right:22px;
}
.project-attr-list dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin:0 0 20px;
	padding:15px 35px;
	background:#F6F6F6;
	font-size:16px;
}
.project-attr-list dt,
.project-attr-list dd{
	padding:5px;
}

@media (max-width: 1199px) {
    .dark-aside {
        padding: 30px;
        width: 400px;
    }

    .dark-content h2,
    .white-content h2 {
        font-size: 18px;
    }

    .document-table,
    .dark-content table,
    .dark-content p {
        font-size: 14px;
    }

    .document-table .document-name {
        font-size: 12px;
    }

    .document-table .document-format,
    .document-table .document-title {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .double-section .container-fluid {
        padding: 30px;
    }

    .dark-aside.pull-right,
    .dark-aside {
        width: 100%;
        border: 0;
        position: static;
    }

    .double-section .image-holder {
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .dark-content {
        width: 100%;
    }

    .dark-aside:after {
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        width: auto;
        height: auto;
    }

    .steps-tree {
        display: none;
    }

    .white-aside {
        display: block;
        position: relative;
        background-color: red;
        width: 100%;
        padding: 0;
        font-size: 14px;
    }

    .white-content {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 20px;
    }

    .float-transparent {
        position: static;
        width: 100%;
        margin: 0;
        padding: 30px;
    }

    .float-transparent h2,
    .float-transparent .h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .float-transparent h2 a,
    .float-transparent .h2 a {
        margin: 15px 0 0 50px;
    }
}

@media (max-width: 767px) {
    .double-section {
        margin: 0 -20px;
        padding: 20px 0;
    }

    .double-section .container-fluid {
        padding: 30px 20px;
    }

    .dark-aside:after {
        left: 20px;
        right: 20px;
    }

    .double-section .section-title {
        padding: 0 10px;
        text-align: center;
    }

    .dark-aside.pull-right,
    .dark-aside {
        padding: 20px;
    }
}

.features-section {
    padding-top: 30px;
}

.features-section .section-title {
    padding-left: 45px;
}

.feature-item {
    text-align: center;
    width: calc(20%);
    padding: 0 10px;
}

.feature-item .item-img {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    width: 122px;
    height: 122px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
}

.feature-item .item-img img {
    display: block;
    max-width: 66px;
}

.feature-item .item-title {
    max-width: 205px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .feature-item {
        width: 33.33%;
        margin-bottom: 30px;
    }

    .features-section .row {
        justify-content: center;
    }

    .feature-item .item-img {
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .features-section .section-title {
        text-align: center;
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .feature-item {
        width: 50%;
    }

    .feature-item .item-img {
        margin-bottom: 12px;
    }
}

.parameters-section {
    padding-top: 30px;
}

.parameters-section .section-title {
    padding-left: 45px;
}

.parameters-section .row {
    margin: 0;
}

.parameters-section .col-sm-4 {
    padding: 0;
}

.parameters-head {
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-family: 'Ruberoid Medium';
    padding: 15px 45px;
    text-transform: uppercase;
}

.parameters-body {
    border-right: 1px solid #D9D9D9;
    margin: 45px 0;
    padding: 0 45px;
}

.parameters-section .col-sm-4:last-child .parameters-body {
    border: 0;
}

.parameters-body .btn-outline {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .parameters-body {
        padding: 0 20px;
        margin: 30px 0;
    }

    .parameters-head {
        padding: 10px 20px;
        font-size: 18px;
    }

    .parameters-body .btn-outline {
        padding: 12px;
    }
}

@media (max-width: 991px) {
    .parameters-body {
        padding: 0 10px;
        margin: 20px 0;
    }

    .parameters-head {
        padding: 10px 10px;
        font-size: 14px;
    }

    .parameters-body .btn-outline {
        padding: 12px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .parameters-section .section-title {
        text-align: center;
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .parameters-body {
        padding: 0;
        border: 0;
        margin: 5px 0;
    }

    .parameters-section .col-sm-4 {
        margin-bottom: 10px;
    }

    .parameters-body .btn-outline {
        margin-bottom: 12px;
    }
}

.cards-section {
    padding: 30px 0 60px;
}

.cards-section .section-title {
    padding-left: 45px;
}

.cards-section .row {
    margin-right: -30px;
    margin-left: -30px;
}

.cards-section .col-lg-4 {
    padding-left: 30px;
    padding-right: 30px;
}

.gallery-card {
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
}

.card-img {
    height: 260px;
    position: relative;
}

.card-img .img-ovelay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 20px;
}

.card-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.card-img picture img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.card-body {
    padding: 20px 40px 40px 45px;
    position: relative;
}

.card-title {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Ruberoid Medium', Arial, sans-serif;
    margin: 0 0 10px;
    font-weight: 500;
}

.card-text {
    margin-bottom: 0;
}

.gallery-card .btn-secondary {
    position: absolute;
    left: 45px;
    top: calc(100% - 20px);
}

@media (max-width: 1399px) {
    .cards-section .col-lg-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cards-section .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-title {
        font-size: 18px;
    }

    .gallery-card .btn-secondary {
        font-size: 13px;
    }

    .card-body {
        padding: 20px 30px 40px;
    }

    .gallery-card .btn-secondary {
        left: 30px;
    }
}

@media (max-width: 991px) {
    .cards-section {
        padding: 20px 0;
    }

    .card-img {
        height: 200px;
    }

    .card-body {
        padding: 20px 15px;
    }

    .gallery-card .btn-secondary {
        position: static;
        margin-top: 15px;
        padding: 12px 5px;
        width: 100%;
    }

    .cards-section .gallery-card {
        height: 100%;
    }

    .cards-section .col-md-6 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .cards-section .section-title {
        text-align: center;
        padding-left: 0;
    }

    .card-img {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .card-img {
        height: 220px;
    }
}

@media (max-width: 420px) {
    .card-img {
        height: 200px;
    }
}

.accordion-section {
    padding: 30px 0;
}

.accordion-section .section-title {
    padding-left: 45px;
}

.accordion {
    display: flex;
    height: 600px;
    background-color: white;
}

.accordion-cell {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 33.33%;
    transition-property: width;
    transition-duration: 450ms;
    border-right: 2px solid #fff;
    cursor: pointer;
}

.accordion-cell picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.accordion-cell img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accordion-cell:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.25s;
    z-index: 2;
}

.accordion-cell:hover:after {
    opacity: 0.7;
}

.accordion-cell.expanded:after {
    opacity: 0;
}

.accordion-cell:last-of-type {
    border-right: 0;
}

.accordion-cell-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 45px;
    transition-property: opacity;
    transition-duration: 250ms;
    overflow: hidden;
    position: relative;
    z-index: 3;
    color: #fff;
    position: relative;
}

.accordion-cell-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    opacity: 0;
}

.accordion-cell-content>* {
    position: relative;
    z-index: 3;
}

.accordion-cell-content h2,
.accordion-cell-content .h2 {
    font-family: 'Ruberoid Semi';
    font-weight: 600;
    text-transform: uppercase;
    max-width: 160px;
    margin: 0 0 20px;
}

.accordion-cell-content b,
.accordion-cell-content strong {
    font-family: 'Ruberoid Semi';
    font-weight: 600;
}

.accordion-cell-content .hidden-content {
    max-width: 420px;
    opacity: 0;
    height: 100px;
    overflow: hidden;
}

.accordion-cell-content .btn-primary {
    margin-top: auto;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
    height: 60px;
    width: 70px;
    position: relative;
    white-space: nowrap;
}

.accordion-cell-content .btn-primary:hover img {
    filter: brightness(0) invert(1);
}

.accordion-cell-content .btn-primary span {
    opacity: 0;
}

.accordion-cell-content .btn-primary img {
    width: 22px;
    height: 13px;
    position: absolute;
    left: calc(50% - 11px);
    top: calc(50% - 7px);
}

.accordion-cell.expanded {
    width: 70%;
}

.expanded .accordion-cell-content h2,
.expanded .accordion-cell-content .h2 {
    max-width: none;
}

.expanded .accordion-cell-content {
    transition-property: opacity;
    transition-duration: 250ms;
    color: #000;
}

.expanded .accordion-cell-content:after {
    opacity: 1;
}

.expanded .accordion-cell-content .btn-primary img {
    opacity: 0;
}

.expanded .accordion-cell-content .btn-primary span {
    opacity: 1;
}

.expanded .accordion-cell-content .btn-primary {
    width: auto;
}

.expanded .hidden-content {
    height: auto;
    opacity: 1;
}

.accordion-cell.collapsed {
    width: 15%;
}

@media (max-width: 1536px) {
    .accordion-cell.collapsed {
        width: 25%;
    }

    .accordion-cell.expanded {
        width: 50%;
    }

    .accordion {
        height: 500px;
    }

    .accordion .hidden-content p {
        font-size: 13px;
        max-width: 380px;
    }

    .accordion-cell-content:after {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 40%, rgba(255, 255, 255, 0) 100%);
    }
}

@media (max-width: 991px) {
    .accordion {
        flex-direction: column;
        height: auto;
    }

    .accordion-cell {
        width: 100%;
        height: 200px;
        border-right: 0;
        border-bottom: 2px solid #fff;
        transition-property: height;
    }

    .accordion-cell.collapsed {
        width: 100%;
    }

    .accordion-cell.expanded {
        width: 100%;
        height: auto;
    }

    .accordion {
        height: auto;
    }

    .accordion-cell-content h2,
    .accordion-cell-content .h2 {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .accordion-cell-content {
        padding: 30px;
    }

    .accordion-cell-content:after {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .accordion-cell-content {
        padding: 20px;
    }

    .accordion-section .section-title {
        text-align: center;
        margin-bottom: 30px;
        padding-left: 0;
    }
}

.wide-section {
    height: 520px;
    position: relative;
    padding: 60px 45px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 30px -45px;
    z-index: 1;
}

.wide-section.align-right {
    justify-content: flex-end;
    margin-top: 180px;
}

.wide-section.align-right .section-content {
    margin-bottom: 0;
    transform: translateY(-120px);
    box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.wide-section>picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.wide-section>picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wide-section .section-content {
    position: relative;
    width: 550px;
    background: #FFF;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 45px;
    z-index: 2;
    transform: translateY(80px);
}

.wide-section .section-content .h2,
.wide-section .section-content h2 {
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 0.72px;
    font-family: 'Ruberoid Semi';
    font-weight: 600;
}

.wide-section .btn-primary {
    position: absolute;
    left: 45px;
    top: calc(100% - 28px);
}

@media (max-width: 1536px) {
    .wide-section {
        height: 420px;
    }

    .wide-section .section-content {
        transform: translateY(30px);
    }
}

@media (max-width: 1199px) {
    .wide-section.align-right .section-content {
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .wide-section {
        margin: 30px -20px;
        height: auto;
        padding: 30px 20px;
    }

    .wide-section .btn-primary {
        top: auto;
        left: auto;
        position: static;
    }

    .wide-section .section-content {
        width: 100%;
        transform: translateY(0);
        background-color: rgba(255, 255, 255, 0.9);
    }

    .wide-section.align-right {
        margin-top: 60px;
    }
}

/* ===== Old styles ===== */

#contact-popup,
#contact-popup-2 {
    position: fixed;
    top: 0;
    z-index: 1000;
    overflow: hidden;
}

#contact-popup:not(.open),
#contact-popup-2:not(.open) {
    opacity: 0;
    pointer-events: none;
}

#contact-popup>.bg,
#contact-popup-2>.bg {
    position: absolute;
    background: rgba(71, 108, 105, .8);
}

#contact-popup,
#contact-popup-2,
#contact-popup>.bg,
#contact-popup-2>.bg {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

#contact-popup:not(.open)>.bg,
#contact-popup-2:not(.open)>.bg {
    opacity: 0;
}

#contact-popup form,
#contact-popup-2 form {
    position: absolute;
    width: 340px;
    max-width: 90%;
    top: 50vh;
    left: 50%;
    padding: 55px 25px 25px;
    transform: translateX(-50%) translateY(-50%);
    border-color: #fff
}

#contact-popup form button,
#contact-popup-2 form button,
#contact-popup form input,
#contact-popup-2 form input,
#contact-popup form textarea,
#contact-popup-2 form textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #5a5a5a;
    
}

#contact-popup form input,
#contact-popup-2 form input,
#contact-popup form textarea,
#contact-popup-2 form textarea {
    margin-bottom: 18px;
    background: #eee;
    font-size: 14px;
    border: 0;
    font-weight: 700;
}

#contact-popup form button,
#contact-popup-2 form button {
    background: #fff;
    border: 0;
    font-weight: 700;
    font-size: 14px;
}

#contact-popup form .title>span:last-child,
#contact-popup-2 form .title>span:last-child {
    margin-bottom: 56px
}

#contact-popup form .close,
#contact-popup-2 form .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 21px;
    height: 21px
}

#contact-popup form .close:after,
#contact-popup-2 form .close:after,
#contact-popup form .close:before,
#contact-popup-2 form .close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 1px;
    height: 21px;
    background: #fff
}

#contact-popup form .close:before,
#contact-popup-2 form .close:before {
    transform: rotate(-45deg)
}

#contact-popup form .close:after,
#contact-popup-2 form .close:after {
    transform: rotate(45deg)
}

#contact-popup form>.after,
#contact-popup-2 form>.after,
#contact-popup form>.before,
#contact-popup-2 form>.before {
    position: absolute;
    width: 0;
    height: 0;
    border: 1px solid transparent;
    pointer-events: none
}

#contact-popup form>.before,
#contact-popup-2 form>.before {
    top: 0;
    left: 0
}

#contact-popup form>.after,
#contact-popup-2 form>.after {
    right: 0;
    bottom: 0
}

#contact-popup form.animate>.before,
#contact-popup-2 form.animate>.before {
    -webkit-animation-name: section-c-border-1;
    -webkit-animation-duration: .75s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: .01s;
    -moz-animation: section-c-border-1 .75s linear forwards;
    animation: section-c-border-1 .75s linear forwards
}

#contact-popup form.animate>.after,
#contact-popup-2 form.animate>.after {
    -webkit-animation-name: section-c-border-2;
    -webkit-animation-duration: .75s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: .75s;
    -moz-animation: section-c-border-2 .75s linear forwards;
    animation: section-c-border-2 .75s linear forwards;
    -moz-animation-delay: .75s;
    animation-delay: .75s
}

@keyframes section-c-border-1 {
    0% {
        width: 0;
        height: 0;
        border-top-color: inherit;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: inherit;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: inherit;
        border-right-color: inherit;
        border-bottom-color: transparent;
        border-left-color: transparent
    }
}

@keyframes section-c-border-2 {
    0% {
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: inherit;
        border-left-color: transparent
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: inherit;
        border-left-color: inherit
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: inherit;
        border-left-color: inherit
    }
}

#contact-popup form .title,
#contact-popup-2 form .title {
    font-size: 36px;
    line-height: 22px;
    letter-spacing: 4px;
    font-family: 'Akrobat Semibold';
    color: #fff;
}

#contact-popup form .title:after,
#contact-popup-2 form .title:after {
    content: '';
    position: absolute;
    top: -22px
}

#contact-popup form .title:not(.animate):after,
#contact-popup-2 form .title:not(.animate):after {
    width: 0
}

#contact-popup form .title:after,
#contact-popup-2 form .title:after {
    height: 171px
}


#contact-popup form .title>span,
#contact-popup-2 form .title>span {
    background: #5a5a5a
}

#contact-popup form .title>span,
#contact-popup-2 form .title>span {
    padding: 10px 15px;
    display: block;
    float: left;
    clear: both;
    white-space: nowrap;
    text-transform: uppercase;
    z-index: 2
}

#contact-popup form button:not(.disabled):hover,
#contact-popup-2 form button:not(.disabled):hover {
    color: #fff
}

#contact-popup form button svg,
#contact-popup-2 form button svg {
    height: 20px;
    margin-right: 15px
}

#contact-popup form button svg circle,
#contact-popup-2 form button svg circle,
#contact-popup form button svg path,
#contact-popup-2 form button svg path,
#contact-popup form button svg polygon,
#contact-popup-2 form button svg polygon {
    fill: #646464
}


#contact-popup form button:not(.disabled):hover:before,
#contact-popup-2 form button:not(.disabled):hover:before {
    background: #1c4a47
}


#contact-popup form button:before,
#contact-popup-2 form button:before {
    background: #fff
}


#contact-popup form button:not(.disabled):hover svg circle,
#contact-popup-2 form button:not(.disabled):hover svg circle,
#contact-popup form button:not(.disabled):hover svg path,
#contact-popup-2 form button:not(.disabled):hover svg path,
#contact-popup form button:not(.disabled):hover svg polygon,
#contact-popup-2 form button:not(.disabled):hover svg polygon {
    fill: #fff
}

#contact-popup form button:before,
#contact-popup-2 form button:before {
    transition: all .3s
}


#contact-popup form button:before,
#contact-popup-2 form button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%
}

#contact-popup form button:not(.disabled):hover:before,
#contact-popup-2 form button:not(.disabled):hover:before {
    width: 100%
}

#contact-popup form button,
#contact-popup-2 form button{
    transition: all 0s;
}

#contact-popup form .title:after,
#contact-popup-2 form .title:after {
    background: #fff;
}

#contact-popup form .title:after, 
#contact-popup-2 form .title:after {
    transition: all 2s;
}

.relative {
    position: relative;
}

.flex-jc-center {
    justify-content: center;
}

.flex {
    display: flex;
}

.flex-ai-center {
    align-items: center;
}

@media (min-width: 769px) {
    #contact-popup form .title:after, 
    #contact-popup-2 form .title:after {
        width: 100%;
        right: -50px
    }
}

@media (max-width: 768px) {
    #contact-popup form .title:after, 
    #contact-popup-2 form .title:after {
        height: 33vw;
        width: 22vw;
        top: 2vw;
        left: -3vw;
    }

    #contact-popup form .title>span, 
    #contact-popup-2 form .title>span {
        padding: 2vw 5vw;
    }

    #contact-popup form .title, 
    #contact-popup-2 form .title {
        font-size: 16px;
        line-height: 16px;
    }

    #contact-popup form.na-border, 
    #contact-popup-2 form.na-border {
        outline-color: #fff;
    }

    #contact-popup form,
    #contact-popup-2 form {
        padding: 15px 10px 10px
    }
    #contact-popup form .title>span:last-child,
    #contact-popup-2 form .title>span:last-child {
        margin-bottom: 25px
    }
    #contact-popup form .title,
    #contact-popup-2 form .title,
    #contact-popup form input,
    #contact-popup-2 form input,
    #contact-popup form textarea,
    #contact-popup-2 form textarea {
        font-size: 16px;
        line-height: 16px
    }
}

#banner-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99110;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#banner-popup:not(.open) {
    opacity: 0;
    pointer-events: none;
}

#banner-popup .inner {
    /*height: 90%;*/
    width: 500px;
    max-width: 90%;
    /*max-height: 500px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

#banner-popup .inner img {
    display: block;
    max-width: 100%;
}

#banner-popup .inner .img {
    display: inline-block;
}

#banner-popup .inner .details {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    color: #fff;
    background: #1c4a47;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 17px 30px 20px;
    line-height: 20px;
}

#banner-popup .inner .close {
    position: absolute;
    top: -20px;
    right: -30px;
    width: 30px;
    height: 30px;
}

#banner-popup .inner .close::before,
#banner-popup .inner .close::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 14px;
    width: 2px;
    height: 20px;
    background: #fff;
}

#banner-popup .inner .close::before,
#banner-popup .inner .close:hover::after{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#banner-popup .inner .close::after,
#banner-popup .inner .close:hover::before{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#banner-popup .img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.25);*/
}

#banner-popup .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#banner-popup .text p {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 36px;
    text-shadow: 1px 1px 5px black;
}

#banner-popup .text>a {
    background: #1c4a47;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px 12px;
    letter-spacing: 1px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}

.play-video-btn{
	background:transparent url(../img/video-play.svg) no-repeat center center;
	background-size:100% 100%;
	width:120px;
	height:120px;
	opacity:.5;
	transition:.3s;
	position:absolute;
	left:50%;
	top:50%;
	margin:-30px 0 0 -30px;
	z-index:3;
	border:0;
	cursor:pointer;
	padding:0;
	-webkit-apperance:none;
}
.play-video-btn:hover{
	opacity:1;
}

.main-slider .item video{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:2;
}

@media (max-width:767px){
	.main-slider .play-video-btn{
		display:none !important;
	}
}


.filling-section{
	padding:30px 0 0;
}
.filling-items{
	display:flex;
	flex-wrap:wrap;
	margin:40px 0 30px;
}

.filling-items .item{
	width:33.333%;
	min-width:33.333%;
	position:relative;
	height:auto;
}

.filling-items .item img{
	height:100%;
	width:100%;
	object-fit:cover;
	transition:.3s;
}

.filling-items .item img + img{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	z-index:2;
}
.filling-items .item:hover img + img{
	opacity:1;
}

.filling-items .item .item-name{
	color:#fff;
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	padding:10px 20px;
	font:600 24px/normal 'Ruberoid Semi',sans-serif;
}

@media (max-width:767px){
	.filling-items .item .item-name{
		font-size:20px;
	}
	
	.filling-items .item{
	width:100%;
	min-width:100%;
	}
}


.block-video-section{
	position:relative;
	background:#091E1D;
	height:0;
	padding-top:600px;
	overflow:hidden;
}

.block-video-section img,
.block-video-section video{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
	object-fit:cover;
}
.block-video-section video{
width: 100% !important;}

.block-video-section img{
	transition:.5s ease;
-webkit-mask-size:100% auto;
	mask-size: 100% 100%;
mask-position: center;
-webkit-mask-position:center;
}

.block-video-section:hover img{
mask-size: 105% 99%;
transform:scale(1.02);
}

.block-video-section .play-video-btn{
	margin:-60px 0 0 -60px;
	z-index:4;
}

@media (max-width:767px){
.block-video-section{
padding-top:69.5%;}
}

.map-section.mb-0{
margin-bottom:0px !important;}

.map-section.pt-0{
padding-top:0px !important;}

.map-section.pb-0{
padding-bottom:0px !important;}

.section-wide{
margin-left:-45px;
margin-right:-45px;}



.gallery-carousel{
background-color:#091E1D;
padding:80px 0;
}

.gallery-carousel .section-title h2{
text-align:center;
color:#fff;
margin:0 0 40px;}

.gallery-items .slick-slide {
    width: 75vw !important; /* підлаштуй під свої пропорції */
    padding: 0;
}

/* стилі для IMG, а не слайдів */
.gallery-items .slick-slide img {
    width: 100%;
    transition: transform .4s, opacity .3s;
    transform: scale(0.6) translate(27%, 0);
    opacity: 0.6;
	object-fit:cover;
	height: 100%;
    max-height: 80vh;
    min-height: 350px;
}

/* центральний слайд */
.gallery-items .slick-center img {
    transform: scale(1);
    opacity: 1;
}

.gallery-items .slick-center + .slick-slide img {
    transform: scale(0.6) translate(-27%, 0);
}


.gallery-items .slick-arrow{
position:absolute;
top:50%;
margin-top:-30px;
width:68px;
height:60px;
text-indent:-99999px;
z-index:3;
cursor:pointer;
border:0px;
appearance:none;
-webkit-appearance:none;
cursor:pointer;
background-color:#fff;
background-size:29.4% auto;
background-repeat:no-repeat;
background-position:center;
box-shadow:10px 10px 20px rgba(0,0,0,0.2);
transition:.1s;
}

.gallery-items .slick-prev{
left:40px;
background-image:url(../_css/image/svg/slick-arrow-prev.svg);}
.gallery-items .slick-next{
right:40px;
background-image:url(../_css/image/svg/slick-arrow-next.svg);}

@media (min-width:768px){
	.gallery-items .slick-arrow:hover{
	box-shadow:10px 10px 20px rgba(0,0,0,0.7);
}
	.gallery-items .slick-next:hover{
	background-position:calc(50% + 5px) center;
}
.gallery-items .slick-prev:hover{
	background-position:calc(50% - 5px) center;
	box-shadow:-10px 10px 20px rgba(0,0,0,0.7);
}
}

@media (max-width: 1199px){
.section-wide{
margin-left:-30px;
margin-right:-30px;}
.grid-effect{
	width:calc(100% + 60px);
}
}

@media (max-width: 767px) {
   .section-wide{
margin-left:-20px;
margin-right:-20px;}

.grid-effect{
	width:calc(100% + 40px);
	padding:50px 20px;
}
.grid-effect .item-content{
	padding:15px;
	width:100%;
	background: #000000;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.grid-effect .item-img img{
	transform:none;
}
.grid-effect .item-img:before,
.grid-effect .item-img:after
{
	display:none;
}
#location-map,
#contact-map{
	margin:0 -20px;
	width:calc(100% + 40px) !important;
}
.gallery-carousel{
	padding-top:30px;
	padding-bottom:30px;
}
.block-attr .section-title h2{
	font-size:20px;
	margin:0 -20px;
}

.block-attr .container-fluid{
	padding:0px;
}

.project-attr-list{
	margin-left:0px;
	margin-right:0px;
}
.project-attr-list > div {
    padding-left: 0px;
    padding-right: 0px;
}

.project-attr-list dl{
	padding:15px;
}
.project-attr-list dd{
	padding:0px;
}

}
