@charset "UTF-8";
@font-face {
  font-family: "myfont";
  src: url(".././public/fonts/myfont.eot");
  src: url(".././public/fonts/myfont.eot?#iefix") format("eot"), url(".././public/fonts/myfont.woff2") format("woff2"), url(".././public/fonts/myfont.woff") format("woff"), url(".././public/fonts/myfont.ttf") format("truetype"), url(".././public/fonts/myfont.svg#myfont") format("svg");
}

.breadcrumbs__breads li:before, .cookiesInfo__close:before, .mobSoc--facebook:before, .closeMobile:before, .mobilePrev:before, .oneNews__date:before, .downloadItem__icon--pdf:before, .downloadItem__icon--doc:before, .downloadItem__icon--docx:before, .downloadItem__icon--zip:before, .galleryList__item:before, .videoSlider .slick-arrow:before {
  font-family: "myfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
}

body {
  font-family: "Open Sans", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
  outline: 0;
}

ul {
  margin: 0;
  padding: 0;
}

.button {
  background-color: #004490;
  border-radius: 0.2604166667vw;
  color: #fff;
  font-size: 0.7291666667vw;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.625vw 0.7291666667vw;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease-in-out;
  will-change: background;
}

.button:hover {
  background-color: #00aeff;
}

.button--wider {
  padding: 0.625vw 1.0416666667vw;
}

@media screen and (max-width: 1240px) {
  .button {
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 5px;
  }
  .button--wider {
    padding: 10px 18px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0.78125vw 0;
  padding-left: 1.8229166667vw;
  line-height: 1;
}

.breadcrumbs__name {
  color: #333;
  font-size: 0.6770833333vw;
  font-weight: 400;
}

.breadcrumbs__breads {
  font-size: 0;
  margin: 0 0 0 0.6770833333vw;
  padding: 0;
}

.breadcrumbs__breads li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6770833333vw;
  font-weight: 400;
  color: #000;
  padding-left: 1.5625vw;
  margin-right: 0.625vw;
  position: relative;
}

.breadcrumbs__breads li:before {
  content: "";
}

.breadcrumbs__breads li:before {
  font-size: 0.5208333333vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: red;
}

.breadcrumbs__breads li.active {
  color: #000;
}

.breadcrumbs__breads a {
  color: #333;
  text-decoration: underline;
}

.breadcrumbs__breads a:hover {
  color: #000;
  text-decoration: none;
}

.cookiesInfo {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  background: #5a1973;
}

.cookiesInfo__inner {
  max-width: 1200px;
  padding: 10px;
  margin: 0 auto;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .cookiesInfo__inner {
    font-size: 11.999px;
  }
}

@media screen and (max-width: 480px) {
  .cookiesInfo__inner {
    font-size: 11.05px;
    padding: 7px;
  }
}

.cookiesInfo__icon {
  flex-shrink: 0;
  background: url(../images/cookie.png) 0 0 no-repeat;
  background-size: contain;
  width: 31px;
  height: 32px;
  margin-right: 1.8229166667vw;
}

@media screen and (max-width: 768px) {
  .cookiesInfo__icon {
    display: none;
  }
}

