.contacts {
    max-width: 1680px;
    margin: 40px auto;
    font-family: "Cygre Medium-Medium";
}

.container_contacts__title{
    font-weight: 500;
    font-size: 100px;
    line-height: 132px;
    letter-spacing: -2px;
    color: white;
}

.contacts .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.contacts .left {
    margin-bottom: 40px;
}

.contacts .left .content {
    position: relative;
}

.contacts .left .content .contact-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
}

.contacts .left .content .contact-group .soc-group {
    margin: 0;
}

/* .contacts .left .content .contact-group .soc-group a use,.contacts .left .content .contact-group .soc-group a path{
    fill: red;
} */

.contacts .left .content .contact-group .soc-group--hide a {
    pointer-events: none;
}

.contacts .left .content .contact-group .soc-group--hide a use {
    fill: #cccccc;
}

.contacts .left .content .contact-group a {
    width: 25px;
    height: 25px;
    margin-left: 5px;
}

.contacts .left .content .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.title_klub{
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF80;
    margin-bottom: 20px;
}

.contacts .left .content .sub-title {
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    color: white;
}

.contacts .left .mob {
    font-size: 32px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    margin-top: 44px;
    margin-bottom: 44px;
}

.contacts .right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 25px;
}

.contacts .right .h2, .contacts .right h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
    letter-spacing: -.5px;
}

.contacts .right iframe {
    width: 100%;
    height: 370px;
}

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

.contacts-data-list{
    font-family: "Cygre Medium-Medium";
    display: flex;
    width: 100%;
    max-width: 1680px;
    margin: auto;
    justify-content: space-between;
    color: white;
}

.contacts-data-item-title{
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF80;
}

.contacts-data-item{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contacts-data-item-phone a, .contacts-data-item-mail a{
    text-decoration: none;
    color: white;
}

@media (max-width: 1400px) {
    .contacts, .contacts-data {
        max-width: 1024px;
        margin: auto;
    }

    .contacts-data-list, .contacts .content {
        flex-wrap: wrap;
        gap: 60px 20px;
    }

    .contacts .left .content .title {
        top: unset;
    }
}

@media (max-width: 992px) {

    .container_contacts__title{
        font-size: 80px;
    }

    .contacts, .contacts-data {
        margin-top: 0;
        max-width: 734px;
    }

    .contact-group {
        width: calc(50% - 20px);
    }

    .contacts .container-fluid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts .right {
        margin-left: 0;
    }

    .contacts-data{
        margin-top: 80px;
    }

    .contacts-data-list{
        flex-wrap: wrap;
    }
    .contacts-data-item {
        width: calc(50% - 20px);
        margin: 10px 0;
    }

    .footer_screen .map-index.element {
        height: 300px;
    }
}

@media (max-width: 576px) {

    .contacts-data-list, .contacts .content {
        gap: 40px 20px;
    }

    .phone .mob span{
        font-size: 14px;
    }
    .phone{
        align-items: center;
    }
    .contacts .left .content {
        padding-top: 30px;
    }
    .contacts .left .content .svg-abs {
        display: none;
    }
    .contacts .left .content .title {
        margin-right: 0;
    }
    .contacts .left .content .contact-group .soc-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts .left .content .contact-group .soc-group a {
        margin-bottom: 5px;
    }
    .nav-sect .text-center {
        height: 170px;
    }
    .h2, h2 {
        font-size: 25px;
    }
}

@media (max-width: 500px) {

    .contacts, .contacts-data {
        max-width: 350px;
    }

    .contact-group, .contacts-data-item {
        width: 100%;
    }
}