.container {
    width: 1900px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Onest', sans-serif;
    position: relative;
    font-weight: 400;
    line-height: 130%;
    box-sizing: border-box;
}

.row {
    display: flex;
    justify-content: space-between;
}

body {
    background-color: #EEEDF2;
}
a {
    text-decoration: none;
}

#homescreen {
    margin-top: 10px;
}

#homescreen .wrapper {
    background-image: url('../img/helloscreen.jpg');
    box-sizing: border-box;
    width: 1900px;
    height: 972px;
    border-radius: 25px;
    padding: 80px;
    position: relative;
    background-size: cover;
}

#homescreen div.left.top {
    position: absolute;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    top: 40px;
}

#homescreen .links {
    display: flex;
    gap: 30px;
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    height: 50px;
    align-items: center;
}
#homescreen .links a{
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    height: 50px;
}

#homescreen div.left.top h1 {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0;
}

#homescreen div.left.top h1 .name {
    font-size: 32px;
    line-height: 130%;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    color: #ffffff;
}

#homescreen div.left.top h1 .description {
    font-size: 14px;
    line-height: 130%;
    width: 330px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    color: #ffffff;
}

#homescreen div.left.bottom {
    position: absolute;
    bottom: 80px;
    z-index: 1;
}
#homescreen div.left.bottom.mobile {
    display: none;
}


#homescreen div.left.bottom p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 130%;
    width: 495px;
    margin-top: 0px;
    margin-bottom: 30px;
}

#homescreen div.left.bottom h2 {
    font-size: 64px;
    font-weight: 400;
    line-height: 130%;
    color: #ffffff;
    width: 1100px;
    margin-top: 0;
    margin-bottom: 50px;
}

#homescreen div.left.bottom .button {
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    width: 1230px;
    height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: rgba(30, 85, 168, 1);
    border: none;
}

#homescreen div.right.top {
    top: 40px;
    right: 80px;
    position: absolute;
}

#homescreen .card {
    width: 460px;
    display: flex;
    gap: 10px;
    border-radius: 25px;
    box-shadow: inset 0px 0px 1.55 0px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(62px);
    background: rgba(246, 246, 246, 0.84);
    color: #000000D9;
    padding: 18px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#homescreen .card p {
    margin: 0;
}

#homescreen .card .description {
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.85);
    font-family: SF Pro;
    font-size: 16px;
    line-height: 130%;
}

#homescreen .card .subtitle {
    font-family: SF Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.76px;
    color: rgba(0, 0, 0, 0.85);
}

#homescreen .card .time {
    color: rgba(0, 0, 0, 0.15);
    font-family: SF Pro;
    font-size: 17.02px;
    font-weight: 400;
    line-height: 21.67px;
}

#homescreen .messages {
    position: absolute;
    right: 55px;
    top: 140px;
    z-index: 0;
}

#for-whom {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

#for-whom .panel {
    border-radius: 25px;
    padding: 80px;
    box-sizing: border-box;
    background-size: cover;
}

#for-whom .left {
    width: 620px;
    color: #ffffff;
}

#for-whom .right {
    width: 1270px;
    color: #151419;
}

#for-whom .right h3 {
    color: #1E55A8;
}

#for-whom .panel h3 {
    font-size: 46px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 40px;
    margin-top: 0;
}

#for-whom .panel h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-top: 40px;
    margin-bottom: 0;
}

#for-whom .panel p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-top: 20px;
    margin-bottom: 0;
}

#how-it-works {
}

#how-it-works h2 {
    font-weight: 500;
    font-size: 46px;
    line-height: 130%;
    text-align: center;
    margin-top: 150px;
    color: #1E55A8;
    margin-bottom: 50px;
}

#how-it-works .cards {
    display: flex;
    justify-content: space-between;
}

#how-it-works .cards .card {
    width: 453px;
    height: fit-content;
    border-radius: 25px;
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 20px 30px 30px 30px;
}
#how-it-works .cards .card:nth-child(1) h3{
    margin-top: 11px;
}
#how-it-works .cards .card:nth-child(2) h3{
    margin-top: 47px;
}
#how-it-works .cards .card:nth-child(3) h3{
    margin-top: 53px;
}
#how-it-works .cards .card:nth-child(4) h3{
    margin-top: 35px;
}

#how-it-works .cards .card h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin: 10px 0;
    color: #151419;
}

#how-it-works .cards .card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #464253;
    margin-top: 10px;
    margin-bottom: 0;
}

#how-it-works .cards .card .button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #151419;
    width: 393px;
    height: 69px;
    border-radius: 20px;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2%;
    text-align: center;
    background-color: #FFFFFF;
    margin-top: 20px;
}

#how-it-works .cards .card.last {
    background-image: url('../img/how_it_works_bg_4.jpg');
}

#how-it-works .cards .card.last h3 {
    color: #ffffff;
}

#how-it-works .cards .card.last p {
    color: #ffffff;
}

#how-it-works .cards .card.drifted {
    margin-top: 90px;
}

#how-to-connect {
    display: flex;
    justify-content: space-between;
    margin-top: 150px;
}

#how-to-connect .left {
    box-sizing: border-box;
    width: 971px;
    height: 580px;
    border-radius: 25px;
    padding: 80px;
    background-image: url('../img/one_minute.jpg');
}

