@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400&subset=cyrillic-ext");
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-size: 100%;
  font: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*body {
    line-height: 1;
}*/
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1 {
  font-size: 16rem;
  line-height: 20rem;
  margin-bottom: 10rem;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 28px;
  }
}

h2 {
  font-size: 16rem;
  line-height: 20rem;
  margin-bottom: 10rem;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 28px;
  }
}

p, span {
  font-size: 5rem;
  line-height: 7rem;
}

@media (max-width: 767px) {
  p, span {
    font-size: 16px;
    line-height: 24px;
  }
}

section p {
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  section p {
    margin-bottom: 24px;
  }
}

a {
  text-decoration: none;
  font-weight: 400;
  color: inherit;
}

/*icons*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?27arjf");
  src: url("../fonts/icomoon.eot?27arjf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?27arjf") format("truetype"), url("../fonts/icomoon.woff?27arjf") format("woff"), url("../fonts/icomoon.svg?27arjf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-telegram:before {
  content: "\e900";
}

.icon-viber:before {
  content: "\e901";
  color: #665cac;
}

.icon-phone:before {
  content: "\e942";
}

.icon-envelop:before {
  content: "\e945";
}

.icon-location:before {
  content: "\e947";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-telegram1:before {
  content: "\ea95";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-vk:before {
  content: "\ea98";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-youtube2:before {
  content: "\ea9e";
}

html {
  font-size: 4px;
  max-width: 100vw;
}

html body {
  max-width: 100vw;
}

header, footer, section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .container, footer .container, section .container {
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1599px) {
  header .container, footer .container, section .container {
    max-width: 1024px;
  }
}

@media (max-width: 1024px) {
  header .container, footer .container, section .container {
    max-width: 768px;
  }
}

@media (max-width: 767px) {
  header .container, footer .container, section .container {
    max-width: 100%;
  }
}

header + section.chess-item, header + section.intro {
  margin-top: -12rem;
}

header + section.chess-item .container, header + section.intro .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  header + section.chess-item, header + section.intro {
    margin-top: 0;
  }
}

section .container {
  padding: 0 16rem;
}

@media (max-width: 479px) {
  section .container {
    padding: 0 20px;
  }
}

section .container .alignleft {
  float: left;
  padding: 8rem 8rem 8rem 0;
}

@media (max-width: 767px) {
  section .container .alignleft {
    padding: 24px;
    max-width: 100%;
  }
}

section .container .alignright {
  float: right;
  padding: 8rem 0 8rem 8rem;
}

@media (max-width: 767px) {
  section .container .alignright {
    padding: 24px;
    max-width: 100%;
  }
}

section.chess-item .container, section.intro .container {
  padding: 0;
}

@media (max-width: 767px) {
  section.chess-item .container, section.intro .container {
    display: block;
  }
}

section.chess-item .container .text, section.chess-item .container .photo, section.intro .container .text, section.intro .container .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

@media (max-width: 767px) {
  section.chess-item .container .text, section.chess-item .container .photo, section.intro .container .text, section.intro .container .photo {
    display: block;
    width: 100%;
  }
}

@media (max-width: 479px) {
  section.chess-item .container .text, section.chess-item .container .photo, section.intro .container .text, section.intro .container .photo {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

section.chess-item .container .text, section.intro .container .text {
  padding: 16rem 16rem 16rem 24rem;
}

@media (max-width: 767px) {
  section.chess-item .container .text, section.intro .container .text {
    padding: 42px 32px 52px;
  }
}

@media (min-width: 768px) {
  section.chess-item .container .photo, section.intro .container .photo {
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  section.chess-item .container .photo, section.intro .container .photo {
    background-attachment: scroll;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 479px) {
  section.chess-item .container .photo, section.intro .container .photo {
    height: 250px;
  }
}

section.chess-item .container .photo img, section.intro .container .photo img {
  height: auto;
  max-width: 100%;
  position: relative;
  top: 12rem;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  section.chess-item .container .photo img, section.intro .container .photo img {
    display: none;
  }
}

section.chess-item:nth-child(odd) .container, section.intro:nth-child(odd) .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

section.chess-item:nth-child(odd) .container .text, section.intro:nth-child(odd) .container .text {
  padding: 16rem 24rem 16rem 16rem;
}

@media (max-width: 767px) {
  section.chess-item:nth-child(odd) .container .text, section.intro:nth-child(odd) .container .text {
    padding: 42px 32px 52px;
  }
}

@media (max-width: 767px) {
  section.intro .container .photo {
    display: none;
  }
}

section.intro + section {
  margin-top: 24rem;
}

@media (max-width: 767px) {
  section.intro + section {
    margin-top: 20px;
  }
}

header {
  position: sticky;
  position: -webkit-sticky;
  /* Safari */
  top: 0;
  left: 0;
  height: 28rem;
  background-color: #ffffff;
  width: 100%;
  z-index: 9001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*box-shadow: 0 0 20px #2a2b26;*/
  -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 42px rgba(0, 0, 0, 0.5);
  max-width: 100vw;
}

