.inner.work ~ .footer {
    padding-bottom: 150px;
}
.projects-nav {
    z-index: 97;
    position: fixed;
    bottom: 39px;
    left: calc(50% + 96px);
    width: calc((100% - 200px) - 191px);
    max-width: 1404px;
    height: 123px;
    transform: translate(-50%);
    background: #272727;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.4);
    border-radius: 96px;
}
    .projects-nav .container {
        display: grid;
        grid-template-columns: auto 1fr auto;
        height: 100%;
    }
    .projects-nav .container div, .projects-nav .container a {
        height: 100%;
        font-size: 13px;
        line-height: 123px;
        position: relative;
        color: #b7b7b7;
    }
    .projects-nav .title {
        display: grid;
        grid-template-columns: 75px auto;
        align-items: center;
        column-gap: 28px;
    }
    .projects-nav .back {
        padding-left: 101px;
    }
    .projects-nav .next {
        padding-right: 101px;
    }
    .projects-nav .back::before, .projects-nav .next::before {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        top: 41px;
        left: 48px;
        background-image: url(../images/arrow.svg);
        background-repeat: no-repeat;
    }
    .projects-nav .next::before {
        left: unset;
        right: 48px;
        transform: scaleX(-1);
    }
    .projects-nav h1 {
        font-size: 31px;
    }