#how-to-connect .right {
    box-sizing: border-box;
    width: 919px;
    height: 580px;
    border-radius: 25px;
    background: #F7F7F7;
    padding: 80px;
    display: flex;
    gap: 70px 50px;
    flex-wrap: wrap;
}

#how-to-connect .left h2 {
    font-weight: 400;
    font-style: Regular;
    font-size: 58px;
    line-height: 130%;
    color: #FFFFFF;
}

#how-to-connect .left .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 811px;
    height: 139px;
    border-radius: 20px;
    background: #FFFFFF;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    text-align: center;
    color: #1E55A8;
    border: none;
}

#how-to-connect .right .card {
    width: 303px;
}

#how-to-connect .right .card:nth-child(2n) {
    width: 355px;
}

#how-to-connect .right h3 {
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 130%;
    color: #151419;
    margin: 0;
    margin-bottom: 20px;
}

#how-to-connect .right span {
    display: block;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    line-height: 130%;
    color: #1E55A8;
    margin-bottom: 60px;
}

#how-to-connect .right p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 130%;
    color: #464253;
}

#reasons {
    margin-top: 150px;
}

#reasons h2 {
    font-weight: 500;
    font-style: Medium;
    font-size: 46px;
    line-height: 130%;
    text-align: center;
    color: #1E55A8;
    margin-top: 0;
}

#reasons .row {
    gap: 10px;
}

#reasons .card {
    background: #F7F7F7;
    border-radius: 25px;
    box-sizing: border-box;
    padding: 30px;
    width: 453px;
    position: relative;
}

#reasons .column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#reasons .card h3 {
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 130%;
    color: #151419;
    margin: 0;
    margin-bottom: 15px;
}

#reasons .card p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 130%;
    color: #464253;
    margin: 0;
}

#reasons .card .heroes {
    margin-top: 30px;
}

#reasons .card .heroes .row {
    height: 20px;
    align-content: center;
    margin-top: 10px;
    justify-content: flex-start;
}

#reasons .hero-point {
    width: 20px;
    height: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 9999999px;
}

#reasons .hero-point.blue {
    background-color: #2069D4;
}

#reasons .hero-point.purple {
    background-color: #131659;
}

#reasons .graph {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

/* Разные ниши */
#target-audience {
    margin-top: 150px;
    position: relative;
    width: 1760px;
    height: 550px;
}

#target-audience h2 {
    font-family: Onest;
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #1E55A8;
    position: absolute;
    left: 0;
    right: 0;
    top: 69px;
}

#target-audience .card {
    box-sizing: border-box;
    width: 390px;
    height: 169px;
    padding: 30px;
    background: #F7F7F7;
    border-radius: 25px;
    position: absolute;
}

#target-audience .left.top {
    left: 0px;
    top: 0px;
}

#target-audience .left.center {
    left: 160px;
    top: 190px;
}

#target-audience .left.bottom {
    left: 475px;
    top: 380px;
}

#target-audience .right.top {
    right: 0px;
    top: 0px;
}

#target-audience .right.center {
    right: 160px;
    top: 190px;
}

#target-audience .right.bottom {
    right: 475px;
    top: 380px;
}

#target-audience h3 {
    font-family: Onest;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #1E55A8;
    margin: 0 0 15px 0;
}

#target-audience p {
    font-family: Onest;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #464253;
}

#tool-for-freelancer {
    margin-top: 150px;
    width: 1762px;
}

#tool-for-freelancer .row {
}

#tool-for-freelancer .left {
    width: 1210px;
    display: flex;
    align-items: center;
}

#tool-for-freelancer h2 {
    font-family: Onest;
    font-weight: 500;
    font-size: 65px;
    line-height: 130%;
    color: #C8C8C9;
    margin: 0;
}

#tool-for-freelancer h2 span {
    color: #1E55A8;
}

#tool-for-freelancer .right {
    width: 553px;
    box-sizing: border-box;
    padding: 60px;
    background: #F7F7F7;
    border-radius: 25px;
}

#tool-for-freelancer .right p{
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

/* Таррифы */
#tariffs {
    margin-top: 150px;
    width: 1900px;
}

#tariffs>.row {
    gap: 10px;
}

#tariffs .card {
    padding: 80px;
    border-radius: 25px;
    width: 50%;
}

#tariffs .left {
    color: #ffffff;
}

#tariffs .card .row {
    justify-content: left;
    gap: 15px;
}

#tariffs .card .button {
    padding: 15px 30px;
    border-radius: 1000px;
    border-width: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

#tariffs .card h2 {
    font-family: Onest;
    font-weight: 500;
    font-size: 58px;
    line-height: 130%;
    margin-top: 30px;
}

#tariffs .card ul {
    margin: 30px 0 0 0;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

#tariffs .card a.main {
    margin-top: 30px;
    width: 640px;
    height: 100px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #1E55A8;
}

#tariffs .right {
    background: #F7F7F7;
}

#tariffs .right .button {
    border-color: #1E55A8;
    color: #1E55A8;
}

#tariffs .right h2 {
    color: #1E55A8;
}

#tariffs .right ul {
    color: #464253;
}

#tariffs .right.card a.main {
    border: none;
    background: #1E55A8;
    color: #ffffff;
}

