.maps iframe {
    width: 100%;
}
.page_contact {
    padding-top: 80px;
}
.form-big-contact {
    background: #ffffff;
    box-shadow: 0px 26px 36px rgba(0, 0, 0, 0.1);
}
.form-big-contact button {
    width: 150px;
    height: 46px;
    background: #ffffff;
    border: 1px solid #0067b8;
    color: #0067b8;
    border-radius: 88px;
}
.form-big-contact button:hover {
    background: #0067b8;
    color: white;
}
.section-contact .form-big-contact {
    box-shadow: unset;
}
.section-contact .img {
    height: 100%;
}
.section-contact .img img {
    height: 100%;
    object-fit: cover;
}
.section-contact .form-big-contact {
    padding: 0 !important;
}
.item__contact .s-content p:last-child {
    font-size: 18px;
    font-family: "Proxima", sans-serif;
}
.item__contact .s-content p:first-child {
    font-size: 16px;
    color: #4a4a4a;
}
.item__contact {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 20px 40px 50px;
    background: #ffffff;
}
.item__contact:after {
    position: absolute;
    top: 10%;
    bottom: 10%;
    width: 1px;
    opacity: 0.1;
    background: #484954;
    right: -15px;
    content: "";
    display: inline-block;
}
.item__contact .title {
    color: #313131;
}
.item__contact a {
    font-family: "Proxima", sans-serif;
}
.item__contact img {
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    object-fit: contain;
}
.item__contact span,
.item__contact a {
    color: #454545;
    font-size: 18px;
}
.wrapper__address {
    background: #ffffff;
    padding: 12px;
    text-align: center;
    box-shadow: 0px 20px 20px rgba(51, 152, 255, 0.1);
}
.wrapper__address .title_address {
    color: #252525;
}
.item__address {
    position: relative;
    z-index: 1;
    height: 100%;
    max-width: calc(100% - 20px);
    margin: auto;
}
.item__address .short_content {
    font-size: 18px;
    color: #454545;
}
.item__address:after {
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
    background: #ebebeb;
    display: block;
    top: 0;
    bottom: 0;
    left: -15px;
}
.section-contact {
    margin-top: 80px;
    margin-bottom: 50px;
}
.fs-27-cover {
    font-size: 27px;
}
.fs-24,
.fs-24-cover {
    font-size: 24px !important;
}
.fw-600 {
    font-weight: 600;
}
.page_contact .row div[class^="col"]:last-child .item__contact:after {
    display: none;
}
.group-control__icon{
    margin-bottom: 15px;
}
.form-contact__pages .controls-alls {
    background-color: #f9f9f9;
}
.group-control__icon .controls-alls {
    padding-right: 45px;
}
.input-control__alls {
    height: 40px;
}
.controls-alls {
    border-radius: 5px;
    font-size: 14px;
    border: solid 1px #ebebeb;
    padding: 10px 15px;
    width: 100%;
}
.btn-grown__alls {
    align-items: center;
    background: #ed3237;
    border-radius: 5px;
    display: flex;
    font-size: 14px;
    min-height: 40px;
    padding: 8px 45px;
    color: #fff;
    justify-content: center;
    text-align: center;
    border: solid 1px #ed3237;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: all 0.25s;
}
.fs-24 {
    font-size: 24px;
}
.box_frm {
    max-width: 630px;
    margin: auto;
}
.form__contact {
    padding-top: 50px;
    padding-bottom: 70px;
}
.maps iframe {
    min-height: 600px;
    width: 100%;
}
@media (max-width: 991px) {
    .maps iframe {
        min-height: 300px;
    }
    .item__address:after {
        display: none;
    }
    .section-contact {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .item__contact {
        padding: 20px;
    }
    .section-contact .form-big-contact {
        padding: 0 !important;
    }
    .item__address .short_content {
        font-size: 16px;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .item__contact {
        padding: 10px;
    }
    .item__contact span,
    .item__contact a,
    .item__contact .s-content {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .item__address .short_content {
        font-size: 14px;
    }
}
