.photo-modal{z-index:999999;display:flex;position:fixed}.photo-modal__wrapper{width:100%;height:100%;display:flex}.photo-modal__inner{flex-direction:column;margin:auto;padding:0 25px;display:flex}.photo-modal__image-wrapper{-o-object-fit:cover;object-fit:cover;border-radius:10px;justify-content:center;align-items:center;max-width:100%;height:610px;display:flex;overflow:hidden}@media (max-width:1200px){.photo-modal__image-wrapper{height:486px}}.photo-modal__image{-o-object-fit:cover;object-fit:cover;border-radius:10px;height:100%}@media (max-width:767px){.photo-modal__image{width:100%;height:auto}}.photo-modal__control{justify-content:space-between;align-items:center;width:221px;margin:20px auto 0;display:flex}.photo-modal__control-button{cursor:pointer;background-color:#fff;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .15s;display:flex}@media (min-width:1025px){.photo-modal__control-button:hover{transform:scale(1.1)}}.photo-modal__control-button_prev img{transform:rotate(90deg)}.photo-modal__control-button_next img{transform:rotate(-90deg)}.photo-modal__control-text{color:#fff;letter-spacing:-.68px;font-size:17px;font-weight:400;line-height:24px}
