/* #region normalize */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* #endregion normalize */

/* #region style */
html {
    font-family: Onest;
}

input,
textarea,
select,
button {
    font-family: inherit;
}

.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;
    letter-spacing: 0%;
}

#homescreen {
    margin-top: 10px;
}

#mobile-menu {
    display: none;
    z-index: 998;
}

#homescreen .wrapper {
    background-image: url('../img/helloscreen.min.webp');
    background-color: #1959c5;
    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-weight: 400;
    font-size: 18px;
    line-height: 100%;

    color: #ffffff;
    height: 50px;
    align-items: center;
}

#homescreen .links a {

    font-weight: 400;
    font-size: 18px;
    line-height: 100%;

    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-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.min.webp');
    background-color: #f7f6f9;
}

#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-color: #f7f6f9;
    background-image: url('../img/one_minute.min.webp');
}

#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-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-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-size: 24px;
    line-height: 130%;
    color: #151419;
    margin: 0;
    margin-bottom: 20px;
}

#how-to-connect .right span {
    display: block;
    font-weight: 600;

    font-size: 24px;
    line-height: 130%;
    color: #1E55A8;
    margin-bottom: 60px;
}

#how-to-connect .right p {
    font-weight: 400;

    font-size: 16px;
    line-height: 130%;
    color: #464253;
}

#reasons {
    margin-top: 150px;
}

#reasons h2 {
    font-weight: 500;

    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-size: 24px;
    line-height: 130%;
    color: #151419;
    margin: 0;
    margin-bottom: 15px;
}

#reasons .card p {
    font-weight: 400;

    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-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-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #1E55A8;
    margin: 0 0 15px 0;
}

#target-audience p {

    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-weight: 500;
    font-size: 65px;
    line-height: 130%;
    color: #464253;
    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-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%;
    box-sizing: border-box;
}

#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-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

#tariffs .card h2 {

    font-weight: 500;
    font-size: 58px;
    line-height: 130%;
    margin-top: 30px;
}

#tariffs .card ul {
    margin: 30px 0 0 0;

    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.min.webp');
    background-color: #1554ba;
    border-radius: 25px;
    padding: 60px;
    color: #ffffff;
}

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

#price .left {
    width: 760px;
}

#price .left h2 {

    font-weight: 500;
    font-size: 44px;
    line-height: 130%;
    margin: 0 0 30px 0;
}

#price .left p {

    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-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin: 0;
}

#footer {
    background-image: url('../img/footer_bg.min.webp');
    background-color: #124499;
    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-weight: 500;
    font-size: 40.2px;
    line-height: 130%;
    margin: 0;
}

#footer>.row>.left {

    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-weight: 400;
    font-size: 18px;
    line-height: 130%;
}

#footer .right .top a,
#footer .right .top span {

    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-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-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #6A85B1;
    display: flex;
}

#footer .right .bottom .sublink {
    margin: 0 30px 0 0;

    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;
    }

    #mobile-menu {
        display: flex;
        position: fixed;
        top: 35px;
        right: 35px;
    }

    #mobile-menu .menu-icon {
        width: 50px;
        height: 50px;
    }

    #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: 340px;
    }

    #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;
    }

    #mobile-menu {
        top: 15px;
        right: 10px;
    }

    #mobile-menu .menu-icon {
        width: 40px;
        height: 40px;
    }

    #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.left.top img {
        width: 40px;
        height: 40px;
    }

    #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: 440px;
    }

    #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;
    }
}

/* #endregion style */

/* #region PJS */
.pjs-popup_wrapper {
    width: 100vw;
    height: 100vh;
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 999;
}

.pjs-popup_wrapper.active {
    display: flex;
}

.pjs-popup_container {
    background-color: #fff;
    max-width: 90%;
    max-height: 90%;
    position: relative;
    padding: 30px;
    width: 240px;
    min-height: 100px;
}

.pjs-popup_content {
    overflow-y: auto;
    height: auto;
    min-height: 40px;
}

.pjs-popup_close_icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    fill: #000000;
}

.pjs-popup_close_zone {
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    width: 100vw;
    height: 100vh;
    position: absolute;
}

