.xxx-modal-contacts .xxx-modal-default__body {
    display: flex;
    padding: 0;
    border-radius: 5px;
    max-width: 600px;
    min-height: 450px;
}
.xxx-modal-contacts__left {
    width: 200px;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
}
.xxx-modal-contacts__right {
    width: calc(100% - 200px);
    padding: 45px 40px;
    box-sizing: border-box;
}
.xxx-modal-contacts__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xxx-modal-contacts .xxx-modal-default__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
.xxx-modal-contacts__title {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    font-family: 'lato black',sans-serif;
}
.xxx-modal-contacts__sub-title {
    font-size: 16px;
    line-height: 23px;
    padding-top: 10px;
    text-align: center;
}
.xxx-modal-contacts__input-wrap {
    width: 100%;
}
.xxx-modal-contacts .xxx-g-link:after {
    display: none;
}
.xxx-modal-contacts .xxx-modal-login__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.xxx-modal-contacts__image-icon {
    max-width: 60px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 75px;
}
.xxx-modal-contacts .xxx-g-checkbox-wrapp {
    width: 100%;
}