@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jaldi:wght@400;700&family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --font5: "Roboto", sans-serif;
    --font-family: "Jaldi", sans-serif;
    --font9: "Roboto", sans-serif;
    --font6: "Roboto", sans-serif;
    --font10: "Jost", sans-serif;
    --accent-color: #5C1A32;
    --primary-color: #fcefda;
    --primary-color_20: rgba(252, 239, 218, .2);
    --font4: "Inter", sans-serif
}

html body {
    padding: 0;
    margin: 0;
    line-height: normal;
    font-family: var(--font5)
}

html body * {
    box-sizing: border-box
}

iframe,
img,
video {
    max-width: 100%
}

.block-padding {
    padding: 0 20px
}

@media (max-width:980px) {
    .block-padding {
        padding: 0 16px
    }
}

.block-width {
    width: 100%;
    max-width: 1161px;
    margin: 0 auto
}

.block-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--primary-color);
    text-align: center;
    font-weight: bold;
    margin-bottom: 35px
}

@media (max-width:980px) {
    .block-title {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.overflow_hidden {
    overflow: hidden !important
}

.swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: static;
    width: 100%
}

.swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: rgba(217, 217, 217, 0.6);
    opacity: 1;
    transition: all 0.3s ease
}

.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
    background: var(--primary-color)
}

@view-transition {
    navigation: auto
}

.site-wrapper {
    display: flex;
    flex-direction: column;
    background: var(--accent-color) fixed;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 1cm 1cm
}

@media (max-width:1260px) {
    .site-wrapper {
        background-attachment: scroll
    }
}

.site-header__inner {
    padding: 27px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width:1260px) {
    .site-header__inner {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        padding: 15px 0
    }
}

.site-header__langs {
    position: absolute;
    top: 34px;
    right: -68px;
    display: flex;
    gap: 20px
}

@media (max-width:1260px) {
    .site-header__langs {
        position: static
    }
}
.site-header__langs-item {
	display: none;
}

.site-header__langs-item a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    padding: 5px;
}

.site-header__langs-item a:hover {
    border-color: var(--primary-color)
}

.site-header__langs .glink {
	font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    padding: 5px;
}

.site-header__langs .glink:hover {
	border-color: var(--primary-color);
}

.site-header__logo {
    font-size: 0;
    line-height: normal;
    transform: scale(0);
    transition: all 1.5s ease;
    will-change: transform
}

.site-header__logo.active {
    transform: scale(1)
}

.site-header__menu {
    margin-top: 42px
}

@media (max-width:1260px) {
    .site-header__menu {
        display: none
    }
}

.site-header__menu ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 24px
}

.site-header__menu ul li a {
    display: inline-block;
    text-decoration: none;
    border-radius: 20px;
    border: 2px solid var(--primary-color);
    padding: 14.5px 48px;
    transition: all 0.3s ease;
    font-size: 24px;
    font-weight: normal;
    line-height: 133%;
    color: var(--primary-color);
    font-family: var(--font5)
}

.site-header__menu ul li a:hover {
    background: rgba(255, 255, 255, 0.6);
    color: var(--accent-color);
    font-weight: 500
}

.site-header__burger-btn {
    display: none;
    font-size: 0;
    min-width: 88px;
    text-align: right
}

@media (max-width:1260px) {
    .site-header__burger-btn {
        display: block
    }
}

.site-header__burger-btn a {
    display: inline-block
}

.site-header__burger-btn svg {
    pointer-events: none
}

.hero-section {
    margin-top: 56px;
    margin-bottom: 77px
}

@media (max-width:980px) {
    .hero-section {
        margin-bottom: 40px;
        margin-top: 23px
    }
}

.hero-section__inner {
    display: flex;
    align-items: flex-start;
    border-radius: 20px;
    background: var(--primary-color);
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.4)
}

@media (max-width:980px) {
    .hero-section__inner {
        flex-direction: column;
        padding: 15px 21px 25px
    }
}

.hero-section__left {
    width: 386px;
    position: relative
}

@media (max-width:980px) {
    .hero-section__left {
        width: 100%;
        margin: 0 0 30px
    }
}

.hero-section__left:before {
    content: "";
    position: absolute;
    width: 117px;
    height: 112px;
    z-index: 1;
    top: -45px;
    left: -35px;
    z-index: 1;
    font-size: 0;
    line-height: normal;
    background: url("../milanaTheme/images/clip.svg") 50% no-repeat
}

@media (max-width:980px) {
    .hero-section__left:before {
        top: -58px;
        left: -55px
    }
}

.hero-section__image {
    position: relative;
    padding-top: 112%
}

.hero-section__image img {
    border-radius: 20px 0 0 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover
}

