*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    color: #434455;
    background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

img {
    display: block;
    max-width: 100%;
}

/* Menu */

.container {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 320px;
}

.logo-menu {
    border-bottom: 1px solid #e7e9fc;
    box-shadow: 0px 2px 1px rgba(46, 47, 66, 0.08),
        0px 1px 1px rgba(46, 47, 66, 0.16),
        0px 1px 6px rgba(46, 47, 66, 0.08);
}

.menu-nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.logo-nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.menu-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
    font-size: 0;
}

.logo {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4d5ae5;
    text-decoration: none;
    white-space: nowrap;

    padding: 16px 0;
}

.logo-accent {
    color: #2e2f42;
}

.contacts-adress {
    display: none;
}


.contacts:hover,
.contacts:focus {
    color: #404bbf;
}

.menu-list {
    display: none;
}


.menu:hover,
.menu:focus {
    color: #404bbf;
}

.menu.active,
.modal-nav-link.active {
    color: #404bbf;
}

.contacts.active,
.modal-contacts.active {
    color: #4D5AE5;
}

/* Title section */

.title-section {
    margin: 0 auto;
    background-color: #2e2f42;
    padding: 72px 0;
    background-image: linear-gradient(to bottom,
            rgba(46, 47, 66, 0.7),
            rgba(46, 47, 66, 0.7)),
        url(../images/bg-mob.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 1440px;
}

@media (min-resolution: 2x) {
    .title-section {
        background-image: linear-gradient(to bottom,
                rgba(46, 47, 66, 0.7),
                rgba(46, 47, 66, 0.7)),
            url(../images/bg-mob@2x.jpg);
    }
}

.title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: 0.02em;
    text-align: center;
    color: #ffffff;
    margin-bottom: 72px;
    margin-left: auto;
    margin-right: auto;
    max-width: 216px;
}

.button {
    background-color: #4D5AE5;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
    min-width: 169px;
    height: 56px;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition-property: background-color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover,
.button:focus {
    background-color: #404BBF;
}

/* Section 2 */

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.section-benefits {
    padding: 96px 0;
}

.section-list-benefits {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 72px;
}

.section-list-team {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 72px;
    align-items: center;
}

.benefits-icon {
    display: none;
}

/* Section 3 */

.section-team {
    background-color: #F4F4FD;
    padding: 96px 0;
}

.section-title,
.section-title-portfolio,
.section-title-team {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2e2f42;
    text-transform: capitalize;
    margin-bottom: 72px;
}

.section-team-li {
    background-color: #FFFFFF;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0 2px 1px 0 rgba(46, 47, 66, 0.08),
        0 1px 1px 0 rgba(46, 47, 66, 0.16),
        0 1px 6px 0 rgba(46, 47, 66, 0.08);
    flex-basis: 264px;
    flex-shrink: 0;
}

.cont-team {
    padding-top: 32px;
    padding-bottom: 32px;
}

.section-item {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2E2F42;
}

.section-descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
}

.section-item-team {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2e2f42;
    margin-bottom: 8px;
    text-align: center;

}

.section-descr-team {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
    text-align: center;
    margin-bottom: 8px;
}

.social-links {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-shrink: 0;
    align-self: flex-end;
    justify-content: center;
}

.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #4D5AE5;
    transition-property: background-color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.section-list-team .social-link:hover {
    background-color: #404BBF;
}

.section-list-team .social-link:focus {
    background-color: #404BBF;
}

.social-icon {
    fill: #f4f4fd;
}

/* Section 4 */

.section-port {
    padding: 96px 16px;
}

.cont-port {
    padding: 32px 16px;
    border: 1px solid #e7e9fc;
    border-top: none;
}

.section-item-port {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2e2f42;
    margin-bottom: 8px;
}

.section-descr-port {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
}

.section-list-portfolio {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 48px;
}

.section-port-li {
    flex-basis: 288px;
    transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.img-wrapper {
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #4D5AE5;

    transform: translatey(100%);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);

    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #F4F4FD;
    padding: 40px 32px;
}

.section-port-li:hover {
    box-shadow: 0 2px 1px 0 rgba(46, 47, 66, 0.08),
        0 1px 1px 0 rgba(46, 47, 66, 0.16),
        0 1px 6px 0 rgba(46, 47, 66, 0.08);
    cursor: pointer;
}

.section-port-li:hover .overlay {
    transform: translatey(0);
}

/* Footer */

.footer-cotainer {
    display: flex;
    flex-direction: column;
    gap: 72px;
}

.footer-section {
    background: #2e2f42;
    padding: 96px 0;
}

.logo-descr-conteiner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-logo {
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4d5ae5;
    text-decoration: none;
    margin: 0 auto;
}

.logo-color {
    color: #f4f4fd;
}

