*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
:root {
    --accent-color: #31c2c7;
    --btn-color-1: #2295f7;
    --btn-color-2: #ff8f27;
    --link-color: #2295f7;
    --link-hover-1-color: #2295f7;
    --link-hover-2-color: #ff8f27;
    --bg-color: #343f51;
    --bg-light-color: #4a5566;
    --footer-bg-color: #343334;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-grey: #8d8d8d;
    --color-light-grey: #eeeeee;
}

a {
    display: inline-flex;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}
ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    display: block;
    object-fit: cover;
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
}
p {
    padding: 0;
    margin: 0;
}
button {
    border: none;
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: none;
}
button:focus {
    outline: none;
}
html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: "Segoe UI","Roboto", "Helvetica Neue";
    font-size: 18px;
    line-height: normal;
    background-color: var(--color-white);
    color: var(--color-black);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* ? settings */
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}
.title-h1 {
    font-size: 40px;
    font-weight: 700;
}
.title-h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}
.title-h3 {
    font-size: 24px;
    font-weight: 600;
}
.title-h4 {
    font-size: 20px;
    font-weight: 600;
}
.title-h5 {
    font-size: 18px;
     font-weight: 600;
}
.subtitle {
    font-size: 26px;
    font-weight: 400;
    font-family: Roboto;
}
.text-bold {
    font-weight: 600;
}
.text {
    font-size: 18px;
    font-weight: 400;
}
.link {
    font-weight: 600;
    color: var(--link-color);
}
.link:hover {
    color: var(--link-hover-2-color);
    text-decoration: none;
}
.header-link,
.header-link-title {
    font-size: 16px;
    font-weight: 600;
}
.dropdown-link {
    font-size: 14px;
    font-weight: 400;
}
.btn {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    padding: 10px 20px;
}
.btn:active,
.btn:focus {
    outline: none;
    box-shadow: none;
}
.btn-1 {
    background: var(--btn-color-1);
    color: var(--color-white);
    border: 1px solid var(--btn-color-1);
}
.btn-1:hover {
    color: var(--btn-color-1);
    background: var(--color-white);
}
.btn-2 {
    background: var(--btn-color-2);
    color: var(--color-white);
    border: 1px solid var(--btn-color-2);
}
.btn-2:hover {
    color: var(--btn-color-2);
    background: var(--color-white);
}
.color-accent {
    color: var(--accent-color);
}
@media (max-width: 1440px) {
    .title-h1 {
        font-size: calc(26px + 14 * ((100vw - 320px) / 1120));
    }
    .title-h2 {
        font-size: calc(24px + 8 * ((100vw - 320px) / 1120));
        margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1120));
    }
    .title-h3 {
        font-size: calc(20px + 4 * ((100vw - 320px) / 1120));
    }
    .title-h4 {
        font-size: calc(16px + 4 * ((100vw - 320px) / 1120));
    }
    .subtitle {
        font-size: calc(16px + 10 * ((100vw - 320px) / 1120));
    }
    .text {
        font-size: calc(14px + 4 * ((100vw - 320px) / 1120));
    }
    .btn {
        font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
    }
}
/* ? the end settings */

/* ? ------------------------------ HEADER */
.header {
  
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: var(--color-light-grey);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 0;
}

#upbutton {
    height: 40px;
    width: 40px;
    bottom: 30px;
    right: 10px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
    border: none;
}
.btn-up {
    width: 40px;
    height: 40px;
    padding: 10px;
    background: var(--btn-color-1);
    border: none;
}
.btn-up:focus,
.btn-up:active {
    background: var(--btn-color-1) !important;
    border: none !important;
    box-shadow: none !important;
}
.btn-up:hover {
    background: var(--btn-color-2);
}

/* ? bootstrap */
.navbar-light .navbar-nav .nav-link {
    color: var(--color-black);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: var(--link-color);
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--link-color);
    background-color: #f8f9fa;
}
.navbar {
    padding: 0;
}
.row {
    padding: 0;
    margin: 0;
}
/* ? the end bootstrap */

