.main-poster {
    /*height: calc(100vh - 128px);*/
    background-color: #1A191D;
}
.main-poster .container{
    min-height: 756px;
    padding: 64px 0;
    width: 90%;
    max-width: 1664px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-poster .text-block {
    /*width: 751px;*/
    width: calc(95% - 600px);
}
.main-poster .text-block h1{
    font-weight: 600;
    font-size: 48px;
    line-height: 66px;
    margin-bottom: 32px;
    cursor: none;
}
.main-poster .text-block p{
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
}
/*.main-poster .image-block {*/
/*    width: 500px;*/
/*    height: 500px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
.main-poster .mainpage-canvas {
    width: 600px !important;
    height: 600px !important;
}
/*.main-poster .image-block img{*/
/*    width: 372px;*/
/*    height: 372px;*/
/*}*/
.main-poster .for-client {
    display: none;
}
.main-poster #flag {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 100px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1000ms;
}
.main-poster #flag.show {
    opacity: 0.8;
}

.showcase {
    padding: 128px 0;
    color: #fff;
}
.showcase .container {
    width: 90%;
    max-width: 1664px;
    height: 100%;
    margin: 0 auto;
}
.showcase h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 66px;
    margin-bottom: 64px;
    text-align: center;
}
.showcase .list-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 64px;
    gap: 128px;
}
.showcase .list-container .list-item {
    width: 395px;
    height: 644px;
    border: 1px solid #fff;
    border-radius: 32px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.showcase .list-container .list-item .img-wrapper{
    width: 331px;
    height: 331px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.showcase .list-container .list-item img {
    width: 331px;
    height: 331px;
    object-fit: cover;
    border-radius: 20px;
}
.showcase .list-container .list-item .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
}
.showcase .list-container .list-item .description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.showcase .list-container .list-item a {
    border: 1px solid #fff;
    border-radius: 47px;
    padding: 12px 24px;
    text-decoration: none;
    width: 100%;
    color: #fff;
    background-color: #1A191D;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    transition: all 0.5s ease;
}
.showcase .list-container .list-item a:hover {
    background-color: #fff;
    color: #1A191D;
}
.showcase .list-container .list-item a:active {
    background-color: #fff;
    color: #1A191D;
    opacity: 0.5;
}
.showcase .portfolio-button {
    display: block;
    text-decoration: none;
    width: 394px;
    height: 72px;
    background: #fff;
    color: #1A191D;
    border-radius: 47px;
    padding: 22px 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.5s ease;
    border: 1px solid #fff;
}
.showcase .portfolio-button:hover {
    background: transparent;
    color: #fff;
}
.showcase .portfolio-button:active {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    opacity: 0.5;
}
/*================New Extra Styles Start================*/
.services-list .item .container {
    padding: 128px 0;
    width: 90%;
    max-width: 1536px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 12.5%;
}
.services-list .item:nth-child(2n) .container {
    flex-direction: row-reverse;
}
.services-list .item .content-container {
    display: flex;
    align-items: center;
}
.services-list .item h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 66px;
    margin-bottom: 40px;
}
.services-list .item h2 img {
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin-right: 48px;
}
.services-list .item p {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 48px;
}
.services-list .item a {
    display: block;
    border-radius: 47px;
    padding: 12px 24px;
    text-decoration: none;
    width: 331px;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    transition: all 0.5s ease;
}
/*===*/
.services-list .item:nth-child(2n+1) {
    background-color: #fff;
    color: #1A191D;
}
.services-list .item:nth-child(2n+1) a {
    color: #1A191D;
    border: 1px solid #1A191D;
}
.services-list .item:nth-child(2n+1) a:hover {
    background-color: #1A191D;
    color: #fff;
}
.services-list .item:nth-child(2n+1) a:active {
    background-color: #1A191D;
    color: #fff;
    opacity: 0.5;
}
/*===*/
.services-list .item:nth-child(2n) {
    background-color: #1A191D;
    color: #fff;
}
.services-list .item:nth-child(2n) a {
    color: #fff;
    border: 1px solid #fff;
}
.services-list .item:nth-child(2n) a:hover {
    color: #1A191D;
    background-color: #fff;
}
.services-list .item:nth-child(2n) a:active {
    color: #1A191D;
    background-color: #fff;
    opacity: 0.5;
}
.clients-block {
    padding: 128px 0;
    background-color: #fff;
    color: #1A191D;
}
.clients-block .container {
    width: 90%;
    max-width: 1664px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.clients-block .container img {
    max-width: 100%;
}
.clients-block .logo-mob {
    display: none;
}
.contact-us-block {
    padding: 128px 0;
}
.contact-us-block .container {
    width: 90%;
    max-width: 1664px;
    margin: 0 auto;
    display: flex;
    /*flex-direction: column;*/
    align-items: center;

    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 48px;
}
.clients-block h2,
.contact-us-block h2,
.upwork h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 66px;
    margin-bottom: 64px;
    text-align: center;
}
.contact-us-block h2 {
    width: 100%;
}
.clients-block p,
.contact-us-block p {
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 128px;
    max-width: 1016px;
    text-align: center;
}
.contact-us-block p {
    max-width: 50%;
    margin-bottom: 0;
}
.contact-us-block a {
    display: block;
    text-decoration: none;
    width: 331px;
    background: #1A191D;
    color: #fff;
    border-radius: 47px;
    padding: 22px 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    transition: all 0.5s ease;
    border: 1px solid #fff;
}
.contact-us-block a:hover {
    background: #fff;
    color: #1A191D;
}
.contact-us-block a:active {
    opacity: 0.5;
}
.contact-us-block .trust-links-container {
    display: flex;
    align-items: center;
    margin: 128px auto 0;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 940px;
}
.contact-us-block .trust-links-container a {
    border: none;
    background: transparent;
    width: 190px;
}
.contact-us-block .trust-links-container img {
    width: 140px;
}

