/* Head Form */
#contact-us {
    /*padding-top: 150px;*/
}
#contact-us .head_pad {
    /*background: url(../images/pages/contact-us/cover.svg) center center no-repeat;*/
    /*background-size: cover;*/
}
#contact-us .options {
    display: flex;
    justify-content: space-around;
}
#contact-us .application {
    display: flex;
    justify-content: center;
}
#contact-us .contact-title {
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: calc(var(--index) * 3);
    line-height: calc(var(--index) * 3);
    border-bottom: 2px solid #000;
}
.little_mrg{
    margin-top: 50px;
}
#contact-us .submit-btn {
    margin-top: 20px;
}
#contact-us .inputs > input[type="text"],
#contact-us .inputs > input[type="email"] {
    background-color: #fff;
    border: 2px solid #cdcdcd;
    margin-bottom: 20px;
}
#contact-us .inputs > label{
    display: block;
    margin-bottom: 6px;
    text-align: left;
    color: #000;
    font-size: 18px;
}
#contact-us .inputs > textarea{
    background-color: #fff;
    border: 2px solid #cdcdcd;
    overflow: hidden;
}
#contact-us .inputs > input[type="text"]:focus,
#contact-us .inputs > input[type="email"]:focus,
#contact-us textarea:focus {
    border-color: #000;
}
#contact-us .inputs button,
#contact-us .inputs > input[type="submit"] {
    background-color: transparent;
    border: 1px solid #000;
    padding: 10px 45px;
    cursor: pointer;
}
#contact-us .inputs > input[type="submit"]:hover{
    background-color: #000;
    color: white;
}
#contact-us .inputs button b{
    font-weight: 100;
}
#contact-us{
    flex: 45%;
    text-align: right;
}
#contact-us .arrow_left {
    text-align: left;
    margin-bottom: 40px;
}
#contact-us .form {
    max-width: 700px;
    width: 100%;
    padding: 20px;
    background: #fff;
}

/* Radio Buttons */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-right: 12px;
    cursor: pointer;
    font-weight: 100;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container:last-child {
    margin-right: 0;
}
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 1px solid #000;
}
.container:hover input ~ .checkmark {
    background-color: black;
    border: 1px solid white;
}
.container input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #000;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container input:checked ~ .checkmark:after {
    display: block;
}
.container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    background: #000;
}
#contact-us .options {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 30px 0;
}

#contact-us .form > .in {
}
#contact-us .form > .in > .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: inherit;
    font-size: 20px;
}
#contact-us .form > .in > .item > img {
    display: block;
    height: 54px;
    width: 54px;
    margin-right: 14px;
}
.new-cont-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    gap: 30px;
    flex-wrap: wrap;
    padding: 20px;
    margin: 100px auto 0 auto;
}
.cont-map {
    position:relative;
    overflow:hidden;
    margin-top: 20px;
    max-width: 900px;
    min-width: 300px;
    height: 700px;
    width: 100%;
}
.con-fr-line {
    display: flex ; width: 100%; justify-content: center; border-top: 2px solid black; position: relative;
}
.con-tx {
    position: absolute; background: white; top: -15px; padding: 0 40px; text-align: center; font-size: 24px;
}
.con-inf {
    margin-top: 50px;
}
.con-telegram {
    width: 25px; margin-left: 5px;
}
.con-whatsap {
    width: 25px; margin-left: 5px;
}
