@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body, form, form input, form div, span, div, p, h1, h2, h3, h4, dl, dt, dd, ul, li, img, form input, textarea, select, section, fieldset {
    padding: 0;
    margin: 0;
}

body table, th, tr, td {
    padding: 0;
    border: 0;
    border-collapse: collapse;
    margin: 0
}

body img, fieldset {
    border: 0;
    outline: 0
}

input, button {
    font: inherit;
    outline: none;
}

img {
    display: block;
}

a {
    color: #3d3dc7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

html, body {
    margin: 0;
    padding: 0;
    min-width: 320px;
}

html {
    min-height: 100%;
    position: relative;
    box-sizing: border-box;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
    font: 15px "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
}

.container {
    width: 100%;
    max-width: 1536px;
    margin: 0 auto;
}

header {
    box-shadow: 0 0 2px rgba(0, 0, 0, .24), 2px 4px 8px rgba(0, 0, 0, .04);
}

header .container, footer .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 8px;
    padding-bottom: 8px;
}

.header--logo {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 700;
    font-size: 22px;
    width: 173px;
    flex-shrink: 0;
    text-decoration: none;
}

.header--logo:hover {text-decoration: none;}

.header--logo img {
    width: 40px;
    margin-right: 10px;
}

.header--search {
    position: relative;
    flex: 1;
    margin-left: 40px;
}

.header--search-field {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    border: 2px solid #0a1e78;
    border-radius: 12px;
    font-size: 16px;
    box-sizing: border-box;
}

.header--search-button {
    position: absolute;
    right: -2px;
    height: 100%;
    padding: 0 12px;
    border-width: 0;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background: #0a1e78;
    cursor: pointer;
}

.header--menu__item {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 12px;
}

.header--menu__item:first-child {
    padding-left: 0;
}

footer {
    margin-top: auto;
    padding: 30px 0;
    background-color: rgb(244, 244, 252);
}

footer .container {
    align-items: flex-start;
    justify-content: space-between;
}

.footer__links {
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    align: center;
    margin: 0px auto 0;
    text-align: center;
}

.footer__links li {margin-bottom: 12px;}

.footer__links a {
    color: rgba(47, 54, 85, 0.6);
}

.footer__copyright {
    margin: 0 auto 0;
    text-align: center;
    font-size: 13px;
    color: rgba(90, 97, 124, .8);
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0;
    font-size: 12px;
    list-style: none;
}

.breadcrumbs li:not(:last-child):after {
    display: inline-block;
    width: 16px;
    color: #cbce;
    text-align: center;
    content: "/";
}

.breadcrumbs a {
    color: #5A617A;
}

.more_btn {
    cursor: pointer;
}

.privacy {
    position: relative;
    margin-bottom: 30px;
    margin-top: 40px;
    font-family: "Georgia", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 32px;    
}

.privacy h1 {
    font-size: 20px;
}

.pagination {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    gap: 10px;
}

.pagination .next, .pagination .prev {
    font-size: 0;
}

.pagination .next {background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%233d3dc7%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-chevron-right%22%3E%3Cpolyline%20points%3D%229%2018%2015%2012%209%206%22%2F%3E%3C%2Fsvg%3E') no-repeat center;}
.pagination .prev {background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%233d3dc7%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-chevron-left%22%3E%3Cpolyline%20points%3D%2215%2018%209%2012%2015%206%22%2F%3E%3C%2Fsvg%3E') no-repeat center;}

.pagination__item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3d3dc7;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 46px;
    width: 46px;
}

.pagination__item:hover, span.pagination__item {
    background-color: #eaeaf9;
    border-radius: 12px;
    text-decoration: none;
}

@media screen and (max-width: 1636px) {
    .container {
        padding-left: 50px;
        padding-right: 50px;
        box-sizing: border-box;
    }
    .header--menu__item {
        padding-left: 0;
        padding-right: 24px;
    }
}

@media screen and (max-width: 1110px) {
    .footer__links {
        width: 50%;
    }
}

@media screen and (max-width: 900px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 600px) {
    .header--search {margin-left: 10px;}
}

@media screen and (max-width: 450px) {
    header .container {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
    .header--search {width: 100%;}

    .footer__links {
        width: 100%;
    }
}