/* report search panel
   ============================ */

.report-search-panel.hero-banner .wrapper {
    padding-right: 0;
}
.report-search-panel.hero-banner .hero-media .hero-content h1 {
    margin-bottom: 30px;
    font-family: "FreightSans W01 Book", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.ru .report-search-panel.hero-banner .hero-media .hero-content h1 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.report-search-panel .search input {
    width: 100%;
    min-height: 56px;
    padding-left: 30px;
    margin: 0;
    border: none;
}
.report-search-panel .search button {
    width: 56px;
    height: 56px;
    position: relative;
    background: #21016b;
}
.report-search-panel .search button .ico {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.report-search-panel .search button .ico::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
}
.report-search-panel .search button .ico::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    position: absolute;
    bottom: -1px;
    right: 4px;
    background: #ffffff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.report-search-panel .search-field {
    width: calc(100% - 56px);
}
.report-search-panel .err-msgs {
    display: none;
    padding: 10px 0 0 25px;
    position: absolute;
    color: #ed9b11;
    font-family: "AvenirLTStd-Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 2.2rem;
}
.report-search-panel .placeholder-wrapper input {
    line-height: 1.6rem;
}
.report-search-panel .placeholder-wrapper .placeholder {
    left: 16px;
}

/* responsive
   ============================ */

@media screen and (max-width: 1200px) {
    .report-search-panel.hero-banner .wrapper {
        padding-right: 20px;
    }
}

@media screen and (max-width: 736px) {
    .report-search-panel.hero-banner .wrapper {
        padding: 0 20px;
    }
    .report-search-panel.hero-banner .hero-media .hero-content h1 {
        margin-bottom: 16px;
    }
    .report-search-panel .search-field {
        width: calc(100% - 50px);
    }
    .report-search-panel .search input {
        min-height: 50px;
        padding-left: 13px;
        font-size: 1.4rem;
    }
    .report-search-panel .search button {
        width: 50px;
        height: 50px;
    }
    .report-search-panel.hero-banner .hero-media .hero-content h1::before {
        height: 23px;
    }
}
