.header-fixed__info {
  align-items: center;
}

.header-block-info__btn-1--mod {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin-right: 24px;
}

.header-block-info__btn-1--mod:hover svg {
    opacity: 1;
}

.header-block-info__btn-1--mod svg {
    transition: all 0.4s;
    opacity: 0;
}

.header-block-info__btn-1--mod:hover {
    background: #151717;
    color: #53BEF4;
    border: 1px solid transparent;
}

.header-block-info__btn-1--mod {
    border: 1px solid transparent;
    box-shadow: 0 0 0 transparent !important;
}

.header-fixed .header-block-info__btn-1--mod {
    color: #2C2E30;
}

.header-fixed .header-block-info__btn-1--mod:hover {
    background: #F6F6F9;
}


.cbx {
    display: flex;
}

.cbx span:first-child {
    min-width: 18px;
}

.cbx__text {
    color: #2C2E30;
    font-size: 12px;
    line-height: 16px;
}

.cbx__text a {
    color: #2C2E30;
    display: block;
    transition: all 0.4s;
}

.cbx__text a:hover {
    opacity: 0.8;
}

.cbx__text {
    color: grey;
}


.field--checkbox input {
    position: absolute;
    width: 18px;
    height: 18px;
    z-index: 10;
    opacity: 0;
}

.field--checkbox .wpcf7-list-item.first.last {
    margin: 0;
}

.form__group.field.field--checkbox {
    position: relative;
    margin: 20px 0;
}

.cbx-text {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
}

.form__group .wpcf7-not-valid-tip {
    font-size: 11px;
    line-height: 13px;
    margin-top: 5px;
}


.cbx .wpcf7-list-item-label{
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}
.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}
.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #2C2E30;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}
.cbx span:last-child {
    padding-left: 8px;
}
.cbx:hover span:first-child {
    border-color: #54585C;
}

.wpcf7-list-item input:checked + .wpcf7-list-item-label .cbx span:first-child {
    background: #2C2E30;
    border-color: #2C2E30;
    animation: wave 0.4s ease;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

@media screen and (max-width: 680px) {

    .header-block-info__btn-1--mod {
        font-size: 16px;
        line-height: 20px;
    }

    .header-block-info__btn-1--mod {
        margin-right: 0;
        text-align: center;
        justify-content: center;
    }

}
