.seo-h1 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-family: inherit;
}

.seo-h2 {
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
}

.cookie-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.toggle-text {
    font-family: 't-name', 't-descr_xxs', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
}

.t657__text {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #000;
}

input:checked + .slider:before {
    transform: translateX(20px);
}

@media screen and (max-width: 480px) {
    .t657__wrapper {
        padding: 10px !important;
    }

    .t657__text {
        font-size: 12px !important;
    }

    .t657__btn {
        font-size: 13px !important;
        padding: 8px 15px !important;
    }

    .toggle-text {
        font-size: 11px;
    }

    .switch {
        width: 35px;
        height: 18px;
    }

    .slider:before {
        width: 14px;
        height: 14px;
    }

    input:checked + .slider:before {
        transform: translateX(17px);
    }
}
