@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,700;1,900&family=Roboto:wght@300;400;700&display=swap);

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik/Graphik-Semibold.woff2) format('woff2'), url(../fonts/graphik/Graphik-Semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik/Graphik-Medium.woff2) format('woff2'), url(../fonts/graphik/Graphik-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik/Graphik-MediumItalic.woff2) format('woff2'), url(../fonts/graphik/Graphik-MediumItalic.woff) format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik/Graphik-RegularItalic.woff2) format('woff2'), url(../fonts/graphik/Graphik-RegularItalic.woff) format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik/Graphik-Regular.woff2) format('woff2'), url(../fonts/graphik/Graphik-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik/Graphik-LightItalic.woff2) format('woff2'), url(../fonts/graphik/Graphik-LightItalic.woff) format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik/Graphik-ExtralightItalic.woff2) format('woff2'), url(../fonts/graphik/Graphik-ExtralightItalic.woff) format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Graphik;
    src: url(Graphik-Light.woff2) format('woff2'), url(Graphik-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik/Graphik-Extralight.woff2) format('woff2'), url(../fonts/graphik/Graphik-Extralight.woff) format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik/Graphik-BoldItalic.woff2) format('woff2'), url(../fonts/graphik/Graphik-BoldItalic.woff) format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/graphik/Graphik-Bold.woff2) format('woff2'), url(../fonts/graphik/Graphik-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Austin Cyr';
    src: url(../fonts/austin/AustinCyr-Semibold.eot);
    src: local('../fonts/austin/AustinCyr-Semibold'), url(../fonts/austin/AustinCyr-Semibold.eot?#iefix) format('embedded-opentype'), url(../fonts/austin/AustinCyr-Semibold.woff2) format('woff2'), url(../fonts/austin/AustinCyr-Semibold.woff) format('woff'), url(../fonts/austin/AustinCyr-Semibold.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Austin Cyr';
    src: url(../fonts/austin/AustinCyr-SemiboldItalic.eot);
    src: local('../fonts/austin/AustinCyr-SemiboldItalic'), url(../fonts/austin/AustinCyr-SemiboldItalic.eot?#iefix) format('embedded-opentype'), url(../fonts/austin/AustinCyr-SemiboldItalic.woff2) format('woff2'), url(../fonts/austin/AustinCyr-SemiboldItalic.woff) format('woff'), url(../fonts/austin/AustinCyr-SemiboldItalic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic
}

body {
    font-family: Graphik, sans-serif;
    color: #000;
    -webkit-animation: backgorundImage 1s ease-in forwards 1s;
    -moz-animation: backgorundImage 1s ease-in forwards 1s;
    -o-animation: backgorundImage 1s ease-in forwards 1s;
    animation: backgorundImage 1s ease-in forwards 1s;
    background-image: url(../img/background.svg);
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    background-color: #e5e5e5;
    font-size: 18px;
    line-height: 1.4em
}

a {
    color: #000;
    text-decoration: underline
}

a:hover {
    color: #595959;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Austin Cyr', serif;
    font-weight: 500;
    color: #ff6d78
}

h2 {
    font-size: 42px;
    line-height: 1.3em
}

h2 a {
    font-size: 42px;
    font-weight: 500;
    color: #ff6d78;
    text-decoration: none
}

h2 a:hover {
    color: #595959
}

h3 {
    font-size: 26px;
    line-height: 1.3em
}

h3 a {
    font-size: 26px;
    font-weight: 500;
    color: #ff6d78;
    text-decoration: none
}

h3 a:hover {
    color: #595959
}

@media (max-width:768px) {
    .desktop {
        display: none
    }
}

.highlighted {
    color: #ff6d78
}

p span.highlighted {
    font-family: 'Austin Cyr', serif;
    font-size: 26px
}

p span.highlighted:before {
    content: ">";
    margin-right: 5px
}

p span.highlighted:after {
    content: "â€”";
    margin-left: 5px
}

.text-secondary {
    color: #000 !important
}

.img-icon {
    width: 70%
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #ff6d78;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.btn {
    font-family: 'Austin Cyr', serif;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .6em 2em;
    font-size: 22px;
    line-height: 1.5
}

.btn-primary {
    color: #595959;
    background-color: transparent;
    border-color: #595959
}

.btn-primary:hover {
    color: #fff;
    background-color: #595959;
    border-color: #595959
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #595959;
    border-color: #595959
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #595959;
    border-color: #595959;
    box-shadow: 0 0 0 .2rem rgb(38 143 255 / 0%)
}

.btn-outline-primary {
    color: #595959;
    border-color: #595959
}

.btn-outline-primary:hover {
    color: #fff;
    border-color: #595959;
    background-color: #595959
}

.btn-link {
    color: #ff6d78
}

.btn-link:hover {
    color: #595959;
    text-decoration: none
}

.btn-news {
    padding: 0 0
}

.no-bg {
    background-image: none
}

.btn-standardy {
    width: 20%;
    margin-bottom: 5px
}

.text-primary {
    color: #000 !important
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #ff6d78;
    color: #fff;
    transition: all .4s
}

.back-to-top i:hover {
    background: #00b371;
    color: #fff
}

#header {
    transition: all .5s;
    z-index: 997;
    background-color: rgba(0, 0, 0, .2)
}

#header.header-inner-pages,
#header.header-scrolled {
    background-color: #ff6d78
}

