@charset "UTF-8";.modal *{box-sizing:border-box;}.modal{position:fixed;width:100vw;height:100vh;left:0;bottom:0;z-index:999;display:flex;align-items:center;justify-content:center;}.modal .shirma{position:fixed;left:0;top:0;width:100vw;height:100vh;background:rgba(0,0,0,0.6);z-index:8;}.modal .container{z-index:9;margin:auto;border-radius:12px;background:#fff;max-height:678px;min-height:410px;max-width:500px;width:100%;display:flex;padding:24px;flex-direction:column;align-items:flex-start;}@media (max-width: 639px){.modal .container{border-radius:12px 12px 0 0;max-height:calc(100vh - 40px);overflow:auto;position:relative;max-width:100%;padding:50px 16px 20px 16px;margin-bottom:0;margin-top:auto;}}.modal .container.imgContainer_parent{height:100%;}.modal .close_button{position:absolute;width:24px;height:24px;top:12px;right:24px;cursor:pointer;z-index:99;font-size:0;background:url('/images/icons/close_white.png');background-repeat:no-repeat;background-position:center center;}@media (max-width: 639px){.modal .close_button{background:none;color:rgba(0,0,0,0.9);font-family:Roboto;font-size:14px;font-weight:400;line-height:130%;letter-spacing:0%;text-align:left;top:16px;right:16px;width:auto;}}.modal .content.imgContainer{position:relative;padding:0;width:max-content;height:max-content;max-width:100%;max-height:100%;overflow:auto;overflow:hidden;margin:auto;}.modal .content.imgContainer img{user-select:none;max-width:100%;max-height:100%;min-width:200px;min-height:200px;margin:auto;background:#13303c0f;}.modal .content.imgContainer .prev{position:absolute;width:50%;height:100%;left:0;top:0;z-index:9;cursor:pointer;}.modal .content.imgContainer .prev:before{content:'';position:absolute;top:calc(50% - 23px);width:46px;height:46px;left:10px;display:block;border:1px solid #dcdee0;box-sizing:border-box;border-radius:50%;background:url(/images/icons/slide_array_left.svg) no-repeat center center;background-color:#fff;cursor:pointer;}.modal .content.imgContainer .next{left:50%;top:0;position:absolute;width:50%;height:100%;z-index:9;cursor:pointer;}.modal .content.imgContainer .next:before{content:'';position:absolute;top:calc(50% - 20px);right:10px;width:46px;height:46px;display:block;border:1px solid #dcdee0;box-sizing:border-box;border-radius:50%;background:url(/images/icons/slide_array_right.svg) no-repeat center center;background-color:#fff;cursor:pointer;}.modal .content.imgContainer:hover .prev{opacity:1;}.modal .content.imgContainer:hover .next{opacity:1;}.modal .content{max-height:calc(100% - 0px);width:100%;}.modal .youtubeContainer{width:800px;}@media (max-width: 1024px){.modal .youtubeContainer{width:700px;}}@media (max-width: 768px){.modal .youtubeContainer{width:500px;}}.modal .youtubeContainer iframe{width:100%;height:auto;min-height:500px;}@media (max-width: 1024px){.modal .youtubeContainer iframe{min-height:450px;}}@media (max-width: 768px){.modal .youtubeContainer iframe{min-height:300px;}}.modal .mejs__container{max-width:100%;}.modal .mejs__overlay-play{max-width:100%;}