.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}
.banner.-between {
  justify-content: space-between;
}
.banner.-contact {
  min-height: 350px;
}
.banner.-contact .banner__container {
  padding-bottom: 0;
}
.banner__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  padding: 80px 25px;
}
.banner__container.-form {
  margin-bottom: 250px;
}
.banner__container.-feedback {
  margin-bottom: 90px;
}
.banner__title {
  margin: 10px 0;
  color: #ffffff;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 57.6px;
  line-height: 3.6rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 700;
  letter-spacing: 0.94px;
  text-align: center;
}
.banner__desc {
  display: block;
  max-width: 600px;
  color: #8d8c8d;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  line-height: 1.4;
  text-align: center;
}
.banner__sub {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 725px;
  margin-top: 30px;
  height: auto;
}
.banner__sub__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 15px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
}
.banner__sub__link.-active {
  border: 1px solid #e22927;
}
.banner__sub__link:nth-child(4n) {
  margin-right: 0;
}
.banner__filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 725px;
  height: auto;
}
.banner__filter__main {
  display: flex;
  justify-content: space-between;
  width: 490px;
}
.banner__filter__input {
  min-width: 330px;
  padding: 15px 30px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  color: #ffffff;
}
.banner__filter__input::placeholder {
  color: #ffffff;
}
.banner__filter__button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 30px;
  width: 145px;
  background-color: #e22927;
  border: 1px solid #e22927;
  border-radius: 30px;
  color: #ffffff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
  text-decoration: none;
}
.banner__filter__button:after {
  content: "";
  position: absolute;
  top: 21px;
  right: 30px;
  width: 13px;
  height: 7px;
  background-image: url(/assets/svg/slider-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(180deg);
  transition: right 0.3s;
}
.banner__filter__button:hover:after {
  right: 25px;
}
.banner__filter__display {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  overflow: hidden;
}
.banner__filter__block, .banner__filter__list {
  width: 50%;
  height: 52px;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  cursor: pointer;
}
.banner__filter__block:focus, .banner__filter__list:focus {
  outline: none;
}
.banner__filter__block {
  background-image: url("/assets/image/icons/block-display-passive.png");
}
.banner__filter__block.-active {
  background-image: url("/assets/image/icons/block-display-active.png");
}
.banner__filter__list {
  background-image: url("/assets/image/icons/list-display-passive.png");
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.banner__filter__list.-active {
  background-image: url("/assets/image/icons/list-display-active.png");
}

.tab {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  background-color: rgba(27, 25, 28, 0.5);
  border-top: 1px solid #333034;
}
.tab__item {
  padding: 20px 40px;
  min-width: 160px;
  border-right: 1px solid #333034;
  color: #8d8c8d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  text-decoration: none;
  transition: color 0.3s;
}
.tab__item:hover {
  color: rgb(115.5021834061, 114.4978165939, 115.5021834061);
}
.tab__item:first-of-type {
  padding-left: 0;
}
.tab__item:last-of-type {
  border-right: none;
}
.tab__item.-active {
  color: #e22927;
}
.tab__item.-active:hover {
  color: rgb(211.1510204082, 30.3040816327, 28.3489795918);
}

.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 13px;
  width: 100%;
}
.breadcrumb__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.3px;
  text-decoration: none;
  text-transform: uppercase;
  color: #e22927;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__arrow {
  display: inline-block;
  margin: 5px 8px 5px 10px;
  width: 16px;
  height: 1px;
  background-color: #e22927;
}
.breadcrumb__arrow.-active {
  display: inline-block;
}
.breadcrumb__arrow.-hidden {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: rgba(27, 25, 28, 0.7);
  border-bottom: 1px solid #323033;
}
.header.-sticky .header__mini {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: height 0.4s 0s, visibility 0.1s 0.4s, overflow 0.1s 0.4s;
}
.header.-sticky .header__main {
  background-color: rgb(27, 25, 28);
  background: rgb(27, 25, 28);
}
.header.-sticky .header__logo svg {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.header__mini {
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  border-bottom: 1px solid #323033;
}
.header__mini.-active {
  height: 63px;
  transform: translateY(0);
}
.header__tt-online {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  color: #939498;
  text-decoration: none;
}
.header__tt-online__icon {
  width: 14px;
  height: 14px;
}
.header__tt-online__text {
  padding-left: 7px;
  color: #939498;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  line-height: 1rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: 1.67px;
  text-transform: uppercase;
}
.header__lang {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-left: 1px solid #323033;
  cursor: pointer;
}
.header__lang:hover .header__lang__sub {
  opacity: 1;
  visibility: visible;
}
.header__lang__sub {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 999;
  top: 45px;
  padding: 10px 0;
  background-color: #1b191c;
  border: 1px solid #323033;
  border-top: none;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.header__lang__sub::before {
  content: " ";
  z-index: 1;
  margin-left: -6px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-bottom-color: #e22927;
  border-width: 6px;
  position: absolute;
  top: -13px;
  left: 50%;
}
.header__lang__sub::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 5px;
  right: 5px;
  width: calc(100% - 10px);
  min-height: calc(100% - 10px);
  border: 1px solid #630e0d;
}
.header__lang__sub__url {
  position: relative;
  width: calc(100% - 30px);
  min-width: 96px;
  margin: 0 15px;
  padding: 10px 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  line-height: 1rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  background-color: #1b191c;
  color: #ffffff;
  border-bottom: 1px solid #323033;
  text-decoration: none;
  text-align: center;
}
.header__lang__sub__url:last-child {
  border-bottom: none;
}
.header__lang__sub__url:hover {
  color: #e22927;
}
.header__lang__selected {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxwYXRoIGZpbGw9IiNFMjI5MjciIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjY2IDEyLjA0YTguNDMzIDguNDMzIDAgMCAwLTEuNjc3LS43OWMuMjAyLS44NTUuMzIzLTEuNzguMzU2LTIuNzMyaDIuNTk4YTYuOTI4IDYuOTI4IDAgMCAxLTEuMjc3IDMuNTIzek0xMC42IDE0LjQ1M2MuNDgyLS42NTguODQtMS40MzUgMS4wOTctMi4xOTkuNDY2LjE2Ny44OTcuMzY3IDEuMjg0LjU5N2E2Ljk4MSA2Ljk4MSAwIDAgMS0yLjM4MSAxLjYwMnptLTIuMDguNDA4di0zLjE5N2MuNzYuMDMyIDEuNDk0LjEzMiAyLjE3Ni4yOTQtLjM3MSAxLjA5LTEuMDk4IDIuNTA4LTIuMTc1IDIuOTAzem0wLTYuMzQyaDIuNzc0Yy0uMDMxLjg1Mi0uMTM4IDEuNjc2LS4zMTQgMi40MzZhMTIuNTIxIDEyLjUyMSAwIDAgMC0yLjQ2LS4zMzV2LTIuMXptMC0zLjEzN2ExMi41MTkgMTIuNTE5IDAgMCAwIDIuNDYtLjMzNWMuMTc2Ljc2LjI4MyAxLjU4LjMxNCAyLjQzMkg4LjUyMlY1LjM4MXptMC00LjI0MWMxLjA3OC4zOTUgMS44MDQgMS44MTIgMi4xNzYgMi45MDMtLjY4Mi4xNjItMS40MTUuMjYyLTIuMTc1LjI5NFYxLjE0em00LjQ2MSAyLjAxYTcuNDQgNy40NCAwIDAgMS0xLjI4NC41OTdjLS4yNTctLjc2My0uNjE1LTEuNTQxLTEuMDk3LTIuMTk5YTYuOTggNi45OCAwIDAgMSAyLjM4MSAxLjYwMnptLjY3OC44MWE2LjkxNiA2LjkxNiAwIDAgMSAxLjI3NyAzLjUxOGgtMi41OThhMTMuOTcxIDEzLjk3MSAwIDAgMC0uMzU2LTIuNzI3IDguNDM3IDguNDM3IDAgMCAwIDEuNjc3LS43OTJ6bS02LjE4Mi4zNzdhMTEuNDg4IDExLjQ4OCAwIDAgMS0yLjE3NS0uMjk0QzUuNjc0IDIuOTUzIDYuNCAxLjUzNSA3LjQ3OCAxLjE0djMuMTk3em0wIDMuMTQxSDQuNzA1Yy4wMzEtLjg1MS4xMzgtMS42NzIuMzE0LTIuNDMyLjc3NC4xODggMS42MDMuMzAyIDIuNDYuMzM1djIuMDk3em0wIDMuMTQxYTEyLjUyIDEyLjUyIDAgMCAwLTIuNDYuMzM1Yy0uMTc1LS43Ni0uMjgyLTEuNTgtLjMxMy0yLjQzMmgyLjc3M3YyLjA5N3ptMCA0LjI0MWMtMS4wNzctLjM5NS0xLjgwMy0xLjgxMi0yLjE3NS0yLjkwM2ExMS40ODcgMTEuNDg3IDAgMCAxIDIuMTc1LS4yOTR2My4xOTd6bS00LjQ2LTIuMDFjLjM4Ny0uMjMuODE4LS40MyAxLjI4NC0uNTk3LjI1Ny43NjMuNjE1IDEuNTQxIDEuMDk3IDIuMTk5YTYuOTggNi45OCAwIDAgMS0yLjM4MS0xLjYwMnptLS42NzgtLjgxYTYuOTE2IDYuOTE2IDAgMCAxLTEuMjc3LTMuNTE4aDIuNTk4Yy4wMzMuOTUyLjE1NCAxLjg3My4zNTYgMi43MjdhOC40MzQgOC40MzQgMCAwIDAtMS42NzcuNzkyem0wLTguMDhjLjUuMzEgMS4wNjQuNTc2IDEuNjc3Ljc5YTEzLjk3IDEzLjk3IDAgMCAwLS4zNTYgMi43MjhIMS4wNjNBNi45MTUgNi45MTUgMCAwIDEgMi4zNCAzLjk2ek01LjQgMS41NDdjLS40ODIuNjU4LS44NCAxLjQzNS0xLjA5NyAyLjE5OWE3LjQ0MiA3LjQ0MiAwIDAgMS0xLjI4NC0uNTk3IDYuOTgyIDYuOTgyIDAgMCAxIDIuMzgxLTEuNjAyek04IDBDMy41ODkgMCAwIDMuNTg5IDAgOHMzLjU4OSA4IDggOCA4LTMuNTg5IDgtOC0zLjU4OS04LTgtOHoiLz4KPC9zdmc+Cg==);
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 15px;
  font-family: Arial;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  line-height: 1rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  color: #939498;
}
.header__blog {
  font-family: Arial;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-left: 1px solid #323033;
}
.header__blog img {
  width: 14px;
  height: 14px;
}
.header__blog a {
  text-decoration: none;
  letter-spacing: 0.8px;
}
.header__search {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-right: 1px solid #323033;
  border-left: 1px solid #323033;
}
.header__search__input {
  background: transparent;
  border: none;
  color: #939498;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
}
.header__search__input:focus {
  outline: none;
}
.header__logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 2;
  padding: 10px 25px;
}
.header__logo svg {
  width: 190px;
  transform: scale(1);
  transition: transform 0.3s;
}
.header__main {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  background-color: #1b191c;
  width: 100%;
}
.header__main__search {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  border-right: 1px solid #323033;
  border-left: 1px solid #323033;
}
.header__main__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 22px 20px;
  width: 60px;
  height: 62px;
  cursor: pointer;
}
.header__main__menu.-overlay {
  z-index: 99999;
}
.header__main__menu.-overlay .header__main__menu-line:nth-child(1) {
  width: 26px;
  transform: rotate(225deg) translate(-4px, -5px);
  transition: 0.4s 0s transform, 0.2s 0 width;
}
.header__main__menu.-overlay .header__main__menu-line:nth-child(2) {
  opacity: 0;
  transform: rotate(180deg);
  transition: 0.3s 0s transform, 0.2s 0.2s opacity;
}
.header__main__menu.-overlay .header__main__menu-line:nth-child(3) {
  width: 26px;
  transform: rotate(-225deg) translate(-6px, 8px);
  transition: 0.4s 0s transform, 0.2s 0s width;
}
.header__main__menu-line {
  width: 22px;
  height: 2px;
  background-color: #e22927;
  border-radius: 10px;
}
.header__main__menu-line:nth-child(1) {
  transform: rotate(0);
  transition: 0.4s 0s transform;
}
.header__main__menu-line:nth-child(2) {
  opacity: 1;
  transform: rotate(0);
  transition: 0.3s 0.1s transform, 0.1s 0.1s opacity;
}
.header__main__menu-line:nth-child(3) {
  transform: rotate(0);
  transition: 0.4s 0s transform;
}
.header__main__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 70px 50px;
}
.header__main__nav.-open {
  transform: translateX(0);
  transition: 0.5s 0s transform;
}

