.circles {
    left: 0;
    margin: 0 auto;
    max-width: 1920px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1;
}
.circles > .circle {
    background: radial-gradient(50% 50% at 50% 50%, #fcc51b40 0, #fcc51b00);
    border-radius: 50%;
    height: 543px;
    position: absolute;
    width: 543px;
}
.circles > .circle:first-of-type {
    left: -20px;
    top: -443px;
}
@media (max-width: 999px) {
    .circles > .circle:first-of-type {
        height: 289px;
        left: -159px;
        top: -125.6px;
        width: 289px;
    }
}
.circles > .circle:nth-child(2) {
    height: 708px;
    right: -190px;
    top: -50px;
    width: 708px;
}
@media (max-width: 999px) {
    .circles > .circle:nth-child(2) {
        height: 543px;
        right: -165px;
        top: 383.4px;
        width: 543px;
    }
}
.circles.__footer {
    top: 0;
}
.circles.__footer > .circle:first-child {
    height: 945px;
    left: -300px;
    top: -903px;
    width: 945px;
}
@media (max-width: 999px) {
    .circles.__footer > .circle:first-child {
        height: 420px;
        left: -173px;
        top: -774px;
        width: 420px;
    }
}
.circles.__footer > .circle:nth-child(2) {
    height: 945px;
    right: -90px;
    top: -368px;
    width: 945px;
}
@media (max-width: 999px) {
    .circles.__footer > .circle:nth-child(2) {
        height: 422px;
        left: -191px;
        right: unset;
        top: -210px;
        width: 422px;
    }
}
.contacts > .section-title {
    margin-top: 110px;
    opacity: 0;
}
@media (max-width: 999px) {
    .contacts > .section-title {
        margin-top: 55px;
    }
}
.contacts > .section-title.animate {
    animation: fadeUp 1s forwards;
}
.contacts > .section-title > h1 {
    position: relative;
}
@media (max-width: 999px) {
    .contacts > .section-title > h1 {
        font-size: 32px;
        line-height: 42px;
    }
}
.contacts > .section-title > h1:before {
    animation: fadeUp 2s forwards;
    bottom: -35px;
    color: #2626261a;
    content: "Контакты";
    font-family: Playfair Display;
    font-size: 200px;
    font-style: italic;
    font-weight: 400;
    left: 0;
    line-height: 210px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}
@media (max-width: 999px) {
    .contacts > .section-title > h1:before {
        bottom: -10px;
        font-size: 64px;
        line-height: 74px;
    }
}
.contacts > .section-info {
    display: flex;
    gap: 25px;
    margin-bottom: 60px;
    margin-top: 90px;
    opacity: 0;
}
@media (max-width: 999px) {
    .contacts > .section-info {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 40px;
        margin-top: 25px;
    }
}
.contacts > .section-info.animate {
    animation: fadeUp 1s forwards;
    animation-delay: 0.5s;
}
.contacts > .section-info > .group-contacts {
    border: 3px solid #fcc51b;
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 30px 50px;
    width: 100%;
}
@media (max-width: 999px) {
    .contacts > .section-info > .group-contacts {
        gap: 25px;
        padding: 30px;
    }
}
.contacts > .section-info > .group-contacts > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
}
@media (max-width: 999px) {
    .contacts > .section-info > .group-contacts > div:first-child {
        flex-direction: column;
        gap: 15px;
    }
}
.contacts
> .section-info
> .group-contacts
> div:first-child
> div:first-child {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 463px;
}
@media (max-width: 999px) {
    .contacts
    > .section-info
    > .group-contacts
    > div:first-child
    > div:first-child {
        width: auto;
    }
}
.contacts
> .section-info
> .group-contacts
> div:first-child
> div:first-child
> div:first-child {
    align-items: center;
    display: flex;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 700;
    gap: 15px;
    line-height: 34px;
}
@media (max-width: 999px) {
    .contacts
    > .section-info
    > .group-contacts
    > div:first-child
    > div:first-child
    > div:first-child {
        font-size: 18px;
        line-height: 25px;
    }
}
.contacts
> .section-info
> .group-contacts
> div:first-child
> div:first-child
> div:last-of-type {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
@media (max-width: 999px) {
    .contacts
    > .section-info
    > .group-contacts
    > div:first-child
    > div:first-child
    > div:last-of-type {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
    }
}
.contacts
> .section-info
> .group-contacts
> div:first-child
> div:first-child
> a {
    color: #262626;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    transition: 0.3s ease-in-out;
    width: -moz-fit-content;
    width: fit-content;
}
.contacts
> .section-info
> .group-contacts
> div:first-child
> div:first-child
> a:hover {
    color: #fcc51b;
}
.contacts
> .section-info
> .group-contacts
> div:first-child
> div:nth-child(2) {
    display: flex;
    gap: 70px;
}
@media (max-width: 999px) {
    .contacts
    > .section-info
    > .group-contacts
    > div:first-child
    > div:nth-child(2) {
        flex-direction: column;
        gap: 15px;
    }
}
.contacts
> .section-info
> .group-contacts
> div:first-child
> div:nth-child(2)
> div:first-child {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 168px;
}
.contacts
> .section-info
> .group-contacts
> div:first-child
> div:nth-child(2)
> div:first-child
> div:first-child {
    align-items: center;
    display: flex;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 700;
    gap: 15px;
    line-height: 34px;
}
@media (max-width: 999px) {
    .contacts
    > .section-info
    > .group-contacts
    > div:first-child
    > div:nth-child(2)
    > div:first-child
    > div:first-child {
        font-size: 18px;
        line-height: 25px;
    }
}
.contacts
> .section-info
> .group-contacts
> div:first-child
> div:nth-child(2)
> div:first-child
> a {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
}
@media (max-width: 999px) {
    .contacts
    > .section-info
    > .group-contacts
    > div:first-child
    > div:nth-child(2)
    > div:first-child
    > a {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
    }
}
.contacts
> .section-info
> .group-contacts
> div:first-child
> div:nth-child(2)
> div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contacts
> .section-info
> .group-contacts
> div:first-child
> div:nth-child(2)
> div:nth-child(2)
> div:first-child {
    align-items: center;
    display: flex;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 700;
    gap: 15px;
    line-height: 34px;
}
@media (max-width: 999px) {
    .contacts
    > .section-info
    > .group-contacts
    > div:first-child
    > div:nth-child(2)
    > div:nth-child(2)
    > div:first-child {
        font-size: 18px;
        line-height: 25px;
    }
}
.contacts
> .section-info
> .group-contacts
> div:first-child
> div:nth-child(2)
> div:nth-child(2)
> a {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
}
@media (max-width: 999px) {
    .contacts
    > .section-info
    > .group-contacts
    > div:first-child
    > div:nth-child(2)
    > div:nth-child(2)
    > a {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
    }
}
.contacts > .section-info > .group-messenger {
    align-items: center;
    background-color: #fcc51b;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    padding: 0 62px;
    position: relative;
}
.contacts > .section-info > .group-messenger:after {
    background: url(../images/bg.png);
    background-repeat: repeat;
    background-size: 100px 100px;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (max-width: 999px) {
    .contacts > .section-info > .group-messenger {
        gap: 17px;
        height: 261px;
        padding: 0;
    }
}
.contacts > .section-info > .group-messenger > div > div > a {
    border-radius: 50%;
    cursor: pointer;
    height: 57px;
    width: 57px;
}
.contacts
> .section-info
> .group-messenger
> div
> div
> a
> .btn-atropos
.atropos-shadow {
    background: transparent;
}
.contacts
> .section-info
> .group-messenger
> div
> div
> a
> .btn-atropos
.atropos-rotate,
.contacts
> .section-info
> .group-messenger
> div
> div
> a
> .btn-atropos
.atropos-scale {
    pointer-events: none;
}
@supports (-moz-appearance: none) {
    .contacts
    > .section-info
    > .group-messenger
    > div
    > div
    > a
    > .btn-atropos
    .atropos-rotate {
        transform: none !important;
    }
}
.contacts
> .section-info
> .group-messenger
> div
> div
> a
> .btn-atropos
.atropos-inner {
    overflow: visible;
}
.contacts
> .section-info
> .group-messenger
> div
> div
> a
> .btn-atropos
.icons {
    align-items: center;
    background-color: #262626;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 57px;
    justify-content: center;
    pointer-events: auto;
    transform-style: preserve-3d;
    width: 57px;
}
.contacts
> .section-info
> .group-messenger
> div
> div
> a
> .btn-atropos
.icons
> .max {
    height: 26px;
    -webkit-mask-size: 99%;
    mask-size: 99%;
    width: 26px;
}
.contacts > .section-info > .group-messenger > div:first-child {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 220px;
}
.contacts
> .section-info
> .group-messenger
> div:first-child
> div:first-child {
    font-family: Manrope;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
@media (max-width: 999px) {
    .contacts
    > .section-info
    > .group-messenger
    > div:first-child
    > div:first-child {
        font-size: 18px;
        line-height: 25px;
    }
}
.contacts
> .section-info
> .group-messenger
> div:first-child
> div:nth-child(2) {
    display: flex;
    gap: 15px;
}
.contacts > .section-info > .group-messenger > div:last-child {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contacts
> .section-info
> .group-messenger
> div:last-child
> div:first-child {
    font-family: Manrope;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
@media (max-width: 999px) {
    .contacts
    > .section-info
    > .group-messenger
    > div:last-child
    > div:first-child {
        font-size: 18px;
        line-height: 25px;
    }
}
.contacts
> .section-info
> .group-messenger
> div:last-child
> div:nth-child(2) {
    display: flex;
    gap: 15px;
}
.contacts > .section-map {
    opacity: 0;
}
.contacts > .section-map.animate {
    animation: fadeUp 1s forwards;
    animation-delay: 1s;
}
.contacts > .section-map > iframe {
    height: 780px;
    width: 100%;
}
@media (max-width: 999px) {
    .contacts > .section-map > iframe {
        height: 610px;
    }
}
.contacts > .feedback-main {
    opacity: 0;
}
