@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  min-height: 100%;
}

body {
  font-family: "Noto Serif", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.733333333;
  color: #1e1e1e;
  ‑webkit‑text‑size‑adjust: 100%;
}
body.no-scroll {
  overflow: hidden;
}

a {
  color: #008bec;
  border-bottom: 1px solid #008bec;
  text-decoration: none;
}

ul {
  padding: 0 0 0 24px;
  margin: 0 0 1.5em;
  list-style-type: disc;
}
ul li {
  margin: 0 0 6px;
}
ul li:last-child {
  margin-bottom: 0;
}

ol {
  list-style-type: decimal;
  padding: 0 0 0 25px;
}

table {
  width: 100%;
  margin: 0 0 1.5em;
}
table th,
table td {
  padding: 10px;
  border-bottom: 1px solid #d9dbdf;
  font-weight: 300;
  text-align: left;
}
table th {
  background: #f7f7f7;
}
table p {
  margin: 0;
}

p {
  margin: 0 0 1em;
}

b, strong, .bold {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

i, .i, .em, em {
  font-style: italic;
}

.button, input[type="submit"],
button[type="submit"] {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  border: 0;
  font-family: "Noto Serif";
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  line-height: 20px;
  text-transform: uppercase;
  background: #4a4a4a;
  border-radius: 0;
}

@media (max-width: 991px) {
  body.no-scroll-mobile {
    overflow: hidden;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 10px;
}

h1, .h1 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.title {
  text-align: center;
}

h2, .h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
}

h3, .h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.main-title {
  padding: 10px 0 20px;
  margin-bottom: 0 !important;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.25;
}
.main-title span {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: italic;
}

.heading-reset {
  padding: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.75;
  color: #1e1e1e;
}

@media (max-width: 1366px) {
  h2, .h2 {
    font-size: 24px;
  }

  .main-title {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 26px;
  }
}
.wrapper {
  min-height: 100%;
  padding-left: 36%;
  overflow: hidden;
}

.main-content {
  padding: 0 5%;
}

.content {
  max-width: 920px;
  margin-bottom: 120px;
}

.content-full {
  max-width: 1140px;
  margin-bottom: 120px;
}

@media (max-width: 1366px) {
  .content {
    margin-bottom: 90px;
  }

  .content-full {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .wrapper {
    padding-left: 0;
  }

  .content {
    margin-bottom: 60px;
  }

  .content-full {
    margin-bottom: 60px;
  }

  .main-content {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .content {
    margin-bottom: 30px;
  }

  .content-full {
    margin-bottom: 30px;
  }

  .main-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
button table td {
  padding: 0;
  border: 0;
  font-weight: 400;
}

ul.bullet {
  padding-left: 0;
  list-style-type: none;
}
ul.bullet li {
  position: relative;
  padding-left: 30px;
}
ul.bullet li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
}

blockquote,
.wp-block-quote {
  padding-left: 16px;
  border-left: 4px solid #1e1e1e;
  margin-bottom: 1em;
}

.semi-bold {
  font-weight: 700;
}

.text-small {
  font-size: 14px;
}

.text-grey {
  color: #8d8d8d;
}

.highlighted {
  color: #008bec;
}

.main-logo {
  position: absolute;
  border-bottom: 0;
  height: 80px;
  padding-left: 111px;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 30px;
  left: 8.888888%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
}
.main-logo span {
  display: block;
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 700;
}
.main-logo:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url('img/sprite-sb52d000ae8.png') 0 -122px no-repeat;
  height: 80px;
  width: 81px;
  content: "";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .main-logo:before {
    background-size: 81px 360px;
    background-image: url('img/sprite2x-s5e08f1e0fe.png');
    background-position: 0 -97px;
    background-repeat: no-repeat;
    height: 80px;
    width: 81px;
  }
}

#pop-up {
  display: none;
  margin-left: -350px;
  background-color: white;
  position: fixed;
  left: 50%;
  top: 14%;
  width: 520px !important;
  z-index: 999;
  padding: 10px !important;
  border-radius: 00px;
}

#close-pop-up {
  color: #000;
  width: 35px;
  height: 22px;
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  border-radius: 0 10px 0 0;
  padding-top: 3px;
  cursor: pointer;
}

.wp-caption {
  margin: 0 0 20px;
  max-width: 100%;
}