.inner .container.work {
    width: 100%;
    max-width: unset;
}
.work .content {
    width: calc(100% - 200px);
    max-width: 1404px;
    padding: 160px 0 200px 0;
}
.work .content div {
    position: relative;
}
.work .content .with-logo::before {
    content: "";
    position: absolute;
    width: 478px;
    height: 249px;
    bottom: -200px;
    right: -90%;
    background: url(../images/proto/logo.svg) no-repeat;
    background-size: 100%;
    opacity: .25;
}
.wireframes, .all, .double {
    grid-column: 1/3;
    width: 100%;
}
.work.proto .content div:nth-child(5) img {
    width: 140%;
}
.work.proto {
    background: linear-gradient(225.55deg, #9999A4 0%, #60606B 130.87%);
    color: white;
}
.work.wellchat, .work.screen {
    background: white;
    color: #474948;
}
.screen.first-page {
    background: linear-gradient(180deg, #F4F5F9 0%, #FFFFFF 100%);
}
.screen.first-page .title-top {
    max-width: 57%;
    text-align: left;
    font-size: 38px;
    line-height: 55px;
}
.screen.first-page .back {
    position: absolute;
    right: 0;
    width: 35%;
    height: 200%;
    background: url(../images/screen/back.png) no-repeat;
    background-position-x: right;
    background-position-y: -20px;
    background-size: 100%;
}
.tell-me-more {
    min-height: 110px;
    width: 100%;
    margin: 316px 0 220px 0;
    background: #4A94FF;
    box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.19);
    border-radius: 87px;
}
    .tell-me-more div { display: inline-block;}
    .tell-me-more > .arrow {
        margin-left: 66px;
        opacity: .65;
        height: 21px;
    }
    .tell-me-more > .text {
        font-weight: bold;
        font-size: 2vw;
        line-height: 39px;
        color: #FFFFFF; 
        margin: 35px 0 0 15px;
    }
    .tell-me-more .btn { float: right; }
    .tell-me-more > .btn button {
        margin: 30px 37px 0 0;
        min-width: unset;
        font-size: 12px;
        width: 167px;
        height: 50px;
        color: #fff;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 48px;
        background: #4A94FF;
    }
.work.sunshine {
    background: white url(../images/sunshine/background.svg) no-repeat;
    background-position: left top;
    color: #434343;
    background-size: 100%;
}
.proto .content, .sunshine .content, .wellchat .content, .screen.second-page .content {
    display: grid;
    grid-template-columns: 30% 1fr;
    column-gap: 10vw;
    row-gap: 30vh;
}
.wellchat .content {
    row-gap: 15vh;
    background: url(../images/wellchat/heart-top.svg) no-repeat top 175px center;
}
.sunshine .content {
    row-gap: 20vh;
    padding-bottom: 0;
}
.proto h2, .sunshine h2, .wellchat h2 {
    text-align: left;
    line-height: 75px;
    margin: 50px auto;
}
.sunshine h2, .sunshine h3 {
    color: #434343;
}
.wellchat h2, .wellchat h3, .screen h2, .screen h3 {
    color: #474948;
}
.wellchat .phones {
    background: url(../images/wellchat/heart-middle.svg) no-repeat left center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 15vw;
    column-gap: 5vw;
    row-gap: 10vw;
}
.green {
    color: #5AC0AA;
}
.screen-blue {
    color: #4A94FF !important;
}
.proto .images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2vw;
    row-gap: 2vw;
}
.work .icons {
    padding-left: 125px;
}
.work .icons h3 {
    position: relative;
}
.work .icons h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -125px;
    width: 94px;
    height: 94px;
    border-radius: 100%;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(78, 57, 128, 0.1);
    background-position: center;
    background-repeat: no-repeat;
}
.proto .icons h3:nth-child(1)::before {
    background-image: url(../images/proto/icon-01.svg);
}
.proto .icons h3:nth-child(3)::before {
    background-image: url(../images/proto/icon-02.svg);
}
.proto .icons h3:nth-child(5)::before {
    background-image: url(../images/proto/icon-03.svg);
}
.sunshine .icons h3::before {
    background-size: 50%;
}
.sunshine .icons h3:nth-child(1)::before {
    background-image: url(../images/sunshine/icon-01.svg);
}
.sunshine .icons h3:nth-child(3)::before {
    background-image: url(../images/sunshine/icon-02.svg);
}
.sunshine .icons h3:nth-child(5)::before {
    background-image: url(../images/sunshine/icon-03.svg);
}
.work.proto .content div:last-child h2 {
    text-align: center;
}
.work.proto .all {
    position: unset;
}
.work.proto .all::before {
    content: "";
    position: absolute;
    left: 191px;
    width: calc(100% - 191px);
    height: 100%;
    background: url(../images/proto/bottom.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    transform: translateY(100px);
}
.involve {
    font-size: 12px;
    margin: 25px 0;
    line-height: 33px;
}
.involve div {
    width: fit-content;
    width: -moz-fit-content;
    padding: 3px 25px;
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    display: inline-block;
    margin: 7px 3px;
}
.sunshine .involve div {
    border-color: #007AFF;
    color: #007AFF;
}
.involve span {
    position: absolute;
    width: 25px;
    height: 25px;
}
.involve span:last-child {
    left: 35px;
}
.involve span::before {
    content: "";
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #95C11F;
}
.involve span::after {
    content: "";
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    background: url(../images/android.svg) no-repeat center;
    background-size: 20px;
}
.involve span:last-child::before {
    background: #999;
}
.involve span:last-child::after {
    background: url(../images/apple.svg) no-repeat center;
    background-size: 20px;
    margin-top: -1px;
}
.image img {
    filter: drop-shadow(0px 4px 34px rgba(0,0,0,.25));
}
.add-top {
    margin-top: 100px;
}
.double-top {
    margin-top: 200px;
}
.projects-nav.sunshine .title div, .sunshine .emblem {
    background: #007AFF url(../images/sunshine/logo.svg) no-repeat center;
    background-size: 45px;
}
.projects-nav.wellchat .title div {
    background: white url(../images/wellchat/logo.svg) no-repeat center;
    background-size: 45px;
}
.projects-nav.tcd .title div {
    background: #FF0066 url(../images/tcd/logo.svg) no-repeat center;
    background-size: 45px;
}
.projects-nav.screen .title div {
    background: white;
    text-align: center;
    color: black;
    line-height: 75px;
}
.projects-nav.screen .title div::before {
    content: "Lintelio";
}
.projects-nav.nhr .title div {
    background: #007AFF url(../images/nhr/logo.svg) no-repeat center;
    background-size: 45px;
}
.wellchat .emblem {
    background: #5AC0AA;
    display: grid;
    text-align: center;
    align-items: center;
}
.wellchat .emblem img {
    filter: brightness(100);
}
.projects-nav .title div {
    width: 76px;
    height: 76px;
    border-radius: 100%;    
}
.sunshine .emblem, .wellchat .emblem {
    width: 124px;
    height: 124px;
    border-radius: 100%;
    margin-left: 0;
    background-size: 70px;
    margin-bottom: -35px;
}
.sunshine .solution,
.sunshine .solution h2,
.sunshine .mockups,
.sunshine .mockups h2 {
    text-align: center;
}
.sunshine .solution p {
    max-width: 650px;
}
.sunshine .mockups .images {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10vw;
    row-gap: 10vw;
}
.sunshine .heart {
    padding: 10vh 5vw;
}
.work .bttm {
    width: 100%;
    min-height: 50vh;
    background: #FFFFFF url(../images/sunshine/bottom.jpg) no-repeat bottom right;
    background-size: auto 100%;
}
.center, .center h2 {
    width: 100%;
    text-align: center;
}
.screen .btn-screen button {
    width: 192px;
    height: 50px;
    font-size: 12px;
    min-width: unset;
    background: #37245F;
    margin-top: 55px;
}
.screen .how-it-works h3 {
    text-align: center;
}
.screen .white-tiles {
    padding-top: 100px;
    display: grid;
    grid-template-columns: 30% 30% 1fr;
    column-gap: 35px;
    row-gap: 40px;
}
.screen .single-tile {
    width: 100%;
    min-height: 310px;
    background: #FFFFFF;
    box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.09);
    border-radius: 31px;
    padding: 116px 25px 49px 49px;
    background-repeat: no-repeat;
    background-position: bottom right 35px;
}
.screen .single-tile::before {
    content: "";
    position: absolute;
    top: 25px;
    background-repeat: no-repeat;
    background-position: center;
    width: 63px;
    height: 83px;
}
.screen .single-tile.ico1::before {
    background-image: url(../images/screen/ico-1.svg);
}
.screen .single-tile.ico2::before {
    background-image: url(../images/screen/ico-2.svg);
}
.screen .single-tile.ico3::before {
    background-image: url(../images/screen/ico-3.svg);
}
.screen .single-tile.ico4::before {
    background-image: url(../images/screen/ico-4.svg);
}
.screen .single-tile.ico1 {
    background-image: url(../images/screen/n-1.svg);
}
.screen .single-tile.ico2 {
    background-image: url(../images/screen/n-2.svg);
}
.screen .single-tile.ico3 {
    background-image: url(../images/screen/n-3.svg);
}
.screen .single-tile.ico4 {
    background-image: url(../images/screen/n-4.svg);
}
.screen .last-tile {
    display: grid;
    align-items: center;
    grid-column: 3;
    grid-row: 1/3;
}
.screen .single-tile p {
    line-height: 25px !important;
}
.screen.second-page {
    background: linear-gradient(181.07deg, #F4F5F9 41.32%, #FFFFFF 127.65%);
}
.screen.second-page h3, .screen.second-page h2,
.screen .features h3, .screen .features h2 {
    text-align: left;
}
.screen.second-page .benefits, .screen .features .details {
    margin-left: 0;
}
.screen.second-page .benefits .details {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 60px;
}
.screen.second-page .benefits .details p {
    margin-top: 10px;
}
.screen.second-page .benefits .details div {
    padding-top: 105px;
}
.screen.second-page .benefits .details div::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 86px;
    height: 86px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.1);
    border-radius: 27px;
}
    .screen.second-page .benefits .details div:nth-child(1)::before {
        background-image: url(../images/screen/b-1.svg);
    }
    .screen.second-page .benefits .details div:nth-child(2)::before {
        background-image: url(../images/screen/b-2.svg);
    }
    .screen.second-page .benefits .details div:nth-child(3)::before {
        background-image: url(../images/screen/b-3.svg);
    }
    .screen.second-page .benefits .details div:nth-child(4)::before {
        background-image: url(../images/screen/b-4.svg);
    }