#header.show-header {
    background-color: #ff6d78 !important
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .5px
}

#header .logo a {
    color: #fff
}

#header .logo img {
    max-height: 60px
}

@media (max-width:1680px) {
    #header .logo img {
        max-height: 40px
    }
}

@media (max-width:992px) {
    #header {
        border: 0;
        padding: 15px 0
    }

    #header .logo img {
        max-height: 40px
    }
}

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

.nav-menu>ul {
    display: flex
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    margin: 0 12px
}

.nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    transition: .3s;
    font-size: 19px;
    padding: 25px 3px;
    font-weight: 400;
    font-family: Graphik, sans-serif;
    text-decoration: none
}

@media (max-width:1680px) {
    .nav-menu>ul>li {
        margin: 0 6px
    }

    .nav-menu a {
        font-size: 14px
    }
}

.nav-menu a:hover span:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    border-bottom: 1px solid #fff
}

.nav-menu>ul>li.active>a span:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    border-bottom: 1px solid #fff
}

.nav-menu .active>a:before,
.nav-menu a:hover:before,
.nav-menu li:hover>a:before {
    visibility: visible;
    width: 100%
}

.nav-menu .active>a,
.nav-menu a:hover,
.nav-menu li:hover>a {
    color: #fff
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    transition: .3s;
    border-top: 2px solid #ff6d78
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #282828
}

.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul li:hover>a {
    color: #ff6d78
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px)
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px
}

@media (max-width:1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%
    }

    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d"
    }
}

.get-started-btn {
    margin-left: 25px;
    display: block;
    position: relative;
    color: #fff;
    transition: .3s;
    font-size: 19px;
    padding: 30px 3px;
    font-weight: 400;
    font-family: Graphik, sans-serif;
    text-decoration: none
}

.get-started-btn:hover {
    color: #fff
}

@media (max-width:1680px) {
    .get-started-btn {
        font-size: 14px
    }
}

@media (max-width:992px) {
    .get-started-btn {
        margin: 0 25px 0 0;
        padding: 6px 25px
    }
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 24px;
    transition: all .4s;
    outline: 0 !important;
    line-height: 1;
    cursor: pointer;
    text-align: right
}

.mobile-nav-toggle i {
    color: #fff
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: 60px;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    background: #2f2f2f;
    transition: ease-in-out .2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 10px 0
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    outline: 0;
    text-decoration: none
}

