.home #wrapper {
    height: unset;
    overflow: unset;
}

.home-container {
    width: 100%;
    max-width: 1440px;
    padding-left: 160px;
    padding-right: 80px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: 100vh;;
    margin: 0 auto;
    z-index: 1;
}

.sticky-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100vw;
    max-width: 1440px;
    padding-left: 160px;
}

/*@media (max-width: 1400px) {*/
/*    .home-container {*/
/*        padding-left: 80px;*/
/*    }*/
/*}*/

.header {
    transition: 0.3s;
}

.header.blue {
    transition: 0.5s;
    background-color: #070019;
}

.header .navigation > ul a {
    color: #070019;
}

@media (min-width: 869px) {
    .header.blue .navigation > ul a {
        color: white;
    }
    .header.blue .navigation .sub-nav {
        border: 1px solid rgba(255, 255, 255, .16);
        background: #070019;
        box-shadow: 0 4px 32px 4px rgba(0, 0, 0, 0.12);
    }
    .header .navigation .sub-nav a {
        color: #070019;
    }

    .header.blue .navigation .sub-nav a {
        color: white;
    }

}
.header.blue .navigation > ul a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.header.blue .sign-in-holder:after {
    background-color: #fff;
}

/*.header .navigation .button {*/
/*    background-color: transparent;*/
/*    border: 1px solid #070019;*/
/*    color: #070019;*/
/*    width: 124px;*/
/*    transition: 0.3s;*/
/*    padding: 6px 12px;*/
/*}*/


.header.blue .navigation .button {
    color: white;
    border-color: white;
}


@media (hover: hover) and (pointer: fine) {
    .header.blue .navigation > ul a:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .header .navigation .button:hover {
        color: white;
        background-color: #070019;
    }

    .header.blue .navigation .button:hover {
        background-color: white;
        color: #070019;
    }
}


.header .logo {
    transition: 0.3s;
    opacity: 0;
}

.header .logo a {
    transition: 0.3s;
}
.header.blue .nav-toggle:before, .header.blue .nav-toggle:after,.header.blue .nav-toggle span {
    background-color: #fff;
}
.header .white-logo {
    display: none;
}

.header.logo-footer .white-logo {
    display: block;
}

.header.logo-footer .black-logo {
    display: none;
}


.sticky {
    position: sticky;
    top: 44%;
    width: fit-content;
}

.sticky .sticky-content {
    transition: .3s;
    opacity: 0;
    z-index: 0;
}

.sticky.show {
    z-index: 50;
}

.sticky.show .sticky-content {
    opacity: 1;
    transition-delay: .1s;
}

.review-logo,
.looking-logo,
.brand-logo,
.sign-up-logo {
    opacity: 0 !important;
}


.animate-blocks {
    position: relative;
}


.intro {
    background-color: #070019;
    overflow: hidden;
    position: relative;
}

.left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: calc(32px + 52px + 24px);
}

.sign-up-left {
    height: 32px;
}

.right {
    align-self: center;
    width: 50%;
}

.intro-logo {
    margin-bottom: 16px;
}

.intro-text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    margin-bottom: 12px;
}