.pjs-form_popup label {
    margin-bottom: 5px;
    display: block;
}

.pjs-form_popup input {
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.pjs-form_button {
    box-sizing: border-box;
    height: 25px;
    width: 100%;
    margin-top: 10px;
}

.pjs-popup_policy {
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.field_changing_popup.pjs-popup_container {
    width: 100%;
    max-width: 440px;
    border-radius: 25px;
}

.field_changing_popup .pjs-popup_content {
    overflow-y: visible;
}.field_changing_popup .pjs-popup_close_icon {
    top: 20px;
    right: 20px;
    width: 57px;
    height: 57px;
}.pjs-popup_wrapper .form-container {
    position: relative;
    text-align: center;
}

.pjs-popup_wrapper .form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.pjs-popup_wrapper h2 {
    margin: 0;
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;

    text-align: left;

    max-width: calc(100% - 57px);
}

.pjs-popup_wrapper .close-button {
    background-color: #0078d4;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.pjs-popup_wrapper .change-form input,
.pjs-popup_wrapper .change-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #E6E6E6;
    border-radius: 15px;
    font-size: 14px;
    box-sizing: border-box;
}

.pjs-popup_wrapper .main-button {
    width: 100%;
    padding: 12px;

    margin-top: 25px;

    color: #000;
    border: none;
    cursor: pointer;

    border-radius: 10000px;
    height: 70px;
    background: #0078d4;

    font-size: 16px;
    font-weight: 400;
    line-height: 22px;

    text-align: center;
}

.pjs-popup_wrapper .main-button:hover {
    background-color: #005a9e;
}

.pjs-popup_wrapper .sub-button {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: gray;
    text-decoration: none;
}

.pjs-popup_wrapper .sub-button:hover {
    text-decoration: underline;
}

.crop_button {
    margin: 20px auto;
    font-size: 14px;
    color: gray;
    border: none;
    background: none;
    outline: none;
}

/* #endregion PJS */

/* #region MOBILE_MENU */
/* ===== Мобильное меню (попап) ===== */

#mobile-menu-popup.pjs-popup_wrapper {
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
}

#mobile-menu-popup .pjs-popup_container.mobile-menu-popup {
    width: 280px;
    max-width: 280px;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    background: rgba(30, 85, 168, 1);
    padding: 30px;
    box-sizing: border-box;
}

#mobile-menu-popup .pjs-popup_close_icon {
    fill: #ffffff;
}

#mobile-menu-popup .pjs-popup_content {
    overflow-y: visible;
    height: 100%;
}

/* Внутренний контейнер — растягиваем на всю высоту */
.mobile-menu-inner {
    display: flex;
    flex-direction: column;
    height: 85%;
}

/* === Логотип === */
.mobile-menu-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}

.mobile-menu-logo img {
    width: 40px;
    height: 40px;
}

.mobile-menu-logo span {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #ffffff;
}

/* === Навигация === */
.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-grow: 1;
}

.mobile-nav a {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #ffffff;
    text-decoration: none;
}

/* CTA-кнопка */
.mobile-nav-cta {
    margin-top: 20px;
    padding: 18px 24px;
    border-radius: 15px;
    background: #ffffff;
    color: #1E55A8 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center;
}

/* === Футер меню === */
.mobile-menu-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    /* margin-top: auto; */
}

.mobile-menu-footer a,
.mobile-menu-footer span {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
    color: #6A85B1;
    text-decoration: none;
}

/* На десктопе прячем */
@media screen and (min-width: 1401px) {
    #mobile-menu-popup {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    #mobile-menu-popup .pjs-popup_container.mobile-menu-popup {
        width: 250px;
        max-width: 250px;
        padding: 25px;
    }

    .mobile-menu-logo {
        margin-bottom: 30px;
    }

    .mobile-menu-logo img {
        width: 32px;
        height: 32px;
    }

    .mobile-menu-logo span {
        font-size: 18px;
    }

    .mobile-nav {
        gap: 20px;
    }

    .mobile-nav a {
        font-size: 16px;
    }

    .mobile-nav-cta {
        padding: 14px 20px;
        font-size: 13px !important;
    }

    .mobile-menu-footer {
        gap: 6px;
        padding-top: 20px;
    }

    .mobile-menu-footer a,
    .mobile-menu-footer span {
        font-size: 10px;
    }
}
/* #endregion MOBILE_MENU */
/* #region NEWS */