a.base-link,
a.comment-reply-link, .prim-nav > ul > li > a {
  position: relative;
  padding: 0 5px;
  text-decoration: none;
  border-bottom: 0;
}
a.base-link:before,
a.comment-reply-link:before, .prim-nav > ul > li > a:before, a.base-link:after,
a.comment-reply-link:after, .prim-nav > ul > li > a:after {
  position: absolute;
  border-bottom: 6px solid rgba(0, 139, 236, 0.25);
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
}
a.base-link:before,
a.comment-reply-link:before, .prim-nav > ul > li > a:before {
  right: 0;
}
a.base-link:after,
a.comment-reply-link:after, .prim-nav > ul > li > a:after {
  width: 0;
  border-bottom-color: rgba(0, 139, 236, 0.5);
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
a.base-link:hover:after,
a.comment-reply-link:hover:after, .prim-nav > ul > li > a:hover:after {
  width: 100%;
}

a.base-link,
a.comment-reply-link {
  color: inherit;
}

.back {
  position: relative;
  padding-left: 28px;
  border-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #1e1e1e;
}
.back:before {
  position: absolute;
  left: 0;
  background: url('img/sprite-sb52d000ae8.png') 0 -25px no-repeat;
  height: 15px;
  width: 9px;
  top: 50%;
  margin-top: -7.5px;
  content: "";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .back:before {
    background-size: 81px 360px;
    background-image: url('img/sprite2x-s5e08f1e0fe.png');
    background-position: 0 -20px;
    background-repeat: no-repeat;
    height: 15px;
    width: 9px;
    top: 50%;
    margin-top: -7.5px;
  }
}
.back_grey {
  color: #939393;
  text-transform: uppercase;
}
.back_grey:before {
  background: url('img/sprite-sb52d000ae8.png') 0 0 no-repeat;
  height: 15px;
  width: 9px;
  top: 50%;
  margin-top: -7.5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .back_grey:before {
    background-size: 81px 360px;
    background-image: url('img/sprite2x-s5e08f1e0fe.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 15px;
    width: 9px;
    top: 50%;
    margin-top: -7.5px;
  }
}

.icon {
  position: relative;
  display: inline-block;
  padding-left: 26px;
}
.icon:before {
  position: absolute;
  left: 0;
  content: "";
}
.icon_user {
  padding-left: 26px;
}
.icon_user:before {
  background: url('img/sprite-sb52d000ae8.png') 0 -408px no-repeat;
  height: 17px;
  width: 13px;
  top: 50%;
  margin-top: -8.5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon_user:before {
    background-size: 81px 360px;
    background-image: url('img/sprite2x-s5e08f1e0fe.png');
    background-position: 0 -343px;
    background-repeat: no-repeat;
    height: 17px;
    width: 13px;
    top: 50%;
    margin-top: -8.5px;
  }
}
.icon_date:before {
  background: url('img/sprite-sb52d000ae8.png') 0 -72px no-repeat;
  height: 16px;
  width: 15px;
  top: 50%;
  margin-top: -8px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon_date:before {
    background-size: 81px 360px;
    background-image: url('img/sprite2x-s5e08f1e0fe.png');
    background-position: 0 -57px;
    background-repeat: no-repeat;
    height: 16px;
    width: 15px;
    top: 50%;
    margin-top: -8px;
  }
}

.ttu {
  text-transform: uppercase;
}

.home-title {
  max-width: 620px;
  margin: 0 auto 120px;
  text-align: center;
}

.scroll-down {
  position: relative;
  padding-left: 46px;
  border-bottom: 0;
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
}
.scroll-down_white {
  color: #fff;
}
.scroll-down:before {
  position: absolute;
  left: 0;
  background: url('img/sprite-sb52d000ae8.png') 0 -272px no-repeat;
  height: 26px;
  width: 22px;
  content: "";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .scroll-down:before {
    background-size: 81px 360px;
    background-image: url('img/sprite2x-s5e08f1e0fe.png');
    background-position: 0 -232px;
    background-repeat: no-repeat;
    height: 26px;
    width: 22px;
  }
}

iframe {
  max-width: 100%;
}

@media (max-width: 1366px) {
  .home-title {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .main-logo {
    width: 81px;
    padding-left: 0;
    top: 25px;
    left: 25px;
    overflow: hidden;
    font-size: 0;
  }

  .home-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .main-logo {
    top: 15px;
    left: 15px;
  }

  .home-title {
    margin-bottom: 30px;
  }
}
.header {
  position: relative;
  padding-right: 50px;
}

.h-search {
  position: absolute;
  top: 48px;
  right: 0;
  width: 20px;
  width: 20px;
  z-index: 320;
  cursor: pointer;
}
.h-search:before {
  position: absolute;
  background: url('img/sprite-sb52d000ae8.png') 0 -242px no-repeat;
  height: 20px;
  width: 20px;
  content: "";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .h-search:before {
    background-size: 81px 360px;
    background-image: url('img/sprite2x-s5e08f1e0fe.png');
    background-position: 0 -207px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
  }
}

@media (max-width: 991px) {
  .header {
    position: static;
  }

  .h-search {
    width: 44px;
    height: 44px;
    top: 43px;
    right: 79px;
  }
  .h-search:before {
    background: url('img/sprite-sb52d000ae8.png') 0 -212px no-repeat;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
  }
}
@media (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991px) and (min-resolution: 192dpi) {
  .h-search:before {
    background-size: 81px 360px;
    background-image: url('img/sprite2x-s5e08f1e0fe.png');
    background-position: 0 -182px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
  }
}

@media (max-width: 767px) {
  .h-search {
    top: 33px;
    right: 69px;
  }
}
.footer {
  padding: 40px 0;
  border-top: 1px solid #e0e0e0;
  margin-top: 120px;
}

.f-copy {
  float: left;
}

.f-developer {
  float: right;
}

.developer {
  display: inline-block;
  margin: 3px 0 0;
  border-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  color: #aaacaf;
  text-align: left;
  overflow: hidden;
  vertical-align: middle;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.developer:hover {
  color: #1e1e1e;
}
.developer__logo {
  display: inline-block;
  margin: 0 0 0 6px;
  text-indent: -99999em;
  background: url('img/sprite-sb52d000ae8.png') 0 -98px no-repeat;
  height: 14px;
  width: 73px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .developer__logo {
    background-size: 81px 360px;
    background-image: url('img/sprite2x-s5e08f1e0fe.png');
    background-position: 0 -78px;
    background-repeat: no-repeat;
    height: 14px;
    width: 73px;
  }
}

@media (max-width: 1366px) {
  .footer {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
  }

  .f-copy {
    margin-bottom: 20px;
  }

  .f-copy,
  .f-developer {
    float: none;
    text-align: center;
  }
}
.prim-nav {
  position: relative;
  padding: 50px 0 40px;
  z-index: 300;
}
.prim-nav > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 16px;
}
.prim-nav > ul > li {
  position: relative;
  display: inline-block;
  margin-right: 32px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: top;
}
.prim-nav > ul > li:last-child {
  margin-right: 0;
}
.prim-nav > ul > li > a {
  position: relative;
  display: block;
  color: #282828;
  text-transform: uppercase;
}
.prim-nav > ul > li > ul {
  display: none;
  position: absolute;
  width: 290px;
  padding: 30px;
  list-style-type: none;
  left: -30px;
  background-color: #fff;
  -moz-box-shadow: 0 6px 14px 0px rgba(184, 184, 184, 0.6);
  -webkit-box-shadow: 0 6px 14px 0px rgba(184, 184, 184, 0.6);
  box-shadow: 0 6px 14px 0px rgba(184, 184, 184, 0.6);
  z-index: 30;
}
.prim-nav > ul > li > ul > li {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
}
.prim-nav > ul > li > ul > li:first-letter {
  text-transform: uppercase;
}
.prim-nav > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.prim-nav > ul > li > ul > li a {
  color: #282828;
}
.prim-nav > ul > li:hover > ul {
  display: block;
}

@media (max-width: 991px) {
  .prim-nav {
    display: none;
  }
}
.mobile-nav-button,
.mobile-nav-container {
  display: none;
}

.mobile-nav-button {
  position: absolute;
  width: 44px;
  height: 44px;
  padding: 13px 11px 7px;
  top: 43px;
  right: 25px;
  z-index: 320;
  -moz-transition: border-left-color 0.2s ease-out;
  -o-transition: border-left-color 0.2s ease-out;
  -webkit-transition: border-left-color 0.2s ease-out;
  transition: border-left-color 0.2s ease-out;
  cursor: pointer;
}
.mobile-nav-button__line {
  display: block;
  border-top: 2px solid #fff;
  margin-bottom: 6px;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: opacity 0.3s, -moz-transform 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s, background-color 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, background-color 0.3s;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}

.mobile-nav-container {
  position: fixed;
  width: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  -webkit-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
  z-index: 3300000;
}
.mobile-nav-container.is-active {
  right: 0;
}
.mobile-nav-container .mobile-nav-button__line {
  border-color: #939393;
}
.mobile-nav-container .mobile-nav-button__line_1 {
  -moz-transform: translateY(10px) rotate(-45deg) translateZ(0);
  -ms-transform: translateY(10px) rotate(-45deg) translateZ(0);
  -webkit-transform: translateY(10px) rotate(-45deg) translateZ(0);
  transform: translateY(10px) rotate(-45deg) translateZ(0);
}
.mobile-nav-container .mobile-nav-button__line_2 {
  opacity: 0;
}
.mobile-nav-container .mobile-nav-button__line_3 {
  -moz-transform: translateY(-6px) rotate(45deg) translateZ(0);
  -ms-transform: translateY(-6px) rotate(45deg) translateZ(0);
  -webkit-transform: translateY(-6px) rotate(45deg) translateZ(0);
  transform: translateY(-6px) rotate(45deg) translateZ(0);
}

.mobile-nav {
  position: absolute;
  width: 385px;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.mobile-nav__inner {
  position: absolute;
  top: 106px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 0;
  overflow: hidden;
}
.mobile-nav__title {
  position: absolute;
  top: 58px;
  left: 40px;
}
.mobile-nav__title__key {
  color: #939393;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.mobile-nav__title__back {
  display: none;
}

.mobile-nav-menu > ul {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  list-style-type: none;
  padding: 0 40px;
  -moz-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  -webkit-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.mobile-nav-menu > ul.is-active {
  left: -100%;
  overflow: hidden;
}
.mobile-nav-menu > ul li:first-letter {
  text-transform: uppercase;
}
.mobile-nav-menu > ul > li {
  margin-bottom: 10px;
}
.mobile-nav-menu > ul > li > a {
  font-size: 40px;
  line-height: 2;
}
.mobile-nav-menu > ul > li.is-active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mobile-nav-menu > ul > li:last-child {
  margin-bottom: 0;
}
.mobile-nav-menu > ul > li > ul {
  display: none;
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  left: 50%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.mobile-nav-menu > ul > li > ul.is-active {
  display: block;
}
.mobile-nav-menu > ul > li > ul > li {
  padding: 24px 40px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.mobile-nav-menu > ul > li > ul > li a {
  border-bottom: 0;
}

@media (max-width: 991px) {
  .mobile-nav-button,
  .mobile-nav-container {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobile-nav-menu > ul > li {
    margin-bottom: 3px;
  }
  .mobile-nav-menu > ul > li > a {
    font-size: 24px;
    line-height: 2;
  }
  .mobile-nav-menu > ul > li > ul > li {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-nav-button {
    top: 33px;
    right: 15px;
  }

  .mobile-nav__inner {
    top: 86px;
  }
  .mobile-nav__title {
    top: 48px;
  }
}
@media (max-width: 575px) {
  .mobile-nav-container .mobile-nav {
    width: 320px;
  }
}
@media (max-width: 374px) {
  .mobile-nav-menu > ul > li > a {
    font-size: 20px;
    line-height: 1.75;
  }
}
.bread-crumbs {
  padding: 15px 0 0;
  z-index: 9;
}
.bread-crumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bread-crumbs ul li {
  display: inline-block;
}
.bread-crumbs ul li:last-child span:after, .bread-crumbs ul li:last-child a:after {
  display: none;
}
.bread-crumbs ul li span,
.bread-crumbs ul li a {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  padding: 0 20px 0 0;
}
.bread-crumbs ul li span:after,
.bread-crumbs ul li a:after {
  position: absolute;
  content: '/';
  right: 5px;
  top: 0;
}
.bread-crumbs ul li a {
  color: #1e1e1e;
  text-decoration: none;
}
.bread-crumbs ul li span {
  color: #bfbfbf;
}

.f-nav {
  line-height: 20px;
}
.f-nav > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.f-nav > ul > li {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
}
.f-nav > ul > li:last-child {
  margin-bottom: 0;
}
.f-nav > ul > li > a {
  color: #000;
  text-decoration: none;
}
.f-nav > ul > li > ul {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}
.f-nav > ul > li > ul > li {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
}
.f-nav > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.f-nav > ul > li > ul > li > a {
  color: #848484;
  text-decoration: none;
}

@media (max-width: 991px) {
  .f-nav > ul > li {
    font-size: 14px;
  }
}
.fixed-part {
  position: fixed;
  width: 36%;
  top: 0;
  left: 0;
  bottom: 0;
}
.fixed-part__scroll-down {
  display: none;
  z-index: 30;
}
.fixed-part .swiper-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fixed-part .main-logo {
  z-index: 2;
}
.fixed-part .swiper-button-next,
.fixed-part .swiper-button-prev {
  width: 54px;
  height: 54px;
  top: auto;
  left: auto;
  bottom: 50px;
  background: #fff;
}
.fixed-part .swiper-button-next:after,
.fixed-part .swiper-button-prev:after {
  display: none;
  content: normal;
}
.fixed-part .swiper-button-next:before,
.fixed-part .swiper-button-prev:before {
  position: absolute;
  content: "";
}
.fixed-part .swiper-button-prev {
  right: 50px;
}
.fixed-part .swiper-button-prev:before {
  background: url('img/sprite-sb52d000ae8.png') 0 -383px no-repeat;
  height: 15px;
  width: 8px;
  top: 50%;
  margin-top: -7.5px;
  left: 50%;
  margin-left: -4px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fixed-part .swiper-button-prev:before {
    background-size: 81px 360px;
    background-image: url('img/sprite2x-s5e08f1e0fe.png');
    background-position: 0 -323px;
    background-repeat: no-repeat;
    height: 15px;
    width: 8px;
    top: 50%;
    margin-top: -7.5px;
    left: 50%;
    margin-left: -4px;
  }
}
.fixed-part .swiper-button-next {
  right: 0;
}
.fixed-part .swiper-button-next:before {
  background: url('img/sprite-sb52d000ae8.png') 0 -333px no-repeat;
  height: 15px;
  width: 8px;
  top: 50%;
  margin-top: -7.5px;
  left: 50%;
  margin-left: -4px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fixed-part .swiper-button-next:before {
    background-size: 81px 360px;
    background-image: url('img/sprite2x-s5e08f1e0fe.png');
    background-position: 0 -283px;
    background-repeat: no-repeat;
    height: 15px;
    width: 8px;
    top: 50%;
    margin-top: -7.5px;
    left: 50%;
    margin-left: -4px;
  }
}

.main-slider__item__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-slider__item__img:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  content: "";
  opacity: .75;
}
.main-slider__item__content {
  position: absolute;
  padding: 50px 8.888888% 150px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.main-slider__item__title {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.1;
}
.main-slider__item__title a {
  color: #fff;
  border-bottom: 0;
}

@media (max-width: 1366px) and (min-width: 1200px) {
  .main-slider__item__title {
    font-size: 40px;
    line-height: 1.25;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .main-slider__item__title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .fixed-part {
    position: relative;
    height: calc(100vh - 30px);
    max-height: 800px;
    width: auto;
    margin-right: -25px;
    margin-left: -25px;
    margin-bottom: 60px;
  }
  .fixed-part__scroll-down {
    display: block;
    position: absolute;
    left: 25px;
    bottom: 36px;
  }
  .fixed-part .swiper-button-next,
  .fixed-part .swiper-button-prev {
    bottom: 24px;
  }

  .main-slider__item__content {
    padding-bottom: 90px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .fixed-part {
    max-height: 538px;
    min-height: 290px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 30px;
  }
  .fixed-part__scroll-down {
    left: 15px;
  }

  .main-slider__item__title {
    font-size: 30px;
  }
  .main-slider__item__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .main-slider__item__title {
    font-size: 24px;
    line-height: 1.25;
  }
}
.home-info {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.home-info__text {
  max-width: 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 10px;
}
.home-info__img {
  width: 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 15px;
}

@media (max-width: 1366px) {
  .home-info {
    margin-bottom: 90px;
  }
}
@media (max-width: 1199px) {
  .home-info {
    -webkit-align-items: normal;
    align-items: normal;
  }
}
@media (max-width: 991px) {
  .home-info {
    margin-bottom: 60px;
  }
  .home-info__text, .home-info__img {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .home-info__img {
    margin-top: 30px;
  }
}
.mail-subscribe-form {
  margin-bottom: 120px;
  margin-top: 40px;
  margin-left: 60px;
}
.mail-subscribe-form__img {
  position: absolute;
  top: -40px;
  left: -60px;
  -moz-box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.25);
}

#mail-subscribe-form {
  position: relative;
  padding: 60px 60px 60px 260px;
  background: #f5f5f5;
}
#mail-subscribe-form .ml-subscribe-form .ml-vertical-align-center {
  text-align: left;
}
#mail-subscribe-form .ml-subscribe-form form.ml-block-form {
  position: relative;
  width: 100% !important;
}
#mail-subscribe-form .ml-subscribe-form .subscribe-form {
  width: 100% !important;
  padding: 0;
  padding-right: 180px;
}
#mail-subscribe-form .ml-subscribe-form .subscribe-form:before, #mail-subscribe-form .ml-subscribe-form .subscribe-form:after {
  content: "";
  display: table;
}
#mail-subscribe-form .ml-subscribe-form .subscribe-form:after {
  clear: both;
}
#mail-subscribe-form .ml-subscribe-form .subscribe-form.ml-block-success {
  padding-right: 0;
}
#mail-subscribe-form .ml-subscribe-form .subscribe-form .form-section {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#mail-subscribe-form .ml-subscribe-form .subscribe-form .form-section.mb10 {
  float: none !important;
  width: auto;
  margin-right: -180px;
  margin-bottom: 20px;
}
#mail-subscribe-form .ml-subscribe-form .subscribe-form .form-section.mb10 p span {
  font-size: 15px !important;
}
#mail-subscribe-form .ml-subscribe-form .subscribe-form .form-section .form-group {
  float: left;
  width: 50%;
  padding-right: 30px;
}
#mail-subscribe-form .ml-subscribe-form .subscribe-form .form-section .form-group .form-control {
  height: 40px;
}
#mail-subscribe-form .ml-subscribe-form .subscribe-form .form-section h4 {
  font-family: "Noto Serif" !important;
  font-size: 40px !important;
  font-weight: 300;
}
#mail-subscribe-form .ml-subscribe-form .subscribe-form .form-section p,
#mail-subscribe-form .ml-subscribe-form .subscribe-form .form-section li {
  font-family: "Noto Serif" !important;
  font-weight: 300 !important;
}
#mail-subscribe-form .ml-subscribe-form .subscribe-form button {
  width: 180px !important;
  position: absolute !important;
  right: 0;
  font-family: "Noto Serif" !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  background: #4a4a4a !important;
}