.footer-descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #F4F4FD;
    width: 288px;
}


.social-title {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.social-links-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    flex-shrink: 0;
    align-self: flex-end;
    transition-property: background-color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.social-links-footer .social-link:hover {
    background-color: #31D0AA;
}

.social-links-footer .social-link:focus {
    background-color: #31D0AA;
}

.social-footer {
    margin: 0 auto;
}

.subscribe-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.subscribe-label {
    margin: 0 auto;
}

.subscribe-input {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    width: 264px;
    height: 40px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    background-color: transparent;

    font-weight: 400;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.subscribe-input::placeholder {
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.subscribe-btn {
    background-color: #4D5AE5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    cursor: pointer;

    border-radius: 4px;
    padding: 8px 24px;
    max-width: 165px;
    height: 40px;

    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;

    text-align: center;
    color: #FFFFFF;
    border: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);

    margin: 0 auto;
}

.subscribe-btn:hover,
.subscribe-btn:focus {
    background-color: #404BBF;
}

.sub-icon {
    fill: #f4f4fd;
    margin-left: 16px;
}

/* Form */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(46, 47, 66, 0.4);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
        visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    background-color: #FCFCFC;
    border-radius: 4px;
    width: 288px;
    min-height: 623px;
    padding: 72px 16px 24px 16px;
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.close-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0%;
    border-radius: 50%;
    top: 24px;
    right: 24px;
    background-color: #E7E9FC;
    stroke-width: 1px;
    stroke: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 0;
    margin-left: auto;
    font-size: 0%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1),
        background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.close-icon {
    fill: #2E2F42;
    transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.close-btn:hover,
.close-btn:focus {
    background-color: #404BBF;
    border: none;
}

.close-btn:hover .close-icon {
    fill: #FFFFFF;
}

.close-btn:focus .close-icon {
    fill: #FFFFFF;
}

.form-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2E2F42;
    margin-bottom: 16px;
}

.form-container {
    margin-bottom: 8px;
}

.textarea-container {
    margin-bottom: 16px;
}

.form-label {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 0.04em;
    color: #8E8F99;
    margin-bottom: 4px;
}

.input-icon-container {
    position: relative;
}

.form-input {
    width: 100%;
    height: 40px;
    padding-left: 38px;
    padding-bottom: 8px;
    padding-top: 8px;
    border: 1px solid rgba(46, 47, 66, 0.4);
    border-radius: 4px;
    outline: none;
    background-color: transparent;
    outline: transparent;

    font-weight: 400;
    font-size: 12px;
    line-height: 1.16667;
    letter-spacing: 0.04em;
    color: #2E2F42;
    transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.form-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    fill: #2E2F42;
    transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.form-input:focus {
    border-color: #4D5AE5;
}

.form-input:focus+.form-icon {
    fill: #4D5AE5;
}

.comment {
    padding: 8px 16px;
    border: 1px solid rgba(46, 47, 66, 0.4);
    border-radius: 4px;
    width: 100%;
    height: 120px;
    resize: none;
    outline: transparent;
    background-color: transparent;

    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 0.04em;
    color: rgba(46, 47, 66, 0.4);
    transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.comment::placeholder {
    color: #8E8F99;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 0.04em;
}

.comment:focus {
    border-color: #4D5AE5;
}

.label-checkbox-container {
    margin-bottom: 24px;
}

.policy-accent {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    width: 16px;
    height: 16px;
    border: 1px solid rgba(46, 47, 66, 0.4);
    border-radius: 2px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
        border 250ms cubic-bezier(0.4, 0, 0.2, 1),
        fill 250ms cubic-bezier(0.4, 0, 0.2, 1);

    margin-right: 8px;

    fill: transparent;
    flex-shrink: 0;
}

.policy-input:checked+.policy-label .policy-accent {
    border: none;
    background-color: #404BBF;
    fill: #F4F4FD;
}

.policy-label {
    display: flex;
    align-items: center;
}

.policy-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 0.04em;
    color: #8E8F99;
}

.privacy-link {
    line-height: 1.3;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #4D5AE5;
}

.form-btn {
    display: block;
    min-width: 169px;
    cursor: pointer;
    border-radius: 4px;
    width: 169px;
    height: 56px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    background: #4D5AE5;
    border: none;

    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
    color: #FFFFFF;

    margin: 0 auto;

    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.form-btn:hover,
.form-btn:focus {
    background-color: #404BBF;
}

/* Tel menu */

.menu-overlay {
    margin: 0 auto;

    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
        visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.menu-modal {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;

    background-color: #ffffff;
    padding-top: 72px;
    padding-bottom: 40px;
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-list-modal {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: auto;
}

.modal-nav-link {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: 0.02em;
    color: #2e2f42;
    text-decoration: none;

    position: relative;
    transition-property: color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-links {
    gap: 40px;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

.close-menu-btn {
    background-color: #FFFFFF;
}

.modal-contacts-adress {
    font-style: normal;
    margin-bottom: 48px;
}

.modal-contacts-list {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 24px;
}

.modal-contacts {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #434455;
    transition-property: color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {

    .container {
        max-width: 768px;
    }

    .menu-btn {
        display: none;
    }

    .menu.active::after {
        display: block;
        content: "";
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background-color: #404BBF;
        position: absolute;
        left: 0;
        bottom: -2px;
    }

    .logo {
        margin-right: 120px;
        padding: 24px 0;
    }


    .menu-list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 40px;
    }

    .menu {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.02em;

        color: #2e2f42;
        text-decoration: none;

        position: relative;
        transition-property: color;
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

        padding: 24px 0;
    }

    .contacts-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .contacts-adress {
        display: flex;
        margin-left: auto;
    }

    .contacts {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.17;
        letter-spacing: 0.04em;
        font-style: normal;

        text-decoration: none;
        color: #434455;
        transition-property: color;
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    .title-section {
        padding: 112px 0;

        background-image: linear-gradient(to bottom,
                rgba(46, 47, 66, 0.7),
                rgba(46, 47, 66, 0.7)),
            url(../images/bg-tab.jpg);
    }

    @media (min-resolution: 2x) {
        .title-section {
            background-image: linear-gradient(to bottom,
                    rgba(46, 47, 66, 0.7),
                    rgba(46, 47, 66, 0.7)),
                url(../images/bg-tab@2x.jpg);
        }
    }

    .title {
        font-size: 56px;
        line-height: 1.07;
        margin-bottom: 36px;
        max-width: 496px;
    }

    .section-list-benefits,
    .section-list-portfolio {
        flex-wrap: wrap;
        flex-direction: row;
        row-gap: 72px;
        column-gap: 24px;
        justify-content: center;
    }


    .section-benefits-li,
    .section-port-li {
        flex-basis: calc((100% - 24px) / 2);
    }

    .section-team-li {
        flex-basis: 264px;
    }

    .section-list-team {
        flex-wrap: wrap;
        flex-direction: row;
        row-gap: 64px;
        column-gap: 24px;
        justify-content: center;
    }

    .footer-cotainer {
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 24px;
        row-gap: 72px;
        padding: 0 164px 0 108px;
    }

    .footer-logo {
        margin: 0;
    }

    .social-title {
        text-align: start;
    }

    .subscribe-form {
        flex-direction: row;
    }

    .social-footer {
        margin: 0;
    }

    .subscribe-label {
        margin-right: 24px;
    }

    .modal {
        width: 408px;
        min-height: 584px;
        padding: 72px 24px 24px 24px;
        transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media (min-width: 1158px) {
    .container {
        max-width: 1158px;
    }

    .logo {
        margin-right: 76px;
    }

    .contacts-list {
        flex-direction: row;
        gap: 40px;
    }

    .contacts {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.02em;
        text-decoration: none;
        color: #434455;
        transition-property: color;
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    .title-section {
        padding: 188px 0;

        background-image: linear-gradient(to bottom,
                rgba(46, 47, 66, 0.7),
                rgba(46, 47, 66, 0.7)),
            url(../images/bg-desk.jpg);
    }

    @media (min-resolution: 2x) {
        .title-section {
            background-image: linear-gradient(to bottom,
                    rgba(46, 47, 66, 0.7),
                    rgba(46, 47, 66, 0.7)),
                url(../images/bg-desk@2x.jpg);
        }
    }

    .title {
        line-height: 1.07;
        margin-bottom: 48px;
    }

    .section-benefits,
    .section-team,
    .section-port {
        padding: 120px 0;
    }

    .section-list-benefits,
    .section-list-team {
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 24px;
    }

    .section-item {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.2;
        text-align: start;
    }

    .section-descr {
        font-weight: 400;
    }

    .icon-wrapper {
        border: 1px solid #8E8F99;
        border-radius: 4px;
        background-color: #F4F4FD;
        width: 264px;
        height: 112px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8px;
    }

    .benefits-icon {
        display: flex;
        fill: #f4f4fd;

        position: static;
        width: auto;
        height: auto;
        border: initial;
        white-space: normal;
        clip-path: none;
        clip: auto;
        overflow: visible;
    }

    .section-port-li {
        flex-basis: calc((100% - 48px) / 3);
    }

    .footer-section {
        padding: 100px 0;
    }

    .footer-cotainer {
        flex-wrap: nowrap;
        padding: 0;
        gap: 0;
    }

    .logo-descr-conteiner {
        margin-right: 120px;
    }

    .subscribe-container {
        margin-left: auto;
    }

    .subscribe-form {
        gap: 0;
    }
}