body {
    scroll-behavior: smooth;
}
.page-section{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    height: 180px;
}

.bg-light{
    background-color: transparent !important;
}

.nav-link{
    color: #fff !important;
    font-size: 14px;
    font-family: "Open Sans", arial, sans-serif;
    padding: 6px 8px;
    font-weight: 400;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nav-link:hover{
    color: #cccccc !important;
    transition:all 0.5s ease;
}

header .brand{
    margin-top: 5px;
}

.header{
    position: fixed;
    z-index: 999;
    width: 100%;
}


.brand span{
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(255,255,255, .85);
    font-family: Dosis, arial, sans-serif;
    position: absolute;
}


.dropdown-menu {
    position: fixed !important;
}

.swiper-slide {
    min-height:100vh;
    background: rgba(34,34,34, .3);
}

.swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center ;
    
  }

.BannerSwiper .swiper-wrapper .swiper-slide .container {
    height:100vh;
}
.BannerSwiper .swiper-wrapper .swiper-slide .container .row {
    height:100vh;
}
.BannerSwiper .swiper-wrapper .swiper-slide .banner-small-title {
    margin-top: 0;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 1.2;
    margin-bottom: 50px;
    color:#FFF;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
}

.BannerSwiper .swiper-wrapper .swiper-slide .banner-big-title {
    margin-top: 0;
    position: relative;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-family: 'Dosis', sans-serif;
    margin-bottom:50px;
    color:#FFF;
}
.BannerSwiper .swiper-wrapper .swiper-slide .banner-button {
    color: #fff;
    border: 2px solid rgba(255,255,255, .75);
    background: transparent;
    padding:10px 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-size:12px;
    transition:all 1s ease;
}
.BannerSwiper .swiper-wrapper .swiper-slide .banner-button:hover {
    background:#FFF;
    color:#000;
}
header {
    padding:15px 0px;
}
header .navbar-expand-lg #navbarSupportedContent {
    justify-content: end;
}
header .navbar-expand-lg #navbarSupportedContent .nav-item {
    margin-left: 30px;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
@media (max-width:992px) {
    .brand h1 {
        padding-right:0;
        font-size:20px;
    }
    header .brand {
        margin-left:0;
        margin-bottom:0;
        margin-top:20px;
    }
}

.swiper-button-next, .swiper-button-prev{
    color: white;
}

.swiper-button-disabled{
    color: rgba(255, 255, 255, 0.575);
}

.navbar .nav-item .dropdown-menu{
    background-color:rgba(244,118,49, .97) !important;
    font-size: 13px;
    border-radius: 0;
    border: solid 0px ;
}

.dropdown-item{
    color: #FFF;
}

.nav-link::after{
    color: white;
}

.dropdown-item:hover   {
    background-color: #f08347;
    color: white;
}

.dropdown-menu:hover{
    color: #FFF;
}

.navbar{
    justify-content: flex-end !important;
}

.navbar-nav{
    align-items: flex-start;
}

@media (max-width:990px) {
    .navbar-nav{
        background-color: #000;
    }

    .blok-mobile{
       display: flex;
       justify-content: center;
    }
}

.blok-icon{
    font-size: 50px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #cccccc;
}

.blok-title{
    color: #ff6600;
    margin-bottom: 21px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-family: Dosis, arial, sans-serif;
    margin-top: 30px;
}

.blok-link{
    border-radius: 2px;
    background: #ff6600;
    border: 1px solid #ff6600;
    height: fit-content;
    display: flex;
}

.blok-link a{
    color: #FFF;
    font-size: 12px;
    font-family: Dosis, arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    padding: 8px 37px;
    text-align: center;
    transition:all 0.5s ease; 
}

.blok-link a:hover{
    background-color: #fff;
    color: #ff6600;
}

.global-title{
    color: #ff6600;
    font-family: Dosis, arial, sans-serif;
    letter-spacing: 3px;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 40px;
}

.content h2{
    color: #ff6600;
    font-family: Dosis, arial, sans-serif;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}

.form-title{
    color: #ff6600;
    font-family: Dosis, arial, sans-serif;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 100px;
}

.content p, ul{
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 1.7;
    font-family: "Open Sans", arial, sans-serif;
}

.sidebar li a{
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    font-family: "Open Sans", arial, sans-serif;
}

.content li{
    list-style: disc;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 1.7;
    font-family: "Open Sans", arial, sans-serif;
}

.element-imageandtext {
    padding:75px 0px;
}
.element-imageandtext .global-title {
    font-size:30px;
    margin-top:0;
}

body{
    background-color: #fff;
}

.info{
    height: 130px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
}

footer p{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 1.7;
    font-family: "Open Sans", arial, sans-serif;
}

footer h1{
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #fff !important;
    font-family: Dosis, arial, sans-serif;
}

