.article-contact {
    position: relative;
    max-width: 870px;
    max-height: 252px;
    border: 1px solid #5fbaea;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0 auto;
}
.article-contact-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #171719;
    margin-top: 90px;
}
.article-contact-body {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 30px;
}
.article-contact-gradient {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(180deg, #fdfeff 0, #1e91cd 100%);
    opacity: 0.06;
    border-radius: 3px;
    width: 99%;
    height: 138px;
    margin: 0 0.5% 0.5%;
    z-index: -2;
}
.article-contact-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.article-contact-near_place_lt {
    margin-left: 8px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #171719;
}
.article-contact-logo {
    margin-bottom: 24px;
}
.article-contact-body > div:nth-child(2) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.article-contact-body > div {
    width: 50%;
}
.article-contact-tel > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
}
.article-contact-tel > a > span {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #171719;
}
.article-contact-adress {
    margin-top: 10px;
}
.article-contact-tel {
    margin-top: 4px;
}
.article-contact-btn {
    box-sizing: border-box;
    width: 169px;
    height: 43px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 11px 24px 12px;
    border-radius: 100px;
    margin-top: 25px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    font-family: Source Sans Pro;
    background: linear-gradient(180deg, #35aae8 0%, #008ed9 100%);
}
.article-contact-adress, .article-contact-tel {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.article-contact-btn:hover {
    cursor: pointer;
    background: linear-gradient(180deg, #2593cb 0%, #016296 100%);
}
.article-contact-adress, .article-contact-tel, .article-contact-btn {
    margin-left: 33px;
}
.article-contact-mob-img-map {
    display: none;
}
.article-contact-popup {
    display: none;
    position: fixed;
    z-index: 1065;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(77, 77, 77, 0.62);
    overflow-x: auto;
}
.article-contact-popup-form {
    box-sizing: border-box;
    position: relative;
    max-width: 600px;
    height: 550px;
    background: #fff;
    margin: 50px auto 0;
    padding: 30px 30px 64px 80px;
    overflow-x: unset;
}
.article-contact-popup-form > div:nth-child(3) {
    max-width: 448px;
}
.article-contact-close {
    position: absolute;
    right: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.article-contact-popup-header {
    margin-top: 45px;
}
.article-contact-popup-header > div {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #171719;
}
.article-contact-popup-form-name {
    margin-top: 40px;
}
.article-contact-popup-form-name > input {
    padding-left: 20px;
    background: #fff;
    border: 1px solid #cfdae1;
    box-sizing: border-box;
    border-radius: 3px;
    height: 52px;
    width: 100%;
    max-width: 448px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.article-contact-popup-form-name > div {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 8px;
    color: #131314;
}
.article-contact-popup-form-tel {
    margin-top: 26px;
}
.article-contact-popup-form-tel > input {
    padding-left: 20px;
    background: #fff;
    border: 1px solid #cfdae1;
    box-sizing: border-box;
    border-radius: 3px;
    height: 52px;
    width: 100%;
    max-width: 448px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.article-contact-popup-form-tel > div {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 8px;
    color: #131314;
}
.article-contact-popup-form-soglasie {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}
#article-contact-soglasie {
    margin: 0px 10px 0px 0px;
    display: block;
    background: url(/modules/mod_compare_specification/img/unchecked.png) no-repeat;
    cursor: pointer;
}
.article-contact-send {
    margin-top: 25px;
    max-width: 448px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 185px 18px;
    background: linear-gradient(0deg, #005aa5 0.06%, #1e91cd 99.97%);
    opacity: 0.99;
    border-radius: 100px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}
.article-contact-send:hover {
    cursor: pointer;
}
.article-contact-error {
    padding: 10px 15px;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 992px) {
    .article-contact-logo {
        display: none !important;
    }
    .article-contact-mob-img-map {
        display: block;
        margin: 20px 0;
    }
    .article-contact-mob-img-map img {
        background-position: center center;
        width: 305px;
        height: 192px;
        background-size: cover;
    }
    .article-contact-body {
        flex-direction: column;
        margin: 20px;
    }
    .article-contact-body > div {
        width: 100%;
    }
    .article-contact-div-2 {
        display: none !important;
    }
    .article-contact {
        max-width: 345px;
        max-height: 427px;
        padding-bottom: 20px;
        margin: 0 auto;
    }
    .article-contact-gradient {
        bottom: 0px;
    }
    .article-contact-adress, .article-contact-tel, .article-contact-btn {
        margin-left: 0px;
    }
    .article-contact-popup-form {
        padding: 10px 25px 40px 25px !important;
    }
    .article-contact-send {
        padding: 15px 110px 18px !important;
    }
}
 