.video__section{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:30px auto 50px;max-width:1170px;padding:0 20px}.video__description-title{font-family:"Open Sans";text-transform:uppercase;font-size:22px;text-align:center;margin:30px auto;max-width:1000px}.video__description{display:flex;flex-direction:column;max-width:1170px;margin:0 auto;border:1px solid #e4e5e7;padding:20px;margin-bottom:40px}.video__description_videoroliki{flex-direction:row}@media (max-width:800px){.video__description{flex-direction:column}}.video__description-wrapper{display:flex;justify-content:space-between;flex-direction:column}.video__description-wrapper{display:flex;justify-content:space-between;flex-direction:column;padding:10px 21px}.video__description-wrapper_last{margin-right:0}@media (max-width:800px){.video__description-wrapper_width{width:90%}}@media (max-width:800px){.video__description-wrapper_none{display:none}}.video__description-subtitle{font-family:"Open Sans";font-size:15px;margin-bottom:10px;text-align:justify}@media (max-width:440px){.video__description-subtitle{text-align:left}}.video__description-subtitle:last-of-type{border-bottom:1 px solid #ccc}.selected__span{font-family:"Open Sans";font-size:14px;font-weight:bold;margin-bottom:10px;text-align:justify;text-transform:uppercase}.video__description-wrapper_last{margin-right:0}.grid_video{position:relative;display:grid;width:100%;justify-content:center;grid-template-columns:repeat(auto-fit,330px);gap:50px 30px;align-self:center;align-items:center;list-style-type:none;padding:0;margin:0}@media (max-width:580px){.grid_video{grid-template-columns:repeat(auto-fit,80%)}}.video_container{position:relative;display:flex;flex-direction:column;width:100%;height:100%;margin:0 auto;align-self:center;align-items:center;list-style-type:none;padding:0}.play_container{position:relative;align-items:center;width:100%;height:100%;background-color:inherit}.video_preview{width:100%;height:100%;box-shadow:0 0 10px rgba(0,0,0,0.5)}@media (max-width:580px){.video_preview{width:100%;height:100%}}.play_btn{position:absolute;object-fit:contain;width:40%;height:40%;top:30%;left:30%;background-image:url("/static/images/videoplay_button.svg?1662112b15d4");opacity:0.8;background-color:transparent;background-repeat:no-repeat;background-position:center;background-size:contain;border:none;outline:none}.play_btn:hover{cursor:pointer;opacity:1;transition-duration:0.3s}.video_title{font-family:"Open Sans";font-size:18px;line-height:1.2;margin:15px 0 10px;width:100%}.video_subtitle{font-family:"Open Sans",sans-serif;font-size:15px;line-height:1.3;margin:0;color:#000;font-weight:normal;width:100%}.popup{display:flex;background-color:rgba(0,0,0,0.5);position:fixed;width:100%;top:0;left:0;align-items:center;justify-content:center;overflow:hidden;height:0;opacity:0;transition:height 0ms 400ms,opacity 400ms 0ms;z-index:20}.popup_opened{height:100%;opacity:1;transition:height 0ms 0ms,opacity 600ms 0ms;z-index:30}.close_btn{top:-45px;right:0;position:absolute;background-image:url("/static/images/close.svg?1662112b15d4");background-repeat:no-repeat;width:40px;height:40px;background-position:center;background-color:transparent;border:none;outline:none}.close_btn:hover{cursor:pointer;opacity:0.6;transition-duration:0.2s}@media (max-width:700px){.close_btn{width:20px;height:20px;top:-35px}}.iframe_container{position:relative;max-width:1100px;max-height:620px;width:calc(100vw - 10%);height:calc((100vw - 10%) / 1.77)}@media (max-width:400px){.iframe_container{margin-top:0}}.video_iframe{position:relative;width:100%;height:100%;border:none}