.search-form-mobile {
    display: none;
}
.search-form-mobile.open {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: -3px;
}
.search-form-mobile form {
    position: relative;
}
.search-form-mobile .close-btn {
    position: absolute;
    right: 6px;
    top: 7px;
    width: 10px;
    height: 10px;
}
.search-form-mobile input[type="search"] {
    min-width: 165px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
}
div.header {
    max-width: 425px;
}
.header-wrapper {
    background: #f8f8f8;
}
.header .row {
    padding-top: 20px;
    padding-bottom: 10px;
}
.header .row div[class^="col-"]:nth-child(2) {
    display: none;
}
.header .row .contacts {
    text-align: center;
}
.header .row .logo {
    position: relative;
    top: -5px;
    max-width: 65px;
}
.header .row .contacts .contacts-info {
    margin-top: 15px;
    text-align: center;
}
/*.header .contacts .contacts-info > a {
    display: inline-block;
    border-bottom: 1px dashed #271d20;
    font-size: 32px;
    line-height: 40px;
    color: #271d20;
}*/
/*.header .contacts .contacts-info > a:hover {
    pointer-events: auto;
    cursor: pointer;
    border-bottom-color: transparent;
    color: #485159;
}*/
.header .row .call-online {
    display: none;
}
.header .contacts .e-mail {
    margin-top: 5px;
}
.header .contacts .e-mail a {
    margin-left: 5px;
    color: #676667;
    text-decoration: underline;
    font-size: 15px;
}
.header .contacts .e-mail a:hover,
.header .contacts .e-mail a:focus,
.header .contacts .e-mail a:active {
    text-decoration: none;
}
.header .contacts .e-mail img {
    width: 15px;
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5);
    padding-bottom: 2px;
}
.header a,
.header a:hover,
.header a:active,
.header a:visited {
    text-decoration: none;
}
.header .my_account {
    display: block;
    max-width: 130px;
    margin: 0 auto;
    padding: 6px 5px;
    background: transparent;
    color: #4f4f4f;
    text-align: center;
    border: 1px solid #4caf50;
    border-radius: 5px;
    font-size: 12px;
    transition: all .3s;
}
.header .my_account:hover,
.header .my_account:focus,
.header .my_account:active {
    background: #4caf50;
    text-decoration: none;
}
