@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap&subset=cyrillic");
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;
  vertical-align: baseline; }


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; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Hevletica", Arial, sans-serif;
  font-weight: 600;
  padding-bottom: 15px; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    font-weight: 400;
    font-size: .7em; }

.clearfix,
.clearfix :after {
  content: "";
  clear: both;
  display: table; }

.o-row {
  position: relative;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

[class*='col-'] {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }

.col-xs-1 {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.999999% * 0.08333); }

.col-xs-2 {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.999999% * 0.16667); }

.col-xs-3 {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.999999% * 0.25); }

.col-xs-4 {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.999999% * 0.33333); }

.col-xs-5 {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.999999% * 0.41667); }

.col-xs-6 {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.999999% * 0.5); }

.col-xs-7 {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.999999% * 0.58333); }

.col-xs-8 {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.999999% * 0.66667); }

.col-xs-9 {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.999999% * 0.75); }

.col-xs-10 {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.999999% * 0.83333); }

.col-xs-11 {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.999999% * 0.91667); }

.col-xs-12 {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(99.999999% * 1); }

@media (min-width: 544px) {
  .col-sm-1 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.08333); }
  .col-sm-2 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.16667); }
  .col-sm-3 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.25); }
  .col-sm-4 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.33333); }
  .col-sm-5 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.41667); }
  .col-sm-6 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.5); }
  .col-sm-7 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.58333); }
  .col-sm-8 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.66667); }
  .col-sm-9 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.75); }
  .col-sm-10 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.83333); }
  .col-sm-11 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.91667); }
  .col-sm-12 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 1); } }

@media (min-width: 768px) {
  .col-md-1 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.08333); }
  .col-md-2 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.16667); }
  .col-md-3 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.25); }
  .col-md-4 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.33333); }
  .col-md-5 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.41667); }
  .col-md-6 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.5); }
  .col-md-7 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.58333); }
  .col-md-8 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.66667); }
  .col-md-9 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.75); }
  .col-md-10 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.83333); }
  .col-md-11 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.91667); }
  .col-md-12 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 1); } }

@media (min-width: 992px) {
  .col-lg-1 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.08333); }
  .col-lg-2 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.16667); }
  .col-lg-3 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.25); }
  .col-lg-4 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.33333); }
  .col-lg-5 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.41667); }
  .col-lg-6 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.5); }
  .col-lg-7 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.58333); }
  .col-lg-8 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.66667); }
  .col-lg-9 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.75); }
  .col-lg-10 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.83333); }
  .col-lg-11 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.91667); }
  .col-lg-12 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 1); } }

@media (min-width: 1200px) {
  .col-xl-1 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.08333); }
  .col-xl-2 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.16667); }
  .col-xl-3 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.25); }
  .col-xl-4 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.33333); }
  .col-xl-5 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.41667); }
  .col-xl-6 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.5); }
  .col-xl-7 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.58333); }
  .col-xl-8 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.66667); }
  .col-xl-9 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.75); }
  .col-xl-10 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.83333); }
  .col-xl-11 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.91667); }
  .col-xl-12 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 1); } }

@media (min-width: 1920px) {
  .col-xxl-1 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.08333); }
  .col-xxl-2 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.16667); }
  .col-xxl-3 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.25); }
  .col-xxl-4 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.33333); }
  .col-xxl-5 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.41667); }
  .col-xxl-6 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.5); }
  .col-xxl-7 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.58333); }
  .col-xxl-8 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.66667); }
  .col-xxl-9 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.75); }
  .col-xxl-10 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.83333); }
  .col-xxl-11 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.91667); }
  .col-xxl-12 {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 1); } }

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