.screen .features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 200px;
    column-gap: 50px;
    align-items: center;
}
    .screen .features img {
        margin-left: -25px;
    }
.nhr.first-page {
    min-height: 100vh;
    background: url(../images/nhr/back.jpg) no-repeat;
    background-size: cover;
}
.nhr.first-page .content {
    padding-top: 100px;
}
.nhr.first-page p {
    color: white;
    text-align: center;
}
.nhr.first-page .mouse {
    width: 100%;
    padding: 150px 0;
    text-align: center;
}
.nhr.first-page .emblem {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: #007AFF url(../images/nhr/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 9px 44px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
}
.nhr.first-page .top-phones {
    width: 66%;
    margin-bottom: -400px;
    margin-right: 0;
}
.nhr.second-page, .nhr.fourth-page {
    background: white;
    color: #252F39;
}
.nhr.second-page .content {
    padding: 120px 0;
}
.nhr.second-page h2 {
    color: #252F39;
    text-align: left;
    margin-bottom: 150px;
}
.nhr.second-page h3, .nhr.third-page h2, .nhr.fourth-page h3 {
    color: #252F39;
}
.nhr.third-page p {
    color: #252F39;
    text-align: center;
}
.nhr.second-page .icons {
    padding-left: 75px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 125px;
    row-gap: 65px;
}
.nhr.second-page .icons div {
    margin-left: 0;
}
.nhr.second-page .icons h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75px;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: #007AFF;
    box-shadow: none;
    background-position: center;
    background-repeat: no-repeat;
}
.nhr.second-page .icons div:nth-child(1) h3::before {
    background-image: url(../images/nhr/ico-1.svg);
}
.nhr.second-page .icons div:nth-child(2) h3::before {
    background-image: url(../images/nhr/ico-2.svg);
}
.nhr.second-page .big-blue {
    margin: 100px 0;
    background: #0075F5;
    border-radius: 57px;
    color: white;
}
.nhr.second-page  .big-blue h3 {
    color: white;
}
.nhr.second-page .big-blue::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    background: #0075F5;
    border-radius: 57px;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
}
.nhr.second-page .big-blue .icons h3::before {
    background-color: white;
}
.nhr.second-page .big-blue .icons div:nth-child(1) h3::before {
    background-image: url(../images/nhr/ico-3.svg);
}
.nhr.second-page .big-blue .icons div:nth-child(2) h3::before {
    background-image: url(../images/nhr/ico-4.svg);
}
.nhr.second-page .big-blue .icons div:nth-child(3) h3::before {
    background-image: url(../images/nhr/ico-5.svg);
}
.nhr.second-page .big-blue .icons div:nth-child(4) h3::before {
    background-image: url(../images/nhr/ico-6.svg);
}
.nhr.third-page {
    background: white;
    padding: 0;
    position: relative;
}
.nhr.third-page .content {
    padding-top: 450px;
    position: absolute;
    width: 100%;
}
.nhr.third-page .content p {
    max-width: 375px;
    margin-top: 0;
}
.nhr.fourth-page .content .first-phones,
.nhr.fourth-page .content .second-phones {
    display: grid;
    grid-template-columns: 40% 1fr;
    align-items: center;
    column-gap: 50px;
}
.nhr.fourth-page .content .second-phones {
    grid-template-columns: 1fr 40%;
    padding-top: 100px;
}
.nhr.fourth-page .emblem {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: #007AFF url(../images/nhr/ico-7.svg) no-repeat 14px center;
    margin: 0 0 25px 0;
}
.nhr.fourth-page .second-phones .emblem {
    background: #007AFF url(../images/nhr/ico-8.svg) no-repeat center;
}
.tcd h2, .tcd h3 {
    color: #444444;
}
.tcd.first-page {
    background: #F2F2F2;
    color: #444444;
}
.tcd.first-page .content {
    padding-bottom: 100px;
    position: relative;
}
.tcd.first-page .content::before {
    content: "UI / UX Design 2020";
    position: absolute;
    right: 0;
    font-size: 15px;
    font-weight: bolder;
}
.tcd.first-page .content::after {
    content: "";
    position: absolute;
    top: 60%;
    right: 0;
    width: 77px;
    height: 4px;
    background: #444444;
}
.tcd.first-page .title {
    display: grid;
    grid-template-columns: 145px 1fr;
    align-items: center;
}
.tcd.second-page h3 {
    padding-top: 50px;
}
.tcd.first-page p {
    max-width: 50%;
    margin-left: 0;
    padding-top: 50px;
}
.tcd.first-page .emblem {
    background: #FF0066 url(../images/tcd/logo.svg) no-repeat center;
    background-size: 74px;
    box-shadow: 0px 9px 44px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    width: 145px;
    height: 145px;
}
.tcd.first-page h2 {
    text-align: left;
    margin-left: 40px;
}
.tcd.second-page {
    text-align: center;
    background: white;
    color: #444444;
}
.tcd.second-page .content {
    padding-top: 100px;
}
.tcd .involve div {
    border-color: #444444;
    padding: 3px 18px;
    font-weight: bold;
}
.tcd.third-page {
    background: white linear-gradient(180deg, #C4C4C430 -84.82%, rgba(196, 196, 196, 0) 100%);
}
.tcd.third-page .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    padding-top: 0;
    color: #444444;
    margin-top: -50px;
}
.tcd.third-page .image {
    margin-top: 20px;
}
.tcd.third-page h2, .tcd.fourth-page h2  {
    text-align: left;
    padding-bottom: 20px;
}
.tcd.fourth-page, .tcd.fifth-page {
    background: white;
    color: #444444;
}
.tcd.fourth-page .content {
    padding-top: 0;
}
.tcd.fourth-page .emblems {
    color: #444444;
    text-align: center;
    padding-top: 100px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 25px;
    row-gap: 75px;
}
.tcd.fourth-page .emblems p {
    font-size: 13px;
    line-height: 21px;
}
.tcd.fourth-page .emblems div {
    padding-top: 160px;
}
.tcd.fourth-page .emblems div::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: center;
}
.tcd.fourth-page .emblems div:nth-child(1)::before {
    background-image: url(../images/tcd/ico-1.svg);
}
.tcd.fourth-page .emblems div:nth-child(2)::before {
    background-image: url(../images/tcd/ico-2.svg);
}
.tcd.fourth-page .emblems div:nth-child(3)::before {
    background-image: url(../images/tcd/ico-3.svg);
}
.tcd.fourth-page .emblems div:nth-child(4)::before {
    background-image: url(../images/tcd/ico-4.svg);
}
.tcd.fourth-page .emblems div:nth-child(5)::before {
    background-image: url(../images/tcd/ico-5.svg);
}
.tcd.fourth-page .emblems div:nth-child(6)::before {
    background-image: url(../images/tcd/ico-6.svg);
}
.tcd.fourth-page .emblems div:nth-child(7)::before {
    background-image: url(../images/tcd/ico-7.svg);
}
.tcd.fourth-page .emblems div:nth-child(8)::before {
    background-image: url(../images/tcd/ico-8.svg);
}
.tcd.fifth-page {
    background: white url(../images/tcd/devices.jpg) no-repeat center left;
    background-size: 46%;
    padding-bottom: 200px;
}
.tcd.fifth-page h2 {
    text-align: left;
    line-height: 65px;
    padding-bottom: 30px;
}
.tcd.fifth-page .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.tcd.sixth-page {
    background: #f2f2f2;
    color: #444444;
    text-align: center;
}
.tcd.sixth-page img {
    padding-top: 100px;
}
.tcd.sixth-page button {
    margin-top: 20px;
}
.tcd-end {
    min-height: 60vh;
    padding: 0;
    position: relative;
}
.tcd-end .content {
    padding: 0 !important;
}
.tcd-end::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
    background: url(../images/tcd/top.svg) no-repeat bottom right;
    background-size: 25%;
}

