﻿.fontHolder {
    font-family: 'Great Vibes', cursive;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
}

.logoWrap {
    position: relative;
}

.titleImageOverlay {
    position: absolute;
    background-color: rgba(0,0,0,.65);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.logoOuter {
    position: relative;
}

.logoWrap svg {
    transition: all ease 1s;
    max-height: 200px;
    margin-top: 0;
    position: relative;
}


.cls-2 {
    transition: all ease .75s;
}



.logoInner:hover .cls-2 {
    fill: #565555 !important;
}

.logoWrap path {
    z-index: 3;
    position: relative;
}


    .logoWrap path.iconPart {
        z-index: 1;
        position: relative;
    }


.logoWrap.top {
    position: relative;
    z-index: 3;
}


.logoWrap.bottom {
    transition: all ease .15s;
    position: relative;
    z-index: 1;
}


.logoWrap.top svg {
    transition: all ease .65s;
    max-height: 55px;
}


.logoWrap.bottom svg {
    transition-delay: 0s;
    transition-duration: .95s;
}

.logoWrap.bottom {
    padding-top: 5px;
}

.logoInner {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 9px;
    padding-bottom: 6px;
    transition: all ease .85s;
    margin-top: 30px;
    position: absolute;
    top: 0px;
    background-color: white;
    /* width: 125%;*/
    width: 100%;
    right: 0;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

.scrolled .logoInner {
    top: 50px;
    /*    width: 120%;*/
}


.logoInner {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
    /* new*/
    margin-top: -14px;
}



    .logoInner:hover {
        background-color: #ffffff;
    }



.contactDataWrap {
    margin-top: 15px;
}

    .contactDataWrap > div {
        margin-right: 30px;
    }

.navigationWrap {
    margin-top: 7px;
}

    .navigationWrap ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .navigationWrap ul li {
            display: inline-block;
        }

.navSideWrap {
    margin-left: -30px;
}

.contactDataWrap {
    margin-top: 15px;
    padding-left: 35px;
    padding-bottom: 15px;
}

    .contactDataWrap svg {
        margin-right: 5px;
    }

        .contactDataWrap svg path, .contactDataWrap, .contactDataWrap a {
            color: #ffffff;
            fill: #ffffff;
        }


.navigationWrap a {
    color: #454442;
    padding: 16px 18.5px;
    display: inline-block;
    font-size: 14px;
    transition: all ease .35s;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.155em;
}

    .navigationWrap a:hover {
        text-decoration: none;
        background-color: #ffffff;
        color: #c94788;
    }


.titleImage h1 {
    color: white;
    position: relative;
    font-size: 30px;
}

.titleImage h2 {
    font-size: 16px;
    font-weight: 500;
    color: white;
    max-width: 613px;
    margin: 0 auto;
    font-size: 27px;
    margin-top: 24px;
}

.quadratLine {
    position: relative;
}

.quadratContent {
    position: absolute;
    width: 260px;
}

.titleImageContent {
    position: relative;
    z-index: 2;
}

.titleImage.smallTitle .quadratLine, .titleImage.smallTitle p, .titleImage.smallTitle a {
    display: none;
}

.titleImageContent p {
    color: white;
    max-width: 500px;
    line-height: 26px;
    font-size: 16px;
    margin-top: 60px;
}

.button svg {
    margin-right: 8px;
    margin-bottom: -1px;
}

.button:hover svg path {
    fill: #ffffff;
}

.button svg path {
    fill: #ffffff;
}

.upperBorder {
    width: 8px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -1px;
    background-color: #c94788;
}

.underBorder {
    width: 8px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: -1px;
    background-color: #c94788;
}

.footerContactRow img {
    width: 35px;
    margin-right: 15px;
    display: inline-block;
    margin-top: -19px;
}

.footerContactRow > div > div {
    display: inline-block;
    padding-top: 15px;
}

.footerContactRow a {
    font-weight: bold;
    color: white;
}

.scrolled .navigationWrap a {
    color: #1a1a1a;
}

    .scrolled .navigationWrap a:hover {
        color: #c94788;
    }

.navigationWrap .active a {
    color: #c94788;
}

.minus {
    font-size: 29px;
    color: #c94788;
    margin-right: 7px;
    line-height: 26px;
    display: inline-block;
    margin-top: -3px;
    float: left;
}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.footerLinks {
    font-size: 16px;
    color: white;
}

    .footerLinks:hover {
        text-decoration: none;
        color: #c94788;
    }

.button.smaller {
    border: 2px solid #c94788;
    padding: 12px 25px;
}


.backCallWrap {
    background-color: #1A1A1A;
    padding: 25px;
}


    .backCallWrap h4 {
        font-weight: 400;
        font-size: 16px;
        color: white;
    }

    .backCallWrap input {
        width: 100%;
        padding: 5px 15px;
        margin-bottom: 15px;
    }

.backCallWrap {
    background-color: #1A1A1A;
    padding: 25px;
    margin-top: -130px;
    position: relative;
    z-index: 4;
}

.contactDataWrap span {
    font-size: 13px;
}

.backCallWrap textarea {
    width: 100%;
    min-height: 150px;
    padding: 15px;
}


img#closeTrigger {
    position: absolute;
    width: 36px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.scrolled #mobileTrigger path {
    fill: #c94788;
}

.scrolled #mobileTrigger {
    margin-top: 59px;
    transform: scale(0.75);
}

.menuContact svg {
    height: 20px;
    margin-bottom: -6px;
}

    .menuContact svg path {
        fill: #ffffff;
    }

.menuContact a {
    color: white;
    font-size: 12px;
    font-weight: 700;
}

.scrolled .menuContact a {
    color: #4d4d4d;
}

.scrolled .menuContact svg path {
    fill: #c94788;
}


.scrolled .menuContact a:hover {
    color: #c94788;
    text-decoration: none;
}


.menuContact {
    float: right;
    margin-top: 62px;
    border-left: 1px solid rgba(255,255,255,0.45);
    padding-left: 11px;
}

.moreScrolled .logoInner {
    top: 52px;
    padding-bottom: 0;
}

.contactDataWrap span a {
    color: #848484;
}

    .contactDataWrap span a:hover {
        color: #c94788;
        text-decoration: none;
    }



@media screen and (min-width:1300px) {
    .logoInner {
        width: 110%;
    }
}



@media screen and (min-width:992px) {
    .scrolled .logoInner {
        /*     top: 50px;*/
        top: 62px;
        width: 100%;
    }

    .logoInner {
        max-width: 330px;
    }
}