.upwork {
    padding: 128px 0;
    background-color: #fff;
    color: #1A191D;
}
.upwork .container {
    width: 90%;
    max-width: 1728px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.upwork a {
    width: 100%;
}
.upwork .upwork-logo {
    /*width: 80%;*/
    /*max-width: 300px;*/
    /*margin: 0 auto;*/
    /*display: block;*/
    height: 48px;
    vertical-align: middle;
}
.block-8th-wall {
    padding: 128px 0;
    color: #fff;
}
.block-8th-wall .container {
    height: 100%;
    width: 80%;
    max-width: 1664px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-8th-wall h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 66px;
    text-align: center;
}
.block-8th-wall a {
    vertical-align: middle;
}
.block-8th-wall a img {
    height: 66px;
    margin-top: -10px;
}
/*================New Extra Styles End================*/
@media (max-width: 1440px) {
    .showcase {
        padding: 32px 0 32px;
    }
    .showcase .container {
        /*max-width: 758px;*/
        width: 95%;
    }
    .showcase h2 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 32px;
    }
    .showcase .list-container {
        gap: 48px;
    }
    .showcase .list-container .list-item {
        width: 285px;
        height: 465px;
        padding: 24px;
        border-radius: 24px;
    }
    .showcase .list-container .list-item .img-wrapper {
        width: 237px;
        height: 237px;
    }
    .showcase .list-container .list-item .img-wrapper img {
        width: 237px;
        height: 237px;
    }
    .showcase .list-container .list-item .title {
        font-size: 16px;
        line-height: 22px;
    }
    .showcase .list-container .list-item .description {
        font-size: 12px;
        line-height: 16px;
    }
    .showcase .list-container .list-item a {
        padding: 12px 0;
        font-size: 16px;
        line-height: 22px;
    }
    .showcase .portfolio-button {
        font-size: 14px;
        line-height: 19px;
        padding: 12px;
        height: unset;
        width: 210px;
        border-radius: 25px;
    }
}
@media (max-width: 1280px) {
    .main-poster .container {
        min-height: 390px;
        padding: 32px 0;
        width: 90%;
        max-width: 888px;
    }
    /*.main-poster .image-block {*/
    /*    width: 260px;*/
    /*    height: 260px;*/
    /*}*/
    /*.main-poster .image-block img{*/
    /*    width: 201px;*/
    /*    height: 201px;*/
    /*}*/
    .main-poster .mainpage-canvas {
        width: 320px !important;
        height: 320px !important;
    }
    .main-poster .text-block {
        width: calc(95% - 320px);
    }
    .main-poster .text-block h1{
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .main-poster .text-block p{
        font-size: 16px;
        line-height: 22px;
    }
    .showcase .list-container .list-item a {
        color: #1A191D;
        background-color: #fff;
        border: none;
    }
    .showcase .portfolio-button,
    .contact-us-block a {
        color: #fff;
        background-color: #1A191D;
        border: 1px solid #fff;
        width: 236px;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        padding: 15px 0;
    }
    .showcase .portfolio-button:active,
    .contact-us-block a:active {
        background-color: #fff;
        opacity: 0.5;
        color: #1A191D;
    }
        /**************************************/
    .services-list .item .container {
        max-width: 832px;
        width: 85%;
        padding: 48px 0;
    }
    .services-list .item .image-wrapper {
        width: 284px;
        height: 284px;
    }
    .services-list .item .image-wrapper img {
        width: 284px;
        height: 284px;
    }
    .services-list .item h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 32px;
    }
    .services-list .item h2 img {
        height: 32px;
        width: 32px;
        margin-right: 32px;
    }
    .services-list .item p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 32px;
    }
    .services-list .item a {
        font-size: 16px;
        line-height: 22px;
        padding: 13px 0;
        width: 311px;
    }
    .services-list .item:nth-child(2n) a {
        color: #1A191D;
        background-color: #fff;
        border: none;
    }
    .blog .item:nth-child(2n+1) a {
        color: #fff;
        background-color: #1A191D;
        border: none;
    }
    .clients-block, .contact-us-block {
        padding: 48px 0;
    }
    .clients-block h2, .contact-us-block h2, .upwork h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 48px;
    }
    .upwork .upwork-logo {
        height: 28px;
    }
    .clients-block p, .contact-us-block p {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 48px;
    }
    .contact-us-block p {
        margin-bottom: 0;
    }
    .contact-us-block .trust-links-container {
        margin-top: 48px;
    }
    .contact-us-block .trust-links-container img {
        width: 90px;
    }
    .upwork {
        padding: 64px 0;
    }
    .upwork h2 {
        margin-bottom: 24px;
    }
    .block-8th-wall {
        padding: 64px 0;
    }
    .block-8th-wall h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .block-8th-wall a img {
        height: 38px;
    }
}
@media (max-width: 960px) {
    .showcase .list-container {
        flex-direction: column;
        align-items: center;
    }
    .showcase .list-container .list-item {
        width: 311px;
        height: 497px;
        padding: 32px;
    }
    .showcase .list-container .list-item .img-wrapper,
    .showcase .list-container .list-item .img-wrapper img {
        width: 247px;
        height: 247px;
    }
    .showcase .list-container .list-item .title {
        font-size: 20px;
        line-height: 27px;
    }
    .showcase .list-container .list-item .description {
        font-size: 12px;
        line-height: 16px;
    }
    .showcase .list-container .list-item a {
        padding: 13px 0;
        font-size: 16px;
        line-height: 22px;
    }
    .contact-us-block .trust-links-container {
        max-width: 600px;
        flex-wrap: wrap;
    }
}
@media (max-width: 820px) {
    .services-list .item .container {
        width: 90%;
        gap: 7.5%;
    }
}
@media (max-width: 768px) {
    .upwork .container {
        width: 100%;
    }
    .contact-us-block p {
        margin-bottom: 48px;
        max-width: unset;
    }
}
@media (max-width: 750px) {
    .services-list .item .container {
        width: 85%;
        padding: 32px 0;
        flex-direction: column !important;
        gap: 32px;
    }
    .services-list .item .image-wrapper {
        width: 311px;
        height: 311px;
        margin: 0 auto;
    }
    .services-list .item .image-wrapper img {
        width: 311px;
        height: 311px;
    }
    .services-list .item p {
        margin-bottom: 32px;
    }
    .services-list .item a {
        display: block;
        margin: 0 auto;
    }
    .contact-us-block .trust-links-container {
        flex-wrap: wrap;
        max-width: unset;
        justify-content: center;
    }
    .contact-us-block .trust-links-container img {
        width: 70px;
    }
}
@media (max-width: 600px) {
    .main-poster .container {
        height: unset;
        padding: 12px 0 48px;
        flex-direction: column-reverse;
        align-items: center;
    }
    .main-poster .container .text-block {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .main-poster .container {
        width: 90%;
        max-width: 311px;
    }
    /*.main-poster .image-block {*/
    /*    width: 247px;*/
    /*    height: 247px;*/
    /*    margin-bottom: 32px;*/
    /*}*/
    /*.main-poster .image-block img{*/
    /*    width: 215px;*/
    /*    height: 215px;*/
    /*}*/
    .main-poster .mainpage-canvas {
        width: 320px !important;
        height: 320px !important;
        margin-bottom: 32px;
    }
    .main-poster .text-block h1{
        margin-bottom: 16px;
    }
    .main-poster .text-block p{
        font-size: 14px;
        line-height: 19px;
    }
    .main-poster .for-client {
        display: block;
        text-decoration: none;
        margin: 0 auto 48px;
        width: 311px;
        height: 64px;
        padding: 20px 0;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        border: 1px solid #FFFFFF;
        border-radius: 1000px;
        color: #fff;
        background-color: #1A191D;
        transition: all 0.5s ease;
    }
    .showcase {
        padding: 48px 0 48px;
    }
    .showcase .container {
        width: 100%;
    }
    .showcase h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .showcase .list-container .list-item {
        width: 311px;
        padding: 32px;
    }
    .showcase .list-container .list-item .img-wrapper {
        width: 247px;
        height: 247px;
    }
    .showcase .list-container .list-item .img-wrapper img {
        width: 247px;
        height: 247px;
    }
    .showcase .portfolio-button {
        font-size: 18px;
        line-height: 24px;
        padding: 20px 0;
        width: 100%;
        max-width: 311px;
        border-radius: 43px;
    }

    .services-list .item h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .services-list .item p {
        font-size: 14px;
        line-height: 19px;
    }
    .clients-block h2, .contact-us-block h2, .upwork h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .upwork .upwork-logo {
        height: 24px;
    }
    .clients-block p, .contact-us-block p {
        font-size: 14px;
        line-height: 19px;
    }
    .clients-block .logo-desktop {
        display: none;
    }
    .clients-block .logo-mob {
        display: block;
    }
    .showcase .portfolio-button, .contact-us-block a {
        font-size: 18px;
        line-height: 25px;
        width: 311px;
        padding: 19px 0;
    }
    .contact-us-block .trust-links-container a {
        width: 140px;
    }
    .block-8th-wall h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .block-8th-wall a img {
        height: 33px;
    }
}
