@import './vars.css';

@media (min-width: 1200px) {
  .line:before {
    width: 86px;
  }

  .text {
    font-size: 16px;
    line-height: 21px;
  }

  .section-title-wrapper {
    margin: 0 0 var(--margin-48) ;
  }

  .section-title {
    font-size: 42px;
  }

  /* header */

  .nav-list__item:not(:first-child) {
    margin: 0 0 0 50px;
  }

  .social {
    margin: 0 13px;
  }

  .social__link:not(:first-child) {
    margin: 0 0 0 9px;
  }

  /* save */

  .save__img {
    height: 618px;
  }

  /* work */
  
  .work {
    margin: 0 0 102px;
    padding: var(--margin-48) 0;
  }

  .work-item-wrapper {
    margin-bottom: var(--margin-48);
  }

  .work-item-wrapper:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  
  .work-item {
    position: relative;
    padding: 0 0 0 var(--margin-112);
  }

  .work-item__top {
    margin: 0 0 var(--base-spacing);
  }
  
  .work-item__icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    width: 86px;
    height: 86px;
    transform: translateY(-50%);
  }


  /* result */

  .result {
    padding: 52px 0 var(--margin-48);
    margin: 0 0 var(--margin-24);
  }

  .result-item-wrapper {
    padding-top: 0;
  }

  .result-item-wrapper {
    margin: 0;
  }

  .result-item__count {
    margin: 0 0 var(--base-spacing);
    font-size: 64px;
    line-height: 68px;
  }

  /* team */
  
  .team-item {
    margin: 6px;
    width: calc(50% - 12px);
  }

  /* contacts */

  section.contacts {
    background: url(https://storage.googleapis.com/wou-site/Home/path1947_xcawja.png);
    background-repeat: no-repeat;
    background-position: top 22px right 150px;
    background-size: 38%;
  }

  /* gallery */
  
  .gallery-item__title {
    font-size: 30px;
    line-height: 36px;
  }

  /* news */

  .news-item__title {
    font-size: 30px;
    line-height: 36px;
  }

  .monobank img {
    width: 50%;
    height: auto;
  }
}