/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.wrap-view-more {
  position: relative;
  height: calc(91.8vw / 8);
  width: 100%; }

.view-more-text {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(calc(-50% - 40px), calc(100% + 16px)) rotate(-90deg);
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #16c36e; }

.view-more-block {
  position: absolute;
  height: 100%;
  right: 4.1%;
  width: calc(calc(91.8%/ 8) * 4);
  display: flex; }
  .view-more-block .view-more-info {
    position: relative;
    width: calc(100% - (100% / 4));
    height: 100%;
    background: #26252e;
    padding: 0;
    margin: 0;
    overflow: hidden; }
    .view-more-block .view-more-info .backgroundSlide {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      background: #434eba;
      z-index: 1;
      content: '';
      animation: bg-animation; }
    .view-more-block .view-more-info .title {
      padding-top: 18px;
      padding-left: 25px;
      width: 100%;
      font-family: "Roboto-Medium";
      font-size: var(--font20);
      color: #ffffff;
      font-weight: 500;
      line-height: 32px; }
    .view-more-block .view-more-info .description {
      font-family: "Roboto-Regular";
      font-style: normal;
      font-weight: normal;
      font-size: var(--font20);
      line-height: 30px;
      color: #ffffff;
      opacity: 0.7;
      padding-left: 24px;
      padding-top: 12px; }
  .view-more-block .image {
    width: calc(100% / 4);
    height: 100%;
    background-color: #434eba;
    display: flex;
    align-items: center;
    justify-content: center; }
    .view-more-block .image img {
      object-fit: cover; }

.bg-primary {
  background-color: #ecf1f2 !important; }

.bg-dark {
  background-color: #ffffff !important; }

.text-primary {
  color: #26252e !important; }

.text-dark {
  color: #26252e !important; }

.text-dark-with-opacity {
  color: #26252e !important;
  opacity: 0.7; }

.text-primary-with-opacity {
  color: #26252e !important;
  opacity: 0.7; }

@media screen and (min-width: 1440px) {
  .wrap-view-more {
    height: 165px; }
  .view-more-block {
    right: calc(calc(100% - 1320px) / 2);
    width: calc(calc(1320px/ 8) * 4); } }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .wrap-view-more {
    height: var(--singleGridWidth); }
  .view-more-block {
    width: calc(var(--singleGridWidth) * 4); }
    .view-more-block .view-more-info .title {
      padding-top: 12px;
      font-family: "Roboto-Medium";
      font-size: var(--font16);
      color: #ffffff;
      font-weight: 500;
      line-height: 32px; }
    .view-more-block .view-more-info .description {
      padding-top: 5px;
      font-size: var(--font16);
      line-height: 20px; } }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  .view-more-text {
    font-size: 18px;
    line-height: 21px; }
  .wrap-view-more {
    height: 165px; }
  .view-more-block {
    right: calc(calc(100% - 1240px) / 2);
    width: calc(calc(1240px/ 8) * 4); }
    .view-more-block .view-more-info .title {
      color: #ffffff; } }

@keyframes bg-animation {
  0% {
    right: 100%; }
  50% {
    right: 0;
    left: 0; }
  100% {
    right: 0;
    left: 100%; } }

@media screen and (max-width: 1024px) {
  .wrap-view-more {
    bottom: 110px; }
    .wrap-view-more .view-more-block {
      width: 70%;
      height: 72px;
      right: 11%; }
      .wrap-view-more .view-more-block .view-more-text {
        left: 10%;
        top: -16px;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.02em; }
      .wrap-view-more .view-more-block .view-more-info {
        width: calc(var(--singleGridWidth) * 2);
        padding: 5px 15px; }
        .wrap-view-more .view-more-block .view-more-info .description,
        .wrap-view-more .view-more-block .view-more-info .title {
          padding: 0;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .wrap-view-more .view-more-block .view-more-info .title {
          font-size: 12px;
          line-height: 20px; }
        .wrap-view-more .view-more-block .view-more-info .description {
          font-size: 11px;
          line-height: 16px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
      .wrap-view-more .view-more-block .image {
        width: 72px; } }