@media (max-width: 1440px) {
    .container {
        padding-left: calc(10px + 10 * ((100vw - 320px) / 1120));
        padding-right: calc(10px + 10 * ((100vw - 320px) / 1120));
    }
    .logo {
        width: calc(100px + 69 * ((100vw - 320px) / 1120));
    }
}
@media (max-width: 992px) {
    .navbar-nav {
        margin-top: 20px;
    }
}
/* ? ------------------------------ HERO */
.hero {
    padding: 50px 0 100px;
    background: var(--bg-color);
    position: relative;
}
.hero::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 50vh;
    background: var(--color-white);
    z-index: 1;
    -webkit-clip-path: polygon(100% 60%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
}
.hero__title {
    max-width: 720px;
    margin-bottom: 20px;
    color: var(--color-white);
}
.hero__subtitle {
    color: var(--color-white);
    margin-bottom: 20px;
}
.hero__items {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    z-index: 2;
}
.hero__item {
    max-width: 450px;
    width: 100%;
}
.hero__list {
    padding-top: 60px;
}
.hero__list-item {
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
    color: var(--color-white);
}
.hero__item-img {
    max-width: 850px;
    border-radius: 0.25rem;
}
.hero__item-img img {
    border-radius: 0.25rem;
    border: 1px solid var(--accent-color);
    box-shadow: 10px 10px 11px 0px rgba(32, 32, 32, 0.45);
}
.hero__list-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/check.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero__buttons {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    transform: translateY(-50px);
    position: relative;
    z-index: 5;
}
@media (max-width: 1440px) {
    .hero {
        padding-top: calc(70px + 80 * ((100vw - 320px) / 1120));
        padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1120));
    }
    .hero__title {
        margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1120));
    }
    .hero__items {
        gap: calc(30px + 30 * ((100vw - 320px) / 1120));
    }
    .hero__list {
        padding-top: calc(0px + 60 * ((100vw - 320px) / 1120));
    }
    .hero__list-item {
        margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1120));
    }
    .hero__buttons {
        gap: calc(20px + 20 * ((100vw - 320px) / 1120));
    }
}
@media (max-width: 1200px) {
    .hero__items {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .hero__buttons {
        transform: translateY(0);
    }
    .hero::before {
        height: 0vh;
    }
}
@media (max-width: 500px) {
    .hero__buttons {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* ? ------------------------------ ABOUT */
.about {
    padding: 100px 0;
}
.about__title {
    text-align: center;
}
.about__items {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.about__item {
    max-width: 800px;
}
.about__item-img {
    max-width: 400px;
    width: 100%;
}
.about__item-img img {
    border-radius: 0.25rem;
    border: 1px solid var(--accent-color);
    box-shadow: 10px 10px 11px 0px rgba(32, 32, 32, 0.45);
}
.about__text:not(:last-child) {
    margin-bottom: 30px;
}
.about__text span {
    font-weight: 600;
}
@media (max-width: 1440px) {
    .about {
        padding-top: calc(50px + 50 * ((100vw - 320px) / 1120));
        padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1120));
    }
    .about__items {
        gap: calc(40px + 10 * ((100vw - 320px) / 1120));
    }
    .about__text:not(:last-child) {
        margin-bottom: calc(20px + 10 * ((100vw - 320px) / 1120));
    }
}
@media (max-width: 1200px) {
    .about__items {
        flex-direction: column;
    }
    .about__item {
        max-width: 100%;
    }
    .about__item-img {
        max-width: calc(280px + 190 * ((100vw - 320px) / 1120));
    }
    .about__item-img {
        order: 2;
        margin: 0 auto;
    }
    .about__item-img img {
        margin: 0 auto;
    }
}
/* ? ------------------------------ POSSIBILITIES */

.possibilities {
    padding: 100px 0;
    background: var(--bg-color);
}

.possibilities__title {
    text-align: center;
    color: var(--color-white);
}

.possibilities__items {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 40px;
}
.possibilities__item {
    max-width: 500px;
}
.possibilities__item-title {
    color: var(--accent-color);
    margin-bottom: 20px;
}

.possibilities__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.possibilities__list-item {
    color: var(--color-white);
    padding-left: 30px;
    position: relative;
}
.possibilities__list-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/check.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.possibilities-demo__items {
    display: flex;
    gap: 40px;
    margin-top: 10px;
}

.possibilities-demo__item-text {
    flex-shrink: 0;
}
.possibilities__buttons {
    display: flex;
    gap: 40px;
}

.possibilities__text {
    display: block;
    font-weight: 600;
}
@media (max-width: 1440px) {
    .possibilities {
        padding-top: calc(50px + 50 * ((100vw - 320px) / 1120));
        padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1120));
    }
    .possibilities__items {
        gap: calc(40px + 10 * ((100vw - 320px) / 1120));
    }
    .possibilities-demo__items {
        gap: calc(20px + 20 * ((100vw - 320px) / 1120));
    }
    .possibilities__buttons {
        gap: calc(20px + 20 * ((100vw - 320px) / 1120));
    }
}
@media (max-width: 800px) {
    .possibilities__items {
        flex-direction: column;
    }
    .possibilities__item {
        max-width: 100%;
    }
}
@media (max-width: 600px) {
    .possibilities-demo__items {
        flex-direction: column;
    }
    .possibilities__buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
}
/* ? ------------------------------ POSSIBILITIES */
.advantages {
    padding: 100px 0;
}

.advantages__title {
    text-align: center;
}

