﻿.ctr__search {
    position: relative;
    margin-bottom: 35px;
    direction: ltr;
}

.ctr__search-input {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    -webkit-padding-start: 50px;
    padding-inline-start: 50px;
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
    line-height: 50px;
    border: none;
    outline: none;
    background-color: #f3f5f6;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 12px 12px;
    background-size: 20px;
    background-image: url(../image/search-loupe.svg);
    border: 1px solid transparent;
    -webkit-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease;
}

.ctr__search-input::placeholder,
.ctr__search-input::-webkit-input-placeholder,
.ctr__search-input::-moz-placeholder,
.ctr__search-input::-ms-input-placeholder {
    line-height: 40px;
}

.ctr__search-input:active,
.ctr__search-input:focus {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

@media (max-width: 480px) {
    .ctr__search-input {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        background-position: 12px 10px;
    }
}
