/*contact*/
.contact-main {
    background: url(../images/contact-bg.png) no-repeat right bottom #f9f9f9;
    width: calc(100% - 88px);
    margin: 0 0 0 auto;
    padding: 55px 33px 44px 33px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact-main > div:first-child {
    width: 45%;
    margin-left: -88px;
}

.contact-main .inquiryform {
    width: calc(55% + 70px);
    padding-left: 40px;
    font-size: 16px;
    line-height: 21px;
}
.contact-main .inquiryform p {margin-top: 0; font-size: 16px; line-height: 24px; font-weight: 400;}

.contact-main input[type="text"], .contact-main input[type="number"], .contact-main input[type="tel"], .contact-main input[type="phone"], .contact-main input[type="date"], .contact-main input[type="email"], .contact-main input[type="password"], .contact-main input[type="button"], .contact-main textarea {
    font-size: 18px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #cccccc;
    margin: 0px 0 0 0;
    width: 100%;
    padding: 15px 5px;
    color: #3d3d3d;
    background: none;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 1px;
}

.contact-main textarea {
    height: 135px;
    padding: 10px 5px;
    letter-spacing: 1px;
}

.contact-main select {
    margin: 0px 0 0 0;
    min-width: 80px;
    width: 100%;
    background-image: url(../images/product-select.png);
    background-repeat: no-repeat;
    background-position: 100% 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 4px;
    background-color: transparent;
    font-size: 18px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #cccccc;
    mwidth: 100%;
    color: #3d3d3d;
    font-family: 'PT Sans', sans-serif;
    height: 54.5px;
    padding: 0 5px;
    letter-spacing: 1px;
}

.contact-main option {
    padding: 1px 5px;
}

.contact-main select::-ms-expand {
    display: none;
}

.contact-map iframe {
    width: 100%;
    border-width: 0;
    height: 570px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.contact-form-3 {
    margin-right: -10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.contact-form-3 > div {
    margin-right: 10px;
}

.contact-form-3 > div {
    width: calc((100% - 96px));
}

.contact-form-3 > div.formSelect {
    width: 126px;
}

.google-machine {
    margin: 24px 0 28px 0;
}

.contact-btn {
    text-align: right; margin-top: 28px;
}

.contact-btn a, .contact-btn input {
    display: inline-block;
    margin: 0px;
    padding: 10px 20px;
    box-shadow: none;
    text-shadow: none;
    border: none;
    margin-left: 22px;
    font-family: Arial; line-height: 21px;
/*
    width: 95px;
    height: 95px;
*/
    border-radius: 10px;
    text-align: center;
/*    line-height: 95px;*/
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background: #a7b5c2;
	transition: all 0.4s ease-out 0s;
}

.contact-btn a:hover, .contact-btn input:hover {
    opacity: 0.6;
}

.contact-btn a:first-child, .contact-btn input.btn-cy {
    background: #a50e0b;
}

@media only screen and (max-width: 980px) {
    .contact-main {width: 100%; padding: 20px 10px 10px 10px;}
    .contact-main > div:first-child { width: 100%; margin-left: 0px; margin-top: 50px; order: 2;}
    .contact-main > div:last-child { width: 100%; padding-left: 0px; order: 1;}
}

@media only screen and (max-width: 768px) {
    .contact-form-3 { flex-direction: column; margin-right: 0;}
    .contact-form-3 > div { width: 100% !important;}
    .contact-btn { text-align: center;}
    .contact-btn a {display: inline-block; margin:0 11px; }

}