.mobile-nav .active>a,
.mobile-nav a:hover,
.mobile-nav li:hover>a {
    color: #ff6d78;
    text-decoration: none
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1"
}

.mobile-nav .drop-down>a {
    padding-right: 35px
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden
}

.mobile-nav .drop-down li {
    padding-left: 20px
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(15, 15, 15, .6);
    overflow: hidden;
    display: none;
    transition: ease-in-out .2s
}

.mobile-nav-active {
    overflow: hidden
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff
}

#hero {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    position: relative
}

.projekt {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background-size: cover;
    position: relative
}

.standardy {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background-size: cover;
    position: relative
}

.standardy.masked {
    background-position: bottom center !important
}

.financovani {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background-size: cover;
    position: relative
}

.financovani.masked {
    background-position: center center !important
}

.galerie {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background-size: cover;
    position: relative;
    background-position: center center !important
}

.novinka {
    width: 100%;
    height: 40vh !important;
    min-height: 40vh !important;
    background-size: cover;
    position: relative;
    background-position: center center !important;
    background-attachment: inherit !important
}

.lokalita {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background-size: cover;
    position: relative
}

.novinky {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background-size: cover;
    position: relative
}

.kontakt {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background-size: cover;
    position: relative
}

.kontakt.masked {
    background-position: top left !important
}

.masked {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-size: cover;
    background-position: bottom right
}

@media (min-width:769px) {
    .projekt {
        background: url(../img/projekt-bg.webp) top center;
        background-size: cover
    }

    .standardy {
        background: url(../img/standardy-bg.webp) top center;
        background-size: cover
    }

    .financovani {
        background: url(../img/financovani-bg.webp) top center;
        background-size: cover
    }

    .lokalita {
        background: url(../img/lokalita-bg.webp) top center;
        background-size: cover
    }

    .novinky {
        background: url(../img/novinky-bg.webp) center left;
        background-size: cover
    }

    .kontakt {
        background: url(../img/kontakt-bg.webp) top left;
        background-size: cover
    }
}

@media (max-width:768px) {
    .projekt {
        background: url(../img/projekt-768-bg.webp) top center
    }

    .standardy {
        background: url(../img/standardy-768-bg.webp) top center !important
    }

    .standardy.masked {
        background-position: bottom center !important
    }

    .financovani {
        background: url(../img/financovani-768-bg.webp) top center
    }

    .financovani.masked {
        background-position: center center !important
    }

    .lokalita {
        background: url(../img/lokalita-768-bg.webp) top center
    }

    .novinky {
        background: url(../img/novinky-768-bg.webp) center center !important
    }

    .kontakt {
        background: url(../img/kontakt-768-bg.webp) top left
    }

    .kontakt.masked {
        background-position: top center !important
    }

    .masked {
        background-position: center center
    }
}

.masked::after {
    background-image: url(../img/background-mask.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    z-index: -1;
    background-position: 50% 50%
}

.masked::before {
    display: none
}

#hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#hero .container {
    padding-top: 72px;
    position: relative;
    text-align: center
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 66px;
    font-weight: 700;
    line-height: 56px;
    color: #fff
}

#hero h2 {
    color: #eee;
    margin-bottom: 40px;
    font-size: 24px
}

#hero .play-btn {
    width: 94px;
    height: 94px;
    margin: 0 auto;
    background: radial-gradient(#ff6d78 50%, rgba(0, 153, 97, .4) 52%);
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative
}

#hero .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all .4s cubic-bezier(.55, .055, .675, .19)
}

#hero .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 3s;
    animation: pulsate-btn 3s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(0, 153, 97, .7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0)
}

#hero .play-btn:hover::after {
    border-left: 15px solid #ff6d78;
    transform: scale(20)
}

#hero .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

@media (min-width:1024px) {
    #hero {
        background-attachment: fixed
    }
}

@media (max-width:768px) {
    #hero h1 {
        font-size: 48px;
        line-height: 56px
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    }

    #hero {
        height: 60vh;
        min-height: 60vh
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