#price {
    margin-top: 10px;
    background-image: url('../img/price_bg.webp');
    border-radius: 25px;
    padding: 60px;
    color: #ffffff;
}

#price>.row {
    justify-content: left;
    gap: 190px;
}

#price .left {
    width: 760px;
}

#price .left h2 {
    font-family: Onest;
    font-weight: 500;
    font-size: 44px;
    line-height: 130%;
    margin: 0 0 30px 0;
}

#price .left p {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-top: 30px;
}

#price .right {
    width: 520px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#price .right .row {
    justify-content: left;
    align-items: center;
    gap: 15px;
}

#price .right .row p {
    font-family: Onest;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin: 0;
}

#footer {
    background-image: url('../img/footer_bg.jpg');
    background-size: cover;
    padding: 60px;
    margin-top: 10px;
    color: #ffffff;
    border-radius: 25px;
    margin-bottom: 10px;
}

#footer>.row {
    justify-content: left;
    gap: 260px;
}

#footer .logo {
    justify-content: left;
    gap: 25px;
    align-items: center;
    margin-bottom: 20px;
}

#footer .logo h2 {
    font-family: Onest;
    font-weight: 500;
    font-size: 40.2px;
    line-height: 130%;
    margin: 0;
}

#footer>.row>.left {
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    width: 330px;
}

#footer .right {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#footer .right .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .right .top .links {
    display: flex;
    gap: 30px;
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}
#footer .right .top a,
#footer .right .top span{
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #ffffff;
}

#footer .right .top .button {
    border-radius: 15px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    background: #FFFFFF;
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 2%;
    text-align: center;
    color: #1E55A8;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .right .bottom {
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #6A85B1;
    display: flex;
}

#footer .right .bottom .sublink {
    margin: 0 30px 0 0;
    font-family: Onest;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #6A85B1;
    text-align: center;
}
#footer .right .bottom .sublink a{
    color: inherit !important;
    text-decoration: none !important;
}

#footer .right .bottom .sublink:last-child {
    margin: 0 0 0 auto;
}