.mail-form-agreement {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 15px;
}

@media (max-width: 1199px) {
  .mail-subscribe-form {
    margin-bottom: 90px;
  }
  .mail-subscribe-form__img {
    width: 150px;
  }

  #mail-subscribe-form {
    padding: 30px 30px 30px 120px;
  }
  #mail-subscribe-form .ml-subscribe-form .subscribe-form {
    padding-right: 0;
  }
  #mail-subscribe-form .ml-subscribe-form .subscribe-form .form-section {
    float: none;
    width: auto;
    margin-right: -20px;
  }
  #mail-subscribe-form .ml-subscribe-form .subscribe-form .form-section .form-group {
    padding-right: 20px;
  }
  #mail-subscribe-form .ml-subscribe-form .subscribe-form .form-section.mb10 {
    margin-right: 0;
  }
  #mail-subscribe-form .ml-subscribe-form .subscribe-form .form-section h4 {
    font-size: 30px !important;
  }
  #mail-subscribe-form .ml-subscribe-form .subscribe-form button {
    position: static !important;
  }

  .mail-form-agreement {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .mail-subscribe-form {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mail-subscribe-form {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 130px;
    margin-bottom: 30px;
  }
  .mail-subscribe-form__img {
    top: -130px;
    left: 50%;
    margin-left: -75px;
  }

  #mail-subscribe-form {
    padding: 130px 20px 20px;
  }
  #mail-subscribe-form .ml-subscribe-form .subscribe-form .form-section {
    margin-right: 0;
  }
  #mail-subscribe-form .ml-subscribe-form .subscribe-form .form-section .form-group {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  #mail-subscribe-form .ml-subscribe-form .subscribe-form button {
    display: block;
    margin: 0 auto !important;
  }
}
.post-list {
  font-size: 0;
  margin: 0 -15px;
}
.post-list__item {
  width: 50%;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 50px;
  font-size: 15px;
  vertical-align: top;
}