section {
    padding: 40px 0;
    overflow: hidden
}

.section-bg {
    background-color: #e5e5e5
}

.section-image {
    position: relative;
    height: 500px;
    padding: 0 0
}

@media (max-width:992px) {
    .section-image {
        height: 150px
    }
}

.section-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover;'
}

.section-title {
    padding-bottom: 30px
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #ff6d78;
    bottom: 0;
    left: 0
}

.section-title p {
    margin-bottom: 0;
    color: #777;
    font-size: 15px
}

.section-map {
    position: relative;
    height: 700px;
    padding: 0 0
}

#map-big {
    min-height: 700px
}

.site .content h3 {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 20px
}

.site .content ul {
    padding: 0;
    margin-left: 15px
}

.site .content ul li {
    padding-left: 0;
    position: relative
}

.site .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #ff6d78;
    line-height: 1
}

.site .content p:last-child {
    margin-bottom: 0
}

.site .content .btn-learn-more {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: .3s;
    line-height: 1;
    color: #ff6d78;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-top: 6px;
    border: 2px solid #ff6d78
}

.site .content .btn-learn-more:hover {
    background: #ff6d78;
    color: #fff;
    text-decoration: none
}

.gallery {
    position: relative;
    overflow: hidden;
    height: 300px
}

.gallery a {
    text-decoration: none
}

.gallery img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover;';
    z-index: -1
}

.gallery .image-caption {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100%
}

.gallery .image-caption h2,
.gallery .image-caption p {
    color: #fff;
    text-decoration: none !important;
    text-align: center
}

.gallery .image-caption h2 a,
.gallery .image-caption p a {
    text-decoration: none
}

.news-box {
    position: relative;
    background: #fff;
    margin-bottom: 20px
}

.news-image {
    position: relative;
    display: block;
    height: 395px
}

.news-image .image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%
}

@media screen and (max-width:760px) {
    .news-image {
        position: relative;
        display: block;
        height: 255px
    }

    .news-box {
        padding: 25px
    }
}

.news-image .image img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover;'
}

.news-body {
    padding: 30px 30px 30px 0
}

.social-link-list {
    margin: -12px 0 0 0;
    padding: 0
}

.social-link-list.center>li {
    margin-left: 12px;
    margin-right: 12px
}

.social-link-list>li {
    display: inline-block;
    margin-top: 12px;
    margin-right: 24px
}

.pricelist {
    position: relative;
    border-collapse: collapse
}

table {
    width: 100%;
    clear: both;
    margin: 0 0 1.5em;
    empty-cells: show;
    border-collapse: collapse;
    background-color: transparent
}

.pricelist td:first-child,
.pricelist th:first-child {
    text-align: left
}

.pricelist td,
.pricelist th {
    font-size: 17px
}

.pricelist th {
    padding: 10px 0;
    text-transform: uppercase
}

.pricelist th {
    position: sticky;
    top: 0
}

.pricelist td,
.pricelist th {
    height: 44px;
    padding: 0 5px;
    line-height: 1.2em;
    border: 0;
    vertical-align: middle;
    font-size: 17px;
    font-family: Roboto, sans-serif;
    border-bottom: 1px solid #fff
}

.pricelist a {
    color: #000
}

.row-apartment.state-blocked,
.row-apartment.state-empty {
    background-color: #96acd0
}

.row-apartment.state-blocked:hover,
.row-apartment.state-empty:hover {
    background-color: #1d355e
}

.row-apartment.state-registered {
    background-color: #d9dbdc
}

.row-apartment.state-registered:hover {
    background-color: #bbbdbf
}

.row-apartment.state-sold {
    background-color: #ffb8bd
}

.row-apartment.state-sold:hover {
    background-color: #ff6d78
}

.row-apartment {
    cursor: pointer
}

.row-apartment:hover {
    color: #fff
}

.pricelist a[href$=".pdf"] {
    display: inline-block;
    background: url(../img/download.png);
    color: transparent;
    font-size: 0;
    background-size: cover;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 5px 5px 0
}

