/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic,cyrillic-ext);*/

html {
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    margin: 0!important;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.4;
    color: #666;
    -webkit-overflow-scrolling: touch;
    margin: 0 !important;
}

.body-fullpage {
    overflow: hidden
}

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

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #6980B9
}

::selection {
    background-color: #6980B9;
    color: #fff
}

-webkit-::selection {
    background-color: #6980B9;
    color: #fff
}

::-moz-selection {
    background-color: #6980B9;
    color: #fff
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/poppins-regular-webfont.woff2) format('woff2'), url(../fonts/poppins-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

h1, .h1 {
    font-weight: 700;
    font-size: 3.428rem;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    letter-spacing: -.025em;
    margin: .5em 0
}

h2, .h2 {
    font-weight: 600;
    font-size: 2.571rem;
    line-height: 1.166;
    color: #2D2F38;
    letter-spacing: 0;
    margin: 2.6rem 0
}

h3, .h3 {
    font-weight: 600;
    font-size: 2.142rem;
    line-height: 1.2;
    letter-spacing: -.05em;
    color: #000;
    margin: 2.6rem 0
}

h4, .h4 {
    font-weight: 600;
    font-size: 1.714rem;
    line-height: 1.25;
    letter-spacing: .025em;
    color: #000;
    margin: 2.6rem 0
}

h5, .h5 {
    font-weight: 600;
    font-size: 1.571rem;
    line-height: 1.1;
    letter-spacing: 0;
    color: #000;
    margin: 2.6rem 0
}

h6, .h6 {
    font-weight: 600;
    font-size: 1.285rem;
    line-height: 1.3333;
    letter-spacing: 0;
    color: #000;
    margin: 2.6rem 0
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: inherit
}

h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover {
    text-decoration: none
}

strong {
    font-weight: 600
}

blockquote {
    font-family: 'Open Sans', sans-serif;
    ;
    font-size: 1.714rem;
    letter-spacing: .025em;
    line-height: 1.5;
    padding: 0;
    width: 80%;
    padding-left: 6.8rem;
    border-left: .3rem solid #6980B9;
    margin-top: 5rem;
    color: #000
}

cite {
    display: block;
    color: #000;
    font-weight: 600;
    letter-spacing: 0;
    font-style: normal
}

.blockquote-cite {
    font-size: 1rem;
    color: #999;
    letter-spacing: .05em;
    padding-left: 7.1rem;
    margin-bottom: 5rem
}

.blockquote-cite cite {
    font-size: 1.14rem
}

a {
    color: #6980B9;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a:hover, a:focus {
    color: #6980B9;
    outline: none
}

a:focus {
    text-decoration: none
}

input[type='text'], input[type='address'], input[type='url'], input[type='password'], input[type='email'], input[type="search"], input[type="tel"], textarea {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    border-radius: .75em;
    color: #3d3d3d;
    background-color: #fff;
    border: 0;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    padding: .2rem 1rem 0;
    height: 3.6em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

textarea {
    padding-top: .8rem;
    height: 15rem;
    resize: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

input[type='text']:focus, input[type='address']:focus, input[type='url']:focus, input[type='password']:focus, input[type='email']:focus, input[type="search"]:focus, input[type="tel"]:focus, textarea:focus {
    border-color: #6980B9;
    outline: 0
}

input.input-gray, textarea.input-gray {
    background: #f6f6f6
}

input.input-gray:focus, textarea.input-gray:focus {
    background: #fff
}

input::-moz-placeholder {
    color: #999;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #999
}

input::-webkit-input-placeholder {
    color: #999
}

textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

textarea:-ms-input-placeholder {
    color: #999
}

textarea::-webkit-input-placeholder {
    color: #999
}

.form-group {
    margin-bottom: 30px
}

input.error {
    border-color: #6980B9
}

.mc-label, label.error {
    font-size: .83em;
    font-weight: 400;
    margin: .7em 0 0 0;
    color: #747474
}

.btn {
    color: #fff;
    letter-spacing: .025em;
    font-size: 1rem;
    display: inline-block;
    border: 0;
    border-radius: 0;
    padding: 1.1em 2.28em 1em;
    background-color: #000;
    text-decoration: none;
    -webkit-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important
}

.btn:hover, .btn:focus {
    background-color: #6980B9;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important
}

.btn-upper {
    font-weight: 600;
    text-transform: uppercase
}

.btn-yellow {
    background: #6980B9;
    color: #000
}

.btn-yellow:hover, .btn-yellow:focus {
    background: #000
}

.icon {
    display: inline-block;
    width: 24px;
    font-size: 20px;
}
.social {
	display: flex;
	padding: 15px;
}
.icon-medium {
    font-size: 4.2rem
}

.icon-cross2:before {
    /*content: "❌";*/
    content: "x";
    text-transform: lowercase;
    font-size: 30px;
    color: white !important;
}

.link-arrow {
    display: inline-block;
    color: #000;
    line-height: 1 !important;
    font-weight: 600
}

.link-arrow-2 {
    display: inline-block;
    font-size: 1.14rem;
    color: #999;
    font-weight: 400
}

.link-arrow .icon, .link-arrow-2 .icon {
    position: relative;
    margin-left: .7rem;
    font-size: 2.1em;
    vertical-align: middle;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s
}

.link-arrow .icon {
    top: .1rem
}

.link-arrow .ion-ios-arrow-right {
    font-size: 1.5em
}

.link-arrow-2 .ion-ios-arrow-right {
    font-size: 1.5em
}

.link-arrow:hover, .link-arrow-2:hover {
    color: #6980B9;
    text-decoration: none
}

.link-arrow:hover .icon, .link-arrow-2:hover .icon {
    -webkit-transform: translateX(.5rem);
    -o-transform: translateX(.5rem);
    transform: translateX(.5rem)
}

.animsition {
    /*position: absolute;*/
    left: 0;
    width: 100%;
    top: 0;
    /*height: 100%;*/
    opacity: 0;
}
.animsition.fade-in {
    opacity: 1;
}

.preloader {
    position: fixed;
    overflow: hidden;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #4b4b4b;
    text-align: center
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #6980B9;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.text-dark {
    color: #000
}

.text-muted {
    color: #999
}

.text-white {
    color: #fff
}

.text-primary {
    color: #6980B9
}

.masked {
    position: relative
}

.masked:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .1
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.rel-1 {
    position: relative;
    z-index: 1
}

.overflow-hidden {
    overflow: hidden
}

.navbar {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #F7F7F7;
    margin: 0;
    border-radius: 0;
    padding: 20px 35px 10px;
}

.navbar.slideInDown {
    padding: 20px 35px 10px;
    height: auto;
}

.navbar .brand {
    float: left;
    margin-top: -17px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.brand {
    line-height: 1.6;
    color: #000;
    display: inline-block
}

a.brand:hover, a.brand:focus {
    text-decoration: none;
    color: #000
}

.brand img {
    display: inline-block;
    vertical-align: top;
    margin-right: .65rem;
    height: 5.356rem
}

@media (max-width: 767px) {
	.brand img {
		margin: 0;
		height: 76px;
	}
}

.brand-info {
    display: inline-block
}

.brand-name {
    font-weight: 600;
    font-size: 1.714rem;
    line-height: 1
}

.brand-text {
    color: #999;
    font-size: .857rem;
    font-weight: 300;
    margin-top: -.3rem
}

.navbar-toggle {
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0
}

.navbar-toggle .icon-bar {
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.navbar-toggle:hover .icon-bar {
    background-color: #6980B9
}

.navbar .social-list {
    float: right;
    margin-right: 10%
}

.social-list {
    overflow: hidden
}

.social-list a {
    float: left;
    font-size: 1.428rem;
    line-height: 1;
    color: #000;
    margin-left: 2rem
}

.social-list a:first-child {
    margin-left: 0
}

.social-list a:hover {
    color: #6980B9;
    text-decoration: none
}

.navbar-spacer {
    float: right;
    margin: -1rem 4.5rem 0;
    width: 1px;
    height: 3.3rem;
    background-color: #e0e0e0
}

.navbar-address {
    font-weight: 500;
    text-transform: uppercase;
    color: #2D2F38;
    flex-grow: 1;
    text-align: center;
    position: relative;
    font-size: 15px;
}

.navbar-address:hover {
    text-decoration: none;
    color: #6980B9
}

.slideInDown .menu_astercon {
    margin: 8px auto;
}

.menu_astercon {
    margin: 0 auto;
    display: flex
}

.aster-btn {
    background: #6980B9;
    color: #fff;
    padding: 10px 10px 10px 10px;
    min-width: 166px;
    margin-top: -15px
}

.navbar.affix {
    position: fixed;
    box-shadow: 0 0 65px rgba(0, 0, 0, .07)
}

.click-capture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 99
}
.menu_astercon > div {
    width: 100%;
}
.home .navbar.affix-top,
.page-template-home-template .navbar.affix-top {
    margin-top: 35px;
    background: none !important;
    padding: 24px 70px 10px !important;
}
.home .navbar.affix-top li a,
.page-template-home-template .navbar.affix-top li a{
    color: white;
}
.navbar {
    z-index: 1000;
}
.home header .lang-item {
    display: none;
}
.home .header-spacing {
    height: 0;
}
header ul {
    margin: 8px auto !important;
}
header.affix .aster-btn {
    margin-top: 0;
}
header .aster-btn {
    margin-top: -3px;
}
.menu,
.menu ul{
    display: flex;


    width: 100% !important;
    max-width: 750px;

    z-index: 100;
    margin: 0 auto;
    list-style: none;
    justify-content: space-between;
    padding: 0 15px;
    max-height: 80px;
}

.sub-menu {
    display: none !important;
}

.menu li a {
    font-weight: 500;
    text-transform: uppercase;
    color: #2D2F38;
    flex-grow: 1;
    text-align: center;
    position: relative;
    font-size: 15px;
}
.menu li a:hover {
    color: #6980B9;
}
.close-menu {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    font-size: 1.6rem;
    line-height: 1;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.click-capture2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 99
}

.menu2 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.close-menu2 {
    position: absolute;
    z-index: 2;
    top: 2.3rem;
    font-size: 1.6rem;
    line-height: 1;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.close-menu:hover {
    color: #6980B9
}

.menu .menu-lang {
    opacity: 0;
    position: absolute;
    opacity: 0;
    left: 15%;
    top: 3rem;
    text-transform: uppercase;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
    -o-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
    transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease
}

.menu-lang a {
    display: inline-block;
    margin-left: 1.5rem;
    color: #999
}

.menu-lang a:first-child {
    margin-left: 0
}

.menu-lang .active, .menu-lang a:hover {
    color: #6980B9;
    text-decoration: none
}

.menu-list {
    display: flex;
    justify-content: center;
    opacity: 0;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    top: 10vh;
    padding: 0 10%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-weight: 600;
    letter-spacing: -.025rem;
    list-style: none;
    margin: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease
}

.menu-list li a {
    color: #999
}

.menu-list .active>a, .menu-list li a:hover {
    text-decoration: none;
    color: #000
}

.menu-list>li {
    font-size: 1.95rem;
    line-height: 1
}

.menu-list>li {
    margin-top: 2.7rem
}

.menu-list>li:first-child {
    margin-top: 0
}

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

.menu-list ul li {
    font-size: 1.142rem;
    margin-top: 1.142rem
}

.menu-list ul li:first-child {
    margin-top: 2.4rem
}

.menu2 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.menu2_active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 65px rgba(0, 0, 0, .07);
    background: #6980B9;
}

.menu2:before {
    background-image: url(/images/bg_logo_astercon.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.mobile .close-menu2 {
    color: #fff
}

.menu2 .menu-lang2 {
    opacity: 0;
    position: absolute;
    opacity: 0;
    left: 15%;
    top: 3rem;
    text-transform: uppercase;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
    -o-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
    transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease
}

.menu-lang2 a {
    display: inline-block;
    margin-left: 1.5rem;
    color: #999
}

.menu-lang2 a:first-child {
    margin-left: 0
}

.menu-lang2 .active, .menu-lang2 a:hover {
    color: #6980B9;
    text-decoration: none
}

.menu-list2 {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 3rem;
    bottom: 10px;
    padding-left: 15%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-weight: 600;
    letter-spacing: -.025rem;
    list-style: none;
    margin: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease
}

.menu-list2 li a {
    color: #999
}

.menu-list2 .active>a, .menu-list2 li a:hover {
    text-decoration: none;
    color: #000
}

.mylangs {
    color: #fff;
    float: left;
    padding-right: 20px;
    font-size: 18px;
    position: relative;
    margin-bottom: 30px
}

.mylangs div {
    float: left;
}

.menu-list2>li {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    padding: 5px 0;
}

.menu-list2>li:first-child {
    margin-top: 0
}

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

.menu-list2 ul li {
    font-size: 1.142rem;
    margin-top: 1.142rem
}

.menu-list2 ul li:first-child {
    margin-top: 2.4rem
}

.menu-footer {
    bottom: 6rem;
    display: flex;
    right: 0 !important;
    left: 0 !important;
    justify-content: center;
    position: absolute;
    z-index: 1;
}

.menu-footer .social-list {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: all 0.5s 0.7s ease;
    -o-transition: all 0.5s 0.7s ease;
    transition: all 0.5s 0.7s ease
}

.menu-footer .social-list a {
    color: #ccc;
    margin: 0 2.7rem 0 0;
    font-size: 30px;
}

.menu-footer .social-list a:last-child {
    margin-right: 0
}

.menu-footer .social-list a:hover {
    color: #6980B9
}

.menu-footer .copy {
    opacity: 0;
    display: none;
    margin-top: 3.2rem;
    color: #000;
    line-height: 1.71rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: all 0.5s 0.9s ease;
    -o-transition: all 0.5s 0.9s ease;
    transition: all 0.5s 0.9s ease
}

.menu-is-opened .click-capture {
    visibility: visible
}

.menu-is-opened .call-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 65px rgba(0, 0, 0, .07);
    background: #6980B9;
}

.menu-is-opened .call-menu .menu-lang, .menu-is-opened .menu-list, .menu-is-opened .call-menu .menu-footer .social-list, .menu-is-opened .call-menu .menu-footer .copy {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.menu-is-closed .call-menu .menu-lang, .menu-is-closed .call-menu .menu-list, .menu-is-closed .call-menu .menu-footer .social-list, .menu-is-closed .call-menu .menu-footer .copy {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

#messd {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    display: none !important;
}

.wrapper {
    overflow-x: hidden;
}

.fix_big_width {
    max-width: 1700px;
    margin: 0 auto;
}

.boxed {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
}

.boxed .container, .boxed .container-fluid {
    padding: 0;
    max-width: 100%;
}

.left-boxed {
    left: 1.7rem;
}

.right-boxed {
    right: 1.7rem;
}

.section {
    padding: 40px 0 0;
}

.section-title {
    margin: 0 0 20px;
    font-size: 28px;
}

.section-title:after {
    content: "";
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100px;
    height: 1.3px;
    background: #95989A;
}

.section-title .link-arrow-2 {
    margin-top: 1.05rem;
}

.section-subtitle {
    display: inline-block;
    font-weight: 500;
    font-size: 1.142rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6980B9;
    margin-bottom: 1rem
}

.jumbotron {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #fff
}

.rev_slider .link-arrow {
    color: #fff
}

.rev_slider .link-arrow:hover {
    color: #6980B9
}

.rev_slider .link-arrow:hover .icon {
    -webkit-transform: none;
    -o-transform: none;
    transform: none
}

.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 4rem;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-prev {
    left: 2.2rem
}

.slider-next {
    right: 2.2rem
}

.slider-prev:hover, .slider-next:hover {
    color: #6980B9
}

.section-about {
    padding: 8rem 0 0
}

.section-about-title {
    margin-bottom: 5rem
}

.dots-image {
    display: inline-block;
    position: relative
}

.dots-image img {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 100px;
}

.dots-image .dots {
    position: absolute;
    left: -20%;
    bottom: -15%;
    width: 101%;
    height: 57.2%;
    background: url(../images/bg/dots.png) 0 0 repeat
}

.experience-box {
    position: relative;
    white-space: nowrap;
    margin: 6rem 0
}

.experience-border {
    display: inline-block;
    vertical-align: middle;
    width: 12.15rem;
    height: 12.15rem;
    border: .357rem solid #6980B9
}

.experience-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -8rem;
    top: .2rem
}

.experience-number {
    display: inline-block;
    vertical-align: middle;
    font-size: 7.142rem;
    line-height: 1;
    font-weight: 600;
    color: #000
}

.experience-info {
    display: inline-block;
    vertical-align: middle;
    margin: -1rem 0 0 .8rem;
    font-size: 1.57rem;
    line-height: 1.181;
    color: #000
}

.section-projects {
    padding-bottom: 8rem
}

.filter-content {
    position: relative;
    overflow: hidden
}

.filter {
    list-style: none;
    font-size: 1.142rem;
    font-weight: 600;
    color: #000;
    padding-left: 0;
    margin: 0
}

.filter li {
    margin: .6rem 2.6rem 0 0;
    display: inline-block
}

.filter li:last-child {
    margin-right: 0
}

.filter li a {
    color: inherit
}

.filter li a:hover, .filter .active a {
    color: #6980B9;
    text-decoration: none
}

.section-projects .filter-content {
    margin: 2rem 0 0 0
}

.section-projects .filter {
    margin: 0
}

.section-projects .view-projects {
    margin: .85rem 0 0 0
}

.view-projects {
    display: inline-block;
    font-style: italic;
    color: #999
}

.view-projects:hover {
    text-decoration: none;
    color: #6980B9
}

.project-carousel {
    margin-top: 35px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-nav .disabled {
    color: #bcbcbc
}

.owl-nav {
    width: 100%
}

.owl-prev {
    margin-left: -50px
}

.owl-next {
    position: absolute;
    right: 0;
    margin-right: 37px
}

.owl-prev, .owl-next {
    display: inline-block;
    font-size: 2.8rem;
    line-height: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.owl-prev:before {
    font-family: "Ionicons";
    content: "\f3d2"
}

.owl-next:before {
    font-family: "Ionicons";
    content: "\f3d3"
}



.owl-dots {
    text-align: center;
    margin-top: 5.857rem
}

.owl-dot {
    display: inline-block;
    vertical-align: top;
    margin: 0 .6rem
}

.owl-dot span {
    display: block;
    width: .6rem;
    height: .6rem;
    background-color: #ccc
}

.owl-dot.active span {
    background-color: #6980B9
}

.project-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 426px
}

.project-item img {
    width: 100%
}

.item-shadow {
    position: relative
}

.item-shadow:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to bottom, rgba(19, 19, 19, .2), rgba(19, 19, 19, .36) 100%);
    background: linear-gradient(to bottom, rgba(19, 19, 19, .2), rgba(19, 19, 19, .36) 100%)
}

.project-item .link-arrow {
    position: absolute;
	display: flex;
	align-items: center;
    z-index: 2;
    color: #fff;
    left: 3rem;
    bottom: 2.3rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.project-hover {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100.1%;
    height: 100%;
    padding: 4.85rem 3rem;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease
}

.project-title {
    color: #fff;
    margin: 0
}

.project-hover .project-title {
    position: absolute;
    bottom: 5.5rem
}

.project-description {
    opacity: 0;
    margin-top: 12%;
    line-height: 1.71;
    color: #ffffff !important;
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    -o-transform: translateX(-1rem);
    transform: translateY(-1rem)
}

.project-item:hover .project-hover {
    background-color: rgba(45, 47, 56, .78)
}

.project-item:hover .project-hover .project-title {
    position: relative;
    color: #fff;
    bottom: 2rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease
}

.project-item:hover .project-hover .project-description {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s 0.2s ease;
    -o-transition: all 0.4s 0.2s ease;
    transition: all 0.4s 0.2s ease
}

.project-item:hover .link-arrow {
    color: #fff
}

.section-clients .section-title {
    text-align: left;
    color: #fff;
    font-size: 28px;
}

.section-clients .section-title:after {
    content: "";
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100px;
    height: 1.3px;
    background: #95989A;
}

.section_2 {
    padding: 70px 0
}

.motiv_box {
    margin-top: 30px
}

.motiv_box .icon_mot img {
    width: 50px;
    height: 100%;
}

.motiv_box .title_mot {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
}

.motiv_box .description_mot {
    color: rgba(255, 255, 255, .66);
    font-size: 15px;
    line-height: 1.4;
    max-width: 290px;
    margin-top: 20px;
}

.section-clients {
    background-size: cover;
    background-image: url(../images/bgmki.jpg);
    background-position: center;
}

.client-carousel {
    margin-top: 4.8rem
}

.client-carousel .client-carousel-item img {
    display: inline-block;
    width: auto
}

.client-box {
    position: relative;
    color: #999;
    background-color: #fff;
    padding: 6rem 3.28rem 3.28rem
}

.image-quote {
    position: absolute;
    top: 3.28rem;
    right: 3.28rem
}

.client-img {
    position: relative;
    z-index: 1;
    margin: 0 0 -3rem 2.6rem;
    border-radius: 50%
}

.client-title {
    letter-spacing: 0
}

.client-name {
    font-size: 1.28rem;
    line-height: 1;
    color: #000
}

.client-description {
    margin: 1.5rem 0 0;
    line-height: 1.71em
}

.client-carousel .owl-nav {
    right: 0;
    top: -7.8rem;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.client-carousel .owl-prev {
    margin-right: 2rem
}

.partner-carousel {
    margin-top: 10.28rem
}

.partner-carousel .partner-carousel-item img {
    width: auto;
    margin: 0 auto;
    opacity: .6;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.partner-carousel .partner-carousel-item:hover img {
    opacity: 1
}

.section-news {
    border-bottom: 1px solid #e1e1e1
}

.news-carousel {
    margin-top: 4.7rem
}

.news-item {
    position: relative
}

.news-item img {
    width: 100%
}

.news-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2.7rem;
    color: #999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.hover-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.hover-border div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.tp-bullet.selected, .tp-bullet:hover {
    background: #6980B9
}

.hover-border div::before {
    position: absolute;
    content: "";
    background: #6980B9;
    height: 2px;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.hover-border::after {
    position: absolute;
    content: "";
    background: #6980B9;
    width: 2px;
    height: 100%;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.2s 0.2s;
    -o-transition: 0.2s 0.2s;
    transition: 0.2s 0.2s
}

.hover-border div::after {
    position: absolute;
    content: "";
    background: #6980B9;
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.2s 0.4s;
    -o-transition: 0.2s 0.4s;
    transition: 0.2s 0.4s
}

.hover-border::before {
    position: absolute;
    content: "";
    background: #6980B9;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.2s 0.8s;
    -o-transition: 0.2s 0.8s;
    transition: 0.2s 0.8s
}

.news-hover .content {
    opacity: 0;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.news-hover .time {
    margin-bottom: .6rem
}

.news-title {
    font-size: 1.95rem;
    line-height: 1.25;
    letter-spacing: 0;
    margin: 0;
    -webkit-transform: translateX(-2rem);
    -ms-transform: translateX(-2rem);
    -o-transform: translateX(-2rem);
    transform: translateX(-2rem);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease
}

.news-description {
    opacity: 0;
    margin-bottom: 0;
    line-height: 1.71;
    margin-top: 10%;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    -o-transform: translateY(-2rem);
    transform: translateY(-2rem);
    -webkit-transition: 0.5s 0.3s ease;
    -o-transition: 0.5s 0.3s ease;
    transition: 0.5s 0.3s ease
}

.news-hover .read-more {
    position: absolute;
    opacity: 0;
    bottom: 2.7rem
}

.read-more {
    font-weight: 600
}

.news-item:hover .news-hover {
    background-color: #2D2F38
}

.news-item:hover .hover-border::before, .news-item:hover .hover-border::after, .news-item:hover .hover-border div::before, .news-item:hover .hover-border div::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.news-item:hover .news-hover .content {
    opacity: 1
}

.news-item:hover .news-hover .news-title, .news-item:hover .news-hover .news-description {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.news-item:hover .news-hover .read-more {
    opacity: 1
}

.navbar-2 {
    background: transparent;
    padding-top: 3rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.navbar-2 .navbar-bg {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(.37, .31, .2, .85);
    -o-transition: all 0.3s cubic-bezier(.37, .31, .2, .85);
    transition: all 0.3s cubic-bezier(.37, .31, .2, .85)
}

.navbar-2 .brand {
    width: 18rem
}

.navbar-2 .navbar-address {
    float: left;
    margin-left: 5rem
}

.navbar-2 .social-list {
    float: left;
    margin-left: 7.5rem
}

.navbar-white {
    background: transparent
}

.navbar-white .navbar-bg {
    height: 0
}

.navbar-white .brand, .navbar-white .brand:hover, .navbar-white .brand:focus, .navbar-white .brand-text, .navbar-white .navbar-address, .navbar-white .navbar-address .text-dark, .navbar-white .social-list a {
    color: #fff
}

.navbar .brand-img-white {
    display: none
}

.navbar-white .brand-img {
    display: none
}

.navbar-white .brand-img-white {
    display: inline-block
}

.navbar-white .navbar-toggle .icon-bar {
    background: #fff
}

.navbar-white .social-list a:hover {
    color: #6980B9
}

.copy-bottom {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 2.4rem;
    color: #000
}

.lang-bottom {
    display: none;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 2.4rem;
    color: #000
}

.copy-bottom.white {
    color: #fff
}

.lang-bottom .menu-lang {
    font-weight: 600;
    color: #000;
    text-transform: uppercase
}

.lang-bottom .menu-lang a:not(.active) {
    color: #000
}

.lang-bottom.white, .lang-bottom.white .menu-lang a:not(.active) {
    color: #fff
}

.lang-bottom .menu-lang a:hover, .lang-bottom.white .menu-lang a:hover {
    color: #6980B9
}

.lang a {
    font-weight: 500;
}

#pp-nav {
    z-index: 99;
    width: 2.1428rem;
    margin-top: 0 !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#pp-nav .pp-nav-up, #pp-nav .pp-nav-down {
    display: none;
    font-size: 2.1428rem;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#pp-nav .pp-nav-up {
    margin-bottom: 3.5rem
}

#pp-nav .pp-nav-down {
    margin-top: 3.5rem
}

#pp-nav li, .pp-slidesNav li {
    margin: 1.928rem auto;
    width: 10px;
    height: 10px
}

#pp-nav span, .pp-slidesNav span {
    left: 0;
    top: 0;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #000;
    border: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#pp-nav .pp-nav-up:hover, #pp-nav .pp-nav-down:hover, #pp-nav.white .pp-nav-up:hover, #pp-nav.white .pp-nav-down:hover {
    color: #6980B9
}

#pp-nav.white .pp-nav-up, #pp-nav.white .pp-nav-down {
    color: #fff
}

#pp-nav.white span, .pp-slidesNav span {
    background: #fff
}

#pp-nav li .active span, .pp-slidesNav .active span, #pp-nav span:hover, .pp-slidesNav span:hover {
    background: #6980B9
}

.pagepiling .section {
    background: #fff;
    padding-top: 11.3rem;
    padding-bottom: 7rem
}

.pagepiling .section-1.pp-scrollable .vertical-centred {
    padding-top: 10rem;
    padding-bottom: 11rem
}

.pagepiling .pp-scrollable {
    padding: 0
}

.pp-scrollable .vertical-centred {
    padding-top: 11.3rem;
    padding-bottom: 7rem
}

.scroll-wrap {
    position: relative;
    min-height: 100%
}

.scrollable-content {
    white-space: nowrap;
    width: 100%;
    font-size: 0
}

.scrollable-content:before {
    content: '';
    display: inline-block;
    height: 100vh;
    vertical-align: middle
}

.vertical-centred {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 1rem
}

.boxed-inner {
    position: relative;
    padding: 0
}

.section-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.vertical-title {
    position: absolute;
    white-space: nowrap;
    width: 0;
    top: -.55rem;
    left: 4.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.vertical-title span {
    display: block;
    float: right
}

.section .intro {
    opacity: 0;
    -webkit-transition: opacity 1s 0.3s ease;
    -o-transition: opacity 1s 0.3s ease;
    transition: opacity 1s 0.3s ease
}

.section:not(.section-1) .intro {
    -webkit-transform: translateY(7rem);
    -ms-transform: translateY(7rem);
    -o-transform: translateY(7rem);
    transform: translateY(7rem);
    -webkit-transition: all 0.35s 0.6s ease;
    -o-transition: all 0.35s 0.6s ease;
    transition: all 0.35s 0.6s ease
}

.section.active .intro {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.subtitle-top {
    line-height: 1.714;
    margin-bottom: 2.8rem;
    letter-spacing: .1em
}

.hr-bottom {
    position: absolute;
    margin-top: 13vh;
    margin-bottom: 0;
    height: .2858rem;
    width: 7.142rem;
    background: #6980B9
}

.title-uppercase {
    text-transform: uppercase;
    letter-spacing: -.025em;
    line-height: 1.33333;
    margin: 0 0 5rem
}

.service-list {
    margin-bottom: 5rem;
    font-size: 1.2857rem;
    padding-left: 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: -.025rem;
    font-weight: 300
}

.service-list li {
    margin-bottom: .7rem
}

.service-list li a {
    color: inherit
}

.service-list li a:hover {
    color: #000;
    text-decoration: none
}

.dots-image-2 {
    display: inline-block;
    position: relative
}

.dots-image-2 .dots {
    position: absolute;
    z-index: -1;
    left: -25%;
    bottom: -19%;
    width: 101%;
    top: 50%;
    opacity: .8;
    background: url(../images/bg/dots.png) 0 0 repeat
}

.dots-image-2 .experience-info {
    position: absolute;
    left: 12%;
    margin-top: -4.4rem;
    top: 100%
}

.experience-info .number {
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    font-size: 10.71rem;
    margin-right: 1.7rem
}

.experience-info .text {
    display: inline-block;
    font-size: 1.571rem;
    font-weight: 600;
    line-height: 1.181;
    text-transform: uppercase
}

.bg-changer {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bg-changer .section-bg {
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    -o-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease
}

.bg-changer .active {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.bg-changer .section-bg:first-child {
    opacity: 1
}

.section-3 .vertical-title {
    top: 7.4rem
}

.row-project-box {
    margin-top: -30px
}

.col-project-box {
    margin-top: 30px
}

.project-box {
    display: block;
    padding-bottom: 30%;
    position: relative;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.project-box-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2.14rem 1.928rem
}

.project-box h5 {
    margin: 0;
    color: #fff
}

.project-category {
    color: #ccc;
    margin-top: .5rem
}

.project-box:hover {
    background: #6980B9;
    text-decoration: none;
    border-color: transparent
}

.project-box:hover h5 {
    color: #000
}

.project-box:hover .project-category {
    color: #666
}

.link-arrow.h5 {
    text-transform: uppercase;
    letter-spacing: -.025rem;
    margin-bottom: 0
}

.link-arrow.h5 .icon-chevron-right {
    font-size: 1.8rem;
    margin-top: -.45rem
}

.section-3 .link-arrow.h5 {
    margin-top: 4rem
}

.section-4 h2 {
    margin-bottom: 7rem
}

.icon-quote {
    display: inline-block;
    margin-top: -.6rem;
    color: #6980B9;
    font-size: 5.14rem
}

.section-5 .title-uppercase {
    margin-top: 7vh;
    margin-bottom: 3rem
}

.review-carousel .text {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.142rem;
    line-height: 1.875
}

.review-author {
    margin-top: 5.7rem
}

.author-name {
    font-size: 1.2857rem;
    line-height: 1.333;
    font-weight: 600
}

.review-carousel .owl-nav {
    position: relative;
    top: 0;
    margin-top: 7.7vh;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.review-carousel .owl-prev, .review-carousel .owl-next {
    font-size: 1.2857rem;
    width: 3.57rem;
    height: 3.57rem;
    line-height: 3.57rem;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    margin-right: .857rem
}

.review-carousel .owl-prev:before {
    font-family: 'Linearicons';
    content: "\e93b"
}

.review-carousel .owl-next:before {
    font-family: 'Linearicons';
    content: "\e93c"
}

.review-carousel .owl-prev:hover, .review-carousel .owl-next:hover {
    background: #fff;
    color: #000
}

.review-carousel .owl-prev.disabled, .review-carousel .owl-next.disabled {
    cursor: default
}

.review-carousel .owl-prev.disabled:hover, .review-carousel .owl-next.disabled:hover {
    background: none;
    color: #fff
}

.map-2 {
    width: 100%;
    height: 18rem;
    border: 0;
    text-align: center
}

.contact-info {
    overflow: hidden;
    margin-top: 5.5rem
}

.row-contact-info {
    margin: -5rem -4% 0
}

.success-message, .error-message {
    display: none;
    margin-top: 2rem
}

.col-contact-info {
    padding: 0 4%;
    margin-top: 5rem;
    padding-top: 5rem;
    border-top: 1px solid #cacaca
}

.col-contact-info:first-child {
    border-top: 0;
    padding-top: 0
}

.contact-info h3 {
    font-size: 1.92rem;
    line-height: 1.06;
    letter-spacing: -.025em;
    text-transform: uppercase;
    margin: 0 0 2rem 0
}

.contact-info .col-right {
    word-wrap: break-word;
    padding-left: 0;
    padding-right: 0
}

.contact-info-row {
    line-height: 1.5;
    margin-bottom: 2.14rem
}

.contact-info-row:last-child {
    margin-bottom: 0
}

.contact-info-row strong {
    font-size: 1.1428rem;
    text-transform: uppercase;
    color: #000
}

.display-1 {
    font-size: 4.28rem;
    line-height: 1;
    letter-spacing: -.05em;
    margin: 0
}

.display-2 {
    font-size: 5.14rem;
    line-height: 1;
    letter-spacing: -.05em;
    margin: 0;
    text-transform: uppercase
}

.text-display-1 {
    font-size: 1.714rem;
    line-height: 2;
    letter-spacing: 0
}

.text-display-1 p {
    margin-bottom: 20px;
}

.text-display-1 p:last-child {
    margin-bottom: 0
}

.title-hr {
    width: 7rem;
    max-width: 100%;
    height: .28rem;
    background: #6980B9
}

.title-info {
    font-size: 1.28rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
    margin-bottom: 1.4rem
}

.page-header, .page-header-2, .page-header-3 {
    border-bottom: 0;
    margin: 8rem 0 7rem;
    padding: 0
}

.page-header h1, .page-header-2 h1, .page-header-3 h1 {
    margin: 0
}

.page-header-3 .title-hr {
    margin-bottom: 2.7rem
}

.section-info {
    color: #999;
    line-height: 1.111;
    font-size: 1.28rem;
    text-transform: uppercase;
    font-weight: 600
}

.section-info {
    margin-bottom: 4rem
}

.section-info .title-hr {
    margin: 0 0 2rem
}

.info-title {
    width: 1px
}

.bg-dots {
    background: url(../images/bg/dots2.png) 0 0 repeat
}

.js-isotope {
    overflow: hidden
}

.filter-content-2 {
    margin-bottom: 5.9rem
}

.filter-content-2 .filter li, .filter-content-3 .filter li, .filter-content-4 .filter li {
    margin-right: 2rem
}

.filter-content-3 {
    margin-bottom: 4.6rem
}

.filter-content-4 {
    margin: 6rem 0 9rem
}

.grid-items {
    margin: -30px -15px 0 -15px
}

.grid-items:after {
    content: '';
    clear: both;
    display: block
}

.grid-item {
    float: left;
    padding: 30px 15px 0 15px
}

.project-hover-2 {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100.1%;
    height: 100%;
    padding: 2.71rem;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease
}

.project-hover-2 .icon-plus {
    opacity: 0;
    position: absolute;
    color: #000;
    right: 2.71rem;
    font-size: 3rem;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}

.project-hover-2 .project-title {
    opacity: 0;
    position: absolute;
    bottom: 2.71rem;
    color: #000;
    -webkit-transform: translateX(-2rem);
    -ms-transform: translateX(-2rem);
    -o-transform: translateX(-2rem);
    transform: translateX(-2rem);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}

.project-item:hover .project-hover-2 {
    background-color: rgba(206, 224, 2, .85)
}

.project-item:hover .project-hover-2 .project-title, .project-item:hover .project-hover-2 .icon-plus {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.sly {
    position: relative;
    overflow: hidden
}

.slidee {
    list-style: none;
    padding-left: 0
}

.sly ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden
}

.sly ul li {
    float: left;
    width: 400px;
    height: 100%;
    margin: 0 30px 0 0;
    padding: 0
}

.prev, .next {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 4rem;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.prev.disabled, .next.disabled {
    opacity: .5
}

.prev:hover, .next:hover {
    color: #6980B9
}

.prev {
    left: 2.5rem
}

.next {
    right: 2.5rem
}

.scrollbar {
    margin: 6.8rem 0 0;
    height: 1px;
    background: #dae5e6;
    line-height: 0
}

.scrollbar .handle {
    position: relative;
    top: -2px;
    width: 100px;
    height: 3px;
    background: #999;
    cursor: pointer
}

.scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px
}

.project-detail {
    position: relative;
    overflow: hidden
}

.project-detail-item {
    min-height: 420px;
    background-size: cover;
    background-position: 50% 50%;
    padding: 6.78rem 11.2rem
}

.project-detail-info {
    background-color: #fff;
    padding: 3.3rem
}

.project-detail-control {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.project-detail-control:hover {
    color: #6980B9
}

.project-detail-control .show-info {
    display: none
}

.project-detail-control.active .show-info {
    display: block
}

.project-detail-control.active .hide-info {
    display: none
}

.project-detail-title {
    font-size: 2.57rem;
    letter-spacing: -.025em;
    line-height: 1.16666;
    margin: 3rem 0 2.4rem 0
}

.project-detail-list {
    list-style: none;
    padding-left: 0;
    margin-top: 3.6rem
}

.project-detail-list li {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: .6rem;
    margin-top: .65rem;
    overflow: hidden
}

.project-detail-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.project-detail-list li .left {
    float: left;
    font-weight: 600
}

.project-detail-list li .right {
    float: right
}

.project-detail-meta {
    margin-top: 4.5rem;
    overflow: hidden
}

.project-detail-meta .left {
    font-weight: 600
}

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

.card-block {
    background: #f2f2f2;
    padding: 2.5rem;
    line-height: 1.714;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s
}

.card-posted {
    margin-bottom: .8rem
}

.card-posted a {
    color: #000
}

.card-posted a:hover {
    color: #000
}

.card-title {
    letter-spacing: 0;
    margin: 0
}

.card-text {
    margin-top: 2rem
}

.card-read-more {
    display: inline-block;
    margin-top: 2rem;
    font-weight: 600;
    color: #000
}

.card-read-more:hover {
    color: #000
}

.card:hover .card-block {
    background: #6980B9
}

.card-row {
    position: relative !important;
    background: #f2f2f2;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin-bottom: 5rem
}

.card-row:last-child {
    margin-bottom: 0
}

.card-row-img {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    height: 100%;
    background-size: cover;
    background-position: center 0
}

.card-row-img img {
    width: 100%
}

.card-row:hover {
    background: #bdbdbd;
    cursor: pointer
}

.ming_stats {
    margin-top: 60px;
    background-size: cover;
    background: url(/wp-content/themes/astercon/images/bg0.png) center center;
    width: 100%;
    padding: 100px 0 !important;
}

.stat_minj {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.stat_number {
    font-size: 45px;
    font-weight: 700;
}

.card-row .card-block {
    padding: 3.6rem;
    background: transparent
}

.card-row .card-read-more {
    margin-top: 7vw
}

.secondary {
    margin-top: 6rem
}

.post-gallery {
    position: relative;
    overflow-y: hidden
}

.header-space {
    margin-top: 7rem
}

.post-thumbnail {
    background: url(../images/news/1-1920x1080.jpg) 50% no-repeat;
    background-size: cover;
    padding: 16.4rem 15px 19rem
}

.post-thumbnail h1, .post-thumbnail .title-info {
    color: #fff
}

.page-content {
    margin-top: 8.2rem
}

.page-content-2 {
    margin-top: 6.6rem
}

.posted-on {
    font-size: 1.142rem;
    margin-bottom: 7rem
}

.posted-on a {
    color: #000
}

.posted-on a:hover {
    color: #6980B9;
    text-decoration: none
}

.entry-title {
    margin: 0 0 2.5rem;
    letter-spacing: -.05em;
    line-height: 1.125
}

.entry-description {
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 4.8rem;
    margin-top: 0
}

.entry-content {
    font-size: 1.2857rem;
    line-height: 1.666;
    font-weight: 300;
    letter-spacing: 0
}

.row-images {
    padding: 4.54rem 0
}

.row-images .col-image {
    margin-top: 30px
}

.row-images .col-image:first-child {
    margin-top: 0
}

.row-images .col-image img {
    width: 100%
}

.entry-footer {
    padding-top: 4rem
}

.tags-links span {
    color: #000
}

.tags-links, .tags-links a {
    color: #999
}

.tags-links a:hover {
    color: #c00;
    text-decoration: none
}

.post-share {
    margin-top: 1rem
}

.post-share span {
    color: #000
}

.post-share a {
    color: #ccc;
    font-size: 1.4rem;
    vertical-align: middle;
    margin-left: .8rem
}

.post-share a:hover {
    color: #6980B9
}

.related-posts {
    margin-top: 6rem;
    padding-top: 6rem;
    border-top: 1px solid #e1e1e1
}

.related-post-title {
    margin: 0
}

.section-comments {
    margin-top: 6.8rem;
    padding: 7.3rem 15px;
    background-color: #f5f5f5
}

.comments-title {
    margin: 0;
    margin-bottom: 2.85rem
}

.comment-list {
    padding-left: 0;
    list-style: none
}

.comment .avatar {
    float: left;
    margin-right: 2.14rem
}

.comment-content {
    overflow: hidden;
    padding: 1.2rem 0 3rem 1.5rem;
    border-top: 1px solid #d8d8d8
}

.comment-content p {
    margin-bottom: 0
}

.comment-metadata {
    margin-bottom: .6rem
}

.comment-metadata .fn a {
    color: #333
}

.comment-metadata .fn a:hover {
    color: #6980B9;
    text-decoration: none
}

.comment-time {
    color: #999;
    font-size: 11px;
    text-transform: uppercase
}

.comment-time:hover {
    color: #000;
    text-decoration: none
}

.reply {
    margin-top: .7rem
}

.reply a {
    color: #999;
    font-style: italic
}

.reply a:hover {
    color: #09c;
    text-decoration: none
}

.comment-reply-title small {
    float: right;
    margin-top: .5rem
}

.widget {
    margin-bottom: 4.5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid #e1e1e1
}

.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.widget-title {
    font-size: 1.2758rem;
    letter-spacing: 0;
    margin: 0 0 3rem
}

.widget_archive li, .widget_categories li, .widget_pages li, .widget_meta li, .widget_recent_entries li, .widget_nav_menu li {
    margin-top: .5em
}

.widget_archive li a, .widget_categories li a, .widget_pages li a, .widget_meta li a, .widget_recent_entries li a, .widget_nav_menu li a {
    color: #666
}

.widget_archive li a:hover, .widget_categories li a:hover, .widget_pages li a:hover, .widget_meta li a:hover, .widget_recent_entries li a:hover, .widget_nav_menu li a:hover {
    color: #6980B9;
    text-decoration: none
}

.widget_categories li {
    text-align: right
}

.widget_categories li a {
    float: left
}

.search-form {
    position: relative
}

.search-form .search-field {
    background: #f6f6f6;
    border-color: transparent
}

.search-form .search-field:focus {
    background: none
}

.search-submit {
    position: absolute;
    background: none;
    border: 0;
    right: .8rem;
    top: 1.1rem
}

.search-submit:focus {
    outline: none
}

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

.widget_twitter li {
    margin-bottom: 2.2rem
}

.widget_twitter li:last-child {
    margin-bottom: 0
}

.widget_twitter li a {
    color: #09c
}

.tweet-time {
    display: block;
    margin-top: .4rem;
    font-size: .857rem;
    display: block;
    color: #999;
    text-transform: uppercase
}

.widget-all-items {
    display: inline-block;
    margin-top: 1.4rem;
    color: #999;
    font-size: .928rem;
    text-transform: uppercase;
    font-weight: 600
}

.widget-all-items:hover {
    text-decoration: none
}

.widget_recent_posts li {
    overflow: hidden;
    margin-bottom: 2.214rem
}

.widget_recent_posts li:last-child {
    margin-bottom: 0
}

.recent-post-thumbnail {
    float: left;
    margin-right: 1.5rem
}

.recent-post-content {
    overflow-y: hidden;
    line-height: 1.29
}

.post-title {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0;
    color: #000
}

.post-title:hover {
    color: #6980B9;
    text-decoration: none
}

.post-time {
    display: block;
    margin-top: .6rem;
    font-size: .857rem;
    color: #999
}

.about-info {
    padding-top: 0
}

.content-entry-image {
    padding-top: 38%;
    min-height: 28rem;
    background: url(../images/1-1920x800.jpg) 50%;
    background-size: cover
}

.row-services {
    margin: -4rem -2.5rem 0 -2.5rem
}

.col-service {
    color: #333;
    margin-top: 20px;
    padding: 0 2.5rem
}

.col-service h4 {
    margin-top: 3.3rem
}

.col-service p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.4;
    max-width: 290px;
    margin-top: 20px;
}

.row-partners {
    margin: -5rem -5rem 0
}

.col-partner {
    padding: 0 5rem;
    margin-top: 5rem;
    display: inline-block
}

.col-partner img {
    max-width: 100%
}

.row-team {
    margin-top: -30px
}

.col-team {
    margin-top: 30px
}

.team-profile {
    position: relative
}

.team-profile img {
    width: 100%;
    display: block
}

.team-hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(206, 224, 2, .85);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.team-content {
    position: absolute;
    left: 1.857rem;
    bottom: .8rem
}

.team-name {
    margin-bottom: .3rem
}

.team-name h6 {
    margin: 0
}

.team-social a {
    float: left;
    color: #000;
    font-size: 1.25rem;
    margin-right: 1.5rem
}

.team-social a:hover {
    color: #fff;
    text-decoration: none
}

.team-profile:hover .team-hover {
    opacity: 1
}

.add-new-team {
    position: relative;
    border: 1px solid #bfbfbf;
    padding-top: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.add-new-text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    text-align: center;
    font-size: 1.285rem;
    line-height: 1.1111;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.add-new-text .inner {
    display: inline-block;
    text-align: left
}

.add-new-team input[type="file"] {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.add-new-team:hover {
    background: #6980B9;
    border-color: transparent
}

.map {
    width: 100%;
    height: 26rem;
    border: 0;
    text-align: center
}

.map-info {
    color: #000;
    text-align: left;
    padding: 1rem 0
}

.map-address-row {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.4
}

.map-address-row .fa {
    margin-right: .5rem
}

.gmap-open {
    margin: 2rem 0 0
}

.row-contact {
    margin: -6rem -3.5rem 0
}

.col-contact {
    margin-top: 6rem;
    padding: 0 3.5rem
}

.contact-title {
    letter-spacing: 0;
    margin: 0
}

.contact-top {
    margin-bottom: 1.3rem
}

.contact-title span {
    color: #ccc;
    font-weight: 400
}

.contact-address {
    font-size: 1.142rem;
    line-height: 1.875;
    letter-spacing: -.025rem;
    margin-bottom: 2rem
}

.contact-row {
    margin-bottom: .6rem
}

.phone-lg {
    font-size: 2.142rem;
    line-height: 1.3;
    margin-bottom: 3.6rem
}

.contact-social {
    margin-top: 1rem
}

.contact-social a {
    color: #999;
    font-size: 1.3rem
}

.ab_other_info {
    font-size: 16px;
}

.section-message {
    padding-top: 8rem;
}

.footer {
    color: #000;
    line-height: 1.71;
    padding: 40px 0;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 170px;
}

.footer ul li a {
    color: #000;
    font-size: 17px
}

.footer .phone__list a {
	font-size: 16px;
}

@media only screen and (max-width: 500px) {
	.footer .phone__list a {
		font-size: 14px;
	}
}

.footer ul .active a, .footer ul li a:hover {
    color: #6980B9;
    text-decoration: none
}

 .footer-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
}

.footer-flex .flex-item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
} 

.footer-flex .flex-item .icon__adr {
	position: relative;
	width: 24px;
	top: -20px;
	left: -6px
}

@media only screen and (max-width: 500px) {
	.footer-flex .flex-item.item__adr {
		display: flex;
		align-items: center;
	}	
	.footer-flex .flex-item .icon__adr {
		top: 0;
	}
}

#crisp-chatbox .crisp-kquevr {
    bottom: 10px !important;
}

.order-call-h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center
}

.order-call-h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    line-height: 22px
}

.material {
    position: relative;
    padding: 0;
    margin: 5px;
    border: none;
    overflow: visible
}

.material input {
    box-sizing: border-box;
    width: 100%;
    padding: 37px 10px 8px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #DDD;
    font-size: 17px;
    background: none;
    color: #fff;
    outline: none;
    cursor: text;
    font-weight: 300
}

.material input::-webkit-input-placeholder {
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease
}

.material input:not(:focus)::-webkit-input-placeholder {
    color: transparent
}

.material hr {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 2px;
    border: none;
    background: #fff;
    font-size: 1px;
    will-change: transform, visibility;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
    z-index: 10
}

.material input:focus~hr {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible
}

.material label {
    position: absolute;
    top: 32px;
    left: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    -webkit-transform-origin: 0 -150%;
    transform-origin: 0 -150%;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    pointer-events: none
}

.material input:focus~label, .material input:valid~label {
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.send_reqo {
    background: #fff;
    color: #6980B9;
    text-align: center;
    width: 170px;
    margin: 25px auto 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    transition: all 1s
}

.send_reqo:hover {
    transition: all 1s;
    background: #fff;
    color: #000;
    cursor: pointer
}

.send_reqo_2 {
    background: #6980B9;
    color: #fff;
    text-align: center;
    width: 170px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    transition: all 1s;
    font-weight: 500;
}

.send_reqo_2:hover {
    transition: all 1s;
    background: #6980B9;
    color: #fff;
    cursor: pointer
}

.send_reqo_3 {
    background: #6980B9;
    color: #ffffff;
    text-align: center;
    width: 170px;
    margin: 40px auto 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    transition: all 1s;
}

.send_reqo_3:hover {
    transition: all 1s;
    background: #2D2F38;
    color: #fff;
    cursor: pointer
}

.slider_button {
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    z-index: 55;
    color: #0A0A0A;
    transition: all 1s;
    border-radius: 30px;
    text-align: center;
    position: relative;
    margin-top: 406px;
    margin-left: 535px
}

.slider_button:hover {
    transition: all 1s;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.about_first_prop {
    font-size: 20px;
    margin-top: 80px;
    line-height: 1.3;
    color: #2D2F38;
    margin-bottom: 20px;
    font-weight: 500;
}

.about_second_prop {
    color: #6980B9;
    font-size: 15px;
    line-height: 1.4;
}

.block-cover-mask-single {
    height: 110%;
    top: 0%;
    position: absolute;
    width: 100%;
    z-index: 9;
    background-color: #F7F7F7
}

.project-item img {
    height: 0
}

.swiper-container-slide {
    width: 100%;
    height: 100%
}

.swiper-container-slide .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    background-repeat: none;
}

.swiper-container-slide .swiper-slide:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
}

.info_text_slide {
    font-size: 90px;
    margin-left: 67px;
    font-weight: 500;
}

.info_text_slide2 {
    font-size: 31px;
    margin-left: 67px;
    font-weight: 400;
}

@-webkit-keyframes scroll-inner {
    from {
        margin-top: 15%
    }
    to {
        margin-top: 50%
    }
}

@keyframes scroll-inner {
    from {
        margin-top: 15%
    }
    to {
        margin-top: 50%
    }
}

div.mouse-container {
    position: absolute;
    display: block;
    height: 100px;
    width: -webkit-fill-available;
    margin: 0 auto;
    margin-top: -100px
}

div.mouse {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 80px;
    border: solid 2px #6980B9;
    -webkit-animation: scroll-mouse 1.5s;
    animation: scroll-mouse 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: all 0.7s
}

div.mouse:hover {
    transition: all 0.7s;
    border: solid 2px #fff;
    cursor: pointer
}

.mouse:hover~.scroll-down {
    color: #fff;
    transition: all 0.7s;
    cursor: pointer
}

div.mouse span.scroll-down {
    display: block;
    width: 14px;
    height: 10px;
    border-radius: 50%;
    margin: 15% auto auto auto;
    -webkit-animation: scroll-inner 1.5s;
    animation: scroll-inner 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.scroll-down i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #6980B9;
    font-size: 25px;
    text-align: center
}

.showblock {
  opacity: 1;
  transition: all 3s;
  transform: translate(35px);
}

@media (max-width: 1280px) {
  .top_first_bar .col-md-8, .top_first_bar .col-md-4 {
      width: 60%;
  }
  .menu {
      width: 100% !important;
      max-width: 750px;
  }
}
.showbtn {
    opacity: 1;
    transition: all 3s;
    transform: translate(35px)
}

.floor_select {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.floor_select img {
    width: 100%
}

.floor_hover {
    background: rgba(132, 132, 132, 0)
}
.mobile .menu_icon_r {
    width: 25px;
    height: 20px;
    margin-top: 0;
    opacity: 1;
    margin-left: 0;
    background: url(/images/menu_icon_black.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.floor_hover:hover {
    background: rgba(132, 132, 132, .5)
}
.padding-0 {
    padding: 0px !important
}

.floor_info {
    width: 370px;
    min-height: 62px;
    transition: all .1s;
    position: absolute;
    margin-top: 20px;
    margin-left: 100px;
    opacity: 0;
    float: right;
    right: 120px
}

.floor_info .f_info_1 {
    background: #2D2F38;
    width: 100%;
    height: 62px;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    /* align-self: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.floor_info .f_info_2 {
    background: #6980B9;
    min-width: 100%;
    height: 62px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 62px
}

.floor_info .f_info_3 {
    background: #6980B9;
    min-width: 100%;
    height: 62px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 62px
}

.floor_info2 {
    width: 200px;
    min-height: 62px;
    transition: all 0.5s;
    position: absolute;
    margin-top: -600px;
    float: right;
    opacity: 0;
    display: none;
}

.floor_info2 .f_info_1 {
    background: #2D2F38;
    width: 100%;
    height: 62px;
    text-align: center;
    color: #fff;
    line-height: 62px;
    font-size: 14px
}

.floor_info2 .f_info_2 {
    background: #6980B9;
    min-width: 100%;
    height: 62px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 62px
}

.page-id-94 .navbar {
    background-color: #2D2F38 !important
}

.page-id-94 .navbar-address {
    color: #fff
}

.page-id-95 .navbar {
    background-color: #2D2F38 !important
}

.page-id-95 .navbar-address {
    color: #fff
}

.sel_flor {
    color: #2D2F38;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 50px;
    float: left
}

.fute_in_dreapta {
    float: right
}

.another_info {
    padding-top: 50px;
}

.comp_life {
    color: #2D2F38;
    font-size: 20px;
    margin: 0;
    padding-bottom: 40px
}

.another_mi {
    width: 100%;
    min-height: 400px;
    margin-top: 100px
}

.blo_title {
    color: #6980B9;
    font-size: 24px;
    font-weight: 600;
    padding-left: 100px;
    padding-top: 150px
}

.blo_info {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-left: 100px;
    padding-top: 10px
}

.space_inf {
    color: #fff;
    font-size: 15px;
    padding-left: 50px;
    padding-top: 158px;
    line-height: 27px;
    width: 80%
}

.p-r-65 {
    padding-right: 100px
}

.p-l-65 {
    padding-left: 100px
}

.image-source-link {
    color: #98C3D1
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.mif_gallery {
    margin-top: 100px
}

.mif_gallery img {
    width: 340px
}

.back_footer {
    background: #2D2F38;
    width: 100%;
    padding: 20px 0;
}

.back_footer .icon {
    color: #fff;
    font-size: 30px;
    line-height: 80px
}

.back_footer .footer-flex .flex-item {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.back_footer .flex-item ul li {
    list-style-type: none
}

.back_footer .flex-item ul li a {
    color: #fff;
    transition: all 1s;
    line-height: 1.4;
    font-weight: 500;
    font-size: 15px;
    display: flex;
}

.back_footer .flex-item ul li a:before {
    display: flex;
    content: "";
    width: 14px;
    height: 1px;
    background: #fff;
    opacity: 1;
    transition: all 0.7s;
    align-self: center;
    margin-right: 10px;
}

.back_footer .flex-item ul li a:hover {
    color: #6980B9;
    text-decoration: none;
    transition: all 1s
}

.back_footer ul {
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.show_more_img {
    width: 100%;
    background: #F4F4F4;
    min-height: 75px;
    display: block;
    margin-top: 40px;
    transition: all 0.7s
}

.show_more_img p {
    text-align: center;
    color: #2D2F38;
    font-size: 25px;
    float: left;
    line-height: 70px
}

.show_more_img .mmcont {
    width: max-content;
    margin: 0 auto;
    display: block
}

.show_more_img .mmcont img {
    width: 40px;
    margin: 0 auto;
    padding-top: 12px;
    margin-left: 137px;
    display: block
}

.show_more_img:hover {
    transition: all 0.7s;
    background: #e4e4e4;
    color: #fff !important;
    cursor: pointer
}

.mmcont img:hover {
    transition: all 0.7s;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.bydaysoo {
    min-width: 100px;
    margin: 0 auto;
    padding-top: 25px;
    display: block
}

.page_head {
    width: 100%;
	padding: 50px 0;
    background: #2D2F38
}
.page_head.has_subtitle {
    width: 100%;
	padding: 50px 0;
    min-height: unset;
    background: #2D2F38;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.social_links {
    padding-top: 6px;
    width: 60px;
    min-height: 150px;
    position: absolute;
    margin-left: 100px
}

.social_links .icon {
    margin-top: 30px;
    transition: all 1s;
    transform: translate(35px)
}

.blkl1 {
    transition: all 2s;
    transform: translate(35px)
}

.blkl2 {
    transition: all 2s;
    transform: translate(35px)
}

.blkl3 {
    transition: all 2s;
    transform: translate(35px)
}

.social_links .icon img {
    height: 18px;
    margin: 0 auto;
    display: block;
    width: 18px
}

.page_title_jk {
    text-align: center;
    font-size: calc(15px + 2vw);
    color: #fff;
    line-height: 1;
    font-weight: 500;
    margin: 0;
}

.about_aster {
    font-size: 20px;
    color: #2D2F38;
    line-height: 24px;
}

.astercon_txt {
    font-size: 17px;
    line-height: 20px
}

.info-title2 {
    width: 100%;
    color: #2D2F38;
    font-size: 28px
}

.title-hr2 {
    width: 0;
    max-width: 100%;
    height: 2px;
    background: #95989A;
    transition: all 1.5s
}

.title-hr3 {
    width: 0;
    max-width: 100%;
    height: 2px;
    background: #95989A;
    transition: all 1.5s
}

.miokla {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.miokla img {
    height: 50px;
}

.miokla h4 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.blacker_ki {
    width: 100%;
    background: #2D2F38;
    padding: 50px 0;
}

.heads_title {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    opacity: 0;
    transition: all 1s;
    transform: translate(35px)
}

.heads_title:hover {
    cursor: pointer
}

.heads_title:hover:after {
    transition: all 1s;
    background: #fff;
    height: 80px
}

.line_ab {
    width: 3px;
    height: 0;
    display: block;
    position: absolute;
    background: #fff;
    margin-left: -20px;
    margin-top: -63px;
    transition: all 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.heads_desc {
    color: #fff;
    margin-top: 35px;
    margin-bottom: 35px;
    opacity: 0;
    transition: all 1s;
    transform: translate(35px);
    font-size: 16px;
}

.rngst_phone_button {
    position: fixed;
    bottom: 0px;
    right: 0;
    display: block;
    height: 70px;
    width: 70px;
    margin-bottom: 0px;
    margin-right: 0px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    opacity: .8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 99 !important;
    transform-origin: 50% 50% 0
}

.rngst_phone_button:hover {
    opacity: 1
}

.rngst_phone_fill {
    height: 120px;
    width: 120px;
    background: #6980B9;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    right: -20px;
    z-index: 999991;
    -webkit-animation: ringostat_pulse 2.5s infinite ease-in-out;
    -moz-animation: ringostat_pulse 2.5s infinite ease-in-out;
    -ms-animation: ringostat_pulse 2.5s infinite ease-in-out;
    -o-animation: ringostat_pulse 2.5s infinite ease-in-out;
    animation: ringostat_pulse 2.5s infinite ease-in-out;
    transform-origin: 50% 50% 0
}

.rngst_phone_body {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    z-index: 999992;
    box-shadow: 0 0 0 15px rgba(70, 171, 84, 0);
    -webkit-box-shadow: 0 0 0 15px rgba(70, 171, 84, 0);
    -moz-box-shadow: 0 0 0 15px rgba(70, 171, 84, 0);
    -ms-box-shadow: 0 0 0 15px rgba(70, 171, 84, 0);
    -o-box-shadow: 0 0 0 15px rgba(70, 171, 84, 0);
    box-shadow: 0 0 0 15px rgba(70, 171, 84, 0);
    -webkit-transition: box-shadow .8s ease-in-out;
    -moz-transition: box-shadow .8s ease-in-out;
    -ms-transition: box-shadow .8s ease-in-out;
    -o-transition: box-shadow .8s ease-in-out;
    transition: box-shadow .8s ease-in-out;
    background: #6980B9;
    transform-origin: 50% 50% 0
}

.rngst_phone_button:hover .rngst_phone_body {
    background: #6980B9;
    -webkit-box-shadow: 0 0 0 0 rgb(163, 112, 99);
    -moz-box-shadow: 0 0 0 0 rgb(163, 112, 99);
    -ms-box-shadow: 0 0 0 0 rgb(163, 112, 99);
    -o-box-shadow: 0 0 0 0 rgb(163, 112, 99);
    box-shadow: 0 0 0 0 rgb(163, 112, 99)
}

.rngst_phone_circle {
    background: #6980B9;
    height: 70px;
    width: 70px;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 999991;
    border: 1px solid #6980B9;
    border-radius: 50%;
    -webkit-animation: ringostat_pulse2 2.5s infinite ease-in-out;
    -moz-animation: ringostat_pulse2 2.5s infinite ease-in-out;
    -ms-animation: ringostat_pulse2 2.5s infinite ease-in-out;
    -o-animation: ringostat_pulse2 2.5s infinite ease-in-out;
    animation: ringostat_pulse2 2.5s infinite ease-in-out;
    transform-origin: 50% 50% 0
}

.rngst_phone_circle2 {
    background: #6980B9;
    transform-origin: 50% 50% 0
}

.rngst_phone_icon {
    cursor: pointer;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url('../images/phone_icon.png');
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 999993;
    transform-origin: 50% 50% 0
}

.rngst_phone_button:hover .rngst_phone_icon {
    -webkittext-shadow: 0 0 12px rgba(255, 255, 255, 1);
    -moz-text-shadow: 0 0 12px rgba(255, 255, 255, 1);
    -ms-text-shadow: 0 0 12px rgba(255, 255, 255, 1);
    -o-text-shadow: 0 0 12px rgba(255, 255, 255, 1);
    text-shadow: 0 0 12px rgba(255, 255, 255, 1)
}

@-webkit-keyframes ringostat_pulse {
    0% {
        -webkit-transform: scale(.5);
        opacity: .3
    }
    50% {
        -webkit-transform: scale(.7);
        opacity: .2
    }
    100% {
        -webkit-transform: scale(.5);
        opacity: 0
    }
}

@-moz-keyframes ringostat_pulse {
    0% {
        -moz-transform: scale(.5);
        opacity: .3
    }
    50% {
        -moz-transform: scale(.7);
        opacity: .2
    }
    100% {
        -moz-transform: scale(.5);
        opacity: 0
    }
}

@-o-keyframes ringostat_pulse {
    0% {
        -o-transform: scale(.5);
        opacity: .3
    }
    50% {
        -o-transform: scale(.7);
        opacity: .2
    }
    100% {
        -o-transform: scale(.5);
        opacity: 0
    }
}

@-ms-keyframes ringostat_pulse {
    0% {
        -ms-transform: scale(.5);
        opacity: .3
    }
    50% {
        -ms-transform: scale(.7);
        opacity: .2
    }
    100% {
        -ms-transform: scale(.5);
        opacity: 0
    }
}

@keyframes ringostat_pulse {
    0% {
        transform: scale(.5);
        opacity: .3
    }
    50% {
        transform: scale(.7);
        opacity: .2
    }
    100% {
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes ringostat_pulse2 {
    0% {
        -webkit-transform: scale(2);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(.6);
        opacity: .8
    }
}

@-moz-keyframes ringostat_pulse2 {
    0% {
        -moz-transform: scale(2);
        opacity: 0
    }
    100% {
        -moz-transform: scale(.6);
        opacity: .8
    }
}

@-o-keyframes ringostat_pulse2 {
    0% {
        -o-transform: scale(2);
        opacity: 0
    }
    100% {
        -o-transform: scale(.6);
        opacity: .8
    }
}

@-ms-keyframes ringostat_pulse2 {
    0% {
        -ms-transform: scale(2);
        opacity: 0
    }
    100% {
        -ms-transform: scale(.6);
        opacity: .8
    }
}

@keyframes ringostat_pulse2 {
    0% {
        transform: scale(2);
        opacity: 0
    }
    100% {
        transform: scale(.6);
        opacity: .8
    }
}

.about_joy {
    width: 100%;
    padding-top: 50px;
}

.about_joy p {
    margin-bottom: 0;
    font-size: 16px;
    color: #2D2F38
}

.our_complex {
    width: 100%;
    min-height: 100px;
    background: #6980B9;
    transition: all 1s
}

.our_complex:hover {
    cursor: pointer;
    transition: all 1s;
    background: #855c50
}

.our_complex .comp_title {
    color: #fff;
    text-align: center;
    line-height: 100px
}

.bobtn_1 {
    width: 100%;
    background: #2D2F38;
    height: 10px;
    transition: all 1.5s
}

.our_complex:hover+.bobtn_1 {
    background: #474c57;
    transition: all 1.5s
}

.io__complexes .overt {
    overflow: hidden;
    margin-bottom: 20px
}

.over_li {
    background: #855c50;
    position: absolute;
    width: 100%;
    min-height: 110px;
    z-index: 2
}

.parteners_about {
    width: 100%;
}

.parteners_about .part_title {
    color: #2D2F38;
    font-size: 25px;
    margin-top: 20px
}

.page-id-408 .page-inner {
    margin-top: 2rem
}

.page-id-408 .buap {
    padding-top: 50px;
    margin-bottom: 60px;
}

.linear_line {
    width: 14px;
    min-height: 1px;
    background: #fff;
    position: absolute;
    color: #fff;
    margin-top: 40px;
    margin-left: -40px;
    opacity: 0;
    transition: all 0.7s
}

.text-affect {
    transition-delay: 2s !important;
    transition: all 1s !important;
    color: #fff8f8
}

#map_canvas {
    overflow: hidden;
    clear: both;
    height: 350px;
    position: relative
}

.map-wrapper>div {
    pointer-events: none
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none
}

.gmnoprint div {
    background: none !important
}

.map-wrapper {
    position: relative;
    overflow: hidden;
    clear: both;
    /*padding-left: 50px;*/
}

.map-info {
    position: absolute;
    z-index: 2;
    top: 175px;
    right: 50%;
    margin-right: -520px;
    background: rgba(255, 255, 255, .7);
    width: 455px;
    height: 275px;
    border-radius: 30px;
    padding: 55px 110px
}

.map-info span {
    display: block;
    clear: both
}

.map-info div {
    font-size: 18px !important;
    line-height: 40px;
}

.alt_block {
    min-height: 100px;
    max-width: 80%;
    border-bottom: 1px solid rgba(163, 112, 99, .42);
    margin-bottom: 25px;
    display: flex;
}

.alt_block .ab_title1 {
    font-size: 19px;
    color: #2D2F38;
}

.alt_block img {
    width: 55px;
    margin-left: 13px;
    margin-top: 9px
}

.page-id-100 .social_links {
    margin-left: 100px;
    z-index: 9999;
    display: block;
    position: absolute;
    margin-top: -440px;
    padding-top: 0
}

.my-aparts {
    width: 100%
}

.appart_item {
    width: 100%;
    max-width: 474px
}

.appart_title {
    color: #2D2F38;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 100px;
    margin-bottom: 30px
}

.appart_before_img {
    background: #2D2F38;
    width: 370px;
    position: absolute;
    margin-top: -430px;
    min-height: 463px;
    margin-left: 70px;
    z-index: -1
}

.appart_descr {
    line-height: 20px;
    color: #95989A
}

.page-id-100 .owl-carousel .owl-item img {
    display: block;
    width: auto;
    -webkit-transform-style: preserve-3d
}

.floor_lev_info {
    width: 99%;
    margin: 0 auto
}

.floor-details-header {
    margin-top: 50px;
}

.back_to_floor_btn {
    width: 220px;
    height: 60px;
    background: #F5F5F5;
    text-align: center;
    line-height: 60px;
    transition: all 1s;
    z-index: 1;
    position: relative
}

.another_floor_inf {
    z-index: 1;
    position: relative
}

.back_to_floor_btn .txt {
    margin-left: 20px
}

.back_to_floor_btn .img_back {
    margin-left: 17px;
    width: 25px;
    min-width: 25px;
    height: 20px;
    background: url('/wp-content/themes/astercon/images/back.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 22px;
    transition: all 1s;
    overflow: hidden
}

.back_to_floor_btn:hover {
    transition: all 1s;
    background: #000;
    cursor: pointer;
    color: #fff
}

.back_to_floor_btn:hover .img_back {
    background: url(/wp-content/themes/astercon/images/back_white.png);
    transition: all 1s
}

.another_floor_inf h1 {
    color: #2D2F38;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 35px;
    margin-top: 0px;
    text-align: center;
    padding-top: 16px;
}

.info_ab_et_dark {
    width: 130px;
    height: 60px;
    line-height: 60px;
    background: #2D2F38;
    float: left;
    color: #fff;
    /*font-size: calc(12px + 0.7vw);*/
    font-size: 16px;
    text-align: center;
    transition: all .3s ease-out;
    position: relative;
    overflow: hidden
    word-break: break-word;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_ab_et {
    width: 130px;
    height: 60px;
    line-height: 60px;
    background: #6980B9;
    margin-left: 133px;
    color: #fff;
    /*font-size: calc(12px + 0.9vw);*/
    font-size: 16px;
    text-align: center;
    transition: all .3s ease-out;
    position: relative;
    overflow: hidden
    word-break: break-word;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-95 .info_ab_et, .page-id-95 .info_ab_et_dark {
    width: 170px
}

.page-id-95 .info_ab_et {
    margin-left: 7px;
    float: left
}

.page-id-95 .info_ab_et:last-child {
    margin-left: 7px
}

.info_ab_et_dark:hover, .info_ab_et:hover {
    cursor: pointer
}

.info_price_know {
    width: 170px;
    height: 60px;
    background: #2D2F38;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 13px;
    margin-top: 50px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-out;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 20px
}

.info_pdf_download {
    width: auto;
    height: 60px;
    display: flex;
    padding: 10px;
    background: #fff;
    color: #2D2F38;
    /* line-height: 60px; */
    text-align: center;
    font-size: 13px;
    margin-top: 50px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-out;
    position: relative;
    overflow: hidden;
    border: 1px solid #2D2F38;
    justify-content: center;
    align-items: center;
}
.info_pdf_download p {
    margin: 0;
    line-height: normal;
}
.info_pdf_download.mid_block {
    margin-bottom: 30px;
}
.icon_pdf {
    width: 22px;
    height: 25px;
    background: url(/images/pdf.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    margin-left: 31px;
    margin-top: 19px;
    transition: all .3s ease-out
}

.remodal {
    background: #6980B9 !important;
    color: #fff
}

.remodal .material {
    margin: 0 auto;
    width: 350px
}

a:hover {
    text-decoration: none
}

.info_pdf_download:hover {
    transition: all .3s ease-out;
    background: #2D2F38;
    color: #fff
}

.info_pdf_download:hover .icon_pdf {
    transition: all .3s ease-out;
    background: url(/images/pdf_white.png)
}

.img_artifact {
    width: 90%;
    /*min-height: 100%;*/
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

.img_artifact img {
    max-width: 95%;
    margin: 0 auto;
    position: relative !important;
    display: block
}

.floor_navigations {
    position: relative;
    width: 240px;
    margin-top: 60px;
    z-index: 9;
}

.floor_navigations p {
    position: absolute;
    margin-top: -36px;
    color: #2D2F38;
    font-size: 17px;
    font-weight: 600;
    margin-left: -102px
}

.floor_navigations .f_merge_top {
    margin-bottom: 10px
}

.floor_navigations .f_merge_bottom {
    margin-top: 10px
}

.floor_navigations .f_merge_point img {
    width: 5px;
    margin: 0 auto;
    display: block
}

.floor_navigations .f_merge_top img {
    width: 20px;
    margin: 0 auto;
    display: block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.floor_navigations .f_merge_bottom img {
    width: 20px;
    margin: 0 auto;
    display: block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.floor_navigations .f_merge_top img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.floor_navigations .f_merge_bottom img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.floor_lev_info a {
    text-decoration: none
}

.slick-slide img {
    display: block;
    max-width: 100%
}

.slide_contr {
    width: 55px;
    border-radius: 50%;
    height: 55px;
    background: #2D2F38;
    overflow: hidden
}

.slide_contr img {
    width: 19px;
    margin: 0 auto;
    display: block;
    padding-top: 21px
}

.slide_contr:hover {
    cursor: pointer
}

.prevsl {
    float: left;
    margin-left: -40px
}

.nextsl {
    float: right;
    margin-right: -5px
}

.sl_control {
    width: 100%;
    position: absolute;
    margin-top: -150px
}

.slider-nav {
    margin-top: 20px
}

.mi_project {
    width: 100%;
    min-height: 500px;
    margin-top: -100px
}

.mi_proj_cont {
    width: 100%;
    background: #F5F5F5;
    min-height: 380px
}

.mi_proj_cont .komekk {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 100%;
    min-height: 380px
}

.comple_descs {
    padding-left: 45px
}

.comple_descs .prok_title {
    color: #2D2F38;
    font-size: 20px;
    line-height: 25px;
    margin-top: 35px
}

.comple_descs .prok_desc {
    color: #2D2F38;
    font-size: 13px;
    line-height: 25px;
    margin-top: 40px
}

.next_slider_stage {
    width: 55px;
    height: 55px;
    background: #2D2F38;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    top: 31%;
    left: 52%;
    z-index: 8
}

.next_slider_stage img {
    position: absolute;
    margin-left: 12px;
    margin-top: 17px;
    width: 28px
}

.next_slider_stage:hover {
    cursor: pointer
}

.offer_wrapper {
    width: 100%;
    min-height: 1000px;
    position: relative;
    overflow: hidden
}

.ofer_block {
    width: 100%;
    min-height: 450px;
    background: rgba(239, 239, 239, .15);
    margin-bottom: 50px;
    overflow: hidden;
    position: relative
}

.offer_img {
    overflow: hidden;
    position: relative
}

.offer_desc {
    padding: 10px
}

.offer_desc .offer_date {
    font-size: 14px
}

.offer_desc h1 {
    font-size: 17px;
    color: #2D2F38
}

.offer_desc p {
    color: #2D2F38;
    line-height: 20px;
    font-size: 14px
}

.banner__move, .banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%
}

.banner__move {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.banner__overlay {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 10;
    background: #2D2F38;
    transition: all 5s
}

.banner [class^=title-] {
    color: #fff
}

.banner [class*=line] {
    position: absolute;
    z-index: 2;
    overflow: hidden
}

.banner .line-in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff
}

.banner .top-left-line {
    left: -25px;
    top: -50px;
    width: 235px;
    height: 1px;
    opacity: .3
}

.banner .top-left-line .line-in {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.banner .vertical-left-line {
    left: -9px;
    top: -63px;
    width: 1px;
    height: 100px;
    opacity: .5
}

.banner .vertical-left-line .line-in {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #b4b4b4
}

.banner .horizontal-bottom-line {
    bottom: -70px;
    left: 50%;
    margin-left: -185px;
    width: 744px;
    height: 1px;
    opacity: .2
}

.banner .horizontal-bottom-line .line-in {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.form_kapa {
    width: 100%;
    min-height: 300px;
    background: url('/wp-content/themes/astercon/images/bg1.png');
    background-size: cover;
    background-position: center center
}

.form_kapa .material label {
    left: 2px
}

.form_kapa .material input {
    border-bottom: 1px solid rgba(149, 152, 154, .48)
}

.form_kapa .order_call {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    padding-top: 77px;
    letter-spacing: 0;
    opacity: 0;
    margin-left: 100px;
    transition: all 1s;
    max-width: 450px;
}

.form_kapa .send_form_req {
    width: 170px;
    height: 50px;
    background: #6980B9;
    text-align: center;
    color: #fff;
    line-height: 50px;
    margin-top: 16px;
    transition: all 1s;
    overflow: hidden;
    position: relative;
    opacity: 0;
    margin-left: 100px;
    cursor: pointer
}

.form_kapa .send_form_req:hover {
    background: #131313;
    transition: all 1s;
}
.form_kapa .send_form_req label {
    cursor: pointer;
}
.form_kapa .material {
    transition: all 1s;
    opacity: 0;
    margin-left: 30px
}

.cards {
    position: absolute;
    top: 145px;
    right: 0;
    width: 100%;
    height: 340px;
    font-size: 0;
    overflow: hidden
}

.cards div.arr.back2first {
    position: absolute;
    top: 50%;
    right: 48px;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
    display: none;
    z-index: 1
}

.cards .card, .cards .card .visual {
    z-index: 5;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%
}

.cards .card {
    display: inline-block;
    width: 320px
}

.cards .card.animated {
    transition: transform 1s ease
}

.cards .card .visual {
    width: 100%;
    background-color: #4c5f66;
    transition: width 1s ease;
    cursor: pointer
}

.cards .card .visual .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    transition: opacity 1s ease;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center
}

.cards .card .visual .name, .cards .card .visual .time {
    font-size: 14px;
    line-height: .71;
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 32px;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease
}

.cards .card .visual .name {
    left: 32px
}

.cards .card .visual .time {
    right: 32px
}

.cards .card .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    transform: translateX(0);
    transition: transform 1s ease
}

.cards .card .content .content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 48px 32px 48px 48px;
    box-sizing: border-box;
    background-color: #fff
}

.cards .card .content .content-box .title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    font-family: History;
    color: #4b575c
}

.cards .card .content .content-box ul {
    position: absolute;
    display: block;
    padding: 0;
    margin: 60px 0 0;
    left: 48px;
    bottom: 56px
}

.cards .card .content .content-box ul li {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 10px;
    padding-bottom: 24px
}

.cards .card .content .content-box ul li span {
    display: inline;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    margin-right: 5px
}

.cards .card .content .content-box ul li:last-child {
    padding-bottom: 0
}

.cards .card .content .content-box .text {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    padding: 25px 32px 25px 48px;
    width: 100%;
    box-sizing: border-box
}

.cards .card .arrow {
    border-radius: 50%;
    background-color: #fff;
    height: 60px;
    width: 60px;
    cursor: pointer;
    left: 0;
    right: auto;
    opacity: 1;
    transition: left 1s ease, opacity 1s ease, width 1s ease, height 1s ease
}

.cards .card .arrow svg.circle-border {
    opacity: 0;
    transition: opacity 1s ease, stroke .3s ease, stroke-width .3s ease
}

.cards .card .arrow svg.play {
    height: 24px;
    width: 24px;
    fill: #333;
    opacity: 0;
    transition: opacity .3s ease
}

.cards .card .arrow svg.arr {
    height: 24px;
    width: 24px;
    opacity: 1;
    transition: opacity .3s ease
}

.cards .card .arrow.small {
    height: 60px;
    width: 60px
}

.cards .card.right .arrow {
    left: 100%
}

.cards .card.right .arrow .arr {
    transform: translate(-50%, -50%) rotate(180deg)
}

.cards .card.open .content {
    transform: translateX(100%)
}

.cards .card.active.bigger .arrow {
    opacity: 0
}

.cards .card.active.smaller .arrow {
    left: 50%;
    width: 88px;
    height: 88px
}

.cards .card.active.smaller .arrow:hover {
    width: 88px;
    height: 88px
}

.cards .card.active.smaller .arrow:hover svg.circle-border {
    stroke: #333;
    stroke-width: 2px
}

.cards .card.active.smaller .arrow svg.circle-border, .cards .card.active.smaller .arrow svg.play {
    opacity: 1
}

.cards .card.active.smaller .arrow svg.arr {
    opacity: 0
}

.cards .card.active .visual {
    cursor: default
}

.cards .card.active .visual .img, .cards .card.active .visual .name, .cards .card.active .visual .time {
    opacity: 1
}

.cards .card.active.with-video {
    cursor: pointer
}

ul.dots {
    position: absolute;
    right: 3.75%;
    bottom: 20px;
    font-size: 0;
    white-space: nowrap;
    height: 60px;
    z-index: 20
}

ul.dots li.dot {
    position: relative;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    transition: width .3s ease, height .3s ease
}

ul.dots li.dot .bullet {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #000;
    height: 4px;
    width: 4px;
    opacity: 1;
    transition: opacity .3s ease, background-color .3s ease
}

ul.dots li.dot .circle-border, ul.dots li.dot .number {
    transform: translate(-50%, -50%) scale(0);
    transition: transform .3s ease
}

ul.dots li.dot .number {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 12px;
    text-align: center
}

.grid, .grid div {
    top: 0;
    height: 100%
}

ul.dots li.dot .circle-timer {
    transform: translate(-50%, -50%) scale(0) rotate(-90deg)
}

ul.dots li.dot:hover .bullet {
    background-color: #b4cad4
}

ul.dots li.dot.active {
    height: 60px;
    width: 60px
}

ul.dots li.dot.active .bullet {
    opacity: 0
}

ul.dots li.dot.active .circle-border {
    transform: translate(-50%, -50%) scale(1)
}

ul.dots li.dot.active .circle-timer {
    transform: translate(-50%, -50%) scale(1) rotate(-90deg)
}

ul.dots li.dot.active .number {
    transform: translate(-50%, -50%) scale(1)
}

.shsiv .cards, .shsiv .dots {
    opacity: 0;
    transition: opacity 1s ease
}

.shsiv.scrolled_into_viewport .cards, .shsiv.scrolled_into_viewport .dots {
    opacity: 1
}

.cards .card .arrow, .cards .card .arrow svg.arr, .cards .card .arrow svg.play, .loader, .position-center, a.arr svg.circle, a.arr svg.circle-border, a.arr svg.icon, div.arr svg.circle, div.arr svg.circle-border, div.arr svg.icon, input[type=checkbox]:checked:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%)
}

.avant_Section {
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow: hidden
}

.mobile .page-id-100 .call_icon {
    width: 25px;
    height: 25px;
    background: url(/images/call_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .9;
    margin-top: 20px
}

.mobile .page-id-100 .menu_icon_r {
    width: 25px;
    height: 20px;
    margin-top: 25px;
    opacity: 1;
    margin-left: 49px;
    background: url(/images/menu_icon_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.mobile .call_icon {
    width: 25px;
    height: 25px;
    background: url(/images/call_black.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .9;
    margin-top: 15px
}

.mobile .menu_icon_r {
    width: 25px;
    height: 20px;
    margin-top: 0;
    opacity: 1;
    margin-left: 0;
    background: url(/images/menu_icon_black.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.mobile .page-id-94 .call_icon {
    width: 25px;
    height: 25px;
    background: url(/images/call_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .9;
    margin-top: 15px
}

.mobile .page-id-94 .menu_icon_r {
    width: 25px;
    height: 20px;
    margin-top: 0px;
    opacity: 1;
    margin-left: 0;
    background: url(/images/menu_icon_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.mobile .page-id-94 .affix .call_icon {
    width: 25px;
    height: 25px;
    background: url(/images/call_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .9;
    margin-top: 20px
}

.mobile .page-id-94 .affix .menu_icon_r {
    width: 25px;
    height: 20px;
    margin-top: 0;
    opacity: 1;
    margin-left: 0;
    background: url(/images/menu_icon_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.mobile .page-id-95 .call_icon {
    width: 25px;
    height: 25px;
    background: url(/images/call_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .9;
    margin-top: 20px
}

.mobile .page-id-95 .menu_icon_r {
    width: 25px;
    height: 20px;
    opacity: 1;
    background: url(/images/menu_icon_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.mobile .page-id-95 .affix .call_icon {
    width: 25px;
    height: 25px;
    background: url(/images/call_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .9;
    margin-top: 20px
}

.mobile .page-id-95 .affix .menu_icon_r {
    width: 25px;
    height: 20px;
    margin-top: 0px;
    opacity: 1;
    background: url(/images/menu_icon_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.mobile .affix .call_icon {
    background: url(/images/call_black.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.mobile .affix .menu_icon_r {
    background: url(/images/menu_icon_black.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

.mobile .menu-list {
    width: 350px;
    margin: 0 auto;
    display: block;
    right: inherit;
    position: relative;
    padding: inherit;
    background: #6980B9;
    z-index: 100;
}

.mobile .close-menu {
    color: #fff;
}
.close-menu {
    /*display: none;*/
}
.mobile .social_links {
    margin-left: 22px
}

.mobile .page_title_jk {
    font-size: 29px;
    line-height: 1;
}

.mobile .about_aster {
    font-size: 20px;
    color: #2d2f38;
    width: 95%;
    margin: 0 auto;
    line-height: 24px;
}

.mobile .astercon_txt {
    font-size: 15px;
    line-height: 20px;
    width: 95%;
    margin: 0 auto;
    margin-top: 40px
}

.mobile .info-title2 {
    width: 100%;
    color: #2d2f38;
    font-size: 26px;
    line-height: 46px;
    margin-bottom: 3px;
    letter-spacing: -2px;
    margin-left: 9px
}

.mobile .title-hr2 {
    margin-left: 10px
}

.mobile .col-service {
    width: 30%;
    padding-bottom: 25px;
    border-bottom: 1px solid #0000001f
}

.mobile .miokla h4 {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 8px;
    color: #2d2f38
}

.mobile .heads_title {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    margin-top: 60px;
    margin-right: 34px;
    margin-left: 55px
}

.mobile .line_ab {
    margin-left: 31px;
    margin-top: -63px
}

.mobile .heads_desc {
    color: #fff;
    width: 88%;
    line-height: 20px;
    padding-top: 30px;
    margin: 0 auto;
    padding-bottom: 30px
}

.mobile .send_reqo_2 {
    background: #6980B9;
    color: #fff;
    text-align: center;
    width: 170px;
    margin-top: 25px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 13px;
    transition: all 1s
}

.mobile .about_joy {
    padding-top: 55px
}

.mobile .about_joy p {
    margin-bottom: 0;
    font-size: 16px;
    width: 85%;
    line-height: 23px;
    margin: 0 auto;
    color: #2d2f38;
    font-weight: 600
}

.mobile .our_complex .comp_title {
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding-top: 28px;
    padding-left: 10px;
    font-size: 15px;
    padding-right: 10px
}

.mobile .io__complexes {
    margin-top: 55px
}

.mobile .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -3px
}

.mobile .parteners_about .part_title {
    margin-left: 25px
}

.mobile .title-hr3 {
    margin-left: 27px
}

.mobile .koga img {
    width: 140px
}

.mobile .parteners_about {
    min-height: 270px
}

.mobile .footer {
    background: #EFEFEF;
}

.floating_callss {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    height: 100px;
    width: 100%;
    z-index: -10;
    transition: all .5s;
    opacity: 0;
    text-align: center;
}

.floating_callss div {
    margin-top: 25px;
    margin-right: 6px;
    display: inline-block;
}

.floating_callss div img {
    width: 20vw;
    max-width: 80pxl
}

.activecalls {
    opacity: 1;
    transition: all .5s;
    z-index: 98;
}

.mobile .about_first_prop {
    font-size: 20px;
    margin-top: -42px;
    width: 95%;
    margin: 0 auto;
    line-height: 27px;
    color: #000
}

.mobile .about_second_prop {
    color: #95989A;
    font-size: 14px;
    width: 95%;
    line-height: 20px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px
}

.mobile .send_reqo_222 {
    background: #6980B9;
    color: #fff;
    text-align: center;
    width: 170px;
    margin: inherit inherit inherit 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    transition: all 1s;
}

.mobile .section-clients .section-title:after {
    margin-left: 2px
}

.mobile .section-clients .section-title {
    margin-left: 10px
}

.mobile .motiv_box {
    margin-top: 54px;
    margin-left: 10px;
    border-bottom: 1px solid;
    padding-bottom: 15px
}

.mobile div.mouse {
    margin-left: 22px
}

/*.mobile .alternative_block .icons {*/
/*    position: absolute;*/
/*    right: 10px;*/
/*    top: -75px;*/
/*}*/

.mobile .alt_block img {
    width: 55px;
    margin-left: 13px;
    margin-top: 9px
}

/*.mobile .no-paddingslr {*/
/*    padding-left: 0;*/
/*    padding-right: 0*/
/*}*/

.mobile .alt_block {
    max-width: 100%
}

.mobile .main_kling {
    width: 100%;
    min-height: 450px;
    background: #F5F5F5;
    height: 1%
}

.mobile .main_kling .bloc_img {
    width: 100%
}

.mobile .main_kling .bloc_img img {
    width: 100%
}

.mobile .main_kling .bloc_descript {
    padding-left: 10px;
    padding-right: 10px
}

.mobile .main_kling .block_til {
    font-size: 20px;
    color: #2D2F38;
    margin-left: 20px;
    line-height: 23px;
    font-weight: 600;
    margin-top: 30px
}

.mobile .main_kling .bloks_desc {
    font-size: 14px;
    color: #2D2F38;
    margin-left: 20px;
    line-height: 23px;
    margin-top: 30px
}

.mobile .main_kling .read_more {
    font-size: 18px;
    color: #6980B9;
    margin-left: 20px;
    line-height: 23px;
    margin-top: 10x;
    margin-bottom: 35px
}

.mobile .monster {
    margin-top: 60px
}

.menu_astercon .active:before {
    content: "";
    height: 2px;
    position: absolute;
    background: #00000052;
    bottom: -5px;
    width: 50%;
    left: 25%;
}

.zz_11 {
    font-size: 28px;
    margin-top: 10px
}

.border_by_mihai {
    width: 10px;
    margin-top: 10px;
    background: #95989A;
    min-height: 2px;
    transition: all 2s
}

.page-id-422 .project-item h3 {
    font-size: 25px
}

.page-id-423 .full-finalised {
    width: 100%;
    min-height: 1000px
}

.page-id-423 .full-finalised .header_bg {
    width: 100%;
    min-height: 650px;
    background-size: cover !important;
    background-position: center center !important
}

.page-id-423 .full-finalised .content {
    width: 80%;
    margin: 0 auto;
    display: block;
    min-height: 250px;
    padding-top: 20px
}

.page-id-423 .full-finalised .content .c_titlez {
    font-size: 25px;
    color: #2D2F38;
}

.page-id-423 .full-finalised .content .info:first-child {
    padding-right: 15px;
}

.page-id-423 .full-finalised .content .info {
    color: #4A4B53;
    line-height: 20px;
    font-size: 13px;
    margin-top: 20px;
}

.page-id-423 .full-finalised .content .npad {
    padding-left: 0;
}

.page-id-423 .full-finalised .content .zoom-gallery {
    padding-right: 40px;
}

.page-id-423 .full-finalised .content .owl-next {
    margin-right: -65px;
    background: #2D2F38;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.page-id-423 .full-finalised .content .owl-prev {
    background: #2D2F38;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-left: -65px
}

.page-id-423 .full-finalised .content .owl-nav {
    z-index: -1;
    width: 100%
}

.page-id-428 .page_title_jk {
    font-size: 25px
}

.page-id-428 .margin-top-100 {
    margin-top: 60px
}

.page-id-428 .news-title {
    font-size: 18px;
    color: #fff
}

.page-id-428, .page-id-429 {
    background: #F4F4F6
}

.mokigg {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.main-margins {
    margin: 0;
}

.page-id-100 .navbar {
    background-color: transparent !important
}

.page-id-100 .affix {
    background-color: #ffffff !important
}

.page-id-100 .affix {
    background-color: #ffffff !important
}

.page-id-100 .navbar-address {
    color: #fff
}

.page-id-100 .affix .navbar-address {
    color: #000
}

.page-id-100 .menu_astercon .active:before {
    background: #ffffff7d
}

.page-id-100 .affix .menu_astercon .active:before {
    background: #000
}

.page-id-94 .owl-carousel .owl-next {
    margin-right: -35px;
    background: #2D2F38;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 2.8rem !important
}

.page-id-94 .owl-carousel .owl-prev {
  /*  background: #2D2F38;*/
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-left: -12px
}
.page-id-94 .owl-carousel .owl-nav {
    z-index: 1;
    width: 100%;
}

.page-id-95 .floor_lev_info {
    padding-top: 0
}

.sect_til {
    color: #2D2F38;
    font-size: 20px;
    margin-bottom: 60px
}

.tehn-details {
    width: 100%;
    min-height: 400px;
    background: #F7F7F7;
    margin-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 40px;
    padding-bottom: 40px
}

.tehn-details .my_tehn_title {
    color: #6980B9;
    font-size: 18px
}

.tehn-details .content_details_tehn {
    margin-top: 50px;
    /*min-height: 300px;*/
    font-size: 13px;
    max-width: 90%
}

.tehn-details .bordered_line {
    border-right: 1px solid rgba(149, 152, 154, .31)
}

.tehn-detailss .bordered_line {
    border-right: 1px solid rgba(149, 152, 154, .31)
}

.switch-tours a {
    background: #2D2F38;
    padding: 5px 20px;
    display: inline-block;
    color: white;
    font-weight: 600;
    margin: 0px 20px 20px 0;
}

.virtual-tour {
    padding: 0 10px;
    margin-top: 50px;
}

.affix .img_logo {
    background-size: contain;
    height: 60px;
    width: 60px;
    background: url(/images/astercon_b.svg) no-repeat;
    margin-top: 5px
}

.affix .menu_astercon .lang {
    opacity: 1;
    transition: all .3s ease-out;
    color: #000;
    text-transform: uppercase
}

.menu_astercon .lang {
    opacity: 0;
    transition: all .3s ease-out
}

.page-id-94 .affix .img_logo {
    background: url(/images/logo-white.svg);
    background-size: contain;
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    margin-top: 0
}

.page-id-94 .img_logo {
    background: url(/images/logo-white.svg);
    background-size: contain;
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    margin-top: 5px
}

.page-id-95 .affix .img_logo {
    background: url(/images/logo-white.svg);
    background-size: contain;
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    margin-top: 0
}

.page-id-95 .img_logo {
    background: url(/images/logo-white.svg);
    background-size: contain;
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    margin-top: 5px
}

.page-id-100 .wrapper {
    overflow-x: hidden;
    padding-top: 0em
}

.page-id-100 .affix .img_logo {
    background-size: contain;
    height: 60px;
    width: 60px;
    background: url(/images/astercon_b.svg) no-repeat;
    margin-top: 0
}

.page-id-100 .img_logo {
    background-size: contain;
    height: 60px;
    width: 60px;
    background: url(/images/logo-white.svg) no-repeat;
    margin-top: 0
}

.img_logo {
    background-size: contain;
    height: 60px;
    width: 60px;
    background: url("/wp-content/themes/astercon/images/logo-white.svg") no-repeat;
    margin-top: 0
}

.order-call-h1 {
    font-size: 25px !important
}

.top_first_bar {
    padding-left: 60px;
    padding-right: 60px;
}

.top_first_bar .long-line {
    width: 1%;
    height: 1px;
    background: #6980B95c;
    margin-left: -25px;
    margin-top: 18px;
    margin-bottom: -17px;
    transition: all 2s ease-out
}

.top_first_bar .top_info_bar {
    position: absolute;
    width: 100%
}

.top_first_bar .top_info_bar div {
    float: right;
    margin-top: 5px;
    font-size: 13px
}

.top_first_bar .top_info_bar div:first-child {
    margin-left: 5%;
    margin-right: 5px;
}

.top_first_bar .top_info_bar .lang a {
    color: #6980B9;
    text-transform: uppercase;
    font-weight: 600
}

.top_first_bar .top_info_bar .lang a:hover {
    text-decoration: none
}

.top_first_bar .top_info_bar .address, .top_first_bar .top_info_bar .contact {
    color: #6980B9;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 5%;
}

.scroll_int_down {
    width: 50px;
    height: 70px;
    border: 3px solid #fff;
    position: absolute;
    z-index: 1;
    bottom: 100px;
    left: 70px;
    cursor: pointer;
}

.scroll_int_down .arrow_down {
    height: 64px;
    width: 100%;
    background: url(/images/arrow-down.svg) no-repeat center center;
    background-size: 20px;
}

.scroll_int_down .arrow_down a {
    width: 100%;
    height: 64px;
    display: block;
}

.curent_complexes .complex_key_visual {
    position: relative
}

.curent_complexes .complex_key_visual .block_line_1 {
    width: 1px;
    top: 0px;
    position: absolute;
    height: 0;
    background: #95989A;
    transition: all 3s ease-out
}

.curent_complexes .complex_key_visual .block_line_2 {
    width: 0;
    left: 40px;
    top: -30px;
    position: absolute;
    height: 1px;
    background: #95989A;
    transition: all 3s ease-out;
    transition-delay: 0.5s
}

.curent_complexes .complex_key_visual .block_line_3 {
    width: 0;
    right: 40px;
    bottom: -30px;
    position: absolute;
    height: 1px;
    background: #95989A;
    transition: all 3s ease-out;
    transition-delay: 1s
}

.curent_complexes .complex_key_visual .complex_key_img {
    margin: 40px;
    margin-top: 0;
    position: relative;
    overflow: hidden
}

.curent_complexes .complex_key_visual .complex_key_img img {
    max-width: 100%;
    /*height: 100%;*/
    /* opacity: 0;
    transition: all 1s ease-out;
    transform: translateY(-100%);
    transition-delay: .1s */
}

.curent_complexes .complex_key_info {
    max-width: 550px;
    float: right;
    margin-right: 60px;
    padding-top: 0;
    /* transform: translateX(20%);
    opacity: 0;
    transition: all 2s ease-out; */
    width: 100%;
}

.curent_complexes .complex_key_info .previews_Texts {
    color: #6980B9;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500;
}

.curent_complexes .complex_key_info .full_Texts {
    color: #2D2F38;
    line-height: 1.4;
    font-weight: 400;
    font-size: 15px;
}

.curent_complexes .complex_key_info .complex_name {
    font-size: 26px;
    color: #2D2F38;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
}

.curent_complexes .complex_key_info .complex__price_per_meter {
    margin-top: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    padding: 4px 8px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #6a80b9cf;
}

.over_effect_1 {
    width: 100%;
    position: absolute;
    height: 405px;
    background: #2D2F38;
    top: 0;
    transform: translateY(-100%);
    transition: all 1s ease-out;
    display: none;
}

.new_grid {
    width: 90%;
    display: block;
    margin: 0 auto
}

.new_btn {
    width: 170px;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    float: left;
    margin-right: 25px;
    text-transform: uppercase;
    font-weight: 500;
}

.new_btn:hover {
    cursor: pointer;
    transition: all .3s ease-out
}

.new_btn.vip-color {
    background: #6980B9;
    transition: all .3s ease-out
}

.new_btn.night-color {
    background: #2D2F38;
    transition: all .3s ease-out
}

.new_btn.vip-color:hover {
    background: # . send_reqo_3: hover;
    transition: all .3s ease-out
}

.new_btn.night-color:hover {
    background: #6980B9;
    transition: all .3s ease-out
}

.ripple {
    position: absolute;
    border-radius: 100%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .13);
    transition: all .3s ease-out
}

.notransition {
    transition: none !important
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mobile .page-id-100 .affix .img_logo {
    height: 62px;
    width: 62px;
    margin-top: 2px
}

/*.mobile .top_first_bar {*/
/*    display: none*/
/*}*/

/*.mobile .main-margins {*/
/*    margin: 0*/
/*}*/

.mobile .info_text_slide {
    font-size: 50px;
    position: absolute;
    margin-left: 0;
    left: 67px;
    margin-top: -37px;
    font-weight: 500
}

.mobile .info_text_slide2 {
    font-size: 19px;
    position: absolute;
    margin-left: 0;
    left: 67px;
    margin-top: 13px;
    font-weight: 400
}

.page-id-429 .sl_control {
    width: 100%;
    position: absolute;
    margin-top: -136px
}

.page-id-429 .nextsl {
    margin-right: 2px
}

.page-id-429 .info_content_ap_title {
    background: #fff;
    min-height: 40px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px
}

.page-id-429 .info_content_ap_title ul li {
    list-style-type: none;
    float: left;
    padding-right: 14px;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 12px
}

.page-id-429 .info_content_ap_title ul li a {
    color: #2D2F38
}

.page-id-429 .info_content_ap_title ul li a:hover {
    text-decoration: none;
    cursor: pointer
}

.page-id-429 .info_content_ap_title span {
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    cursor: pointer
}

.page-id-429 .page-content-2 {
    margin-top: 2.6rem
}

.page-id-429 .slick-dots {
    display: none !important
}

.page-id-429 .info_content_ap {
    background: #fff;
    min-height: 150px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

.page-id-429 .info_content_ap .op_info {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #f3f3f3;
    min-height: 70px
}

.page-id-429 .info_content_ap .op_info2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #f3f3f3;
    min-height: 50px
}

.page-id-429 .info_content_ap .op_info .com_title {
    color: #2D2F38;
    font-weight: 700
}

.page-id-429 .info_content_ap .min_font .com_title {
    color: #2D2F38;
    font-weight: 400
}

.page-id-429 .info_content_ap .min_font .com_title_2 {
    color: #2D2F38;
    font-weight: 400
}

.page-id-429 .info_content_ap .op_info .vom_apela {
    width: 158px;
    background: #2D2F38;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: absolute;
    margin-top: -6px;
    float: right;
    right: 15px
}

.page-id-429 .info_content_ap .op_info .vom_apela:hover {
    cursor: pointer
}

.page-id-429 .info_content_ap .com_titlesss {
    cursor: pointer;
    margin-top: 40px
}

.print {
    display: none
}

.mobile .wrapper {
    overflow: hidden
}

.mobile .block_line_1 {
    display: none
}

.mobile .block_line_2 {
    display: none
}

.mobile .block_line_3 {
    display: none
}

.mobile .curent_complexes .complex_key_info {
    width: 100%
}

.mobile .zz_11 {
    margin-top: 50px
}

.mobile .curent_complexes .complex_key_info .complex_name {
    font-size: 28px;
    line-height: 36px;
    margin-top: 5px;
    font-weight: 500px;
}

.mobile .curent_complexes .complex_key_info {
    padding-top: 0;
    margin-right: 0
}

.mobile .curent_complexes .complex_key_visual .complex_key_img {
    margin: 0
}

.mobile .curent_complexes {
    margin-top: 0;
    padding-top: 50px
}

.mobile .new_btn {
    width: 137px;
    font-size: 10px;
    margin-right: 10px
}

.mobile .stat_minj {
    margin-top: 0
}

.mobile .section-clients .section-title {
    font-size: 21px
}

.mobile .page-id-423 .full-finalised .content {
    width: 98%
}

.mobile .page-id-423 .full-finalised .content .npad {
    padding-left: 15px
}

.mobile .page-id-423 .full-finalised .content .c_titlez {
    font-size: 25px;
    text-align: center;
    color: #2D2F38
}

.mobile .page-id-423 .full-finalised .content .owl-next {
    margin-right: -40px
}

.mobile .page-id-423 .full-finalised .content .owl-nav {
    z-index: 2
}

.mobile .page-id-429 .info_content_ap_title span {
    display: none
}

.mobile .page-id-429 .breadcrumbs {
    width: 100%;
    margin-left: -30px;
    padding-top: 2px
}

.mobile .page-id-429 .info_content_ap_title ul li {
    font-size: 10px
}

.mobile .page-id-429 .prevsl {
    float: left;
    margin-left: 0
}

.mobile .page-id-429 .sl_control {
    margin-top: -20px
}

.mobile .page-id-429 .nextsl {
    margin-right: 33px
}

.mobile .page-id-429 .slide_contr {
    width: 25px;
    height: 25px;
    border-radius: unset
}

.mobile .page-id-429 .slide_contr img {
    padding-top: 6px
}

.mobile .page-id-429 .info_content_ap {
    margin-top: 45px
}

.mobile .page-id-429 .info_content_ap .op_info .vom_apela {
    margin-top: -30px
}

.mobile .affix .img_logo {
    height: 60px;
    width: 60px
}

.mobile .page-id-100 .footer {
    background: #EFEFEF;
    margin-top: 0
}

/*#Map {*/
/*    width: 100%;*/
/*    min-height: 350px;*/
/*    margin-top: 50px;*/
/*    margin-bottom: 50px*/
/*}*/

.mobile .img_logo {
    height: 60px;
    width: 60px
}

.mobile .florombile {
    width: 100%;
    min-height: 350px;
    background: url(../images/xCUGUpl.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.mobile .floor_v1_select {
    padding-top: 60px;
    width: 310px;
    margin: 0 auto;
    min-height: 165px
}

.mobile .floor_v1_select .floredd_sel {
    color: #fff;
    font-size: 20px;
    float: left;
    width: 33.33%;
    text-align: center
}

.mobile .floor_v1_select .floredd_sel .border_flloor {
    width: 85%;
    margin: 0 auto;
    min-height: 4px
}

.mobile .floor_v1_select .floredd_sel .activated {
    background-color: #6980B9
}

.slide-in-blurred-top {
    -webkit-animation: slide-in-blurred-top 0.8s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    animation: slide-in-blurred-top 0.8s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

#loanCalendar .prevy, #loanCalendar .nexty, #loanCalendar .buttonpane, #loanTermWrapper, #firstInstallmentTitle, #firstInstallment {
    display: none;
}

.calculator-wrapper {
    margin-top: calc(10px + 2vw);
    background: #F2F2F0;
    padding-top: 10px;
}

.calculator-wrapper .row {
    margin: 15px 0;
}

.calculator-wrapper .calc-title-option {
    font-size: calc(12px + 0.2vw);
    line-height: 1.2;
}

.calculator-wrapper .calc-subtitle-option {
    display: block;
    padding-left: 17px;
    font-size: calc(12px + 0.1vw);
    line-height: 1.2;
}

.calculator-wrapper .calc-title {
    font-size: calc(15px + 0.1vw);
    line-height: 1.2;
    margin: 5px 0;
}

.calculator-wrapper .calc-sum-title {
    margin: 10px 0 15px;
    text-align: center;
}

.calculator-wrapper .calc-sum-title, .calculator-wrapper .calc-sum-value {
    font-size: calc(15px + 0.1vw);
    line-height: 1.2;
    font-weight: bold;
}

.calculator-wrapper .calc-sum-value {
    background-color: #2D2F38;
    min-height: 50px;
}

.calculator-wrapper .results-wrapper {
    background-color: #6980B9;
    color: white;
    padding: 15px 15px 15px 0;
}

.calculator-wrapper .results-wrapper, .calculator-wrapper .calc-sum-value {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 10px 0;
    margin: 0px;
}

#firstInstallment {
    font-size: calc(15px + 0.1vw);
    min-width: 240px;
    background-color: #F2F2F0;
    padding: 0 10px;
}

.calculator-wrapper .perfect-datetimepicker tbody td.selected {
    border: 1px solid #2D2F38;
    background-color: #6980B9;
}

.calculator-wrapper .perfect-datetimepicker table {
    background: #F2F2F0;
}

.calculator-wrapper h3 {
    margin: 0px;
    text-align: center;
}

#loanTermWrapper .form-group select {
    font-size: 15px;
    display: block;
}

#loanTermWrapper .form-group label {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

#loanTermWrapper .form-group {
    width: 50%;
    float: left;
}

.calculator-wrapper .btn {
    font-size: 15px;
    width: 100%;
    min-height: 75px;
    padding: 10px;
    font-weight: bold;
    border-radius: 3px;
}

#fullPaymentBtn {
    background-color: darkseagreen;
    font-size: 18px;
}

#ratesPaymentBtn {
    background-color: #6980B9;
}

.hidden-inputs {
    display: none;
}

#ratesPaymentBtn span {
    font-size: 12px;
    display: block;
    white-space: normal;
    font-weight: normal;
}

#monthlyPaymentWrapper, 
#monthsCountWrapper {
    display: none;
}

/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */

@-webkit-keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

.slide-fwd-center {
    -webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-fwd-center {
    0% {
        -webkit-transform: translateZ(-1400px);
        transform: translateZ(-1400px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slide-in-fwd-center {
    0% {
        -webkit-transform: translateZ(-1400px);
        transform: translateZ(-1400px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out both;
    animation: heartbeat 1.5s ease-in-out both;
}

.another_info p strong {
    font-weight: 600;
    font-size: 17px;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.slide-in-blurred-bottom {
    -webkit-animation: slide-in-blurred-bottom 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    animation: slide-in-blurred-bottom 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

/**
 * ----------------------------------------
 * animation slide-in-blurred-bottom
 * ----------------------------------------
 */

@-webkit-keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

/* Hexagoane */

.hexagon {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    cursor: pointer;
}

.hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hexagon-in2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    visibility: visible;
    background-size: cover;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.etapele-constructiei-img {
    width: 20vw;
    height: 23vw;
    /* margin: 0 0 0 -80px; */
}

.img-wrapper {
    position: relative;
}

.img-luna-lable {
    width: 10vw;
    height: 2vw;
    background: #6980B9;
    margin-left: 50px;
    position: absolute;
    top: 18vw;
    left: 6vw;
    color: white;
    line-height: 2vw;
    text-align: center;
    font-size: 1.2vw;
    font-weight: 500;
}

.img-luna-lable::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 1vw solid transparent;
    border-bottom: 1vw solid transparent;
    border-right: 10px solid #6980B9;
    position: absolute;
    left: -10px;
}

.img-luna-lable::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 1vw solid transparent;
    border-bottom: 1vw solid transparent;
    border-right: 10px solid white;
    position: absolute;
    right: 0px;
}

.mobile .mink_select {
    width: 80%;
    margin: 0 auto;
    display: block;
    min-height: 45px;
    background: #6980B9;
    color: #fff;
    text-align: center;
    border: none;
    text-align-last: center;
    font-size: 18px
}

.mobile .mink_select:focus {
    outline: none
}

.mobile .mink_select:focus {
    outline: none
}

.mobile .ajax_upl_content .apart_plans {
    margin-top: 30px
}

.mobile .ajax_upl_content .apart_plans .f_info {
    margin-top: 164px;
    position: absolute;
    text-align: center;
    padding-right: 10px;
    width: 100%;
    opacity: 0;
    transition: all .3s;
    z-index: 3;
    color: #2D2F38
}

.mobile .ajax_upl_content .apart_plans .swiper-slide-active .f_info {
    opacity: 1;
    transition: all .3s
}

.mobile .ajax_upl_content .swiper-wrapper img {
    width: 100%
}

.mobile .ajax_upl_content .floor_arrows {
    max-width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    z-index: 4;
    position: relative
}

.mobile .mif_gallery {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.mobile .page-id-94 .owl-carousel .owl-prev {
    margin-left: 2px;

}

.mobile .page-id-94 .owl-carousel .owl-next {
    margin-right: 2px;
    cursor: pointer;
}
.mobile .navbar .brand_2 {
    cursor: pointer;
}
.mobile .tehn-details {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px
}

.mobile .page-id-94 .new_btn {
    width: 143px;
    font-size: 11px;
    margin-right: 10px;
    margin-left: 20px;
    margin-top: -10px;
    cursor: pointer;
}

.mobile .tehn-details .content_details_tehn {
    margin-top: 20px;
    max-width: 100%
}

.mobile .sect_til {
    margin-bottom: 20px
}

.mobile .back_to_floor_btn {
    margin-top: 20px
}

.mobile .another_floor_inf h1 {
    margin-bottom: 0
}

.mobile .info_price_know {
    width: 140px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    margin-right: 10px
}

.mobile .info_pdf_download {
    width: 140px;
    height: 50px;
    line-height: 50px;
    font-size: 13px
}

.mobile .ml_sned {
    margin-right: 10px !important;
    float: none !important
}

.mobile .print-link {
    display: none
}

.mobile .remodal .material {
    width: auto
}

.page-id-95 .another_floor_inf h1 {
    margin-top: 0;
    margin-bottom: 0
}

.page-id-95 .form_kapa {
    margin-top: 100px
}

.sekta .owl-prev {
    margin-left: -10px !important
}

.sekta .owl-prev, .owl-next {
    font-size: 2.5rem
}

.sekta .owl-next {
    margin-right: 32px !important
}

.page-id-408 .sekta .owl-prev {
    margin-left: -px !important
}

.page-id-408 .sekta .owl-next {
    margin-right: 45px !important
}

.house-plan__section {
    margin-top: 60px
}

.page-id-429 .page-content-2 {
    margin-top: 0px;
}
.page-id-429 .info_content_ap_title {
    margin-top: 20px;
    min-height: 30px;
}
.material label.small {
     -webkit-transform: scale(.6);
    transform: scale(.6);
}
#tab-navigation {
    display: flex;
    justify-content: center;
}
.d-flex {
    display: flex;
}
.complex-alba-iulia {
    display: none;
}
.mobile-area {
    display: none;
}


.mtbots {
    margin-bottom: 20px;
}

.mobile .navbar .brand_3 {
    margin: 0 auto;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.mobile .navbar .brand_3 .img_logo {
    height: 62px;
    width: 62px;
    margin-top: 2px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.mobile .navbar .brand_2 {
    float: left;
    margin-top: -2.1rem
}

.another_info .p-l-65 h1 {
    font-size: 24px;
    color: #6980B9
}

.sssss_floor {
    font-size: 20px;
    color: #6980B9;
    display: flex;
}

.sssss_floor:after {
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background: url('../images/hand-down-select.png') no-repeat;
    background-size: cover;
}

.floor-info-show {
    position: relative;
}

.cursor-pointer {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url('../images/mouse-pointer-small.png') no-repeat;
    background-size: cover;
}

.use-instructions {
    position: absolute;
    left: calc(50vw - 200px);
    z-index: 9;
    top: 300px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: calc(12px + 0.5vw);
    max-width: 400px;
    padding: 20px;
    font-weight: 500;
    text-align: center;
    display: none;
}

.close-btn {
    color: white;
    font: 18px/100% arial, sans-serif;
    position: absolute;
    right: 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 8px;
    z-index: 99;
    cursor: pointer;
}

.close-btn:after {
    content: '✖';
}

.close-intructions {
    top: 300px;
    left: calc(50vw + 400px);
}

.mobile .house-plan__section {
    margin-top: 0
}

.mobile .another_info h1 strong {
    font-size: 20px
}

.mobile .florombile2 {
    width: 100%;
    min-height: 350px;
    background: url(../images/new/just1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.new_offer {
    width: 1000px;
    height: max-content;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    /*top: calc(50vh - 230px);*/
    top: 50px;
    margin: 0 auto;
    display: none;
}

.new_offer_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    display: none;
}

.new_offer img {
    width: 100%;
    cursor: pointer;
}

.banner-hram {
    /*margin-top: 12.5vh;*/
    width: calc(67vh + 65px);
}

.mfp-close {
    margin-top: -5vh;
    font-size: calc(12px + 4vh);
}

.banner-hram img {
    height: 75vh;
    width: auto;
    float: inherit;
    margin: 0 auto;
}

#gallery figure {
    width: 49.5%;
    display: inline-block;
    margin-top: 20px;
}

#gallery figure:first-of-type {
    width: 100%;
}

#gallery figure img {
    width: 100%;
}

.apartment-title-wrapper {
    padding-top: 40px;
}

.apartment-title-wrapper br {
    display: none;
}

.apartment-title-wrapper h1 {
    font-size: calc(20px + 1.5vw);
    margin: 0.5vw;
}

.apartment-content-wrapper {
    margin-top: 2vw;
}

/* New plan navigation */
.header-spacing {
    height: 75px;
}
#plan-navigation-wrapper {
    margin: 40px auto;
    margin-top: 95px;
}

#plan-navigation-wrapper .main-map-image{
    max-width: 90vw!important;
    height: auto;
    background-repeat: no-repeat;
    display: flex;
    margin: 0 auto;
}

#tab-navigation {
    margin-bottom: 20px;
}

.plan-main-navigation .nav{
    display: flex;
    justify-content: center;
}

.main-sections-tabs:hover, .main-sections-tabs:focus {
    color: white!important;
}

.main-sections-tabs:focus {
    background: #6980B9;
    transition: all .3s ease-out;
}

.nav-tabs {
    border-bottom: none;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background-color: #6980B9;
}

.nav>li>a {
    padding: 0px;
}

.apartment-details-wrapper {
    pointer-events: none;
    position: absolute !important;
    transform: translateZ(0) !important;
    margin-top: 0 !important;
    transition: all .1s !important;
    display: block !important;
}

.apartment-details-wrapper  .apartment-info-title {
    background: #6980B9;
    min-width: 100%;
    height: 62px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
}

.apartment-info-hover {
    cursor: zoom-in;
}

#apartmentPlanModal .modal-body img {
    max-width: 75vw;
    max-height: 500px;
}
.modal-backdrop {
    display: none;
}
.modal-dialog {
    max-width: 85vw;
    min-width: 80vw;
    text-align: center;
}
.promotion-december {
    background-image: url('/wp-content/uploads/2019/12/promotion-december-web.png') !important;
}
@media screen and (orientation: landscape) {
    .banner-hram {
        width: 65vh;
    }
    .banner-hram img {
        width: auto;
        height: 90vh;
    }
    .mfp-close {
        margin-top: -25px;
        font-size: calc(12px + 4vh);
        margin-right: -25px;
    }
}

@media (min-width: 1520px) {
    .etapele-constructiei-img {
        width: 300px;
        height: 350px;
    }
    .owl-carousel .owl-nav .owl-prev {
        margin-left: -35px!important;
    }
	.owl-carousel .owl-nav .owl-next {
        margin-right: -35px!important;
    }
}

@media (min-width: 1601px) {
    .img_artifact {
        width: 90%;
        max-width: 1200px !important
    }
    .new_grid {
        max-width: 1200px !important
    }
    .img-luna-lable {
        top: 16vw;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .buap .visible-md {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    .curent_complexes .complex_key_info {
        margin-right: 0;
        padding-top: 0
    }
    .curent_complexes .complex_key_visual .block_line_1 {
        max-height: 290px
    }
    .blo_title {
        font-size: 21px
    }
    .space_inf {
        padding-top: 145px
    }
    .dots-image img {
        max-width: 450px
    }
}

@media (min-width: 768px) and (max-width: 1377px) {
    .aster-btn {
        display: none
    }
}

@media (max-width: 1280px) {
    .navbar-address {
        font-size: 14px;
    }
    /* .top_first_bar .col-md-8, .top_first_bar .col-md-4 {
        width: 50%;
    } */
}

@media (min-width: 1200px) {
    .experience-box {
        margin-top: 12.2rem
    }
    .pull-lg-right {
        float: right
    }
    .section-projects .filter-content {
        margin-top: 0
    }
    .section-3 .link-arrow.h5 {
        float: right;
        margin-top: -1.3rem
    }
    .section-5 .title-uppercase {
        margin-top: 22vh;
        margin-bottom: 0
    }
    .sly ul li {
        width: 685px
    }
    .section-5 .vertical-centred {
        padding-top: 17rem;
        padding-bottom: 8rem
    }
    .col-contact-info {
        border-left: 1px solid #cacaca
    }
    .footer-flex .flex-item {
        -webkit-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }
}

/*@media (min-width: 968px) and (max-width: 1260px) {*/
/*    .new_grid {*/
/*        width: 100% !important*/
/*    }*/
/*    .info_ab_et {*/
/*        width: 99px !important*/
/*    }*/
/*    .back_to_floor_btn {*/
/*        width: 150px !important*/
/*    }*/
/*    .back_to_floor_btn .img_back {*/
/*        margin-left: 4px !important*/
/*    }*/
/*}*/

@media (min-width: 990px) and (max-width: 1200px) {
    .menu_astercon {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .long-line {
        display: none
    }
    .affix .menu_astercon .lang {
        opacity: 1;
        transition: all .3s ease-out;
        text-transform: uppercase;
        float: right;
        position: absolute;
        right: 33px;
    }
}
@media (min-width: 370px) and (max-width: 768px) {
    .promotion-december {
        margin-top: 98px;
        background-size: auto !important;
    }    
}

@media (min-width: 992px) {
    .experience-box {
        margin-top: 6rem
    }
    html {
        font-size: 14px
    }
    .pull-md-right {
        float: right
    }
    .menu {
        width: 25%
    }
    .right-boxed {
        color: #fff;
        right: 4.2857rem
    }
    .left-boxed {
        left: 4.2857rem
    }
    .boxed-inner .boxed {
        padding-left: 6rem
    }
    .service-list {
        margin-bottom: 0
    }
    .col-contact-info {
        border-top: 0;
        padding-top: 0
    }
    .row-contact-info {
        margin-top: -5rem
    }
    .col-contact-info {
        margin-top: 5rem
    }
    .page-header {
        margin: 12.8rem 0 10.8rem
    }
    .page-header-2 {
        margin: 8.7rem 0 10.5rem
    }
    .page-header-3 {
        margin: 9.2rem 0 12.2rem
    }
    .page-header-3 .title-hr {
        margin: .9rem 0 0
    }
    .menu-list2>li {
        padding: 5px 0;
    }
    .about-info .section-info .title-hr {
        margin-top: 1rem
    }
    .secondary {
        padding: .5rem 0 0 6rem;
        margin-top: 0
    }
    .post-thumbnail {
        padding-left: 0;
        padding-right: 0
    }
    .about-info {
        padding-top: 1.2rem
    }
    .map {
        height: 36rem
    }
    .col-contact-info:nth-child(2n) {
        border-left: 1px solid #cacaca
    }
}

@media (min-width: 768px) {
    .promotion-december {
        background-size: 100% 100% !important;
    }
    html {
        font-size: 13px
    }
    .pull-sm-left {
        float: left
    }
    .pull-sm-right {
        float: right
    }
    .menu {
        width: 50%
    }
    .boxed-inner {
        padding-left: 0
    }
    .right-boxed {
        right: 3rem
    }
    .left-boxed {
        left: 3rem
    }
    .section-about {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-projects .filter {
        margin-right: 14rem
    }
    .section-projects .view-projects {
        position: absolute;
        top: 0;
        right: 0
    }
    .sly ul li {
        width: 555px
    }
    .project-box {
        padding-bottom: 75%
    }
    .row-contact-info {
        margin-top: -2rem
    }
    .col-contact-info {
        padding-top: 4rem;
        margin-top: 2rem
    }
    .footer-flex .flex-item {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        justify-content: center;
        display: flex;
    }
    .modal.fade .modal-dialog {
        max-width: 60%;
        left: 20%;
    }
}

@media (min-height: 700px) {
    .copy-bottom {
        display: block
    }
    .lang-bottom {
        display: block
    }
}

@media (min-height: 600px) {
    .menu .menu-lang {
        top: 7rem
    }
    .menu-list {
        top: 14rem;
        bottom: 8rem
    }
    .menu-list>li {
        font-size: 2.571rem
    }
    .menu-footer {
        bottom: 6rem
    }
    .menu-footer .copy {
        display: block
    }
}

@media (min-height: 500px) {
    #pp-nav .pp-nav-up, #pp-nav .pp-nav-down {
        display: block
    }
}

@media (max-width: 1200px) {
    .project-hover {
        padding: 3vw 1vw;
    }
    .project-hover .project-title {
        bottom: 60px;
        font-size: calc(12px + 1vw);
    }
    .project-item .link-arrow {
        left: 1vw;
        bottom: 20px;
    }
    .project-hover p {
        font-size: 14px;
        line-height: 1.3;
    }
    .project-item .link-arrow {
        font-size: calc(12px + 0.3vw);
    }
    .page-id-408 .sekta .owl-next {
        margin-right: 0px !important;
        right: -40px;
    }
    .etapele-constructiei-img {
        width: 24vw;
        height: 28vw;
    }
    .img-luna-lable {
        width: 14vw;
        height: 2.5vw;
        bottom: 2.5vw;
        line-height: 2.5vw;
    }
    .img-luna-lable::before, .img-luna-lable::after {
        border-top: 1.3vw solid transparent;
        border-bottom: 1.3vw solid transparent;
    }
}

@media (max-width: 1100px) {
    .navbar-address {
        padding: 0 5px;
    }
    .menu_astercon {
        width: calc(100% - 115px);
        margin-left: 80px;
    }
    .navbar.affix, .navbar.affix-top {
        padding: 20px 0 5px 35px;
        height: auto;
    }
    .navbar.affix-top {
        padding: 20px 0 10px 35px;
    }
    .navbar.affix-top .menu_astercon {
        width: calc(100% - 100px);
    }
    .navbar.affix-top .brand {
        margin-top: -15px;
    }
    .navbar.affix .brand {
        margin-top: -15px;
    }
    .project-carousel .owl-nav {
        position: absolute;
        top: inherit;
        transform: none;
    }
    .page-id-408 .sekta .owl-prev {
        margin-left: calc(50% - 40px) !important;
    }
    .page-id-408 .sekta .owl-next {
        right: calc(50% - 40px);
    }
    .project-hover p {
        display: none;
    }
}

@media (max-width: 1065px) {
    .navbar.affix .brand {
        margin-top: -10px;
    }
}

@media (max-width: 1024px) {
    .top_first_bar {
        height: 2px;
    }
    .affix .menu_astercon {
        width: calc(100% - 180px);
    }
    .etapele-constructiei-img {
        width: 29vw;
        height: 34vw;
    }
    .img-luna-lable {
        width: 18vw;
        height: 3vw;
        bottom: 3vw;
        line-height: 3vw;
        font-size: 1.5vw;
    }
    .img-luna-lable::before, .img-luna-lable::after {
        border-top: 1.5vw solid transparent;
        border-bottom: 1.5vw solid transparent;
    }
    .affix-top .mylangs a {
        font-weight: 500;
    }
    .page-id-100 .affix-top .mylangs a, .page-id-94 .mylangs a {
        color: white;
    }
    .mylangs.main-bar {
        margin-top: 15px;
        margin-bottom: 0px;
        float: right;
        padding: 0px;
        margin-right: -15px;
    }
    .floating_callss {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: 100vh;
        width: 100vw;
        background: rgba(255, 255, 255, .9);
        flex-wrap: wrap;
    }
    .mobile .floating_callss .send_reqo_222 {
        align-self: baseline;
        opacity: 1!important;
        margin-top: 20px;
        transform: none!important;
    }
    .page_head {
        min-height: 100px;
        margin-bottom: 25px;
    }
    .mobile-select-title {
        text-align: center;
        color: #6980B9;
        margin-top: 60px;
        font-size: calc(15px + 2vw);
    }
    .mobile-map {
        position: relative;
    }
    .mobile-block-name {
        position: absolute;
        background: white;
        padding: 5px 10px;
        font-weight: bold;
        border-radius: 10px;
        text-align: center;
        white-space: nowrap;
        font-size: calc(3vw);
    }
    .mobile-floor-links {
        padding: 10px 5px;
        font-size: calc(13px + 1vw);
        background: #6980B9;
        text-align: center;
        color: #fff;
        line-height: 1.5;
        margin: 5px 5px;
        width: calc(33.3% - 10px);
        text-transform: capitalize;
        cursor: pointer;
    }
    .mobile-floor-links:first-child, .mobile-floor-links:nth-child(2) {
        padding: 10px 0px;
    }
    .mob-complex-floor-title {
        text-align: center;
        color: #6980B9;
        margin: 40px 0 20px;
        font-size: calc(12px + 2vw);
    }
    .mobile-floor-links:first-of-type, .mobile-floor-links:nth-of-type(2) {
        width: calc(50% - 10px);
    }
    .form_kapa {
        margin-top: 40px;
    }
    .new_grid {
        width: 100%;
    }
    .floor_navigations {
        margin-top: 30px;
        width: auto;
        text-align: right;
    }
    .floor_nav_info_plus {
        line-height: 1.3;
        font-size: calc(14px + 1vw);
        text-transform: capitalize;
    }
    .img_artifact, .floor_lev_info .img_artifact {
        margin-top: 0px;
        width: 100%;
    }
    .back_to_floor_btn {
        width: auto;
        margin-top: 25px;
    }
    .back_to_floor_btn .img_back {
        margin-left: 10px;
    }
    .back_to_floor_btn .txt {
        padding-left: 25px;
        white-space: normal;
        font-size: calc(14px + 1vw);
        line-height: 1.3;
        justify-self: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        height: 60px;
    }
    .another_floor_inf h1 {
        color: #2D2F38;
        font-size: calc(20px + 1vw);
        margin-top: 0px;
        line-height: 1.3;
        padding-left: 17px;
    }
    .page-id-95 .another_floor_inf h1 {
        padding-left: 5px;
    }
    .info_ab_et {
        width: auto;
        height: auto;
        line-height: 1.5;
        background: #6980B9;
        margin-left: 0;
        font-size: calc(12px + 2vw);
        padding: 5px 10px;
    }
    .mob-nav-wrapper {
        margin-top: 15px;
    }
    #zoom-image {
        font-size: calc(15px + 1vw);
        padding: 0;
        margin: 20px 0 -5px;
        line-height: 30px;
        display: flex;
        padding-left: 17px;
        display: none;
    }
    #zoom-image div {
        height: calc(15px + 4vw);
        display: flex;
    }
    #zoom-image .zoom-icon {
        display: inline-block;
        background-image: url(/images/svg-icons/zoom.svg);
        width: calc(15px + 4vw);
        height: calc(15px + 4vw);
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 5px;
    }
    .info_ab_et_dark {
        font-size: calc(15px + 1vw);
        line-height: 1.5;
        height: auto;
        padding: 5px;
        text-transform: capitalize;
    }
    .info_price_know, .info_pdf_download, .another_floor_inf {
        margin-top: 20px;
    }
    .page-id-95 .another_floor_inf h1 {
        margin-top: 50px;
    }
    .page-id-95 .main {
        padding-top: 0px;
    }
    .mobile .back_to_floor_btn {
        margin-top: 20px!important;
    }
    .floor_lev_info .container .back_to_floor_btn {
        display: none;
    }
    .img_artifact #tab-navigation {
        padding-top: 20px;
    }
    #tab-navigation .nav-tabs {
        margin-top: 0px;
    }
    .block-floors {
        display: none;
    }
    .block-floors.active {
        display: block;
    }
    .form_kapa {
        padding-bottom: 40px;
    }
    .mobile .virtual-tour {
        margin-top: 35px;
    }
    .mobile .switch-tours {
        text-align: center;
    }
    .mobile .sect_til {
        font-weight: 500;
        text-align: center;
    }
    .mobile .switch-tours a {
        font-size: 16px;
    }
    #fullPaymentBtn {
        margin: 15px 0;
        font-size: calc(18px + 1vw);
    }
    .calculator-wrapper #ratesPaymentBtn {
        font-size: calc(15px + 1vw);
    }
    .calculator-wrapper .calc-title {
        font-size: calc(15px + 1vw);
    }
    #loanTermWrapper .form-group label, #loanTermWrapper .form-group select {
        font-size: calc(15px + 0.3vw);
    }
}

@media (max-width: 992px) {
    /* .top_first_bar .col-md-4 {
        width: 100%;
    } */
    .mobile .navbar .brand_3 {
        top: -5px;
    }
    .navbar.affix .brand {
        margin-top: 0px;
    }
    .navbar.affix, .navbar.affix-top {
        padding: 10px 20px 0px;
    }
    .curent_complexes .complex_key_visual .complex_key_img {
        margin: 40px 0 40px 40px;
    }
    .mobile .page-id-100 .menu_icon_r {
        margin: 0;
    }
    .navbar.affix-top .brand {
        margin-top: 0px;
    }
    .mobile .navbar .brand_2, .mobile .page-id-100 .call_icon {
        margin-top: 15px;
    }
    .navbar-address, .menu-list2 li a {
        font-size: 16px;
    }
    .mobile .info_text_slide {
        font-size: calc(30px + 6vw);
    }
    .mobile .info_text_slide2 {
        font-size: calc(15px + 2vw);
        margin-top: calc(10px + 2vw);
    }
    #proiecte-curente {
        padding: 0;
    }
    .mobile .curent_complexes .complex_key_info .complex_name {
        font-size: calc(15px + 1.5vw);
        line-height: 1.2;
    }
    .content .section-title, .mobile .section-clients .section-title {
        font-size: calc(20px + 1.5vw);
    }
    .new_btn {
        width: 45%;
        margin-right: 5%;
    }
    .dots-image img {
        margin-top: 20px;
    }
    .about_first_prop {
        margin-top: 60px;
    }
    .ming_stats {
        padding: 50px 0 !important;
    }
    .footer-flex .flex-item {
        padding: 0 5px;
    }
    .footer ul li a {
        font-size: 14px;
    }
}

@media (max-width: 850px) {
    .banner-hram {
        width: 85%;
        height: auto;
    }
    .banner-hram img {
        width: 80vw;
        height: auto;
    }
    .mfp-close {
        margin-top: -25px;
        font-size: calc(12px + 6vw);
        margin-right: -25px;
    }
}

@media (max-width: 768px) {
    .jumbotron {
        margin-top: 95px;
    }
    /*.mobile-block-name, .mobile-area {*/
    /*    display: block;*/
    /*}*/
    .main-margins {
     /*   margin: 35px 0;*/
    }
    .promotion-december {
        background-image: url("https://astercon.md/wp-content/uploads/2019/12/promotion-december-web-mob.png") !important;
        background-position-x: -14px !important;
        height: 100%;
        background-repeat: no-repeat !important;
    }
    .swiper-container-slide .promotion-december:after {
        /*background: rgba(255,255,255,1) !important;*/
    }
    .back_footer .flex-item:first-child {
        display: block
    }
    .back_footer .flex-item:last-child {
        display: block
    }
    .back_footer .bydaysoo {
        width: 100px;
        position: relative;
        float: right;
        margin-top: -137px
    }
    .back_footer {
        background: #2D2F38;
        width: 100%;
        min-height: 53px;
        max-height: 138px
    }
    .form_kapa {
        min-height: 400px
    }
    .back_footer ul {
        width: 100% !important; 
    }
    .section-clients .container, .section-clients .section-title {
        text-align: center;
    }
    .section-clients .section-title::after, .mobile .section-clients .section-title:after {
        margin: 5px auto 0;
    }
    .motiv_box .description_mot {
        margin: 10px auto 0;
    }
    .section-about {
        margin-bottom: 40px;
    }
    .ming_stats {
        margin-bottom: 0px;
    }
    .stat_number {
        font-size: calc(15px + 5vw);
    }
    .section-about .send_reqo_2 {
        margin: 25px auto 0;
        float: none !important;
    }
    .footer-flex .flex-item {
        flex: 0 0 20%;
    }
    .footer {
        padding: 40px 0;
    }
}

@media (max-width: 768px) {
    .curent_complexes .complex_key_info {
        max-width: 100%;
    }
    .mobile .curent_complexes .complex_key_info .complex_name {
        margin-top: 20px;
    }
    .mobile .new_btn {
        width: calc(50% - 10px);
        font-size: 14px;
    }
    .section-about {
        padding: 40px 0 0;
    }
    .mobile .about_second_prop {
        padding-top: 20px;
    }
    .section-about .send_reqo_2 {
        margin: 0 auto;
    }
    .social-list {
        text-align: center;
    }
    .social-list a {
        float: inherit;
    }
    .navbar-address {
        padding: 0 3px;
    }
    .ming_stats .col-xs-6:nth-child(3), .ming_stats .col-xs-6:nth-child(4) {
        margin-top: 20px;
    }
    .new_offer {
        width: 95%;
        /*top: calc(50vh - 25vw);*/
    }
    .project-hover .project-title {
        font-size: calc(12px + 3vw);
    }
    .parteners_about {
        padding: 0 20px;
    }
    .project-carousel .owl-stage {
        width: 700vw !important;
    }
    .project-hover p {
        display: block;
    }
    .project-item:hover .project-hover .project-title {
        margin-top: 45%;
    }
    .project-item .link-arrow {
        font-size: calc(12px + 1vw);
    }
    .parteners_about img {
        width: 100%;
    }
    .blacker_ki, .about_joy {
        padding: 50px 20px;
    }
    .owl-carousel.const-img-wrapper .owl-item {
        padding-left: calc(50vw - 150px)!important;
    }
    .etapele-constructiei-img {
        width: 300px;
        height: 346px;
    }
    .img-luna-lable {
        width: 150px;
        height: 30px;
        bottom: 28px;
        line-height: 30px;
        font-size: 16px !important;
        left: 50vw;
        margin-left: 0px;
    }
    .img-luna-lable::before, .img-luna-lable::after {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }
    #apartmentPlanModal .modal-dialog {
        max-width: 95vw;
    }

    #plan-navigation-wrapper {
        margin: 40px auto 0px;
        margin-top: 24px;
    }
    .plan-main-navigation {
        padding: 0px;
        padding-top: 19px;
    }
    #tab-navigation{
        padding-top: 16px;
    }
    .plan-main-navigation .nav {
        flex-wrap: wrap;
    }
    .nav-pills>li {
        margin: 1px;
    }
    .modal.fade .modal-dialog {
        max-width: 60%;
        left: 20%;
    }
}

@media (max-width: 700px) {
    .footer ul {
        max-width: 100%;
    }
    .footer-flex .flex-item {
        flex: 50%;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer-flex .brand {
        float: inherit !important;
    }
    .footer-flex {
        flex-wrap: wrap;
    }
    .back_footer ul {
        padding: 0px;
    }
    .back_footer .footer-flex .flex-item {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 50%;
    }
    .back_footer .flex-item ul li a {
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .mobile .new_btn {
        width: 100%;
        margin: 15px 0 0;
    }
    .mobile .motiv_box {
        margin-top: 35px;
    }
    .back_footer {
        max-height: 180px;
    }
    .mobile .menu-list {
        width: 320px;
    }
    .project-hover {
        padding: 3vw 10px;
    }
    .project-item:hover .project-hover .project-title {
        margin-top: 15%;
    }
    .project-item .link-arrow {
        left: 10px;
    }
    .img-luna-lable::before {
        left: -9px;
    }
    .img-luna-lable::after {
        right: -2px;
    }
    .owl-carousel.const-img-wrapper .owl-item {
        padding-left: calc(50vw - 163px)!important;
    }
    .calculator-wrapper .calc-subtitle-option {
        font-size: calc(12px + 0.3vw);
    }
    .calculator-wrapper .calc-title-option {
        font-size: calc(12px + 0.5vw);
    }
    .calculator-wrapper .calc-sum-title, .calculator-wrapper .calc-sum-value {
        font-size: calc(15px + 0.3vw);
    }
    .etapele-constructiei-img {
        width: 95vw;
        height: 110vw;
    }
    .another_info .comp_life {
        padding-bottom: calc(10px + 1vw);
    }
    .another_info .p-r-65, .another_info .p-l-65, .another_info .col-md-12 {
        padding: 0px;
        font-size: 15px;
    }
    .another_info p strong {
        display: block;
    }
    .tehn-details .content_details_tehn {
        font-size: 15px;
    }
    .tehn-details .my_tehn_title {
        font-weight: bold;
        text-align: center;
    }
    .mobile .page-id-94 .new_btn {
        margin-top: 0px;
        margin: 0 auto;
        display: block;
        float: none;
    }
}
.wrapper {
    overflow-y: hidden;
}
.page-inner .page-id-61.buap {
    padding-top: 50px;
    margin-bottom: 60px;
}
#menu-footer-back-menu .menu-item a:before, #menu-footer-back-menuru a:before, #menu-footer-back-menuen a:before {
	display: flex;
	content: "";
	width: 14px;
	height: 1px;
	background: #fff;
	opacity: 1;
	transition: all 0.7s;
	align-self: center;
	margin-right: 10px;
}
#menu-footer-back-menu .menu-item, #menu-footer-back-menuru .menu-item, #menu-footer-back-menuen .menu-item {
	margin: 10px auto ;
}
#menu-footer-back-menu .menu-item, #menu-footer-back-menuru .menu-item, #menu-footer-back-menuen .menu-item {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
@media (min-width: 768px) {
	#menu-footer-back-menu .menu-item, #menu-footer-back-menuru .menu-item, #menu-footer-back-menuen .menu-item {
			-webkit-flex: 0 0 20%;
			-ms-flex: 0 0 20%;
			flex: 0 0 20%;
			justify-content: center;
			display: flex;
	}
	}
	#menu-main-header-menu {
		display: flex;
		list-style: none;
		justify-content: space-between;
	}
	.affix .navbar-address {
		color: #000;
	}
	.navbar-address {
		color: #fff;
	}
	.affix .menu_astercon .active:before {
		background: #000;
	}
	.menu-main-header-menu-container {
	width: 100%;
	}
	.menu_astercon .menu-item {
	text-align: center;
	margin: 0;
	}
	.menu_astercon .active:before {
		background: #ffffff7d;
	}
	.menu_astercon .active:before {
		content: "";
		height: 2px;
		position: absolute;
		background: #00000052;
		bottom: -5px;
		width: 50%;
		left: 25%;
	}
    .page-id-428 .margin-top-100 {
        margin-top: 60px;
    }
	#menu-footer-back-menu .menu-item a, #menu-footer-back-menuru a, #menu-footer-back-menuen a {
		color: #fff;
		transition: all 1s;
		line-height: 1.4;
		font-weight: 500;
		font-size: 15px;
		display: flex;
	}
	.back_footer ul {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}
	.navbar.affix-top.no-home .menu_astercon .active:before {
    background: #000;
}
	#menu-top-info-bar {
		display: flex;
	    width: 100% !important;
	}
	.navbar.affix-top .img_logo {
		background-image: url("/wp-content/themes/astercon/images/astercon_b.svg");
	}
	.navbar.affix-top.not-home .img_logo {
		background-image: url("/wp-content/themes/astercon/images/astercon_b.svg");
	}
	.navbar.affix .img_logo {
		background-image: url("/wp-content/themes/astercon/images/astercon_b.svg");
	}
	.scroll_int_down .arrow_down {
		background: url(/wp-content/themes/astercon/images/arrow-down.svg) no-repeat center center;
		background-size: 20px;
	}
	.navbar.affix {
		background: #fafafa;
	}
	.navbar.not-home.affix-top {
		background: #fafafa;
		position: fixed;
	}
	.navbar.not-home.affix-top .menu_astercon .navbar-address {
		 color: #000;
	}
	.navbar.affix-top .menu_astercon .navbar-address {
		color: #fff;
	}
	.navbar.affix-top .menu_astercon .active:before {
		background: #fff;
	}
	.top_first_bar .top_info_bar div:first-child {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#menu-top-info-bar .menu-item {
		color: #6980B9;
		text-transform: uppercase;
		font-weight: 600;
		margin-left: 0;
		width: auto;
	}
	#menu-top-info-bar .menu-item a {
		color: #6980B9;
		-webkit-transition: color .3s ease-out;
		-o-transition: color .3s ease-out;
		transition: color .3s ease-out;
		text-decoration: none;
	}
    .widget {
        border: none;
    }
    #media_image-2 {
        width: 10%;
        padding: 0;
        margin: 0;
    }
    #footer .container {
        display: flex;
        justify-content: space-around;
    }
    #media_image-2 h2 {
        display: none;
    }
   @media (min-width: 768px) {
       .footer-flex .flex-item {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    justify-content: center;
    display: flex;
}
   }
    .page-spinner-overlay {
        display: none;
        opacity: 1;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: 10011;
        top: 0;
        left: 0;
        position: fixed;
    }
    .page-spinner-overlay.loading {
        display: block;
    }
    .spinner {
        z-index: 10012;
    }
    .animsition {
      transition: all 1.5s ease-in-out;
      animation-name: none !important;
    }    
    /*.footer-flex .flex-item {*/
    /*  flex: none;*/
    /*  width: 30%;*/
    /*}*/
    /*.social-list {*/
    /*  display: flex;*/
    /*  justify-content: flex-end;*/
    /*}*/
    /*#custom_html-3 {*/
    /*  width: 10%;*/
    /*}*/
    /*#custom_html-4, #custom_html-2, #custom_html-5 {*/
    /*  width: 60%;*/
    /*}*/
    #footer .brand {
      width: 12%;
    }
	@media (max-width: 767px) {
		#footer .brand {
		  width: auto;
		}
	}
    .widget_nav_menu .menu .menu-item a {
        text-transform: none;
    }
    .back_footer ul {
        margin: 0 auto;
        width: 85%;
        padding: 0 15px;
    }
    .widget_nav_menu .menu .menu-item {
        width: 25%;
    }
    @media (min-width: 768px){
.widget_nav_menu .menu .menu-item {
    justify-content: center;
    display: flex;
}}

  .widget_nav_menu .menu .menu-item a:before {
    display: flex;
    content: "";
    width: 14px;
    height: 1px;
    background: #fff;
    opacity: 1;
    transition: all 0.7s;
     align-self: center; 
     margin-right: 10px; 
  }
  .widget_nav_menu .menu .menu-item {
    margin-bottom: 0px;
  }
  .widget_nav_menu .menu .menu-item a {
    color: #fff;
    transition: all 1s;
    line-height: 1.4;
    font-weight: 500;
    font-size: 15px;
    display: flex;
  }
  .widget {
    padding: 0;
    margin: 0;
  }
  .menu-is-opened .call-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 65px rgba(0, 0, 0, .07);
    background: #6980B9;
  }
  .call-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: 10000;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }    
  .icon-cross2:before {
    /* content: "❌"; */
    content: "x";
    text-transform: lowercase;
    font-size: 30px;
    color: white !important;
  }
  .current_page_item a:before {
    background: #000;
    content: "";
    height: 2px;
    position: absolute;
    /*background: #00000052;*/
    bottom: -5px;
    width: 50%;
    left: 25%;
  }
  #messdd {
      display: none !important;
  }
  	@media(max-width: 500px) {
	  .floor_lev_info {
			max-height: 750px;
		}
		.single .owl-carousel .owl-stage-outer { 
			 padding-left: 30px;
		}
		.single .full-finalised .content .owl-prev {
			 margin-left: -35px !important;
		}
 	}
  @media(max-width: 850px) {
    .mobile .alternative_block .col-md-9 {
        width: 75%;
    }
    .mobile .alternative_block .col-md-3 {
        display: flex;
        align-self: center;
    }
    .mobile .alternative_block .icons {
        position: unset;
    }
    .call-menu {
        width: 100%;
    }
    
     .floor_info.pic {
         display: none;
     }
 }
    .menu2 .current_page_item a:before {
        display: none;
    }
    
    
@media (max-width: 500px) {
    .single .owl-carousel .owl-stage-outer {
    padding-left: 0;
}
}
@media (max-width: 768px) {
	/*.navbar.affix-top .img_logo {*/
	/*	background-image: url("/wp-content/themes/astercon/images/logo-white.svg");*/
	/*}*/
    .mobile .mif_gallery.second {
        display: block;
    }
    .floor_select {
        padding: 0;
    }
    .floor_navigations {
        z-index: unset;
    }
    .floor_navigations p {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        margin-left: 0 !important;
    }
    .info_ab_et_dark {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .info_ab_et.noselect.ripple2 {
        width: 50%;
    }
    .info_ab_et_dark,
    .info_ab_et {
        height: 50px !important;
        font-size: 14px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media(max-width: 1024px) {
    .header.mobile .col-xs-4.first {
        display: flex;
        align-items: center;
        height: 50px;
    }
    .header.mobile .col-xs-4.second {
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .header.mobile .col-xs-4.third {
        justify-content: flex-end;
        display: flex;
        align-items: center;
    }
    .header.mobile .col-xs-4.third .menu {
        padding: 0;
    }
    .mobile .navbar .brand_2 {
        margin: 0 !important;
    }
    .mobile .menu .lang-item a {
        text-transform: none;
        font-size: 18px;
        cursor: pointer;
    }
    .floor_navigations {
        margin-bottom: 0;
    }
}
#map {
    width: 100%;
    min-height: 350px;
    margin-top: 50px;
    margin-bottom: 50px;
}
header .menu-item {
    padding: 0 5px;
}
.back_footer ul {
    max-height: unset !important;
    height: auto;
}
.back_footer {
    max-height: unset !important;
}
.lang-item a {
    color: #6980B9 !important;
}
.current_page_item a:before {
    background: #00000052;
}
@media(max-width: 1300px) {
    .floor_info2 {
        width: auto;
        margin-top: -450px;
    }
    /*.col-md-6 {*/
    /*    width: auto;*/
    /*}*/
    .floor_info2 .f_info_1, .floor_info2 .f_info_2 {
        width: auto;
        padding: 0 8px;
    }
}
@media (min-width: 992px) and (max-width: 1180px) {
   .floor_lev_info .new_grid .col-md-10 {
        width: 100%;
    } 
   .floor_lev_info .new_grid .col-md-3 {
        width: 100%;
    } 
     .floor_lev_info .new_grid .col-md-4 {
        width: 100%;
    } 
     .floor_lev_info .new_grid .col-md-2 {
        width: 100%;
    } 
    .back_to_floor_btn {
        width: 100%;
    }
    .info_ab_et_dark {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .info_ab_et {
        width: 50%;
    }
    .floor_navigations p {
        margin-left: 45px;
    }
    .floor_navigations {
        margin-bottom: 50px;
        width: 100%;
    }
}
@media(max-width: 1024px) {
     .info_content_ap .col-md-6 {
         width: 50%;
     }
      .page-id-429 .page-content-2 {
         margin-top: 20px;
     }
     .mobile .page-id-429 .info_content_ap .op_info .vom_apela {
         margin-top: 0;
         position: relative;
         right: 0;
     }
       .info_ab_et_dark {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .info_ab_et {
        width: 50%;
    }
    .floor_navigations p {
        margin-left: 45px;
    }
    .floor_navigations {
        margin-bottom: 50px;
        width: 100%;
    }
 }
#send_call {
    outline: none;
}
input:-internal-autofill-selected {
    background: transparent;
}
input:-webkit-autofill {
    background-color: #FAFFBD !important;
}
.wpcf7-response-output {
    border: 1px solid white !important;
    margin-left: 0 !important;
}
.wpcf7-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
span.wpcf7-not-valid-tip {
    color: #fafafa !important;
    font-size: 14px !important;
    margin-top: 10px;
    font-weight: normal;
    display: block;
}
.form_kapa .wpcf7-form {
    display: flex;
    width: 100%;
    flex-direction: row; 
    /* justify-content: center; */
    /* align-items: center; */
}
.form_kapa .material label {
    left: 15px;
}

.form_kapa .material {
    transition: all 1s;
    opacity: 0;
    margin-left: 30px;
    margin-left: 0px;
    opacity: 1;
    width: 41.66666667%;
    margin: 0;
    padding: 0 15px;
}
.form_kapa input.send_reqo {
    width: 170px;
    height: 50px;
    background: #6980B9;
    text-align: center;
    color: #fff;
    line-height: 34px;
    transition: all 1s;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.form_kapa p {
    width: 16.66666667%;
}
.form_kapa .wpcf7-response-output {
    display: block;
    position: absolute;
    border: navajowhite;
    border: none !important;
    margin-top: 140px;
    font-size: 16px;
    color: #fff;
}
input {
    outline: none!important;
} 
@media(min-width: 1024px) {
   .mobile-block-name {
        display: none;
    }
    #alba-iulia-map {
        display: none;
    }
    #floors-links-wrapper {
        display: none;
    }
}
@media(max-width: 870px) {
    .form_kapa .wpcf7-form {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
    .form_kapa p {
        padding-left: 15px;
        margin-top: 30px;
    }
    .form_kapa .material {
        width: 55%;
    }
    .form_kapa .wpcf7-response-output {
        margin: 0;
        position: unset;
        margin-top: 20px;
    }
    /*.form_kapa .container {*/
    /*    width: 750px;*/
    /*}*/
}
@media(max-width: 600px) {
    .form_kapa .material {
        width: 80%;
    }
}
.gmnoprint {
    display: none;
}
.scroll_int_up .arrow_up {
    background: url(/wp-content/themes/astercon/images/group_b.svg) no-repeat center center;
    background-size: 61%;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.scroll_int_up {
    display: block;
    width: 50px;
    height: 60px;
    /* height: 70px; */
    border: 3px solid #6980B9;
    position: fixed;
    z-index: 1;
    bottom: 100px;
    /* border-radius: 50%; */
    cursor: pointer;
    right: 17px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    z-index: 100000;
}
.fade.show {
    opacity: 1;
    display: block;
}
.modal {
    z-index: 1072;
    display: block;
	padding-right: 17px;
	overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.5);	
}
.modal-content {
    width: 100%;
    height: 100%;
    max-height: 100%;
}
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
    /* max-width: 50%; */
    width: 60%;
    height: auto;
    position: fixed;
    left: 20%;
    top: 30%;
    min-width: unset;
}
button.close {
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    position: fixed;
    right: 20px;
    top: 20px;
    outline: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    color: #000;
   	font-size: 40px;
}
.modal-content img {
	width: 100%;
	height: auto;
}

@media(max-width: 1100px) {
    .modal.fade .modal-dialog {
        max-width: 70%;
        width: 70%;
        left: 15%;
    }
}
@media (max-width: 768px) {
    .modal.fade .modal-dialog {
        max-width: 74%;
        width: 74%;
        left: 13%;
    }
    button.close {
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    position: fixed;
    right: 27px;
    top: 20px;
    color: #000;
    outline: none;
}
}
@media (max-width: 550px) {
   .modal.fade .modal-dialog {
        max-width: 100%;
        left: 0%;
        top: 20%;
        width: auto;
    } 
    .swiper-container-slide {
        height: 650px;
    }
    button.close {
        right: 5px;
        top: 2px;
        font-size: 30px;
        color: #000;
    }
}
#apartmentPlanModal .modal-dialog {
    max-width: 80% !important;
    left: 15% !important;
    width: 70% !important;
}
.alba_iulia button.close {
    padding: 0;
    /* background-color: transparent; */
    border: 0;
    -webkit-appearance: none;
    position: fixed;
    right: 10px;
    top: 2px;
    outline: none;
    color: #000;
    opacity: 1;
    text-shadow: none;
}
.alba_iulia .modal-content img {
    width: 100%;
    height: auto;
}
.modal.fade.alba_iulia .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
    max-width: 46%;
    /* width: 50%; */
    height: auto;
    position: fixed;
    left: 29%;
    top: 29%;6
    min-width: unset;
}
  .info_text_slide {
    font-size: 60px;
    margin-left: 67px;
    font-weight: 500;
   /* line-height: 0;*/
      color: white;
      text-align: center;
}
.info_text_slide2 {
    font-size: 30px !important;
    /* margin-left: 67px !important; */
    font-weight: 400 !important;
    color: #fff;
    /* line-height: 0 !important; */
    width: 80%;
    text-align: center;
    margin-left: 0;
    line-height: 1;
    margin-top: 0px;
    max-width: 800px;
    margin: auto;
}
@media(max-width: 1100px) {
    .modal.fade.alba_iulia .modal-dialog {
        max-width: 50%;
        left: 25%;
    }
}
@media (max-width: 768px) {
    .modal.fade.alba_iulia .modal-dialog {
        max-width: 56%;
        left: 22%;
    }
    .alba_iulia button.close {
        right: 8px;
    }
}
@media (max-width: 550px) {
   .modal.fade.alba_iulia .modal-dialog {
        max-width: 70%;
        left: 15%;
    } 
   .alba_iulia button.close {
        right: 3.5px;
    }
    .info_text_slide2 {
        font-size: 20px !important;
    }
    #apartmentPlanModal .modal-dialog {
        max-width: 85% !important;
        left: 3% !important;
        width: 90% !important;
    }
    #apartmentPlanModal .modal-body img {
        max-width: 75vw;
        max-height: 500px;
    }
    #apartmentPlanModal .modal-title {
        font-size: 14px;
    }
    #apartmentPlanModal button.close {
       right: 7px;
       margin-top: -7px;
    }
}
#apartmentPlanModal .modal-header .close {
    color: #000;
}
#apartmentPlanModal {
    display: none;
}
#apartmentPlanModal .modal-content img {
    object-fit: contain;
    width: 80%;
}

.floor_lev_info.no_map {
    width: 100%;
    margin: 0 auto;
    min-height: 45vh;
    height: auto;
}
   .wrapper {
     overflow-y: hidden;
   }
   .page-inner .page-id-61.buap {
    padding-top: 50px;
    margin-bottom: 60px;
    }
    .full-finalised .content.single {
      width: 80%;
      margin: 0 auto;
      display: block;
      min-height: 250px;
      padding-top: 20px;
    }
   #menu-footer-back-menu .menu-item a:before {
     display: flex;
     content: "";
     width: 14px;
     height: 1px;
     background: #fff;
     opacity: 1;
     transition: all 0.7s;
     align-self: center;
     margin-right: 10px;
   }
   #menu-footer-back-menu .menu-item {
     margin-bottom: 0px;
   }
  #menu-footer-back-menu .menu-item {
     -webkit-flex: 0 0 25%;
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
   }
 @media (min-width: 768px) {
   #menu-footer-back-menu .menu-item {
       -webkit-flex: 0 0 20%;
       -ms-flex: 0 0 20%;
       flex: 0 0 20%;
       justify-content: center;
       display: flex;
   }
 }
 #menu-main-header-menu {
     display: flex;
     list-style: none;
     justify-content: space-between;
 }
 .affix .navbar-address {
     color: #000;
 }
 .navbar-address {
     color: #fff;
 }
 .affix .menu_astercon .active:before {
     background: #000;
 }
 .menu-main-header-menu-container {
   width: 100%;
 }
 .menu_astercon .menu-item {
   text-align: center;
   margin: 0;
 }
 .menu_astercon .active:before {
     background: #ffffff7d;
 }
 .single .full-finalised .header_bg {
    width: 100%;
    min-height: 650px;
    background-size: cover !important;
    background-position: center center !important;
}
 .menu_astercon .active:before {
     content: "";
     height: 2px;
     position: absolute;
     background: #00000052;
     bottom: -5px;
     width: 50%;
     left: 25%;
 }
   #menu-footer-back-menu .menu-item a {
     color: #fff;
     transition: all 1s;
     line-height: 1.4;
     font-weight: 500;
     font-size: 15px;
     display: flex;
   }
   .back_footer ul {
     display: flex;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-justify-content: space-between;
     -ms-flex-pack: space-between;
     justify-content: space-between;
   }
   #menu-top-info-bar {
     display: flex;
   }
   /*.navbar.affix .img_logo {*/
   /*  background-image: url("/wp-content/themes/astercon/images/logo-cafen.svg");*/
   /*}*/
   .scroll_int_down .arrow_down {
     background: url(/astercon/wp-content/themes/astercon/images/arrow-down.svg) no-repeat center center;
     background-size: 20px;
   }
   /*.navbar.affix {*/
   /*  background: #fafafa;*/
   /*}*/
   /*.navbar.single-project.affix {*/
   /*  background-color: #2D2F38;*/
   /*}*/
   /*.navbar.affix-top {*/
   /*  background: transparent;*/
   /*}*/
   /*.navbar.not-home.affix-top {*/
   /*  background: #fafafa;*/
   /*}*/
   /*.navbar.single-project.affix-top {*/
   /*  background-color: #2D2F38;*/
   /*}*/
   /*.navbar.single-project.affix .menu_astercon .navbar-address {*/
   /*  color: #fff;*/
   /*}*/
   /*.navbar.single-project.affix-top .menu_astercon .navbar-address {*/
   /*   color: #fff;*/
   /*}*/
   /*.navbar.not-home.affix-top .menu_astercon .navbar-address {*/
   /*   color: #000;*/
   /*}*/
   /*.navbar.affix-top .menu_astercon .navbar-address {*/
   /*  color: #fff;*/
   /*}*/
   /*.navbar.affix-top .menu_astercon .active:before {*/
   /*  background: #fff;*/
   /*}*/
   /*.navbar.single-project.affix-top .menu_astercon .active:before {*/
   /*  display: none;*/
   /*}*/
   /*.navbar.single-project.affix .menu_astercon .active:before {*/
   /*  display: none;*/
   /*}*/
   /*.navbar.affix-top.not-home .menu_astercon .active:before {*/
   /*  background: #00000052;*/
   /*}*/
   .top_first_bar .top_info_bar div:first-child {
     width: 100%;
     margin: 0;
     padding: 0;
   }
   #menu-top-info-bar .menu-item {
     color: #6980B9;
     text-transform: uppercase;
     font-weight: 600;
     margin-left: 5%;
   }
   #menu-top-info-bar .menu-item a {
     color: #6980B9;
     -webkit-transition: color .3s ease-out;
     -o-transition: color .3s ease-out;
     transition: color .3s ease-out;
     text-decoration: none;
   }
   .single .full-finalised .content .info:first-child {
    padding-right: 15px;
}

