
.contacts-map{
    position: relative;
    z-index: 10;
    margin: 0px auto;
    max-width: 1700px;
    height: 700px;
    border-radius: 20px;
    border: 4px solid #fbc063;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    overflow: hidden;
}
.contacts-info{
    position: relative;
    z-index: 12;
    max-width: 1030px;
    margin: -80px auto 0px auto;
    height: 175px;
    background: url("../img/contacts-bg-1.jpg");
    border-radius: 20px;
    border: 4px solid #fbc063;
    box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.75), inset -3px -3px 5px 0px rgba(0,0,0,0.75);
}
.contacts-info > div{
    display: inline-block;
    width: 32.4%;
    text-align: center;
    margin: 30px 0px 0px 0px;
}
.contacts-info > div p{
    font-size: 25px;
    color: #fff;
    font-family: "MulishBold"; 
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.contacts-info > div span{
    font-size: 18px;
    color: #fcbe5b;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.contacts-info > div span a{
    font-size: 18px;
    color: #fcbe5b;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    text-decoration: none;
}
.contact-form-wrapper{
    position: relative;
    max-width: 1030px;
    margin: 0px auto;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.contact-form-wrapper:after{
    content: '';
    display: block;
    position: absolute;
    width: 127px;
    height: 96px;
    background: url("../img/ui-29.png");
    bottom: -7px;
    left: -8px;
    z-index: 10;
}
.contact-form-wrapper:before{
    content: '';
    display: block;
    position: absolute;
    width: 127px;
    height: 96px;
    background: url("../img/ui-30.png");
    bottom: -7px;
    right: -8px;
    z-index: 10;
}
.contact-form{
    position: relative;
    z-index: 12;
    max-width: 1030px;
    margin: 80px auto 0px auto;
    height: 615px;
    background: url("../img/contacts-bg-2.jpg");
    border-radius: 20px;
    border: 4px solid #fbc063;
    box-sizing: border-box;
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 20px 0px rgb(255 145 0);
}
.contact-form:before{
    content: '';
    display: block;
    position: absolute;
    width: 480px;
    height: 10px;
    border: 4px solid #fbc063;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    top: -18px;
    left: 50%;
    margin-left: -240px;
    background: #362a60;
}
.contact-form:before{
    content: '';
    display: block;
    position: absolute;
    width: 480px;
    height: 10px;
    border: 4px solid #fbc063;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    top: -18px;
    left: 50%;
    margin-left: -240px;
    background: #362a60;
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 20px 0px rgb(255 145 0);
}
.contact-form p{
    font-size: 35px;
    color: #fda925;
    font-family: "Mulish-Black"; 
    text-align: center;
    margin: 50px 0px 0px 0px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.contact-form p span{
    color: #877dff;
}
.form-1{
    display: flex;
    flex-direction: row;
}
.form-1-right{
    flex-grow: 1;
}
.form-1-left{
    width: 400px;
    flex-grow: 0;
}
.form-1-left > div{
    position: relative;
    width: 260px;
    height: 45px;
    margin: 80px auto;
}
.form-1-left > div input{
    width: 260px;
    height: 49px;
    border: 3px solid #fbc063;
    background: #322e67;
    border-radius: 17px;
    box-sizing: border-box;
    padding: 0px 0px 0px 50px;
    box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.75), inset -1px -1px 5px 0px rgba(127,127,127,0.75), 3px 3px 5px 0px rgba(0,0,0,0.75);
    color: #fff;
    font-size: 18px;
    outline: none;
}
.form-1-left > div input:focus{
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 20px 0px rgb(255 145 0);
}
.form-1-left > div input:not(:placeholder-shown){
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 20px 0px rgb(255 145 0);
}
.form-1-left > div input::placeholder{
    color: #7294cc;
    font-size: 18px;
    font-family: "Mulish-SemiBold"; 
}
.form-1-left > div img{
    position: absolute;
    left: 2px;
    top: 2px;
}
.form-1-right{
    width: 300px;
    height: 40px;
}
.form-1-right textarea{
    max-width: 560px;
    min-width: 560px;
    min-height: 300px;
    max-height: 300px;
    border: 3px solid #fbc063;
    background: #322e67;
    border-radius: 17px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.75), inset -1px -1px 5px 0px rgba(127,127,127,0.75), 3px 3px 5px 0px rgba(0,0,0,0.75);
    margin: 80px 0px 0px 0px;
    color: #fff;
    font-size: 18px;
    outline: none;
}
.form-1-right textarea:focus{
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 20px 0px rgb(255 145 0);
}
.form-1-right textarea:not(:placeholder-shown){
    box-shadow: inset 2px 2px 8px 0px rgb(255 145 0 / 75%), inset -2px -2px 8px 0px rgb(255 145 0 / 75%), 0px 0px 20px 0px rgb(255 145 0);
}
.form-1-right textarea::placeholder{
    color: #7294cc;
    font-size: 18px;
    font-family: "Mulish-SemiBold"; 
}
.contacts-send-button{
    width: 245px;
    height: 55px;
    background: #542995;
    color: #fff;
    font-family: "MulishBold"; 
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    letter-spacing: 2px;
    margin: -40px auto 0px auto;
    display: block;
    position: relative;
    z-index: 16;
    border: 0px;
    box-shadow: -2px -2px 5px 0px rgba(255,255,255,0.75), 2px 2px 5px 0px rgba(0,0,0,0.75);
}
.contacts-send-button:hover{
    box-shadow: inset -2px -2px 5px 0px rgba(255,255,255,0.75), inset 2px 2px 5px 0px rgba(0,0,0,0.75);
}






















