.page-content-wrapper {

}


.contacts-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;

}
.contacts-main > div  {
   width: 48%;
}

.contacts-title {
    margin-bottom: 40px;
}
.contacts-text {
    margin-bottom: 40px;
}

.contacts-public-info {
    display: flex;
}
.contact-row {
    display: flex;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
}


.contact-row::before {
    font-family: 'Font Awesome 6';
    content: "\f095";
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;

    margin-right: 14px;
    color: #ffffff;
}

.contact-phone::before {
    content: '\f095';
}
.contact-email::before {
    content: "\f0e0";
}
.contact-row .contact-phone-num,
.contact-row .contact-email-text {
    color: #45a7ef;
    transition: 0.5s;
}

.contact-row:hover .contact-phone-num,
.contact-row:hover .contact-email-text {
    color: #ffffff;
    transition: 0.5s;
}

.contacts-middle {
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.three-blocks-content {
    width: 31%;
    display: flex;
    align-items: center;
    background: #292929;
    min-height: 150px;
    padding: 20px;
    color: #fff;
    transition: .5s ease;
}
.three-blocks-content:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px solid #45a7ef;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: .5s ease;
}
.three-blocks-content:hover{
    background: #45a7ef;
    transition: .5s ease;
}
.three-blocks-content:hover:before{
    border: 2px solid #ffffff;
    transition: .5s ease;
}
.block-icon {
    width: 30%;
   display: flex;
    justify-content: center;
    align-items: center;
}

.three-blocks-content .block-icon svg{
    fill: #45a7ef;
    transition: .5s ease;
}

.three-blocks-content:hover .block-icon svg{
    fill: #ffffff;
    transition: .5s ease;
    z-index: 1;
}

.block-content {
    width: 70%;
    padding-left: 20px;
}
.three-blocks-content:hover .bottom-line-left-min:after{
    background-color: #131213;
    transition: 0.5s;
}

/* map */
.contact-map {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}
.contact-map #map {
    width: 100% !important;
}

/* forms block */


.contacts-bottom {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;

}
.contacts-form-wrapper {
    width: 80%;
    margin: 0 auto;
}
.contacts-form-title {
    margin-bottom: 40px;
}
.contacts-bottom .contacts-text {
    text-align: center;
    width: 70%;
    margin: 0 auto 40px;
}

.contacts-form-field-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.massage-box-wrapper > div {
    justify-content: center;
}

.contacts-form-field-wrapper .required::before {
    position: absolute;
    z-index: 1;
    left: 40px;
    top: 10px;
    width: 10px;
    height: 10px;
    content: "*";
    color: #EF5243;
}
select.required,
input.required {
    border: 2px solid #EF5243 !important;
}

.contacts-form-field-wrapper input,
.contacts-form-field-wrapper textarea {
    padding: 10px 40px;
}

.contacts-form-field-wrapper .required input,
.contacts-form-field-wrapper .required textarea {
    padding-left: 60px;
}

.contacts-form-field-wrapper textarea {
    height: auto;
}
.contacts-form-field {
    width: 100%;
    min-height: 44px;
}
.contacts-form-field-2 {
    width: 49%;
}
.icon-input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.icon-message {
    top: 25px;
}

.icon-input:before {
    font-family: 'Font Awesome 6';
    content: "\f095";
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}
.icon-phone:before {
    content: "\f095";
}
.icon-email:before {
    content: "\f0e0";
}
.icon-related:before {
    content: "\f15c";
}
.icon-message:before {
    content: "\f4a4";
}

.contacts-form-submit-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts-form-text-bottom {
    text-align: center;
    margin-bottom: 40px;

}
.contacts-form-text-bottom a {
    text-decoration: underline;
}
.contacts-form-text-bottom a:hover {
    text-decoration: none;
}



.contacts-form-thanks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.contacts-form-thanks-inner {
    width: 50%;
    text-align: right;
}
.contacts-form-thanks-img {
    width: 50%;
    text-align: center;
}
.contacts-form-thanks-img img {}
.contacts-form-thanks-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}
.contacts-form-thanks-text {
    padding-right: 20px;
    margin-bottom: 95px;
}


.user-mail {
    width: 0;
    height: 0;
    padding: 0;
    border: none;
}