@media only screen and (max-width: 1333px) {
    .nhr.second-page .content {
        padding-top: 250px;
    }
    .nhr.second-page .content h2 {
        text-align: center;
    }
}
@media only screen and (max-width: 1155px) {
    .tell-me-more > .text {
        font-size: 1.5vw;
    }
    .nhr.third-page .content {
        padding-top: 400px;
    }
}
@media only screen and (max-width: 1111px) {
    .projects-nav {
        height: 73px;
    }
    .projects-nav .back::before {
        top: 16px;
        left: 19px;
    }
    .projects-nav .next::before {
        top: 16px;
        right: 19px;
    }
    .projects-nav .back {
        padding-left: 79px;
    }
    .projects-nav .next {
        padding-right: 79px;
    }
    .projects-nav .container div, .projects-nav .container a {
        line-height: 73px;
        height: 73px;
    }
    .title img {
        width: 50px;
    }
    .projects-nav .title div {
        width: 41px;
        height: 41px;
    }
    .projects-nav.sunshine .title div, .projects-nav.nhr .title div, .projects-nav.tcd .title div {
        background-size: 25px;
    }
    .projects-nav h1 {
        font-size: 25px;
        padding-top: 0;
    }
    .projects-nav .title {
        grid-template-columns: 50px auto;
        column-gap: 15px;
    }
    .work.proto .all::before {
        transform: translateY(50px);
    }
    .wellchat .content, .wellchat .phones {
        background-size: 90%;
    }
    .screen .white-tiles {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .screen .last-tile {
        grid-column: 1/3;
        grid-row: 3;
        padding-top: 50px;
    }
    .tell-me-more .arrow {
        display: none;
    }
    .tell-me-more > .text {
        padding-left: 35px;
    }
    .projects-nav.screen .title div::before {
        font-size: 9px;
        position: absolute;
        left: 5px;
        top: -17px;
    }
    .tcd.fifth-page {
        padding-bottom: 0;
    }
    .tcd.third-page .content {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 950px) {
    .work h2 {
        line-height: 45px;
    }
    .nhr.first-page .top-phones {
        margin-bottom: -300px;
    }
    .nhr.second-page .icons {
        grid-template-columns: 1fr;
    }
    .nhr.third-page .content {
        padding-top: 220px;
    }
    .nhr.fourth-page .content .first-phones,
    .nhr.fourth-page .content .second-phones {
        grid-template-columns: 1fr;
        row-gap: 75px;
    }
    .tcd.first-page .title {
        grid-template-columns: 70px 1fr;
    }
    .tcd.first-page .emblem {
        width: 70px;
        height: 70px;
        background-size: 40px;
    }
    .tcd.first-page p {
        max-width: 60%;
    }
    .tcd.fourth-page .emblems {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 800px) {
    .projects-nav {
        width: calc(100% - 50px);
        left: 50%;
    }
    .work .content, .screen.second-page .content, .screen .features {
        grid-template-columns: 1fr;
        row-gap: 10vh;
    }
    .wireframes, .all, .double {
        grid-column: 1;
    }
    .work.proto .content div:nth-child(5) img {
        width: 100%;
    }
    .work .content div:nth-child(2) {
        grid-row: 1;
    }
    .work .content .with-logo::before {
        display: none;
    }
    .work .content {
        padding: 75px 0 0 0;
    }
    .work.proto .all::before {
        width: 100%;
        left: 0;
    }
    .work h2 {
        margin-bottom: 25px;
    }
    .sunshine .mockups .images {
        margin-top: 50px;
        grid-template-columns: repeat(2, 1fr);
    }
    .wellchat .content {
        padding: 150px 0;
    }
    .wellchat .phones {
        padding: 0;
    }
    .screen h2 {
        margin-left: 0 !important;
    }
    .screen.first-page .back {
        background-position-y: 100px;
    }
    .screen.first-page .title-top {
        font-size: 23px;
        line-height: 35px;
        padding-top: 50px;
    }
    .screen.third-page {
        padding-bottom: 100px;
    }
    .nhr.first-page .top-phones {
        margin-bottom: -100px;
    }
    .inner .nhr h2, .inner .tcd h2:not(.title h2) {
        margin-left: 0;
    }
    .tcd.first-page h2 {
        padding-top: 25px;
    }
    .nhr.third-page .content {
        padding-top: 40px;
    }
    .nhr.fourth-page .content .second-phones {
        padding-bottom: 100px;
    }
    .tcd.third-page .content {
        margin-top: 100px;
    }
    .tcd.fifth-page {
        background: white;
    }
    .tcd.fifth-page .content {
        grid-template-columns: 1fr;
    }
    .work.tcd .content {
        padding-bottom: 75px;
    }
    .tcd.first-page .content::before {
        top: 95px;
    }
}
@media only screen and (max-width: 700px) {
    .projects-nav .container div {
        color: transparent;
    }
    .projects-nav .container {
        grid-template-columns: 60px 1fr 60px;
    }
    .projects-nav .next {
        padding: 0;
    }
    .screen .white-tiles {
        grid-template-columns: 1fr;
    }
    .screen .last-tile {
        grid-column: 1;
        grid-row: 5;
    }
    .tell-me-more {
        height: 175px;
        position: relative;
        margin: 100px 0;
    }
    .tell-me-more > .text {
        font-size: 2.8vw;
    }
    .tell-me-more > .btn{
        position: absolute;
        bottom: 11px;
        width: 100%;
    }
    .tell-me-more > .btn button{
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }
    .tcd.first-page .content::before, .tcd.first-page .content::after {
        display: none;
    }
    .tcd.first-page p {
        max-width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .projects-nav h1 {
        font-size: 15px;
    }
    .title img {
        height: 41px;
    }
    .projects-nav .title {
        column-gap: 5px;
    }
    .work .content {
        width: calc(100% - 50px);
    }
    .work .icons {
        padding-left: 0;
    }
    .work .icons h3 {
        padding-top: 85px;
    }
    .work .icons h3::before {
        width: 64px;
        height: 64px;
        left: 0;
        background-size: 60%;
    }
    .work.proto .all::before {
        transform: translateY(20px);
        height: 50%;
    }
    .inner.work ~ .footer {
        padding-bottom: 100px;
    }
    .wellchat .content {
        background-position-y: 225px;
    }
    .wellchat .phones {
        background: none;
    }
    .screen.second-page .benefits .details {
        grid-template-columns: 1fr;
    }
    .screen .features img {
        margin-left: 0;
    }
    .tell-me-more {
        background: transparent;
        box-shadow: none;
    }
    .tell-me-more > .text {
        color: black;
        font-size: 3.5vw;
        margin: 0;
    }
    .nhr.second-page .icons h3::before {
        left: 0;
    }
    .nhr.second-page .icons {
        padding-left: 0;
    }
    .nhr.second-page .big-blue {
        border-radius: 0;
    }
    .nhr.second-page .big-blue::before {
        border-radius: 0;
        width: calc(100% + 50px);
        left: -25px;
    }
    .nhr.third-page .content {
        padding-top: 0;
    }
    .tcd.fourth-page .emblems {
        grid-template-columns: 1fr;
    }
    .tcd-end::before {
        background-size: 50%;
    }
}