/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
  margin: 0;
  padding: 0;
}

img, fieldset {
  border: 0;
}

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

/********************************************************************************************/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

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

/** BOOTSTRAP 4 *****/
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 400px) {
  .container {
    max-width: 400px;
  }
}
@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 782px) {
  .container {
    max-width: 760px;
  }
}
@media (min-width: 990px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}

.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 400px) {
  .container-xs, .container {
    max-width: 400px;
  }
}
@media (min-width: 600px) {
  .container-sm, .container-xs, .container {
    max-width: 600px;
  }
}
@media (min-width: 782px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 760px;
  }
}
@media (min-width: 990px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1350px;
  }
}
/** BOOTSTRAP 4 *****/
/* latin */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/QGYvz_MVcBeNP4NJtEtq.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/QGYvz_MVcBeNP4NJtEtq.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/QGYvz_MVcBeNP4NJtEtq.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/QGYvz_MVcBeNP4NJtEtq.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/QGYvz_MVcBeNP4NJtEtq.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 400px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 400px;
  }
}
@media (min-width: 600px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 600px;
  }
}
@media (min-width: 782px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 760px;
  }
}
@media (min-width: 990px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 1350px;
  }
}

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

.content .alignfull {
  width: 100%;
}
.content .alignfull img {
  width: 100%;
}