@media screen and (max-width:1900px) {
    .container {
        width: 1380px;
    }

    #homescreen .wrapper {
        width: 1380px;
        height: 796px;
        border-radius: 25px;
        padding: 30px 45px 45px 45px;
    }

    #homescreen div.left.top {
        gap: 10px;
        top: 30px;
    }

    #homescreen div.right.top {
        top: 30px;
        right: 45px;
    }

    #homescreen .links {
        gap: 30px;
        font-size: 14px;
        height: 50px;
    }
    #homescreen .links a{
        font-size: 14px;
        height: 50px;
    }

    #homescreen div.left.top h1 {
        gap: 20px;
    }

    #homescreen div.left.top h1 .name {
        font-size: 25px;
        line-height: 130%;
    }

    #homescreen div.left.top h1 .description {
        font-size: 12px;
        width: 270px;
    }

    #homescreen div.left.bottom {
        bottom: 45px;
    }

    #homescreen div.left.bottom p {
        font-size: 18px;
    }

    #homescreen div.left.bottom h2 {
        font-size: 48px;
    }

    #homescreen div.left.bottom .button {
        border-radius: 20px;
        width: 634px;
        height: 90px;
        font-size: 20px;
    }

    #homescreen .messages {
        right: 38px;
        top: 108px;
        width: 642px;
        height: auto;
    }

    #for-whom {
        margin-top: 10px;
    }

    #for-whom .panel {
        border-radius: 25px;
        padding: 50px;
    }

    #for-whom .left {
        width: 565px;
    }

    #for-whom .right {
        width: 805px;
    }

    #for-whom .panel h3 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    #for-whom .panel h4 {
        font-size: 22px;
        line-height: 130%;
        margin-top: 40px;
    }

    #for-whom .panel p {
        font-weight: 400;
        font-size: 14px;
        margin-top: 20px;
    }

    #how-it-works {
    }

    #how-it-works h2 {
        font-size: 46px;
        margin-top: 100px;
        margin-bottom: 50px;
    }

    #how-it-works .cards .card {
        width: 335px;
        border-radius: 25px;
        padding: 20px;
    }
    #how-it-works .cards .card:nth-of-type(1) img {
        width: 283px;
    }

    #how-it-works .cards .card:nth-of-type(2) img {
        width: 287px;
    }

    #how-it-works .cards .card:nth-of-type(3) img {
        width: 204px;
    }

    #how-it-works .cards .card:nth-of-type(4) img {
        width: 148px;
    }

    #how-it-works .cards .card h3 {
        font-size: 20px;
        margin: 15px 0;
    }

    #how-it-works .cards .card p {
        font-size: 14px;
        margin-top: 15px;
    }

    #how-it-works .cards .card .button {
        width: 295px;
        height: 69px;
        border-radius: 20px;
        font-size: 16px;
    }

    #how-it-works .cards .card.last {
        background-size: cover;
    }

    #how-it-works .cards .card.drifted {
        margin-top: 40px;
    }

    #how-to-connect {
        margin-top: 100px;
    }

    #how-to-connect .left {
        width: 485px;
        height: 580px;
        border-radius: 25px;
        padding: 50px 40px 40px 40px;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #how-to-connect .right {
        box-sizing: border-box;
        width: 885px;
        height: 580px;
        border-radius: 25px;
        padding: 80px;
        gap: 70px 50px;
    }

    #how-to-connect .left h2 {
        font-size: 40px;
    }

    #how-to-connect .left .button {
        width: 405px;
        height: 110px;
        border-radius: 20px;
        font-size: 16px;
    }

    #how-to-connect .right .card {
        width: 303px;
    }

    #how-to-connect .right .card:nth-child(2n) {
        width: 355px;
    }

    #how-to-connect .right h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    #how-to-connect .right span {
        font-size: 24px;
        margin-bottom: 60px;
    }

    #how-to-connect .right p {
        font-size: 16px;
        margin-bottom: 0;
    }

    #reasons {
        margin-top: 100px;
        padding-bottom: 180px;
        position: relative;
    }

    #reasons h2 {
        font-size: 46px;
        line-height: 130%;
    }

    #reasons .row {
        gap: 10px;
    }

    #reasons .card {
        padding: 30px;
        width: 453px;
        height: 548px;
    }

    #reasons .column {
        gap: 10px;
    }

    #reasons .card h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #reasons .card p {
        font-size: 16px;
    }

    #reasons .card .heroes {
        margin-top: 30px;
    }

    #reasons .card .heroes .row {
        height: 20px;
        margin-top: 10px;
    }

    #reasons .graph {
        width: 100%;
        object-fit: cover;
    }

    #reasons .absolute-on-tablet {
        position: absolute;
        height: 170px;
        bottom: 0;
    }

    #reasons .column {
        margin-right: -10px;
    }

    #reasons .absolute-on-tablet:nth-last-of-type(1) {
        left: 0;
    }

    #reasons .absolute-on-tablet:nth-last-of-type(2) {
        left: 463px;
    }

    #reasons .absolute-on-tablet:nth-last-of-type(3) {
        right: 0;
        top: 98px;
    }

    #reasons .row > .card:nth-last-of-type(1) {
        transform: translateY(180px);
    }

    /* Разные ниши */
    #target-audience {
        margin-top: 100px;
        width: 1190px;
        height: 500px;
    }

    #target-audience h2 {
        font-size: 40px;
        position: static;
        margin-bottom: 50px;
    }

    #target-audience .cards {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    #target-audience .card {
        width: 390px;
        height: 169px;
        padding: 30px;
        border-radius: 25px;
        position: static;
    }

    #target-audience h3 {
        font-size: 24px;
        margin: 0 0 15px 0;
    }

    #target-audience p {
        font-size: 16px;
    }

    #tool-for-freelancer {
        margin-top: 100px;
        width: 1290px;
    }

    #tool-for-freelancer .row {
    }

    #tool-for-freelancer .left {
        width: 740px;
        display: flex;
        align-items: center;
    }

    #tool-for-freelancer h2 {
        font-size: 40px;
    }

    #tool-for-freelancer .right {
        width: 520px;
        padding: 50px 70px;
        border-radius: 25px;
    }
    #tool-for-freelancer .to-hide {
        display: none;
    }

    /* Таррифы */
    #tariffs {
        margin-top: 100px;
        width: 1380px;
    }

    #tariffs>.row {
        gap: 10px;
    }

    #tariffs .card {
        padding: 50px;
        border-radius: 25px;
        width: 50%;
    }

    #tariffs .card .row {
        justify-content: left;
        gap: 15px;
    }

    #tariffs .card .button {
        padding: 15px 30px;
        font-size: 16px;
    }

    #tariffs .card h2 {
        font-size: 44px;
        margin-top: 30px;
    }

    #tariffs .card ul {
        margin: 20px 0 0 0;
        font-size: 14px;
    }

    #tariffs .card a.main {
        margin-top: 30px;
        width: 602px;
        height: 100px;
        border-radius: 20px;
    }

    #price {
        margin-top: 10px;
        background-size: cover;
        border-radius: 25px;
        padding: 60px;
    }

    #price>.row {
        gap: 217px;
    }

    #price .left {
        width: 538px;
    }

    #price .left h2 {
        font-size: 40px;
        margin: 0 0 30px 0;
    }

    #price .left p {
        font-size: 16px;
        margin-top: 20px;
    }

    #price .right {
        width: 480px;
        gap: 36px;
    }

    #price .right .row {
        gap: 20px;
    }

    #price .right .row img {
        width: 33px;
        height: auto;
        object-fit: cover;
    }

    #price .right .row p {
        font-size: 22px;
        line-height: 130%;
    }

    #footer {
        background-size: cover;
        padding: 50px;
        margin-top: 10px;
        border-radius: 25px;
    }

    #footer>.row {
        gap: 44px;
    }

    #footer .logo {
        gap: 20px;
        margin-bottom: 20px;
    }

    #footer .logo h2 {
        font-size: 32px;
    }

    #footer>.row>.left {
        font-size: 12px;
        width: 284px;
    }

    #footer .right {
    }

    #footer .right .top {
    }

    #footer .right .top .links {
        gap: 30px;
        font-size: 14px;
    }
    #footer .right .top a,
    #footer .right .top span{
        font-size: 14px;
    }

    #footer .right .top .button {
        border-radius: 15px;
        padding: 20px 30px;
        font-size: 14px;
    }

    #footer .right .bottom {
        font-size: 12px;
        flex-wrap: wrap;
        gap: 10px 30px;
    }

    #footer .right .bottom .sublink {
        margin: 0;
        font-size: 12px;
    }

    #footer .right .bottom .sublink:last-child {
        margin: 0;
    }
}

