.invisible {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    clip-path: inset(100%) !important;
    clip: rect(0 0 0 0) !important;
    overflow: hidden !important;
    z-index: -1 !important;
}

.test-main__banner-socials {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    margin-top: 38px;
}


.test-main__banner-socials p {
    display: flex;
    flex-direction: column;
    margin: 0 0 25px;
    padding: 0;
    font-family:'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #333;
    box-sizing: border-box;
}


.test-main__banner-socials p span {
    display: block;
    margin-top: 5px;
    font-family:'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    box-sizing: border-box;
}

.social-switcher-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-switcher-list li {
    box-sizing: border-box;
    margin: 0 15px 0 0;
    padding: 0;
}

.social-switcher-list span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 0 rgba(11, 134, 119, 0);
    transition: all .2s linear;
}


.social-switcher-list img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.social-switcher-list input:checked + span {
    box-shadow: inset 0 0 0 3px rgba(11, 134, 119, 1);
}

.social-switcher-list li:last-child {
    margin-right: 0 !important;
}

.blockable__message {
    display: block;
    position: absolute;
    width: 223px;
    height: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 12px));
    margin-top: -5px;
    opacity: 0;
    text-align: left;
    font-family:'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #f2f2f2;
    text-transform: none;
    padding: 8px 10px 9px 11px;
    background-color: #4f4f4f;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    transition: opacity .3s ease-out, margin-top .3s ease-out;
    z-index: -1;
}

.blockable__message::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -21px;
    border: 11px solid transparent;
    border-top: 11px solid #4f4f4f;
    transform: translateX(-50%);
}

.blockable__message.show {
    opacity: 1;
    margin-top: 0;
    z-index: 10;
}

#social-media-name {
    display: block;
    position: relative;
    height: 30px;
}

@media (min-width: 769px) {
    #social-media-name {
        height: 60px;
    }
}

#social-media-name span {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    font-size: 54px;
    line-height: 1.3;
    font-style: normal;
    letter-spacing: 0;
    text-transform: capitalize;
    transform: translateY(10px);
    opacity: 0;
    transition: all .3s ease-out;
}

@media (max-width: 769px) {
    #social-media-name {
        margin-bottom: 15px;
    }
    
    #social-media-name .small-txt {
        font-size: 45px;
    }
}

#social-media-name.instagram .for-instagram {
    transform: translateY(0);
    opacity: 1;
}

#social-media-name.vk .for-vk {
    transform: translateY(0);
    opacity: 1;
}

#social-media-name.ok .for-ok {
    transform: translateY(0);
    opacity: 1;
}

.blockable__wrap {
    position: relative;
    height: 100%;
}

.blockable__wrap_header {
    height: 58px !important;
    float: right !important;
}

.blockable__wrap_header a {
    height: 38px !important;
    padding: 7px 0 !important;
    line-height: 20px !important;
    text-decoration: none !important;
}

@media (min-width: 1199px) {
    .blockable__wrap_header a {
        height: 58px !important;
    }
}

.blockable__wrap_header .blockable__click-target {
    height: calc(100% + 2px);
    margin-top: -7px;
}

.blockable__wrap_header .blockable__message {
    transform: translate(-50%, 56px);
}

@media (min-width: 1199px) {
    .blockable__wrap_header .blockable__message {
        transform: translate(-50%, 65px);
    }
}

.blockable__wrap_header .blockable__message::after {
    bottom: initial;
    top: -21px;
    border-top-color: transparent;
    border-bottom: 11px solid #4f4f4f;
}

.blockable__wrap_fl {
    float: left;
}

.sticky .blockable__wrap_fl {
    float: initial;
}

.blockable__click-target {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -1;
}

.blockable__click-target.clickable {
    z-index: 1;
    cursor: pointer;
}

.word-form {
    text-transform: capitalize;
    color: inherit;
    font-size: inherit;
}

.social-hidden-section.hidden {
    display: none !important;
}

.quiz-calculation__wrapper .blockable__click-target {
    width: 100%;
    height: 50px;
    bottom: 40px;
    top: initial;
}

@media (min-width: 768px) {
    .quiz-calculation__wrapper .blockable__click-target {
        width: 35%;
        height: 30%;
        border: initial;
        left: 50%;
        top: 57px;
        margin-left: 105px;
        max-width: 370px;
    }
}

@media (min-width: 1199px) {
    .quiz-calculation__wrapper .blockable__click-target {
        margin-left: 155px
    }
}


.quiz-calculation__wrapper .blockable__message {
    top: initial;
    bottom: 25px;
    transform: translate(-50%, -100%);
}

@media (min-width: 768px) {
    .quiz-calculation__wrapper .blockable__message {
        bottom: initial;
        top: 45px;
        left: 50%;
        margin-left: 209px;
    }
}

@media (min-width: 991px) {
    .quiz-calculation__wrapper .blockable__message {
        margin-left: 291px;
    }
}



@media (min-width: 1199px) {
    .quiz-calculation__wrapper .blockable__message {
        margin-left: 340px;
    }
}

.quiz-calculation__wrapper #quiz-calculation {
    position: relative;
    z-index: 0;
}