.advantages__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}
.advantages__item {
    width: 340px;
    height: 220px;
    height: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: var(--white, #fff);
    box-shadow: 0px 10px 20px 0px rgba(52, 63, 81, 0.25);
    border-radius: 5px;
    padding: 20px;
}
.advantages__item-icon {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.advantages__item:nth-child(1) .advantages__item-icon {
    background-image: url(../images/icons/code.svg);
}
.advantages__item:nth-child(2) .advantages__item-icon {
    background-image: url(../images/icons/business.svg);
}
.advantages__item:nth-child(3) .advantages__item-icon {
    width: 200px;
    background-image: url(../images/icons/cross-platform.svg);
}
.advantages__item:nth-child(4) .advantages__item-icon {
    background-image: url(../images/icons/adaptive.svg);
}
.advantages__item:nth-child(5) .advantages__item-icon {
    background-image: url(../images/icons/coat-of-arms.svg);
}
.advantages__item:nth-child(6) .advantages__item-icon {
    background-image: url(../images/icons/online-trading.svg);
}

@media (max-width: 1440px) {
    .advantages {
        padding-top: calc(50px + 50 * ((100vw - 320px) / 1120));
        padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1120));
    }
    .advantages__items {
        gap: calc(20px + 30 * ((100vw - 320px) / 1120));
    }
    .advantages__item {
        width: calc(280px + 60 * ((100vw - 320px) / 1120));
        height: calc(180px + 120 * ((100vw - 320px) / 1120));
        padding: calc(10px + 10 * ((100vw - 320px) / 1120));
        gap: calc(5px + 5 * ((100vw - 320px) / 1120));
    }
    .advantages__item-icon {
        height: calc(40px + 30 * ((100vw - 320px) / 1120));
    }
}
/* ? ------------------------------ QUESTIONS */

.questions-accordion {
    --accordion-time: 0.3s;
}
.accordion__control {
    width: 100%;
    background-color: transparent;
    cursor: pointer;
}

.accordion__content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 20px;
    will-change: max-height;
    transition: all var(--accordion-time) ease-out;
    box-sizing: content-box;
}
.accordion__content a {
    color:navy;
Ъ}
.is-open .accordion__content {
    opacity: 1;
    padding: 20px;
}

.questions-accordion__item-btn:focus {
    outline: none;
}

.questions {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}
.questions__title {
    text-align: center;
}

.questions-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.questions-accordion__item-btn {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-radius: 5px;
    padding: 10px 20px;
    background: var(--bg-light-color);
}

.questions-accordion__title {
    color: var(--color-white);
    text-align: left;
    font-weight: 400;
}

.questions-accordion__icon {
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/plus-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
}

.is-open .questions-accordion__icon {
    transform: rotate(45deg);
}
@media (max-width: 1440px) {
    .questions {
        padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1120));
    }
    .questions-accordion__item-btn {
        padding: calc(10px + 10 * ((100vw - 320px) / 1120));
    }
    .accordion__content {
        padding-left: calc(10px + 10 * ((100vw - 320px) / 1120));
        padding-right: calc(10px + 10 * ((100vw - 320px) / 1120));
    }
    .is-open .accordion__content {
        padding: calc(10px + 10 * ((100vw - 320px) / 1120));
    }
}

/* ? ------------------------------ FOOTER */

.footer {
    padding-top: 80px;
    background: var(--footer-bg-color);
}
.footer-menu__link,
.footer-contacts__link {
    color: var(--color-white);
    font-size: 14px;
}
.footer-menu__link:hover,
.footer-contacts__link:hover {
    color: var(--link-hover-1-color);
    text-decoration: none;
}

.footer-menu__title,
.footer-contacts__title {
    color: var(--color-grey);
    padding-top: 10px;
    margin-bottom: 10px;
}

.footer-bottom {
    color: var(--color-grey);
    text-align: center;
    font-size: 12px;
}
.footer-contacts__card {
    font-size: 14px;
}
.footer-contacts__text {
    color: var(--color-grey);
    font-size: 14px;
}
.footer-contacts__title-card,
.footer-contacts__text-card {
    color: var(--accent-color);
}

.footer__items {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
}
.footer-menu {
    display: flex;
    justify-content: flex-start;
    gap: 20px 40px;
    flex-wrap: wrap;
}
.footer-menu__item {
    width: 200px;
}
.footer-contacts {
    max-width: 300px;
    width: 100%;
    flex-shrink: 0;
}
.footer-menu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.footer-contacts__title {
    padding-left: 30px;
}
.footer-contacts__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 10px;
}
.footer-contacts__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-contacts__link,
.footer-contacts__text-card {
    padding-left: 30px;
    position: relative;
}
.footer-contacts__link::before,
.footer-contacts__text-card::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer-contacts__link-telegram::before {
    background-image: url(../images/icons/telegram.svg);
}
.footer-contacts__link-skype::before {
    background-image: url(../images/icons/skype.svg);
}
.footer-contacts__link-mail::before {
    width: 24px;
    background-image: url(../images/icons/mail.svg);
    background-size: contain;
}
.footer-contacts__text-card::before {
    width: 24px;
    background-image: url(../images/icons/card.svg);
}