@media (max-width: 575px) {
  .post-list {
    font-size: 0;
    margin: 0 -15px;
  }
  .post-list__item {
    width: 100%;
  }
}
.post-img {
  position: absolute;
  padding-top: 140px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.post-img:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  content: "";
  opacity: .4;
}
.post-img__inner {
  position: absolute;
  top: 140px;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-img__inner__content {
  position: absolute;
  padding: 8.888888%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.post-img__title {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.1;
}
.post-img__title a {
  color: #fff;
  border-bottom: 0;
}
.post-img__title:first-letter {
  text-transform: uppercase;
}
.post-img__desc {
  margin-top: 50px;
}

.post {
  padding: 0 10% 9%;
  border-top: 113px solid #fff;
  background-color: #f5f5f5;
}
.post__img {
  margin-top: -113px;
  margin-bottom: 24px;
  height: 216px;
  overflow: hidden;
}
.post__img a {
  display: inline-block;
  height: 216px;
  border-bottom: 0;
}
.post__img img {
  display: block;
  width: auto;
  max-height: 100%;
  max-width: none;
}
.post__cat {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
.post__cat a {
  border-bottom: 0;
  color: #008bec;
}
.post__title {
  margin-bottom: 24px;
}
.post__title a {
  border-bottom: 0;
  color: #1e1e1e;
}
.post__price {
  margin-bottom: 10px;
  font-weight: bold;
}
.post__title + .post__price {
  margin-top: -10px;
}

@media (max-width: 1366px) and (min-width: 1200px) {
  .post-img__title {
    font-size: 40px;
    line-height: 1.25;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .post-img__title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .post-img__inner__content {
    padding: 25px;
    bottom: 70px;
  }
  .post-img__desc {
    margin-top: 25px;
  }

  .post__img {
    height: 160px;
  }
  .post__desc {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .post-img__title {
    font-size: 30px;
  }
  .post-img__desc {
    margin-top: 15px;
  }
  .post-img__inner__content {
    padding: 15px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .post-img__title {
    font-size: 24px;
    line-height: 1.25;
  }
}
.post-detail__bottom {
  margin-top: 30px;
}
.post-detail__tags a {
  display: inline-block;
  border-bottom: 0;
  margin: 0 7px 10px 0;
  padding: 0 15px;
  color: #008bec;
  line-height: 26px;
  background-color: #f5f5f5;
}
.post-detail__tags a:before {
  content: "#";
}

.pagination {
  text-align: center;
}
.pagination .nav-links {
  font-size: 20px;
  font-weight: 700;
}
.pagination .nav-links .page-numbers {
  margin: 0 16px;
}

#comments {
  margin-top: 30px;
}

ol.commentlist {
  padding-left: 0;
  list-style-type: none;
}
ol.commentlist li ul {
  list-style-type: none;
  padding-left: 40px;
  margin-bottom: 0;
}
ol.commentlist li.comment .comment-respond {
  background-image: none;
}
ol.commentlist li.comment .comment-respond .comment-reply-title,
ol.commentlist li.comment .comment-respond .comment-form {
  margin-left: 0;
}

.comment-body {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e0e0e0;
}
.comment-body:before {
  position: absolute;
  top: 14px;
  left: -10px;
  font-size: 100px;
  line-height: 1;
  color: #dddddd;
  content: "“";
  z-index: -1;
}

.comment-author,
.comment-date {
  margin-right: 40px;
}

.comment-respond {
  position: relative;
  padding: 40px;
  background-image: url("img/comment-respond.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}

.comment-form {
  max-width: 516px;
  margin: 0 auto;
}
.comment-form .form-submit {
  margin-bottom: 0;
}

.comment-reply-title {
  max-width: 516px;
  margin: 0 auto;
}
.comment-reply-title small {
  font-size: 15px;
}
.comment-reply-title span {
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: italic;
}

.comment-form-comment {
  width: 100%;
  margin-bottom: 20px;
}
.comment-form-comment textarea {
  height: 100px;
}

.comment-form-author,
.comment-form-email {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

.comment-form-author {
  padding-right: 15px;
}

.comment-form-email {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .comment-form .form-submit {
    text-align: center;
  }

  .comment-respond {
    padding: 20px;
    margin-right: -15px;
    margin-left: -15px;
  }

  .comment-form-author,
  .comment-form-email {
    float: none;
    width: auto;
    padding: 0;
  }
}
.featured-projects {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 120px;
}
.featured-projects__item {
  padding: 0 10px;
}
.featured-projects a {
  border-bottom: 0;
  text-decoration: none;
}

@media (max-width: 1649px) {
  .featured-projects__title {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .featured-projects__title__key {
    display: inline;
  }
  .featured-projects__item {
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 1366px) {
  .featured-projects {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .featured-projects {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .featured-projects {
    margin-bottom: 30px;
  }
}
.swiper-container .swiper-pagination-default {
  position: static;
  margin-top: 60px;
}

.home-program-container .swiper-button-prev,
.home-program-container .swiper-button-next,
.posts-slider-container .swiper-button-prev,
.posts-slider-container .swiper-button-next,
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: none #4a4a4a !important;
  opacity: .95;
}
.home-program-container .swiper-button-prev:before,
.home-program-container .swiper-button-next:before,
.posts-slider-container .swiper-button-prev:before,
.posts-slider-container .swiper-button-next:before,
.swiper-container .swiper-button-prev:before,
.swiper-container .swiper-button-next:before {
  position: absolute;
  content: "";
}
.home-program-container .swiper-button-prev:after,
.home-program-container .swiper-button-next:after,
.posts-slider-container .swiper-button-prev:after,
.posts-slider-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
  display: none;
  content: normal;
}
.home-program-container .swiper-button-prev,
.posts-slider-container .swiper-button-prev,
.swiper-container .swiper-button-prev {
  left: 10px;
}
.home-program-container .swiper-button-prev:before,
.posts-slider-container .swiper-button-prev:before,
.swiper-container .swiper-button-prev:before {
  background: url('img/sprite-sb52d000ae8.png') 0 -383px no-repeat;
  height: 15px;
  width: 8px;
  top: 50%;
  margin-top: -7.5px;
  left: 50%;
  margin-left: -4px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .home-program-container .swiper-button-prev:before,
  .posts-slider-container .swiper-button-prev:before,
  .swiper-container .swiper-button-prev:before {
    background-size: 81px 360px;
    background-image: url('img/sprite2x-s5e08f1e0fe.png');
    background-position: 0 -323px;
    background-repeat: no-repeat;
    height: 15px;
    width: 8px;
    top: 50%;
    margin-top: -7.5px;
    left: 50%;
    margin-left: -4px;
  }
}
.home-program-container .swiper-button-next,
.posts-slider-container .swiper-button-next,
.swiper-container .swiper-button-next {
  right: 10px;
}
.home-program-container .swiper-button-next:before,
.posts-slider-container .swiper-button-next:before,
.swiper-container .swiper-button-next:before {
  background: url('img/sprite-sb52d000ae8.png') 0 -333px no-repeat;
  height: 15px;
  width: 8px;
  top: 50%;
  margin-top: -7.5px;
  left: 50%;
  margin-left: -4px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .home-program-container .swiper-button-next:before,
  .posts-slider-container .swiper-button-next:before,
  .swiper-container .swiper-button-next:before {
    background-size: 81px 360px;
    background-image: url('img/sprite2x-s5e08f1e0fe.png');
    background-position: 0 -283px;
    background-repeat: no-repeat;
    height: 15px;
    width: 8px;
    top: 50%;
    margin-top: -7.5px;
    left: 50%;
    margin-left: -4px;
  }
}
.main-slider .home-program-container .swiper-button-prev,
.main-slider .home-program-container .swiper-button-next, .main-slider
.posts-slider-container .swiper-button-prev,
.main-slider
.posts-slider-container .swiper-button-next, .main-slider
.swiper-container .swiper-button-prev,
.main-slider
.swiper-container .swiper-button-next {
  background-color: #fff !important;
}
.main-slider .home-program-container .swiper-button-prev, .main-slider
.posts-slider-container .swiper-button-prev, .main-slider
.swiper-container .swiper-button-prev {
  left: auto;
  right: 50px;
}
.main-slider .home-program-container .swiper-button-prev:before, .main-slider
.posts-slider-container .swiper-button-prev:before, .main-slider
.swiper-container .swiper-button-prev:before {
  background: url('img/sprite-sb52d000ae8.png') 0 -358px no-repeat;
  height: 15px;
  width: 8px;
  top: 50%;
  margin-top: -7.5px;
  left: 50%;
  margin-left: -4px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .main-slider .home-program-container .swiper-button-prev:before, .main-slider
  .posts-slider-container .swiper-button-prev:before, .main-slider
  .swiper-container .swiper-button-prev:before {
    background-size: 81px 360px;
    background-image: url('img/sprite2x-s5e08f1e0fe.png');
    background-position: 0 -303px;
    background-repeat: no-repeat;
    height: 15px;
    width: 8px;
    top: 50%;
    margin-top: -7.5px;
    left: 50%;
    margin-left: -4px;
  }
}
.main-slider .home-program-container .swiper-button-next, .main-slider
.posts-slider-container .swiper-button-next, .main-slider
.swiper-container .swiper-button-next {
  right: 0;
}
.main-slider .home-program-container .swiper-button-next:before, .main-slider
.posts-slider-container .swiper-button-next:before, .main-slider
.swiper-container .swiper-button-next:before {
  background: url('img/sprite-sb52d000ae8.png') 0 -308px no-repeat;
  height: 15px;
  width: 8px;
  top: 50%;
  margin-top: -7.5px;
  left: 50%;
  margin-left: -4px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .main-slider .home-program-container .swiper-button-next:before, .main-slider
  .posts-slider-container .swiper-button-next:before, .main-slider
  .swiper-container .swiper-button-next:before {
    background-size: 81px 360px;
    background-image: url('img/sprite2x-s5e08f1e0fe.png');
    background-position: 0 -263px;
    background-repeat: no-repeat;
    height: 15px;
    width: 8px;
    top: 50%;
    margin-top: -7.5px;
    left: 50%;
    margin-left: -4px;
  }
}

.swiper-pagination-bullet-custom {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  margin: 0 15px;
  border-radius: 100%;
}
.swiper-pagination-bullet-custom:before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  background: #bbb;
  content: "";
}
.swiper-pagination-bullet-custom-active {
  border-color: #008bec;
}
.swiper-pagination-bullet-custom-active:before {
  background-color: #008bec;
}
.swiper-pagination-clickable .swiper-pagination-bullet-custom {
  cursor: pointer;
}

@media (max-width: 767px) {
  .swiper-container .swiper-pagination-default {
    position: static;
    margin-top: 30px;
  }

  .swiper-pagination-bullet-custom {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.posts-slider-container {
  position: relative;
  width: 750px;
  border-right: 50px solid #fff;
  padding-left: 180px;
  margin-bottom: 120px;
  background: #f5f5f5;
}
.posts-slider-container:before {
  position: absolute;
  height: 113px;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  content: "";
}
.posts-slider-container .post {
  width: 520px;
  padding-left: 120px;
  padding-right: 70px;
  background-color: transparent;
}
.posts-slider-container .swiper-button-prev,
.posts-slider-container .swiper-button-next {
  top: auto;
  right: 0;
  bottom: 50px;
  left: auto;
  z-index: 30;
}
.posts-slider-container .swiper-button-next {
  right: -50px;
}

.post-slider-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 120px;
  z-index: 30;
}
.post-slider-title:before {
  position: absolute;
  border-left: 1px solid #898989;
  top: 0;
  bottom: 180px;
  content: "";
}
.post-slider-title__key {
  position: absolute;
  width: 180px;
  height: 40px;
  bottom: 70px;
  left: -90px;
  font-size: 40px;
  color: #a1a1a1;
  line-height: 1;
  text-align: center;
  transform: rotate(270deg);
}
.post-slider-title_recipes:before {
  bottom: 270px;
}
.post-slider-title_recipes .post-slider-title__key {
  width: 270px;
  bottom: 115px;
  left: -135px;
}

.posts-slider {
  position: relative;
  width: 1560px;
  z-index: 20;
}

@media (max-width: 1366px) {
  .posts-slider-container {
    width: auto;
    padding-left: 120px;
    margin-bottom: 90px;
  }
  .posts-slider-container .post {
    width: auto;
    padding-left: 120px;
  }

  .post-slider-title {
    left: 120px;
  }

  .posts-slider {
    width: auto;
  }
}
@media (max-width: 1199px) {
  .posts-slider-container {
    width: auto;
    padding-left: 60px;
  }
  .posts-slider-container .post {
    width: auto;
    padding-left: 60px;
  }

  .post-slider-title {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .posts-slider-container {
    padding-left: 0;
    border-right: 0;
    margin-right: -15px;
    margin-left: -15px;
  }
  .posts-slider-container .post {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 50px;
  }
  .posts-slider-container .swiper-button-prev,
  .posts-slider-container .swiper-button-next {
    bottom: -25px;
    right: 50%;
  }
  .posts-slider-container .swiper-button-next {
    margin-right: -50px;
  }

  .post-slider-title {
    position: static;
    width: auto;
    height: auto;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .post-slider-title:before {
    display: none;
    content: normal;
  }
  .post-slider-title__key {
    position: static;
    width: auto !important;
    height: auto !important;
    font-size: 26px;
    color: #1e1e1e;
    text-align: left;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.home-program-container {
  position: relative;
  width: 700px;
  margin-bottom: 120px;
  padding-right: 120px;
  padding-top: 40px;
  padding-left: 60px;
  background-color: #f5f5f5;
}
.home-program-container:before {
  position: absolute;
  height: 140px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  content: "";
}
.home-program-container .swiper-button-prev,
.home-program-container .swiper-button-next {
  top: 60px;
  right: 0;
  left: auto;
  z-index: 30;
}
.home-program-container .swiper-button-next {
  right: -50px;
}

.home-program-title {
  margin-bottom: 40px;
}

.home-program {
  width: 1080px;
  font-size: 0;
  white-space: nowrap;
}
.home-program__item {
  position: relative;
  display: inline-block;
  height: 320px;
  width: 320px;
  overflow: hidden;
  font-size: 15px;
  margin-right: 60px;
  vertical-align: top;
  white-space: normal;
}
.home-program__item__title {
  position: absolute;
  bottom: 24px;
  max-width: 240px;
  right: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  padding: 5px 10px;
}
.home-program__item a {
  border-bottom: 0;
}
.home-program__item img {
  display: block;
  width: auto !important;
  max-width: none !important;
  height: 320px !important;
}

@media (max-width: 1366px) {
  .home-program-container {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .home-program-container {
    width: 650px;
  }
}
@media (max-width: 767px) {
  .home-program-container {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 60px;
    padding-left: 15px;
    padding-top: 30px;
  }
  .home-program-container .swiper-button-prev,
  .home-program-container .swiper-button-next {
    top: 50px;
    right: 50px;
    left: auto;
    z-index: 30;
  }
  .home-program-container .swiper-button-next {
    right: 0;
  }

  .home-program-title {
    margin-bottom: 30px;
  }

  .home-program {
    width: 930px;
  }
  .home-program__item {
    width: 290px;
    height: 290px;
  }
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=range],
input[type=color] {
  width: 100%;
}

input:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
  outline: 0;
}

input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
  height: 40px;
  padding: 9px 19px;
  font-size: 15px;
  line-height: 20px;
  border: solid 1px #d6d7d9;
  font-family: "Noto Serif";
}
input[type="email"].error,
input[type="password"].error,
input[type="tel"].error,
input[type="text"].error,
textarea.error {
  border-color: red;
}

textarea {
  height: 100px;
  resize: none;
}

input:focus,
textarea:focus {
  border-color: #777;
}

.social__title {
  float: left;
  width: 190px;
  padding-top: 60px;
  padding-right: 30px;
}
.social .instalink,
.social .widget widget_facebook_likebox {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1460px) {
  .social__title {
    float: none;
    width: auto;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 30px;
    clear: both;
  }
}
@media (max-width: 767px) {
  .social .instalink,
  .social .widget widget_facebook_likebox {
    float: none;
  }
}
.search-form-container {
  position: fixed;
  display: none;
  padding: 10%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-align-items: center;
  align-items: center;
  z-index: 3000;
}
.search-form-container.is-active {
  display: block;
  display: -webkit-flex;
  display: flex;
}

.search-form {
  position: relative;
  max-width: 960px;
  padding-right: 140px;
  margin: 0 auto;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}
.search-form__close {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.search-form__close__line {
  display: block;
  border-top: 2px solid #939393;
  margin-bottom: 6px;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: opacity 0.3s, -moz-transform 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s, background-color 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, background-color 0.3s;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}
.search-form__close__line_1 {
  -moz-transform: translateY(9px) rotate(-45deg) translateZ(0);
  -ms-transform: translateY(9px) rotate(-45deg) translateZ(0);
  -webkit-transform: translateY(9px) rotate(-45deg) translateZ(0);
  transform: translateY(9px) rotate(-45deg) translateZ(0);
}
.search-form__close__line_3 {
  -moz-transform: translateY(1px) rotate(45deg) translateZ(0);
  -ms-transform: translateY(1px) rotate(45deg) translateZ(0);
  -webkit-transform: translateY(1px) rotate(45deg) translateZ(0);
  transform: translateY(1px) rotate(45deg) translateZ(0);
}
.search-form #searchsubmit {
  position: absolute;
  top: 46px;
  right: 0;
  width: 120px;
}
.search-form .screen-reader-text {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.search-results-text {
  font-size: 24px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .search-form-container {
    padding: 15px;
  }

  .search-form {
    padding-right: 0;
  }
  .search-form #searchsubmit {
    position: static;
    margin-top: 20px;
  }
}
#__utl-buttons-1 .uptl_toolbar > ul > li > a,
#__utl-buttons-1 .uptl_toolbar > ul > li > a {
  border-bottom: 0;
}

.bold {
  font-weight: bold;
}

.hide {
  display: none !important;
}

.vhide {
  visibility: hidden;
}

.phide {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

.no-pad {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.img-left {
  float: left;
  margin: 0 15px 15px 0;
}

.img-right {
  float: right;
  margin: 0 0 15px 15px;
}

.img-center {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.no-wrap {
  white-space: nowrap;
}

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

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

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

.text-upper {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.cf:before, .cf:after,
.columns:before,
.columns:after {
  content: "";
  display: table;
}
.cf:after,
.columns:after {
  clear: both;
}

.wrapper_elementor{
	padding-left: 0;
}
