.location {
    position: absolute;
    bottom: 2.4%;
    right: 11.9%;
    width: 15.2%;
    height: 1.2%;
    /* background-color: #333; */
}

.infoBlock {
    width: 87.34375%;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 5%;
}

.pagelogo {
    width: 14%;
    padding-top: 12%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 3%;
}

p {
    color: #4C4C4C;
    font-size: 1rem;
    margin: 0;
    line-height: 180%;
}

.infoBlock p .icon {
    width: 30px;
    margin: 1% 0%;
}

.infoBlock p .line {
    width: 36px;
    margin-left: -0.5%;
}

a {
    font-size: 1rem;
    color: #4C4C4C;
}

a:hover {
    color: #4C4C4C;
    text-decoration: none;
}

.Map {
    width: 87.34375%;
    margin: 0 auto;
    font-size: 0;
    padding-bottom: 5%;
}

.Map a img {
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .5));
}

.Form .item {
    width: 100%;
    position: relative;
    margin-bottom: 10%;
}

.Form .item::before {
    content: '';
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 8px;
    height: 8px;
    background-image: url(../images/img/contact/trangle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

input,
textarea {
    width: 100%;
    border: 0;
    outline: none;
    border-bottom: 1px solid #CBCBCB;
    background-color: transparent;
    position: relative;
    font-size: 1rem;
    color: #4C4C4C;
}

textarea {
    width: 100%;
    height: 13vh;
}

input[type="text"] {
    padding: 2% 0%;
}

.Form .Mail {
    margin-bottom: 3%;
}

.SubmitArea {
    padding-top: 1rem;
}

.SubmitArea::before{
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/img/contact/arrow.svg);
    background-position: right center;
    background-size: 100px;
    pointer-events: none;
}

button.Submit {
    display: inline-block;
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
    background: transparent;
    border-bottom: 0px;
    color: #707070;
    font-size: 2rem;
    cursor: pointer;
    padding-right: 100px;
}


.arrow {
    display: inline-block;
    width: 57px;
    margin-left: 2%;
    padding-top: 1%;
    transform: translateY(-3px);
    background-image: url(../images/img/contact/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


@media screen and (max-width:991px) {
    .arrow {
        padding-top: 2.2%;
    }

    .infoBlock p .line {
        margin-left: -1%;
    }

    .Form .Mail {
        margin-bottom: 10%;
    }

    .SubmitArea {
        padding-top: 5%;
    }
}

