/* RWD */
.simple-link {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  display: inline-block;
  margin-top: 22px;
  outline: none;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-bottom: 1px solid #000;
  transition: all 0.35s ease;
}
.simple-link:hover {
  text-decoration: none;
  color: #FFD018;
  border-bottom-color: #FFD018;
}
@media (min-width: 768px) {
  .simple-link {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .simple-link {
    margin-top: 33px;
  }
}

.button-border {
  font-style: normal;
  font-weight: normal;
  color: #000;
  outline: none;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 0.03em;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.35s ease;
}
@media (min-width: 768px) {
  .button-border {
    font-size: 16px;
    line-height: 135%;
  }
}
.button-border:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: calc(100% + 30px);
  transform: translateX(-15px);
  height: 0px;
  background-color: #FFD018;
  z-index: -1;
  opacity: 0;
  transition: all 0.35s ease;
}
@media (min-width: 768px) {
  .button-border:after {
    bottom: 6px;
  }
}
.button-border.button-border--active:after, .button-border.active:after, .button-border:hover:after {
  opacity: 1;
  height: 16px;
}
.button-border.button-border--active:hover:after, .button-border.active:hover:after {
  height: 28px;
}

.button-border--md {
  font-size: 16px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .button-border--md {
    font-size: 19px;
  }
}

.button-border--lg {
  font-size: 16px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .button-border--lg {
    font-size: 22px;
  }
}

.button-border--wide {
  font-size: 14px;
  font-weight: 800;
  padding: 10px 30px;
  text-transform: inherit;
  font-weight: 400;
}
@media (min-width: 768px) {
  .button-border--wide {
    font-size: 20px;
  }
}
.button-border--wide:hover {
  padding: 10px 40px;
}

.text-center {
  text-align: center;
}

.color-accent {
  color: #FFD018;
}

.text-100 {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .text-100 {
    font-size: 16px;
    line-height: 24px;
  }
}
.text-100 p {
  padding: 10px 0;
}
.text-100 p:first-child {
  padding-top: 0;
}
.text-100 p:last-child {
  padding-bottom: 0;
}

.text-100--light {
  color: #ffffff;
}

.text-100--lg {
  font-size: 16px;
  line-height: 19.2px;
}

b, strong {
  font-weight: bold;
}

.flex-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex-row {
    flex-direction: row;
  }
}

.flex-row__item {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .flex-row__item {
    width: 50%;
  }
}
.flex-row__item:last-child {
  margin-bottom: 0;
}

.tiny-title-100 {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000000;
}

