* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    vertical-align: inherit !important;
}

:root {
    --purple-cyb: #9500cc;
    --blue-cyb: #009DCC;
    --font-family-eina: 'eina', Arial, Helvetica Neue, Helvetica, sans-serif;
    --font-family-GT-Walsheim: 'gt-walsheim-pro', Arial, Helvetica Neue, Helvetica, sans-serif;
    --black-cyb: #242424;
    --grey-cyb: #414141;
    --line-height: 1.4;
    --light-purple: #F3E5F8;
    --light-blue: #E5F5FA;
    --dark-purple: #400C53;
    --dark-blue: #0F272E;
    --grey-border: #DADADA;
    --grey-border-two: #676767;
    --eco-green: #4CAF50;
    --light-eco-green: #EDF7ED;
    --mc-border-color: #fff;
}

.footer-trustpilot-dark-cyb {
    display: none;
}

.footer-logo-dark-cyb  {
    display: none;
}

.master-container-cyb--wide {
    max-width: 1520px;
    margin: 0 auto;
}

.footer-cyb {
    border-top: 1px solid var(--grey-border-two);
    padding-top: 75px;
    margin-top: 150px;
    background-color: #121212;
}

.footer-cyb__inner {
    padding-bottom: 75px;
}

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

.footer-cyb__list {
    list-style: none;
    max-width: 230px;
    height: fit-content;
}

.footer-cyb__list li {
    padding-bottom: 15px;
}

.footer-cyb__list a {
    text-decoration: none;
    font-size: 14px;
    color: #e5e7ed;
    line-height: var(--line-height);
    font-family: var(--font-family-GT-Walsheim);
    font-weight: normal;
}

.footer-cyb__list__title {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    line-height: var(--line-height);
    font-family: var(--font-family-GT-Walsheim);
}

.footer-address {
    text-decoration: none;
    font-size: 16px;
    color: #e5e7ed;
    line-height: var(--line-height);
    font-family: var(--font-family-GT-Walsheim);
    font-weight: normal;
    padding-bottom: 15px;
}

.footer-cyb-double__list:nth-child(3) {
    padding-right: 0;
}

.footer-cyb--block__p {
    font-weight: normal;
    color: #e5e7ed;
    text-decoration: none;
    font-size: 20px;
    line-height: var(--line-height);
    font-family: var(--font-family-GT-Walsheim);
    text-align: center;
    max-width: 150px;
}

.footer-cyb--block__img {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 60%;
}

.footer-cyb--block__p--spacing {
    padding-bottom: 60%;
}

.footer-cyb--block {
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 35px
}

.footer-cyb--block:nth-child(1) {
    margin-right: 50px;
}

.footer-cyb__list__master {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    height: fit-content;
}

.footer-cyb-double-block {
    display: flex;
    min-width: 540px;
}

.footer-cyb__logo {
    padding-bottom: 25px;
}

.footer-block {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer-block__list li {
    text-decoration: none;
    list-style: none;
    font-family: var(--font-family-GT-Walsheim);
}

.footer-block__title {
    text-decoration: none;
    list-style: none;
    font-weight: bold;
    font-family: var(--font-family-eina);
    color: var(--black-cyb);
    font-size: 26px;
    line-height: 2.5;
}

.footer-block__list a {
    text-decoration: none;
    list-style: none;
    font-family: var(--font-family-GT-Walsheim);
    color: var(--grey-cyb);
    font-size: var(--p-font-size);
    line-height: 2.5;
}

.pale-purple-background {
    background-color: var(--dark-purple)
}

.pale-blue-background {
    background-color: var(--light-blue)
}

.pale-eco-background {
    background-color: var(--dark-blue)
}

.footer-social-media p {
    text-decoration: none;
    font-size: 16px;
    color: #e5e7ed;
    line-height: var(--line-height);
    font-family: var(--font-family-GT-Walsheim);
    font-weight: normal;
}

.footer-social-media {
    display: flex;
    column-gap: 15px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 1650px) {
    .master-container-cyb--wide {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 1250px) {
    .footer-cyb__inner {
        flex-direction: column;
    }
    .footer-cyb-double-block {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .footer-block {
        flex-direction: column;
    }
    .footer-block div {
        padding-bottom: 50px;
    }
    .footer-block div:last-child {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 700px) {
      .footer-cyb__list__master {
        grid-template-columns: auto auto;
    }
    .master-container-cyb--wide {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 500px) {
  .footer-cyb__list__master {
    grid-template-columns: auto;
    grid-row-gap: 10px;
    }
    .footer-cyb__list {
        max-width: 100%;
    }
}