.cookiesInfo__text {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.cookiesInfo__close {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  margin-left: 1.8229166667vw;
  text-align: center;
  padding: 7px;
}

.cookiesInfo__close:before {
  content: "";
}

.cookiesInfo__close:hover {
  color: #ffdbe1;
}

@media screen and (max-width: 480px) {
  .cookiesInfo__close {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #5a1973;
    font-size: 16px;
  }
}

.cookiesInfo a {
  color: #fff;
  text-decoration: underline;
}

.cookiesInfo a:hover {
  text-decoration: none;
}

.mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.mobileMenu.opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobileMenu__inner {
  max-width: 420px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  height: 100%;
  position: relative;
}

.mobileMenu__logo {
  text-align: center;
}

.mobileMenu__logo img {
  max-width: 100%;
}

.mobileMenu__list {
  text-align: center;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  height: calc(100% - 126px);
  overflow-y: auto;
  position: relative;
}

.mobileMenu__list li {
  display: block;
  border-bottom: 1px solid #ccc;
  color: blue;
}

.mobileMenu__list li:last-child {
  border-bottom-width: 0;
}

.mobileMenu__list a {
  text-decoration: none;
  display: block;
  padding: 11px 20px;
  color: inherit;
}

.mobileMenu__list a.actived {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  color: blue;
  z-index: 9;
  padding: 0;
  width: 100%;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}

.mobileMenu__list .mobileMenu__list {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 40px 0 0 0;
  z-index: 7;
  visibility: hidden;
}

.mobileMenu__list.opened {
  opacity: 1;
  visibility: visible;
}

.mobileMenu__socials {
  bottom: 11px;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.mobSoc {
  width: 34px;
  height: 34px;
  border: 1px solid;
  border-radius: 50%;
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}

.mobSoc:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mobSoc--facebook {
  font-size: 20px;
  color: #3b5998;
  border-color: currentColor;
}

.mobSoc--facebook:before {
  content: "";
}

.closeMobile {
  position: absolute;
  top: 15px;
  right: 15px;
  color: blue;
  font-size: 22px;
  z-index: 10;
}

.closeMobile:before {
  content: "";
}

.js-openMenu {
  width: 60px;
  height: 60px;
  background: blue;
  position: fixed;
  top: 20px;
  right: 20px;
  color: #fff;
  display: none;
}

.mobilePrev {
  font-size: 22px;
  color: blue;
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 40px;
  z-index: 11;
  width: 40px;
}

.mobilePrev:before {
  content: "";
}

.previewBlockFront, .waitPopup {
  position: fixed;
  max-width: 20.8333333333vw;
  padding: 0.8854166667vw 0.8854166667vw;
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  bottom: 0;
  left: 0;
  background: rgba(255, 111, 111, 0.9);
  z-index: 9999;
  color: #0b2548;
}

.previewBlockFront__title, .waitPopup__title {
  font-size: 0.8333333333vw;
  color: #fff;
  font-weight: 400;
}

.previewBlockFront__link, .waitPopup__link {
  margin-top: 0.4166666667vw;
}

.previewBlockFront__link a, .waitPopup__link a {
  text-decoration: underline;
  font-weight: 300;
  color: #fff;
}

.previewBlockFront__link a:hover, .waitPopup__link a:hover {
  text-decoration: none;
  color: #fff;
}

.sidebarMenu__title {
  background: #00aeff;
  padding: 1.3020833333vw 2.0833333333vw;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.25vw;
  font-weight: 900;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list {
  background: #f4f5f6;
  padding: 2.0833333333vw 1.5625vw;
  list-style: none;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list > li {
  font-size: 0.9375vw;
  color: #004490;
  font-weight: 600;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list > li:last-child a {
  border-bottom-width: 0;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list > li a {
  padding: 0.6770833333vw 1.3020833333vw;
  color: inherit;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #c7d8e2;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list > li a.active, .sidebarMenu .sidebarMenu__title + .sidebarMenu__list > li a:hover {
  background: #fff;
  color: #00aeff;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list .sidebarMenu__list {
  list-style: none;
  padding: 1.0416666667vw 1.5625vw;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list .sidebarMenu__list li {
  font-size: 0.8333333333vw;
  color: #004490;
  position: relative;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list .sidebarMenu__list li:before {
  content: "";
  position: absolute;
  top: 0.5208333333vw;
  left: 0;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  background: #00aeff;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list .sidebarMenu__list a {
  color: inherit;
  text-decoration: none;
  padding-left: 1.1458333333vw;
}

.sidebarMenu .sidebarMenu__title + .sidebarMenu__list .sidebarMenu__list a.active, .sidebarMenu .sidebarMenu__title + .sidebarMenu__list .sidebarMenu__list a:hover {
  color: #00aeff;
}

@media screen and (max-width: 1240px) {
  .sidebarMenu {
    display: none;
  }
}

.newsList__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (33.3333333333%)[3];
  grid-template-columns: repeat(3, 33.3333333333%);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.newsList__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.newsList__button .button {
  margin-top: 2.0833333333vw;
}

.oneNews {
  padding: 2.34375vw 0.78125vw 0.78125vw 2.34375vw;
  background: #fff;
  border: 2px solid #eaf1f5;
  transition: border 0.3s ease-in-out;
  will-change: border;
}

.oneNews:hover {
  border-color: #00aeff;
}

.oneNews__title {
  position: relative;
}

.oneNews__dots {
  position: absolute;
  bottom: -1.1458333333vw;
  left: 0;
  display: -webkit-box;
  display: flex;
}

.oneNews__dot {
  width: 5px;
  height: 5px;
  background: #00aeff;
  margin-right: 5px;
}

.oneNews__tit {
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: -o-ellipsis-lastline;
  height: 4.78125vw;
  font-size: 0.9375vw;
  color: #004490;
  font-weight: 700;
  margin-bottom: 2.0833333333vw;
}

@media screen and (max-width: 1000px) {
  .oneNews__tit {
    height: 63.342px;
  }
}

@media screen and (max-width: 1000px) {
  .oneNews__tit {
    font-size: 12.42px;
  }
}

.oneNews__tit a {
  color: inherit;
  text-decoration: none;
}

.oneNews__tit a:hover {
  color: #00aeff;
}

.oneNews__text {
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  text-overflow: -o-ellipsis-lastline;
  height: 9vw;
  font-size: 0.9375vw;
  color: #004490;
}

@media screen and (max-width: 1000px) {
  .oneNews__text {
    height: 119.232px;
  }
}

@media screen and (max-width: 1000px) {
  .oneNews__text {
    font-size: 12.42px;
  }
}

.oneNews__bottom {
  margin-top: 0.78125vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.oneNews__left {
  flex-shrink: 0;
}

.oneNews__right {
  flex-shrink: 0;
}

.oneNews__date {
  font-size: 0.7291666667vw;
  color: #9eb2be;
  line-height: 1;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}

.oneNews__date:before {
  content: "";
}

.oneNews__date:before {
  color: #00aeff;
  font-size: 0.9375vw;
  margin-right: 0.78125vw;
}

.styledForm__row {
  position: relative;
  margin-bottom: 0.5208333333vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.styledForm__row--button {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.styledForm__left {
  width: 40%;
  padding-right: 1.0416666667vw;
  flex-shrink: 0;
  line-height: 1.1;
}

.styledForm__right {
  width: 60%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.styledForm__label {
  font-size: 0.78125vw;
  color: #000;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
}

.styledForm__label + .styledFormItems__checkbox {
  margin-top: 0.5208333333vw;
}

.styledForm--twocols .styledForm__left, .styledForm--twocols .styledForm__right {
  width: 50%;
  padding: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.styledForm--twocols .styledForm__left {
  padding-right: 0.2604166667vw;
}

.styledForm--twocols .styledForm__right {
  padding-left: 0.2604166667vw;
}

@media screen and (max-width: 1240px) {
  .styledForm__row {
    margin-bottom: 10px;
  }
  .styledForm__left, .styledForm__right {
    width: 100%;
    padding: 0;
  }
  .styledForm__label {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-left: 15px;
  }
  .styledForm--twocols .styledForm__left, .styledForm--twocols .styledForm__right {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .styledForm--twocols .styledForm__left {
    margin-bottom: 10px;
  }
}

.styledFormItems--input {
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #000;
  background: #fff;
  padding: 0 1.0416666667vw;
  height: 2.0833333333vw;
  border: 1px solid #ccc;
  font-size: 0.78125vw;
}

.styledFormItems--input::-webkit-input-placeholder {
  color: #000;
}

.styledFormItems--input:-moz-placeholder {
  color: #000;
}

.styledFormItems--input::-moz-placeholder {
  color: #000;
}

.styledFormItems--input:-ms-input-placeholder {
  color: #000;
}

.styledFormItems--textarea {
  resize: none;
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #000;
  background: #fff;
  padding: 0.5208333333vw 1.0416666667vw;
  height: 6.25vw;
  border: 1px solid #ccc;
  font-size: 0.78125vw;
}

.styledFormItems--textarea::-webkit-input-placeholder {
  color: #000;
}

.styledFormItems--textarea:-moz-placeholder {
  color: #000;
}

.styledFormItems--textarea::-moz-placeholder {
  color: #000;
}

.styledFormItems--textarea:-ms-input-placeholder {
  color: #000;
}

.styledFormItems--select {
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #000;
  background: #fff;
  padding: 0 1.0416666667vw;
  height: 2.0833333333vw;
  border: 1px solid #ccc;
  font-size: 0.78125vw;
}

@media screen and (max-width: 1240px) {
  .styledFormItems--input {
    padding: 0 15px;
    height: 35px;
    font-size: 14px;
  }
  .styledFormItems--textarea {
    padding: 10px 15px;
    height: 80px;
    font-size: 14px;
  }
}

.exampleContainer {
  max-width: 900px;
  margin: 0 auto;
}

.styledCheckbox, .styledRadio {
  display: -webkit-box;
  display: flex;
  position: relative;
}

.styledCheckbox input, .styledRadio input {
  margin: 0;
  padding: 0;
  opacity: 0 !important;
  position: absolute;
  z-index: -1;
  width: 26px !important;
  height: 26px !important;
  top: 0;
  left: 0;
}

.styledCheckbox input:checked + label:before, .styledRadio input:checked + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #ccc;
}

.styledCheckbox label, .styledRadio label {
  border: 1px solid #ccc;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
  margin-right: 0.78125vw;
  position: relative;
}

.styledCheckbox span, .styledRadio span {
  color: #000;
  font-size: 0.78125vw;
}

.styledCheckbox a, .styledRadio a {
  color: #11a3dc;
  font-size: 0.78125vw;
  text-decoration: underline;
}

.styledCheckbox a:hover, .styledRadio a:hover {
  text-decoration: none;
}

.styledRadio {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}

.styledRadio input {
  border-radius: 50%;
}

.styledRadio input:checked + label:before {
  border-radius: 50%;
}

.styledRadio label {
  border-radius: 50%;
}

.styledRadio + .styledRadio {
  margin-left: 1.0416666667vw;
}

.formErrors {
  background: red;
  text-align: center;
  color: #fff;
  margin-bottom: 1.0416666667vw;
}

.formErrors__ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.formErrors__item {
  margin-bottom: 0.5208333333vw;
}

.formErrors__item:last-child {
  margin-bottom: 0;
}

.downloads {
  margin: 4.1666666667vw 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (48%)[2];
  grid-template-columns: repeat(2, 48%);
  grid-column-gap: 4%;
  grid-row-gap: 0.78125vw;
}

.downloadItem {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.5208333333vw;
  background: #fff;
  border: 2px solid #eaf1f5;
  position: relative;
  line-height: 1;
  margin-left: 1.8229166667vw;
}

.downloadItem__icon {
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 2.03125vw;
  color: #fff;
  background: #000;
  border-radius: 50%;
  margin-left: -1.8229166667vw;
}

.downloadItem__icon:before {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.downloadItem__icon--pdf {
  background: #ff0066;
}

.downloadItem__icon--pdf:before {
  content: "";
}

.downloadItem__icon--doc, .downloadItem__icon--docx {
  background: #00aeff;
}

.downloadItem__icon--doc:before, .downloadItem__icon--docx:before {
  content: "";
}

.downloadItem__icon--jpg, .downloadItem__icon--png {
  background: darkgreen;
}

.downloadItem__icon--xls, .downloadItem__icon--xlsx {
  background: green;
}

.downloadItem__icon--zip {
  background: red;
}

.downloadItem__icon--zip:before {
  content: "";
}

.downloadItem__text {
  padding-left: 2.8645833333vw;
  padding-right: 1.0416666667vw;
  font-size: 0.9375vw;
  font-weight: 400;
}

.downloadItem__button {
  height: 100%;
  text-decoration: none;
}

.module {
  margin: 2.0833333333vw 0;
}

.module__title {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
}

.module__description {
  font-size: 0.9375vw;
  font-weight: 400;
  color: #333;
  line-height: 1.25;
  margin-top: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
}

.module__empty {
  color: #333;
  margin-top: 1.0416666667vw;
}

.contentBlock {
  font-size: calc(14px + 2 * ((100vw - 420px) / 480));
}

@media screen and (max-width: 420px) {
  .contentBlock {
    font-size: 14px;
  }
}

@media screen and (min-width: 900px) {
  .contentBlock {
    font-size: 16px;
  }
}

.contentBlock h6 {
  font-size: calc(13.75px + 6.25 * ((100vw - 420px) / 480));
  margin: 0.1vw 0;
}

@media screen and (max-width: 420px) {
  .contentBlock h6 {
    font-size: 13.75px;
  }
}

@media screen and (min-width: 900px) {
  .contentBlock h6 {
    font-size: 20px;
  }
}

.contentBlock h5 {
  font-size: calc(16.5px + 7.5 * ((100vw - 420px) / 480));
  margin: 0.2vw 0;
}

@media screen and (max-width: 420px) {
  .contentBlock h5 {
    font-size: 16.5px;
  }
}

@media screen and (min-width: 900px) {
  .contentBlock h5 {
    font-size: 24px;
  }
}

.contentBlock h4 {
  font-size: calc(19.25px + 8.75 * ((100vw - 420px) / 480));
  margin: 0.3vw 0;
}

@media screen and (max-width: 420px) {
  .contentBlock h4 {
    font-size: 19.25px;
  }
}

@media screen and (min-width: 900px) {
  .contentBlock h4 {
    font-size: 28px;
  }
}

.contentBlock h3 {
  font-size: calc(22px + 10 * ((100vw - 420px) / 480));
  margin: 0.4vw 0;
}

@media screen and (max-width: 420px) {
  .contentBlock h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 900px) {
  .contentBlock h3 {
    font-size: 32px;
  }
}

.contentBlock h2 {
  font-size: calc(24.75px + 11.25 * ((100vw - 420px) / 480));
  margin: 0.5vw 0;
}

@media screen and (max-width: 420px) {
  .contentBlock h2 {
    font-size: 24.75px;
  }
}

@media screen and (min-width: 900px) {
  .contentBlock h2 {
    font-size: 36px;
  }
}

.contentBlock h1 {
  font-size: calc(27.5px + 12.5 * ((100vw - 420px) / 480));
  margin: 0.6vw 0;
}

@media screen and (max-width: 420px) {
  .contentBlock h1 {
    font-size: 27.5px;
  }
}

@media screen and (min-width: 900px) {
  .contentBlock h1 {
    font-size: 40px;
  }
}

.contentBlock h1, .contentBlock h2, .contentBlock h3, .contentBlock h4, .contentBlock h5, .contentBlock h6 {
  color: #333;
}

.contentBlock a {
  color: blue;
  text-decoration: underline;
}

.contentBlock a:hover {
  text-decoration: none;
}

.contentBlock ul, .contentBlock ol {
  list-style: disc;
  list-style-position: inside;
  padding-left: 1.5625vw;
  margin: 1.3020833333vw 0;
}

.contentBlock ul li, .contentBlock ol li {
  line-height: 1.25;
  margin-bottom: 0.2604166667vw;
}

.contentBlock ul li:last-child, .contentBlock ol li:last-child {
  margin-bottom: 0;
}

.contentBlock ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.contentBlock ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: cornflowerblue;
}

.contentBlock ol {
  list-style-type: decimal;
}

.contentBlock dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  overflow: visible;
  margin: 1.3020833333vw 0;
}

.contentBlock dt {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.contentBlock dd {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  margin-left: auto;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}

.contentBlock p {
  margin: 0.78125vw 0;
  line-height: 1.25;
}

.contentBlock blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.0416666667vw 0;
  padding: 0.78125vw 0.78125vw 0.78125vw 3.125vw;
  quotes: "“" "”" "‘" "’";
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.contentBlock blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 3vw;
  line-height: 1.875vw;
  position: absolute;
  top: 1.0416666667vw;
  left: 1.0416666667vw;
}

.contentBlock blockquote p, .contentBlock blockquote div {
  margin: 0;
}

.contentBlock hr {
  border: none;
  background: #000;
  height: 1px;
  width: 100%;
  margin: 0.78125vw 0;
}

.contentBlock pre {
  margin: 1.0416666667vw 0;
  background: #f9f9f9;
  color: #000;
  padding: 0.5208333333vw 1.5625vw;
  font-family: "Open Sans", sans-serif;
  font-size: 0.7291666667vw;
  line-height: 1.5;
}

.contentBlock pre div, .contentBlock pre p {
  display: inline;
}

.contentBlock small {
  font-size: 0.7291666667vw;
}

.contentBlock s, .contentBlock strike, .contentBlock del {
  text-decoration: line-through;
}

.contentBlock abbr, .contentBlock acronym {
  border-bottom: 1px dashed;
  cursor: help;
}

.contentBlock table {
  width: 100%;
}

.contentBlock table caption {
  font-size: 0.9375vw;
  font-style: italic;
  text-align: center;
  margin-bottom: 0.5208333333vw;
}

.contentBlock table tr:first-child td {
  font-weight: bold;
  text-align: center;
}

.contentBlock table td, .contentBlock table th {
  font-size: 0.78125vw;
  padding: 0.46875vw 0.78125vw;
  line-height: 1.1;
}

.contentBlock i, .contentBlock cite, .contentBlock em, .contentBlock var, .contentBlock address, .contentBlock dfn {
  font-style: italic;
}

.contentBlock figure {
  margin: 0;
  padding: 0;
}

.contentBlock img {
  max-width: 100%;
}

.contentBlock .styledTable {
  overflow-x: auto;
}

.contentBlock .styledTable table {
  min-width: 600px;
  border-spacing: 0;
}

.contentBlock .styledTable tbody tr:first-child td, .contentBlock .styledTable tbody tr:first-child th {
  text-align: left;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: #00aeff;
}

.contentBlock .styledTable tbody tr:first-child td:nth-child(2n), .contentBlock .styledTable tbody tr:first-child th:nth-child(2n) {
  background: #004490;
}

.contentBlock .styledTable td, .contentBlock .styledTable th {
  background: #eaf1f5;
  border-bottom: 1px solid #fff;
  padding: 1.0416666667vw 1.8229166667vw;
  text-align: left;
  color: #004490;
}

.contentBlock .styledTable td:nth-child(2n), .contentBlock .styledTable th:nth-child(2n) {
  background: #f4f5f6;
}

@media screen and (max-width: 1240px) {
  .contentBlock blockquote {
    margin: 10px 0;
    padding: 15px 15px 15px 40px;
  }
  .contentBlock blockquote:before {
    font-size: 32px;
    line-height: 18px;
    top: 10px;
    left: 15px;
  }
  .contentBlock table caption {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .contentBlock table td, .contentBlock table th {
    font-size: 14px;
    padding: 6px 10px;
  }
  .contentBlock pre {
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 13px;
  }
  .contentBlock small {
    font-size: 12px;
  }
  .contentBlock ul, .contentBlock ol {
    margin: 20px 0;
  }
  .contentBlock .styledTable td, .contentBlock .styledTable th {
    padding: 10px 20px;
  }
}

.popup {
  max-width: 80vw;
  margin: 0 auto;
  position: relative;
  text-align: left;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.popup a {
  display: block;
  line-height: 1;
}

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

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.galleryList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (20%)[5];
  grid-template-columns: repeat(5, 20%);
  grid-column-gap: 0.78125vw;
  grid-row-gap: 0.78125vw;
}

.galleryList__item {
  display: block;
  position: relative;
  z-index: 5;
}

.galleryList__item:before {
  content: "";
}

.galleryList__item:before {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  border-radius: 50%;
  background: red;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
  font-size: 1.5625vw;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.galleryList__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 5;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}

.galleryList__item:hover:before, .galleryList__item:hover:after {
  opacity: 1;
}

.galleryList__item:hover .galleryItem:after {
  height: 0;
}

.galleryList__item:hover .galleryItem__desc {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

@media screen and (max-width: 1240px) {
  .galleryList {
    -ms-grid-columns: (25%)[4];
    grid-template-columns: repeat(4, 25%);
  }
  .galleryList__item:before {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
}

@media screen and (max-width: 900px) {
  .galleryList {
    -ms-grid-columns: (33%)[3];
    grid-template-columns: repeat(3, 33%);
  }
}

@media screen and (max-width: 600px) {
  .galleryList {
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
  }
}

@media screen and (max-width: 480px) {
  .galleryList {
    display: block;
  }
  .galleryList__item {
    margin-bottom: 10px;
  }
  .galleryList__item:last-child {
    margin-bottom: 0;
  }
}

.galleryItem {
  z-index: 3;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}

.galleryItem:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 74.0740740741%;
}

.galleryItem > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.galleryItem:after {
  height: 3.125vw;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: background 0.4s ease-in-out;
}

.galleryItem__desc {
  font-size: 0.7291666667vw;
  font-weight: 400;
  color: #fff;
  position: absolute;
  bottom: 1.0416666667vw;
  left: 0;
  padding: 0 1.0416666667vw;
  z-index: 4;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media screen and (max-width: 1240px) {
  .galleryItem:after {
    height: 50px;
  }
  .galleryItem__desc {
    font-size: 13px;
    bottom: 15px;
    padding: 0 15px;
  }
}

.videoSlider {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 45px 10px 30px;
  border: 5px solid #e7e7e7;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.videoSlider__left {
  width: 67%;
  position: relative;
  position: relative;
}

.videoSlider__left:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.videoSlider__left > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.videoSlider__left iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
}

.videoSlider__right {
  width: 32%;
  position: relative;
}

.videoSlider .slick-arrow {
  position: absolute;
  height: calc(50% + 20px);
  font-size: 0;
  background: #e7e7e7;
  border: none;
  width: 30px;
  cursor: pointer;
}

.videoSlider .slick-arrow:before {
  content: "";
}

.videoSlider .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 23px;
  color: #000;
}

.videoSlider .slick-arrow:hover {
  background: red;
}

.videoSlider .slick-arrow:hover:before {
  color: #fff;
}

.videoSlider .slick-arrow[aria-disabled="true"] {
  opacity: 0.5;
}

.videoSlider .slick-prev {
  top: -30px;
  right: -45px;
}

.videoSlider .slick-next {
  bottom: -10px;
  right: -45px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 1130px) {
  .videoSlider {
    max-width: 800px;
    margin: 0 auto;
    flex-wrap: wrap;
    border: 0.2604166667vw solid #e7e7e7;
    padding: 10px;
  }
  .videoSlider__left {
    width: 100%;
    margin-bottom: 10px;
  }
  .videoSlider__left iframe {
    height: 100%;
  }
  .videoSlider__right {
    width: 100%;
  }
  .videoSlider .slick-arrow:before {
    font-size: 16px;
  }
  .videoSlider .slick-prev {
    bottom: -10px;
    left: -10px;
    width: calc(50% + 10px);
    height: 32px;
    top: auto;
    right: auto;
    z-index: 5;
  }
  .videoSlider .slick-next {
    bottom: -10px;
    width: calc(50% + 10px);
    height: 32px;
    top: auto;
    right: -10px;
    z-index: 5;
  }
}

@media screen and (max-width: 480px) {
  .videoSlider .slick-prev, .videoSlider .slick-next {
    height: 22px;
  }
}

.videoPreview {
  display: -webkit-box;
  display: flex;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4ddd7;
  cursor: pointer;
}

.videoPreview__image {
  width: 170px;
  height: 96px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
  position: relative;
}

.videoPreview__image:after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 22px;
  height: 16px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAMAAAAlM38UAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAq1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9HdxPLAAAAOHRSTlMAL53R7vz92J4wO/b5NbOs5eLwzX5M03gCX+EHJM4XlYoMgPP66/Tsxsd6hQ3L2xELcL/q7c+CEjXbD9kAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAgklEQVQY023PxxLCMAxF0Qs4hGJC6J3Qe0to/v8vY4OdzERvpTkLPQkKxZLyjEtZ+ZUq1OomF90gMEKahBK3aP8n1cluwbZ16fVTxw4DGI7GEsMkEHk6E3geabfEVi6Wq7Vr3LC1T+8yB+45SO8cOUl85nLN6+0Ojzh56pS81/vz5QcV+EEBCkrPlQAAAABJRU5ErkJggg==");
}

.videoPreview__text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-left: 20px;
}

.videoPreview__desc {
  color: #4b3b35;
  font-size: 16px;
  font-weight: 700;
  max-height: 86px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .videoPreview {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .videoPreview__image {
    width: 120px;
    height: 68px;
  }
  .videoPreview__text {
    margin-left: 10px;
  }
  .videoPreview__desc {
    font-size: 13px;
    max-height: 56px;
  }
}

.mfp-gallery .mfp-bottom-bar {
  display: -webkit-box;
  display: flex;
  padding: 10px 0;
  -webkit-box-align: center;
  align-items: center;
}

.mfp-gallery .mfp-counter {
  position: static;
}

.mfp-gallery .mfp-title {
  line-height: 1;
  font-size: 13px;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

/*# sourceMappingURL=front.css.map */