.nav-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
}
.nav-item__url {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-decoration: none;
  transition: color 0.3s;
}
.nav-item__sub {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.nav-item__sub {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.nav-item__sub__parent {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
  color: #e22927;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.nav-item__sub__url {
  display: block;
  padding: 7px 0;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  line-height: 2.57;
  letter-spacing: 1.49px;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
}
.nav-item__sub__back {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0px;
  width: 100%;
  height: 40px;
  color: #e22927;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: 3.27px;
  text-transform: uppercase;
}
.nav-item__sub__back-svg {
  margin-right: 15px;
  width: 15px;
  height: auto;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  width: 100%;
  background-color: #1b191c;
}
.footer__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footer__logo__images {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.footer__logo__images.-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  width: auto;
  height: auto;
}
.footer__logo__images.-link svg {
  width: 180px;
}
.footer__logo__images.-link img {
  width: 120px;
}
.footer__logo__images.-link:last-child {
  padding-right: 0;
}
.footer__logo__text {
  width: 100%;
  color: #b2aeb4;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  letter-spacing: 0.4px;
  font-weight: 600;
  text-align: center;
}
.footer__nav-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
  padding: 45px 0;
  width: 100%;
  border-top: 1px solid #323033;
  border-bottom: 1px solid #323033;
}
.footer__nav-area__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer__nav__item {
  padding: 3px 0;
  color: #b2aeb4;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  letter-spacing: 0.69px;
  text-decoration: none;
  transition: color 0.2s;
}
.footer__nav__item:hover {
  color: #d42222;
}
.footer__social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.footer__social__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 1px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transition: background-color 0.3s;
}
.footer__social__item:hover {
  background-color: rgba(204, 204, 204, 0.1);
}
.footer__social__item svg {
  width: 16px;
  height: auto;
}
.footer__sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  width: 100%;
}
.footer__sub__copyright {
  margin: 20px 0;
  color: #b2aeb4;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-align: center;
}
.footer__sub__gricreative svg g {
  transition: fill 0.3s;
}
.footer__sub__gricreative svg g:hover {
  fill: #cccccc;
}

