.footer {
    overflow: hidden;
    margin-top: 50px;
}
.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 40px 50px 20px;
    margin-bottom: 40px;
}
.footer__logo {
    margin-bottom: 35px;
}
.footer__logo img {
    width: 234px;
    height: 160px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.footer__logo img:hover {
    -webkit-transform: scale(1.05) translateY(-10px);
    transform: scale(1.05) translateY(-10px);
}
.footer__menu-1 {
    width: 100%;
}
.footer__list-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 72%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    margin: 0 auto;
    gap: 15px;
}
.footer__list-1 li {
    font-family: Geometria;
    font-size: 22px;
    font-weight: 400;
    line-height: 27.68px;
    position: relative;
    z-index: 1;
}
.footer__list-1 li a {
    color: #fcfcfc;
    -webkit-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
}
.footer__list-1 li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #fcfcfc;
    top: -2px;
    left: -2px;
    -webkit-transition: width 0.2s 0.2s, height 0.2s;
    transition: width 0.2s 0.2s, height 0.2s;
    pointer-events: none;
    z-index: -1;
    border-radius: 4px;
}
.footer__list-1 li:hover a {
    color: #624e79;
}
.footer__list-1 li:hover:before {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    -webkit-transition: width 0.2s, height 0.2s 0.2s;
    transition: width 0.2s, height 0.2s 0.2s;
}
.footer__menu-2 {
    margin: 40px 0 30px;
    width: 100%;
    background: #624e79;
    border-radius: 15px;
    padding: 25px 30px;
}
.footer__list-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    gap: 15px;
}
.footer__list-2 li {
    font-family: Geometria;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.16px;
    position: relative;
}
.footer__list-2 li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #fcfcfc;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer__list-2 li a {
    color: #fcfcfc;
}
.footer__list-2 li:hover:before {
    width: 100%;
}
.footer__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 30px;
    padding-bottom: 30px;
}
.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}
.footer__info p {
    color: #ffffff;
    font-family: Geometria;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.87px;
}
.footer__info p:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.64px;
    color: #fcfcfc;
}
.footer__info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.64px;
    color: #fcfcfc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer__info a svg {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer__info a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.footer__info a:hover svg {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
