.mainHeader {
    width: 100%;
    height: 130px;
    font-family: Raleway-Regular, sans-serif;
    color: #0B1840;
    transition: all .2s ease-in-out;
    position: fixed;
    z-index: 999;
    background-color: #ffffff;
}

.mainMenuNav {
/*    height: 130px;*/
    transition: all .2s ease-in-out;
    float: right;
    margin-top: 30px;
}

.mainMenuNav ul {
    transition: all .3s ease;
    position: relative;
    display: inline-block;
}

.mainMenuNav ul li {
    /*margin-right: 20px;*/
    display: inline-block;
}

.mainMenuNav ul li a {
    color: #0B1840;
    text-transform: uppercase;
    display: block;
    /*margin-right: 25px;*/
    padding: 15px;
}

.mainMenuNav ul li ul{
    transition: none !important;
}


.mainMenuNav ul li a:hover,
.mainMenuNav ul li a:focus {
    text-decoration: none;
}


.mainHeader .logo-wrap {
    width: 215px;
    height: 130px;
    transition: all .2s ease-in-out;
    position: relative;

}

.mainHeader .logo {
    background: url('../images/senada_logo.svg') no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    height: 130px;
}

.phone-wrap {
    position: relative;
    display: inline-block;
    margin-left: 100px;
}


.phone-wrap .phone a {
    position: relative;
    font-family: Raleway-Bold, sans-serif;
    margin-top: 10px;
    color: #0B1840;
}

.phone-wrap .phone a:hover {
    text-decoration: none;
}

.phone-wrap .phone::before {
    content: '';
    position: absolute;
    width: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    left: -140px;
    top: 45%;
    transform: rotate(-45deg);
}

.phone-wrap .phone a::after {
    content: '';
    position: absolute;
    background: url('../images/phone.png') no-repeat;
    height: 25px;
    width: 25px;
    left: -45px;
    top: 10%;
}

.scroll {
    z-index: 99999;
    position: fixed;
    top: -1px;
    right: 0;
    left: 0;
    height: 100px;
    background-color: #ffffff;
}

.scroll .logo-wrap {
    width: 172px;
    height: 100px;
}

.scroll .logo {
    background: url('../images/senada_logo.svg') no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    height: 100px;
}

.scroll .mainMenuNav {
    margin-top: 15px;
}

.scroll .phone-wrap {
    top: 0;
}

.btn-viewing {
    position: relative;
    border: 1px solid #0C1640;
    border-radius: 0;
    opacity: 0;
    animation: all 5s ease-in-out;
    font-family: Raleway-SemiBold, sans-serif;
    color: #0B1840;
    transition: all .3s ease-in-out;
}

.btn-viewing:hover {
    background-color: #0B1840;
    color: white;
    transform: scale(1.05);
}

.btn-container {
    position: absolute;
    top: -50%;
    right: 0;
}

.scroll .navSlide {
    animation: slide .3s forwards;
    animation-delay: .4s;
}

.reset-pos {
    animation: reset .3s forwards;
    animation-delay: .4s;
}


.scroll .btn-viewing {
    animation: opac .3s forwards;
    animation-delay: .4s;
    margin-top: 75px;
}

.scroll .logo-wrap {
    position: relative;
}

@keyframes opac {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slide {
    0% {
        left: 0;
    }

    100% {
        left: -250px;
    }
}

@keyframes reset {
    0% {
        left: -250px;
    }

    100% {
        left: 0;
    }
}


mobileres-phone-wrap {
    display: none;
}

.rOptions {
    display: none;
    background-color: #FFFFFF;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    overflow-y: scroll;
    height: calc((var(--vh, 1vh)*100));
}


.rButton {
    height: 35px;
    width: 40px;
    display: none;
    position: absolute;
    top: 25%;
    right: 35px;
    transition: all .3s ease-in-out;
    z-index: 9999;
    animation: goup .2s forwards;
    transform: translateY(-25%);
}


.scroll .rButton {
    top: 5%;
    transform: translateY(-5%);
}

.hamburger {
    display: block;
    position: absolute;
    top: 20%;
    right: 0px;
    bottom: 0;
    left: 0;
    padding: 4px 0;
}

.hamb-item {
    display: block;
    width: 98%;
    height: 2px;
    margin: 7px 0;
    background-color: #0C1440;
    position: relative;
    border-radius: 20%;
    -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;
}

.rButton::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #0C1440;
    transform: rotate(-45deg);
    right: -15px;
    top: 30px;
}

.hamb-item:nth-child(1) {
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
}

.hamb-item:nth-child(2) {
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
    width: 75%;
}

.hamb-item:nth-child(3) {
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
    width: 50%;
}


.mobileMenuNav .mobileMenu li a {
    font-size: 18px;
    font-family: Raleway-Regular, sans-serif;
    text-transform: uppercase;
    color: #0C1640;
    padding: 15px 15px;
}

.mobileMenuNav {
    text-align: center;
    height: 100%;
    padding: 80px 15px 35px;
    overflow-y: scroll;
}

.mobileMenuNav ul li:not(:first-child) {
    padding-top: 40px;
}

.mobileMenuNav ul li ul li:not(:first-child) {
    padding-top: 0;
}

.mobileMenuNav ul li {
    position: relative;
}