.intro-btn {
    height: 32px;
    width: auto;
    padding: 0 12px;
    background-color: #ffc31e;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}

.intro-lab {
    position: absolute;
    width: 47px;
    height: 136px;
    bottom: 60px;
    left: 20px;
    background-image: url("../img/new-home/Product Of The Day.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 47px 136px;
    cursor: pointer;
    z-index: 10;
    display: block;
}

@media (min-width: 1400px) {
    .intro-lab {
        left: 44px;
    }
}


@media (hover: hover) and (pointer: fine) {
    .intro-btn:hover {
        background-color: #f4a800;
    }

    .intro-lab:hover {
        background-image: url("../img/new-home/Product Of The Day - Hover.svg");
        background-position: 0 -0.5px;
    }
}

.review {
    background-color: #fff;
}

.review-logo {
    margin-bottom: 20px;
}
.review-right {
    width: unset;
}
.review-text {
    font-size: 20px;
    line-height: 24px;
    color: black;
    font-weight: 600;
    margin-bottom: 12px;
}

.review-subtext {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.review-part {
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: flex;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    transform: translateY(50px);
}

.review-part.show {
    height: auto;
    opacity: 1;
    transform: translateY(0);
}

.review-part-1 .review-block-right {
    align-self: flex-end;
}


.review-block {
    /*width: 260px;*/
    display: flex;
    flex-direction: column;
}

.review-block-left {
    margin-right: 120px;
}



.review-comment {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    max-width: 260px;
    min-width: 236px;
}

.review-comment-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
    color: #060019;
}

.review-comment-text {
    font-size: 14px;
    line-height: 20px;
    color: #070019;
    margin-bottom: 16px;
}

.review-comment-user {
    display: flex;
    align-items: center;
}

.review-comment-photo {
    width: 44px;
    height: 44px;
    margin-right: 16px;
}

.review-comment-name {
    font-size: 16px;
    line-height: 20px;
    color: black;
    font-weight: 600;
}

.review-button-block {
    display: flex;
    flex-direction: column;
}

.review-button {
    text-align: left;
    color: #027aff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    width: fit-content;
    margin-bottom: 8px;
    transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
    .review-button:hover{
       text-decoration: underline;
    }
}

.review-button:focus {
    outline: none;
}

.review-note {
    color: #060019;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.review-part-1 .review-block-right .review-comment:last-child {
    margin-bottom: 0;
}

.review-part-2 .review-block-left .review-comment:last-child {
    margin-bottom: 0;
}

.review-part-2 {
    align-items: flex-end;
}

.review-part-2 .review-block-right {
    margin-bottom: 48px;
}

.sign-up-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sign-up-img {
    margin-bottom: 40px;
}

.sign-up-form-wrap {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.sign-up-form-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #060019;
    margin-bottom: 28px;
}

.sign-up-form {
    display: flex;
    align-items: center;
}

input.sign-up-input {
    width: 240px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    color: black;
    font-size: 14px;
    font-weight: 600;
    caret-color: #f4a800;
    padding: 8px;
    line-height: 20px;
    margin-right: 12px;
    transition: 0.3s;
}

.sign-up-input::placeholder {
    color: #070019;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.sign-up-input:hover {
    background: rgba(6, 0, 25, 0.04);
    border-color: rgba(0, 0, 0, 0.6);
}

input.sign-up-input:focus {
    outline: none;
    border-color: transparent;
    background: rgba(6, 0, 25, 0.04);
}

.sign-up-button {
    width: 124px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #070019;
    background-color: #070019;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
    .sign-up-button:hover{
        opacity: .8;
    }
}

.looking{
    overflow: hidden;
}
.looking-logo {
    margin-bottom: 12px;
}


.looking-text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.looking-subtext {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.looking-bottom {
    margin-top: calc(50vh - (32px + 52px + 24px) - 80px);
    height: calc(20px + 38px + 24px);
    display: flex;
    flex-direction: column;
}

.looking-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.looking-item {
    display: flex;
    align-items: center;
    position: relative;
}

.looking-item:not(last-of-type) {
    margin-bottom: 0;
    margin-top: 40px;
    font-size: 16px;
    line-height: 20px;
}

.looking-item-text {
    font-weight: 500;
    margin-bottom: 0;
}

.looking-item-text span {
    font-weight: bold;
}

.looking-item-img {
    margin-right: 16px;
}

.looking-star {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.looking-note {
    color: #070019;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 4px;
    margin-left: -8px;
}

.looking-sub-note {
    color: #060019;
    opacity: 0.4;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 20px;
}

.looking-elements {
    display: flex;
    align-items: center;
    line-height: 16px;
    font-weight: 600;
    vertical-align: middle;
}

.looking-elements img {
    width: 16px;
    height: 16px;
}

.looking-elements img:first-child {
    margin-right: 12px;
}

.looking-elements img:nth-child(2) {
    margin-right: 4px;
}

.looking-elements img:last-of-type {
    margin-left: 4px;
}

.home .hint{
    width: 330px!important;
}

.brand-logo {
    margin-bottom: 12px;
}

.brand-text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.brand-subtext {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.brand img {
    max-width: 507px;
    max-height: 255px;
}

.organize-logo {
    margin-bottom: 12px;
}

.organize-text,
.organize-text--right {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.organize-text {
    opacity: 0;
}

.organize-left .organize-text {
    margin-bottom: 12px;
}

.organize-buttons {
    display: flex;
    align-items: center;
    opacity: 0;
}

.organize-button {
    height: 32px;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}

.organize-feature {
    background-color: #070019;
    color: white;
    margin-right: 12px;
    width: 148px;
}

.organize-start {
    background-color: #ffc31e;
    color: #060019;
}
@media (hover: hover) and (pointer: fine) {
    .organize-feature:hover {
      opacity: .8;
    }

    .organize-start:hover {
        background-color: #f4a800;
    }
    .looking-item-text:hover span{
       text-decoration: underline;
    }
}

.organize-name {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 174px;
    bottom: -12px;
}
.organize-name span {
    font-size: 16px;
    line-height: 20px;
}
.organize-name span:first-of-type {
    color: #070019;
    font-weight: 600;
}

.organize-name span:last-of-type {
    color: rgba(7, 0, 25, 0.6);
    font-weight: 500;
}

.organize-left {
    height: calc(50vh + 50px);
}

.organize-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 570px;
    padding: 80px 0;
    background-image: url("../img/new-home/photo.png"), url("../img/new-home/figure.svg");
    background-position: right center, 180px 190px;
    background-repeat: no-repeat;
    background-size: 375px 375px, 88px 64px;
    position: relative;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .organize-right {
        background-image: url("../img/new-home/photo@2x.png"), url("../img/new-home/figure.svg");
    }
}

.organize-title {
    color: #f4a800;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
}

.organize-right .organize-text--right:first-of-type {
    max-width: 356px;
    width: 100%;
    margin-bottom: 8px;
}

.organize-right .organize-text--right:last-of-type {
    max-width: 250px;
    width: 100%;
    margin-left: 20px;
}

.screen-block {
    padding-bottom: 80px;
}
.screen-block .home-container {
    justify-content: space-between;
    padding: 0 160px;
    height: unset;
}



.screen-right {
    position: relative;
    margin-left: 40px;
    flex: 306px 0 0;
}

.screen-block img {
    border: 1px solid #000;
    border-radius: 6px;
}

.screen-title {
    color: #070019;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.screen-title:not(.screen-mob .screen-title) {
    margin-bottom: 20px;
}

.screen-ex {
    margin-bottom: 40px;
}

.screen-ex img {
    width: 306px;
}

.screen-mob {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
}

.screen-mob .screen-title {
    white-space: nowrap;
    transform: rotate(-90deg);
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.footer.footer-home {
    background-color: #070019;
    position: static;
}

.footer-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 160px 80px 160px;
}

.footer-row:first-of-type {
    margin-bottom: 80px;
}

.footer-row-bottom {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 2fr 3fr 2fr 2fr;
    grid-column-gap: 20px;

}

.footer-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-title {
    color: #ffc41d;
    font-size: 36px;
    line-height: 54px;
    font-weight: bold;
    margin-bottom: 8px;
}

.footer-sub-title {
    font-size: 20px;
    line-height: 24px;
    color: white;
    font-weight: 600;
    margin-bottom: 0;
}

.footer-line {
    display: block;
    margin: 80px 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.footer-browsers {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;

}
.footer-home a {
    text-decoration: none;
}
@media (max-width: 1282px) {

    .footer-browsers {
        grid-gap: 20px;
    }
}

@media (max-width: 1330px) {

    .footer-browsers {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 40px;
    }
}

@media (max-width: 821px) {

    .footer-browsers {
        grid-gap: 20px;
    }
}

.footer-browsers img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.footer-browsers a {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    border: 1px solid white;
    border-radius: 6px;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    /*min-width: 184px;*/
    color: white;
    font-weight: 600;
}

.footer-browsers li {
    position: relative;
}

.footer-browsers li:after {
    position: absolute;
    top: 16px;
    right: 16px;
    content: '';
    width: 30px;
    height: 30px;
    background-color: white;
    background-image: url("../img/new-home/icon-arrow-left.svg");
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    opacity: 0;
    transition: 0.3s;
}

.footer-browsers li:hover:after {
    opacity: 1;
}

.footer-row-bottom img {
    margin-bottom: 12px;
}

.footer-row-bottom a {
    padding: 0;
    transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
    .footer-row-bottom a:hover {
        padding: 0;
        text-decoration: underline;
    }
}

.footer-row-bottom span,
.footer-row-bottom a {
    color: white;
    line-height: 16px;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 600;
    padding: 0;
}



.footer-row-bottom a,.footer-row-bottom span {
    margin-bottom: 20px;
}

.footer-row-bottom a:last-child ,
.footer-row-bottom .logo-link {
    margin-bottom: 0;
}

span.footer-short-line {
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin-top: 7px;
    margin-bottom: 30px;
}


@media (max-width: 1400px) {
    .screen-block .home-container {
        padding: 0 140px;
    }
    .sticky-holder {
        padding-left: 140px;
    }
    .footer-container {
        padding-left: 140px;
        padding-right: 140px;
    }
}
@media (max-width: 1360px) {
    .screen-block .home-container {
        padding: 0 120px;
    }
    .sticky-holder {
        padding-left: 120px;
    }
    .footer-container {
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media (max-width: 1300px) {
    .screen-block .home-container {
        padding: 0 100px;
    }
    .sticky-holder {
        padding-left: 100px;
    }
    .footer-container {
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media (max-width: 1260px) {
    .screen-block .home-container {
        padding: 0 80px;
    }
    .sticky-holder {
        padding-left: 80px;
    }
    .footer-container {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.home-mobile {
    display: none;
}

@media (max-width: 1160px) {
    .footer-row-bottom {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 36px;
    }
    .footer-col:nth-child(1) {
        grid-row-end: span 4;
        height: fit-content;
    }
    .footer-col:nth-child(2){
        grid-row-end: span 8;
    }
    .footer-col:nth-child(3){
        grid-row-end: span 12;
    }
    .footer-col:nth-child(4){
        grid-row-end: span 7;
    }
    .footer-col:nth-child(5){
        grid-row-end: span 4;
    }
}

@media (max-width: 868px) {
    .home-mobile {
        display: flex;
    }
    .home-desktop {
        display: none;
    }
   .sticky-holder {
       display: none;
   }
    .right:not(.organize-right) {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .home-container {
        padding: 40px;
        height: unset;
    }
    .intro {
        padding-top: 44px;
    }

    .intro img {
        margin: 0 auto;
    }
    .intro-content{
        display: flex;
        flex-direction: column;
        padding: 20px 40px 40px 40px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .intro-content.bg {
        height: 68px;
        box-sizing: content-box;
        filter: blur(8px);
        background-color: rgba(7, 0, 25, 1);
        z-index: 0;
    }

    .review-part {
        flex-direction: column;
    }
    .review-part-1 .review-block-right{
        align-self: flex-start;
    }
    .review-block-left {
        margin-right: 0;

    }
    .review-block {
        width: 100%;
    }
    .review-comment {
        width: 100%;
    }
    .review-part-1 .review-block-right .review-comment:last-of-type {
        margin-bottom: 40px;
    }
    .review-part-2 .review-block-right {
        margin-bottom: 0;
    }
    .review-part-2 .review-block-left .review-comment:last-of-type {
        margin-bottom: 40px;
    }
    .review-part-2 .review-block-right .review-comment:last-of-type {
        margin-bottom: 0;
    }


    .mob-start-text {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
        margin-bottom: 40px;
    }

    .sign-up-img {
        align-self: center;
    }

    .brand img {
        max-width: 311px;
        max-height: 199px;
        align-self: center;
    }
    .brand .mob-start-text {
        margin-bottom: 80px;
    }

    .organize .home-container {
        flex-direction: column;
        justify-content: center;
    }
    .organize-text,
    .organize-buttons{
        opacity: 1;
    }
    .organize .mob-start-text:last-of-type {
        margin-top: 20px;
        align-items: center;
    }
    .organize-feature {
        width: 100%;
        max-width: 300px;
        height: unset;
        padding: 12px;
        margin-right: 0;
    }
    .screen-right {
        margin: 0 auto;
    }

    .screen-mob img {
        width: 100%;
        height: fit-content;
        max-width: 283px;
        border: none;
        border-radius: 4px;
    }
    .screen-mob-mobile {
        height: 488px;
        border-radius: 4px;
        background-color: #fff;
        border: 1px solid #070019;
    }
    .footer-home {
        margin-top: 300px;
    }
    .footer-container {
        padding-top: 108px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer .mob-start-text {
        margin-top: 20px;
        align-items: center;
    }
    .footer .intro-btn {
        width: 100%;
        padding: 12px;
        height: unset;
        line-height: 20px;
        font-size: 16px;
        font-weight: 600;
        max-width: 186px;
        align-self: flex-start;
    }

    .footer-mob-title {
        color: white;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .footer-mob-sub-title {
        color: white;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }
    .footer-row:first-of-type {
        margin-bottom: 60px;
    }

    /*.footer-browsers {*/
    /*    grid-template-columns: repeat(5, 1fr);*/
    /*    grid-gap: 15px;*/
    /*}*/
    .footer-browsers a {
        padding: 8px 12px;
        min-width: 120px;
        font-size: 14px;
        line-height: 16px;
    }
    .footer-browsers li:after {
        display: none;
    }

}

@media (max-width: 1180px) and (min-width: 869px){
    .review-block-left {
        margin-right: 40px;
    }
    .sticky {
        max-width: 30vw;
    }

    .review-right {
        width: 60vw;
    }
    .review-part {
        justify-content: flex-end;
    }

    .organize-left.sticky {
        max-width: 254px;
    }
    .organize .home-container {
        padding-right: 0;
    }
    .organize-right {
        max-width: 526px;
    }
    .intro-lab {
        display: none;
    }
    .screen-block {
        padding-bottom: 280px;
    }
    .screen-block .home-container {
        flex-direction: column;
        align-items: flex-end;
    }
    .screen-left {
        margin-bottom: 40px;
    }
    .screen-right {
        display: flex;
        align-items: flex-end;
        margin-left: 0;
        position: absolute;
        bottom: -340px;
    }
    .screen-mob {
        position: static;
    }
    .screen-ex {
        margin-right: 40px;
        margin-bottom: 0;
    }
    .brand-right {
       width: unset;
    }
}

@media (max-width: 1044px) {
    .home-container {
        padding-left: 40px;
        padding-right:  40px;
    }
    .sticky-holder {
        padding-left: 40px;
    }
}

@media(max-width: 760px) {
    .footer-browsers {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 574px) {
    .home-container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .home #wrapper {
        overflow: hidden;
    }
    .intro img{
        min-width: 440px;
    }
    .sign-up-img {
        min-width: 480px;
        flex-shrink: 0;
        align-self: baseline;
    }
    .sign-up-form{
        flex-direction: column;
    }
    input.sign-up-input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .sign-up-button {
        width: 100%;
    }
    .organize-right {
        padding-top: 0;
        padding-bottom: 0;
        height: 530px;
        width: 280px;
        justify-content: flex-end;
        background-position: top center, 190px 470px;
    }
    .organize-name {
        bottom: unset;
        top: 310px;
    }
    .organize-feature {
        max-width: 100%;
    }

    .screen-block  .home-container{
        justify-content: center;
    }
    .screen-title {
        position: absolute;
        top: 160px;
        left: -40px;
    }
    .footer-container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-browsers{
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-row-bottom{
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-col:nth-child(3){
        grid-row-end: span 4;
    }
    .footer-col:nth-child(4){
        grid-row-end: span 8;
    }

}