@media (max-width: 767px) {
  header {
    height: 46px;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  }
}

header::before {
  content: '';
  z-index: 1;
  background-image: url(../img/logo.png);
  background-color: #ffffff;
  width: 36rem;
  height: 36rem;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  left: 0;
  background-position: center;
  border-radius: 0;
  border: 5rem solid #ffffff;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.44);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.44);
}

@media (max-width: 767px) {
  header::before {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #ffffff;
  }
}

header .container {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: height 150ms ease-out;
  transition: height 150ms ease-out;
  will-change: height;
}

@media (max-width: 479px) {
  header .container {
    display: block;
    height: 46px;
    padding-top: 0;
    overflow: hidden;
    will-change: height, padding;
  }
}

@media (max-width: 479px) {
  header .container.active {
    height: 100vh;
  }
}

@media (max-width: 479px) {
  header .container.active > div {
    opacity: 1;
  }
}

header .container > div {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

@media (max-width: 479px) {
  header .container > div {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    will-change: opacity;
  }
}

header .container > div:nth-child(odd) {
  padding-left: 10rem;
  padding-right: 25rem;
  text-align: left;
}

@media (max-width: 767px) {
  header .container > div:nth-child(odd) {
    padding-right: 34px;
    padding-left: 6px;
  }
}

header .container > div:nth-child(even) {
  text-align: right;
  padding-left: 25rem;
  padding-right: 10rem;
}

@media (max-width: 767px) {
  header .container > div:nth-child(even) {
    padding-left: 34px;
    padding-right: 6px;
  }
}

header .container > div p {
  font-size: 4rem;
  line-height: 5rem;
}

header .container > div a {
  color: #1a1919;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 4.5rem;
  line-height: 5rem;
  margin: 0 0.5rem;
}

@media (max-width: 479px) {
  header .container > div a {
    line-height: 20px;
    font-size: 16px;
  }
}

header .container > div a:hover {
  color: #000000;
}

header .container > div a[class^="icon-"], header .container > div a [class*=" icon-"] {
  padding-bottom: 0;
  border-bottom: none;
}

header .container > div ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 14rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  header .container > div ul {
    height: 48px;
  }
}