.footer__messenge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.footer__mess {
    padding: 13px;
    border: 1.5px solid #008754;
    border-radius: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.footer__mess:hover {
    background: #4cb861;
}
.footer__mess img {
    width: 30px;
    height: 30px;
}
.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #fcfcfc;
    width: 100%;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer__copy {
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    color: #fcfcfc;
}
.footer__policy a {
    color: #fcfcfc;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    text-decoration: underline;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.footer__policy a:hover {
    text-decoration: none;
}
.footer__art {
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.64px;
    color: #fcfcfc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    max-width: 250px;
}
.footer__art img {
    width: 52px;
    height: 44px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer__art:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 1;
}
.footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #008754;
    border-radius: 40px;
    z-index: -1;
    overflow: hidden;
}
.footer__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation: bg 6s linear 0s infinite alternate forwards;
    animation: bg 6s linear 0s infinite alternate forwards;
}
@-webkit-keyframes bg {
    0% {
        -webkit-transform: translate(60px, 20px) rotate(0deg);
        transform: translate(60px, 20px) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(-60px, -20px) rotate(30deg);
        transform: translate(-60px, -20px) rotate(30deg);
    }
    100% {
        -webkit-transform: translate(100px, 60px) rotate(15deg);
        transform: translate(100px, 60px) rotate(15deg);
    }
}
@keyframes bg {
    0% {
        -webkit-transform: translate(60px, 20px) rotate(0deg);
        transform: translate(60px, 20px) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(-60px, -20px) rotate(30deg);
        transform: translate(-60px, -20px) rotate(30deg);
    }
    100% {
        -webkit-transform: translate(100px, 60px) rotate(15deg);
        transform: translate(100px, 60px) rotate(15deg);
    }
}
@media (max-width: 1200px) {
    .footer {
        margin-top: 40px;
    }
    .footer__inner {
        padding: 40px 40px 20px;
    }
    .footer__logo img {
        width: 200px;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .footer__list-1 li {
        font-size: 20px;
        line-height: 25px;
    }
    .footer__menu-2 {
        margin: 35px 0 30px;
        padding: 17px 20px;
        border-radius: 10px;
    }
    .footer__list-2 li {
        font-size: 17px;
        line-height: 21px;
    }
    .footer__bg {
        border-radius: 30px;
    }
    .footer__information {
        padding-bottom: 25px;
        gap: 15px;
    }
    .footer__bottom {
        padding-top: 25px;
    }
    .footer__info p {
        font-size: 12.5px;
        line-height: 15.72px;
    }
    .footer__info p:last-child {
        font-size: 15px;
        line-height: 18.87px;
        gap: 5px;
        white-space: wrap;
    }
    .footer__info p:last-child svg {
        max-width: 19px;
        max-height: 19px;
        min-width: 19px;
        min-height: 19px;
        width: 100%;
        height: 100%;
    }
    .footer__info a {
        font-size: 15px;
        line-height: 18.87px;
        gap: 5px;
        white-space: nowrap;
    }
    .footer__info a svg {
        max-width: 19px;
        max-height: 19px;
        min-width: 19px;
        min-height: 19px;
        width: 100%;
        height: 100%;
    }
    .footer__messenge {
        gap: 15px;
    }
    .footer__mess {
        padding: 11px;
        border-radius: 10px;
    }
    .footer__mess img {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 1000px) {
    .footer__logo img {
        width: 160px;
    }
    .footer__list-1 {
        width: 100%;
    }
    .footer__list-1 li {
        font-size: 18px;
        line-height: 22.64px;
    }
    .footer__list-2 li {
        font-size: 13.6px;
        line-height: 17.12px;
    }
    .footer__information {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 25px 15px;
    }
    .footer__messenge {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__copy,
    .footer__policy a {
        font-size: 14px;
        line-height: 17.61px;
    }
    .footer__art {
        font-size: 14px;
        line-height: 17.61px;
        max-width: 100%;
        gap: 14px;
    }
    .footer__art img {
        width: 46px;
        height: 38px;
    }
}
@media (max-width: 850px) {
    .footer {
        margin-top: 25px;
    }
    .footer__inner {
        padding: 30px 20px 20px;
    }
    .footer__list-1 li {
        font-size: 16px;
        line-height: 20.13px;
    }
    .footer__list-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
    .footer__list-2 li {
        font-size: 16px;
        line-height: 20.13px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
    }
    .footer__list-2 li:nth-child(odd) {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        text-align: right;
    }
    .footer__menu-2 {
        padding: 18px;
        border-radius: 12px;
        margin: 30px 0;
    }
    .footer__information {
        gap: 20px;
    }
}
@media (max-width: 650px) {
    .footer__list-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 25px;
    }
    .footer__list-1 li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 36%;
        flex: 1 1 36%;
        text-align: center;
    }
    .footer__list-2 {
        gap: 22px;
    }
    .footer__list-2 li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center;
    }
    .footer__list-2 li:nth-child(odd) {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__information {
        gap: 20px;
    }
    .footer__info {
        width: 100%;
        gap: 4px;
    }
    .footer__art {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .footer__art:hover {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
.contact__role {
    position: relative;
}
span.wpcf7-spinner {
    display: none;
}
.wpcf7-response-output {
    display: none;
}
.article__down p img {
    object-fit: cover;
}
.footer__info {
    max-width: 400px;
}
.footer__info svg {
    min-width: 20px;
}
.feedback-gen__name {
    font-family: Cruinn;
    font-size: 30px;
    font-weight: 900;
    line-height: 38px;
    p {
        color: #3a3145;
        word-spacing: wrap;
    }
}
@media (max-width: 1200px) {
    .feedback-gen__name {
        font-size: 26px;
        line-height: 35px;
    }
}
@media (max-width: 1000px) {
    .feedback-gen__name {
        font-size: 20px;
        line-height: 29px;
    }
}
@media (max-width: 650px) {
    .feedback-gen__name {
        font-size: 16px;
        line-height: 24px;
    }
}
form.wpcf7-form.invalid .wpcf7-validates-as-required {
    border-style: solid !important;
    box-shadow: 0px 10px 20px 0px rgba(173, 25, 25, 0.78) !important;
    border-image: initial !important;
}
div#cookie-banner a {
    margin: 0 0 0 5px;
    text-decoration: underline;
    color: #4cb861;
}
#cookie-banner button {
    margin: 0 auto;
    margin-top: 10px;
}
.check-item-form {
    position: relative;
    padding-left: 30px;
    padding-left: 30px;
    margin: 0;
    cursor: pointer;
}
.custom-checkbox {
    position: absolute;
    /*opacity: 0;*/
    cursor: pointer;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    z-index: 4;
}
.check-item-form label {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}
.check-item-form:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: all 0.2s ease;
}
.contacts__btn {
    cursor: pointer;
}
.check-item-form:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    width: 6px;
    height: 12px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all 0.2s ease;
    display: none;
}
.check-item-form.active:before {
    background-color: #4cb861;
    border-color: #4cb861;
}
.check-item-form.active:after {
    display: block;
    border-color: #fff;
}
.check-item-form a {
    color: #4cb861;
    text-decoration: underline;
}
.check-item-form a:hover {
    text-decoration: none;
}
.check-item-form:hover:before {
    border-color: #4cb861;
}
.check-item-form br {
    display: none;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 5px;
}
.popup__label-text {
    grid-column: 2 span;
}
.popup__label-btn {
    grid-column: 2 span;
}
.check-item-form {
    display: flex;
}
@media (max-width: 650px) {
    .popup__label-text {
        grid-column: 1 span;
    }
    .popup__label-btn {
        grid-column: 1 span;
    }
}
