

/* Start:/local/components/custom/iblock.element.add.form/templates/reviews/style.css?17654465882565*/
/* Основные инпуты */
.app .form._green .custom-input {
    border-color: var(--green5);
}

.app .custom-input:not(:placeholder-shown) {
    font-size: 16px;
}



/* Селект */
.app .custom-select {
    position: relative;
    color: var(--green1);
    z-index: 1;
    min-width: 0;
}

.app .custom-select._active {
    z-index: 2;
}

.app .custom-select._active .custom-select__options {
    display: block;
}

.app .custom-select__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    min-height: 4rem;
    /* padding: 10px 15px; */
    background: #fff;
    cursor: pointer;
}

.app .custom-select__main::after {
    content: "\e920";
    font-family: icomoon;
    transition: all .5s;
    cursor: pointer;
    font-size: 12px;
    margin-left: 10px;
}

.app .custom-input {
    /* display: none; */
    position: relative;
    border-radius: 5px;
    border: 1px solid var(--brown2);
    padding: 0 2rem;
    /* height: 4rem; */
    width: 100%;
    background: #fff;
    text-overflow: ellipsis;
    font-size: 16px;
    transition: all .5s;
}

.app .custom-select__input.js-custom-city {
    display: block;
    font-weight: 300;
}

.app .custom-select__input input,
.app .custom-select__input textarea {
    width: 100%;
    height: 100%;
    font-weight: 300;
    font-size: 16px;
    transition: all .5s;
}

/* Опции */
.app .custom-select__options {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    min-width: 100%;
    max-height: 30rem;
    font-weight: 300;
    background: #fff;
    display: none;
    overflow-y: auto;
    z-index: 15;
    border-radius: 0 0 5px 5px;
    color: var(--green1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    transition: all .3s;
    width: max-content;
}

.app .custom-select__option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    transition: all .3s;
}

.app .custom-select__option._choosed {
    background: var(--green5);
    pointer-events: none;
    color: #fff;
}

.app .custom-select__option:hover {
    background: var(--green6);
}

.app .custom-input input,
.app .custom-input textarea {
    width: 100%;
    height: 100%;
    font-weight: 300;
    font-size: 16px;
    transition: all .5s;
}

.app .custom-input input {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.app .custom-select__input::placeholder {
    font-weight: 300;
}


/*  */
/* End */
/* /local/components/custom/iblock.element.add.form/templates/reviews/style.css?17654465882565 */