.detail-table tr td {
    color: #ff6d78;
    line-height: 22px
}

.detail-table tr .dot {
    font-size: 38px
}

.detail-table a {
    color: #ff6d78
}

.detail-table tr td:first-child {
    font-size: 12px;
    letter-spacing: 3px
}

.detail-table tr td:last-child {
    font-size: 21px;
    font-weight: 500;
    color: #ff6d78;
    text-align: right;
    text-transform: uppercase
}

.btn-download {
    background: url(../img/download.png);
    background-size: 40px;
    color: transparent;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center
}

hr {
    background-color: #ff6d78
}

@media screen and (max-width:760px) {
    .mobile-hidden {
        display: none !important
    }
}

.apartments-legend {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.apartment-legend {
    margin-right: 12px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 16px
}

.apartment-legend:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 100%;
    margin-right: 6px
}

.apartment-legend.is-free:before {
    background: #96acd0
}

.apartment-legend.is-reserved:before {
    background: #d9dbdc
}

.apartment-legend.is-sold:before {
    background: #ffb8bd
}

.tabs-filter-wrap .field {
    margin-bottom: 0
}

.field-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 20px;
    color: #595959;
    background-color: transparent;
    background-image: none;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 2px;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000;
    border-right-color: #000;
    border-bottom-color: #595959;
    border-left-color: #000;
    border-color: #;
    border-radius: 0;
    outline: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.tabs-filter-wrap .field-control {
    border: none;
    color: grey;
    background-color: transparent
}

.s-domy {
    background-color: #fff;
    position: relative;
    padding: 0
}

.s-domy__section--profile {
    position: relative
}

.detail.left {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto
}

.detail {
    position: relative;
    margin-top: 0
}

.detail.left img {
    display: block;
    margin: auto;
    max-width: 100%
}

.detail .apparment-detail-over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    text-align: center
}

#map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#info-map {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
    padding: 0
}

#info-map div {
    padding: 5px 25px
}

.tooltip-text {
    padding: 5px 0;
    font-size: 14px !important;
    font-weight: 600
}

.tooltip-title {
    padding: 15px 25px !important;
    font-size: 48px !important;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 10px;
    background-color: #fff
}

#info-box div:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.building-title {
    margin: 130px auto 0;
    position: absolute;
    z-index: 9;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    max-width: 400px;
    top: 110px;
    line-height: 1.1;
    text-shadow: 0 0 4px rgb(152 182 207 / 50%);
    color: #fff;
    font-size: 66px
}

.building-title.etapa3 {
    margin: 0;
    right: 0;
    left: auto;
    top: 13%;
    width: 50%;
    position: absolute;
    z-index: 9;
    text-align: center;
    line-height: 1.1;
    text-shadow: 0 0 4px rgb(152 182 207 / 50%);
    color: #fff;
    font-size: 66px
}

@media (max-width:1200px) {
    .building-title {
        margin: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        position: absolute;
        z-index: 9;
        text-align: center;
        line-height: 1.1;
        text-shadow: 0 0 4px rgb(152 182 207 / 50%);
        color: #fff;
        font-size: 36px
    }

    .building-title.etapa3 {
        margin: 0;
        left: 50%;
        bottom: 10%;
        top: auto;
        transform: translate(-50%, 0);
        width: 50%;
        position: absolute;
        z-index: 9;
        text-align: center;
        line-height: 1.1;
        text-shadow: 0 0 4px rgb(152 182 207 / 50%);
        color: #fff;
        font-size: 36px
    }
}

.s-dum {
    background-color: #fff;
    position: relative;
    padding: 60px;
    z-index: 1;
    padding-top: 150px
}

.s-dum .floor-list a {
    background-image: none;
    border-bottom: 1px solid #ff6d78;
    color: #000;
    font-size: 14px;
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-decoration: none
}