@media screen and (max-width:1400px) {
    .container {
        width: 748px;
    }

    #homescreen .wrapper {
        width: 748px;
        height: 1044px;
        border-radius: 25px;
        padding: 25px;
        overflow: clip;
    }

    #homescreen div.left.top {
        gap: 10px;
        top: 25px;
    }

    #homescreen div.right.top {
        top: 25px;
        right: 25px;
    }

    #homescreen .links {
        display: none;
    }

    #homescreen div.left.top h1 {
        gap: 30px;
    }

    #homescreen div.left.top h1 .name {
        font-size: 25px;
        line-height: 130%;
    }

    #homescreen div.left.top h1 .description {
        font-size: 12px;
        width: 270px;
    }

    #homescreen div.left.bottom {
        bottom: unset;
        top: 125px;
        width: 698px;
    }

    #homescreen div.left.bottom p {
        font-size: 16px;
        text-align: center;
        margin: 0 auto 20px auto;
        width: 464px;
    }

    #homescreen div.left.bottom h2 {
        font-size: 48px;
        text-align: center;
        width: 680px;
        margin-bottom: 36px;
    }

    #homescreen div.left.bottom .button {
        border-radius: 20px;
        width: 634px;
        height: 90px;
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    #homescreen .messages {
        right: unset;
        top: 575px;
        left: 110px;
        width: 511px;
        transform: rotate(8.45deg);
    }

    #for-whom {
        margin-top: 10px;
        flex-direction: column;
        gap: 10px;
    }

    #for-whom .panel {
        border-radius: 25px;
        padding: 40px;
        display: flex;
    }

    #for-whom .top,
    #for-whom .bottom {
        width: 50%;
    }

    #for-whom .left {
        width: 100%;
    }

    #for-whom .right {
        width: 100%;
    }

    #for-whom .panel h3 {
        font-size: 30px;
        margin-bottom: 45px;
    }

    #for-whom .panel.right h3 br {
        display: none;
    }

    #for-whom .panel.left h3 {
        margin-bottom: 85px;
    }

    #for-whom .panel h4 {
        font-size: 22px;
        line-height: 130%;
        margin-top: 32px;
    }

    #for-whom .panel .bottom h4:first-of-type {
        margin-top: 0px;
    }

    #for-whom .panel p {
        font-size: 14px;
        margin-top: 20px;
    }

    #how-it-works {
    }

    #how-it-works h2 {
        font-size: 40px;
        margin-top: 80px;
        margin-bottom: 30px;
    }

    #how-it-works .cards {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: unset;
    }

    #how-it-works .cards .card {
        width: 335px;
        height: fit-content;
        border-radius: 25px;
        padding: 20px;
    }

    #how-it-works .cards .card img {
        object-fit: cover;
    }

    #how-it-works .cards .card:nth-of-type(1) img {
        width: 283px;
    }

    #how-it-works .cards .card:nth-of-type(2) img {
        width: 287px;
    }

    #how-it-works .cards .card:nth-of-type(3) img {
        width: 204px;
    }

    #how-it-works .cards .card:nth-of-type(4) img {
        width: 148px;
    }

    #how-it-works .cards .card h3 {
        font-size: 20px;
        margin: 15px 0;
    }

    #how-it-works .cards .card p {
        font-size: 14px;
        margin-top: 15px;
    }

    #how-it-works .cards .card .button {
        width: 295px;
        height: 69px;
        border-radius: 20px;
        font-size: 16px;
    }

    #how-it-works .cards .card br {
        display: none;
    }

    #how-it-works .cards .card.last {
        background-size: cover;
    }

    #how-it-works .cards .card.drifted {
        margin-top: 40px;
    }

    #how-it-works .cards .card:nth-of-type(3),
    #how-it-works .cards .card:nth-of-type(4) {
        transform: translateY(-40px);
    }

    #how-to-connect {
        margin-top: 40px;
        flex-direction: column;
        gap: 10px;
    }

    #how-to-connect .left {
        width: 100%;
        height: auto;
        border-radius: 25px;
        padding: 40px;
        justify-content: unset;
        gap: 30px;
    }

    #how-to-connect .right {
        width: 100%;
        height: auto;
        border-radius: 25px;
        padding: 40px;
        gap: 50px 100px;
    }

    #how-to-connect .left h2 {
        font-size: 40px;
        margin: 0;
    }

    #how-to-connect .left .button {
        width: 100%;
        height: 110px;
        border-radius: 20px;
        font-size: 16px;
    }

    #how-to-connect .right .card {
        width: 243px;
    }

    #how-to-connect .right .card:nth-child(2n) {
        width: 285px;
    }

    #how-to-connect .right h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #how-to-connect .right span {
        font-size: 24px;
        margin-bottom: 30px;
    }

    #how-to-connect .right p {
        font-size: 16px;
        margin-bottom: 0;
    }

    #reasons {
        margin-top: 80px;
        padding-bottom: 0px;
    }

    #reasons h2 {
        font-size: 46px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        line-height: 130%;
    }

    #reasons > .row {
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }

    #reasons .card {
        padding: 30px;
        width: 453px;
        height: auto;
    }

    /* &nbsp; */
    #reasons > .row > .card:nth-of-type(1) {
        height: 550px;
    }

    #reasons > .row > .card:nth-of-type(2) {
        height: 550px;
    }

    #reasons > .row > .card:nth-of-type(4) {
        height: 530px;
    }

    #reasons .column {
        gap: 10px;
    }

    #reasons .card h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #reasons .card p {
        font-size: 16px;
    }

    #reasons .card .heroes {
        margin-top: 30px;
    }

    #reasons .card .heroes .row {
        height: 20px;
        margin-top: 10px;
    }

    #reasons .graph {
        width: 100%;
        object-fit: cover;
    }

    #reasons .absolute-on-tablet {
        position: unset;
    }

    #reasons .row > .card:nth-last-of-type(1) {
        transform: translateY(0);
        height: 528px;
    }

    #reasons .column {
        margin-right: 0;
    }

    /* Разные ниши */
    #target-audience {
        margin-top: 80px;
        width: 748px;
        height: auto;
    }

    #target-audience h2 {
        font-size: 40px;
        position: static;
        margin-bottom: 30px;
    }

    #target-audience .cards {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    #target-audience .card {
        width: 369px;
        height: 169px;
        padding: 30px 15px 30px 30px;
        border-radius: 25px;
        position: static;
    }

    #target-audience .card br {
        display: none;
    }

    #target-audience h3 {
        font-size: 24px;
        margin: 0 0 15px 0;
    }

    #target-audience p {
        font-size: 16px;
    }

    #tool-for-freelancer {
        margin-top: 80px;
        width: 646px;
    }

    #tool-for-freelancer .to-hide {
        display: none;
    }

    #tool-for-freelancer .row {
        flex-direction: column;
        align-items: center;
    }

    #tool-for-freelancer .left {
        width: 100%;
        text-align: center;
    }

    #tool-for-freelancer h2 {
        font-size: 36px;
    }

    #tool-for-freelancer .right {
        margin-top: 30px;
        width: 520px;
        padding: 50px 70px;
        border-radius: 25px;
    }
    #tool-for-freelancer .right p{
        font-size: 14px;
    }

    /* Таррифы */
    #tariffs {
        margin-top: 80px;
        width: 748px;
    }

    #tariffs>.row {
        gap: 10px;
        flex-direction: column;
    }

    #tariffs .card {
        padding: 50px;
        border-radius: 25px;
        width: 100%;
    }

    #tariffs .card .row {
        justify-content: left;
        gap: 15px;
    }

    #tariffs .card .button {
        padding: 15px 30px;
        font-size: 16px;
    }

    #tariffs .card h2 {
        font-size: 44px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    #tariffs .card ul {
        margin: 20px 0 0 0;
        font-size: 14px;
        max-width: 400px;
    }

    #tariffs .card a.main {
        margin-top: 30px;
        width: 100%;
        height: 100px;
        border-radius: 20px;
    }

    #price {
        margin-top: 10px;
        background-size: cover;
        border-radius: 25px;
        padding: 60px;
    }

    #price>.row {
        flex-direction: column;
        gap: 45px;
    }

    #price .left {
        width: 100%;
    }

    #price .left h2 {
        font-size: 40px;
        margin: 0 0 30px 0;
    }

    #price .left p {
        font-size: 16px;
        margin-top: 20px;
    }

    #price .right {
        width: 480px;
        gap: 36px;
    }

    #price .right .row {
        gap: 20px;
    }

    #price .right .row img {
        width: 33px;
        height: auto;
        object-fit: cover;
    }

    #price .right .row p {
        font-size: 22px;
        line-height: 130%;
    }

    #footer {
        background-size: fill;
        padding: 30px;
        margin-top: 10px;
        border-radius: 25px;
        height: 300px;
    }

    #footer>.row {
        gap: 44px;
    }

    #footer .logo {
        gap: 20px;
        margin-bottom: 20px;
    }

    #footer .logo h2 {
        font-size: 32px;
    }

    #footer>.row>.left {
        font-size: 12px;
        width: 284px;
    }

    #footer .right {
    }

    #footer .right .top {
        flex-direction: column-reverse;
    }

    #footer .right .top .links {
        gap: 30px;
        font-size: 14px;
        flex-wrap: wrap;
        width: 315px;
        margin-top: 25px;
    }
    #footer .right .top a,
    #footer .right .top span{
        font-size: 14px;
    }

    #footer .right .top .button {
        box-sizing: border-box;
        border-radius: 15px;
        padding: 20px 30px;
        width: 353px;
        height: 64px;
        font-size: 14px;
        margin-left: auto;
    }

    #footer .right .bottom {
        font-size: 12px;
        position: absolute;
        bottom: 30px;
        width: 688px;
        left: 30px;
        gap: 15px 60px;
    }

    #footer .right .bottom .sublink {
        margin: 0;
        font-size: 12px;
    }

    #footer .right .bottom .sublink:last-child {
        margin: 0;
    }
}

