

/* Start:/local/templates/euro-obyv/components/bitrix/news.list/reviews-customers/style.css?17478161762334*/
.review{
    -webkit-flex-flow: row wrap;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
}
.review__image{
    aspect-ratio: 1/1;
    -webkit-flex: 1 0 150px;
    flex: 1 0 150px;
}
.image__rounded{
    border-radius: 50%;
    height: 100%;
}
.review__inner{
    -webkit-flex: 3 1 200px;
    flex: 3 1 200px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.review__inner:not(:last-child) {
    margin-bottom: 10px;
    margin-left: 5px;
}
.review__title:not(:last-child) {
    margin-bottom: 10px;
}
.review__title {
    color: #000;
    font-family: inherit;
    font-size: 1.71429rem;
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.review__position {
    font-style: italic;
}
.review__position:not(:last-child) {
    margin-bottom: 10px;
}
.review__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.review__li {
    -webkit-flex-flow: row wrap;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    line-height: 1.5;
}
.review__collapse {
    min-width: 100%;
    overflow: hidden;
    position: relative;
}
.review__body {
    width: 100%;
    margin-top: 1rem;
    display: block;
    height: auto;
    max-height: 7em;
    overflow: hidden;
    position: relative;
    transition: height .35s ease;
}
.review__body.open{
    max-height: 100%;
}
.review__open{
        border-bottom: 1px dashed;
        text-decoration: none;
        color: var(--main-accent-color);
        cursor: pointer;
}
.mb-6, .my-6 {
    margin-bottom: 2.14286rem!important;
}

.respond-button {
  margin: 0 auto;
    width: 200px;
    background: #c10017;
    border: 1px solid #c10017;
    padding: 18px 25px;
    color: white;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}
  
.respond-button:hover {
    border: 1px solid #c10017;
    background: #8d0817;
}

@media (max-width: 767px) {
    .mobile-respond-button {
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      z-index:100;
   }
}

  
/* End */


/* Start:/local/templates/euro-obyv/components/bitrix/form.result.new/review_customers/style.css?17478161763120*/
.popup__content--window {
    overflow: hidden;
    transform: scale(1.1);
    opacity: 1;
    z-index: 999;
    position: fixed;
    background: #FFFFFF;
    border: 1px solid #656565;
    border-radius: 14px;
    padding: 38px 30px;
    font-size: 16px;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    max-width: 500px;
    width: 100%;
}

.input-trap {
	display: none;
}


.popup__close:before {
    cursor: pointer;
    transition: all 0.3s;
    font-family: var(--font-icons);
    content: '\E809';
}

.popup__close {
    z-index: 2;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    position: absolute;
    display: block;
    right: 25px;
    top: 40px;
    left: auto;
}

.popup__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 120.8%;
    color: #c10017;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.form__result {
    margin-top: 1rem;
    display: block;
    color: red;
    font-weight: 600;
}

.alert {
    margin-bottom: 1rem;
}

.popup--review-customers .inputtextarea {
    resize: none;
    height: 240px;
    padding: 15px;
    width: 100%;
    line-height: normal;
}

.popup--review-customers input[type="file"] {
    outline: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup--review-customers label {
    font-weight: 400;
    font-size: 16px;
    line-height: 120.8%;
    color: #181818;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup--review-customers .title {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    margin-left: 10px;
}

.popup--review-customers .form-review-customers .form__group--submit .btn {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    height: 78px;
}

.popup--review-customers .filename {
    font-weight: 400;
    font-size: 13px;
    line-height: 120.8%;
    color: #c10017;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.popup--review-customers .form-review-customers .delete-button {
    margin-right: 10px;
    margin-left: 8px;
    cursor: pointer;
    color: #c10017;
    font-size: 25px;
}

.popup--review-customers .material-icons, .popup--review-customers .title {
    cursor: pointer;
}

.popup--review-customers select {
    width: 100%;
    color: black;
    font-weight: 200;
    border-bottom: 1px solid #B4B4B4;
}

.popup--review-customers select option{
    max-width: 100px;
    color:black;
}

.input:focus, select:focus, .inputtextarea:focus {
    border: 1px solid #d7d7d7;
    border-color: var(--main-accent-color);
    box-shadow: inset 0 4px 8px rgba(0,0,0,0.075);
    background: #fff;
}
/* End */
/* /local/templates/euro-obyv/components/bitrix/news.list/reviews-customers/style.css?17478161762334 */
/* /local/templates/euro-obyv/components/bitrix/form.result.new/review_customers/style.css?17478161763120 */