.footer-contacts__text {
    display: inline-flex;
    padding-left: 30px;
}
@media (max-width: 1440px) {
    .footer {
        padding-top: calc(50px + 30 * ((100vw - 320px) / 1120));
    }
    .footer__items {
        margin-bottom: calc(30px + 30 * ((100vw - 320px) / 1120));
    }
    .footer-menu__item {
        width: calc(280px - 80 * ((100vw - 320px) / 1120));
    }
}
@media (max-width: 700px) {
    .footer__items {
        flex-wrap: wrap;
    }
    .footer-menu {
        flex-direction: column;
    }
    .footer-contacts__title {
        padding-left: 0px;
    }
}
/* ? modal */
.modal__text {
    font-size: 12px;
    line-height: 16px;
    display: block;
    padding-left: 30px;
    position: relative;
    color: var(--btn-color-2);
}
.modal__text::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../images/icons/attention.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.modal-body {
    position: relative;
}
.modal__btn-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    background: none;
    outline: none;
    border: none;
}
.modal__btn-close::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-grey);
    transform: rotate(45deg);
}
.modal__btn-close::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-grey);
    transform: rotate(-45deg);
}
.modal__btn-close:hover::before,
.modal__btn-close:hover::after {
    background: var(--btn-color-1);
}
.modal__title {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 10px;
}
.modal__btn-send {
    margin: 0 auto;
}
@media (max-width: 1440px) {
    .modal__btn-close {
        width: calc(20px + 10 * ((100vw - 320px) / 1120));
        height: calc(20px + 10 * ((100vw - 320px) / 1120));
    }
}

/* ? ------------------------------ PAGES  */

.setup,
.update,
.manual,
.documentation,
.modules,
.zippy,
.zdb,
.znote,
.ppo,
.contacts,
.questions {
    padding-top: 50px;
    padding-bottom: 100px;
    font-size: 16px;
}
.fa-exclamation-triangle {
    color: var(--btn-color-2);
}
.setup__btn,
.update__btn,
.modules__btn {
    color: var(--btn-color-1);
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.setup__btn::before,
.update__btn::before,
.modules__btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid var(--btn-color-1);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.setup__btn:hover,
.update__btn:hover {
    color: var(--btn-color-2);
}

.manual__list,
.modules__list {
    margin-bottom: 30px;
}
.zdb__title,
.znote__title,
.ppo__title {
    margin-bottom: 20px;
}
.documentation-content__title {
    padding-top: 10px;
    margin-bottom: 10px;
}
.manual-content__title,
.modules-content__title,
.zippy-content__title,
.zdb-content__title {
    padding-top: 20px;
    margin-bottom: 20px;
}

.title-center {
    text-align: center;
}
.manual .container,
.modules .container,
.zdb .container,
.znote .container,
.ppo .container {
    max-width: 1000px;
    margin: 0 auto;
}
.znote__text {
    margin-bottom: 40px;
}
.znote__screen {
    max-width: 450px;
}
.setup__link {
    margin-top: 30px;
    max-width: 280px;
    width: 100%;
}
@media (max-width: 1440px) {
    .setup,
    .update,
    .documentation,
    .modules,
    .zippy,
    .zdb,
    .znote,
    .ppo,
    .contacts,
    .questions {
        padding-top: calc(70px + 80 * ((100vw - 320px) / 1120));
        padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1120));
    }
}

/* ? -------------------------------------  CONTACTS */
.contacts {
    margin-bottom: auto;
}
.contacts__title {
    padding-left: 30px;
}
.contacts__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    gap: 20px;
}
.contacts__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contacts__link,
.contacts__text-card {
    padding-left: 30px;
    position: relative;
}
.contacts__link::before,
.contacts__text-card::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contacts__link-telegram::before {
    background-image: url(../images/icons/telegram.svg);
}
.contacts__link-skype::before {
    background-image: url(../images/icons/skype.svg);
}
.contacts__link-mail::before {
    width: 24px;
    background-image: url(../images/icons/mail.svg);
    background-size: contain;
}
.contacts__text-card::before {
    width: 24px;
    background-image: url(../images/icons/card.svg);
}

.contacts__text {
    display: inline-flex;
    padding-left: 30px;
}
.contacts__title-card {
    margin-bottom: 20px;
    color: var(--accent-color);
}
.contacts__text-card {
    color: var(--accent-color);
}
