.videos-home {
  padding: 20px 0px;
  background: #fff;
  margin-top: 24px; }
  @media all and (max-width: 800px) {
    .videos-home {
      padding: 10px; } }
  @media all and (max-width: 600px) {
    .videos-home {
      padding: 0px; } }
  .videos-home .left_item {
    width: 240px;
    float: left;
    margin-top: 55px;
    position: sticky;
    top: 80px; }
    @media screen and (max-width: 990px) {
      .videos-home .left_item {
        width: 100%;
        margin-bottom: 50px; } }
    @media screen and (max-width: 990px) {
      .videos-home .left_item {
        margin-bottom: 30px;
        margin-top: 0px; } }
    .videos-home .left_item .menu_videos .item_m {
      position: relative; }
      .videos-home .left_item .menu_videos .item_m::before {
        position: absolute;
        content: "";
        height: 1px;
        width: calc(100% + 16px);
        bottom: 0;
        right: -16px;
        background: #e0e0e2; }
        @media screen and (max-width: 990px) {
          .videos-home .left_item .menu_videos .item_m::before {
            display: none; } }
    .videos-home .left_item .menu_videos .name {
      color: #03041a;
      padding: 1.875rem 0;
      display: block;
      margin-bottom: 0;
      font-size: 1.25rem;
      line-height: 1.3; }
      @media screen and (max-width: 990px) {
        .videos-home .left_item .menu_videos .name {
          padding: 0.875rem 0; } }
      .videos-home .left_item .menu_videos .name:hover {
        color: var(--main-color); }
    .videos-home .left_item .menu_videos .active {
      color: var(--main-color); }
  .videos-home .right_item {
    width: calc(100% - 255px);
    padding-left: 60px;
    float: right;
    /* margin-left: 0px; */
    border-left: 2px solid #e0e0e2; }
    @media screen and (max-width: 990px) {
      .videos-home .right_item {
        width: 100%;
        padding-left: 0px;
        border-left: unset; } }
    .videos-home .right_item .title_h1 {
      font-size: 36px;
      font-weight: 700;
      color: var(--main-color);
      margin-bottom: 55px; }
      @media screen and (max-width: 767px) {
        .videos-home .right_item .title_h1 {
          margin-bottom: 30px;
          font-size: 32px; } }
      @media screen and (max-width: 550px) {
        .videos-home .right_item .title_h1 {
          font-size: 28px; } }
      .videos-home .right_item .title_h1 h1 {
        font-size: inherit; }

.title_icon {
  margin-bottom: 30px;
  color: var(--main-color); }

.videos-home-head {
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  padding: 8px 0; }

.filter_label {
  text-transform: uppercase;
  font-size: 18px;
  background: url(../images/arrow_large.png) no-repeat right center;
  padding: 10px 35px 10px 0;
  font-weight: bold;
  color: #131518; }

.videos-home-head select {
  width: 160px;
  height: 34px;
  border: 1px solid #BCBCBC;
  border-radius: 3px;
  box-sizing: border-box;
  color: #6D6D6D;
  font-size: 14px;
  margin-top: 4px; }

.filter_price {
  margin-right: 20px;
  margin-left: 20px; }

.videos-grid {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px); }
  @media all and (max-width: 600px) {
    .videos-grid {
      margin: 0 -5px;
      width: calc(100% + 10px); } }
  .videos-grid .item {
    width: calc(100%/2 - 30px);
    margin: 0 15px;
    float: left;
    margin-bottom: 20px;
    border-radius: 3px;
    background: white;
    box-sizing: border-box; }
    @media all and (max-width: 600px) {
      .videos-grid .item {
        width: calc(100% - 10px);
        margin: 0 5px;
        margin-bottom: 30px; } }
    .videos-grid .item .image {
      margin-bottom: 10px;
      border-radius: 8px; }
    .videos-grid .item .name {
      font-weight: bold;
      color: var(--main-color); }

.modal-window {
  position: fixed;
  background-color: rgba(3, 4, 26, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s; }
  .modal-window .modal-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .modal-window .modal-wrapper .modal-dialog {
      transform: translateY(50px);
      max-width: 800px;
      width: 100%;
      background: #fff;
      border-radius: 8px;
      padding: 30px 0px 30px 30px;
      position: relative;
      transition: 0.5s;
      -webkit-transition: 0.5s;
      margin: 30px; }
      @media (min-width: 768px) {
        .modal-window .modal-wrapper .modal-dialog {
          max-height: calc(100% - 200px);
          margin: 30px;
          padding: 40px 0px 30px 80px; } }
      .modal-window .modal-wrapper .modal-dialog .close {
        position: absolute;
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 50%;
        bottom: -55px;
        left: 50%;
        transform: translateX(-50%);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        cursor: pointer; }
        .modal-window .modal-wrapper .modal-dialog .close::before {
          content: "";
          width: 22px;
          height: 22px;
          background: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g id="Menu / Close_MD"><path id="Vector" d="M18 18L12 12M12 12L6 6M12 12L18 6M12 12L6 18" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></g></svg>');
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .modal-window .modal-wrapper .modal-dialog .close:hover {
          background: #c0c0c6; }
    .modal-window .modal-wrapper .modal-content {
      padding: 0px 20px 0px 0px;
      max-height: 100%;
      margin-right: 10px;
      overflow-x: hidden; }
      @media (min-width: 768px) {
        .modal-window .modal-wrapper .modal-content {
          padding: 0px 70px 0px 0px;
          max-height: calc(100vh - 80px - 265px); } }
      .modal-window .modal-wrapper .modal-content::-webkit-scrollbar {
        width: 4px; }
      .modal-window .modal-wrapper .modal-content::-webkit-scrollbar-thumb {
        background-color: #cecece;
        border-radius: 5px; }
      .modal-window .modal-wrapper .modal-content .video-wrapper {
        margin-bottom: 0px; }
      .modal-window .modal-wrapper .modal-content .aspect-ratio {
        width: 100%;
        overflow: hidden;
        position: relative; }
        .modal-window .modal-wrapper .modal-content .aspect-ratio::before {
          margin-top: 56.25%;
          content: "";
          display: block; }
      .modal-window .modal-wrapper .modal-content iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 20; }
    .modal-window .modal-wrapper .content .name {
      display: block;
      padding-top: 1.5rem;
      font-weight: 400;
      background: white;
      line-height: 30px;
      font-size: 1.25rem;
      line-height: 1.3;
      margin-bottom: 26px;
      margin-top: 0;
      color: #131518;
      /* white-space: nowrap; */
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      box-sizing: border-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      overflow: hidden;
      -webkit-box-orient: vertical; }
    .modal-window .modal-wrapper .content .summary {
      color: #626270;
      font-size: 1rem;
      line-height: 1.75rem;
      font-weight: 400; }

.show_modal {
  opacity: 1;
  visibility: visible; }
  .show_modal .modal-dialog {
    transform: translateY(0px) !important; }

/*# sourceMappingURL=home.css.map */
