.search {
    max-width: 1150px;
    min-width: auto;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
    justify-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 32px auto;
    padding-left: 120px;
    min-height: 120px;
    align-items: center;
}

.search.result {
    grid-row-gap: 0;
}

.search .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.result .search-form {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    margin: 0;
}

.search .result-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    display: block;
}

.search-main-image {
    margin: 0 auto;
}


.search .search-form-input {
    width: 560px;
    height: 70px;
    border: 2px solid #CACACA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.search .search-form-button {
    width: 160px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    border: 2px solid #426DA9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-family: RobotoMonoRegular, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #426DA9;
    cursor: pointer;
}

.search .search-text {
    width: 760px;
}

.search .search-text-main {
    font-family: RobotoMonoRegular, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    margin: 32px 0;
    text-align: left;
}

.search .search-text-no-search {
    font-family: RobotoMonoRegular, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.24em;
    color: #000000;
}

.search .search-text-no-search-result {
    color: #426DA9;
    font-family: RobotoMonoRegular, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.search .search-result {
    width: 100%;
    height: auto;
    margin: 0 0 32px 0;
    border-top: 1px solid #D7D7D7;
    padding: 32px 0 0 0;
}

.search .search-result:nth-child(3) {
    padding: 32px 0 0 0;
    margin-top: 0;
}

.search .search-result-title {
    font-family: RobotoMonoRegular, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #426DA9;
    margin: 0 0 16px 0;
    border-bottom: none;
}

.search .search-result-text {
    font-family: RobotoMonoRegular, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #9A9999;
    margin: 16px 0;
    max-width: 70%;
}

.search .search-navigation {
    width: auto;
    height: auto;
    min-width: 200px;
}

.search .search-navigation-buttons {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.search .search-navigation-buttons-btn {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-items: center;
    background: white;
    color: #426DA9;
    border: 2px solid #426DA9;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-family: RobotoMonoRegular, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin: 0 12px;
    cursor: pointer;
}

.search .search-navigation-buttons-btn-active {
    background: #426DA9;
    color: white;
    border: 2px solid #426DA9;
}

.search .search-navigation-buttons-btn:first-child {
    margin: 0 12px 0 0;
}


.search .search-navigation-text {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0;
}

.search .search-navigation-text p {
    font-family: RobotoMonoRegular, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #426DA9;
    cursor: pointer;
    text-decoration: underline;
    border-bottom: none;
}

.search .search-navigation-text .not-active {
    color: #CACACA;
}

.search .search-navigation-text p a {
    border-bottom: none;
    color: #426DA9;
}


/* region focus/hover */
.search .search-form-input:focus {
    outline: none;
}

.search .search-form-button:hover {
    background: #426DA9;
    color: #FFFFFF;
}

.search .search-form-button:active, .search .search-form-button:focus {
    outline: none;
}

.search .search-result-title:hover, .search .search-navigation-text p a:hover {
    color: #002855 !important;
}


.search .search-navigation-buttons-btn:focus, .search .search-navigation-buttons-btn:active {
    outline: none;
}

.search .search-navigation-buttons-btn:hover {
    color: #002855;
    border: 2px solid #002855;
}

.search .search-navigation-buttons-btn-active:hover {
    background: #002855 !important;
    color: white !important;
    border: 2px solid #002855 !important;
}
/* endregion focus/hover */

@media screen and (max-width: 1020px) {
    .search {
        padding: 0;
        width: 100%;
    }

    .search .search-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .result .search-form {
        height: auto;
    }

    .search img {
        display: none;
    }

    .search .search-form-input, .search .search-form-button {
        margin: 8px auto;
        width: 100%;
        height: 50px;
    }

    .search .search-text {
        width: 100%;
    }

    .search .search-result-text {
        max-width: 100%;
    }
}