@media (max-width: 479px) {
  header .container > div ul {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 479px) {
  header .container > div ul li {
    margin-bottom: 12px;
  }
}

header .container > div ul li a {
  text-transform: uppercase;
  font-size: 7rem;
  color: #1a1919;
  font-weight: 300;
}

@media (max-width: 767px) {
  header .container > div ul li a {
    font-weight: 300;
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  header .container > div ul li a {
    font-size: 20px;
    line-height: 24px;
  }
}

header .container > div.address, header .container > div.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 14rem;
}

@media (max-width: 767px) {
  header .container > div.address, header .container > div.socials {
    display: none;
  }
}

@media (max-width: 479px) {
  header .container > div.address, header .container > div.socials {
    display: block;
    text-align: center;
    padding: 0 20px;
    height: auto;
    margin-bottom: 20px;
  }
}

header .container > div.address p, header .container > div.socials p {
  line-height: 6rem;
}

@media (max-width: 479px) {
  header .container > div.address p, header .container > div.socials p {
    line-height: 20px;
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  header .container > div.address {
    margin-top: 72px;
  }
}

header .container > div.socials {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 479px) {
  header .container > div.socials {
    line-height: 20px;
    font-size: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  header .container > div.menu {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (max-width: 479px) {
  header .container > div.menu {
    display: block;
    text-align: center;
    padding: 0 20px;
  }
}

@media (max-width: 479px) {
  header .container > div.menu:first-child {
    margin-top: 20px;
  }
}

header .container .burger {
  display: none;
}

@media (max-width: 479px) {
  header .container .burger {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  header .container .burger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #000000;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  header .container .burger span:nth-child(1) {
    top: 20px;
  }
  header .container .burger span:nth-child(2), header .container .burger span #nav-icon3 span:nth-child(3) {
    top: 10px;
  }
  header .container .burger span:nth-child(4) {
    top: 20px;
  }
  header .container .burger.opened span:nth-child(1) {
    top: 10px;
    width: 0;
    left: 50%;
  }
  header .container .burger.opened span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .container .burger.opened span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
  }
  header .container .burger.opened span:nth-child(4) {
    top: 10px;
    width: 0;
    left: 50%;
  }
}

footer {
  margin-top: 12rem;
  position: relative;
  -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 42px rgba(0, 0, 0, 0.9);
}

footer .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10rem;
}

@media (max-width: 479px) {
  footer .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 42px 28px 52px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .container div {
  -webkit-box-flex: calc(100%/3);
      -ms-flex: calc(100%/3);
          flex: calc(100%/3);
}

@media (max-width: 479px) {
  footer .container div {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

footer .container div:first-child {
  text-align: left;
}

footer .container div:last-child {
  text-align: right;
}

footer .container div.logo {
  text-align: center;
}

@media (max-width: 479px) {
  footer .container div.logo {
    text-align: center;
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
    padding-left: 28px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer .container div.logo img {
  width: 100%;
  max-width: 52rem;
  height: auto;
}

@media (max-width: 479px) {
  footer .container div.menu {
    display: none;
  }
}

footer .container div.menu ul li a {
  font-size: 5rem;
  line-height: 8rem;
  font-weight: 300;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  footer .container div.menu ul li a {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 479px) {
  footer .container div.address {
    text-align: left;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

footer .container div.address h3 {
  text-transform: uppercase;
  font-size: 7rem;
  line-height: 9rem;
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  footer .container div.address h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

footer .container div.address a {
  font-weight: 300;
}

footer .developer {
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 16px;
  text-align: center;
  color: #ffffff;
  opacity: 0.15;
  font-size: 12px;
  font-weight: 300;
}

footer .developer a {
  font-weight: 300;
}

.page-template-default section .container:first-child {
  margin-top: 12rem;
}

.page-template-menu section {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-menu section.menu .container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-template-menu section.menu .container .col {
  margin-bottom: 12rem;
}

.page-template-menu section.menu .container.layout-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-menu section.menu .container.layout-2 {
  display: block;
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 8rem;
  -webkit-column-gap: 8rem;
  -moz-column-gap: 8rem;
  padding: 0 16rem 16rem;
}

@media (max-width: 479px) {
  .page-template-menu section.menu .container.layout-2 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    padding: 0 20px 20px;
  }
}

.page-template-menu section.menu .container.layout-2 .col {
  width: 100%;
  -webkit-column-break-inside: avoid;
          break-inside: avoid-column;
}

.page-template-menu section.menu .container.layout-2 .col table {
  max-width: 100%;
  width: 100%;
}

.page-template-menu section.menu h2 {
  font-size: 10rem;
  line-height: 12rem;
  margin-bottom: 8rem;
  font-weight: 300;
  padding: 4rem 8rem;
  background-color: #f1f1f1;
  text-align: center;
}

.page-template-menu section.menu table {
  width: 100%;
}

.page-template-menu section.menu table th, .page-template-menu section.menu table td {
  padding: 0 4rem;
  text-align: right;
}

.page-template-menu section.menu table th:first-child, .page-template-menu section.menu table td:first-child {
  width: 100%;
  padding-left: 4rem;
  text-align: left;
}

.page-template-menu section.menu table th:last-child, .page-template-menu section.menu table td:last-child {
  padding-right: 4rem;
  text-align: right;
}

.page-template-menu section.menu table thead th {
  border-bottom: 1px solid #ccc;
}

.page-template-menu section.menu table thead th:first-child {
  padding-left: 0;
}

.page-template-menu section.menu table thead th h3 {
  font-size: 7.5rem;
  line-height: 8rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.page-template-menu section.menu table thead th span {
  font-size: 5rem;
}

.page-template-menu section.menu table tbody tr {
  border-bottom: 1px dotted #e7e7e7;
}

.page-template-menu section.menu table tbody td {
  padding: 2rem 4rem;
  vertical-align: middle;
  position: relative;
}

.page-template-menu section.menu table tbody td h4 {
  margin-top: 1rem;
  font-size: 5.5rem;
  line-height: 6rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 479px) {
  .page-template-menu section.menu table tbody td h4 {
    font-size: 18px;
    line-height: 18px;
  }
}

.page-template-menu section.menu table tbody td span.price {
  white-space: nowrap;
}

.page-template-menu section.menu table tbody td span.description {
  font-size: 4rem;
  line-height: 4rem;
  top: -1.5rem;
  position: relative;
}

@media (max-width: 479px) {
  .page-template-menu section.menu table tbody td span.description {
    font-size: 14px;
    line-height: 14px;
  }
}

.page-template-gallery section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-gallery section .container {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-template-gallery section .container h2 {
  font-size: 10rem;
  line-height: 12rem;
  margin-bottom: 8rem;
  font-weight: 300;
  padding: 4rem 8rem;
  background-color: #f1f1f1;
  text-align: center;
}

.page-template-gallery section .container .single-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8rem;
}

.page-template-gallery section .container .single-gallery a {
  padding: 0;
  background: white;
  position: relative;
  -ms-flex-preferred-size: calc(100% / 4);
      flex-basis: calc(100% / 4);
  margin: 0;
  border: 2.5rem solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

@media (min-width: 896px) and (max-width: 1024px) {
  .page-template-gallery section .container .single-gallery a {
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
  }
}

@media (min-width: 768px) and (max-width: 895px) {
  .page-template-gallery section .container .single-gallery a {
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-template-gallery section .container .single-gallery a {
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
  }
}

@media (max-width: 479px) {
  .page-template-gallery section .container .single-gallery a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    border: none;
  }
}

.page-template-gallery section .container .single-gallery a::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.page-template-gallery section .container .single-gallery a img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-blog {
  background-color: #f1f0e4;
}

.page-template-blog section.blog-posts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-blog section.blog-posts .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-blog section.blog-posts .container h1 {
  margin-top: 12rem;
}

@media (max-width: 479px) {
  .page-template-blog section.blog-posts .container h1 {
    margin-top: 32px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 42px;
  }
}

.page-template-blog section.blog-posts .container.posts {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 479px) {
  .page-template-blog section.blog-posts .container.posts {
    padding: 20px;
  }
}

.page-template-blog section.blog-posts .container.posts .cat-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: calc((100% / 3) - 4rem);
      flex-basis: calc((100% / 3) - 4rem);
  margin-bottom: 6rem;
  -webkit-box-shadow: 0 1rem 6.4rem 0.1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 6.4rem 0.1rem rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .page-template-blog section.blog-posts .container.posts .cat-post {
    -ms-flex-preferred-size: calc((100% / 2) - 10px);
        flex-basis: calc((100% / 2) - 10px);
  }
}

@media (max-width: 479px) {
  .page-template-blog section.blog-posts .container.posts .cat-post {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-blog section.blog-posts .container.posts .cat-post .img-container a {
  max-height: 42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media (max-width: 767px) {
  .page-template-blog section.blog-posts .container.posts .cat-post .img-container a {
    max-height: 180px;
  }
}

.page-template-blog section.blog-posts .container.posts .cat-post .img-container a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-blog section.blog-posts .container.posts .cat-post .text-container {
  padding: 4rem 4rem 6rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  /*a.read-more {
                                display: block;
                                float: right;
                                border-bottom: 1px dashed #dddddd;
                                margin-bottom: 2rem;
                                margin-top: 2rem;
                            }*/
}

@media (max-width: 767px) {
  .page-template-blog section.blog-posts .container.posts .cat-post .text-container {
    padding: 20px;
  }
}

.page-template-blog section.blog-posts .container.posts .cat-post .text-container h2 {
  font-size: 5.6rem;
  line-height: 7rem;
  font-weight: 400;
  margin-bottom: 6rem;
  text-transform: uppercase;
  word-break: break-word;
}

@media (max-width: 767px) {
  .page-template-blog section.blog-posts .container.posts .cat-post .text-container h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

.page-template-blog section.blog-posts .container.posts .cat-post .text-container p {
  font-size: 4.5rem;
  line-height: 6rem;
  text-align: justify;
  margin-bottom: 2rem;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-template-blog section.blog-posts .container.posts .cat-post .text-container p {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .page-template-blog section.blog-posts .container.posts .cat-post .text-container p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.post-template-default {
  background-color: #f1f0e4;
}

.post-template-default section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-template-default section .text {
  padding: 26rem 16rem 10rem 24rem;
}

.post-template-default section .text h1 {
  font-size: 12rem;
  line-height: 15rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-template-contacts section .container .photo {
    display: block;
    min-height: 400px;
  }
}

.page-template-contacts section .container .photo iframe {
  min-height: 150rem;
  top: 12rem;
  position: relative;
  height: auto;
  max-width: 100%;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
  background-color: #eaeaea;
}

@media (max-width: 767px) {
  .page-template-contacts section .container .photo iframe {
    top: 0;
    position: static;
    width: 100%;
    min-height: 450px;
  }
}
/*# sourceMappingURL=main.css.map */