.select {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #dbdbdc;
}
.select__inner {
  padding: 20px 40px;
  width: 100%;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  outline: none;
  appearance: none;
  color: #1b191c;
}
.select__triangle {
  position: absolute;
  top: 50%;
  right: 40px;
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.page__select {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
}
.page__select-inner {
  padding: 15px 30px;
  width: 100%;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: 0.83px;
  outline: none;
  appearance: none;
}
.page__select-inner option {
  color: #1b191c;
}
.page__select-arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 7px;
}
.page__button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  width: 100%;
  background-color: #e22927;
  border-radius: 30px;
  border: none;
  color: #ffffff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: 3px;
}
.page__button-svg {
  width: 12px;
  transform: rotate(180deg);
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 0;
  width: 100%;
}
.content .ql-align-center {
  text-align: center;
}
.content.-space p, .content.-space span, .content.-space ul, .content.-space blockquote {
  margin-left: 30px;
}
.content.-feedback {
  padding-top: 0;
  max-width: 1000px;
}
.content a {
  color: #e22927;
  text-decoration: underline;
}
.content img {
  margin: 30px 0;
  width: 100%;
  object-fit: contain;
}
.content h2,
.content h3 {
  margin: 5px 0;
  width: 100%;
  color: #e22927;
  font-weight: 600;
  line-height: 1.66;
}
.content h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
.content h2.table__title {
  margin-bottom: 30px;
}
.content h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 33.6px;
  line-height: 2.1rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