.small-title-100 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.small-title-101 {
  font-family: "BwModelicaSS01", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.small-title-102 {
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: initial;
}

.small-title-103 {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-decoration: none;
  outline: none;
  color: initial;
}

.pretitle-100 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.section-title-100 {
  font-family: "BwModelicaSS01", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 115%;
  text-align: right;
  letter-spacing: 0.05em;
  font-size: 40px;
}
@media (min-width: 380px) {
  .section-title-100 {
    font-size: 50px;
  }
}

.pretitle-101 {
  font-weight: 300;
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.6em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .pretitle-101 {
    font-size: 12px;
    line-height: 16px;
  }
}

.pretitle-102 {
  font-size: 16px;
  line-height: 16px;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #043F3C;
  font-weight: normal;
}

.title-101 {
  font-weight: bold;
  display: inline-block;
  font-size: 19px;
  line-height: 135%;
  letter-spacing: 0.03em;
}
.title-101:hover {
  font-size: 19px;
}

.title-102 {
  font-size: 30px;
  line-height: 100%;
  font-weight: bold;
}
@media (min-width: 768px) {
  .title-102 {
    font-size: 35px;
    line-height: 120%;
  }
}
.title-102 span {
  font-size: 24px;
  line-height: 24px;
}

.title-103 {
  font-size: 40px;
  line-height: 115%;
  letter-spacing: 0.03em;
  color: #000000;
}

.subtitle-100 {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000000;
}

.subtitle-102 {
  font-family: "BwModelicaSS01", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.subtitle-103 {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #043F3C;
}

.fix-rwd-width {
  max-width: 700px;
  margin: auto;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .fix-rwd-width {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .fix-rwd-width {
    max-width: 900px;
  }
}
@media (min-width: 1100px) {
  .fix-rwd-width {
    max-width: 1000px;
  }
}

.site-header-100, .site-header-101 {
  padding: 120px 30px 20px;
}
@media (min-width: 500px) {
  .site-header-100, .site-header-101 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .site-header-100, .site-header-101 {
    padding: 170px 75px 40px;
  }
}
@media (min-width: 992px) {
  .site-header-100, .site-header-101 {
    padding: 170px 75px 40px;
  }
}
@media (min-width: 1300px) {
  .site-header-100, .site-header-101 {
    padding: 160px 50px 50px;
  }
}
@media (min-width: 1400px) {
  .site-header-100, .site-header-101 {
    padding-top: 150px;
  }
}

.site-header-102 {
  padding: 150px 20px 40px;
}
@media (min-width: 768px) {
  .site-header-102 {
    padding-left: 40px;
    padding-top: 280px;
  }
}
@media (min-width: 992px) {
  .site-header-102 {
    padding-left: 80px;
  }
}

.site-header-103 {
  padding: 30px;
  padding-top: 130px;
}
.site-header-103 .flex-row {
  margin: auto;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .site-header-103 .flex-row {
    margin-left: auto;
    margin-right: 0;
    align-items: flex-start;
  }
}
.site-header-103 .flex-row .flex-row__item {
  width: auto;
}
@media (min-width: 768px) {
  .site-header-103 .flex-row .flex-row__item {
    margin-right: auto;
    margin-left: auto;
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .site-header-103 .flex-row .flex-row__item {
    padding-right: 0;
    margin-right: 70px;
  }
}
.site-header-103 .flex-row .flex-row__item:nth-child(2) {
  max-width: 330px;
}
@media (min-width: 768px) {
  .site-header-103 .flex-row .flex-row__item:nth-child(2) {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    min-width: 330px;
  }
}
@media (min-width: 992px) {
  .site-header-103 .flex-row .flex-row__item:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .site-header-103 {
    padding: 50px;
    padding-top: 180px;
    padding-right: 10%;
  }
}

@media (min-width: 768px) {
  .site-header-101 {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .site-header-101 .simple-header-100 {
    margin-left: 20%;
  }
}
@media (min-width: 992px) {
  .site-header-101 .simple-header-100 {
    margin-left: 100px;
  }
}

@media (min-width: 768px) {
  .site-header-100 .simple-header-100 {
    margin-left: 20%;
  }
}
@media (min-width: 992px) {
  .site-header-100 .simple-header-100 {
    margin-left: 0px;
  }
}

.site-header-110 {
  background: url("../img/backgrounds/bg-contact.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: right;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .site-header-110 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.site-header-110 .simple-header-100-container {
  display: inline-block;
  margin-right: 40px;
}
@media (min-width: 768px) {
  .site-header-110 .simple-header-100-container {
    margin-right: 80px;
  }
}
@media (min-width: 1300px) {
  .site-header-110 .simple-header-100-container {
    margin-right: 160px;
  }
}

.site-section-110 {
  position: relative;
}
.site-section-110 .contact-info-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 814px;
}
@media (min-width: 768px) {
  .site-section-110 .contact-info-container {
    width: calc(100% - 180px);
    position: absolute;
    z-index: 100;
    top: -30px;
    z-index: 100;
    right: 30px;
  }
}
@media (min-width: 992px) {
  .site-section-110 .contact-info-container {
    right: 50px;
    width: calc(100% - 300px);
    top: -60px;
  }
}
@media (min-width: 1100px) {
  .site-section-110 .contact-info-container {
    max-width: 860px;
  }
}
@media (min-width: 1300px) {
  .site-section-110 .contact-info-container {
    top: -180px;
  }
}
@media (min-width: 1700px) {
  .site-section-110 .contact-info-container {
    right: 100px;
    max-width: 900px;
  }
}
.site-section-110 .googlemap {
  height: 460px;
}
@media (min-width: 768px) {
  .site-section-110 .googlemap {
    height: 820px;
  }
}
@media (min-width: 1300px) {
  .site-section-110 .googlemap {
    height: 720px;
  }
}
.site-section-110 .googlemap-container {
  position: relative;
}
.site-section-110 .googlemap-container .googlemap-container__map-layer {
  width: 130%;
  margin-left: -30%;
}
@media (min-width: 768px) {
  .site-section-110 .googlemap-container .googlemap-container__map-layer {
    width: 100%;
    margin-left: 0;
  }
}
.site-section-110 .googlemap-container__panel {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.site-section-110 .icon-zoom-in, .site-section-110 .icon-zoom-out {
  background-color: #39398F;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
  position: relative;
}
.site-section-110 .icon-zoom-in:before, .site-section-110 .icon-zoom-in:after, .site-section-110 .icon-zoom-out:before, .site-section-110 .icon-zoom-out:after {
  content: "";
  width: 15px;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-section-110 .icon-zoom-in:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.site-section-110 .icon-zoom-out:before {
  display: none;
}
.site-section-110 .flex-row-container {
  padding: 30px;
}
@media (min-width: 768px) {
  .site-section-110 .flex-row-container {
    padding: 20px 40px;
  }
}
@media (min-width: 992px) {
  .site-section-110 .flex-row-container {
    padding: 40px 60px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1300px) {
  .site-section-110 .flex-row-container {
    padding: 80px 60px;
    padding-bottom: 120px;
  }
}
.site-section-110 .flex-row {
  max-width: 850px;
  margin: auto;
}
@media (min-width: 768px) {
  .site-section-110 .flex-row {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .site-section-110 .flex-row__item {
    width: 33%;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 1300px) {
  .site-section-110 .flex-row__item {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .simple-header-100 {
    display: inline-block;
  }
}

.simple-header-100__pretitle-wrapper {
  margin-bottom: 15px;
}

.site-section-100, .site-section-101 {
  box-sizing: border-box;
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .site-section-100, .site-section-101 {
    padding: 0;
  }
}
.site-section-100 .site-section__wrapper, .site-section-101 .site-section__wrapper {
  padding: 0px 0;
}
.site-section-100 .filter-100-container, .site-section-101 .filter-100-container {
  margin-top: 30px;
  width: auto;
}
@media (min-width: 768px) {
  .site-section-100 .filter-100-container, .site-section-101 .filter-100-container {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .site-section-100 .filter-100-container, .site-section-101 .filter-100-container {
    padding-left: 75px;
  }
}
@media (min-width: 1300px) {
  .site-section-100 .filter-100-container, .site-section-101 .filter-100-container {
    padding-left: 50px;
  }
}
.site-section-100 .flex-row, .site-section-101 .flex-row {
  flex-direction: column-reverse;
}
.site-section-100 .flex-row .flex-row__item:first-child, .site-section-101 .flex-row .flex-row__item:first-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .site-section-100 .flex-row, .site-section-101 .flex-row {
    flex-direction: row;
    justify-content: space-between;
  }
  .site-section-100 .flex-row .flex-row__item:first-child, .site-section-101 .flex-row .flex-row__item:first-child {
    margin-bottom: auto;
  }
}
@media (min-width: 992px) {
  .site-section-100 .flex-row, .site-section-101 .flex-row {
    justify-content: space-between;
  }
}
.site-section-100 .preview-list-container, .site-section-101 .preview-list-container {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .site-section-100 .preview-list-container, .site-section-101 .preview-list-container {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .site-section-100 .accent-box-container, .site-section-101 .accent-box-container {
    width: 450px;
  }
}
@media (min-width: 1300px) {
  .site-section-100 .accent-box-container, .site-section-101 .accent-box-container {
    width: 529px;
    transform: translateX(30px);
  }
}

.site-section-101 {
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .site-section-101 {
    margin-bottom: 150px;
  }
}
@media (min-width: 1300px) {
  .site-section-101 .filter-100-container {
    padding-left: 50px;
  }
}
@media (min-width: 1300px) {
  .site-section-101 .news-list-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.site-section-103 {
  padding: 30px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .site-section-103 {
    padding: 30px 30px 30px 7%;
    margin-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .site-section-103 {
    margin-bottom: 100px;
  }
}
.site-section-103 .decoration-container-102 {
  display: none;
}
@media (min-width: 1300px) {
  .site-section-103 .decoration-container-102 {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -240px;
  }
}

.site-section-104 {
  padding: 0 30px;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .site-section-104 {
    padding: 0 50px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .site-section-104 {
    max-width: 840px;
    margin: auto;
    margin-bottom: 150px;
  }
}
.site-section-104 .simple-article-100__video {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .site-section-104 .simple-article-100__video {
    margin-top: 100px;
    margin-left: 150px;
  }
}
@media (min-width: 992px) {
  .site-section-104 .simple-article-100__video {
    max-width: 800px;
    transform: translateX(50px);
  }
}
@media (min-width: 1200px) {
  .site-section-104 .simple-article-100__video {
    transform: translateX(135px);
  }
}

.site-section-105 {
  padding: 30px;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .site-section-105 {
    padding: 0 50px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .site-section-105 {
    max-width: 840px;
    margin: auto;
    margin-bottom: 140px;
  }
}

.site-section-121 .filter-100-container {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .site-section-121 .filter-100-container {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .site-section-121 .filter-100-container {
    padding-left: 80px;
  }
}
.site-section-121 .preview-list-container {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .site-section-121 .preview-list-container {
    margin-top: 60px;
  }
}
.site-section-121 .flex-row {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .site-section-121 .flex-row {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .site-section-121 .flex-row {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .site-section-121 .accent-box-container {
    width: 529px;
    transform: translateX(95px);
  }
}

.category {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.category__item {
  margin: 0px 10px;
}

.category__all {
  margin: 10px;
}

.preview-list {
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .preview-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .preview-list {
    justify-content: space-between;
    padding-left: 75px;
    padding-right: 75px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1300px) {
  .preview-list {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.preview-list:last-child {
  margin-bottom: 0;
}
.preview-list .preview-list__item {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .preview-list .preview-list__item {
    width: 42%;
  }
  .preview-list .preview-list__item:nth-child(3n-1):before {
    content: "";
    position: absolute;
    top: 13%;
    left: -30%;
    width: 200%;
    background: url(../img/decorations/section-group-101.svg) no-repeat 50% 50%;
    height: 1770px;
    background-size: 1330px;
    z-index: -1;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .preview-list .preview-list__item:nth-child(3n-1):before {
    height: 2170px;
    background-size: 1700px;
  }
}
@media (min-width: 768px) {
  .preview-list .preview-list__item:nth-child(3n+2) {
    margin: auto;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .preview-list .preview-list__item:nth-child(3n) {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .preview-list .preview-list__item {
    width: 45%;
    margin-bottom: 80px;
  }
  .preview-list .preview-list__item:nth-child(3n+1) {
    max-width: 357px;
  }
  .preview-list .preview-list__item:nth-child(3n+2) {
    max-width: 357px;
  }
  .preview-list .preview-list__item:nth-child(3n) {
    width: 100%;
    margin-bottom: 100px;
  }
}
@media (min-width: 1100px) {
  .preview-list .preview-list__item:nth-child(3n+2) {
    margin-left: 120px;
    margin-right: auto;
  }
}
@media (min-width: 1300px) {
  .preview-list .preview-list__item:nth-child(3n+2) {
    margin-left: 95px;
    margin-right: auto;
  }
}
.preview-list .preview-list__item:last-child {
  margin-bottom: 0;
}

.preview-list-justify {
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .preview-list-justify {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .preview-list-justify {
    justify-content: space-between;
    padding-left: 75px;
    padding-right: 75px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1100px) {
  .preview-list-justify {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1300px) {
  .preview-list-justify {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.preview-list-justify:last-child {
  margin-bottom: 0;
}
.preview-list-justify .preview-list__item {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .preview-list-justify .preview-list__item {
    width: 42%;
  }
  .preview-list-justify .preview-list__item:nth-child(2n-1):before {
    content: "";
    position: absolute;
    top: 13%;
    left: -30%;
    width: 200%;
    background: url(../img/decorations/section-group-101.svg) no-repeat 50% 50%;
    height: 1770px;
    background-size: 1330px;
    z-index: -1;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .preview-list-justify .preview-list__item:nth-child(2n-1):before {
    height: 2170px;
    background-size: 1700px;
  }
}
@media (min-width: 768px) {
  .preview-list-justify .preview-list__item:nth-child(2n+2) {
    margin: auto;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .preview-list-justify .preview-list__item {
    width: 45%;
    margin-bottom: 80px;
  }
  .preview-list-justify .preview-list__item:nth-child(2n+1) {
    max-width: 357px;
  }
  .preview-list-justify .preview-list__item:nth-child(2n+2) {
    max-width: 357px;
  }
}
@media (min-width: 1100px) {
  .preview-list-justify .preview-list__item:nth-child(2n+2) {
    margin-left: 120px;
    margin-right: auto;
  }
  .preview-list-justify .preview-list__item:nth-child(4n+2) {
    margin-left: 160px;
  }
}
@media (min-width: 1300px) {
  .preview-list-justify .preview-list__item:nth-child(2n+2) {
    margin-left: 95px;
    margin-right: auto;
  }
  .preview-list-justify .preview-list__item:nth-child(2n+2):nth-child(4n+2) {
    margin-left: 160px;
  }
}
.preview-list-justify .preview-list__item:last-child {
  margin-bottom: 0;
}

.tile-item__header {
  position: relative;
}
.tile-item__header .tile-item-decorative {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 90%;
  background-color: #FFD018;
  transition: all 0.25s ease;
  z-index: -1;
}
.tile-item__header:hover .tile-item-decorative {
  bottom: -14px;
  left: -14px;
}

.tile-item__image {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.tile-item__image img {
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tile-item__main {
  margin-top: 25px;
}

.tile-item__pretitle {
  margin-bottom: 15px;
}

.flex-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}

.filter-100__item {
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .filter-100__item {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .filter-100__item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1300px) {
  .filter-100__item {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.filter-100__item .button-border {
  font-family: "BwModelicaSS01", sans-serif;
  font-size: 16px;
}
@media (min-width: 768px) {
  .filter-100__item .button-border {
    font-size: 19px;
    line-height: 135%;
  }
}
.filter-100__item .button-border--active {
  font-size: 18px;
}
@media (min-width: 768px) {
  .filter-100__item .button-border--active {
    font-size: 22px;
  }
}
.filter-100__item .button-border--active:hover:after {
  height: 39px;
}

.preview-item {
  width: 100%;
  position: relative;
  margin: auto;
  max-width: 240px;
}
@media (min-width: 768px) {
  .preview-item {
    max-width: 530px;
  }
}
.preview-item:hover .preview-item__description {
  opacity: 1;
  transform: scale(1);
}
.preview-item:hover .preview-item__share {
  opacity: 1;
  transform: translate(-66px, -50%) rotate(-90deg);
}
@media (min-width: 768px) {
  .preview-item:hover .preview-item__share {
    transform: translate(-114px, -50%) rotate(-90deg);
  }
}
.preview-item:hover .preview-item__share .share-box__icon {
  opacity: 1;
}
.preview-item:hover .button-border:after {
  opacity: 1;
  height: 16px;
}
.preview-item:hover .button-border:hover:after {
  height: 38px;
}
@media (min-width: 768px) {
  .preview-item:hover .button-border:hover:after {
    height: 33px;
  }
}

.preview-item.preview-item--accent {
  max-width: 529px;
}
.preview-item.preview-item--accent:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -30px;
  z-index: -1;
  width: 100vw;
  height: 80%;
  background-color: #F6F4F4;
}
@media (min-width: 768px) {
  .preview-item.preview-item--accent:before {
    top: -20px;
    left: -50px;
    height: 65%;
  }
}

@media (min-width: 768px) {
  .preview-item--horizontal {
    max-width: 357px;
  }
}
@media (min-width: 992px) {
  .preview-item--horizontal {
    max-width: 529px;
    width: 100%;
  }
}
.preview-item--horizontal .preview-item__image-core {
  padding-bottom: 80%;
}
@media (min-width: 992px) {
  .preview-item--horizontal .preview-item__image-core {
    padding-bottom: 60%;
  }
}

@media (min-width: 768px) {
  .preview-item--vertical {
    max-width: 357px;
  }
}
.preview-item--vertical .preview-item__image-core {
  padding-bottom: 130%;
}

@media (min-width: 768px) {
  .preview-item--square {
    max-width: 357px;
  }
}
.preview-item--square .preview-item__image-core {
  padding-bottom: 100%;
}

.preview-item--user-woman .preview-item__image {
  background: #FFD018 url("../img/crew/fake-woman.svg") no-repeat center;
  background-size: 35%;
}

.preview-item--user-man .preview-item__image {
  background: #043F3C url("../img/crew/fake-man.svg") no-repeat center;
}

.preview-item--accent-02 {
  max-width: 450px;
  margin-right: 0;
}
@media (min-width: 992px) {
  .preview-item--accent-02 {
    max-width: 544px;
  }
}
.preview-item--accent-02:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -30px;
  z-index: -1;
  width: 100vw;
  height: 80%;
  background-color: #F6F4F4;
}
@media (min-width: 768px) {
  .preview-item--accent-02:before {
    top: -30px;
    left: -50px;
    height: 65%;
  }
}

.preview-item--vertical.preview-item--user-woman .preview-item__image {
  background-size: 45%;
}

.preview-item--horizontal.preview-item--user-woman .preview-item__image {
  background-size: 30%;
}

.preview-item--square.preview-item--user-woman .preview-item__image {
  background-size: 105%;
}

.preview-item--vertical.preview-item--user-man .preview-item__image {
  background-size: 35%;
}

.preview-item--horizontal.preview-item--user-man .preview-item__image {
  background-size: 35%;
}

.preview-item--square.preview-item--user-man .preview-item__image {
  background-size: 35%;
}

.preview-item__image {
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.preview-item__image-core {
  display: block;
  padding: 0 0 100% 0;
  background-size: cover;
}

.preview-item__title {
  font-family: "BwModelicaSS01", sans-serif;
  text-transform: uppercase;
}

.preview-item__description {
  position: absolute;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: europa, sans-serif;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 63, 60, 0.85);
  padding: 20px 13%;
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.35s ease;
}

.preview-item__description-text {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .preview-item__description-text {
    margin-top: 50px;
  }
}

.preview-item__share {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-86px, -50%) rotate(-90deg);
  z-index: 10;
  transition: all 0.35s ease;
  opacity: 0;
}
@media (min-width: 768px) {
  .preview-item__share {
    transform: translate(-114px, -40%) rotate(-90deg);
  }
}

.news-list-container {
  margin: 50px auto 30px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .news-list-container {
    max-width: 100%;
  }
}

.news-list {
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 230px;
  }
}
@media (min-width: 992px) {
  .news-list {
    justify-content: space-between;
    padding-left: 75px;
    padding-right: 75px;
    margin-bottom: 250px;
  }
}
@media (min-width: 1300px) {
  .news-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .news-list:nth-child(2n-1):before {
    content: "";
    position: absolute;
    top: -12%;
    left: 26%;
    width: 200%;
    height: 1370px;
    background: url(../img/decorations/decoration-103.svg) no-repeat 50% 50%;
    background-size: 700px;
    z-index: -1;
  }
}
@media (min-width: 1300px) {
  .news-list:nth-child(2n-1):before {
    top: -13%;
    left: 43%;
    height: 1370px;
    background-size: 900px;
  }
}
@media (min-width: 1400px) {
  .news-list:nth-child(2n-1):before {
    top: -14%;
    left: 54%;
  }
}
@media (min-width: 1750px) {
  .news-list:nth-child(2n-1):before {
    left: 60%;
  }
}
@media (min-width: 1900px) {
  .news-list:nth-child(2n-1):before {
    left: 65%;
  }
}
.news-list:last-child {
  margin-bottom: 0;
}

.news-list__item {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .news-list__item {
    width: 40%;
    margin-bottom: 60px;
  }
  .news-list__item:nth-child(3n) {
    width: 580px;
    margin-bottom: 230px;
  }
  .news-list__item:nth-child(3n+2) {
    margin-top: 150px;
  }
}
@media (min-width: 992px) {
  .news-list__item {
    width: 45%;
    margin-bottom: 90px;
  }
  .news-list__item:nth-child(3n+1) {
    max-width: 280px;
  }
  .news-list__item:nth-child(3n+2) {
    max-width: 485px;
    width: 55%;
  }
  .news-list__item:nth-child(3n) {
    width: 100%;
    margin-bottom: 250px;
  }
}
.news-list__item:last-child {
  margin-bottom: 0;
}

.news-item {
  position: relative;
  width: auto;
  max-width: 240px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .news-item {
    max-width: 580px;
  }
}
.news-item:hover .button-border:after {
  opacity: 1;
  height: 16px;
}
.news-item:hover .button-border:hover:after {
  height: 36px;
}
@media (min-width: 992px) {
  .news-item:hover .button-border:hover:after {
    height: 31px;
  }
}
.news-item:hover .news-item__image_header:before {
  left: -20px;
  bottom: -20px;
}

.news-item__image-core {
  display: block;
  padding: 0 0 100% 0;
  background-size: cover;
}

@media (min-width: 992px) {
  .news-item--vertical {
    display: flex;
  }
}
@media (min-width: 992px) {
  .news-item--vertical .news-item__image_header {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.news-item--vertical .news-item__image_header:before {
  background-color: #FFD018;
}
.news-item--vertical .news-item__image-core {
  padding-bottom: 120%;
}
@media (min-width: 768px) {
  .news-item--vertical .news-item__image-core {
    padding-bottom: 140%;
  }
}
@media (min-width: 992px) {
  .news-item--vertical .news-item__image-core {
    width: 240px;
  }
}

@media (min-width: 768px) {
  .news-item--horizontal {
    display: flex;
  }
}
.news-item--horizontal .news-item__image-core {
  padding-bottom: 70%;
}
@media (min-width: 768px) {
  .news-item--horizontal .news-item__image-core {
    padding-bottom: 60%;
    width: 345px;
  }
}
@media (min-width: 768px) {
  .news-item--horizontal .news-item__image_header {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.news-item--horizontal .news-item__image_header:before {
  background-color: #E9187C;
}

.news-item--horizontal .news-item__image-core, .preview-item--accent-02 .news-item__image-core {
  padding-bottom: 70%;
}
@media (min-width: 768px) {
  .news-item--horizontal .news-item__image-core, .preview-item--accent-02 .news-item__image-core {
    padding-bottom: 60%;
  }
}

.news-item__image_header {
  position: relative;
  margin-bottom: 30px;
}
.news-item__image_header:before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -14px;
  left: -14px;
  height: 90%;
  width: 70%;
  background: #043F3C;
  transition: all 0.25s ease;
}

.news-item__image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.news-item__subtitle {
  margin-top: 15px;
}
.news-item__subtitle .subtitle-100 {
  display: inline-block;
  margin-right: 15px;
}

.news-item__more {
  text-align: right;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .news-item__more {
    margin-top: 40px;
  }
}

.news-item__link {
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 0.05em;
  color: #043F3C;
  outline: none;
  text-decoration: none;
  display: inline-block;
}
.news-item__link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 20px;
  background: url("../img/icons/icon-eye-green.svg") no-repeat center;
  background-size: contain;
  margin-right: 15px;
  transition: transform 0.25s ease;
}
.news-item__link:hover {
  color: #043F3C;
  outline: none;
  text-decoration: none;
}
.news-item__link:hover:before {
  transform: scale(1.2);
}

.share-box {
  padding: 10px 15px 10px 18px;
  background-color: #FFD018;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .share-box {
    padding: 22px 29px 22px 29px;
  }
}

.share-box__title {
  font-size: 9px;
  line-height: 9px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #000000;
}

.share-box__icon {
  opacity: 0;
  margin-left: 8px;
  transform: rotate(90deg) scale(1);
  transition: all 0.35s ease;
}
.share-box__icon:hover {
  transform: rotate(90deg) scale(1.2);
}

.load-more-block {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .load-more-block .load-more-block__button {
    margin-top: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.load-more-block .load-more-block__button .button-border {
  font-size: 16px;
  padding: 10px 35px;
}
.load-more-block .load-more-block__button .button-border:after {
  height: 22px;
  bottom: -3px;
}
.load-more-block .load-more-block__button .button-border--active:hover:after {
  height: 45px;
}
@media (min-width: 768px) {
  .load-more-block .load-more-block__button .button-border--active:hover:after {
    height: 52px;
  }
}
@media (min-width: 992px) {
  .load-more-block .load-more-block__button .button-border--active:hover:after {
    height: 51px;
  }
}
@media (min-width: 768px) {
  .load-more-block .load-more-block__button .button-border {
    font-size: 20px;
  }
}

.load-more-block__archive {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .load-more-block__archive {
    margin-top: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.load-more-block__archive .load-more-block__button {
  font-size: 16px;
}

.article-nav {
  margin-bottom: 5px;
}

.article-nav__item {
  display: inline-block;
}
.article-nav__item:after {
  content: " / ";
  font-family: inherit;
  font-weight: 300;
  font-size: 12px;
}
.article-nav__item:last-child:after {
  content: "";
}

.article-nav__link {
  transition: color 0.25s ease;
}
.article-nav__link:hover {
  color: #FFD018;
}

.article-nav__link--accent {
  color: #FFD018;
}

.article-item__pretitle {
  margin-bottom: 20px;
}

.article-item__title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.article-item__title-container {
  margin-bottom: 20px;
}

.article-item__subtitle {
  padding: 8px 0 0 0;
}

.article-item__button {
  text-align: right;
  margin-top: 20px;
}

.icon-eye {
  display: inline-block;
  width: 50px;
  height: 34px;
  background: url("../img/performances//icon-eye.svg") no-repeat center;
}

.decoration-container-101 {
  display: none;
}
@media (min-width: 768px) {
  .decoration-container-101 {
    width: 65%;
    display: block;
    position: absolute;
    top: 0;
    left: 80px;
    z-index: -1;
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .decoration-container-101 {
    width: 70%;
    left: 0;
    max-width: 620px;
  }
}
@media (min-width: 1300px) {
  .decoration-container-101 {
    max-width: 700px;
  }
}
@media (min-width: 1400px) {
  .decoration-container-101 {
    max-width: 770px;
  }
}

.info-box-100 {
  position: relative;
  padding: 35px 0;
  text-align: center;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .info-box-100 {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 45px 0;
  }
}
@media (min-width: 992px) {
  .info-box-100 {
    padding: 60px 0;
  }
}
.info-box-100:before {
  content: "";
  background-color: #F6F4F4;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -25%;
  width: 155%;
  height: 100%;
}
@media (min-width: 768px) {
  .info-box-100:before {
    left: -50%;
  }
}
@media (min-width: 992px) {
  .info-box-100:before {
    width: 150%;
  }
}

.info-box-100__item {
  margin-bottom: 40px;
}
.info-box-100__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .info-box-100__item {
    margin: auto;
    margin-top: 0;
  }
  .info-box-100__item:last-child {
    margin: auto;
  }
}

.info-box-100__button .button-border:hover:after {
  height: 28px;
}

.info-box-100__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #000000;
}
.info-box-100__text li {
  padding: 2px 0;
}
@media (min-width: 768px) {
  .info-box-100__text {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  .info-box-100__text {
    font-size: 16px;
  }
}

.info-box__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}

.info-box-100__pretitle {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .info-box-100__pretitle {
    margin-bottom: 33px;
  }
}

.simple-article-100__text {
  margin-left: 30px;
}
.simple-article-100__text p {
  margin-bottom: 20px;
  text-align: justify;
}

.simple-article-100__title {
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .simple-article-100__title {
    margin-bottom: 46px;
  }
}

.video-box-100 {
  position: relative;
}
.video-box-100 .video-box-100__play-button {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10%;
  cursor: pointer;
}
.video-box-100 .video-box-100__play-button svg {
  width: 100%;
}

.video-box-100__cover {
  position: relative;
  z-index: 1;
}
.video-box-100__cover:before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -7px;
  left: -7px;
  height: 80%;
  width: 70%;
  background: #E9187C;
}
@media (min-width: 768px) {
  .video-box-100__cover:before {
    bottom: -14px;
    left: -14px;
  }
}

.video-overlay-100 {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.55s ease, z-index 0s 0.55s;
  background: #fff;
  transform: scale(0.8);
}
.video-overlay-100--active {
  opacity: 1;
  bottom: 0;
  z-index: 90000;
  transform: scale(1);
  transition: all 0.55s ease, z-index 0s;
}
.video-overlay-100__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: inline-block;
}
.video-overlay-100__close:before, .video-overlay-100__close:after {
  content: "";
  width: 35px;
  height: 5px;
  border-radius: 40%;
  background-color: #FFD018;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-overlay-100__close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.video-overlay-100__close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.video-overlay-100__iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  height: 100%;
  max-height: 75%;
  transform: translate(-50%, -50%);
  border: 10px solid #FFD018;
}
@media (min-width: 768px) {
  .video-overlay-100__iframe {
    max-width: 80%;
  }
}
.video-overlay-100__iframe iframe {
  width: 100%;
  height: 100%;
}

.extra-info-100 h4 {
  font-family: "BwModelicaSS01", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.extra-info-100 p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .extra-info-100 p {
    margin-bottom: 30px;
    margin-top: 8px;
  }
}

.extra-info-100__header {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .extra-info-100__header {
    margin-bottom: 100px;
  }
}

.extra-info-100__main {
  margin-left: 30px;
}
@media (min-width: 768px) {
  .extra-info-100__main {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .extra-info-100__item {
    margin-right: 145px;
  }
  .extra-info-100__item:last-child {
    margin-right: 0;
  }
}

.small-decorated-title--100 {
  font-size: 16px;
  text-align: right;
  color: #043F3C;
}
@media (min-width: 768px) {
  .small-decorated-title--100 {
    font-size: 20px;
  }
}

.contact-info {
  background-color: #fff;
  padding: 30px;
}
@media (min-width: 768px) {
  .contact-info {
    box-shadow: -3px 6px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .contact-info {
    padding: 60px;
  }
}
.contact-info__container {
  display: flex;
  flex-direction: column;
}
.contact-info .contact-info__simple-text {
  margin-top: 12px;
}
@media (min-width: 1500px) {
  .contact-info .contact-info__simple-text {
    margin-top: 16px;
  }
}
.contact-info .contact-info__strong-text {
  margin-bottom: 20px;
}
.contact-info .contact-info__strong-text:last-child {
  margin-bottom: 0;
}
.contact-info .contact-info__strong-text .pretitle-102 {
  margin-bottom: 5px;
}
.contact-info .contact-info__title {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-info .contact-info__title {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.contact-info__group {
  margin-bottom: 30px;
}
.contact-info__group:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contact-info__group {
    margin: auto;
    margin-top: 0;
  }
  .contact-info__group:last-child {
    margin-right: 0;
    margin-left: 0;
  }
}
.simple-article-101__header {
  margin-bottom: 20px;
}

a.text, a.small-title-103, a.small-title-102 {
  color: initial;
  transition: color 0.25s ease;
}
a.text:hover, a.small-title-103:hover, a.small-title-102:hover {
  color: #FFD018;
}

a.small-title-102 {
  margin-bottom: 5px;
  display: inline-block;
}

.square-image {
  display: inline-block;
}

.infoBox img {
  width: 20px;
  z-index: 100;
  margin: 10px !important;
}
@media (min-width: 768px) {
  .infoBox img {
    margin: 20px 20px 0 0 !important;
    width: 30px;
  }
}

.infobox {
  box-sizing: border-box;
  background-color: #E9187C;
  color: #fff;
  padding: 25px;
  width: auto;
  font-size: 14px;
  line-height: 17px;
  position: relative;
}
@media (min-width: 768px) {
  .infobox {
    font-size: 16px;
    line-height: 19px;
  }
}

.infobox__main {
  width: 100%;
}
.infobox__main a {
  color: #fff;
}
.infobox__main .inline-details {
  margin-right: 20px;
}

.inline-details {
  width: 100%;
}
.inline-details li {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .inline-details li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .inline-details li:last-child {
    margin-right: 0;
  }
}
.inline-details li:last-child {
  margin-bottom: 0;
}

.inline-details__title {
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 15px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  font-family: "BwModelicaSS01", sans-serif;
}
@media (min-width: 768px) {
  .inline-details__title {
    font-size: 16px;
    line-height: 19px;
  }
}

.sponsor-item {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
@media (min-width: 992px) {
  .sponsor-item {
    width: 150px;
    flex-direction: column;
  }
}

.sponsor-image {
  display: block;
  height: 100px;
  width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
}
.sponsor-image:hover {
  filter: grayscale(0%);
}

.sponsor-image--gray {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.sponsor-image--gray:hover {
  opacity: 1;
}

.sponsor-item__header {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .sponsor-item__header {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.sponsor-item__icon {
  width: 148px;
  height: 95px;
  position: relative;
}
.sponsor-item__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease;
}
.sponsor-item__icon img:nth-child(2) {
  opacity: 0;
}
.sponsor-item__icon:hover img:nth-child(1) {
  opacity: 1;
}
.sponsor-item__icon:hover img:nth-child(2) {
  opacity: 1;
}

.sponsor-item__text {
  margin: auto;
  text-align: left;
}
@media (min-width: 992px) {
  .sponsor-item__text {
    text-align: center;
  }
}

.decorative-box-container {
  max-width: 1162px;
  z-index: 200;
  position: relative;
}
@media (min-width: 1100px) {
  .decorative-box-container {
    margin-left: auto;
  }
  .decorative-box-container:after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 60px;
    background-color: #043F3C;
    width: 200vw;
    left: -50vw;
    z-index: -1;
  }
}
@media (min-width: 1500px) {
  .decorative-box-container {
    max-width: 1222px;
  }
}
@media (min-width: 1500px) {
  .decorative-box-container {
    max-width: 1282px;
  }
}
.decorative-box {
  background: #f4f4f4;
  padding: 50px 30px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .decorative-box {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .decorative-box {
    padding: 60px;
  }
}
@media (min-width: 1300px) {
  .decorative-box {
    padding: 90px 80px 70px 100px;
  }
}
@media (min-width: 1500px) {
  .decorative-box {
    padding: 90px 140px 70px 100px;
  }
}
@media (min-width: 1700px) {
  .decorative-box {
    padding: 90px 200px 70px 100px;
  }
}
.decorative-box .decorative-box__main {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .decorative-box .decorative-box__main {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .decorative-box .decorative-box__header {
    max-width: 84%;
  }
}
@media (min-width: 1100px) {
  .decorative-box .decorative-box__header {
    max-width: 66%;
  }
}
.decorative-box .decorative-box__header ~ .decorative-box__header {
  padding-top: 46px;
}
.decorative-box .decorative-box__slider {
  max-width: 754px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  .decorative-box .decorative-box__slider {
    width: 75%;
    margin-right: 30px;
  }
}
@media (min-width: 1300px) {
  .decorative-box .decorative-box__slider {
    width: 75%;
    margin-right: 60px;
  }
}
.decorative-box .decorative-box__accent {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .decorative-box .decorative-box__accent {
    width: 20%;
  }
}
.decorative-box .owl-single-element {
  padding-right: 30px;
}
.decorative-box .carousel__header {
  color: #000;
}
.decorative-box .owl-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  width: 0.5px;
  background-color: #9a9a9a;
}
.decorative-box .icon-arrow-with-belt:before {
  background-image: url("/img/icons/icon-arrow-dark.svg");
}
.decorative-box .icon-arrow-with-belt.icon-arrow-with-belt--dark:before {
  background-image: url("/img/icons/icon-arrow-dark.svg");
}
.decorative-box .icon-arrow-with-belt.icon-arrow-with-belt--dark:after {
  background-image: url("/img/icons/icon-arrow-dark.svg") !important;
}

.title-lg {
  font-weight: bold;
  line-height: 115%;
  letter-spacing: 0.03em;
  font-family: "BwModelicaSS01", sans-serif;
  font-size: 34px;
}
@media (min-width: 768px) {
  .title-lg {
    font-size: 38px;
  }
}

.ratio-background {
  background-color: #fff;
  height: 40px;
}
@media (min-width: 768px) {
  .ratio-background {
    height: 424px;
  }
}
@media (min-width: 1300px) {
  .ratio-background {
    height: 250px;
  }
}
.ratio-background--display-from-tablet {
  display: none;
}
@media (min-width: 768px) {
  .ratio-background--display-from-tablet {
    display: block;
  }
}

.std-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .std-list {
    gap: 80px;
  }
}
