html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, button {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  font-family: "MacPaw Fixel";
  background: #FCFCFC;
}
body.active {
  overflow: hidden;
}

section {
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

#wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#wrapper main {
  flex: 1 0 auto;
}
#wrapper footer {
  flex-shrink: 0;
}

.temporary-header {
    width: 100%;
    background: #3E3D42;
    display: flex;
    align-items: center;
}
.temporary-header img {
    margin: auto;
}

.navbar {
    background-color: #3e3d42;
}

.w-nav {
    position: relative;
    margin: auto;
    z-index: 1000;
}
.w-nav:before, .w-nav:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
@media screen and (max-width: 991px) {
    .w-nav {
        width: 100%;
    }
}

.container-2 {
    display: flex;
    width: auto;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 30px;
    z-index: 6;
    justify-content: space-around;
}
@media screen and (max-width: 991px) {
    .container-2 {
        width: 760px;
        max-width: 760px;
        padding: 7px 30px;
    }
}
@media screen and (max-width: 767px) {
    .container-2 {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .container-2 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.container-2:before, .container-2:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.container-2 .left-header {
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}
.container-2 .left-header .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333;
}
.container-2 .left-header .brand {
    padding-top: 6px;
    padding-right: 35px;
}
.container-2 .left-header .brand .image-2 {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    width: 200px;
}
.container-2 .left-header .w-nav-menu {
    position: relative;
    float: right;
}
.container-2 .left-header .nav-menu {
    padding-right: 90px;
    padding-left: 90px;
    flex: 0 0 auto;
    color: #d21819;
}
@media screen and (max-width: 1279px) {
    .container-2 .left-header .nav-menu {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.container-2 .left-header .nav-menu .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.container-2 .left-header .nav-menu .w-nav-link:hover {
    color: #fff;
}
.container-2 .left-header .nav-menu .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    transition: color 200ms ease;
    color: #fbf7df;
    font-weight: 700;
}
.container-2 .left-header .nav-menu .nav-link:hover {
    color: #fff;
}
.container-2 .left-header .nav-menu .w-nav-link.w--current {
    color: #0082f3;
}
.container-2 .left-header .nav-menu .nav-link.w--current {
    color: #fbf7df;
}
@media screen and (max-width: 991px) {
    .container-2 .left-header {
        width: 30%;
    }
    .container-2 .left-header .w-nav-menu {
        display: none;
    }
    .container-2 .left-header .w-nav-menu .nav-link {
        width: 300px;
        padding-right: 20px;
        padding-left: 0px;
        text-align: center;
    }
}
@media screen and (max-width: 479px) {
    .container-2 .left-header {
        width: 50%;
    }
}
.container-2 .riegth-header {
    display: flex;
    width: auto;
    justify-content: flex-end;
    align-items: center;
}
.container-2 .riegth-header .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
.container-2 .riegth-header .button-header {
    height: auto;
    padding: 5px 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #d21819;
    border-radius: 50px;
    background-color: #fff;
    transition: background-color 300ms ease;
    color: #844b2f;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
}
.container-2 .riegth-header .button-header:hover {
    border-style: solid;
    border-width: 2px;
    border-color: #e73d3e;
    background-color: #fbf7df;
    color: #d21819;
}
@media screen and (max-width: 479px) {
    .container-2 .riegth-header .button-header {
        display: none;
    }
}
.container-2 .riegth-header .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-2 .riegth-header .w-nav-button .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-2 .riegth-header .w-nav-button .burger-1 {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 6px 6px 25px 0 rgba(40, 7, 128, 0.15);
    cursor: pointer;
}
.container-2 .riegth-header .w-nav-button .burger-1 .b1-bar1 {
    width: 30px;
    height: 4px;
    background-color: #858eca;
}
.container-2 .riegth-header .w-nav-button .burger-1 .b1-bar2 {
    display: flex;
    width: 30px;
    height: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    justify-content: center;
    align-items: center;
    background-color: #858eca;
}
.container-2 .riegth-header .w-nav-button .burger-1 .b1-bar2 .b1-middle {
    width: 4px;
    height: 0px;
    background-color: #858eca;
}
.container-2 .riegth-header .w-nav-button .burger-1 .b1-bar3 {
    width: 30px;
    height: 4px;
    background-color: #858eca;
}
@media screen and (max-width: 991px) {
    .container-2 .riegth-header {
        width: 70%;
    }
    .container-2 .riegth-header .w-nav-button {
        display: block;
    }
    .container-2 .riegth-header .w-nav-button .burger-1 {
        background-color: hsla(0deg, 0%, 100%, 0);
        box-shadow: none;
    }
    .container-2 .riegth-header .w-nav-button .burger-1 .b1-bar1 {
        border-radius: 2px;
        background-color: #fff;
    }
    .container-2 .riegth-header .w-nav-button .burger-1 .b1-bar2 {
        border-radius: 2px;
        background-color: #fff;
    }
    .container-2 .riegth-header .w-nav-button .burger-1 .b1-bar3 {
        border-radius: 2px;
        background-color: #fff;
    }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
    .container-2 .riegth-header .w-nav-button .burger-1 {
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 991px) {
    .container-2 .riegth-header .menu-button {
        margin-left: 9px;
    }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
    .container-2 .riegth-header .menu-button {
        margin-left: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 479px) {
    .container-2 .riegth-header {
        width: 50%;
    }
}

.w-nav-overlay {
    position: absolute;
    overflow: hidden;
    top: -100vh;
    width: 100%;
    transition: all 0.5s;
    z-index: -1;
}
.w-nav-overlay .nav-menu {
    display: none;
}
.w-nav-overlay .nav-menu .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.w-nav-overlay .nav-menu .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    transition: color 200ms ease;
    font-weight: 700;
    color: #3e3d42;
}
@media screen and (max-width: 991px) {
    .w-nav-overlay .nav-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #3e3d42;
        padding-right: 0px;
        padding-left: 0px;
        transform: translateY(-100vh) translateX(0px);
        transition: transform 400ms ease 0s;
        box-shadow: 0 0 9px 0 hsla(0deg, 0%, 51%, 0.44);
    }
    .w-nav-overlay .nav-menu .nav-link {
        width: 300px;
        padding-right: 20px;
        padding-left: 0px;
        text-align: center;
        color: #3e3d42;
        max-width: 100%;
    }
}

.w-nav-overlay.open {
    overflow: visible;
    top: 100%;
    left: 0;
    right: 0;
    transition: all 0.5s;
    z-index: -1;
}
.w-nav-overlay.open .nav-menu {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    overflow: visible;
    min-width: 200px;
    transform: translateY(0px) translateX(0px);
    transition: transform 400ms ease 0s;
}
.w-nav-overlay.open .nav-menu .w-nav-link {
    display: block;
    position: relative;
    color: #fbf7df;
}
.w-nav-overlay.open .nav-menu .nav-link {
    color: #fbf7df;
}

.footer {
    background-color: #3e3d42;
}
.footer .wrapper {
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 30px;
    flex-direction: column;
}
.footer .wrapper .w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
.footer .wrapper .grid {
    padding-top: 80px;
    padding-bottom: 80px;
    grid-column-gap: 25px;
    -ms-grid-columns: 0.7fr 1.1fr 1.1fr 1.1fr;
    grid-template-columns: 0.7fr 1.1fr 1.1fr 1.1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
@media screen and (max-width: 991px) {
    .footer .wrapper .grid {
        grid-template-columns: 0.7fr 1.1fr 1.1fr;
    }
}
@media screen and (max-width: 767px) {
    .footer .wrapper .grid {
        grid-template-columns: 0.7fr;
    }
}
@media screen and (max-width: 579px) {
    .footer .wrapper .grid {
        grid-template-columns: 1fr;
    }
}
.footer .wrapper .f-logo-block {
    display: flex;
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
}
.footer .wrapper .f-colum {
    display: flex;
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    flex-direction: column;
    align-items: flex-start;
}
@media screen and (max-width: 479px) {
    .footer .wrapper .f-colum {
        width: 100%;
        padding-top: 40px;
        padding-left: 0px;
    }
    .footer .wrapper .f-colum.mobile {
        padding-top: 0px;
    }
}
.footer .wrapper .link-block-2 {
    max-width: 160px;
}
.footer .wrapper .text-block-3 {
    width: 250px;
    padding-top: 40px;
    font-family: "Circe Light", sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
.footer .wrapper .footer-title {
    margin-top: 0px;
    color: #fbf7df;
    font-size: 16px;
    line-height: 22px;
}
.footer .wrapper .footer-links {
    padding-top: 15px;
    font-family: "Circe Light", sans-serif;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent;
    font-size: 14px;
}
.footer .wrapper .text-block-4 {
    padding-top: 15px;
    font-family: "Circe Light", sans-serif;
    color: #fff;
}

.add-btn {
  font-family: "MacPaw Fixel";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  padding: 20px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 310px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFFFF;
  border: 1px solid #3E3D42;
  border-radius: 6px;
  transition: all 0.3s;
}
.add-btn:hover {
  background-color: #3E3D42;
  border-color: #3E3D42;
  color: #ffffff;
}

:root {
  --text-color: #343434;
}

.pagination {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers .page-numbers {
  width: 36px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #DEE2E6;
  cursor: pointer;
  transition: all 0.3s;
}
.pagination .page-numbers .page-numbers:not(:first-child) {
  margin-left: -1px;
}
.pagination .page-numbers li.active {
  color: #FFFFFF;
  position: relative;
  background: #3E3D42;
}
.pagination .page-numbers li.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  color: #FFFFFF;
}
.pagination .page-numbers .page-numbers.prev, .pagination .page-numbers .page-numbers.next {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 1px solid #DEE2E6;
}
.pagination .page-numbers li.disabled, .pagination .page-numbers li.next.disabled {
  color: #ABB5BE;
  pointer-events: none;
}
.pagination .page-numbers .page-numbers:hover {
  background: #3E3D42;
  color: #FFFFFF;
}

@font-face {
    font-family: "Circe Light";
    src: url("../font/Circe-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "MacPaw Fixel";
  src: url("../font/MacPawFixelText-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MacPaw Fixel";
  src: url("../font/MacPawFixelText-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MacPaw Fixel";
  src: url("../font/MacPawFixelText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MacPaw Fixel";
  src: url("../font/MacPawFixelText-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MacPaw Fixel";
  src: url("../font/MacPawFixelText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MacPaw Fixel";
  src: url("../font/MacPawFixelText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MacPaw Fixel";
  src: url("../font/MacPawFixelText-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MacPaw Fixel";
  src: url("../font/MacPawFixelText-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MacPaw Fixel";
  src: url("../font/MacPawFixelText-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.temporary-header {
  width: 100%;
  background: #3E3D42;
  display: flex;
  align-items: center;
}
.temporary-header img {
  margin: auto;
}

.page-nav {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .page-nav {
    margin-bottom: 50px;
  }
}
.page-nav__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.page-nav .back-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
  color: #3E3D42;
  font-feature-settings: "ss09" on;
  padding: 0px 5px;
  border-radius: 20px;
  transition: all 0.3s;
}
.page-nav .back-link img {
  width: 20px;
  margin-right: 20px;
  filter: none;
  transition: all 0.3s;
}
.page-nav .back-link:hover {
  background-color: #3E3D42;
  color: #ffffff;
}
.page-nav .back-link:hover img {
  filter: invert(1) brightness(200%);
}
@media (max-width: 767px) {
  .page-nav .back-link {
    line-height: 24px;
  }
}

.person-page {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .person-page {
    margin-top: 50px;
  }
}
.person-page__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 992px) {
  .person-page__inner {
    flex-direction: column;
  }
}
.person-page__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
    min-width: 720px;
    max-width: 720px;
}
@media (max-width: 1279px) {
    .person-page__main {
        min-width: 680px;
        max-width: 680px;
    }
}
@media (max-width: 992px) {
    .person-page__main {
        min-width: 100%;
        max-width: 100%;
    }
}
.person-page__aside {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 60px;
}
.person-page__aside img {
  width: 100%;
  max-width: 500px;
  border: 10px solid #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  margin-right: 20px;
}
@media (max-width: 1279px) {
  .person-page__aside img {
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  .person-page__aside {
    margin-left: 0px;
  }
  .person-page__aside img {
    max-width: 500px;
  }
}
.person-page__name {
  width: 100%;
  font-family: "MacPaw Fixel";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 50px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .person-page__name {
    padding-left: 0px;
    margin-bottom: 25px;
  }
}
.person-page__info-box {
  width: 100%;
}
.person-page__info-box .sub-title {
  width: 100%;
  font-family: "MacPaw Fixel";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #222222;
  padding: 30px 0;
  padding-left: 20px;
  border-bottom: 1.6px solid rgba(219, 219, 219, 0.5);
}
@media (max-width: 767px) {
  .person-page__info-box .sub-title {
    padding: 15px 0;
  }
}
.person-page__info-list {
  width: 100%;
  margin-bottom: 50px;
}
.person-page__info-list__item {
  min-height: 41px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  border-bottom: 1.6px solid rgba(219, 219, 219, 0.5);
}
.person-page__info-list__item p {
  width: 100%;
  font-family: "MacPaw Fixel";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #222222;
  padding-left: 20px;
}
.person-page__info-list__item .title {
  max-width: 273px;
  min-width: 273px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .person-page__info-list__item p,
.person-page__info-list__item .title {
    padding-left: 0px;
  }
}
@media (max-width: 579px) {
  .person-page__info-list__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .person-page__info-list {
    margin-bottom: 25px;
  }
}

.home-page__inner {
  margin-top: 50px;
}
.home-page h1 {
  width: 100%;
  text-align: center;
  font-family: "MacPaw Fixel";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 72px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-feature-settings: "ss09" on, "ss01" on;
  color: #3E3D42;
  margin-bottom: 50px;
}
.home-page .search-field {
  width: 100%;
}
.home-page .search-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: auto;
  max-width: 546px;
  margin-bottom: 50px;
}
.home-page .search-field input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 4px 0px 0px 4px;
  padding: 11px 14px;
  font-family: "MacPaw Fixel";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  outline: none;
  transition: all 0.3s;
  z-index: 1;
}
.home-page .search-field input:hover {
  border-color: #3E3D42;
}
.home-page .search-field button {
  padding: 11px 14px;
  background: #F8F9FA;
  border: 1px solid #CED4DA;
  border-radius: 0px 4px 4px 0px;
  color: #000000;
  font-family: "MacPaw Fixel";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin-left: -1px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.home-page .search-field button:hover {
  background-color: #3E3D42;
  border-color: #3E3D42;
  color: #ffffff;
}
.home-page .person-table {
  border-collapse: collapse;
  width: 100%;
}
.home-page .person-table tr {
  border-bottom: 1px solid #DBDBDB;
}
.home-page .person-table tr td {
  font-family: "MacPaw Fixel";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #222222;
  padding: 10.5px 12px 10.5px 22px;
}
.home-page .person-table tr td:first-child {
  text-align: center;
  white-space: nowrap;
}
.home-page .person-table tr td:last-child {
  text-align: center;
}
.home-page .person-table tr td:last-child a {
  background: transparent;
  padding: 5px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.home-page .person-table tr td:last-child a img {
  transition: all 0.3s;
  transform: rotate(180deg);
  min-width: 20px;
  max-width: 20px;
  filter: none;
}
.home-page .person-table tr td:last-child a:hover {
  background-color: #3E3D42;
}
.home-page .person-table tr td:last-child a:hover img {
  filter: brightness(10%) invert(1) grayscale(1);
}
.home-page .person-table tr td:nth-child(8) {
  text-align: center;
}
.home-page .person-table th {
  font-family: "MacPaw Fixel";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  text-align: start;
  /*padding: 26px 8px 26px 22px;*/
  padding: 26px 3px;
}
.home-page .person-table th .head-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
}
.home-page .person-table th .head-row .icon {
  margin-right: 10px;
  min-height: 20px;
  max-width: 20px;
}
.home-page .person-table th .head-row .filter {
  /*margin-left: 10px;*/
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .person-table th .head-row .filter .filter-img {
  min-height: 20px;
  max-width: 20px;
  filter: none;
}
.home-page .person-table th .head-row .filter__list {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: #3E3D42;
  padding: 5px;
  padding-bottom: 0;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.home-page .person-table th .head-row .filter__list.act {
  opacity: 1;
  visibility: visible;
}
.home-page .person-table th .head-row .filter__list .filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-page .person-table th .head-row .filter__list .filter .field {
  width: 100%;
  margin-bottom: 5px;
  font-family: "MacPaw Fixel";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  padding: 10px 10px;
  outline: none;
}
.home-page .person-table th .head-row .filter__list .filter .field-half {
  width: calc(50% - 2px);
}
.home-page .person-table th .head-row .filter__list .filter button.field {
  padding: 12px 10px;
  color: #FFFFFF;
  background: #3E3D42;
  font-family: "MacPaw Fixel";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.home-page .person-table th .head-row .filter__list .filter button.field:hover {
  background: #FCFCFC;
  color: #3E3D42;
}
.home-page .person-table th .head-row .filter__list .filter button.field[type=submit] {
  background: #FCFCFC;
  color: #3E3D42;
}
.home-page .person-table th .head-row .filter__list .filter button.field[type=submit]:hover {
  background: #3E3D42;
  color: #FFFFFF;
}
.home-page .person-table th .head-row .filter__list .filter .select2-container {
  margin-bottom: 5px;
}
.home-page .person-table th .head-row .filter__list .filter .select2-container .select2-selection--single {
  height: 100%;
  border: none;
  border-radius: 0;
}
.home-page .person-table th .head-row .filter__list .filter .select2-container .select2-selection--single .select2-selection__rendered {
  width: 100%;
  font-family: "MacPaw Fixel";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  padding: 12px 10px;
  outline: none;
}
.home-page .person-table th .head-row .filter__list .filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}
.home-page .person-table th .head-row .filter__list .filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #3E3D42 transparent transparent transparent;
}/*# sourceMappingURL=main.css.map */

.year-form {
    color: white;
    padding: 5px;
}

.pagination .page-numbers .page-numbers.prev, .pagination .page-numbers .page-numbers.next {
    min-width: 40px;
}
@media (max-width: 767px) {
    .pagination .page-numbers .page-numbers.next {
        content: url(../images/icon/fi_chevron-right.svg);
    }
    .pagination .page-numbers .page-numbers.next:hover {
        content: url(../images/icon/fi_chevron-white-right.svg);
    }
    .pagination .page-numbers .page-numbers.prev {
        content: url(../images/icon/fi_chevron-left.svg);
    }
    .pagination .page-numbers .page-numbers.prev:hover {
        content: url(../images/icon/fi_chevron-white-left.svg);
    }

    .pagination .page-numbers .page-numbers.prev, .pagination .page-numbers .page-numbers.next {
        min-width: 30px;
        width: 30px;
        padding: 1px;
    }

    .pagination .page-numbers .page-numbers {
        width: 30px;
    }
}

@media (max-width: 767px) {
    .add-btn {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .add-btn {
        min-width: 260px;
        padding: 15px 10px;
    }
}
@media (min-width: 769px) {
    .table__wrap {
        padding-bottom: 20px;
        min-height: 400px;
        overflow-x: auto;
        width: 100%;
    }
}

.partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.partners h2 {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #3E3D42;
    text-align: center;
    font-feature-settings: "ss09" on;
    padding-bottom: 100px;
}
@media (max-width: 992px) {
    .partners h2 {
        padding-bottom: 50px;
    }
}
.partners .partners__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.partners .partners__list img {
    min-width: 100px;
}
@media (max-width: 992px) {
    .partners .partners__list {
        flex-wrap: wrap;
    }
    .partners .partners__list img {
        margin-bottom: 10px;
        width: 25%;
    }
}
@media (max-width: 579px) {
    .partners .partners__list img {
        width: 45%;
    }
}

@media screen and (max-width: 991px) {
    .home-page .person-table tr th:nth-child(4), .home-page .person-table tr td:nth-child(4) {
        display: none;
    }
    .home-page .person-table tr th:nth-child(6), .home-page .person-table tr td:nth-child(6),
    .home-page .person-table tr th:nth-child(8), .home-page .person-table tr td:nth-child(8) {
        display: none;
    }
    .home-page .person-table tr th:nth-child(7), .home-page .person-table tr td:nth-child(7) {
        display: none;
    }
    .home-page .person-table tr th:nth-child(5), .home-page .person-table tr td:nth-child(5) {
        display: none;
    }
}
@media screen and (max-width: 579px) {
    .home-page .person-table tr th {
        padding: 26px 8px 26px 0px;
    }
    .home-page .person-table tr td {
        padding: 10.5px 12px 10.5px 0px;
    }
    .home-page .person-table tr th:nth-child(1), .home-page .person-table tr td:nth-child(1) {
        display: none;
    }
}

.found {
    color: #D21819;
}

.description {
    margin: 100px 0 80px 0;
    color: #5B5B5B;
}

.description .title-desc {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: "Raleway";
}

.description p {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "Raleway";
    line-height: 120%;
}

@media screen and (max-width: 767px) {
    .description {
        margin: 50px 0;
    }
}

@media screen and (min-width: 992px) {
    .description .container {
        padding: 0 150px;
    }
}