.single .full-finalised .content .info {
    color: #4A4B53;
    line-height: 20px;
    font-size: 13px;
    margin-top: 20px;
}
.single .full-finalised .content .npad {
    padding-left: 0;
}
.single .full-finalised .content .npad {
    padding-left: 0;
}
.single .full-finalised .content .info:first-child {
    padding-right: 15px;
}
.single .full-finalised {
    width: 100%;
    min-height: 1000px
}

.single .full-finalised .header_bg {
    width: 100%;
    min-height: 650px;
    background-size: cover !important;
    background-position: center center !important
}

.single .full-finalised .content {
    width: 80%;
    margin: 0 auto;
    display: block;
    min-height: 250px;
    padding-top: 20px
}

.single .full-finalised .content .c_titlez {
    font-size: 25px;
    color: #2D2F38
}
.single .full-finalised .content .c_titlez.heading {
    font-size: 30px;
    color: #2D2F38;
    font-weight: 300;
    margin-bottom: 0;
}
.single .full-finalised .content .info:first-child {
    padding-right: 15px
}

.single .full-finalised .content .info {
    color: #4A4B53;
    line-height: 20px;
    font-size: 13px;
    margin-top: 20px
}

.single .full-finalised .content .npad {
    padding-left: 0
}

.single .full-finalised .content .owl-next {
    margin-right: -35px;
    background: #2D2F38;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%
}