a {
  color: #343A40;
  transition: all .4s ease-in-out; }
  a, a:active, a:visited, a:focus {
    text-decoration: none;
    outline: 0; }
  a:hover {
    text-decoration: underline;
    transition: all .4s ease-in-out; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

html {
  font-size: 16px;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  font-size: 16px;
  font-family: "Roboto", "Hevletica", Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.25;
  color: #343A40;
  background: #F8F9FA;
  margin: 0; }

html,
body {
  height: 100%; }

.read-more__container {
  padding-top: 30px;
  display: inline-block; }

.read-more, .o-subscribe__wrapper label {
  padding: 14px 22px;
  background: #52060a;
  color: #F8F9FA;
  border: none;
  border-radius: 2px;
  transition: all .4s ease-in-out;
  font-size: 16px; }
  .read-more:hover, .o-subscribe__wrapper label:hover {
    background: #78090f;
    transition: all .4s ease-in-out;
    cursor: pointer; }

.content {
  font-size: 12.8px;
  line-height: 1.25; }

.o-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative; }

.o-container {
  padding: 0 20px; }

@media (min-width: 1920px) {
  .o-container {
    padding: 0; } }

.o-logo__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.o-logo__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.o-nav__container {
  padding-top: 30px; }

@media (min-width: 768px) {
  .o-nav__container {
    background-size: initial; } }

@media (min-width: 1200px) {
  .o-nav__container {
    padding-top: 0; } }

.o-slider__container {
  background: #caced1;
  border-top: 4px solid #F8F9FA;
  border-bottom: 4px solid #F8F9FA; }

.o-slogan__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 20px; }
  .o-slogan__container span {
    font-family: "Comfortaa", cursive;
    font-size: 48px;
    font-weight: 600;
    color: #F8F9FA;
    letter-spacing: -3px; }

.o-slogan__container {
  padding-top: 80px; }

@media (min-width: 768px) {
  .o-slogan__container {
    padding-top: 120px; } }

@media (min-width: 1200px) {
  .o-slogan__container {
    padding-top: 160px; } }

.o-menu__menu-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 18px 0;
  position: relative;
  z-index: 100; }

li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.o-about__container {
  position: relative; }

.o-about__container-wrapper {
  padding-top: 80px;
  padding-right: 20px; }

.o-about__content, .o-about__container-wrapper h2 {
  color: #F8F9FA;
  font-size: inherit; }

.o-about__container-wrapper {
  padding-left: 0;
  padding-bottom: 30px; }

.o-about__container {
  min-height: 40vh; }

@media (min-width: 992px) {
  .o-about__container-wrapper {
    padding-left: 50%;
    padding-bottom: 60px; }
  .o-about__container {
    min-height: 60vh; } }

.o-comments__wrapper {
  padding: 60px 0 30px; }

.o-comments__dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.o-events__container {
  background: #F8F9FA; }

.o-events__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 60px;
  padding-bottom: 80px; }

.o-events__item-content {
  width: 300px;
  background: #343A40;
  color: #F8F9FA;
  padding: 0;
  border-radius: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }

.o-events__item-image {
  width: 100%; }

.o-events__item-content-wrapper {
  width: 100%;
  padding: 14px 22px; }

.o-events__item-content:not(:first-child) {
  margin-left: 0; }

@media (min-width: 768px) {
  .o-events__item-content:not(:first-child) {
    margin-left: 20px; } }

.o-subscribe__container {
  background: url("/assets/web/images/botbg.jpg") #F8F9FA;
  position: relative;
  z-index: 400; }

.o-subscribe__container {
  background-size: cover;
  background-position: center; }

@media (min-width: 768px) {
  .o-subscribe__container {
    background-size: 100% 100%;
    background-position: initial; } }

.o-footer__container {
  background: #343A40;
  color: #F8F9FA; }

.o-footer__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.o-footer-bottom__copyright {
  padding: 14px 22px;
  text-align: right;
  background: rgba(6, 7, 8, 0.2); }

.o-footer__wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 60px 20px 20px; }
  .o-footer__wrapper [class^='o-footer']:not(:last-child) {
    margin-bottom: 30px; }

@media (min-width: 768px) {
  .o-footer__wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 60px 0 20px; }
  [class^='o-footer'] {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%; }
    [class^='o-footer']:not(:last-child) {
      margin-bottom: initial; } }

@media (min-width: 1200px) {
  .o-footer__wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  [class^='o-footer'] {
    -ms-flex: initial;
        flex: initial; } }

.o-item__wrapper-content, .o-item__copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }

.o-item__wrapper {
  padding-bottom: 60px; }

.o-item__wrapper-content {
  padding-top: 20px; }

