/* ----- Отображение согласия под формой ----- */
@media (min-width: 1200px) {
    .form-check {
        font-size: unset;
    }
    .form-check label input {
        font-size: 36px;
    }
    .form-check {
        padding-left:2.5em;
    }
}
.form-check {
    font-size: unset;
}
.form-check label {
    font-size: 18px;
}
.wpcf7-list-item-label {
    font-size:unset;
}

/* ----- social widget ----- */
.gf-socialwidget {
    position: fixed;  
    right: 20px;
    bottom: 90px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}

.gf-socialwidget ul.social-w {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
	list-style-type: none;
	padding-left: 0;
}

.gf-socialwidget ul.social-w.hide {
    display: none;
}
/*
.gf-socialwidget ul.social-w li {
    padding: 1rem;
    border-radius: 50%;
}
*/

#hde-contact-open-btn {
    /*
    background: #778894;
    width: 4rem;
    height: 4rem;
    padding: .8rem;
    */
    line-height: 2rem;
    text-align: center;
    border-radius: 50%;
    animation: 2s ease 0s infinite normal none running hde-contact-pulse;
    cursor: pointer;
    font-size: 1rem;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0.5em 0px;
}

#hde-contact-container svg {
    max-width: none !important;
    max-height: none !important;
    height: auto !important;
    vertical-align: baseline !important;
}

@-webkit-keyframes hde-contact-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(240, 189, 133, 0.5);
        /*transform: scale(1.05, 1.05);*/
    }

    50% {
        -webkit-box-shadow: 0 0 0 .5em rgba(240, 189, 133, 0);
        /*transform: scale(1.0, 1.0);*/
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(240, 189, 133, 0);
    }
}

@keyframes hde-contact-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(240, 189, 133, 0.5);
        box-shadow: 0 0 0 0 rgba(240, 189, 133, 0.5);
        /*transform: scale(1.05, 1.05);*/
    }

    50% {
        -moz-box-shadow: 0 0 0 0.5em rgba(240, 189, 133, 0);
        box-shadow: 0 0 0 0.5em rgba(240, 189, 133, 0);
        /*transform: scale(1.0, 1.0);*/
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(240, 189, 133, 0);
        box-shadow: 0 0 0 0 rgba(240, 189, 133, 0);
    }
}

@-ms-keyframes hde-contact-pulse {
    0% {
        -ms-box-shadow: 0 0 0 0 rgba(240, 189, 133, 0.5);
        box-shadow: 0 0 0 0 rgba(240, 189, 133, 0.5);
        /*-ms-transform: scale(1.05, 1.05);*/
    }

    50% {
        -ms-box-shadow: 0 0 0 0.5em rgba(240, 189, 133, 0);
        box-shadow: 0 0 0 0.5em rgba(240, 189, 133, 0);
        /*-ms-transform: scale(1.0, 1.0);*/
    }

    100% {
        -ms-box-shadow: 0 0 0 0 rgba(240, 189, 133, 0);
        box-shadow: 0 0 0 0 rgba(240, 189, 133, 0);
    }
}

#hde-contact-container #hde-contact-list li {
    background: blue;
    color: #fff;
    width: 2em;
    height: 2em;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    display: none;
    -webkit-box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

#hde-contact-container #hde-contact-list li a,
#hde-contact-container #hde-contact-list li span {
    padding: 0.475em;
    line-height: 1em;
    float: left;
    padding: .5em;
    font-size: 1em;
    cursor: pointer;
}

#hde-contact-container * {
    -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    box-sizing: unset !important;
}

#hde-contact-container svg {
    max-width: none !important;
    max-height: none !important;
    height: auto !important;
    vertical-align: baseline !important;
}

.gf-socialwidget img{
    width: 48px;
}

@media (min-width: 1200px) {
    .gf-socialwidget {
        right: 30px;
        bottom: 120px;
    }

    .gf-socialwidget img{
        width: 70px;
    }
}