.s-dum .close {
    position: absolute;
    top: 150px;
    right: 30px;
    width: 20px;
    height: 20px;
    background-image: url(../img/close-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    z-index: 9999;
    opacity: .75;
    transition: opacity .3s
}

.floor-list li {
    display: block
}

.floor-list a.active,
.floor-list a:focus,
.floor-list a:hover {
    color: #ff6d78;
    background-image: none
}

.services .icon-box {
    padding: 60px 30px;
    transition: all ease-in-out .3s;
    background: #fefefe;
    box-shadow: 0 5px 90px 0 rgba(110, 123, 131, .1);
    border-radius: 18px;
    border-bottom: 5px solid #fff
}

.services .icon-box .icon {
    width: 64px;
    height: 64px;
    background: #ff6d78;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out .3s;
    color: #fff
}

.services .icon-box .icon i {
    font-size: 28px
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px
}

.services .icon-box h4 a {
    color: #282828;
    transition: ease-in-out .3s
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.services .icon-box:hover {
    transform: translateY(-10px);
    border-color: #ff6d78
}

.services .icon-box:hover h4 a {
    color: #ff6d78
}

.cta {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/cta-bg.jpg) fixed center center;
    background-size: cover;
    padding: 120px 0
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700
}

.cta p {
    color: #fff
}

.cta .cta-btn {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 2px;
    transition: .5s;
    margin: 10px;
    background: #ff6d78;
    color: #fff;
    border-radius: 0
}

.cta .cta-btn:hover {
    background: #00b371
}

@media (max-width:1024px) {
    .cta {
        background-attachment: scroll
    }
}

@media (min-width:769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
}

.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px
}

.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #ff6d78
}

.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px
}

.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px
}

.clients {
    padding-top: 30px
}

.clients .clients-wrap {
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7
}

.clients .client-logo {
    padding: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    background: #fff;
    height: 140px
}

.clients .client-logo:hover img {
    transform: scale(1.1)
}

.clients img {
    transition: all .4s ease-in-out
}

.counts {
    background: url(../img/counts-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 0 60px 0;
    position: relative
}

.counts::before {
    content: "";
    position: absolute;
    background: rgba(17, 17, 17, .9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.counts .title {
    position: relative;
    color: #fff;
    margin-bottom: 40px
}

.counts .title h3 {
    font-size: 36px;
    font-weight: 700
}

.counts .counters span {
    font-size: 48px;
    display: block;
    font-weight: 700;
    color: #ff6d78
}

.counts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    color: #fff
}

@media (min-width:1200px) {
    .counts {
        background-attachment: fixed
    }
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out .3s;
    background: #f4f4f4;
    border-radius: 50px
}

.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover {
    color: #fff;
    background: #ff6d78
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden
}

.portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out .3s;
    background: #ff6d78;
    padding: 15px 20px
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400
}

.portfolio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0
}

.portfolio .portfolio-item .portfolio-info .details-link,
.portfolio .portfolio-item .portfolio-info .preview-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #fff;
    transition: ease-in-out .3s
}

.portfolio .portfolio-item .portfolio-info .details-link:hover,
.portfolio .portfolio-item .portfolio-info .preview-link:hover {
    color: #33ffb4
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 15px
}

.portfolio .portfolio-item:hover img {
    top: -30px
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0
}

.pricing {
    background-color: #f9f9f9
}

.pricing .box {
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background: #fefefe;
    box-shadow: 0 5px 90px 0 rgba(110, 123, 131, .1)
}

.pricing .box h3 {
    font-weight: 400;
    padding: 15px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #282828
}

.pricing .box h4 {
    font-size: 42px;
    color: #ff6d78;
    font-weight: 500;
    font-family: Graphik, sans-serif;
    margin-bottom: 20px
}

.pricing .box h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px
}

.pricing .box h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300
}

.pricing .box ul {
    padding: 20px 0;
    list-style: none;
    color: #282828;
    text-align: center;
    line-height: 20px;
    font-size: 14px
}