.footerButton{
    border-radius: 2px;
    background: #ff6600;
    border: 1px solid #ff6600;
    height: fit-content;
    display: flex;
    width: fit-content;
    margin-top: 30px;
}

.footerButton a:hover{
    background-color: #000;
    color: #ff6600;
}

.footerButton a{
    color: #FFF;
    font-size: 12px;
    font-family: "Open Sans", arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 37px;
    text-align: center;
    letter-spacing: 2px;
    transition:all 0.5s ease; 
}

.site{
    color: #888;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-family: Dosis, arial, sans-serif;
    font-size: 11px;
}

.dima{
    font-size: 11px;
    color: #999;
    font-family: "Open Sans", arial, sans-serif;
    line-height: 1.6;
}
 
.info a:hover{
    text-decoration: underline;
}

.sidebar {
    border: 2px solid #ddd;
    padding:20px;
    margin-top: 30px;
}

.tel{
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 1.7;
    font-family: "Open Sans", arial, sans-serif;
    text-transform: uppercase; 
    text-align: center; 
}

.sidebarButton{
    border-radius: 2px;
    background: #ff6600;
    border: 1px solid #ff6600;
    height: fit-content;
    display: flex;
}

.sidebarButton a:hover{
    background-color: #ffffff;
    color: #ff6600;
}

.sidebarButton a{
    color: #FFF;
    font-family: "Open Sans", arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    transition:all 0.5s ease;
    padding: 12px 0;
    font-size: 13px;
    width: 100%;
}

.subtitel{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    color: #666 !important;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 400;
    font-family: Dosis, arial, sans-serif;
}

.sidebar .current-parent a{
    font-weight:500;
}
.sidebar .current-parent {
    margin-left:0;
}
.sidebar li {
    margin-left:10px;
}
.sidebar li:nth-child(8) {
    margin-bottom:10px;
}
.navbar-fixed-top.transparent-header {
    background: transparent !important;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.navbar-fixed-top.scrolled {
    background:rgba(244,118,49, .97)!important;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    padding:0px 0px;
}
.navbar-fixed-top.scrolled .brand {
    margin-top:10px;
}
.page-section {
    padding-top:90px;
    margin-top: 0;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(255,255,255, .85);
    letter-spacing: 3px;
    font-family: Dosis, arial, sans-serif;
}
.navbar-toggler {
    border:0;
}
.navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #000;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #000;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #000;
    top: 8px;
    left: 0;
    content: "";
    z-index: 2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

:root {
    --swiper-theme-color: #fff !important;
}

@media (max-width:992px) {
    .navbar-fixed-top.scrolled .brand {
        margin-top:25px;
        margin-bottom:0;
    }
    .navbar-toggler-icon, .navbar-toggler {
        color:#000!important;
        transition:all 0.5s ease;
        margin-top:5px;
    }
    .navbar-nav {
        background:transparent;
    }
    .navbar-fixed-top.scrolled #navbarSupportedContent {
        width:100%;
        position:absolute;
        background:rgba(244,118,49, .97);
        top:77px;
        left:0;
        padding:30px 0px;
    }
    .navbar-fixed-top.transparent-header #navbarSupportedContent {
        width:100%;
        position:absolute;
        background:rgba(244,118,49, .97);
        top:60px;
        left:0;
        padding:30px 0px;
    }
    .navbar {
        position:unset;
    }
    .navbar-toggler:focus {
        border:0;
        outline:0;
        box-shadow:unset;
    }
}



.element-banner .swiper-button-next {
    color: white;
    background: white;
    width: 100px;
    height: 60px;
    transform: rotate(-90deg);
    right: -30px;
    opacity: 0;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transition:all 0.5s ease;
}
.element-banner .swiper-button-next:after, .swiper-rtl {
    content: 'next';
    color: grey;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(90deg);
    margin: 0 auto;
    transform: translate(0%,85%) rotate(90deg);
}
.element-banner .swiper-button-next:hover {
    background:lightgrey;
}
.element-banner:hover .swiper-button-next {
    opacity:1!important;
    right: -20px;
}

.element-banner .swiper-button-prev {
    color: white;
    background: white;
    width: 100px;
    height: 60px;
    transform: rotate(90deg);
    left: -30px;
    opacity: 0;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transition:all 0.5s ease;
}
.element-banner .swiper-button-prev:after, .swiper-rtl {
    content: 'next';
    color: grey;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(-90deg);
    margin: 0 auto;
    transform: translate(0%,85%) rotate(90deg);
}
.element-banner .swiper-button-prev:hover {
    background:lightgrey;
}
.element-banner:hover .swiper-button-prev {
    opacity:1!important;
    left: -20px;
}

.ContactPage .content a {
    text-decoration:underline;
    color:#000;
}