@media screen and (max-width:768px) {
    .container {
        width: 300px;
    }

    #homescreen {
        width: 100%;
        margin: 0;
    }

    #homescreen .wrapper {
        width: 300px;
        height: 540px;
        border-radius: 0px;
        margin: 0 auto;
        padding: 15px calc( 50% - 150px );
        box-sizing: content-box;
    }

    #homescreen div.left.top {
        gap: 10px;
        top: 15px;
    }

    #homescreen div.right.top {
        top: 15px;
        right: 10px;
    }

    #homescreen .links {
        display: none;
    }

    #homescreen div.left.top h1 {
        gap: 30px;
    }

    #homescreen div.left.top h1 .name {
        font-size: 19px;
        line-height: 130%;
    }

    #homescreen div.left.top h1 .description {
        display: none;
    }

    #homescreen div.left.bottom {
        display: none;
        bottom: unset;
        top: 200px;
        width: 300px;
    }
    #homescreen div.left.bottom.mobile {
        display: block;
    }

    #homescreen div.left.bottom p {
        font-size: 12px;
        text-align: left;
        margin: 15px auto 20px auto;
        width: 300px;
    }

    #homescreen div.left.bottom h2 {
        font-size: 32px;
        text-align: left;
        width: 280px;
        margin-bottom: 0;
    }

    #homescreen div.left.bottom h2 br {
        /* display: none; */
    }

    #homescreen div.left.bottom .button {
        border-radius: 15px;
        width: 300px;
        height: 70px;
        font-size: 14px;
        margin-top: 0;
    }

    #homescreen .messages {
        top: -20px;
        left: unset;
        right: -110px;
        width: 305px;
        right: -100px;
        transform: rotate(-20deg);
    }

    #for-whom {
        margin-top: -15px;
        flex-direction: column;
        gap: 0px;
        width: 100%;
    }

    #for-whom .panel {
        border-radius: 15px;
        padding: 30px 10px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    #for-whom .top,
    #for-whom .bottom {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #for-whom .left {
        width: 100%;
    }

    #for-whom .right {
        width: 100%;
    }

    #for-whom .panel h3 {
        font-size: 26px;
        margin-bottom: 20px;
        text-align: center;
        width: 256px;
        margin-left: auto;
        margin-right: auto;
    }

    #for-whom .panel h3 br {
        display: none;
    }
    #for-whom .panel p br{
        display: none;
    }

    #for-whom .panel.left h3 {
        margin-bottom: 20px;
    }

    #for-whom .panel h4 {
        font-size: 20px;
        line-height: 130%;
        margin-top: 30px;
    }

    #for-whom .panel .bottom h4:first-of-type {
        margin-top: 0px;
    }

    #for-whom .panel p {
        font-size: 14px;
        margin-top: 15px;
    }

    #how-it-works {
        width: 310px;
    }

    #how-it-works h2 {
        font-size: 26px;
        margin-top: 60px;
        margin-bottom: 20px;
    }

    #how-it-works .cards {
        flex-wrap: wrap;
        gap: 5px;
        justify-content: unset;
    }

    #how-it-works .cards .card {
        width: 310px;
        height: auto;
        border-radius: 25px;
        padding: 15px;
    }

    #how-it-works .cards .card:nth-of-type(1) img {
        width: 283px;
    }

    #how-it-works .cards .card:nth-of-type(2) img {
        width: 287px;
    }

    #how-it-works .cards .card:nth-of-type(3) img {
        width: 204px;
    }

    #how-it-works .cards .card:nth-of-type(4) img {
        width: 148px;
    }

    #how-it-works .cards .card h3 {
        font-size: 20px;
        margin: 15px 0;
    }

    #how-it-works .cards .card p {
        font-size: 14px;
        margin-top: 15px;
    }

    #how-it-works .cards .card .button {
        width: 100%;
        height: 69px;
        border-radius: 20px;
        font-size: 16px;
    }

    #how-it-works .cards .card.drifted {
        margin-top: 0;
    }

    #how-it-works .cards .card:nth-of-type(3),
    #how-it-works .cards .card:nth-of-type(4) {
        transform: translateY(-0);
    }

    #how-to-connect {
        margin-top: 60px;
        flex-direction: column;
        gap: 5px;
        width: 310px;
    }

    #how-to-connect .left {
        padding: 20px;
        gap: 15px;
    }

    #how-to-connect .right {
        padding: 15px;
        gap: 25px;
    }

    #how-to-connect .left h2 {
        font-size: 22px;
    }

    #how-to-connect .left .button {
        width: 100%;
        height: 80px;
        border-radius: 20px;
        font-size: 16px;
    }

    #how-to-connect .right .card {
        width: 100%;
    }

    #how-to-connect .right .card:nth-child(2n) {
        width: 100%;
    }

    #how-to-connect .right h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #how-to-connect .right span {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #how-to-connect .right p {
        font-size: 16px;
        margin-bottom: 0;
    }

    #reasons {
        margin-top: 60px;
        width: 310px;
    }

    #reasons h2 {
        font-size: 26px;
        max-width: 286px;
        margin-left: auto;
        margin-right: auto;
        line-height: 130%;
        margin-bottom: 25px;
    }

    #reasons > .row {
        gap: 5px;
        flex-direction: column;
        align-items: center;
    }

    #reasons .card {
        padding: 20px;
        width: 100%;
    }

    #reasons .card br {
        display: none;
    }

    #reasons > .row > .card:nth-of-type(1) {
        height: 410px;
    }

    #reasons > .row > .card:nth-of-type(1) img {
        height: 150px;
        object-fit: fill;
    }
    #reasons .row > .card:nth-last-of-type(1){
        height: 426px;
    }

    #reasons > .row > .card:nth-of-type(2) {
        height: 520px;
    }

    #reasons > .row > .card:nth-of-type(4) {
        height: 425px;
    }

    #reasons .column {
        gap: 5px;
    }

    #reasons .card h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    #reasons .card p {
        font-size: 14px;
    }

    #reasons .card .heroes {
        margin-top: 25px;
    }

    #reasons .card .heroes .row {
        height: fit-content;
        margin-top: 10px;
        align-items: center;
    }

    #reasons .graph {
        width: 100%;
        object-fit: cover;
    }

    /* Разные ниши */
    #target-audience {
        margin-top: 60px;
        width: 310px;
        height: auto;
    }

    #target-audience h2 {
        text-align: left;
        font-size: 22px;
        position: static;
        margin-bottom: 20px;
    }

    #target-audience h2 br {
        display: none;
    }

    #target-audience .cards {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    #target-audience .card {
        width: 310px;
        height: auto;
        padding: 15px;
        border-radius: 25px;
        position: static;
    }

    #target-audience .card br {
        display: none;
    }

    #target-audience h3 {
        font-size: 22px;
        margin: 0 0 15px 0;
    }

    #target-audience p {
        font-size: 14px;
    }

    #tool-for-freelancer {
        margin-top: 60px;
        width: 310px;
    }

    #tool-for-freelancer .row {
        flex-direction: column;
        align-items: center;
    }

    #tool-for-freelancer .left {
        width: 100%;
        text-align: left;
    }

    #tool-for-freelancer h2 {
        font-size: 22px;
    }

    #tool-for-freelancer p {
        font-size: 14px;
    }

    #tool-for-freelancer p br {
    }

    #tool-for-freelancer .right {
        margin-top: 20px;
        width: 310px;
        padding: 20px;
        border-radius: 25px;
    }

    /* Таррифы */
    #tariffs {
        margin-top: 60px;
        width: 310px;
    }

    #tariffs>.row {
        gap: 10px;
        flex-direction: column;
    }

    #tariffs .card {
        box-sizing: border-box;
        padding: 15px;
        border-radius: 25px;
        width: 100%;
    }

    #tariffs .card .row {
        justify-content: left;
        gap: 10px;
    }

    #tariffs .card .button {
        padding: 15px 16px;
        font-size: 12px;
    }

    #tariffs .card h2 {
        font-size: 35px;
        margin-top: 15px;
    }
    #tariffs .card.left h2{
        max-width: 200px;
    }

    #tariffs .card ul {
        margin: 15px 0 0 0;
        font-size: 14px;
        padding-left: 20px;
    }

    #tariffs .card a.main {
        margin-top: 20px;
        width: 100%;
        height: 70px;
        border-radius: 20px;
        font-size: 14px;
    }

    #price {
        margin-top: 10px;
        background-size: cover;
        border-radius: 25px;
        padding: 15px;
        width: 310px;
    }

    #price>.row {
        flex-direction: column;
        gap: 20px;
    }

    #price .left {
        width: 100%;
    }

    #price .left h2 {
        font-size: 29px;
        margin: 0 0 15px 0;
    }

    #price .left p {
        font-size: 16px;
        margin-top: 15px;
    }

    #price .right {
        width: 100%;
        gap: 36px;
    }

    #price .right .row {
        gap: 20px;
        align-items: start;
    }

    #price .right .row img {
        width: 30px;
        height: auto;
        object-fit: cover;
        margin-top: 5px;
    }

    #price .right .row p {
        font-size: 18px;
        line-height: 130%;
    }

    #footer {
        background-size: fill;
        width: 310px;
        padding: 30px 15px;
        margin-top: 5px;
        border-radius: 25px;
        height: auto;
    }

    #footer>.row {
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }

    #footer .logo {
        gap: 20px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        width: 220px;
    }

    #footer .logo img {
        width: 64px;
    }

    #footer .logo h2 {
        font-size: 32px;
    }

    #footer>.row>.left {
        font-size: 12px;
        width: 284px;
        text-align: center;
    }

    #footer .right {
    }

    #footer .right .top {
        flex-direction: column-reverse;
        width: 100%;
    }

    #footer .right .top .links {
        gap: 20px;
        flex-direction: column;
        font-size: 14px;
        text-align: center;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 20px;
    }
    #footer .right .top a,
    #footer .right .top span{
        font-size: 14px;
    }
    

    #footer .right .top .button {
        box-sizing: border-box;
        border-radius: 15px;
        padding: 20px 20px;
        width: 277px;
        height: 64px;
        font-size: 14px;
        margin-left: auto;
    }

    #footer .right .bottom {
        font-size: 12px;
        position: static;
        width: 100%;
        margin-top: 30px;
        flex-direction: column;
        gap: 15px;
    }

    #footer .right .bottom .sublink {
        font-size: 12px;
        
    }

    #footer .right .bottom .sublink:last-child {
        margin: 0 auto;
    }
}
