﻿/*@* 20.12.2023 реализован *@*/

/*21.12.2023 - Global style*/
a{
    text-decoration:none !important;
}
/*21.12.2023 - Global style*/


label {
    display: block;
    margin-bottom: 8px;
    color: #333;
}

.feedback_input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: auto;
    margin-bottom: 16px;
    box-sizing: border-box;
    resize: none;
}

.btn__submit {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #1867aa;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .btn__submit:hover:not(:focus-visible) {
        background-color: #23527c;
        color: #fff;
    }

    .btn__submit:focus {
        background-color: #072b4a !important;
    }

    .btn__submit:active {
        background: #0f0c29; /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }



        .container {
            /*max-width: 1180px;
    margin: 0 auto;*/
            display: flex;
            flex-wrap: wrap;
        }

.form-container {
    display: flex;
    flex-flow: column ;
    width: 47%;
    /*padding: 20px;*/
    box-sizing: border-box;
    border-radius: 10px;
}

.g-recaptcha {
    margin-bottom: 16px;
}


/* 22.12.2023 Полезные ссылки */
/*
.userful_content img {
    width: 100%;
    height: 100%;
}

.useful__links {
    padding-top: 1.3rem;
}

.userful_content {
    display: flex;
    gap: 10px;
}

    .userful_content a {
        color: #333;
        padding: 8px 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #fff;
        cursor: pointer;
        text-decoration: none;
        transition: background-color 0.3s ease-in-out;
    }

        .userful_content a:hover {
            background-color: #f0f0f0;
        }*/
/* 22.12.2023 Полезные ссылки */


.map-container {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 50%;
    height: 29.5625rem; /* Значение в rem, 473 / 16 = 29.5625 */
    border: 2px solid #4caf50;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 20px;
    align-self: center;
}

    .map-container iframe {
        width: 100%;
        height: 100%;
        border: 0;
        box-sizing: border-box;
        border-radius: 10px;
    }

@media screen and (max-width: 768px) {
    .mf-content__holder{
        padding:0;
    }

    .container {
        padding: 0;
    }


    .form-container {
        width: 100%;
        flex-wrap:nowrap;
        margin-bottom:1rem;
    }

    .map-container {
       /* display: flex;
        justify-content: center;
        align-items: center;*/
        width: 100%;
    }

    .userful_content{
        margin-bottom:2rem;
    }
}