.pricing .box ul li {
    padding-bottom: 16px
}

.pricing .box ul i {
    color: #ff6d78;
    font-size: 18px;
    padding-right: 4px
}

.pricing .box ul .na {
    color: #ccc;
    text-decoration: line-through
}

.pricing .box .btn-wrap {
    padding: 15px;
    text-align: center
}

.pricing .box .btn-buy {
    display: inline-block;
    padding: 10px 40px 12px 40px;
    border-radius: 0;
    border: 2px solid #ff6d78;
    color: #ff6d78;
    font-size: 14px;
    font-weight: 400;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    transition: .3s
}

.pricing .box .btn-buy:hover {
    background: #ff6d78;
    color: #fff
}

.pricing .recommended {
    border-color: #ff6d78
}

.pricing .recommended .btn-buy {
    background: #ff6d78;
    color: #fff
}

.pricing .recommended .btn-buy:hover {
    background: #00b371;
    border-color: #00b371
}

.pricing .recommended-badge {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 13px;
    padding: 3px 25px 6px 25px;
    background: #edfbf0;
    color: #ff6d78;
    border-radius: 50px
}

.faq {
    padding: 0
}

.faq .content {
    padding: 60px 100px 0 100px
}

.faq .content h3 {
    font-weight: 400;
    font-size: 34px
}

.faq .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px
}

.faq .content p {
    font-size: 15px;
    color: #848484
}

.faq .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px
}

.faq .accordion-list {
    padding: 0 100px 60px 100px
}

.faq .accordion-list ul {
    padding: 0;
    list-style: none
}

.faq .accordion-list li+li {
    margin-top: 15px
}

.faq .accordion-list li {
    padding: 20px;
    background: #fefefe;
    box-shadow: 0 5px 90px 0 rgba(110, 123, 131, .1);
    border-radius: 4px
}

.faq .accordion-list a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: 0
}

.faq .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0
}

.faq .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0
}

.faq .accordion-list .icon-show {
    display: none
}

.faq .accordion-list a.collapsed {
    color: #343a40
}

.faq .accordion-list a.collapsed:hover {
    color: #ff6d78
}

.faq .accordion-list a.collapsed .icon-show {
    display: inline-block
}

.faq .accordion-list a.collapsed .icon-close {
    display: none
}

@media (max-width:1024px) {

    .faq .accordion-list,
    .faq .content {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:992px) {
    .faq .content {
        padding-top: 30px
    }

    .faq .accordion-list {
        padding-bottom: 30px
    }
}

.contact .info {
    width: 100%;
    background: #fff
}

.contact .info i {
    font-size: 32px;
    color: #ff6d78;
    float: left;
    line-height: 1
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #282828
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #5b5b5b
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px
}

.contact .php-email-form {
    width: 100%;
    background: #fff
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 400
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: left;
    padding: 15px;
    font-weight: 400
}

.contact .php-email-form .sent-message br+br {
    margin-top: 25px
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #ff6d78
}

.contact .php-email-form input {
    height: 44px
}

.contact .php-email-form textarea {
    padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
    background: #ff6d78;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: .4s;
    border-radius: 0
}

.contact .php-email-form button[type=submit]:hover {
    background: #00b371
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.breadcrumbs {
    padding: 15px 0;
    background: #f9f9f9;
    min-height: 40px;
    margin-top: 72px
}

@media (max-width:992px) {
    .breadcrumbs {
        margin-top: 63px
    }
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 500
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #424242;
    content: "/"
}

.portfolio-details {
    padding-top: 40px
}

.portfolio-details .portfolio-details-container {
    position: relative
}

.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1
}

.portfolio-details .portfolio-details-carousel .owl-dots,
.portfolio-details .portfolio-details-carousel .owl-nav {
    margin-top: 5px;
    text-align: left
}

.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #ff6d78 !important
}

.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    z-index: 2
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px
}

.portfolio-details .portfolio-description {
    padding-top: 50px
}

.portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px
}

.portfolio-details .portfolio-description p {
    padding: 0
}

@media (max-width:992px) {
    .portfolio-details .portfolio-description h3 {
        width: 100%
    }

    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px
    }
}

.form-control {
    color: #fff;
    width: 100%;
    background-color: transparent;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 2px;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000;
    border-right-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 18px;
    border-radius: 0;
    color: #999;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow none
}

.form-control:focus {
    color: #999;
    background-color: transparent;
    border-color: #ff6d78;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(0 123 255 / 0%)
}

label {
    font-size: 20px
}

.form-check-label {
    font-size: 12px
}

#footer {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 60px 0
}

#footer .image img {
    padding: 100px 0
}

@media (max-width:992px) {
    #footer .image img {
        padding: 40px 0
    }
}

#footer h3 {
    color: #fff
}

#footer .btn {
    color: #595959;
    background-color: transparent;
    border-color: transparent;
    padding: 35px 0 0 0
}

#footer .btn:hover {
    color: #fff
}

.social-btn {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: .4em .6em;
    border-radius: 3px
}

.social-btn:hover {
    background: #2d4373;
    border-color: #2d4373
}

.social-btn.facebook {
    background: #3b5998;
    border-color: #3b5998
}

.social-btn.youtube {
    background: #e21d13;
    border-color: #e21d13
}

.footer-link a {
    text-decoration: none !important
}

#footer a {
    color: #fff
}

#footer p {
    font-size: 20px;
    margin: 0 0 40px 0
}

#footer .form-control {
    color: #fff;
    width: 100%;
    background-color: transparent;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000;
    border-right-color: #000;
    border-bottom-color: #999;
    border-left-color: #000;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 18px;
    border-radius: 0;
    color: #999;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow none
}

#footer .form-control:focus {
    color: #999;
    background-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(0 123 255 / 0%)
}

#footer label {
    font-size: 20px
}

#footer .form-check-label {
    font-size: 12px
}

.animated-arrow {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translate(-50%, 0);
    height: 80px;
    width: 80px
}

.animated-arrow2 .arrow {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0)
}

.animated-arrow2 .arrow-first {
    animation: arrow-movement 2s ease-in-out infinite
}

.animated-arrow2 .arrow-second {
    animation: arrow-movement 2s 1s ease-in-out infinite
}

.animated-arrow2 .arrow:after,
.animated-arrow2 .arrow:before {
    background: #fff;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px
}

.animated-arrow2 .arrow:before {
    transform: rotate(45deg) translateX(-23%);
    transform-origin: top left
}

.animated-arrow2 .arrow:after {
    transform: rotate(-45deg) translateX(23%);
    transform-origin: top right
}

@keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 0
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.card-columns .card {
    margin-bottom: 0 !important
}

.card {
    background-color: transparent;
    border: 1px solid transparent
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

.news-detail img {
    max-width: 100%;
    height: auto;
}

.border-bottom {
    border-bottom: 2px solid #595959 !important;
}

.ribbon {
    position: absolute;
    top: 50px;
    left: 0;
}
.ribbon-byty {
    margin: 0;
    right: 0;
    left: auto;
    bottom: 0%;
    position: absolute;
    z-index: 9;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ribbon-byty img {
    width: 400px;
}

@media (max-width:1180px) {
    .ribbon {
        position: absolute;
        top: 70px;
        left: -15px;
    }
    
    .ribbon img {
        width: 180px;
        
    }

    .ribbon-byty {
        margin: 0;
        right: 0;
        left: auto;
        top: 15%;
        position: absolute;
        z-index: 9;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    
    .ribbon-byty img {
        width: 200px;
    }
    
}

.plaketa {
    max-width: 490px;
}

@media (max-width:768px) {
    .plaketa {
        max-width: 100%;
    }
}

.bg-primary {
    background-color: #96acd0 !important;
}

.bg-light {
    background-color: #d9dbdc !important;
}