.o-item__wrapper-image {
  height: 100%;
  overflow: hidden;
  border-radius: 2px; }

.o-item__wrapper-text {
  position: relative; }

.o-item__wrapper-content {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  min-height: 500px; }

.o-item__wrapper-image,
.o-item__wrapper-text {
  width: 100%; }

.o-item__wrapper-text {
  padding-left: initial;
  padding-right: initial; }

@media (min-width: 768px) {
  .o-item__wrapper-image {
    width: 25%; }
  .o-item__wrapper-text {
    width: 75%;
    padding-left: 30px;
    padding-right: 20px; } }

.o-catalogue__wrapper {
  padding: 60px 0; }

.o-miscellaneous-info__container {
  font-size: 12.8px; }

.o-text-content__wrapper {
  padding: 60px 0; }

#o-map {
  width: 100%;
  height: 25rem; }

.o-contacts__text-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start; }

.o-contacts__panel {
  padding: 30px 0; }

.o-contacts__inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.o-contacts__contact-form-wrapper {
  color: black; }

.o-contacts__panel-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.o-contacts__inputs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (min-width: 768px) {
  .o-contacts__inputs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.features {
  font-size: 1rem;
  text-transform: uppercase; }
  .features li {
    width: 100%;
    text-align: center;
    padding: .25em; }

.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  -ms-transform: translate(100vw, 0);
      transform: translate(100vw, 0);
  z-index: 500;
  
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top: 160px;
  transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
  border-bottom-left-radius: 100vw;
  background-color: #c3ccd4;
  background-color: rgba(189, 198, 208, 0.9); }
  @media (min-width: 768px) {
    .drawer-list {
      width: 50vw; } }
  .drawer-list ul {
    max-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    pointer-events: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .drawer-list li {
    width: 100%;
    list-style: none;
    text-transform: uppercase;
    pointer-events: auto;
    white-space: nowrap;
    box-sizing: border-box;
    transform: translatex(100vw);
    
    -ms-transform: translatex(-100vw);
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; }
    .drawer-list li:last-child {
      margin-bottom: 2em; }
    .drawer-list li sup {
      margin-top: initial; }
    .drawer-list li a {
      text-decoration: none;
      color: #343A40;
      text-align: right;
      display: block;
      padding: .5rem;
      font-weight: 700;
      font-size: 2.35294em; }
      @media (min-width: 768px) {
        .drawer-list li a {
          text-align: right;
          padding: .5rem;
          font-size: 2.85714em; } }
      @media (min-width: 1200px) {
        .drawer-list li a {
          font-size: 4em; } }
    .drawer-list li:hover {
      cursor: pointer;
      background-color: #fcfcfd;
      background-color: rgba(248, 249, 250, 0.5); }

input.hamburger {
  display: none; }
  input.hamburger:checked ~ .drawer-list {
    -ms-transform: translatex(0);
        transform: translatex(0);
    border-bottom-left-radius: 0; }
    input.hamburger:checked ~ .drawer-list li {
      -ms-transform: translatex(0);
          transform: translatex(0); }
      input.hamburger:checked ~ .drawer-list li:nth-child(1) {
        transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(2) {
        transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(3) {
        transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(4) {
        transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(5) {
        transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(6) {
        transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(7) {
        transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(8) {
        transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(9) {
        transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(10) {
        transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(11) {
        transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(12) {
        transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(13) {
        transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(14) {
        transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(15) {
        transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(16) {
        transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(17) {
        transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(18) {
        transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(19) {
        transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(20) {
        transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(21) {
        transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(22) {
        transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(23) {
        transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(24) {
        transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(25) {
        transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(26) {
        transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(27) {
        transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(28) {
        transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(29) {
        transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(30) {
        transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(31) {
        transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(32) {
        transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(33) {
        transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(34) {
        transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(35) {
        transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(36) {
        transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(37) {
        transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(38) {
        transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(39) {
        transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(40) {
        transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(41) {
        transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(42) {
        transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(43) {
        transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(44) {
        transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(45) {
        transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(46) {
        transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(47) {
        transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(48) {
        transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(49) {
        transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li:nth-child(50) {
        transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96); }
      input.hamburger:checked ~ .drawer-list li a {
        padding-right: 15px; }
  input.hamburger:checked ~ label > i {
    background-color: transparent;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    input.hamburger:checked ~ label > i:before {
      -ms-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg); }
    input.hamburger:checked ~ label > i:after {
      -ms-transform: translate(-50%, -50%) rotate(-315deg);
          transform: translate(-50%, -50%) rotate(-315deg); }

label.hamburger {
  z-index: 9999;
  position: relative;
  height: 50px;
  width: 50px; }
  label.hamburger:hover {
    cursor: pointer; }
  label.hamburger > i {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    background-color: white;
    pointer-events: auto;
    transition-duration: .35s;
    transition-delay: .35s; }
    label.hamburger > i:before, label.hamburger > i:after {
      position: absolute;
      display: block;
      width: 100%;
      height: 2px;
      left: 50%;
      background-color: white;
      content: "";
      transition: transform 0.35s;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }
    label.hamburger > i:before {
      -ms-transform: translate(-50%, -14px);
          transform: translate(-50%, -14px); }
    label.hamburger > i:after {
      -ms-transform: translate(-50%, 14px);
          transform: translate(-50%, 14px); }

label.hamburger {
  position: fixed;
  top: 15px;
  right: 15px; }

#bg_popup {
  position: fixed;
  background: rgba(52, 58, 64, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 99999; }

#popup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  background: #F8F9FA url("/assets/web/images/eyars_old.png") no-repeat;
  border-radius: 2px;
  position: relative;
  box-shadow: 5px 5px 15px #343A40; }

.close {
  display: block;
  color: #F8F9FA;
  background: #28A745;
  cursor: pointer;
  padding: 14px 22px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center; }

#popup {
  background-position: 97% 2%;
  width: 90vw;
  margin: 30px auto 20px;
  padding: 10px 20px;
  background-size: 7%; }

@media (min-width: 768px) {
  #popup {
    width: 60vw;
    background-size: 10%;
    background-position: 97% 4%;
    margin: 30px auto 20px;
    padding: 10px 20px; } }

@media (min-width: 1200px) {
  #popup {
    width: 30vw; } }

.ac-container input {
  display: none; }
  .ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px; }

.ac-container article {
  margin-top: -1px;
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 10;
  transition: height 0.3s ease-in-out; }

.ac-container input:checked ~ article {
  transition: height 0.6s ease-in-out;
  min-height: 1vh;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }

.o-accordion {
  width: 100%;
  border-top: 1px solid #d8dbdd; }
  .o-accordion section {
    width: 100%;
    display: block;
    border-bottom: 1px solid #d8dbdd;
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px; }
    .o-accordion section .o-slider__content-wrapper {
      display: none;
      padding: 10px 25px 30px;
      color: #343A40; }
  .o-accordion h3, .o-accordion h4, .o-accordion h5, .o-accordion h6 {
    font-weight: 400;
    line-height: 1.6;
    padding-bottom: 30px; }
  .o-accordion h3 {
    cursor: pointer;
    font-family: "Comfortaa", cursive;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding-top: 30px; }
  .o-accordion h5 {
    font-style: italic; }
  .o-accordion > div {
    padding-bottom: 5rem; }
  .o-accordion > div {
    border-bottom: 1px solid #78828a; }

.about-intro__logo {
  position: relative;
  display: block;
  width: 228px;
  height: 228px; }

.o-accordion__titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  min-height: 15rem;
  padding: 0; }
  .o-accordion__titles > div {
    -ms-flex: 1;
        flex: 1; }
    .o-accordion__titles > div:nth-child(2) {
      -ms-flex: 2;
          flex: 2; }

.o-accordion__partner-name, .o-accordion__navs {
  padding-left: 30px;
  padding-right: 30px; }

.o-accordion__image {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative; }
  .o-accordion__image svg {
    position: absolute;
    width: 25%;
    z-index: 50; }
  .o-accordion__image img {
    max-width: 100%;
    position: relative;
    z-index: 20; }

.o-accordion__content {
  width: 100%;
  height: 100%;
  overflow-y: auto; }
  .o-accordion__content p:last-child {
    padding-bottom: 12rem; }

.o-accordion__content-wrapper {
  font-size: 16px;
  line-height: 1.6;
  padding-top: 30px; }
  .o-accordion__content-wrapper h4 {
    font-size: 33.6px;
    font-weight: 500; }
    .o-accordion__content-wrapper h4:after {
      content: '';
      width: 65%;
      height: 1px;
      background: #a1a8ae;
      display: block; }
  .o-accordion__content-wrapper p {
    line-height: 1.5;
    padding-bottom: 10px !important; }

.o-accordion__item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  height: 100%;
  position: relative; }
  .o-accordion__item-content > div {
    -ms-flex: 1;
        flex: 1; }
  .o-accordion__item-content p {
    font-size: 1.1rem;
    line-height: 1.3; }

.o-accordion__item-text-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.o-accordion__item-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .o-accordion__item-image img {
    padding-right: 20px; }

.o-accordion__item-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  max-height: 100%; }

.o-accordion__item-product-content {
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  font-size: 19.2px;
  padding-right: 20px;
  -ms-flex-align: start;
      align-items: flex-start; }
  .o-accordion__item-product-content strong {
    font-weight: 500; }
  .o-accordion__item-product-content em {
    font-size: 17.6px;
    font-style: italic; }
  .o-accordion__item-product-content table {
    width: 50%;
    border: 1px solid #6C757D; }
  .o-accordion__item-product-content tr, .o-accordion__item-product-content td {
    border: 1px solid #6C757D;
    text-align: center;
    vertical-align: middle; }
    .o-accordion__item-product-content tr p, .o-accordion__item-product-content td p {
      line-height: 1.5;
      padding: 0; }
    .o-accordion__item-product-content tr:first-child, .o-accordion__item-product-content td:first-child {
      background: #e9ecef;
      font-weight: 400; }
  .o-accordion__item-product-content p, .o-accordion__item-product-content li {
    display: block;
    width: 100%; }

.o-accordion__item-product-image {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .o-accordion__item-product-image figure {
    width: 50%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .o-accordion__item-product-image img {
    width: auto; }

.o-accordion__item-content-bg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .o-accordion__item-content-bg img {
    width: 100%;
    height: 100%; }

.o-accordion__navs {
  width: 60%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.o-accordion__nav-item {
  width: 4rem !important;
  height: 6rem !important;
  overflow: hidden;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #6C757D;
  border-radius: 5px;
  padding: 4px 6px; }
  .o-accordion__nav-item:not(:last-child) {
    margin-right: 10px; }
  .o-accordion__nav-item > div {
    padding: 0 !important;
    margin: 0;
    max-height: 100%; }
  .o-accordion__nav-item.no-show {
    display: none !important; }
  .o-accordion__nav-item img {
    max-width: 100%;
    image-rendering: optimizeQuality; }

.o-accordion__title-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page em {
  font-style: italic; }

.page strong {
  font-weight: 500; }

.page ul {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: initial; }

.page li {
  list-style-type: circle;
  list-style: initial; }

.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  padding-top: 0; }

.page h4 {
  font-size: 1.2rem;
  line-height: 1rem; }
  .page h4:after {
    width: 0; }

.o-subscribe__wrapper .form-group input:active, .o-contacts__panel-body input:active,
.o-contacts__panel-body textarea:active, .o-subscribe__wrapper .form-group input:hover, .o-contacts__panel-body input:hover,
.o-contacts__panel-body textarea:hover, .o-subscribe__wrapper .form-group input:focus, .o-contacts__panel-body input:focus,
.o-contacts__panel-body textarea:focus {
  outline: 0;
  outline-offset: 0; }

.o-logo__container {
  width: 100%;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: right;
      justify-content: right;
  position: absolute; }

.o-logo__info-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .o-logo__info-content * {
    -ms-flex: 1;
        flex: 1; }

.o-nav__container {
  background-image: url(/assets/web/images/wood-bg.jpg);
  background-position: 100% 100%; }

.o-menu__menu-wrapper {
  text-transform: uppercase; }
  .o-menu__menu-wrapper a {
    padding: 33px 40px;
    font-size: 17.6px;
    font-weight: 400;
    color: #F8F9FA; }

.o-about__container {
  background: url(/assets/web/images/abyss.jpg) no-repeat 100% 100%;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .o-about__container:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0 6px rgba(52, 58, 64, 0.4), -2px 0 6px rgba(52, 58, 64, 0.4);
    z-index: 100; }

.o-about__container-wrapper {
  position: relative;
  z-index: 100; }
  .o-about__container-wrapper h2 {
    padding-top: 20px;
    letter-spacing: -2px;
    font-family: "Comfortaa", cursive;
    font-weight: 500; }

.o-comments__container {
  background: url(/assets/web/images/comm-bg.jpg) no-repeat center;
  background-size: cover;
  color: #F8F9FA; }

.o-comments__wrapper {
  margin-left: 60px; }
  .o-comments__wrapper p {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit; }
  .o-comments__wrapper:before {
    content: '';
    width: 57px;
    height: 52px;
    display: block;
    background: url(/assets/web/images/testimonial.png) no-repeat;
    float: left;
    margin-left: -60px; }

.o-comments__dots {
  padding-top: 20px; }
  .o-comments__dots .slick-active {
    cursor: pointer; }
    .o-comments__dots .slick-active button {
      background: #810A10;
      border: none; }
  .o-comments__dots button {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    color: #F8F9FA;
    margin: 0 4px;
    padding: 0;
    font-size: 0; }

.o-events__container h2 {
  font-family: "Comfortaa", cursive;
  letter-spacing: -3px;
  text-align: center;
  font-size: 64px;
  font-weight: 400;
  padding-top: 30px; }

.o-events__item-image figure {
  background: #F8F9FA;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%; }

.o-events__item-image img {
  background: #F8F9FA;
  border: 10px solid #F8F9FA;
  border-radius: 50%;
  filter: grayscale(0);
  transition: all .8s ease-in-out; }
  .o-events__item-image img:hover {
    filter: grayscale(100%);
    transition: all .8s ease-in-out;
    cursor: pointer; }

.o-events__title h2 {
  font-weight: 500;
  text-align: initial;
  padding-bottom: 10px;
  letter-spacing: 0; }

.o-events__item-content {
  padding-bottom: 20px;
  margin-bottom: 20px; }

.o-subscribe__wrapper {
  width: 70%;
  margin: 0 auto;
  padding: 30px 0; }
  .o-subscribe__wrapper .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .o-subscribe__wrapper .form-group input {
      border-radius: 0;
      border: 1px solid #F8F9FA;
      background: rgba(52, 58, 64, 0.4);
      color: #F8F9FA !important;
      font-size: 16px;
      padding: 24px 20px;
      height: 40px;
      width: 100% !important;
      margin: 0;
      text-transform: lowercase; }

.o-footer__wrapper h3 {
  padding-bottom: 30px; }

.o-footer__contacts-content a,
.o-footer__contacts-content span {
  color: #F8F9FA;
  display: block;
  width: 100%; }

.o-footer__contacts-content span {
  padding-top: 6px; }

.o-footer-bottom__copyright-wrapper {
  display: -ms-flexbox;
  display: flex; }
  .o-footer-bottom__copyright-wrapper a,
  .o-footer-bottom__copyright-wrapper span,
  .o-footer-bottom__copyright-wrapper .o-footer__copyright-left {
    color: #F8F9FA;
    font-size: 11.2px; }
  .o-footer-bottom__copyright-wrapper a:not(:last-child) {
    margin-right: 20px; }

.o-contacts__phones {
  font-size: 24px;
  font-weight: 500; }

.o-contacts__information .o-row {
  padding-top: 30px; }

.o-contacts__information h2 {
  font-size: 16px;
  font-weight: 500; }

.o-contacts__information [class^='col-'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: start;
      align-items: flex-start; }
  .o-contacts__information [class^='col-']:not(:last-child) {
    padding-right: 60px; }

.o-contacts__text-wrapper span,
.o-contacts__text-wrapper a {
  width: 100%;
  padding-bottom: 10px; }

.o-contacts__panel-body input {
  height: 40px; }

.o-contacts__panel-body input,
.o-contacts__panel-body textarea {
  width: 100%;
  font-size: 16px;
  background: white;
  border: 1px solid #dae0e5;
  transition: border linear .2s, box-shadow linear .2s;
  padding-left: 20px;
  margin-top: 6px; }
  .o-contacts__panel-body input:active,
  .o-contacts__panel-body textarea:active {
    box-shadow: 0 1px 1px rgba(52, 58, 64, 0.075) inset, 0 0 8px rgba(108, 117, 125, 0.6);
    border: 1px solid #e9ecef; }

.o-contacts__panel-body textarea {
  padding-top: 20px; }

.o-contacts__inputs .input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

.o-contacts__inputs .input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

.o-contacts__inputs .input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

.o-contacts__inputs .input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

.o-contacts__inputs .input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

.o-contacts__inputs .input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

.o-contacts__inputs .input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

.o-contacts__inputs .input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

.o-contacts__inputs .form-group {
  width: 100%; }

.o-contacts__panel-footer input {
  padding: 14px 22px;
  background: #52060a;
  color: #F8F9FA;
  border: none;
  border-radius: 2px;
  transition: all .4s ease-in-out;
  font-size: 16px; }
  .o-contacts__panel-footer input:hover {
    background: #78090f;
    transition: all .4s ease-in-out;
    cursor: pointer; }

.o-text-content__wrapper {
  min-height: 58vh; }
  .o-text-content__wrapper h1 {
    font-family: "Comfortaa", cursive;
    font-weight: 700; }
  .o-text-content__wrapper > div,
  .o-text-content__wrapper p {
    padding-bottom: 20px; }

.o-text-content__text p {
  font-size: 17.6px;
  line-height: 1.375;
  padding-bottom: 20px; }
  .o-text-content__text p img {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 40% !important;
    display: block; }

.o-text-content__text strong {
  font-size: 20.8px;
  font-weight: 500; }

.o-text-content__text figure {
  width: 40%;
  float: left; }
  .o-text-content__text figure img {
    padding: 0 20px 20px 0; }

.o-catalogue__wrapper .o-row {
  -ms-flex-align: start;
      align-items: flex-start; }

.o-catalogue__wrapper h1 {
  font-size: 64px;
  font-weight: 700; }

.o-catalogue__wrapper h2 {
  text-transform: uppercase; }

.o-item__wrapper h2 {
  padding-bottom: initial; }

.o-item__copyright span {
  font-size: 14.4px; }

.o-item__wrapper-text .read-more__container {
  padding-top: 0;
  padding-bottom: 0; }

.o-miscellaneous-info__container .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.o-miscellaneous-info__container span {
  font-size: 11.2px;
  font-style: italic; }

.o-terms__container label {
  padding-left: 20px; }

.o-popup__wrapper h2 {
  font-weight: 500;
  color: #e0111c; }

.o-popup__content h2 {
  font-weight: 300;
  color: #343A40; }

.o-popup__content p {
  font-size: 16px;
  font-weight: 400; }

.o-logo__info-content {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .o-logo__info-content * {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: 500;
    color: #F8F9FA; }

.o-logo__logo-container {
  height: 80px; }
  .o-logo__logo-container figure {
    -ms-transform: scale(0.7);
        transform: scale(0.7); }

.o-logo__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .o-logo__wrapper > span {
    display: none; }
  .o-logo__wrapper a {
    padding: initial;
    font-size: 9.6px;
    white-space: nowrap; }
    .o-logo__wrapper a:not(:last-child) {
      padding-bottom: 10px; }

.o-logo__info-content {
  width: 70%; }

.o-logo__email {
  position: relative;
  z-index: -10;
  display: none; }

.o-nav__container {
  padding-top: 80px; }

.o-catalogue__text-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.o-item__copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.o-menu__menu-wrapper {
  display: none; }

.o-about__container:before {
  height: 100%; }

.o-about__container-wrapper h2,
.o-events__container h2 {
  font-size: 44.8px; }

.o-events__title h2 {
  font-size: 16px; }

.o-subscribe__wrapper .form-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.o-subscribe__wrapper label {
  margin-top: 20px;
  margin-left: initial; }

.o-footer__wrapper .o-footer__copyright {
  -ms-flex-order: 3;
      order: 3; }

.o-footer__wrapper .o-footer__follow {
  -ms-flex-order: 4;
      order: 4; }

.o-footer-bottom__copyright-wrapper,
.o-footer__copyright-right {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: center; }

.o-footer__copyright-right {
  margin-top: 10px;
  border-top: 1px solid #6c757d;
  padding-top: 10px; }
  .o-footer__copyright-right a {
    display: block;
    width: 100%; }
    .o-footer__copyright-right a:not(:first-child) {
      padding-top: 6px; }

.o-text-content__wrapper h1 {
  font-size: 42.66667px; }

.o-contacts__inputs .form-group:not(:first-child) {
  margin-left: initial; }

.o-popup__wrapper h2 {
  font-size: 24px;
  margin-top: 30px; }

.o-popup__content h2 {
  font-size: 17.6px;
  padding: 20px 0; }

@media (min-width: 544px) {
  .o-logo__info-content {
    width: 100%; }
  .o-logo__logo-container figure {
    -ms-transform: scale(0.25);
        transform: scale(0.25); }
  .o-logo__email {
    display: initial; }
  .o-nav__container {
    background-size: cover; } }

@media (min-width: 768px) {
  .o-logo__logo-container figure {
    -ms-transform: scale(0.2);
        transform: scale(0.2); }
  .o-logo__wrapper {
    -ms-flex-direction: row;
        flex-direction: row; }
    .o-logo__wrapper a {
      font-size: 16px;
      white-space: nowrap; }
      .o-logo__wrapper a:not(:last-child) {
        padding-bottom: initial;
        padding-right: 10px; }
  .o-logo__email {
    z-index: initial; }
  .o-nav__container {
    padding-top: 80px;
    background-size: initial; }
  .o-about__container-wrapper h2,
  .o-events__container h2 {
    font-size: 64px; }
  .o-events__title h2 {
    font-size: 17.6px; }
  .o-item__wrapper-content {
    height: 190px;
    min-height: 190px; }
  .o-item__copyright {
    -ms-flex-direction: row;
        flex-direction: row; }
    .o-item__copyright span:not(:first-child) {
      padding-left: 20px; }
  .o-item__wrapper-text .read-more__container {
    position: absolute;
    bottom: 0; }
  .o-comments__container {
    padding-left: 80px;
    padding-right: 80px; }
  .o-subscribe__wrapper .form-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .o-subscribe__wrapper label {
    margin-top: initial;
    margin-left: 30px; }
  .o-footer__wrapper .o-footer__copyright {
    -ms-flex-order: 1;
        order: 1; }
  .o-footer__wrapper .o-footer__follow {
    -ms-flex-order: 4;
        order: 4; }
  .o-footer-bottom__copyright-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    text-align: initial; }
  .o-footer__copyright-right {
    margin-top: initial;
    border: none;
    padding-top: initial; }
    .o-footer__copyright-right a {
      display: initial; }
      .o-footer__copyright-right a:not(:first-child) {
        padding-top: initial; }
  .o-text-content__wrapper h1 {
    font-size: 64px; }
  .o-contacts__inputs .form-group:not(:first-child) {
    margin-left: 20px; }
  .o-popup__content h2 {
    font-size: 24px; } }

@media (min-width: 1200px) {
  .o-menu__menu-wrapper {
    display: block; }
  .o-about__container:before {
    height: 75%; }
  .o-footer__wrapper .o-footer__copyright {
    -ms-flex-order: initial;
        order: initial; }
  .o-footer__wrapper .o-footer__follow {
    -ms-flex-order: 4;
        order: 4; }
  .o-popup__content h2 {
    font-size: 29.6px; } }

@media (min-width: 1920px) {
  .o-footer-bottom__copyright-wrapper {
    margin: 0 auto;
    max-width: 1440px; } }

/*# sourceMappingURL=maps/style.min.css.map */
