.contact_bg {
    width: 100%;
    background: #161421;
}

.map_info {
    display: flex;
    align-items: center;
    width: 1170px;
    height: 630px;
    margin: auto;
}

.contacts_bg {
    position: absolute;
    margin-left: 70px;
}

.contacts_block a {
    display: flex;
    align-items: center;
}

.form_contact{
    text-align: center;
    font-family: MontserratLight;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 50px;
}

.contacts_block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 330px;
    height: 60px;
    font-family: MontserratRegular;
    border-radius: 10px;
    background: #ffffff;
}

.cb_title {
    width: 330px;
    background:#161421;
    color: #ffffff;
}

.cb_title div {
    width: 100%;
    text-align: center;
}

.cb_top {
    margin-top: 10px;
}

.map_bg {
    width: 1170px;
    height: 630px;
    background-image: url(../images/map.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.cb_icon {
    width: 40px;
    height: 40px;
    background-color: #161421;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    border-radius: 10px;
    margin-left: 10px;
}

.cb_text {
    width: 260px;
    margin: 0 10px;
}

.phone_icon {
    background-image: url(../images/call.png);
}

.office_icon {
    background-image: url(../images/business.png);
}

.email_icon {
    background-image: url(../images/email.png);
}

.form_bg {
    padding: 50px 0;
    background: #f5f5f5;
}

.form_block {
    width: 670px;
    padding: 50px;
    background: #161421;
    border-radius: 10px;
    margin: auto;
}

.form_title{
    text-align: center;
    font-family: MontserratLight;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 50px;
}

.input {
    font-family: MontserratLight;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
}

.line {
    width: 305px;
}

.message_block {
    width: calc(100% - 20px);
    height: 90px;
    border: none;
    resize: none;
    outline: none;
    margin-top: 20px;
    overflow: hidden;
}

.form_input_line {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.button{
    display: flex;
    justify-content: center;
    width: 100%;
}

.orange_button {
    margin-top: 50px;
}

.contacts_bg a{
    color: black;
}
