.form-site {
    width: 100%;
    margin-bottom: 20px;
}

.switcher-list {
    color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.require {
    color: red;
}

.elements {
    display: flex;
}

.image {
    /* background: url('https://rollton.ru/wp-content/themes/rollton/img/forms/barcode.jpg'); */
    border: solid 1px grey;
    height: 90px;
    width: 120px;
    margin-top: 5px;
}

.barcodeSubmit {
    margin-top: 15px;
    margin-bottom: 10px;
}

.barcodeError {
    margin-top: 20px;
    margin-bottom: 20px;
    /* font-size: 12px; */
}

.elements-files {
    display: flex;
    flex-direction: column;
}

.input-file-text {
    color: black;
}

.button-file {
    background: #E3001B;
    border-radius: 40px;
    box-shadow: none;
    border: none;
    color: #fff;
    padding: 0 !important;
    width: 110px !important;
}

.button {
    background: #E3001B;
    border-radius: 40px;
    box-shadow: none;
    border: none;
    color: #fff;
    padding: 12px;
    width: 80%;
    cursor: pointer;
}

.button:hover {
    background: #970012;
}

.button:focus {
    background: #fa0825;
}

.body-form {
    /* width: 50%; */
    color: black;
}

/* .element {
    /* width: 80%; */

/* } */
.label {
    margin-top: 8px;
    margin-bottom: 4px;
}

.element .input {
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid grey;
    transition: border-color .43s, background-color .43s, color .43s;
    outline: none;
    padding: 10px 10px;

}

.element .input-file-text {
    margin: 0;
}

.element-submit {
    margin-top: 40px;
}

.submit {
    background: #E3001B;
    width: 200px;
    min-width: 200px;
    border-radius: 40px;
    box-shadow: none;
    border: none;
    color: #fff;
    padding: 12px;
    cursor: pointer;
}

.submit:hover {
    background: #970012;
}

.submit:focus {
    background: #fa0825;
}

.block-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
}

.element-info {
    width: 50%;
}

.element {
    width: 100%;
    text-align: left;
}

.block-input {
    width: 80%;
    margin-right: 10px;
}

.block-image {
    width: 20%;
    display: flex;
    justify-content: end;
}

.block-input-file {
    width: 80%;
    margin-right: 10px;
}

.block-file {
    width: 20%;
    display: flex;
    justify-content: end;
}

.element-file {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 10px;
}

.link {
    color: black;
    text-decoration: underline;
    width: 100%;
    cursor: pointer;
}


.switch {
    padding: 15px;
    height: 40px;
    /* border: 1px solid #fff; */
    border: 1px solid grey;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.switch:hover {
    /* background-color: #343434; */
    background-color: #f5f5f7;
}

.active-form {
    border: 1px solid red;
}

.notify {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid red;
}

.Gratitude-form,
.Question-form,
.Offer-form,
.Quality-form {
    display: none;
    opacity: 0;
    transition: all .5s linear;
    width: 100%;
    justify-content: center;
}

.is-open {
    opacity: 1;
}


.ymaps-2-1-79-suggest-item {
    color: black;
}

.ymaps-2-1-79-search__suggest {
    margin-top: 10px;
}

.product {
    margin-top: 20px;
    margin: 10px 20px;
    text-align: center;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active РґРѕ РІРµСЂСЃРёРё 2.1.8 */
    {
    opacity: 0;
}

.form-contact-me {
    max-width: 478px;
}

@media (max-width: 760px) {

    .Gratitude-form,
    .Question-form,
    .Offer-form,
    .Quality-form {
        width: 100%;
    }

    .form-site {
        width: 100%;
    }

    .switcher-list {
        flex-direction: column;
        gap: 5px;
    }

    .notify {
        width: 100%;
    }

    .body-form {
        /* width: 80%; */
    }

    .block-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        gap: 0px;
    }

    .element-info {
        width: 100%;
    }

    .block-image {
        display: none;
    }

    .block-input {
        width: 100%;
        margin-right: 0px;
    }

    .block-input-file {
        width: 100%;
        margin-right: 0px;
    }

    .elements-files {
        display: flex;
        flex-direction: column;
    }

    .block-file {
        justify-content: flex-end;
        margin-left: 20px;
    }

    .button {
        width: 50%;
    }

    .switch {
        font-size: 12px;
        padding: 5px;
    }

    .submit {
        width: 100%;
    }

    .button-file {
        font-size: 10px;
    }
}