@charset "UTF-8";
.section__page--list { padding-bottom: 120px; position: relative; }
@media (max-width: 767px) { .section__page--list { padding-bottom: 20px; } }
.section__page--list:before { content: ''; background-image: url(../images/graphic-11.svg); width: 435px; height: 380px; left: 0; top: 0; background-position: left; background-size: contain; background-repeat: no-repeat; position: absolute; max-width: 100%; }
.section__page--list:after { content: ''; background-image: url(../images/graphic-12.svg); width: 272px; height: 345px; right: 0; bottom: 10%; background-position: left; background-size: contain; background-repeat: no-repeat; position: absolute; z-index: -1; }
.section__page--list .testimonial__item { cursor: pointer; margin-bottom: 80px; }
.section__page--list .testimonial__item .item__image { margin-bottom: 20px; overflow: hidden; background-image: linear-gradient(45deg, #F09483 50%, #D79083 60%, #FFFBF8 100%); }
.section__page--list .testimonial__item .item__image > div { padding-top: 100%; background-position: top right; background-size: cover; background-repeat: no-repeat; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -ms-transition: all 0.3s; }
.section__page--list .testimonial__item .item__text { padding-left: 10px; }
.section__page--list .testimonial__item .item__text .text__short { margin-bottom: 30px; overflow: hidden; padding: 4px; }
@media (min-width: 576px) { .section__page--list .testimonial__item .item__text .text__short { height: 115px; } }
@media (max-width: 767px) { .section__page--list .testimonial__item .item__text .text__short { font-size: 18px; } }
.section__page--list .testimonial__item .item__text .text__short > div { max-width: 320px; }
.section__page--list .testimonial__item .item__text .text__name { font-size: 22px; position: relative; padding-left: 23px; padding-right: 50px; }
@media (max-width: 767px) { .section__page--list .testimonial__item .item__text .text__name { font-size: 18px; } }
.section__page--list .testimonial__item .item__text .text__name:before { content: ''; background-color: #F09483; width: 9px; height: 9px; position: absolute; left: 0; top: 12px; }
.section__page--list .testimonial__item .item__text .text__name:after { width: 43px; height: 43px; font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; content: ""; display: inline-block; color: #4A4A4A; background-color: #ACD0EC; display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; align-items: center; -webkit-align-items: center; margin-right: 15px; position: absolute; right: 0; top: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -ms-transition: all 0.3s; }
.section__page--list .testimonial__item:hover .item__image > div { -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -o-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); opacity: 0.5; }
.section__page--list .testimonial__item:hover .item__text .text__name:after { background-color: #F09483; right: -4px; }

.popup__list .popup__item { display: none; position: fixed; height: 100%; width: 100%; top: 0; left: 0; z-index: 1000; background-color: rgba(0, 0, 0, 0.3); }
.popup__list .popup__item .popup__content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; align-items: center; -webkit-align-items: center; z-index: 2; }
.popup__list .popup__item .popup__overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.popup__list .popup__item .popup__close { background-image: url(../images/icon-close.svg); width: 35px; height: 35px; right: 30px; top: 40px; position: absolute; cursor: pointer; z-index: 9; }
@media (max-width: 767px) { .popup__list .popup__item .popup__close { width: 25px; height: 25px; background-size: 100%; top: 20px; right: 20px; } }
.popup__list .popup__item .popup__close:hover { opacity: 0.8; }
.popup__list .popup__item .item__row { background-color: #F7FBFF; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; }
.popup__list .popup__item .item__row .item__image { position: relative; }
@media (min-width: 1381px) { .popup__list .popup__item .item__row .item__image { -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%; } }
@media (max-width: 1380px) { .popup__list .popup__item .item__row .item__image { -ms-flex: 0 0 45%; flex: 0 0 45%; max-width: 45%; } }
.popup__list .popup__item .item__row .item__image .image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: top right; background-size: cover; background-repeat: no-repeat; }
.popup__list .popup__item .item__row .item__text { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; padding: 0 100px 0 60px; font-size: 20px; max-height: 90vh; height: 640px; overflow: auto; position: relative; border-bottom: 80px solid #F7FBFF; border-top: 80px solid #F7FBFF; }
@media (max-width: 767px) { .popup__list .popup__item .item__row .item__text { padding: 0 30px; border-bottom-width: 40px; border-top-width: 40px; }
  .popup__list .popup__item .item__row .item__text > div { padding-top: 4px; } }
.popup__list .popup__item .item__row .item__text .text__short { margin-bottom: 20px; }
@media (min-width: 768px) { .popup__list .popup__item .item__row .item__text .text__short { font-size: 30px; } }
.popup__list .popup__item .item__row .item__text .text__name { position: relative; padding-left: 23px; padding-right: 48px; margin-bottom: 30px; }
.popup__list .popup__item .item__row .item__text .text__name:before { content: ''; background-color: #F09483; width: 9px; height: 9px; position: absolute; left: 0; top: 12px; }

/*# sourceMappingURL=testimonial_list.css.map */
