/*GLOBAL*/
*{
    box-sizing: border-box;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.23;
}
html{
    scroll-behavior: smooth;
}
img{
    display: block;
    width: 100%;
    height: auto;
}
.container-fluid{
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container{
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 576px){
    .container{
        max-width: 520px;
    }
}
@media only screen and (min-width: 992px){
    .container{
        max-width: 950px;
    }
}
@media only screen and (min-width: 1400px){
    .container{
        max-width: 1342px;
    }
}



/*HEADER*/
.mp_header_sec{
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    z-index: 1030;
    transition: 0.2s ease-out;
}
.mp_header_sec .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mp_header_sec ul{
    list-style-type: none;
    padding-left: 0;
    display: flex;
    align-content: center;
}
.mp_header_sec ul li{
    margin: 0 58px;
}
.mp_header_sec ul li a{
    font-weight: 600;
    line-height: 20px;
    color: white;
    text-decoration: none;
    position: relative;
    transition: 0.2s ease-in-out;
}
.mp_header_sec ul li a:before, .mp_header_tel_number:before{
    content: "";
    position: absolute;
    transition: inherit;
    left: 0;
	height: 1px;
	width: 100%;
    bottom: -3px;
    opacity: 0;
    background-color: white;
    pointer-events: none;
}
.mp_header_sec ul li a:hover:before, .mp_header_tel_number:hover:before{
    bottom: 0;
    opacity: 1;
}
.mp_header_sec .navbar{
    max-width: 888px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mp_header_tel_number{
    color: #24D6E1;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.25;
    text-decoration: none;
    position: relative;
    transition: 0.2s ease-in-out;
}
.mp_header_tel_number:before{
    background-color: #24D6E1;
}
header.smallHeader{
    background-color: #0E0E0E;
}
#nav-icon3{
    display: none;
}
/*FOOTER*/

/*SLIDER*/
.mp_slider_section{
    background: linear-gradient(106.17deg, #78CDCF 0%, #644B75 48.44%, #693157 100%);
    padding-top: 289px;
    padding-bottom: 309px;
    position: relative;
}
.mp_slider_upper_text{
    margin-left: 407px;
    font-size: 25px;
    font-weight: 600;
    color: white;
    line-height: 1.23;
    margin-bottom: 12px;
}
.mp_slider_title{
    max-width: 907px;
}
.mp_slider_title, .mp_slider_title span{
    font-size: 64px;
    font-weight: 800;
    color: white;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.mp_slider_title span{
    color: #24D6E1;
}
.mp_slider_lower_text{
    font-size: 16px;
    line-height: 1.6;
    color: white;
    max-width: 802px;
    margin-bottom: 89px;
}
.mp_slider_btn{
    color: #24D6E1;
    border: 1px solid #24D6E1;
    background-color: rgba(255, 255, 255, 0.12);
    padding: 13px 120px;
    line-height: 1.6;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s ease-out;
}
.mp_slider_btn:hover{
    background-color: #24D6E1;
    color: white;
}
.mp_slider_figure{
    right: 96px;
    top: 210px;
    position: absolute;
}

/*References*/
.mp_references_row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.14);
    padding: 38px 72px;
    margin-top: -70px;
    position: relative;
    background-color: white;
}

/*Galerie*/
.mp_galerie_sec{
    padding-left: 0;
    padding-right: 0;
    padding-top: 139px;
    padding-bottom: 139px;
}
.mp_galeries_figure{
    max-width: 22.18%;
    width: 100%;
    margin: 0 11px;
}
.flickity-prev-next-button{
    height: 100%;
    width: 36px;
    border-radius: 0;
    transform: none;
    top: 0;
    outline: none!important;
    box-shadow: none!important;
    background: rgba(255, 255, 255, 0.8);
    transition: 0.2s ease-out;
}
.flickity-prev-next-button:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/assets/images/chevron-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 18px;
}
.flickity-prev-next-button.previous:before{
    transform: translate(-50%, -50%) rotate(180deg);
}
.flickity-prev-next-button svg{
    display: none;
}
.flickity-prev-next-button.previous{
    left: 0;
}
.flickity-prev-next-button.next{
    right: 0;
}
.mp_galeries_figure img{
    object-fit: cover;
}

