.search-header-def {
    margin-block-end: 52px;
}

.search-header-def:last-child {
    margin-block-end: 0;
}

.search-header-def__form {
    position: relative;
}

.search-header-def__toggle-btn {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    /* color: #323232; */
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    /* background-color: transparent; */
    border: 1px solid transparent;
    /* padding: 8px 14px; */
    font-size: 20px;
    line-height: 1.5;
    /* border-radius: 10px; */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    background-color: #00467e;
    border-color: #00467e;
    border-radius: 800px !important;
    color: rgba(0, 0, 0, 0.9);

    height: 30px;
    width: 30px;
}

.search-header-def__toggle-btn::before {
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M23.8,22c0.3,0.3,0.3,0.5,0,0.8l-1,1c-0.3,0.3-0.5,0.3-0.8,0l-5.7-5.7c-0.1-0.1-0.2-0.3-0.2-0.4v-0.7 c-1.8,1.6-4,2.4-6.4,2.4c-2.7,0-5-1-6.9-2.9C1,14.7,0,12.4,0,9.8c0-2.7,1-5,2.9-6.9C4.8,1,7.1,0,9.8,0c2.7,0,5,1,6.9,2.9 c1.9,1.9,2.9,4.2,2.9,6.9c0,2.4-0.8,4.5-2.4,6.4h0.7c0.2,0,0.3,0.1,0.4,0.2L23.8,22z M4.5,15c1.5,1.5,3.2,2.2,5.3,2.2 s3.8-0.7,5.3-2.2c1.5-1.5,2.2-3.2,2.2-5.3S16.5,5.9,15,4.5C13.6,3,11.8,2.3,9.8,2.3S5.9,3,4.5,4.5C3,5.9,2.3,7.7,2.3,9.8 S3,13.6,4.5,15z' fill='%23fff'/%3e%3c/svg%3e");
    position: relative;
    top: -3px;
    vertical-align: middle;
}

.search-header-def__search.form-control {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 5px 5px 10px rgba(50, 50, 50, 0.15);
    height: calc(24px + 16px + 2px);
    padding: 7px 19px 9px;
    /* width: 358px; */
    width: 268px;
}

.search-header-def__search.form-control::placeholder {
    color: #707070;
    font-weight: 300;
    font-style: italic;
}

.search-header-def__search.form-control:focus {
    background-color: #fff;
}

.search-header-def__submit {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: calc(24px + 16px + 2px);
}

.search-header-def__submit::before {
    content: '';
    display: inline-block;
    height: 24px;
    width: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M23.8,22c0.3,0.3,0.3,0.5,0,0.8l-1,1c-0.3,0.3-0.5,0.3-0.8,0l-5.7-5.7c-0.1-0.1-0.2-0.3-0.2-0.4v-0.7 c-1.8,1.6-4,2.4-6.4,2.4c-2.7,0-5-1-6.9-2.9C1,14.7,0,12.4,0,9.8c0-2.7,1-5,2.9-6.9C4.8,1,7.1,0,9.8,0c2.7,0,5,1,6.9,2.9 c1.9,1.9,2.9,4.2,2.9,6.9c0,2.4-0.8,4.5-2.4,6.4h0.7c0.2,0,0.3,0.1,0.4,0.2L23.8,22z M4.5,15c1.5,1.5,3.2,2.2,5.3,2.2 s3.8-0.7,5.3-2.2c1.5-1.5,2.2-3.2,2.2-5.3S16.5,5.9,15,4.5C13.6,3,11.8,2.3,9.8,2.3S5.9,3,4.5,4.5C3,5.9,2.3,7.7,2.3,9.8 S3,13.6,4.5,15z' fill='%23fff'/%3e%3c/svg%3e");
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.search-header-def__submit.btn {
    padding: 0;
}

@media (min-width: 1224px) {
    .header-def.active .search-header-def {
        position: relative;
    }
    
    .header-def.active .search-header-def__form:not(.search-header-def__form_show) {
        display: none;
    }
    
    .header-def.active .search-header-def__form {
        position: absolute;
        right: -6px;
        margin-block-start: 16px;
    }

    .header-def:not(.active) .search-header-def__toggle {
        display: none;
    }

    .header-def.active .search-header-def__toggle:not(:last-child) {
        margin-block-end: 0;
    }
}
