@charset "utf-8";

.contactbox {
    height: calc(100vh - 110px);
    background-position: right bottom 15%;
    background-repeat: no-repeat;
    background-size: 52%;
    background-attachment: fixed;
}

.contactboxs_item {
    width: 50%;
}

.contactboxs_itemt {
    font-size: 26px;
    font-weight: 700;
}

.contactboxs_itemb {
    margin-top: 15px;
}

.contactboxs_itemb>a {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2261b7;
    font-size: 16px;
}

.contactboxs_itemb i {
    width: 35px;
    font-size: 18px;
}

.contactboxs_itemb span {
    width: calc(100% - 35px);
}

.contactboxs_item:nth-child(2n) {
    padding-left: 70px;
}

.contactbd {
    height: calc(100vh - 110px);
    background-color: var(--boxbg);
}

.contactbd {
    color: #fff;
    font-size: 16px;
}

.contactbd_tle {
    font-weight: 700;
    text-align: center;
}

.contactform_tiem {
    width: 47%;
    /*height: 120px;*/
    border-bottom: 1px solid #fff;
}
.contactform_tiem.contactform_tiemyz {
    height: 135px;
}
.contactform_tiem.contactform_tiemyz>input{
    flex: 1;
    height: 100%;
    margin-left: 10px;
}
.contactform_tiem.contactform_tiemyz>div{
    margin-top: 0;
}
.contactform_tiem img {
    height: 40px;
    align-self: center;
}

.contactform_tiem>div {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.contactform_tiem>input {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #2261b7;
    border: 0;
    color: #fff;
}

.contactform_tiems {
    width: 100%;
    border-bottom: 1px solid #fff;
}

.contactform_tiems p {
    padding: 50px 0 10px;
    font-size: 16px;
    color: #fff;
}

.contactform_tiems textarea {
    display: block;
    width: 100%;
    height: 85px;
    resize: none;
    background-color: transparent;
    border: 0;
    outline: none;
    color: #fff;
}

.contactform_tiem.contactform_tiem_bor {
    border: 0;
}

.contactform_tiem.contactform_tiem_bor>input {
    flex: none;
    align-self: flex-end;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 45px;
    border-radius: 4px;
    color: #2261b7;
    background-color: #fff;
    margin-left: 0;
    font-size: 18px;
    font-weight: 700;
}

.contactmap {
    height: calc(100vh - 110px);
    background-color: var(--bgf5);
}
/* -- */
.contactbox,
.contactbd{
    height: auto;
    padding: 100px 0;
}
.contactbox {
    background-position: right bottom 29%
}
@media (max-width: 992px) {

    .contactmap,
    .contactbd,
    .contactmap,
    .contactbox {
        height: calc(100vh - 90px);
    }

    .contactbox {
        background-size: 95%;
    }

    .contactboxs_itemt {
        font-size: 22px;
    }

    .contactboxs_itemb span {
        font-size: 14px;
    }

    .contactboxs_item:nth-child(2n) {
        padding-left: 50px;
    }

    .contactform_tiem>div,
    .contactform_tiem>input {
        font-size: 14px;
    }


    .contactform_tiems p {
        padding: 30px 0 15px;
    }
    .contactbox,
.contactbd{
    height: auto;
    padding: 80px 0;
}
.contactform_tiem>div{
    margin-top: 30px;
}
.contactform_tiem>input{
    height: 50px;
}
.contactform_tiem.contactform_tiemyz{
    height: 102px;
}
}

@media (max-width: 768px) {
    .contactboxs {
        flex-wrap: wrap;
    }

    .contactboxs>div {
        width: 100%;
    }


    .contactbd,
    .contactmap,
    .contactbox {
        height: auto;
        padding: 50px 0;
    }

    .contactboxs_item:nth-child(2n) {
        padding-left: 0;
        margin-top: 30px;
    }

    .contactboxs_itemb>a {
        padding: 6px 0;
    }

    .contactboxs_itemb {
        margin-top: 10px;
    }

    .contactform_tiem {
        width: 100%;
    }
    .contactform_tiems p{
        padding: 15px 0 10px;
    }
    .contactform_tiem img{
        height: 35px;
    }
    .contactform_tiem.contactform_tiem_bor{
        margin-top: 20px;
    }
    .contactmap{
        padding: 0;
        height: 240px;
    }
    .contactform_tiem>div{
        margin-top: 20px;
    }
    .contactform_tiem.contactform_tiemyz{
        height: 92px;
    }
}