/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

@font-face {
  font-family: "MuseoSansCyrl_100";
  src: local("MuseoSansCyrl_100.otf"), url("../fonts/MuseoSansCyrl_100.otf");
  font-style: normal;
}

@font-face {
  font-family: "MuseoSansCyrl_300";
  src: local("MuseoSansCyrl_300.otf"), url("../fonts/MuseoSansCyrl_300.otf");
  font-style: normal;
}

@font-face {
  font-family: "Museosanscyrl_500";
  src: local("Museosanscyrl_500.ttf"), url("../fonts/Museosanscyrl_500.ttf");
  font-style: normal;
}

@font-face {
  font-family: "MuseoSansCyrl_700";
  src: local("MuseoSansCyrl_700.otf"), url("../fonts/MuseoSansCyrl_700.otf");
  font-style: normal;
}

@font-face {
  font-family: "MuseoSansCyrl_900";
  src: local("MuseoSansCyrl_900.otf"), url("../fonts/MuseoSansCyrl_900.otf");
  font-style: normal;
}

body {
  font-family: "MuseoSansCyrl_100";
  font-size: 14px;
  font-style: normal;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

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

a:active {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}

html {
  position: relative;
  min-height: 100%;
  font-size: 100% !important;
}

body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body.over-left .header-logo_badge {
  background: url(../img/index-logo-inverse.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

body.over-left .page-main-content-item-left {
  position: relative;
}

body.over-left .page-main-content-item-left:before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}

body.over-left .page-main-content-item-left .page-container {
  position: relative;
  z-index: 2;
}

body.over-right .page-main-content-item-right {
  position: relative;
}

body.over-right .page-main-content-item-right:before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}

body.over-right .page-main-content-item-right .page-container {
  position: relative;
  z-index: 2;
}

.page {
  height: 100vh;
  background: url(../img/main-image.jpg) no-repeat 50% 0 fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

@media (min-width: 575px) {
  .page {
    height: 100vh;
  }
}

.page-container {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .page-container {
    padding: 0 50px;
  }
}

.page-wrap {
  position: relative;
}

@media (min-width: 768px) {
  .page-info {
    height: 270px;
  }
}

.page-info_header {
  padding: 0;
}

.page-info_title, .page-info_desc {
  display: block;
}

.page-info_title {
  font-family: "MuseoSansCyrl_900";
  font-weight: normal;
  font-size: 26px;
}

.page-info_title i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 375px) {
  .page-info_title {
    font-size: 32px;
  }
}

@media (min-width: 414px) {
  .page-info_title {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .page-info_title {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .page-info_title {
    font-size: 50px;
  }
}

@media (min-width: 1300px) {
  .page-info_title {
    font-size: 62px;
  }
}

.page-info_desc {
  display: block;
  font-size: 16px;
  margin-top: 18px;
  font-style: normal;
  font-family: "MuseoSansCyrl_100";
}

.page-info_action {
  margin-top: 30px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .page-info_action {
    margin-top: 50px;
    opacity: 0;
  }
}

.page-info_link {
  font-family: "MuseoSansCyrl_300";
  font-size: 16px;
  display: inline-block;
  font-style: normal;
  border: 2px solid #fff;
  padding: 13px 56px 13px 32px;
  border-radius: 40px;
  position: relative;
}

.page-info_link:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 10px;
  background: url(../img/arrow.png) no-repeat 0 0;
  right: 29px;
  top: 18px;
}

@media (min-width: 375px) {
  .page-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-main-content-item {
  color: #fff;
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 375px) {
  .page-main-content-item {
    height: 50vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .page-main-content-item {
    width: 50%;
    height: 100vh;
  }
}

.page-main-content-item.is-hover .page-info_title i {
  color: #FAFF7B;
}

@media (min-width: 768px) {
  .page-main-content-item.is-hover .page-info_action {
    opacity: 1;
  }
}

.page-main-content-item .page-container {
  padding: 0;
}

.page-main-content-item-left {
  padding-top: 100px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .page-main-content-item-left {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-main-content-item-left .page-info {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .page-main-content-item-left {
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .page-main-content-item-left {
    padding-right: 50px;
  }
}

.page-main-content-item-left .page-info_title i {
  font-family: "MuseoSansCyrl_300";
  font-size: 22px;
  font-style: normal;
}

@media (min-width: 414px) {
  .page-main-content-item-left .page-info_title i {
    font-size: 30px;
  }
}

.page-main-content-item-right {
  text-align: right;
}

@media (min-width: 768px) {
  .page-main-content-item-right {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .page-main-content-item-right {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .page-main-content-item-right {
    padding-left: 50px;
  }
}

.page-main-content-item a {
  color: #fff;
}

.page-main-content-item a:hover {
  color: #fff;
}

.page-main-content-item a:visited, .page-main-content-item a:active {
  color: #fff !important;
}

.header {
  padding: 15px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header .page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.header-logo_badge {
  width: 130px;
  height: 67px;
  display: block;
  background: url(../img/index-logo-inverse.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media (min-width: 768px) {
  .header-logo_badge {
    background: url(../img/index-logo.png) no-repeat;
  }
}

@media (min-width: 768px) {
  .header-logo_badge {
    width: 200px;
    height: 102px;
  }
}

.header-lang {
  margin-left: auto;
}

.header-logo, .header-lang {
  position: relative;
  z-index: 9999;
}

.lang-bar:before, .lang-bar:after {
  content: '';
  display: table;
}

.lang-bar:after {
  clear: both;
}

.lang-bar a {
  color: #fff;
  outline: none;
  padding: 8px;
  display: block;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  border: 2px solid #fff;
  font-family: "Museosanscyrl_500";
}

.lang-bar a:hover {
  color: #000;
  background-color: #FFB45D;
}

@media (min-width: 768px) {
  .lang-bar a {
    font-size: 14px;
    padding: 14px;
  }
}

.lang-bar div {
  float: left;
}

.lang-bar div:first-child a {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.lang-bar div:last-child a {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.lang-bar .active a {
  color: #000;
  outline: none;
  text-decoration: none;
  background-color: #FFB45D;
}

.main-page .homepage-hero-module {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0px !important;
}