.single .full-finalised .content .owl-prev {
    background: #2D2F38;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-left: -35px
}

.single .full-finalised .content .owl-nav {
    width: 100%
}

.single .full-finalised .content .info {
    color: #4A4B53;
    line-height: 20px;
    font-size: 13px;
    margin-top: 20px;
}
.owl-carousel.owl-drag .owl-item {
  width: 100%;
}
.single .owl-carousel .owl-item img {
  /*height: 320px;*/
  width: 100%;
  object-fit: cover;
}
.pic {
  position: absolute !important;
  transform: translateZ(0) !important;
  margin-top: 0 !important;
  transition: all .1s !important;
}
.another_info p strong {
  font-weight: 600;
  font-size: 17px;
}
.single .full-finalised {
  width: 100%;
  min-height: 1000px;
}
.form_kapa {
  width: 100%;
  min-height: 300px;
  background: url(https://i.imgur.com/Wb9Payt.jpg);
  background-size: cover;
  background-position: center center;
}
/*@media(max-width: 1024px) {*/
/*    	.header.mobile {*/
/*    background: #fafafa;*/
/*}*/
/*    .mobile.affix-top .menu_icon_r {*/
/*        background: url(/wp-content/uploads/2019/10/menu_icon_white.svg);*/
/*        background-repeat: no-repeat;*/
/*        background-size: cover;*/
/*        background-position: center center;*/
/*    }*/
/*    .mobile.navbar.affix-top .brand_3 .img_logo  {*/
/*        background-image: url(/wp-content/themes/astercon/images/logo-cafen.svg);*/
/*    }*/
/*     .mobile.navbar.affix .img_logo  {*/
/*        background-image: url(/wp-content/themes/astercon/images/logo-cafen.svg);*/
/*    }*/
/*     .mobile .menu .lang-item a {*/
/*        font-weight: 500;*/
/*        color: #fff;*/
/*        flex-grow: 1;*/
/*        text-align: center;*/
/*        position: relative;*/
/*        font-size: 15px;*/
/*     }*/
/*     .mobile .affix .menu_icon_r {*/
/*        background: url(/wp-content/uploads/2019/10/menu_icon_white.svg);*/
/*        background-repeat: no-repeat;*/
/*        background-size: cover;*/
/*        background-position: center center;*/
/*    }*/
/*}*/
/*.navbar.affix, .navbar.affix-top {*/
/*    background-color: #2D2F38 !important;*/
/*}*/
/*.navbar.affix .img_logo, .navbar.affix-top .img_logo {*/
/*    background-image: url("/wp-content/themes/astercon/images/logo-white.svg") !important;*/
/*}*/
/*.menu li a {*/
/*    color: #fff;*/
/*}*/
.explt {
    background: #6980B9;
    color: #fff;
    padding: 10px 10px 10px 10px;
    min-width: 166px;
    max-width: 290px;
    margin-top: 15px;
    margin-bottom: 35px;
    text-align: center;
}
.explt.green {
    background: #539a5a;
    color: #fff;
    padding: 10px 10px 10px 10px;
    min-width: 166px;
    max-width: 290px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.comm {
    font-size: 16px;
    margin: 15px 0;
    font-weight: 600;
}
@media(min-width: 1900px) {
    .img-luna-lable {
        top: 9vw;
    }
}
.main-wrapper.error-page {
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.error-text {
    font-size: 22px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    font-weight: 400;
    color: #000;
}
.error-404 {
    font-size: 140px;
    color: #6980B9;
    font-weight: normal;
    margin-bottom: 50px;
}
#PopupBanner {
    padding: 0;
}
#PopupBanner .modal-dialog {
    transform: translate(-50%,-28%);
    height: auto;
    left: 50%;
    top: 30%;
    width: 80%;
}
#PopupBanner .modal-dialog button.close {
    right: 10px;
    top: 5px;
}
#PopupBanner .modal-content img.mobile {
    display: none;
}
#PopupBanner .modal-content img.pc {
    display: block;
}
@media(max-width: 550px) {
    .main-wrapper.error-page {
        height: 500px;
    }
    .error-text {
        font-size: 17px;
        max-width: 77%;
        margin: 0 auto;
    }
    .error-404 {
        font-size: 90px;
         margin-bottom: 20px;
    }
    #PopupBanner .modal-dialog {
        left: 50%;
        top: 35%;
        width: 95%;
        margin: 0;
    }
    #PopupBanner .modal-content img.mobile {
        display: block;
    }
    #PopupBanner .modal-content img.pc {
        display: none;
    }
}
.icon {
    display: flex;
    font-size: 20px;
    padding-right: 15px;
    align-items: center;

}
._orinationRight_25 .button_1O {
    margin-left: 20px !important;
}
._orinationRight_25.wrap_mW {
    left: 0 !important;
}
.popup_text .title {
    font-size: 24px;   
}
.popup_text .main_text {
    text-align: left;
    font-size: 16px;
}
.popup_text {
     padding: 15px 20px;
}
#tab-area-codru, #tab-area-666 {
    display: block;
}
.page_head h2 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding: 20px 0;
    margin: 0;
    width: 80%;
    margin: 0 auto;
}
.tehn-details ul.specs {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 20px;
}
.jumbotron {
    margin-top: 115px;
}
.banner__slider .btn_slider_a {
	margin-top: 30px;
}
.banner__slider .slick-slide {
	height: 600px;
	max-height: 100% !important;
}
.banner__slider .slick-list {
	height: 600px;
	max-height: 100%;
}

@media only screen and (max-width: 1024px) {
	.banner__slider .slick-track {
		height: 100%;
	}
	.banner__slider .btn_slider_a {
		top: unset;
	}
	.banner__slider .slick-slide img {
        position: relative;
		max-height: 600px;
	}
}

@media (max-width: 550px) {
	.jumbotron {
		height: auto !important;
	}
	.banner__slider {
		height: calc(100vh - 116px) !important;
	}
	.banner__slider .slick-list {
		height: calc(100vh - 116px);
	}
	.banner__slider .slick-slide {
		height: calc(100vh - 116px);
	}
	.banner__slider .btn_slider_a {
		position: relative;
		top: unset;
	}
	.banner__slider .slick-slide img {
		max-height: 100%;
	}
}
.jumbotron .swiper-container-slide .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
}