@media (max-width:980px) {
    .hero-section__image img {
        border-radius: 20px 20px 0 0
    }
}

.hero-section__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 23px
}

@media (max-width:980px) {
    .hero-section__info {
        left: 12px;
        right: 12px;
        bottom: 10px
    }
}

.hero-section__info-title {
    font-family: var(--font-family);
    font-size: 24px;
    line-height: 133%;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold
}

.hero-section__info-desc {
    font-family: var(--font10);
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    text-transform: uppercase;
    color: var(--primary-color)
}

.hero-section__right {
    width: calc(100% - 386px);
    padding: 45px 30px 35px
}

@media (max-width:980px) {
    .hero-section__right {
        width: 100%;
        padding: 0
    }
}

.hero-section__title {
    margin-bottom: 15px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #5c1a32
}

.hero-section__text {
    font-family: var(--font9);
    font-weight: 400;
    font-size: 24px;
    line-height: 142%;
    text-align: center;
    color: #5c1a32;
    padding: 0 10px
}

.hero-section__text p:first-child {
    margin-top: 0
}

.hero-section__text p:last-child {
    margin-bottom: 0
}

.hero-section__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 19px 24px;
    margin-top: 60px
}

@media (max-width:550px) {
    .hero-section__tags {
        flex-direction: column;
        align-items: center;
        gap: 24px
    }
}

.hero-section__tags-item {
    border-radius: 6px;
    padding: 6px 15px;
    background: #b22054;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: var(--primary-color);
    line-height: 1
}

@media (max-width:550px) {
    .hero-section__tags-item {
        min-width: 272px;
        text-align: center;
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.hero-section__tags-item:nth-child(2) {
    padding-left: 35px;
    padding-right: 35px
}

.hero-section__tags-item:nth-child(3) {
    padding-left: 35px;
    padding-right: 35px
}

.hero-section__tags-item:nth-child(4) {
    padding-left: 23px;
    padding-right: 23px
}

.hero-section__tags-item:nth-child(5) {
    padding-left: 45px;
    padding-right: 45px
}

.projects-block {
    margin: 65px 0
}

@media (max-width:980px) {
    .projects-block {
        margin: 50px 0
    }
}

.projects-block__inner {
    padding: 44px 0 28px
}

@media (max-width:980px) {
    .projects-block__inner {
        padding: 0
    }
}

.projects-block__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px 27px
}

@media (max-width:768px) {
    .projects-block__list {
        grid-template-columns: 1fr;
        gap: 27px
    }
}

@media (max-width:980px) {

    .projects-block__item:nth-child(3) .projects-block__item-image img,
    .projects-block__item:nth-child(4) .projects-block__item-image img {
        object-position: top left
    }
}

.projects-block__item a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 24px;
    line-height: 133%;
    text-transform: uppercase;
    color: #f2f3ed;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 8px 8px;
    transition: all 0.5s ease-in-out
}

.projects-block__item a:hover {
    color: var(--accent-color);
    background: #fff
}

.projects-block__item a:hover img {
    transform: scale(1.2)
}

.projects-block__item-image {
    font-size: 0;
    line-height: normal;
    display: block;
    width: 100%;
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    border-radius: 20px
}

@media (max-width:980px) {
    .projects-block__item-image {
        padding-top: 90%
    }
}

.projects-block__item-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all 2s ease;
    will-change: text-transform
}

.prices-block {
    overflow: hidden
}

.prices-block__inner {
    padding-top: 70px;
    padding-bottom: 28px
}

@media (max-width:980px) {
    .prices-block__inner {
        padding: 40px 0 20px
    }
}

@media (min-width:981px) {
    .prices-block__list .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 21px 25px
    }
}

.prices-block__item {
    padding: 15px 15px 20px;
    border-radius: 20px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
    height: auto
}

.prices-block__item-image {
    position: relative;
    padding-top: 105%;
    margin-bottom: 10px;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.4);
    border-radius: 20px
}

.prices-block__item-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    object-position: top left
}

.prices-block__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
    text-transform: uppercase;
    text-align: center;
    color: #f2f3ed;
    font-weight: bold
}

@media (max-width:980px) {
    .prices-block__item-title {
        font-size: 20px
    }
}

.prices-block__item-prices {
    margin-top: 10px
}

.prices-block__item-prices .price-item {
    display: flex;
    align-items: flex-end;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #fff;
    flex-wrap: wrap;
    letter-spacing: -0.3px
}

@media (max-width:980px) {
    .prices-block__item-prices .price-item {
        font-size: 16px
    }
}

