.contacts {
    padding-bottom: 3.9rem;
    margin-top: 3.5rem;
}
.contacts__item {
    background-color: #FFFFFF;
    border-radius: 2rem;
    padding: 1.5625rem 2rem;
    box-sizing: border-box;
    line-height: 1.5rem;
    height: 100%;
    border: 1px solid rgba(151, 151, 151, 0.15);
    box-shadow: 0px 34px 44px rgba(0, 116, 169, 0.07);
}
.contacts__item:hover {
    box-shadow: 0px 34px 44px rgba(0, 116, 169, 0.2);
}
.contacts__subtitle {
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -1rem;
}
.contacts__subtitle a {
    color: #03A9F4;
    font-weight: bold;
}
.contacts__subtitle a:hover {
    text-decoration: underline;
}
.contacts__divider {
    height: 1px;
    margin: 2rem -2rem;
    background-color: #EFEFEF;
}
.contacts__map {
    width: 100%;
    height: 17rem;
    border-radius: 1.5625rem;
    overflow: hidden;
}
.contacts__map {
    background-image: url('/assets/img/map-uk.png');
    background-repeat: none;
    background-position: center;
    background-size: cover;
}
.contacts__map img {
    width: 100%;
}
.contacts__title {
    font-size: 1.5rem;
    margin-top: 2.93rem;
}
.contacts__label b {
    display: block;
}
.contacts__label {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
}
.contacts__address {
    margin-bottom: 1.875rem;
}
.contacts__address,
.contacts__license {
    max-width: 24.375rem;
}
.contacts__license a {
    color: #3398D9;
    text-decoration: none;
}
.contacts__license span {
    display: block;
    font-size: .75rem;
    line-height: 1.125rem;
    margin-top: 1.3125rem;
}
[data-cust-id] {
    display: none;
}
[data-cust-id].active {
    display: block;
}
.contacts .inner__title {
    text-align: left;
    margin-bottom: 1.5rem;
}
.contacts .row > div {
    margin-left: auto;
    margin-right: auto;
}
.grecaptcha-badge{
    visibility: hidden;
}
#turnstile-contact_form {
    display: flex;
    justify-content: center;
}
input.error,
textarea.error{
    border-color: red;
}

@media (max-width: 767px) {
    .contacts {
        /*margin-top: -2rem;*/
        margin-top: 2rem;
        padding-bottom: 1rem;
    }
    .contacts__title {
        font-size: 1.125rem;
        margin-top: 1.3rem;
    }

    .contacts__subtitle {
        margin-top: .3rem;
    }

    .contacts__item {
        padding: 1rem;
    }

    .contacts__divider {
        margin: 2rem -1rem;
    }

    .contacts__label {
        margin-top: .8rem;
        margin-bottom: .8rem;
    }

    .contacts__address {
        margin-bottom: .8rem;
    }

    .contacts__license span {
        margin-top: .8rem;
    }

    .contacts > .row > div {
        margin-bottom: 1rem;
    }

    .contacts > .row > div:last-child {
        margin-bottom: 0;
    }

    .contacts__map img {
        display: inline-block;
        vertical-align: middle;
        height: auto;
    }

    .contacts__item {
        border-radius: 1rem;
    }
}