body {
    margin-top: 0;
    transition: background-color 500ms linear 0s;
    background-color: #fffffffb;
    color: #000;
    font-size: 15px;
}


.logo a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    image-rendering: -webkit-optimize-contrast;
}

.top-nav-collapse .logo a img {
    /* max-width: 172px; */
    /* top: 0; */
}

.wow {
    visibility: hidden;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

a {
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

button:focus {
    outline: 0 !important;
}

input:focus {
    outline: none !important;
}

.f-none {
    float: none
}

.bg-white {
    background-color: #FFF
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.page-wrap {
    padding: 0;
}

.p-null {
    padding: 0
}

.pl-null {
    padding-left: 15px !important;
}

.mob-only {
    display: none;
}

.desc-only {
    display: block
}

.relative {
    position: relative
}

.f-right {
    float: right
}

.f-left {
    float: left
}

.anchor {
    display: block;
    position: relative;
    top: -30px;
    visibility: hidden;
}

div.table {
    display: table;
    margin-bottom: 79px;
    line-height: 1.5;
    margin-top: 25px;
    max-width: 554px;
}

div.tr {
    display: table-row;
}

div.td {
    display: table-cell;
    padding-right: 20px;
    margin-bottom: 48px;
    padding-bottom: 4px;
    padding-right: 32px;
    vertical-align: top;
}

div.td strong {
    font-weight: 400;
    max-width: 253px;
    display: inline-block;
}

div.td.t-bold {}

div.tr.space-b div.td {
    padding-bottom: 30px;
}

.to-top img {
    position: fixed;
    right: 26px;
    bottom: 54px;
    cursor: pointer;
    display: none;
    z-index: 99;
    width: 43px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.to-top img:hover {
    opacity: 0.6
}

.page-wrap {
    /* max-width: 1920px; */
    margin: 0 auto;
    /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35); */
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35); */
    z-index: 9;
    position: relative;
    /* overflow-y: hidden; */
    /* overflow-x: hidden; */
}

.navbar .container {
    position: relative;
    max-width: 100%;
}

.navbar-default .navbar-collapse.navbar250 {
    width: 100%;
    /* padding-left: 18px; */
}

.menu-btn-close {
    display: none
}

.menu-btn {
    display: none
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 55px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.c-hamburger:focus {
    outline: 0
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 26px;
    left: 18px;
    right: 18px;
    height: 3px;
    background: #0c0c0c;
}

.c-hamburger span::after,
.c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000000;
    content: "";
}

.c-hamburger--htla.is-active span::after,
.c-hamburger--htla.is-active span::before,
.c-hamburger--htra.is-active span::after,
.c-hamburger--htra.is-active span::before {
    width: 50%
}

.c-hamburger span::before {
    top: -8px;
}

.c-hamburger span::after {
    bottom: -8px;
}

.c-hamburger--rot {
    background-color: #28aadc
}

.c-hamburger--rot span {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.c-hamburger--rot.is-active {
    background-color: #166888
}

.c-hamburger--rot.is-active span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-hamburger--htx {
    background-color: transparent;
}

.c-hamburger--htx span {
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s;
}

.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform
}

.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform
}

.c-hamburger--htx.is-active {
    background-color: transparent;
}

.c-hamburger--htx.is-active span {
    background: 0 0;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #101010;
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000000;
}

.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.c-hamburger--htla {
    background-color: #32dc64
}

.c-hamburger--htla span {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.c-hamburger--htla span::before {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: -webkit-transform .3s, width .3s, top .3s;
    transition: transform .3s, width .3s, top .3s
}

.c-hamburger--htla span::after {
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform .3s, width .3s, bottom .3s;
    transition: transform .3s, width .3s, bottom .3s
}

.c-hamburger--htla.is-active {
    background-color: #18903c
}

.c-hamburger--htla.is-active span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-hamburger--htla.is-active span::before {
    top: 0;
    -webkit-transform: translateX(38px)translateY(4px)rotate(45deg);
    -ms-transform: translateX(38px)translateY(4px)rotate(45deg);
    transform: translateX(38px)translateY(4px)rotate(45deg)
}

.c-hamburger--htla.is-active span::after {
    bottom: 0;
    -webkit-transform: translateX(38px)translateY(-4px)rotate(-45deg);
    -ms-transform: translateX(38px)translateY(-4px)rotate(-45deg);
    transform: translateX(38px)translateY(-4px)rotate(-45deg)
}

.c-hamburger--htra {
    background-color: #ff9650
}

.c-hamburger--htra span {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.c-hamburger--htra span::before {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: -webkit-transform .3s, width .3s, top .3s;
    transition: transform .3s, width .3s, top .3s
}

.c-hamburger--htra span::after {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform .3s, width .3s, bottom .3s;
    transition: transform .3s, width .3s, bottom .3s
}

.c-hamburger--htra.is-active {
    background-color: #e95d00
}

.c-hamburger--htra.is-active span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-hamburger--htra.is-active span::before {
    top: 0;
    -webkit-transform: translateX(-8px)translateY(4px)rotate(-45deg);
    -ms-transform: translateX(-8px)translateY(4px)rotate(-45deg);
    transform: translateX(-8px)translateY(4px)rotate(-45deg)
}

.c-hamburger--htra.is-active span::after {
    bottom: 0;
    -webkit-transform: translateX(-8px)translateY(-4px)rotate(45deg);
    -ms-transform: translateX(-8px)translateY(-4px)rotate(45deg);
    transform: translateX(-8px)translateY(-4px)rotate(45deg)
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #12131D;
}

.se-pre-con .load-logo {}

.se-pre-con .load-logo .part1 img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    width: 151px;
}

.content-full-wrap {
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    height: 100%;
}

.paginate {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    font-weight: 700;
    padding-top: 50px;
    width: 100%;
    margin-bottom: 50px;
}

.paginate span {
    padding: 4px;
    color: #000000;
}

.paginate .current {
    color: #f2d800;
}

.paginate a {
    color: #333333;
    padding: 4px;
}

.paginate a:hover {
    color: #f2d800;
}

.color {
    color: #F2D800;
}

.nav-link {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin: 6px 10px;
    padding: 30px 13px;
}

.top-nav-collapse .navbar-nav .nav-link {
    padding: 2px 13px;
}

.navbar-nav .nav-link:hover,
.navbar-nav li.active .nav-link,
.navbar-nav li.current-page-ancestor .nav-link,
.navbar-nav li.active>.dropdown-item,
body.single-blog-details .menu-item-34 a {
    /* color: #F2D800; */
}

.navbar-expand-lg .navbar-nav {
    padding-left: 117px;
}

.navbar .icon-right {
    position: absolute;
    right: 0;
    top: -9px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar .icon-right .icon {}

.navbar .icon-right .icon img {
    width: 91px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar.top-nav-collapse .icon-right .icon img {
    width: 48px;
}

.navbar.top-nav-collapse .icon-right {
    top: -22px;
}

.navbar .icon-right .text {
    font-size: 22px;
    font-weight: 700;
    ransform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    position: absolute;
    right: 75px;
    top: 154px;
    height: 454px;
    width: 300px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar.top-nav-collapse .icon-right .text {
    right: -54px;
    top: 146px;
    height: 54px;
    width: 157px;
    font-size: 12px;
    /* background-color: antiquewhite; */
}

.navbar.top-nav-collapse {
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}



.home-header {
    position: relative;
}

.home-header .overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.home-header .slider-br-nav {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-header .slider-br-nav .current-br {
    font-size: 29px;
}

.home-header .slider-br-nav .line {
    display: inline-block;
    width: 36px;
    height: 1px;
    background-color: #fff;
    margin: 0 5px;
    opacity: 0.3;
}

.home-header .slider-br-nav .total-br {
    font-size: 17px;
    opacity: 0.5;
}

.home-header .slider-wrap {
    position: relative;
    height: 100%;
}

.home-header .slider-wrap .slider-item {}

.home-header .slider-wrap .slider-item .video-wrap {}

.home-header .slider-wrap .slider-item .video-wrap video {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-header .slider-wrap .slider-item .image-wrap {
    height: 100%;
    background-size: cover;
    background-position: center center;
}


.home-header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.home-header .container .content-wrap {}

.home-header .container .content-wrap .title {
    margin-bottom: 20px;
}

.home-header .container .content-wrap .title h2 {
    font-size: 71px;
    font-weight: 600;
    line-height: 1;
}

.home-header .container .content-wrap .subtitle {
    font-size: 18px;
    line-height: 1.3;
}

.new-menu {
    line-height: 1;
}
.new-menu svg {
    cursor: pointer;
}
.new-menu svg:hover {
    opacity:0.8
}
.container {
    max-width: 1400px;
}


.big-menu-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    display: flex;
    top: -100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.big-menu-wrap .big-logo img {
    z-index: 9;
    position: absolute;
    top: -251%;
    right: 15%;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 0.3;
    max-width: 31%;
}

.big-menu-wrap .big-logo img.active {
    top: 0%;
}

.big-menu-wrap .menu-close-img svg {

    position: absolute;

    z-index: 9;

    top: 0;

    width: 24px;

    left: 50px;

    top: 50px;

    cursor: pointer;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    transition: all 0.3s ease;

    opacity: 1;
}



.big-menu-wrap .menu-close-img svg:hover {
     opacity:0.7; 
}

.big-menu-wrap.open {
    /* display: flex; */
    top: 0;
}


.big-menu-wrap .menu-animate {
    text-align: center;
    max-width: 810px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.big-menu-wrap .menu-animate .line-hide {
    position: absolute;
    left: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background-color: #000;
    margin: 0 auto;
    display:none
}
.big-menu-wrap .menu-animate .line-hide.active {
    display:block
}
.big-menu-wrap .verticalbar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    /* background-color: #BEBEBE; */
    height: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    height: 100%;
    }



.big-menu-wrap .menu-animate ul {
    padding-left: 0;
    position: relative;
}
.big-menu-wrap .menu-animate ul li {
    list-style: none;
    opacity: 1;
}
.big-menu-wrap .menu-animate ul li a {
    font-size: 95px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    /* -webkit-text-stroke-color: #C8C8C8; */
    letter-spacing: 3px;
    line-height: 1.3;
}



.big-menu-wrap .menu-animate ul li a:hover {
    /* color: #C8C8C8; */
}


.big-menu-wrap .bottom-text {
    position: absolute;
    width: 100%;
    bottom: 50px;
    padding: 15px;
    max-width: 1810px;
    color: #C8C8C8;
    font-size: 18px;
    letter-spacing: 0.61px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}



.big-menu-wrap .bottom-text a {
    color:#C8C8C8
}

.big-menu-wrap .bottom-text a:hover {
    opacity:0.7
}
.big-menu-wrap .left-part {
    display: inline-block;
    width: 50%;
    float: left;
    
}
.big-menu-wrap .left-part a {
    margin-right: 60px;
}

.big-menu-wrap .right-part {
    display: inline-block;
    width: 50%;
    text-align: right;
}
.big-menu-wrap .right-part a {
    margin-left: 60px;
}



footer {
    background-color: #141719;
    padding: 45px 0 25px 0;
    color: #a7a7a7;
}
footer a {
    color: #a7a7a7;
         }
footer a:hover {
    opacity:0.7;
    color: #a7a7a7;
}
footer .container {
    max-width: 1750px;
}
footer .footer-logo {
    margin-bottom: 40px;
}
footer .footer-logo img{
    width: 200px;
}
footer .f-nav {
    min-height: 125px;
    font-size: 15px;
}
footer .f-nav ul {
    padding-left: 0;
}
footer .f-nav ul li {
    list-style: none;
    display: inline-block;
}
footer .f-nav ul li a {
    font-size: 15px;
    margin-right: 40px;
    text-transform: uppercase;
}

footer .f-nav.right {
    text-align: right;
}
footer .f-nav.right .links {}
footer .f-nav.right .links a {
    margin-left: 40px;
}

footer .under-content {
    font-size: 12px;
}
footer .under-content.right {
    text-align: right;
}

footer .under-content span {
    display: inline-block;
    width: 25px;
    text-align: center;
}

.contact_separator {
    padding: 30px 0;
    background-color: beige;
    border-bottom: 1px solid red;
}
.contact_separator .container {
    max-width: 1750px;
}
.contact_separator .container .links {
    font-size: 15px;
}
.contact_separator .container .links a {
    display: inline-block;
    margin-right: 90px;
    color: black;
}
.contact_separator .container .links a:hover {
    opacity:0.7
}

.multi-title {
    position: relative;
    margin-bottom: 70px;
}
.multi-title h2 {
    font-size: 47px;
    font-weight: 600;
    position: relative;
}
.multi-title .aps-text {
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #C8C8C8;
   font-size: 70px;
   font-weight: 600;
   color: transparent;
   position: absolute;
   left: 0;
   right: 0;
   top: 26px;
   letter-spacing: 4.5px;
   line-height: 1;
}

.multi-title.left {
    
text-align: left;
}
.multi-title.left .aps-text {
    top: 26px;
    left: 37px;
}

.about-us {
    
    background-size: cover;
    background-position: center;
}

.standard-spaces {
    padding: 130px 0 110px 0;
    position: relative;
    background-position: center;
    background-size: cover;
}

.standard-spaces.contact-wrap {
    background-color: #fff;
}

.standard-spaces.contact-wrap .contact-text {
    color: #000;
}
.standard-spaces.contact-wrap .multi-title h2 {
    color:#000
}

.standard-spaces.contact-wrap .acf-field .acf-label label {
    color: #000;
}

.standard-spaces.contact-wrap .acf-fields > .acf-field {
    padding-left: 0;
    padding-right: 0;
}

.standard-spaces.contact-wrap  .af-submit {
    padding-left: 0;
    padding-right: 0;
}
.standard-spaces.contact-wrap  .af-submit button {
    border: 1px solid #000;
    font-size: 20px;
    padding: 4px 21px;
}
.gallery-wrap .container.gallery-images {
    max-width: 1420px;
}

.gallery-wrap .gallery-images-slider {
    margin-top: 156px;
}

.gallery-wrap .gallery-images-slider .row{
    align-items: center;
  justify-content: center;
}
.gallery-wrap .gallery-images-slider .slider-item-new {
    height: 380px;
    background-size: cover;
    background-position: center center;
}

.gallery-wrap .owl-theme .owl-nav.disabled+.owl-dots {
    left: 0;
    right: inherit;
    bottom: -32px;
}
.gallery-wrap  .new-text {
    max-width: 522px;
}
.about-us .content {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

.about-us.left .content {
    text-align: left;
}

.about-us .content .text {
    
}

.about-us .image-wrap  {
    
}
.about-us .image-wrap img {
    max-width: 100%;
    padding-right: 80px;
}


.gallery-wrap .gallery-images .grid-item {
    width: 33.333333%;
    padding: 10px;
}


.gallery-wrap .gallery-images img {
    
width: 100%;
}

.gallery-wrap .aps-bg {
    
width: 100%;
    
position: absolute;
    
background-color: #646464;
    
top: 425px;
    
bottom: 0;
}



.services-wrap .items {
    margin-top: 100px;
    min-height: 250px;
}
.services-wrap .items .item-wrap {
    max-width: 305px;
    margin: 0 auto;
}
.services-wrap .items .item-wrap .title {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.services-wrap .items .item-wrap .hidden-part {
  display: none;
}
.services-wrap .items .item-wrap .hidden-part .line {
    height: 4px;
    background-color: #b3b3b3;
    margin-bottom: 45px;
}
.services-wrap .items .item-wrap .hidden-part .text {
    font-size: 14px;
}


.what_defines_us-wrap {
    text-align: center;
}
.what_defines_us-wrap .items {
    margin-top: 120px;
}
.what_defines_us-wrap .items .item-wrap {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}
.what_defines_us-wrap .items .item-wrap .title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 30px;
}
.what_defines_us-wrap .items .item-wrap .text {
    overflow: hidden;
   
    font-size: 17px;
    max-height: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.what_defines_us-wrap .items .item-wrap:hover .text {
    max-height: 150px;
    padding-bottom: 50px;

}

.what_defines_us-wrap .items .item-wrap:hover .title {
   
    font-size: 60px;
}

.full-image img {
   width: 100%;
}



.team-wrap .items {
    margin-top: 140px;
}
.team-wrap .items .item-wrap {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.team-wrap .items .item-wrap .image {
    margin-bottom: 15px;
}
.team-wrap .items .item-wrap .image img {
    max-width: 100%;
}

.team-wrap .items .item-wrap .name {
    font-size: 28px;
    margin-bottom: 10px;
}
.team-wrap .items .item-wrap .function {
    font-size: 17px;
    letter-spacing: 3px;
    margin-bottom: 8px;
}
.team-wrap .items .item-wrap .mail-tel {}
.team-wrap .items .item-wrap .mail-tel a {
    font-size: 13px;
    display: block;
}

.team-wrap .items .item-wrap .mail-tel a:hover {
    opacity:0.7
}


.kontakt-wrap {
}
.kontakt-wrap .container.details .text-wrap a:hover {
    opacity:0.7;
}
.kontakt-wrap .container.details {
    max-width: 1920px;
    margin-top: 159px;
}
.kontakt-wrap .container.details .text-wrap {
    max-width: 589px;
    float: right;
    padding-right: 119px;
    /* width: 100%; */
}
.kontakt-wrap .container.details .text-wrap .item-info {
    margin-bottom: 42px;
}
.kontakt-wrap .container.details .text-wrap .item-info .top-text {
    font-size: 16px;
    margin-bottom: 3px;
}
.kontakt-wrap .container.details .text-wrap .item-info .detail {
    font-size: 22px;
}
.kontakt-wrap .container.details .text-wrap .item-info .detail .listt {}
.kontakt-wrap .container.details .text-wrap .item-info .detail .listt span {
    display: inline-block;
    width: 105px;
}


.kontakt-wrap .container.details .g-map {}
.kontakt-wrap .container.details .g-map iframe {
    width: 100%;
    height: 400px;
}

.kontakt-wrap .container.details .g-map.dark-gray iframe {
    filter: grayscale(100%) invert(92%) contrast(83%);

}

.kontakt-wrap .container.details .g-map.grey iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);

}

.standard-content {
    
padding: 190px 0 150px 0;
}

.standard-content .multi-title {
    text-transform: uppercase;
    margin-bottom: 100px;
}


.standard-content .content {
}




@media(max-height: 570px) {
    .home-header .slider-wrap .slider-item {
        height: 570px !important;
    }
    .home-header {
        

    }
    .big-menu-wrap .menu-animate ul li a {
        
font-size: 60px;
    }
}

@media(min-width:992px) {}




@media(max-height: 800px) {}

@media(max-height: 560px) {}

@media(max-width: 1700px) {}

@media(max-width: 1600px) {}

@media(max-width: 1500px) {}

@media(max-width: 1345px) {}

@media(max-width: 1299px) {
    .kontakt-wrap .container.details .text-wrap {
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    .home-header .slider-br-nav {
        top: 14%;
        right: 6px;
    }
    .home-header .container .content-wrap .title h2 {
        
font-size: 50px;
    }
}

@media(max-width: 1199px) {}

@media(max-width:1100px) {}

@media(max-width:991px) {
    .services-wrap .items .item-wrap .hidden-part {
        display: block !important;
    }
    .home-header .slider-br-nav .total-br {
        font-size: 13px;
    }
    .home-header .slider-br-nav .current-br {
        font-size: 20px;
    }
    .home-header .slider-br-nav .line {
        width: 20px;
    }
    .home-header .slider-br-nav {
    top: 15px;
    right: 6px;
}
    .multi-title h2 {
    font-size: 30px;
}
    .multi-title .aps-text {
    font-size: 50px;
    letter-spacing: 2px;
}
    .multi-title.left .aps-text {
    top: 0;
    left: 17px;
}
    .home-header .slider-wrap .slider-item {height: 500px !important;}
    .home-header .container .content-wrap .title h2 {
    font-size: 30px;
}
    .big-menu-wrap .menu-close-img svg {
        left: 20px;
        top: 20px;
    }
    .big-menu-wrap .bottom-text {
        
bottom: 0;
    }
        .big-menu-wrap .left-part a, .big-menu-wrap .right-part a {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}
    .big-menu-wrap .menu-animate ul li a {
        font-size: 50px;
        /* font-weight: 600; */
    }

    .navbar .icon-right .icon img {
        width: 45px !important;
    }

    .navbar .icon-right {
        right: 57px;
        top: -37px !important;
    }

    .dark-overly {
        display: block;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 9;
        top: 0;
        bottom: 0;
        background-color: #000000c4;
        right: -100%;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

    .dark-overly.active {
        right: 0;
    }

    .fixed-top {
        overflow: inherit;
        background: #fff;
    }

    .navbar {
        padding: 9px 10px !important;
    }

    .navbar.top-nav-collapse .contakt-info,
    .navbar .contakt-info {
        top: 10px;
        right: 70px;
    }

    .logo a img,
    .top-nav-collapse .logo a img {
        width: 91px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .navbar {
        padding: 7px 10px;
        opacity: 1;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        height: auto;
    }

    .page-wrap {
        /* padding-top: 52px; */
    }


    .navbar .contakt-info .search-part,
    .navbar .contakt-info .icons {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu li.active .dropdown-item {
        color: #b1291c;
    }

    .dropdown-item {
        padding: 3px 14px;
        font-size: 17px;
    }

    .dropdown-menu {
        padding: 0px 0 0px 0;
        position: static !important;
        display: block;
        text-align: left;
    }

    .navbar-nav .nav-link {
        font-size: 40px !important;
        line-height: 1.5;
        background: none !important;
    }

    .top-nav-collapse .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        padding: 11px 20px;
    }

    .navbar-collapse {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .navbar-light .navbar-nav li {
        margin-left: 0px;
    }

    .navbar-expand-lg .navbar-nav {
        padding-left: 5px;
        position: relative;
        z-index: 9;
    }

    .navbar .contakt-info .direct-call a .icon img {
        width: 40px;
        margin: 0 17px;
    }

    .navbar.top-nav-collapse .contakt-info,
    .navbar .contakt-info {
        top: 10px;
        right: 70px;
    }

    .logo a img,
    .top-nav-collapse .logo a img {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .menu-btn-close img {
        width: 100%;
    }

    .top-nav-collapse .menu-btn {
        /* top: -9px; */
    }

    .menu-btn {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        display: block;
        /* width: 32px; */
        /* height: 35px; */
        position: absolute;
        right: -13px;
        top: 15px;
        z-index: 999;
        top: -8px;
    }

    .menu-btn.active {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        display: block;
        width: 61px;
        height: 63px;
        background-size: 61px;
        background-color: transparent;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        overflow-x: hidden;
        padding-top: 19px;
        transition: 0.5s;
        border-top: 0;
        display: block;
        margin-top: 58px;
        margin-bottom: 0;
        padding-top: 19px;
        padding-left: 0;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        padding-bottom: 50px;
        /* min-height: 650px; */
        background-color: #fff;
    }

    .navbar-light #menu-main-menu-2.navbar-nav .current-menu-parent>.nav-link,
    .navbar-light .navbar-nav .active>.nav-link {
        border-bottom: none;
        color: #009fe3;
    }
}

@media(max-width:767px) {
    h2 {
        font-size: 18px;
    }
    .services-wrap .items .item-wrap .hidden-part .text {
        font-size: 13px;
    }
    .services-wrap .items .item-wrap .hidden-part .line {
        
    }
    .gallery-wrap .gallery-images-slider {
        
margin-top: 70px;
    }
    .standard-content {
        
padding: 50px 0 60px 0;
    }
    .kontakt-wrap .container.details .text-wrap .item-info .detail {
        font-size: 18px;
    }
    .kontakt-wrap .container.details .text-wrap .item-info .top-text {
        font-size: 14px;
    }
    footer {
    padding: 45px 0 0 0;
    }
    footer .f-nav ul {
        margin-bottom: 50px;
    }
    footer .f-nav ul li {
        display: block;
        margin-bottom: 12px;
    }
    footer .under-content.right {
        margin-bottom: 0;
    }
    footer .under-content {
        margin-bottom: 50px;
    }
    footer .f-nav {
        min-height: auto;
        margin-bottom: 26px;
    }
    .kontakt-wrap .container.details {
        
margin-top: 116px;
    }
    .what_defines_us-wrap .items .item-wrap .text {
        max-height: initial;
        padding-bottom: 0 !important;
        margin-bottom: 50px;
        font-size: 13px;
    }
    .what_defines_us-wrap .items .item-wrap .title {
    font-size: 30px !important;
    margin-bottom: 10px;
    }
    .team-wrap .items {
        
margin-top: 70px;
    }
    .services-wrap .items {
        margin-top: 70px;
    }
    .services-wrap .items .item-wrap {
        margin-bottom: 50px;
    }
    .multi-title {
    position: relative;
    margin-bottom: 40px;
}
    .about-us .image-wrap {margin-bottom: 25px;}
    .about-us .image-wrap img {
        
padding-right: 0;
    }
    .multi-title .aps-text {
    font-size: 40px;
    letter-spacing: 1px;
    top: 10px !important;
}
    .standard-spaces {
        padding: 55px 0 48px 0;
    }
    .gallery-wrap .gallery-images .grid-item {
        
width: 50%;
    }
}