.index-g-block .h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 40px;
}

.index-g-block {
    padding-top: 50px;
    padding-bottom: 50px;
}


.mob-social-links {
    display: block;
    position: fixed;
    width: 40px;
    bottom: 18vh;
    z-index: 100;
    right: 37px;
}

.mob-social-links a {
    display: block;
    background: #fff;
    width: 100%;
    border-radius: 1000px;
    position: relative;
    z-index: 1;
}

.mob-social-links a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    background: #fff;
    border-radius: 1000px;
    z-index: 2;
}

.mob-social-links a+a {
    margin-top: 20px;
}

@keyframes flip-scale-up-hor {
    0% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
        opacity: 1;

    }

    50% {
        -webkit-transform: scale(1.2) rotate(-180deg);
        transform: scale(1.2) rotate(-180deg);
        opacity: 0;

    }

    100% {
        -webkit-transform: scale(1) rotate(-360deg);
        transform: scale(1) rotate(-360deg);
        opacity: 1;

    }
}

.mob-social-links a:before {
    width: 100%;
    height: 100%;
    border-radius: 1000px;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -2px;
    bottom: 0px;
    animation: flip-scale-up-hor 2s linear infinite both;
    background: #2591f5;
    z-index: -1;
}

.mob-social-links a:after {
    width: 100%;
    height: 100%;
    border-radius: 1000px;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -2px;
    bottom: 0px;
    background: #2591f5;
    animation: flip-scale-up-hor 2.5s linear infinite both;
}

.text-nad-tarifs {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, .07);
    padding: 20px;

    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px),
only screen and (max-device-width:1200px) {
    #wpfront-scroll-top-container {
        display: none !important;
    }
}

@media only screen and (max-width: 800px),
only screen and (max-device-width: 800px) {
    .mob-phone {
        height: 32px;

    }

    .phone-mob__head .header-flex-container a {
        display: inline-block;
    }

    .phone-mob__head .header-flex-container a+a {
        margin-left: 10px;
    }

    .mob-social-links {

        right: 20px;
    }

    .header__content.d-flex.align-items-center {
        width: 100%;
    }
}