.mobileMenuNav .btn-viewing {
    display: block;
    opacity: 1;
    animation: none;
}

.mobileMenuNav ul li::before {
    content: '';
    position: absolute;
    width: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    bottom: 15px;
    left: 55px;
    transform: rotate(-45deg);
}

.mobileMenuNav .social-header ul li::before {
    content: none;
}

.phone-wrap-mobile .phone a {
    font-family: Raleway-Bold, sans-serif;
    margin-top: 10px;
    color: #0B1840;
}

.mobileMenu{
    width: 100%;
    text-align: center;
}


@media (max-width: 1440px) {
    .mainHeader.p-100 {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (min-width: 1301px) {
    .d-hidden {
        display: none !important;
    }
}

@media (max-width:1300px) {

    .scroll .btn-viewing {
        margin-top: 0;
    }

    .mainHeader {
        height: 100px;
    }

    .logo-wrap {
        display: none;
    }

    .mainHeader .logo-wrap-mobile {
        display: block;
        position: absolute;
        width: 187px;
        height: 63px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .scroll {
        height: 60px;
    }


    .scroll .logo-wrap {
        width: 25px;
        height: 60px;
        display: block;
    }

    .scroll .logo-wrap-mobile {
        display: none !important;
    }


    .scroll .logo {
        background: url('../images/s.png') no-repeat;
        background-size: contain;
        background-position: center;
        display: block;
        height: 60px;
    }

    .scroll .phone-icon-mobile-wrap {
        width: 25px;
        height: 60px;
        display: block;
        position: absolute;
        left: 37%;
        top: 50%;
        transform: translateY(-50%);
    }

    .scroll .phone-icon-mobile {
        background: url('../images/phone.png') no-repeat;
        background-size: contain;
        background-position: center;
        display: block;
        height: 60px;
        position: relative;
        z-index: 1;
    }



    .mobileMenuNav .social-header {
        width: 100%;
        height: auto;
    }


    .mobileMenuNav .social-header ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .mobileMenuNav .social-header ul li {
        padding-top: 50px;
    }

    .mobileMenuNav .social-header ul li:not(:first-child) {
        padding-left: 45px;
    }

    .mobileMenuNav .social-header ul li a {
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
    }

    .mobileMenuNav .social-header .instagram {
        background-image: url("../images/instagram.png");
    }

    .mobileMenuNav .social-header .twitter {
        background-image: url("../images/twitter.png");
    }

    .mobileMenuNav .social-header .youtube {
        background-image: url("../images/youtube.png");
        align-self: flex-end;
    }

    .mobileMenuNav .social-header .facebook {
        background-image: url("../images/face.png");
        width: 15px;
        height: 30px;
    }

    .mobileMenuNav ul li a:hover,
    .mobileMenuNav ul li a:active,
    .mobileMenuNav ul li a:focus {
        text-decoration: none;
    }

    .mobileMenuNav .btn-container-mobile,
    .phone-wrap-mobile {
        display: block;
        align-self: flex-start;
        padding-top: 55px;
    }

    .mobileMenuNav .btn-container-mobile {
        padding-top: 60px;
    }

    .rButton {
        display: block;
    }

    .mainMenuNav {
        display: none;
    }

    .phone {
        display: none;
    }

    .scroll .phone-wrap {
        display: none;
    }

    .phone-wrap-mobile,
    .phone-wrap-mobile .phone,
    .scroll .phone-wrap-mobile,
    .scroll .phone-wrap-mobile .phone,
    .btn-container-mobile {
        display: block;
    }
    .phone-wrap-mobile .phone{
        display: inline-block !important;
    }

    .scroll .btn-viewing,
    .btn-viewing {
        display: none;
    }

    .scroll .mobileMenuNav .btn-viewing {
        display: block;
    }

    .phone-wrap-mobile .phone p {
        position: relative;
        padding-left: 50px;
        font-family: Raleway-Bold, sans-serif;
    }

    .phone-wrap-mobile .phone p::before {
        content: '';
        position: absolute;
        background: url('../images/phone.png') no-repeat;
        height: 25px;
        width: 25px;
        left: 0;
        top: 10%;
    }


    .rButton.active .hamburger .hamb-item:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 5px;
        left: 5px;
        height: 3px;
    }

    .rButton.active .hamburger .hamb-item:nth-child(1) {
        opacity: 0;
    }

    .rButton.active .hamburger .hamb-item:nth-child(3) {
        opacity: 0;
    }

}
@media (max-width: 540px){
    .mobileMenuNav ul li::before {
        left: -25px;
    }
}




@media (max-width: 375px) {
    .mainHeader .logo-wrap-mobile {
        display: block;
        position: absolute;
        width: 167px;
        height: 63px;
        left: 30%;
        top: 50%;
        transform: translate(-30%, -50%);
    }

    .mobileMenuNav {
        display: block;
    }

    .mobileMenuNav ul li::before {
        content: none;
    }
}
@media (max-height:600px ){
    .mobileMenuNav {
        padding-top: 225px;
    }
}

@media (max-height:600px ){
    .mobileMenuNav {
        padding-top: 325px;
    }
}

@media (max-width: 375px){
    .scroll .phone-icon-mobile-wrap {
        left: 34%;
    }
}