.prices-block__item-prices .price-item__delim {
    flex: auto;
    border-bottom: 1px solid transparent;
    border-image: repeating-linear-gradient(to right, #fff 0, #fff 1px, transparent 1px, transparent 6px) 1;
    margin-bottom: 10px
}

@media (max-width:980px) {
    .prices-block__slider-nav {
        margin-top: 20px
    }
}

.faq-block {
    margin: 67px 0 0
}

.faq-block__title {
    text-align: center;
    background: #5c1a32;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color: var(--primary-color);
    font-weight: bold;
    padding: 19px 0;
    border-top: 1px solid #fff
}

@media (max-width:980px) {
    .faq-block__title {
        font-size: 24px
    }
}

.faq-block__list {
    background: #5c1a32
}

.faq-block__item {
    border-top: 1px solid var(--primary-color_20);
    border-bottom: 1px solid var(--primary-color_20)
}

.faq-block__item-inner {
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    padding: 18px 20px
}

@media (max-width:980px) {
    .faq-block__item-inner {
        padding: 15px
    }
}

.faq-block__item-title a {
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}

@media (max-width:980px) {
    .faq-block__item-title a {
        font-size: 18px;
        gap: 15px
    }
}

.faq-block__item-title a.active .icon span+span {
    transform: rotate(0deg)
}

.faq-block__item-title .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    min-width: 23px;
    position: relative
}

@media (max-width:980px) {
    .faq-block__item-title .icon {
        width: 15px;
        height: 15px;
        min-width: 15px
    }
}

.faq-block__item-title .icon span {
    width: 23px;
    height: 2px;
    border-radius: 8px;
    background: #f2f3ed;
    display: block
}

@media (max-width:980px) {
    .faq-block__item-title .icon span {
        width: 15px
    }
}

.faq-block__item-title .icon span+span {
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    transition: all 0.3s ease
}

.faq-block__item-body {
    overflow: hidden;
    max-height: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 168%;
    color: #fff;
    transition: all 0.5s ease;
    padding-left: 47px
}

@media (max-width:980px) {
    .faq-block__item-body {
        padding-left: 30px;
        font-size: 16px;
        line-height: normal
    }
}

.faq-block__item-body.active {
    max-height: 999px;
    padding-top: 10px;
    padding-bottom: 10px
}

.faq-block__item-body p {
    margin: 5px 0
}

.faq-block__item-body p:first-child {
    margin-top: 0
}

.faq-block__item-body p:last-child {
    margin-bottom: 0
}

.project-hero {
    font-size: 0
}

.project-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.project-gallery {
    background: #023183 fixed;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 1cm 1cm
}

@media (max-width:1260px) {
    .project-gallery {
        background-attachment: scroll
    }
}

.project-gallery__text-block {
    padding: 80px 20px
}

@media (max-width:980px) {
    .project-gallery__text-block {
        padding: 40px 16px
    }
}

.project-gallery__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 80%;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold
}

@media (max-width:980px) {
    .project-gallery__title {
        font-size: 28px
    }
}

.project-gallery__text {
    font-family: var(--font6);
    font-weight: 400;
    font-size: 27px;
    line-height: 142%;
    color: #fff;
    margin-top: 32px
}

@media (max-width:980px) {
    .project-gallery__text {
        font-size: 18px;
        margin-top: 20px;
        line-height: 1.5
    }
}

.project-gallery__text p {
    margin: 10px 0
}

.project-gallery__text p:first-child {
    margin-top: 0
}

.project-gallery__text p:last-child {
    margin-bottom: 0
}

.project-gallery__gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    font-size: 0
}

@media (max-width:980px) {
    .project-gallery__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.project-gallery__gallery-item a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 130%;
    overflow: hidden
}

.project-gallery__gallery-item a:hover img {
    transform: scale(1.2)
}

.project-gallery__gallery-item a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s ease;
    will-change: transform
}

.project-images {
    background: #054b9a;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 1cm 1cm
}

@media (max-width:1260px) {
    .project-images {
        background-attachment: scroll
    }
}

.project-images__text-block {
    padding: 80px 20px
}

@media (max-width:980px) {
    .project-images__text-block {
        padding: 40px 16px
    }
}

.project-images__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 80%;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold
}

@media (max-width:980px) {
    .project-images__title {
        font-size: 28px
    }
}

.project-images__text {
    font-family: var(--font6);
    font-weight: 400;
    font-size: 27px;
    line-height: 142%;
    color: #fff;
    margin-top: 32px
}

@media (max-width:980px) {
    .project-images__text {
        font-size: 16px;
        margin-top: 20px;
        line-height: 1.5
    }
}

.project-images__text p {
    margin: 10px 0
}

.project-images__text p:first-child {
    margin-top: 0
}

.project-images__text p:last-child {
    margin-bottom: 0
}

.project-images__images {
    display: flex;
    flex-wrap: wrap;
    font-size: 0
}