.content .alignwide {
  max-width: 1730px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content .alignwide img {
  width: 100%;
}

.page_wrap h1 {
  font-size: 40px;
}
.page_wrap h2 {
  font-size: 36px;
}
.page_wrap h3 {
  font-size: 32px;
}
.page_wrap h4 {
  font-size: 28px;
}
.page_wrap h5 {
  font-size: 24px;
}
.page_wrap h6 {
  font-size: 20px;
}
.page_wrap h1, .page_wrap h2, .page_wrap h3, .page_wrap h4, .page_wrap h5, .page_wrap h6 {
  font-family: tenez, "Times New Roman", serif;
  font-weight: normal;
  letter-spacing: -0.25px;
  line-height: 0.91em;
  margin-top: 0;
  margin-bottom: 30px;
}
.page_wrap > h1,
.page_wrap > h2,
.page_wrap > h3,
.page_wrap > h4,
.page_wrap > h5,
.page_wrap > h6 {
  padding-left: 10px;
  padding-right: 10px;
}
.page_wrap .mb0 {
  margin-bottom: 0;
}
.page_wrap .mb20 {
  margin-bottom: 20px;
}
.page_wrap .mb30 {
  margin-bottom: 30px;
}
.page_wrap p {
  line-height: 1.5em;
}
.page_wrap .wp-block-file,
.page_wrap p,
.page_wrap ul,
.page_wrap ol {
  margin: 0em auto 30px;
}
.page_wrap > .wp-block-file,
.page_wrap > p,
.page_wrap > ul,
.page_wrap > ol {
  padding-left: 10px;
  padding-right: 10px;
}
.page_wrap ul li,
.page_wrap ol li {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.page_wrap .clear {
  clear: both;
}
.page_wrap .wp-block-file {
  margin: 0 auto 1em;
}
.page_wrap .wp-block-file a {
  text-decoration: none;
}
.page_wrap a {
  color: #00CEFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.page_wrap a:hover {
  color: #007c99;
  text-decoration: underline;
}
.page_wrap .wp-block-columns.is-style-wide_gap {
  gap: 6%;
}
.page_wrap .wp-block-columns.is-style-narrow_gap {
  gap: 4.5%;
}
.page_wrap .wp-block[data-align=wide] .wp-block[data-align=wide],
.page_wrap .wp-block[data-align=full] .wp-block[data-align=wide],
.page_wrap .wp-block[data-align=wide] {
  max-width: 1730px;
  margin-left: auto;
  margin-right: auto;
}
.page_wrap .btn,
.page_wrap .single .btn,
.page_wrap .page .btn,
.page_wrap .wp-block-button a,
.page_wrap .wp-block-button div,
.page_wrap .wp-block-file__button {
  border-radius: 0;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 23px 30px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page_wrap .btn img,
.page_wrap .single .btn img,
.page_wrap .page .btn img,
.page_wrap .wp-block-button a img,
.page_wrap .wp-block-button div img,
.page_wrap .wp-block-file__button img {
  margin-left: 10px;
}
.page_wrap .btn:hover,
.page_wrap .single .btn:hover,
.page_wrap .page .btn:hover,
.page_wrap .wp-block-button a:hover,
.page_wrap .wp-block-button div:hover,
.page_wrap .wp-block-file__button:hover {
  text-decoration: none;
}
@media (max-width: 781.98px) {
  .page_wrap .btn,
  .page_wrap .single .btn,
  .page_wrap .page .btn,
  .page_wrap .wp-block-button a,
  .page_wrap .wp-block-button div,
  .page_wrap .wp-block-file__button {
    padding: 13px 18px;
  }
}
.page_wrap .is-style-primary a,
.page_wrap .is-style-primary > div {
  color: #fff;
  background: #00CEFF;
}
.page_wrap .is-style-primary a:hover, .page_wrap .is-style-primary a:focus, .page_wrap .is-style-primary a:active,
.page_wrap .is-style-primary > div:hover,
.page_wrap .is-style-primary > div:focus,
.page_wrap .is-style-primary > div:active {
  background: #C4E9F2;
  color: #00CEFF;
}
.page_wrap .is-style-secondary a,
.page_wrap .is-style-secondary > div {
  color: #FAF5EF;
  background: #fff;
}
@media (min-width: 600px) {
  .page_wrap .wp-block-buttons > .wp-block-button {
    margin-right: 24px;
  }
}
@media (max-width: 599.98px) {
  .page_wrap .wp-block-buttons > .wp-block-button {
    margin-right: 17px;
  }
}
.page_wrap .has-xxl-font-size {
  font-size: 120px;
}
@media (max-width: 1399.98px) {
  .page_wrap .has-xxl-font-size {
    font-size: 100px;
  }
}
@media (max-width: 1199.98px) {
  .page_wrap .has-xxl-font-size {
    font-size: 80px;
  }
}
@media (max-width: 989.98px) {
  .page_wrap .has-xxl-font-size {
    font-size: 60px;
  }
}
@media (max-width: 781.98px) {
  .page_wrap .has-xxl-font-size {
    font-size: 50px;
  }
}
@media (max-width: 599.98px) {
  .page_wrap .has-xxl-font-size {
    font-size: 45px;
  }
}
@media (max-width: 399.98px) {
  .page_wrap .has-xxl-font-size {
    font-size: 40px;
  }
}
.page_wrap .has-xl-font-size {
  font-size: 100px;
}
@media (max-width: 1199.98px) {
  .page_wrap .has-xl-font-size {
    font-size: 80px;
  }
}
@media (max-width: 989.98px) {
  .page_wrap .has-xl-font-size {
    font-size: 60px;
  }
}
@media (max-width: 781.98px) {
  .page_wrap .has-xl-font-size {
    font-size: 50px;
  }
}
@media (max-width: 599.98px) {
  .page_wrap .has-xl-font-size {
    font-size: 40px;
  }
}
@media (max-width: 399.98px) {
  .page_wrap .has-xl-font-size {
    font-size: 35px;
  }
}
.page_wrap .has-lg-font-size {
  font-size: 55px;
}
@media (max-width: 1199.98px) {
  .page_wrap .has-lg-font-size {
    font-size: 45px;
  }
}
@media (max-width: 989.98px) {
  .page_wrap .has-lg-font-size {
    font-size: 45px;
  }
}
@media (max-width: 781.98px) {
  .page_wrap .has-lg-font-size {
    font-size: 40px;
  }
}
@media (max-width: 599.98px) {
  .page_wrap .has-lg-font-size {
    font-size: 40px;
  }
}
@media (max-width: 399.98px) {
  .page_wrap .has-lg-font-size {
    font-size: 35px;
  }
}
.page_wrap .has-md-font-size {
  font-size: 45px;
}
@media (max-width: 1199.98px) {
  .page_wrap .has-md-font-size {
    font-size: 40px;
  }
}
@media (max-width: 989.98px) {
  .page_wrap .has-md-font-size {
    font-size: 35px;
  }
}
@media (max-width: 781.98px) {
  .page_wrap .has-md-font-size {
    font-size: 30px;
  }
}
@media (max-width: 599.98px) {
  .page_wrap .has-md-font-size {
    font-size: 25px;
  }
}
.page_wrap .has-sm-font-size {
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  .page_wrap .has-sm-font-size {
    font-size: 20px;
  }
}
@media (max-width: 989.98px) {
  .page_wrap .has-sm-font-size {
    font-size: 19px;
  }
}
@media (max-width: 599.98px) {
  .page_wrap .has-sm-font-size {
    font-size: 17px;
  }
}
.page_wrap .has-xs-font-size {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .page_wrap .has-xs-font-size {
    font-size: 18px;
  }
}
@media (max-width: 989.98px) {
  .page_wrap .has-xs-font-size {
    font-size: 17px;
  }
}
@media (max-width: 781.98px) {
  .page_wrap .has-xs-font-size {
    font-size: 16px;
  }
}
@media (max-width: 599.98px) {
  .page_wrap .has-xs-font-size {
    font-size: 16px;
  }
}
@media (max-width: 399.98px) {
  .page_wrap .has-xs-font-size {
    font-size: 15px;
  }
}
.page_wrap .has-xxs-font-size {
  font-size: 14px;
}
.page_wrap .has-emp-color-1-color {
  color: #00CEFF;
}
.page_wrap .has-emp-color-2-color {
  color: #FAF5EF;
}
.page_wrap .has-emp-color-3-color {
  color: #F5EDE4;
}
.page_wrap .has-emp-color-4-color {
  color: #C4E9F2;
}
.page_wrap .has-emp-color-5-color {
  color: #6FD1E6;
}
.page_wrap .has-emp-white-color {
  color: #fff;
}
.page_wrap .has-emp-black-color {
  color: #000;
}
.page_wrap .has-emp-color-1-background-color,
.page_wrap .has-emp_color1-background-color {
  background-color: #00CEFF;
}
.page_wrap .has-emp-color-2-background-color,
.page_wrap .has-emp_color2-background-color {
  background-color: #FAF5EF;
}
.page_wrap .has-emp-color-3-background-color,
.page_wrap .has_emp-color3-background-color {
  background-color: #F5EDE4;
}
.page_wrap .has-emp-color-4-background-color,
.page_wrap .has_emp-color4-background-color {
  background-color: #C4E9F2;
}
.page_wrap .has-emp-color-5-background-color,
.page_wrap .has_emp-color5-background-color {
  background-color: #6FD1E6;
}
.page_wrap .has-emp-white-background-color {
  background-color: #fff;
}
.page_wrap .has-emp-black-background-color {
  background-color: #000;
}
.page_wrap p.is-style-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_wrap p.is-style-filters a {
  margin: 0 10px 10px;
}

body {
  background: #fff;
  font-family: "Outfit", "Helvetica", "Arial", sans-serif;
  color: #000;
  font-size: 23px;
}
@media (max-width: 781.98px) {
  body {
    font-size: 18px;
  }
}

html {
  scroll-behavior: smooth;
}

.oh {
  overflow: hidden;
  background: #fff;
}

.wp-block-columns {
  margin: 0;
}

.wp-block-column {
  margin: 0 !important;
}

.indicator {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: #fff;
  z-index: 9999;
  color: #000;
}
.indicator:before {
  content: "xxs";
}
@media (min-width: 1400px) {
  .indicator:before {
    content: "xxl";
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .indicator:before {
    content: "xl";
  }
}
@media (min-width: 990px) and (max-width: 1199.98px) {
  .indicator:before {
    content: "lg";
  }
}
@media (min-width: 782px) and (max-width: 989.98px) {
  .indicator:before {
    content: "md";
  }
}
@media (min-width: 600px) and (max-width: 781.98px) {
  .indicator:before {
    content: "sm";
  }
}
@media (min-width: 400px) and (max-width: 599.98px) {
  .indicator:before {
    content: "xs";
  }
}

@media (min-width: 990px) {
  .has_sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .has_sidebar article {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .has_sidebar .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    padding-left: 30px;
    margin-left: auto;
  }
}
@media (max-width: 781.98px) {
  .has-text-align-right {
    text-align: left !important;
  }
  .wp-block-image .alignright {
    margin: 0px;
  }
}
.header {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  font-size: 18px;
  font-weight: 600;
  z-index: 999;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 999;
  padding-top: 40px;
  max-width: 1800px;
}
.header .logo {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}
.header .logo .name {
  font-family: tenez, "Times New Roman", serif;
  font-weight: normal;
  font-size: 47px;
  display: inline-block;
  margin-right: 30px;
  padding-top: 3px;
}
@media (max-width: 1199.98px) {
  .header .logo .description {
    display: none;
  }
}
@media (min-width: 990px) {
  .header .nav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header ul li {
    position: relative;
    margin-left: 60px;
  }
  .header ul li:first-child {
    margin: 0;
  }
}
@media (min-width: 990px) and (max-width: 1399.98px) {
  .header ul li {
    margin-left: 30px;
  }
}
@media (min-width: 990px) and (max-width: 1199.98px) {
  .header ul li {
    margin-left: 20px;
  }
}
@media (min-width: 990px) {
  .header ul a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
  }
  .header ul a:after {
    position: absolute;
    content: "";
    height: 2px;
    left: 50%;
    right: 50%;
    bottom: 0px;
    background: currentColor;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
  }
  .header ul li.menu-item-has-children > a {
    position: relative;
    padding-right: 10px;
  }
  .header ul li.menu-item-has-children > a:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0px;
    border: 5px solid transparent;
    border-width: 6px 4px;
    border-top-color: currentColor;
    margin-top: -4px;
  }
  .header ul a:hover,
  .header ul > li:hover > a,
  .header ul li.current-menu-item:not(.menu-item-type-custom) > a,
  .header ul li.current-menu-ancestor > a,
  .header ul li.current-menu-parent > a {
    text-decoration: none;
  }
  .header ul a:hover:after,
  .header ul > li:hover > a:after,
  .header ul li.current-menu-item:not(.menu-item-type-custom) > a:after,
  .header ul li.current-menu-ancestor > a:after,
  .header ul li.current-menu-parent > a:after {
    left: 0;
    right: 0;
    opacity: 1;
  }
  .header ul ul {
    display: none;
    position: absolute;
    width: 300px;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 10px 0px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
    background: #fff;
    border: 1px solid #00CEFF;
  }
  .header ul ul:before {
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom-color: #00CEFF;
    right: auto;
  }
  .header ul ul:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 50px;
    top: -50px;
    left: 50%;
    margin-left: -75px;
  }
  .header ul ul li {
    display: block;
    margin: 0;
  }
  .header ul ul li a {
    text-transform: none;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 500;
    padding: 5px 20px;
    display: block;
  }
  .header ul ul li a:after {
    display: none;
  }
  .header ul ul li.current-menu-item > a,
  .header ul ul li a:hover {
    font-weight: bold;
  }
  .header ul > li:hover ul {
    display: block;
  }
  .header ul > li:hover ul li:after {
    display: none;
  }
}
.header .menu-toggle {
  display: none;
}

body.menu_open {
  overflow: hidden;
}

@media (max-width: 989.98px) {
  .header .nav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    top: 0;
    right: 0px;
    background: #fff;
    width: 100vw;
    max-width: 400px;
    height: 100vh;
    overflow: auto;
    padding: 15px 25px;
    z-index: 9999;
    -webkit-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .nav_wrap.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .header .nav_wrap .menu-close {
    margin-left: auto;
    width: 41px;
    height: 41px;
    background: #fff;
    border: 0 none;
    cursor: pointer;
  }
  .header .nav_wrap .menu-close i {
    display: block;
    width: 41px;
    height: 41px;
    position: relative;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .nav_wrap .menu-close i:after, .header .nav_wrap .menu-close i:before {
    position: absolute;
    content: "";
    width: 42px;
    height: 4px;
    top: 18px;
    left: 0px;
    background: #00CEFF;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 2px;
  }
  .header .nav_wrap .menu-close i:before {
    width: 4px;
    height: 42px;
    top: 0px;
    left: 18px;
  }
  .header .nav_wrap .menu-close:hover i:after,
  .header .nav_wrap .menu-close:hover i:before {
    background: #000;
  }
  .header .nav_wrap nav {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .header .nav_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    list-style: none;
  }
  .header .nav_wrap ul a {
    display: inline-block;
    color: #00CEFF;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 0px;
    font-weight: 800;
    position: relative;
  }
  .header .nav_wrap ul a:after {
    position: absolute;
    content: "";
    height: 2px;
    left: 50%;
    right: 50%;
    bottom: 8px;
    background: currentColor;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
  }
  .header .nav_wrap ul ul a {
    padding: 5px 0;
    text-transform: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #a1a1a1;
  }
  .header .nav_wrap ul a:hover,
  .header .nav_wrap ul li.current-menu-item:not(.menu-item-type-custom) > a {
    text-decoration: none;
    color: #00CEFF;
  }
  .header .nav_wrap ul a:hover:after,
  .header .nav_wrap ul li.current-menu-item:not(.menu-item-type-custom) > a:after {
    left: 0;
    right: 0;
    opacity: 1;
  }
  .header .nav_wrap ul li#menu-item-374 a:after {
    left: 50%;
    right: 50%;
    opacity: 0;
  }
  .header .menu-toggle {
    display: block;
  }
  .header .menu-toggle .label {
    display: none;
  }
  .header .menu-open {
    width: 29px;
    height: 20px;
    padding: 0;
    border: 0 none;
    margin-left: auto;
    background: transparent;
    -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
            order: 50;
    margin-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
  }
  .header .menu-open i {
    width: 30px;
    height: 4px;
    display: block;
    background: #fff;
    border-radius: 3px;
    position: relative;
  }
  .header .menu-open i:after, .header .menu-open i:before {
    position: absolute;
    background: inherit;
    border-radius: 3px;
    content: "";
    width: 30px;
    height: 4px;
    left: 0px;
  }
  .header .menu-open i:before {
    top: -8px;
  }
  .header .menu-open i:after {
    bottom: -8px;
  }
}
@media (max-width: 599.98px) {
  .header .logo .name {
    margin-right: 10px;
  }
  .header .logo .description {
    font-size: 14px;
    line-height: 17px;
  }
}
.header.gold {
  color: #B47E3E;
}
.header.gold .menu-open i {
  background: #B47E3E;
}
.header.gold .menu-open i:after, .header.gold .menu-open i:before {
  background: #B47E3E;
}

.footer {
  padding-top: 150px;
  padding-bottom: 50px;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding-top: 20px;
}
@media (min-width: 990px) {
  .footer .container {
    max-width: 1800px;
  }
}
.footer a {
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer a:hover {
  color: #00CEFF;
}
.footer h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1em;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul a {
  text-decoration: underline;
  font-weight: normal;
}
.footer .adress {
  width: 320px;
  padding-right: 20px;
}
.footer .kontakt {
  width: 360px;
  padding-right: 20px;
}
.footer .kontakt_gird {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr;
  grid-template-columns: 80px 1fr;
}
.footer .kontakt_gird .label {
  font-weight: 600;
  text-decoration: underline;
}
.footer .kontakt_gird a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer .legal {
  width: 270px;
  padding-right: 20px;
}
.footer .social .insta {
  position: relative;
  padding-left: 30px;
}
.footer .social .insta:after {
  background: url(../images/instagram.svg) no-repeat;
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 0px;
  left: 0px;
}
.footer .brand {
  padding: 0 50px;
  margin-left: auto;
  position: relative;
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-width: 320px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.footer .brand .name {
  font-family: tenez, "Times New Roman", serif;
  font-size: 58px;
  letter-spacing: -0.5px;
  padding-bottom: 35px;
  position: relative;
}
.footer .brand .name:after {
  position: absolute;
  content: "";
  background: url(../images/deco_hor.svg) center no-repeat;
  left: 0px;
  width: 100%;
  height: 6px;
  bottom: 10px;
}
.footer .brand .description {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 22px;
  max-width: 200px;
}
.footer .brand .btn {
  background: #00CEFF;
  line-height: 52px;
  color: #fff;
  width: 100%;
  font-weight: bold;
  letter-spacing: 2.5px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer .brand .btn:hover {
  background: #C4E9F2;
  color: #00CEFF;
}
@media (max-width: 1199.98px) {
  .footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .adress,
  .footer .kontakt,
  .footer .legal,
  .footer .social {
    width: auto;
    margin-bottom: 30px;
  }
  .footer .brand {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    margin-top: 30px;
  }
  .footer .brand .btn {
    max-width: 220px;
  }
}
@media (max-width: 989.98px) {
  .footer .adress,
  .footer .kontakt,
  .footer .legal,
  .footer .social {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 599.98px) {
  .footer .adress,
  .footer .kontakt,
  .footer .legal,
  .footer .social {
    width: 100%;
  }
}

.archive article {
  margin-bottom: 50px;
}
.archive .thumbnail {
  margin-bottom: 30px;
}
.archive .thumbnail a {
  background: #00CEFF;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.archive .thumbnail a img {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.archive .thumbnail a:hover img {
  opacity: 0.6;
}
.archive .thumbnail img {
  width: 100%;
}
.archive h2 {
  margin-bottom: 30px;
}

.sidebar .widget {
  margin-bottom: 1em;
}
.sidebar h3 {
  font-size: 24px;
  margin-bottom: 0.5em;
}
.sidebar ul, .sidebar li {
  margin-left: 0.7em;
}

.search_results {
  max-width: 860px;
}
.search_results h1 {
  margin: 1em 0;
  font-weight: 500;
}

.search_result {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.search_result h2 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.3em;
  padding: 0;
  font-weight: normal;
}
.search_result p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3em;
  padding: 0;
}
.search_result .more {
  font-size: 16px;
}
.search_result .more img {
  width: 10px;
  margin-left: 10px;
}
@media (max-width: 599.98px) {
  .search_result {
    padding: 20px;
  }
}

input[type=text],
input[type=email],
input[type=phone],
input[type=date],
input[type=number],
input[type=password],
input[type=tel],
button,
textarea,
select,
.select2-container--default .select2-selection--single {
  height: 40px;
  font-family: "Outfit", "Helvetica", "Arial", sans-serif;
  font-size: 1.6rem;
  border: 1px solid #ddd;
  border-radius: 0px;
  color: #000;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 23px;
}
input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=phone]:hover,
input[type=phone]:focus,
input[type=date]:hover,
input[type=date]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
button:hover,
button:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus {
  border: 1px solid #00CEFF;
}

input[type=number] {
  padding-right: 5px;
}

input[type=submit],
input[type=submit].btn,
button.btn {
  cursor: pointer;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

button {
  cursor: pointer;
}

.select2-container--default .select2-selection--single {
  padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-top: 6px;
}

.select2-dropdown {
  margin-top: -10px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

textarea {
  height: 120px;
  padding: 10px;
}

.wp-pagenavi {
  padding: 10px 0 6px;
  text-align: center;
  margin-bottom: 50px;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  line-height: 45px;
  min-width: 45px;
  padding: 0 5px;
  background: #fff;
  margin: 0 2px 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  font-size: 15px;
}
.wp-pagenavi .current {
  background: #00CEFF;
  color: #fff;
}
.wp-pagenavi a:hover {
  color: #fff;
  background: #FAF5EF;
}
/*# sourceMappingURL=theme.css.map */