.contact_form-rightside_wrapper img{
    height: 300px;
}

.main_block-heading_wrapper *{
    color: #fff;
}

.main_block-desc_wrapper {
    width: 50%;
}

.ya_map {
    /* margin-top: 160px; */
    /* margin-bottom: -360px; */
}

.ya_map iframe{
    width: 100%;
    height: 612px;
    position: relative;
    z-index: 50;
}

.contact_form-block_wrapper {
    background: var(--first-website-color);
    color: #fff;
}

.contact_form-block_wrapper .container{
    padding-top: 0;
    padding-bottom: 0;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    gap: 80px;
} 

.contact_form-wrapper {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.contact_form-block_wrapper .container .contact_form-leftside_wrapper{
    width: calc(100% / 3 - 11px);
    padding-right: 36px;
}

.contact_form-block_wrapper .container .contact_form-rightside_wrapper{
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    width: calc(100% / 3 + 100% / 3);
    padding-left: 36px;
}

.contact_form-block_wrapper .container .contact_form-rightside_wrapper form{
    /* padding: 40px 0px; */
    width: 100%;
}

.contact_info-wrapper dt:first-child{
    margin-top: 0;
}

.contact_info-wrapper dt{
    margin-top: 32px;
    text-align: left;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    font-weight: normal;
    white-space: nowrap;
}


.contact_info-wrapper dd a{
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    color: #E9E8E8;
    border-bottom: 1px solid transparent;
}

.contact_info-wrapper dd a:hover{
    border-bottom: 1px solid #ffffff36 !important;
}

.feedback_form-title h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.33;
    color: #fff;
}

.feedback_form-placeholder {
    margin-bottom: 5px;
    display: block;
    color: #fff;
}

.feedback_form-textarea{
    height: 200px;
}