.project-images__images-item {
    width: 50%;
    flex: auto
}

.project-images__images-item a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

.project-images__images-item a:hover img {
    transform: scale(1.2)
}

.project-images__images-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s ease;
    will-change: transform
}

.site-footer {
    background: #2e0916 fixed;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 1cm 1cm
}

@media (max-width:1260px) {
    .site-footer {
        background-attachment: scroll
    }
}

.site-footer__inner {
    padding: 120px 0 40px
}

@media (max-width:980px) {
    .site-footer__inner {
        padding: 40px 0 20px
    }
}

.site-footer__top {
    display: flex;
    justify-content: center
}

.site-footer__form {
    box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    max-width: 320px;
    padding: 20px 20px 30px;
    border-radius: 14px
}

.site-footer__form-title {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #5c1a32;
    margin-bottom: 20px
}

.site-footer__form .form-field {
    margin-bottom: 24px
}

.site-footer__form .form-field:last-child {
    margin-bottom: 0
}

.site-footer__form .form-field__title {
    font-family: var(--font4);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #0a0a0a;
    margin-bottom: 8px
}

.site-footer__form .form-field__value {
    text-align: center
}

.site-footer__form .form-field__value input[type=email],
.site-footer__form .form-field__value input[type=text],
.site-footer__form .form-field__value select,
.site-footer__form .form-field__value textarea {
    padding: 8px 12px;
    font-family: var(--font4);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #000;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid transparent;
    width: 100%;
    outline: none;
    transition: all 0.3s ease;
    resize: none
}

.site-footer__form .form-field__value input[type=email]:focus,
.site-footer__form .form-field__value input[type=email]:hover,
.site-footer__form .form-field__value input[type=text]:focus,
.site-footer__form .form-field__value input[type=text]:hover,
.site-footer__form .form-field__value select:focus,
.site-footer__form .form-field__value select:hover,
.site-footer__form .form-field__value textarea:focus,
.site-footer__form .form-field__value textarea:hover {
    border-color: var(--accent-color)
}

.site-footer__form .form-field__value input[type=email]::placeholder,
.site-footer__form .form-field__value input[type=text]::placeholder,
.site-footer__form .form-field__value select::placeholder,
.site-footer__form .form-field__value textarea::placeholder {
    color: #717182
}

.site-footer__form .form-field__value textarea {
    height: 83px
}

.site-footer__form .form-field__value button,
.site-footer__form .form-field__value input[type=submit] {
    outline: none;
    border-radius: 250px;
    background: var(--accent-color);
    border: 2px solid var(--primary-color);
    font-family: var(--font5);
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: var(--primary-color);
    transition: all 0.3s ease;
    padding: 5px 48px;
    cursor: pointer
}

.site-footer__form .form-field__value button:hover,
.site-footer__form .form-field__value input[type=submit]:hover {
    background: var(--primary-color);
    color: var(--accent-color)
}

.site-footer__bottom {
    margin-top: 60px
}

.site-footer__menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.site-footer__menu ul li a {
    display: inline-block;
    font-family: var(--font5);
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
    color: var(--primary-color);
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: all 0.3s ease
}

@media (max-width:980px) {
    .site-footer__menu ul li a {
        font-size: 18px
    }
}

.site-footer__menu ul li a:hover {
    border-color: var(--primary-color)
}

.site-footer__socials {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 32px;
    margin-top: 30px
}

@media (max-width:980px) {
    .site-footer__socials {
        gap: 10px
    }
}

.site-footer__socials-item {
    font-size: 0;
    line-height: normal;
    transition: all 0.3s ease;
    will-change: transform
}

.site-footer__socials-item:hover {
    transform: scale(1.1)
}

.site-footer__copyright {
    margin-top: 30px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: var(--primary-color);
    text-align: center
}

@media (max-width:980px) {
    .site-footer__copyright {
        font-size: 16px
    }
}

.burger-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease;
    display: flex;
    z-index: 99;
    overflow: hidden;
    opacity: 0;
    visibility: hidden
}

.burger-menu.opened {
    opacity: 1;
    visibility: visible
}

.burger-menu.opened .burger-menu__inner {
    transform: translateX(0)
}

.burger-menu__inner {
    height: 100%;
    width: 100%;
    max-width: 300px;
    position: relative;
    margin-left: auto;
    padding: 20px 40px 48px;
    overflow: auto;
    background: #fff;
    transform: translateX(100%);
    transition: all 0.3s ease
}

.burger-menu__inner ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 30px
}

.burger-menu__inner ul li {
    margin-bottom: 15px
}

.burger-menu__inner ul a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    color: var(--accent-color)
}

.burger-menu__closer {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1
}

.burger-menu__closer a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.form-field .wpcf7-spinner {
    display: none;
}