.news_table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.news_table>* {
    min-width: 0;
    box-sizing: border-box;
}

.news_card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news_card .news_card_link {
    display: inherit;
    flex-direction: inherit;
    gap: inherit;
}

.news_card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.news_card a:hover h2,
.news_card a:hover h3 {
    color: #1E55A8;
    text-decoration: underline;
}

.news_card a:focus {
    outline: 2px solid #1E55A8;
    outline-offset: 4px;
    border-radius: 15px;
}

.news_card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 25px;
    margin-bottom: 20px;
}

.news_card h2,
.news_card h3 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 130%;
    color: #151419;
}

.news_card .description {
    font-weight: 400;

    font-size: 16px;
    line-height: 130%;

    color: #464253;
}

.news_card .date {
    font-weight: 400;
    margin-top: 20px;
    font-size: 12px;
    line-height: 130%;
    display: inline-block;
    color: #464253;
}

/* MORE BUTTON */
.more_news {
    margin-bottom: 60px;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    gap: 5px;
}

.more_news>* {
    flex: 0 0 auto;
    flex-grow: 0;
}

.more_news .more_news_button {
    display: inline-block;
    flex: 0 1 auto;
    padding: 24px 30px;
    border-radius: 20px;
    border-width: 1px;
    border: 1px solid #1E55A8;
    font-weight: 400;

    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    color: #1E55A8;
    background-color: transparent;
    min-width: 0;
}

.more_news .more_news_button.next,
.more_news .more_news_button.prev {
    padding: 24px 80px;
}

.more_news .more_news_button:hover {
    background-color: #1E55A8;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.25s ease;
}

.read_more {
    margin-top: 160px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    color: #1E55A8;
}

@media screen and (max-width:1900px) {

    /* NEWS */
    .news_card {
        gap: 10px;
    }

    .news_card img {
        margin-bottom: 20px;
    }

    .news_card .description {
        margin-bottom: 10px;
    }

    .read_more {
        margin-top: 130px;
        margin-bottom: 30px;
        font-size: 38px;
    }
}

@media screen and (max-width:1400px) {

    .news_table {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
        margin-bottom: 40px;
    }

    .news_card {
        gap: 10px;
    }

    .news_card img {
        height: 150px;
        margin-bottom: 20px;
    }

    .news_card h2,
    .news_card h3 {
        font-size: 20px;
    }

    .news_card .description {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .news_card .date {
        font-size: 12px;
    }

    /* MORE BUTTON */
    .more_news {
        margin-bottom: 40px;
    }

    .more_news {
        justify-content: center;
    }

    .more_news .more_news_button {
        font-size: 16px;
    }

    .read_more {
        margin-top: 80px;
        margin-bottom: 20px;
        font-size: 28px;
    }
}

@media screen and (max-width:768px) {

    .news_table {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-bottom: 20px;
    }

    .news_card {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .news_card img {
        height: 150px;
        margin-bottom: 15px;
    }

    .news_card h2,
    .news_card h3 {
        font-size: 18px;
    }

    .news_card .description {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .news_card .date {
        margin-top: 15px;
    }

    /* MORE BUTTON */
    .more_news {
        margin-bottom: 60px;
        display: flex;
        justify-content: center;
    }

    .more_news .more_news_button {
        border-radius: 15px;
        font-size: 12px;
        padding: 20px 20px;
        display: none;
    }

    .more_news .more_news_button.next,
    .more_news .more_news_button.prev {
        padding: 20px 40px;
    }

    .more_news .more_news_button.next,
    .more_news .more_news_button.prev,
    .more_news .more_news_button.disabled {
        display: inline-block;
    }

    .read_more {
        margin-top: 60px;
    }
}

/* #endregion NEWS */