/*Kontakt*/
.mp_kontakt_sec{
    padding-top: 103px;
    padding-bottom: 101px;
    background: linear-gradient(106.17deg, #78CDCF 0%, #644B75 48.44%, #693157 100%);
}
.mp_kontakt_sec .container{
    max-width: 968px;
}
.mp_kontakt_title{
    text-align: center;
    color: #24D6E1;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 51px;
}
.mp_kontakt_column_inner{
    background-color: rgba(255, 255, 255, 0.1);
    height: 100%;
    padding: 36px 27px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mp_kontakt_row{
    display: inline-flex;
    align-items: center;
    margin-bottom: 23px;
    text-decoration: none;
}
.mp_kontakt_column_inner .mp_kontakt_row:last-child{
    margin-bottom: 0;
}
.mp_kontakt_figure{
    min-width: 31px;
    margin-right: 34px;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mp_kontakt_figure img{
    max-width: 24px;
}
.mp_kontakt_sec .row{
    display: flex;
    width: 100%;
    margin: 0 -14px;
}
.mp_kontakt_column{
    flex: 0 0 50%;
    width: 50%;
    padding: 0 14px;
}
.mp_kontakt_text{
    color: white;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
}
a.mp_kontakt_row{
    position: relative;
}
a.mp_kontakt_row:before{
    content: "";
    position: absolute;
    transition: inherit;
    left: 0;
	height: 1px;
	width: 100%;
    bottom: -3px;
    opacity: 0;
    background-color: white;
    pointer-events: none;
    transition: 0.2s ease-out;
}
a.mp_kontakt_row:hover:before{
    opacity: 1;
    bottom: 0;
}

/*Footer*/
footer{
    background-color: #0E0E0E;
    background-image: url(/assets/images/grid.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.mp_footer_logo_img{
    max-width: 139px;
    margin: 0 auto 39px;
}
.mp_footer_main{
    padding-top: 44px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 252, 252, 0.21);
}
.mp_footer_menu{
    display: flex;
    justify-content: center;
}
.mp_footer_menu_item{
    color: white;
    font-weight: 400;
    text-decoration: none!important;
    margin: 0 58px;
    position: relative;
}
.mp_footer_menu_item:before{
    content: "";
    position: absolute;
    transition: inherit;
    left: 0;
	height: 1px;
	width: 100%;
    bottom: -3px;
    opacity: 0;
    background-color: white;
    pointer-events: none;
    transition: 0.2s ease-out;
}
.mp_footer_menu_item:hover:before{
    opacity: 1;
    bottom: 0;
}
.mp_footer_copyright_text{
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 22px;
    padding: 10px 0;
    text-align: center;
    color: white;
}

/*RESPO*/
@media only screen and (max-width: 1399px){
    .mp_header_sec ul li {
        margin: 0 30px;
    }
    .mp_header_sec .navbar{
        max-width: unset;
        justify-content: flex-end;
    }
    .navbar-brand{
        max-width: 180px;
        width: 100%;
    }
    .mp_header_tel_number{
        margin-left: 30px;
    }
    .mp_slider_upper_text{
        margin-left: 200px;
    }
    .mp_references_figure{
        flex-basis: 25%;
    }
    .mp_references_figure img{
        width: auto;
        margin: 0 auto;
    }
    .mp_references_row .mp_references_figure:nth-child(-n+4){
        margin-bottom: 30px;
    }
    .mp_galeries_figure{
        max-width: 25%;
    }
    footer{
        background-size: 242px;
    }
}
@media only screen and (max-width: 991px){
    .mp_slider_section{
        padding-top: 180px;
    }
    .mp_header_sec .navbar{
        position: fixed;
        width: 100vw;
        height: 100vh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 0;
        transform: translateX(100%);
        transition: 0.2s ease-out;
        background-color: #0E0E0E;
    }
    .mp_header_sec .navbar.ds_navbar_open{
        transform: translateX(0%);
    }
    .mp_header_sec ul{
        flex-direction: column;
        justify-content: center;
    }
    .mp_header_sec ul li{
        text-align: center;
        margin: 15px 30px;
    }
    #nav-icon3{
        width: 40px;
        height: 35px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
        border: 0;
        outline: 0;
        background: none;
    }
    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: white;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    
    #nav-icon3 span:nth-child(1) {
        top: 0px;
    }
    
    #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
        top: 12px;
    }
    
    #nav-icon3 span:nth-child(4) {
        top: 24px;
    }
    
    #nav-icon3.open span:nth-child(1) {
        top: 12px;
        width: 0%;
        left: 50%;
    }
    
    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    #nav-icon3.open span, #nav-icon3:hover span  {
        background: white;
    }
    .mp_slider_title, .mp_slider_title span{
        font-size: 40px;
    }
    .mp_slider_lower_text{
        margin-bottom: 50px;
    }
    .mp_slider_upper_text{
        margin-left: 150px;
        font-size: 22px;
    }
    .mp_slider_section .container{
        position: relative;
    }
    .mp_slider_figure{
        top: unset;
        bottom: 90px;
        max-width: 80%;
        right: 50px;
    }
    .mp_slider_section{
        padding-bottom: 510px
    }
    .mp_references_figure {
        flex-basis: 50%;
    }
    .mp_references_row .mp_references_figure:nth-child(-n+6) {
        margin-bottom: 30px;
    }
    .mp_galeries_figure {
        max-width: 44%;
    }
    .mp_kontakt_sec .row{
        flex-wrap: wrap;
    }
    .mp_kontakt_column{
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 30px;
    }
    footer {
        background-size: 180px;
    }
    .mp_header_sec ul li a{
        font-size: 30px;
        line-height: 1.2;
    }
    .mp_header_tel_number {
        margin-left: 0px;
        margin-top: 15px;
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px){
    .mp_references_figure {
        flex-basis: 100%;
    }
    .mp_references_row .mp_references_figure:nth-child(-n+7) {
        margin-bottom: 30px;
    }
    .mp_footer_menu{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mp_footer_menu_item{
        margin: 10px 58px;
    }
    .mp_slider_title, .mp_slider_title span {
        font-size: 30px;
    }
    .mp_slider_upper_text{
        margin-left: 0;
    }
    .mp_slider_btn{
        padding: 13px 80px;
    }
    .mp_slider_section {
        padding-top: 130px;
        padding-bottom: 130px
    }
    .mp_slider_figure{
        display: none;
    }
    .mp_galeries_figure {
        max-width: 80%;
    }
    .mp_kontakt_column{
        padding: 0;
    }
    .mp_kontakt_sec .row{
        margin: 0 0;
    }
    .mp_kontakt_figure{
        margin-right: 16px;
    }
    .mp_kontakt_text{
        font-size: 16px;
        line-height: 1.2;
    }
    .mp_header_tel_number, .mp_header_sec ul li a{
        font-size: 25px;
    }
}