.content h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
.content p,
.content span {
  margin: 10px 0;
  width: 100%;
  color: #363338;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  line-height: 1.66;
}
.content blockquote {
  padding: 0 0 15px;
  border-bottom: 1px solid #dbdbdc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-style: italic;
  line-height: 2.14;
}
.content ul, .content ol {
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
.content ul li, .content ol li {
  position: relative;
  margin: 8px 0;
  padding-left: 20px;
  color: #363338;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  list-style-type: none;
}
.content ul li:before, .content ol li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0px;
  width: 10px;
  height: 2px;
  background-color: #e22927;
}
.content.-sidebar .ql-align-right {
  text-align: right;
}
.content.-sidebar img {
  width: auto;
  max-width: 100%;
}
.content hr {
  width: 100%;
  border-top: 1px solid #dbdbdc;
}
.content__detail {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.content__detail .-small {
  padding: 0 0 15px;
  border-bottom: 1px solid #dbdbdc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-style: italic;
  line-height: 2.14;
}
.content__pdf {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  padding: 0 35px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}
.content__pdf:before {
  content: "";
  background: url(/assets/svg/adobe.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.content__pdf-title {
  margin: 30px 0;
}
.content__contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
  padding: 55px 0;
  border-top: 1px solid #dbdbdc;
}
.content__contact__item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: calc(50% - 15px);
  height: 500px;
  margin-top: 30px;
  padding: 35px;
  background-color: #ffffff;
}
.content__contact__item .address {
  margin-top: 0;
}
.content__contact__item .name, .content__contact__item .mail, .content__contact__item .address, .content__contact__item .tel, .content__contact__item .fax {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  color: #363338;
  text-decoration: none;
}
.content__contact__item .name:before, .content__contact__item .mail:before, .content__contact__item .address:before, .content__contact__item .tel:before, .content__contact__item .fax:before {
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.content__contact__item .name:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("/assets/svg/person.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content__contact__item .mail:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("/assets/svg/mail.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content__contact__item .address:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("/assets/svg/location.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content__contact__item .tel:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("/assets/svg/phone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content__contact__item .fax:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("/assets/svg/fax.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content__contact .title {
  margin-bottom: 30px;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 36.8px;
  line-height: 2.3rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  color: #000000;
}
.content__contact .title:after {
  content: "";
  display: flex;
  justify-content: flex-start;
  width: 90px;
  height: 1px;
  margin-top: 10px;
  background-color: #e22927;
}

.gallery-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.gallery-content.-single {
  justify-content: center;
}
.gallery-content__image {
  width: 100%;
  object-fit: contain;
}
.gallery-content__image-wrapper {
  align-self: flex-start;
  margin: 10px 0;
  width: 100%;
}
.gallery-content__text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
  padding: 20px 20px 20px 40px;
  width: 100%;
  min-height: 90px;
  border: 1px solid transparent;
  background-color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  text-align: left;
  color: #363338;
}

.sub-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  background-color: #1b191c;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 300px;
  background: rgb(27, 25, 28);
  background: linear-gradient(180deg, rgb(27, 25, 28) 0%, rgba(27, 25, 28, 0) 100%);
}
.sub-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 240px;
  background: rgb(27, 25, 28);
  background: linear-gradient(360deg, rgb(27, 25, 28) 0%, rgba(27, 25, 28, 0) 100%);
}
.sub-header .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 240px 24px 0 24px;
  width: 100%;
  background-color: transparent;
}
.sub-header.-mini {
  min-height: auto;
  min-height: initial;
}
.sub-header.-mini .container {
  padding: 260px 24px 121px 24px;
  width: 100%;
  height: 100%;
}
.sub-header.-medium {
  min-height: auto;
  min-height: initial;
  max-height: 641px;
  background-color: #141416;
}
.sub-header.-medium .container {
  padding: 260px 0px 250px 0px;
  width: 100%;
  height: 100%;
}
.sub-header.-medium::after, .sub-header.-medium::before {
  content: none;
}
.sub-header.-blog {
  min-height: auto;
  min-height: initial;
  background: rgb(75, 71, 68);
  background: linear-gradient(180deg, rgb(75, 71, 68) 0%, rgb(147, 58, 54) 100%);
}
.sub-header.-blog .container {
  padding: 260px 24px 121px 24px;
  width: 100%;
  height: 100%;
}
.sub-header.-blog::after, .sub-header.-blog::before {
  content: none;
}
.sub-header.-tabs {
  min-height: auto;
  min-height: initial;
  max-height: auto;
  max-height: initial;
  background-color: #141416;
}
.sub-header.-tabs .container {
  padding: 260px 24px 175px 24px;
  width: 100%;
  height: 100%;
}
.sub-header.-tabs::after, .sub-header.-tabs::before {
  content: none;
}
.sub-header.-large {
  padding-bottom: 170px;
  height: initial;
  min-height: 707px;
  background-color: #141416;
}
.sub-header.-large .container {
  padding: 260px 24px 0 0px;
  width: 100%;
  height: 100%;
}
.sub-header.-large::after, .sub-header.-large::before {
  content: none;
}
.sub-header.-double {
  height: initial;
  min-height: 100vh;
  background-color: #141416;
}
.sub-header.-double .container {
  padding: 260px 24px 0 24px;
  width: 100%;
  height: 100%;
}
.sub-header.-double::after, .sub-header.-double::before {
  content: none;
}
.sub-header.-contact {
  padding-bottom: 126px;
}
.sub-header h1 {
  margin: 0;
  padding: 0;
  max-width: 741px;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
.sub-header h2 {
  margin: 0 0 19px 0;
  font-size: 23px;
  font-weight: 700;
  color: #e22927;
}
.sub-header__desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 37px 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.78em;
  text-align: left;
  color: #8b8b8b;
}
.sub-header__desc.-link {
  padding: 8px 24px;
  width: auto;
  background-color: #1f1d21;
  text-decoration: none;
}
.sub-header__desc p {
  display: inline-block;
  margin: 0 0 14px 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.78em;
  text-align: left;
  color: #8b8b8b;
}
.sub-header__desc p:last-child {
  margin: 0;
}
.sub-header__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 40px 0;
  width: 100%;
}
.sub-header__content .sub-header__desc {
  margin: 0;
}
.sub-header__message {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  width: 100%;
}
.sub-header__message-image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  width: 100%;
}
.sub-header__message img {
  display: inline-block;
  width: 100%;
}
.sub-header__message__name {
  display: inline-block;
  margin: 18px 0;
  font-size: 16px;
  font-style: italic;
  color: #8b8b8b;
}
.sub-header__contents {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.sub-header__information {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.sub-header__information .sub-header__desc {
  width: 100%;
  max-width: 420px;
}
.sub-header__pages {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  width: 100%;
  max-width: 373px;
}
.sub-header__pages__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 45px;
  width: 167px;
  height: 187px;
  border: 1px solid rgba(151, 151, 151, 0.2);
  transition: all 0.3s;
}
.sub-header__pages__link:hover {
  border: 1px solid #ffffff;
}
.sub-header__pages__link:hover::after {
  background-color: #ffffff;
}
.sub-header__pages__link:first-child {
  padding-top: 50px;
}
.sub-header__pages__link::after {
  content: "";
  position: absolute;
  top: 186px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1px;
  height: 175px;
  background-color: rgba(151, 151, 151, 0.2);
  transition: all 0.3s;
}
.sub-header__pages__link.-active {
  border: 1px solid #d02927;
}
.sub-header__pages__link.-active::after {
  background-color: #d02927;
}
.sub-header__pages__link.-active .sub-header__pages__svg {
  fill: #d9d8d9;
}
.sub-header__pages__link__text {
  position: absolute;
  bottom: 32px;
  left: 0;
  display: inline-block;
  width: 100%;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
}
.sub-header__pages__svg {
  fill: #686569;
}

.button__next {
  right: 10px;
  transform: rotate(180deg);
}
.button__prev {
  left: 10px;
}
.button__next, .button__prev {
  top: 50%;
  z-index: 10;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(188, 42, 41, 0.5);
  border-radius: 50%;
  background-image: url(/assets/svg/slider-arrow-black.svg);
  background-color: transparent;
  background-size: 15px auto;
  transition: background-color 0.3s;
}
.button__next:after, .button__prev:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 50px;
  height: 50px;
  background-size: 15px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.button__next:focus, .button__prev:focus {
  outline: none;
}

.table {
  margin: 15px 0;
  width: 100%;
}
.table__head__column {
  padding: 7px 0;
  color: #e22927;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
.table__body.-zebra-even .table__row {
  padding: 5px 5px;
}
.table__body.-zebra-even .table__row:nth-child(even) {
  background-color: #ffffff;
}
.table__body.-zebra-even .table__column {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
.table__body.-zebra-odd .table__row {
  padding: 5px 5px;
}
.table__body.-zebra-odd .table__row:nth-child(odd) {
  background-color: #ffffff;
}
.table__body.-zebra-odd .table__column {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
.table__row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #dbdbdc;
}
.table__row:first-child {
  border-top: 1px solid #dbdbdc;
}
.table__row {
  border-right: 1px solid #dbdbdc;
  border-left: 1px solid #dbdbdc;
}
.table__row.-title {
  justify-content: center;
  font-weight: bold;
}
.table__row.-title .table__column {
  color: #1b191c;
}
.table__row.-mini-head {
  align-items: center;
  background: 0;
  border-bottom: 1px solid #dbdbdc;
}
.table__row.-mini-head .table__column {
  font-weight: 800;
}
.table__column {
  color: gray;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: bold;
}
.table__column {
  padding: 10px 10px;
  width: 50%;
  text-align: center;
}
.table__column.-bold {
  border-left: 1px solid #dbdbdc;
  color: #363338;
}
.table__column.-large {
  width: 100%;
  text-align: center;
}
.table__column.-subtitle {
  color: #e22927;
}
.table__column.-name {
  padding: 3px;
  font-weight: 600;
  text-align: left;
}
.table__column.-mid {
  padding: 3px;
  font-weight: 600;
  text-align: center;
}
.table__column.-value {
  padding: 3px;
  font-weight: normal;
  text-align: left;
}
.table__info {
  margin: 0px 0 10px;
  font-size: 14px;
  font-weight: 800;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 16px;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
}

body.-noscroll {
  overflow: hidden;
}

input,
select,
textarea {
  border: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 25px 70px;
  background-color: #f6f6f6;
}
.container.-events {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 100px;
}
.container.-subpage-list {
  padding-top: 50px;
  padding-bottom: 100px;
}
.container.-visual {
  padding-top: 50px;
  padding-bottom: 100px;
}
.container.-table {
  padding: 50px 0;
}

.home {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
}

@media only screen and (min-width: 480px) {
  .button__next {
    right: 20px;
  }
  .button__prev {
    left: 20px;
  }
}

@media only screen and (min-width: 640px) {
  .table__row {
    flex-direction: row;
    justify-content: space-between;
  }
  .table__column.-value {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) {
  .sub-header h1 {
    font-size: 44px;
  }
  .sub-header__desc {
    width: 50%;
  }
  .sub-header__message {
    padding-right: 96px;
    width: 50%;
  }
  .container.-subpage-list {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 920px) {
  .banner {
    min-height: 400px;
  }
  .banner__title {
    margin: 8px 0;
    max-width: 800px;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 80px;
    line-height: 5rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .banner__desc {
    max-width: 770px;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 36.8px;
    line-height: 2.3rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .tab {
    display: flex;
  }
  .breadcrumb {
    max-width: 800px;
  }
  .breadcrumb__item {
    display: block;
    padding: 0 17px;
    word-break: break-all;
  }
  .footer {
    padding: 25px 50px;
  }
  .footer__main {
    flex-direction: row;
    align-items: flex-start;
    padding: 60px 0;
    border-bottom: 1px solid #323033;
  }
  .footer__logo {
    align-items: flex-start;
    width: 35%;
  }
  .footer__logo__text {
    padding: 25px 0;
    width: 100%;
    text-align: left;
  }
  .footer__nav-area {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    width: 65%;
    border: none;
  }
  .footer__nav-area__info {
    align-items: flex-start;
    margin-left: 50px;
  }
  .footer__nav {
    align-items: flex-start;
  }
  .footer__nav__item {
    padding: 5px 0;
  }
  .footer__social__item svg {
    width: 14px;
  }
  .footer__sub {
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
  }
  .select {
    display: none;
  }
  .page {
    flex-direction: row;
    justify-content: center;
  }
  .page__select {
    margin: 0 10px 0;
    max-width: 350px;
  }
  .page__select.-year {
    max-width: 200px;
  }
  .page__select.-visible {
    display: none;
  }
  .page__button {
    margin: 0 10px 0;
    max-width: 150px;
  }
  .content {
    padding: 45px 0;
  }
  .content ol {
    max-width: 100%;
    columns: 2;
  }
  .content ol li {
    padding-right: 20px;
  }
  .content.-withimage {
    width: 50%;
  }
  .content.-space p, .content.-space span, .content.-space ul, .content.-space blockquote {
    margin-left: 35px;
  }
  .content h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 39px;
    line-height: 2.4375rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .content h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 33px;
    line-height: 2.0625rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .content h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .content p,
  .content span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .content ul li, .content ol li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .content.-sidebar {
    width: 66.6666666667%;
  }
  .gallery-content {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .gallery-content__image-wrapper {
    width: 48.5%;
    max-width: 600px;
  }
  .sub-header.-tabs .container {
    padding: 261px 24px 100px 24px;
  }
  .sub-header__contents {
    flex-direction: row;
  }
  .container {
    padding: 40px 100px;
  }
  .container.-events {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .container.-sidebar {
    flex-direction: row;
    align-items: flex-start;
    padding-right: 120px;
    padding-left: 120px;
  }
}

@media only screen and (min-width: 920px) and (-ms-high-contrast: none), only screen and (min-width: 920px) and (-ms-high-contrast: active) {
  .table__column.-value {
    float: right;
  }
}

@media only screen and (min-width: 1024px) {
  .header__mini, .header__main {
    padding-right: 30px;
    padding-left: 30px;
  }
  .header__mini {
    display: flex;
    justify-content: flex-end;
    height: 45px;
    visibility: visible;
    transition: height 0.3s 0s, visibility 0.3s 0s, overflow 0.1s 0.3s;
  }
  .header__search {
    display: flex;
  }
  .header__search__input::placeholder {
    color: #939498;
  }
  .header__logo {
    flex-grow: 0;
    padding: 15px 0;
  }
  .header__logo svg {
    margin-left: 19px;
    width: 200px;
  }
  .header__main {
    background-color: transparent;
  }
  .header__main__search {
    display: none;
  }
  .header__main__menu {
    display: none;
  }
  .header__main__nav {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-evenly;
    padding: 0;
    width: calc(100% - 200px);
    max-width: 1000px;
    transform: translateX(0px);
  }
  .nav-item {
    position: relative;
    justify-content: center;
  }
  .nav-item:hover .nav-item__url {
    color: rgb(178.5, 178.5, 178.5);
  }
  .nav-item:hover .nav-item__sub {
    height: auto;
    max-height: 650px;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.2s 0s, opacity 0.3s 0s, visibility 0s 0s;
  }
  .nav-item:hover .nav-item__sub__url {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform-origin: top;
    transition: transform 0.5s 0.1s, opacity 0.3s 0s, visibility 0.1s 0s;
  }
  .nav-item__url {
    padding: 0;
    margin: 0;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    padding: 0;
    text-transform: uppercase;
  }
  .nav-item__sub {
    position: absolute;
    top: 73px;
    left: 50%;
    align-items: center;
    width: 290px;
    padding: 15px 0;
    height: auto;
    max-height: 0;
    background-color: #1b191c;
    border: 1px solid #323033;
    border-top: none;
    opacity: 0;
    box-shadow: 0px 3px 6px 1px rgba(27, 25, 28, 0.36);
    visibility: hidden;
    transform: translateX(-145px);
    transition: max-height 0.5s 0.2s, opacity 0.4s 0.2s, visibility 0.1s 0.5s;
  }
  .nav-item__sub:before {
    content: " ";
    margin-left: 0;
    width: 0;
    height: 0;
    border: solid transparent;
    border-bottom-color: #e22927;
    border-width: 6px;
    transform: translateY(-28px);
  }
  .nav-item__sub:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: calc(100% - 10px);
    min-height: calc(100% - 10px);
    border: 1px solid rgb(98.7428571429, 14.1714285714, 13.2571428571);
  }
  .nav-item__sub__parent {
    display: none;
  }
  .nav-item__sub__url {
    z-index: 99;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin: 0 25px;
    padding: 11px 0;
    width: calc(100% - 50px);
    background-color: #1b191c;
    border-bottom: 1px solid #323033;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    color: rgb(249.9, 249.9, 249.9);
    transform: translateY(-20px);
    transform-origin: top;
    transition: transform 0.5s 0s, opacity 0.2s 0.3s, visibility 0.1s 0.4s, color 0.4s;
  }
  .nav-item__sub__url:hover {
    color: #e22927;
  }
  .nav-item__sub__url:first-of-type {
    padding-top: 0;
  }
  .nav-item__sub__url:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .nav-item__sub__back {
    display: none;
  }
  .content.-space p, .content.-space span, .content.-space ul, .content.-space blockquote {
    margin-left: 33px;
  }
  .content ul li:before, .content ol li:before {
    top: 13px;
  }
  .button__next {
    right: 70px;
  }
  .button__prev {
    left: 70px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {
  .nav-item:last-of-type .nav-item__sub {
    right: 0;
    left: auto;
    width: 220px;
    transform: translateX(30px);
  }
  .nav-item:last-of-type .nav-item__sub:after {
    left: 70%;
  }
  .nav-item:last-of-type .nav-item__sub:before {
    transform: translate(20px, -28px);
  }
  .nav-item:last-of-type .nav-item__sub:after {
    left: 5px;
    top: 5px;
  }
}

@media only screen and (min-width: 1248px) {
  .nav-item__url {
    margin: 0 15px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 19.2px;
    line-height: 1.2rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .content p.-no-space {
    padding: 0;
  }
  .sub-header .container {
    padding: 220px 0 0 0;
    width: 1001px;
    height: 100%;
  }
  .sub-header.-mini .container {
    width: 1001px;
    height: 100%;
  }
  .sub-header.-medium .container {
    width: 1001px;
    height: 100%;
  }
  .sub-header.-blog .container {
    width: 1001px;
    height: 100%;
  }
  .sub-header.-tabs .container {
    width: 1001px;
    height: 100%;
  }
  .sub-header.-large .container {
    width: 1001px;
    height: 100%;
  }
  .sub-header.-double .container {
    width: 1001px;
    height: 100%;
  }
  .button__next:hover, .button__prev:hover {
    background-image: url(/assets/svg/slider-arrow-white.svg);
    background-color: #e22927;
  }
}

@media only screen and (min-width: 1400px) {
  .banner {
    min-height: 550px;
  }
  .banner__container {
    padding: 80px 280px;
  }
  .banner__container.-form {
    margin-bottom: 270px;
  }
  .header__mini, .header__main {
    padding-right: 100px;
    padding-left: 100px;
  }
  .header__logo svg {
    width: 230px;
  }
  .nav-item__url {
    margin: 0 10px;
  }
  .nav-item__sub {
    padding: 20px 0;
  }
  .nav-item__sub:before {
    transform: translateY(-33px);
  }
  .nav-item__sub__url {
    width: calc(100% - 60px);
    margin: 0 30px;
    padding: 10px 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .footer {
    padding: 25px 120px;
  }
  .footer__nav-area__info {
    margin-left: 160px;
    margin-right: 40px;
  }
  .page__select {
    margin: 0 15px 0;
  }
  .page__button {
    margin: 0 15px 0;
  }
  .content.-space p, .content.-space span, .content.-space ul, .content.-space blockquote {
    margin-left: 39px;
  }
  .content h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 43px;
    line-height: 2.6875rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .content h3 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 39px;
    line-height: 2.4375rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .content h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38.4px;
    line-height: 2.4rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .content h2, .content h3, .content h4, .content p, .content span, .content ul, .content ol, .content blockquote, .content hr {
    padding-left: 90px;
    padding-right: 90px;
  }
  .content.-sidebar h2, .content.-sidebar h3, .content.-sidebar h4, .content.-sidebar p, .content.-sidebar span, .content.-sidebar ul, .content.-sidebar ol, .content.-sidebar blockquote {
    padding: 0;
  }
  .content hr {
    margin: 0 90px;
    width: calc(100% - 180px);
  }
  .content__detail {
    padding-left: 90px;
    padding-right: 90px;
  }
  .table__column {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 30.4px;
    line-height: 1.9rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .container {
    padding: 40px 170px;
  }
  .container.-management {
    padding-right: 120px;
    padding-left: 120px;
  }
}

@media only screen and (min-width: 1600px) {
  .header__mini, .header__main {
    padding-right: 120px;
    padding-left: 120px;
  }
  .nav-item__url {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20.8px;
    line-height: 1.3rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) and (min-width: 1400px) {
  .nav-item:last-of-type .nav-item__sub:before {
    transform: translate(20px, -28px);
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) and (min-width: 1248px) {
  .nav-item:last-of-type .nav-item__sub:before {
    transform: translate(20px, -28px);
  }
}

@media only screen and (max-width: 1247px) {
  .content__contact {
    justify-content: flex-start;
    flex-direction: column;
  }
  .content__contact__item {
    width: 100%;
  }
  .sub-header.-medium .container {
    padding: 260px 24px 250px 40px;
  }
  .sub-header.-large .container {
    padding: 260px 24px 0 24px;
  }
}

@media only screen and (max-width: 1023px) {
  .header__logo,
  .header .header__main__search {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: 0.3s 0.2s transform, 0.3s 0s height, 0.4s 0.1s opacity;
  }
  .header__logo.-scale,
  .header .header__main__search.-scale {
    opacity: 0;
    transform: scale3d(1, 0, 0);
    transform-origin: bottom;
    transition: 0.3s 0s transform, 0.3s 0.2s height 0.3s opacity;
  }
  .header__mini {
    position: fixed;
    height: 0;
    background-color: #1b191c;
    transform: translateY(-500px);
    transition: 0.3s 0.1s transform, 0.2s height;
  }
  .header__lang__sub {
    top: 63px;
  }
  .header__main__nav {
    position: fixed;
    top: 63px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    width: 100vw;
    height: 100vh;
    background-color: #1b191c;
    transform: translateX(200vw);
    transition: 0.5s 0.1s transform;
    overflow-y: scroll;
  }
  .nav-item.-open .nav-item__url {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .nav-item.-open .nav-item__sub {
    height: 400px;
    opacity: 1;
    visibility: visible;
  }
  .nav-item.-open .nav-item__sub__url {
    opacity: 1;
    visibility: visible;
  }
  .nav-item__url {
    height: 50px;
    opacity: 1;
    visibility: visible;
  }
  .nav-item__url.-hidden {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .nav-item__sub {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: scroll;
  }
}

@media only screen and (max-width: 919px) {
  .banner__sub {
    justify-content: space-between;
  }
  .banner__sub__link {
    width: 100%;
    margin-bottom: 14px;
    margin-right: 0;
  }
  .banner__filter {
    justify-content: flex-start;
    flex-direction: column;
  }
  .banner__filter__display {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  .breadcrumb__item.-desktop {
    display: none;
  }
  .breadcrumb__item.-mobile {
    display: flex;
  }
  .breadcrumb__item.-mobile:before {
    width: 16px;
    height: 10px;
    background-image: url(/assets/svg/back.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    transform: translate(-13px, 5px);
  }
  .footer__logo__images {
    flex-direction: column;
    justify-content: center;
  }
  .footer__logo__images.-link {
    flex-direction: column;
    padding: 0;
  }
  .footer__logo__images.-link:last-child {
    border-left: none;
  }
  .footer__logo__text {
    margin-top: 20px;
  }
  .page {
    max-width: 500px;
  }
  .content {
    order: 0;
    padding: 50px 0 0 0;
  }
  .content__contact__item {
    padding: 35px 20px;
    height: auto;
  }
  .content__contact__item .name, .content__contact__item .mail, .content__contact__item .address, .content__contact__item .tel, .content__contact__item .fax {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
}

@media only screen and (max-width: 919px) and (-ms-high-contrast: none), only screen and (max-width: 919px) and (-ms-high-contrast: active) {
  .table__column.-name {
    float: right;
  }
  .table__column.-mid {
    float: right;
  }
}

@media only screen and (max-width: 639px) {
  .content__pdf:before {
    width: 30px;
    height: 30px;
  }
  .content__pdf {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
}

@media only screen and (max-width: 559px) {
  .banner__filter__main {
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .banner__filter__input {
    min-width: 100%;
  }
  .banner__filter__button {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }
  .banner__filter__button:after {
    top: 16px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav-item__sub:before {
    transform: translate(110px, -43px);
  }
  .content {
    height: 100%;
  }
  .content img {
    height: 100%;
  }
  .content p,
  .content span {
    height: 100%;
  }
  .gallery-content {
    height: 100%;
  }
}




