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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section,
main {
  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;
}
* a {
  text-decoration: none;
}
* {
  letter-spacing: 0.03em;
  outline: none!important;
  box-sizing: border-box;
  -webkit-appearance: none!important;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: trasparent;
}
button::-moz-focus-inner {
  border: 0;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0px;
}
a,
a:visited,
a:focus,
a:active,
a:hover {
  outline: 0 none !important;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}
button {
  cursor: pointer;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #1f1e1e !important;
  color: #1f1e1e !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input::-ms-clear {
  display: none;
}
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
@font-face {
  font-family: 'OfficinaSerifBold';
  src: url("../fonts/OfficinaSerifBold.otf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'RobotoCondensedLigh';
  src: url("../fonts/RobotoCondensed-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'RobotoLigh';
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'RobotoBold';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'RobotoCondensedBold';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'RobotoCondensedRegular';
  src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url("../fonts/Roboto-Medium-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.content {
  position: absolute;
  content: '';
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
html {
  height: 100vh;
}
body {
  width: 100%;
  min-width: 300px;
  height: 100%;
  position: relative;
  font-size: 0;
  overflow-x: hidden;
  background-color: #f4f4f4;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
body.fix {
  position: fixed!important;
  overflow: hidden!important;
  -webkit-overflow-scrolling: auto!important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.help-page {
  background-color: #5e54bf;
  background-image: url(/frontend/web/lib/img/bg_pattern.svg);
  background-size: cover;
}
html .loader-container {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
html .loader-container .loader {
  background-image: url(../img/happy_old.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
  position: absolute;
  background-size: 300px 300px;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
section,
footer,
header {
  width: 100%;
  height: auto;
  float: left;
}
.center {
  width: 100%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
}
.btn {
  border: none;
  width: 170px;
  height: 50px;
  display: inline-block;
  padding: 0 35px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
@media (max-width: 767px) {
  .btn {
    height: 40px;
    padding: 0 25px;
  }
}
.btn span {
  display: inline-block;
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.btn span,
.btn:after {
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.5, 1, 0.3, 1);
}
.btn:after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-transform: translate3d(0, 15%, 0);
  transform: translate3d(0, 15%, 0);
  padding: 15px 0;
}
@media (min-width: 1024px) {
  .btn:hover span {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -45%, 0);
    transform: translate3d(0, -45%, 0);
  }
  .btn:hover:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.style-li {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 20px 0 6px;
}
.style-li.static li {
  float: left;
}
.style-li.static li.news-home {
  float: right;
}
.style-li li {
  height: 580px;
  display: inline-block;
  padding: 0 7px;
  margin-bottom: 14px;
  width: 33.333333%;
  vertical-align: top;
  overflow: hidden;
}
@media (max-width: 1220px) {
  .style-li li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .style-li li {
    width: 100%;
    height: 490px;
  }
}
.style-li li.wid-66 {
  width: 66.6%;
}
@media (max-width: 1220px) {
  .style-li li.wid-66 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .style-li li.wid-66 {
    width: 100%;
  }
}
.style-li li.wid-100 {
  width: 100%;
}
.style-li li .container {
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.grid li:first-child {
  padding: 0;
}
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 15;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-height: 479px) {
  .popup {
    overflow: auto;
  }
}
.popup.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popup .popup-center {
  width: 100%;
  height: auto;
  max-width: 500px;
  position: absolute;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.popup .popup-center .thanks {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffdd00;
  z-index: 10;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.popup .popup-center .thanks .top {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}
.popup .popup-center .thanks .top img {
  height: 86px;
  margin-bottom: 80px;
  margin-top: 90px;
}
.popup .popup-center .thanks .top p {
  font-family: 'RobotoBold', sans-serif;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-bottom: 20px;
}
@media (min-height: 480px) {
  .popup .popup-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-height: 479px) {
  .popup .popup-center {
    max-width: 100%;
    min-height: 100%;
  }
}
.popup .popup-center .close {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 11;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 420px) {
  .popup .popup-center .close {
    top: 10px;
    right: 10px;
  }
}
.popup .popup-center .close:after,
.popup .popup-center .close:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #cccccc;
  top: 12px;
  left: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.popup .popup-center .close:after {
  -webkit-transform: translate(0, 0) rotate(45deg);
  -moz-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
.popup .popup-center .close:before {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -moz-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  -o-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
@media (min-width: 1024px) {
  .popup .popup-center .close:hover {
    border-color: #1f1e1e;
  }
  .popup .popup-center .close:hover:after,
  .popup .popup-center .close:hover:before {
    background-color: #1f1e1e;
  }
}
.popup .popup-center .title {
  width: 100%;
  height: auto;
  display: inline-block;
  background-color: #fbfbfb;
  border-bottom: 1px solid #e1e1e1;
  padding: 45px 10px 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .popup .popup-center .title {
    padding: 30px 0 30px;
  }
}
.popup .popup-center .title h1,
.popup .popup-center .title h2,
.popup .popup-center .title h3,
.popup .popup-center .title h4,
.popup .popup-center .title h5,
.popup .popup-center .title h6 {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1e1e;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .popup .popup-center .title h1,
  .popup .popup-center .title h2,
  .popup .popup-center .title h3,
  .popup .popup-center .title h4,
  .popup .popup-center .title h5,
  .popup .popup-center .title h6 {
    font-size: 22px;
    line-height: 24px;
  }
}
.popup .popup-center form {
  width: 100%;
  height: auto;
  padding: 70px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .popup .popup-center form {
    padding: 50px 15px 40px;
  }
}
.popup .popup-center form .input {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 39px;
}
.popup .popup-center form .input label {
  font-family: 'RobotoBold', sans-serif;
  color: #1f1e1e;
  font-size: 16px;
  line-height: 25px;
  padding-right: 20px;
  float: left;
}
.popup .popup-center form .input .over-block {
  overflow: hidden;
}
.popup .popup-center form .input .over-block input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  background-color: #ffffff;
  font-family: 'RobotoLigh', sans-serif;
  color: #1f1e1e;
  font-size: 18px;
  padding: 0 10px;
}
.popup .popup-center form .btn {
  background-color: #ffdd00;
  margin-top: 34px;
}
.popup .popup-center.active .thanks {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
}
.popup .popup-center.active .close {
  border: 2px solid #1f1f1f;
}
.popup .popup-center.active .close:after,
.popup .popup-center.active .close:before {
  background-color: #1f1f1f;
}
.page404 {
  width: 100%;
  height: calc(100% - 90px);
  display: inline-block;
  background-color: #0088df;
  background-image: url(/frontend/web/lib/img/bg_pattern.svg);
  position: relative;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media (max-width: 767px) {
  .page404 {
    height: calc(100% - 80px);
    background-size: 1024px auto;
    padding: 30px 0 50px;
  }
}
@media (max-width: 767px) and (max-height: 400px) {
  .page404 {
    height: auto;
  }
}
.page404 .top {
  width: 100%;
  height: auto;
  padding: 0 5px;
  max-width: 360px;
  display: inline-block;
}
@media (min-width: 767px) and (min-height: 360px) {
  .page404 .top {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.page404 .top .img404 {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 25px;
  text-align: center;
}
.page404 .top .img404 img {
  height: 226px;
}
@media (max-width: 767px) {
  .page404 .top .img404 img {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-height: 520px) {
  .page404 .top .img404 img {
    height: 160px;
  }
}
.page404 .top .text {
  width: 100%;
  height: auto;
  display: inline-block;
}
.page404 .top .text h1,
.page404 .top .text h2,
.page404 .top .text h3,
.page404 .top .text h4,
.page404 .top .text h5,
.page404 .top .text h6 {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page404 .top .text h1,
  .page404 .top .text h2,
  .page404 .top .text h3,
  .page404 .top .text h4,
  .page404 .top .text h5,
  .page404 .top .text h6 {
    font-size: 26px;
    line-height: 28px;
  }
}
.page404 .top .text p {
  font-family: 'RobotoCondensedRegular', sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
}
.search .center {
  max-width: 842px;
}
@media (max-width: 1023px) {
  .search .center {
    max-width: 100%;
    padding: 0 20px;
  }
}
.search .center p {
  font-family: 'RobotoLigh', sans-serif;
  color: #535252;
  font-size: 16px;
  line-height: 27px;
  padding: 40px 0 20px;
}
.search .center p span {
  font-family: 'Roboto-Medium', sans-serif;
}
.search .center p.yes-search {
  display: block;
}
.search .center p.yes-search.hide {
  display: none;
}
.search .center p.no-search {
  display: none;
}
.search .center p.no-search.active {
  display: block;
}
.search .center ul {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 55px;
}
.search .center ul li {
  width: 100%;
  height: auto;
  display: inline-block;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 30px;
  margin: 5px 0;
}
.search .center ul li h1,
.search .center ul li h2,
.search .center ul li h3,
.search .center ul li h4,
.search .center ul li h5,
.search .center ul li h6 {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1e1e;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
}
.search .center ul li .date {
  font-family: 'RobotoCondensedRegular', sans-serif;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 5px;
}
.search .center ul li p {
  font-family: 'RobotoLigh', sans-serif;
  color: #1f1e1e;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
}
.search .center ul li p b {
  font-family: 'Roboto-Medium', sans-serif;
}
.search .center ul li.viewed h1,
.search .center ul li.viewed h2,
.search .center ul li.viewed h3,
.search .center ul li.viewed h4,
.search .center ul li.viewed h5,
.search .center ul li.viewed h6 {
  color: #5b5b5b;
}
@media (min-width: 1024px) {
  .search .center ul li:hover h1,
  .search .center ul li:hover h2,
  .search .center ul li:hover h3,
  .search .center ul li:hover h4,
  .search .center ul li:hover h5,
  .search .center ul li:hover h6 {
    text-decoration: underline;
  }
}
.min-height {
  min-height: calc(100% - 312px);
}
@media (max-width: 767px) {
  .min-height {
    min-height: calc(100% - 338px);
  }
}
header {
  padding: 20px 0;
  position: relative;
  z-index: 10;
}
header.fix {
  position: fixed;
  top: 0;
  left: 0;
}
header .sticky {
  position: fixed;
  z-index: 23;
}
header .after {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}
header .after:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 90px;
  top: -20px;
  left: 0;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  header .after:after {
    height: 80px;
  }
}
header .flex {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 50px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  header .flex {
    padding: 0 15px;
  }
}
header .logo {
  width: auto;
  height: auto;
  display: inline-block;
}
header .logo a {
  width: auto;
  height: auto;
  display: inline-block;
}
header .logo a svg {
  width: 110px;
  height: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  header .logo a svg {
    width: 84px;
  }
}
header .logo a svg path.st1 {
  fill: #ffdd00;
}
header .logo a svg path.st2 {
  fill: #232323;
}
header .right-flex {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
header .btn-help {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
header .btn-help .btn {
  background-color: #d50000;
}
header .btn-help .btn span {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 767px) {
  header .btn-help .btn span {
    font-size: 16px;
    line-height: 16px;
  }
}
header .btn-help .btn:after {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
}
header .btn-menu {
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 20px;
  z-index: 6;
}
@media (min-width: 1240px) {
  header .btn-menu {
    display: none;
  }
}
header .btn-menu span {
  right: 0;
  top: 50%;
  position: absolute;
  display: inline-block;
  z-index: 102;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  bottom: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .btn-menu span::after,
header .btn-menu span::before {
  content: '';
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .btn-menu span::before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
header .btn-menu span::after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
header .btn-menu span,
header .btn-menu span::after,
header .btn-menu span::before {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #1f1f1f;
}
header .menu-container {
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  padding-right: 5px;
  vertical-align: middle;
}
header .menu-container .menu {
  width: auto;
  height: auto;
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu-container .menu.none {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
}
header .menu-container .menu li {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0 15px;
}
header .menu-container .menu li a {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1f1f;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
header .menu-container .menu li a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #1f1f1f;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  header .menu-container .menu li:hover a:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
header .menu-container .search {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle;
}
header .menu-container .search .open-search {
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  color: transparent;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu-container .search .open-search:before,
header .menu-container .search .open-search:after {
  position: absolute;
  content: '';
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu-container .search .open-search:before {
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #1f1f1f;
}
header .menu-container .search .open-search:after {
  width: 8px;
  height: 2px;
  background: #1f1f1f;
  bottom: 3px;
  right: 0;
  -webkit-transform: translate(0, 0) rotate(45deg);
  -moz-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
header .menu-container .search .open-search span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
header .menu-container .search .open-search span:after,
header .menu-container .search .open-search span:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  top: 50%;
  left: 0;
  background: #1f1f1f;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu-container .search .open-search span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .menu-container .search .open-search span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 1240px) {
  header .menu-container .search .open-search.active:before,
  header .menu-container .search .open-search.active:after {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  header .menu-container .search .open-search.active span:before,
  header .menu-container .search .open-search.active span:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  header .menu-container .search .open-search.active span:before {
    -webkit-transform: translate(0, 0) rotate(135deg);
    -moz-transform: translate(0, 0) rotate(135deg);
    -ms-transform: translate(0, 0) rotate(135deg);
    -o-transform: translate(0, 0) rotate(135deg);
    transform: translate(0, 0) rotate(135deg);
  }
  header .menu-container .search .open-search.active span:after {
    -webkit-transform: translate(0, 0) rotate(45deg);
    -moz-transform: translate(0, 0) rotate(45deg);
    -ms-transform: translate(0, 0) rotate(45deg);
    -o-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
  }
}
header .menu-container .search form {
  width: calc(100% - 230px);
  height: auto;
  position: absolute;
  top: -12px;
  left: 35px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /* Firefox 19+ */
  /* Firefox 18- */
}
@media (max-width: 1269px) {
  header .menu-container .search form {
    width: calc(100% - 190px);
    left: 0;
  }
}
header .menu-container .search form.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
header .menu-container .search form input {
  width: 95%;
  height: 45px;
  border: 1px solid #e1e1e1;
  background-color: #f4f4f4;
  color: #797979;
  padding: 0 50px 0 15px;
  font-family: 'RobotoLigh', sans-serif;
  font-size: 18px;
  line-height: 18px;
}
header .menu-container .search form input::-webkit-input-placeholder {
  font-family: 'RobotoLigh', sans-serif;
  color: #797979;
  font-size: 18px;
}
header .menu-container .search form input::-moz-placeholder {
  font-family: 'RobotoLigh', sans-serif;
  color: #797979;
  font-size: 18px;
}
header .menu-container .search form input:-moz-placeholder {
  font-family: 'RobotoLigh', sans-serif;
  color: #797979;
  font-size: 18px;
}
header .menu-container .search form input:-ms-input-placeholder {
  font-family: 'RobotoLigh', sans-serif;
  color: #797979;
  font-size: 18px;
}
header .menu-container .social {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
}
header .menu-container .social li {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0 10px;
}
header .menu-container .social li svg {
  width: auto;
  height: 14px;
  display: inline-block;
}
header .menu-container .social li svg path {
  fill: #797979;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  header .menu-container .social li:hover svg path {
    fill: rgba(121, 121, 121, 0.75);
  }
}
@media (max-width: 1270px) {
  header .menu-container {
    padding-right: 10px;
  }
  header .menu-container .social {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
  }
}
@media (max-width: 1239px) {
  header .menu-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 10;
    padding-right: 0;
    overflow: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  header .menu-container.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header .menu-container .btn-menu-close {
    width: 100%;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
    background-color: #ffffff;
  }
  header .menu-container .btn-menu-close::after,
  header .menu-container .btn-menu-close::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: #cccccc;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .menu-container .btn-menu-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .menu-container .btn-menu-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .menu-container .menu {
    padding-top: 87px;
    padding-right: 0;
    width: 100%;
    padding-bottom: 70px;
  }
  header .menu-container .menu li {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
  }
  header .menu-container .menu li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 1239px) and (min-width: 1240px) {
  header .menu-container .btn-menu-close {
    display: none;
  }
}
@media (max-width: 1239px) {
  header .menu-container .menu {
    position: relative;
    z-index: 5;
  }
  header .menu-container .menu.none {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  header .menu-container .search {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  header .menu-container .search .open-search.active {
    pointer-events: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  header .menu-container .search form {
    width: 100%;
    padding: 0 15px;
  }
  header .menu-container .search form .mob-close-search {
    width: 40px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    z-index: 6;
  }
  header .menu-container .search form .mob-close-search:after,
  header .menu-container .search form .mob-close-search:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 18px;
    height: 2px;
    top: 50%;
    left: 15px;
    background: #1f1f1f;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .menu-container .search form .mob-close-search:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .menu-container .search form .mob-close-search:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .menu-container .search form.active .mob-close-search:before,
  header .menu-container .search form.active .mob-close-search:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  header .menu-container .search form.active .mob-close-search:before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
  }
  header .menu-container .search form.active .mob-close-search:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .menu-container .social {
    width: 100%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
.home {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .home:after {
    height: 80px;
  }
}
.home .center:after {
  display: none;
}
.home .sticky {
  position: relative!important;
}
.home .logo a svg path {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home .logo a svg path.st0 {
  fill: #ffffff;
}
.home .logo a svg path.st1 {
  fill: #ffdd00;
}
.home .logo a svg path.st2 {
  fill: #232323;
}
.home .logo a svg polygon {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home .logo a svg polygon.st0 {
  fill: #ffffff;
}
.home .btn-menu span,
.home .btn-menu span::after,
.home .btn-menu span::before {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.home .menu-container .menu li a {
  color: #ffffff;
}
.home .menu-container .menu li a:after {
  background-color: #ffffff;
}
@media (max-width: 1239px) {
  .home .menu-container .menu li a {
    color: #1f1f1f;
  }
}
.home .menu-container .search .open-search:before {
  border: 2px solid #ffffff;
}
@media (max-width: 1239px) {
  .home .menu-container .search .open-search:before {
    border: 2px solid #1f1f1f;
  }
}
.home .menu-container .search .open-search:after {
  background: #ffffff;
}
@media (max-width: 1239px) {
  .home .menu-container .search .open-search:after {
    background: #1f1f1f;
  }
}
.home .menu-container .search .open-search span:after,
.home .menu-container .search .open-search span:before {
  background: #ffffff;
}
@media (max-width: 1239px) {
  .home .menu-container .search .open-search span:after,
  .home .menu-container .search .open-search span:before {
    background: #1f1f1f;
  }
}
.home .menu-container .search form {
  /* Firefox 19+ */
  /* Firefox 18- */
}
.home .menu-container .search form input {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1239px) {
  .home .menu-container .search form input {
    border: 1px solid #e1e1e1;
    background-color: #f4f4f4;
    color: #797979;
  }
}
.home .menu-container .search form input::-webkit-input-placeholder {
  color: #ffffff;
}
@media (max-width: 1239px) {
  .home .menu-container .search form input::-webkit-input-placeholder {
    color: #797979;
  }
}
.home .menu-container .search form input::-moz-placeholder {
  color: #ffffff;
}
@media (max-width: 1239px) {
  .home .menu-container .search form input::-moz-placeholder {
    color: #797979;
  }
}
.home .menu-container .search form input:-moz-placeholder {
  color: #ffffff;
}
@media (max-width: 1239px) {
  .home .menu-container .search form input:-moz-placeholder {
    color: #797979;
  }
}
.home .menu-container .search form input:-ms-input-placeholder {
  color: #ffffff;
}
@media (max-width: 1239px) {
  .home .menu-container .search form input:-ms-input-placeholder {
    color: #797979;
  }
}
.home .menu-container .social li svg path {
  fill: rgba(255, 255, 255, 0.65);
}
@media (max-width: 1239px) {
  .home .menu-container .social li svg path {
    fill: #797979;
  }
}
@media (min-width: 1024px) {
  .home .menu-container .social li:hover svg path {
    fill: #ffffff;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .home .menu-container .social li:hover svg path {
    fill: rgba(121, 121, 121, 0.75);
  }
}
@media (max-width: 1270px) {
  .home .menu-container {
    padding-right: 40px;
  }
}
@media (max-width: 1239px) {
  .home .menu-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 10;
    padding-right: 0;
    overflow: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .home .menu-container.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .home .menu-container .btn-menu-close {
    width: 100%;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
    background-color: #ffffff;
  }
  .home .menu-container .btn-menu-close::after,
  .home .menu-container .btn-menu-close::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: #cccccc;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .home .menu-container .btn-menu-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .home .menu-container .btn-menu-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .home .menu-container .menu {
    padding-top: 87px;
    padding-right: 0;
    width: 100%;
    padding-bottom: 70px;
  }
  .home .menu-container .menu li {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
  }
  .home .menu-container .menu li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 1239px) and (min-width: 1240px) {
  .home .menu-container .btn-menu-close {
    display: none;
  }
}
.home .after:after {
  -webkit-transform: translate3d(0, -110%, 0);
  -moz-transform: translate3d(0, -110%, 0);
  -ms-transform: translate3d(0, -110%, 0);
  -o-transform: translate3d(0, -110%, 0);
  transform: translate3d(0, -110%, 0);
}
.home.is-fixed {
  position: fixed;
}
.home.is-fixed::after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home.is-fixed .logo a svg path.st0 {
  fill: #1f1f1f;
}
.home.is-fixed .logo a svg polygon.st0 {
  fill: #1f1f1f;
}
.home.is-fixed .menu-container .menu li a {
  color: #1f1f1f;
}
.home.is-fixed .menu-container .menu li a:after {
  background-color: #1f1f1f;
}
.home.is-fixed .search .open-search:before {
  border: 2px solid #1f1f1f;
}
.home.is-fixed .search .open-search:after {
  background: #1f1f1f;
}
.home.is-fixed .search .open-search span:after,
.home.is-fixed .search .open-search span:before {
  background: #1f1f1f;
}
.home.is-fixed .search form {
  /* Firefox 19+ */
  /* Firefox 18- */
}
.home.is-fixed .search form input {
  border: 1px solid #e1e1e1;
  background-color: #f4f4f4;
  color: #797979;
}
.home.is-fixed .search form input::-webkit-input-placeholder {
  color: #797979;
}
.home.is-fixed .search form input::-moz-placeholder {
  color: #797979;
}
.home.is-fixed .search form input:-moz-placeholder {
  color: #797979;
}
.home.is-fixed .search form input:-ms-input-placeholder {
  color: #797979;
}
.home.is-fixed .social li svg path {
  fill: #797979;
}
@media (min-width: 1024px) {
  .home.is-fixed .social li:hover svg path {
    fill: rgba(121, 121, 121, 0.75);
  }
}
.home.is-fixed .btn-menu span,
.home.is-fixed .btn-menu span::after,
.home.is-fixed .btn-menu span::before {
  background-color: #1f1f1f;
}
.info-slide {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 150px 0 0;
  position: relative;
  overflow: hidden;
}
.info-slide .bg {
  width: auto;
  height: 640px;
  position: absolute;
  right: 0;
  bottom: -290px;
}
@media (max-width: 1023px) {
  .info-slide .bg {
    height: calc(100% - 90px);
    bottom: 0;
    right: -80px;
  }
}
.info-slide .bg img {
  width: auto;
  height: 100%;
  display: inline-block;
}
.info-slide .text {
  width: 100%;
  height: auto;
  max-width: 585px;
  display: inline-block;
  margin-left: 200px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1330px) {
  .info-slide .text {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .info-slide .text {
    margin-left: 0;
    padding: 0 140px 0 15px;
  }
}
.info-slide .text h1,
.info-slide .text h2,
.info-slide .text h3,
.info-slide .text h4,
.info-slide .text h5,
.info-slide .text h6 {
  font-family: 'OfficinaSerifBold', sans-serif;
  color: #ffffff;
  font-size: 46px;
  line-height: 46px;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .info-slide .text h1,
  .info-slide .text h2,
  .info-slide .text h3,
  .info-slide .text h4,
  .info-slide .text h5,
  .info-slide .text h6 {
    font-size: 20px;
    line-height: 22px;
  }
}
.info-slide .text p {
  font-family: 'RobotoCondensedRegular', sans-serif;
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .info-slide .text p {
    font-size: 14px;
    line-height: 16px;
  }
}
.info-slide .text .btn {
  background-color: #ffdd00;
  margin-bottom: 45px;
  text-align: center;
}
.info-slide .text .btn span {
  line-height: 45px;
}
@media (max-width: 767px) {
  .info-slide .text .btn span {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .developments {
    height: auto!important;
  }
}
.developments .container {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}
.developments .container .info-block {
  width: 100%;
  height: 160px;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .developments .container .info-block {
    height: auto;
  }
}
.developments .container .info-block .date {
  width: 95px;
  height: auto;
  display: inline-block;
  position: relative;
}
.developments .container .info-block .date p {
  font-family: 'RobotoCondensedBold', sans-serif;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}
.developments .container .info-block .date p span {
  font-size: 36px;
  line-height: 36px;
}
.developments .container .info-block .text {
  width: calc(100% - 95px);
  height: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 30px 30px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .developments .container .info-block .text {
    padding: 20px 20px 10px;
  }
}
.developments .container .info-block .text h1,
.developments .container .info-block .text h2,
.developments .container .info-block .text h3,
.developments .container .info-block .text h4,
.developments .container .info-block .text h5,
.developments .container .info-block .text h6 {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
}
@media (max-width: 767px) {
  .developments .container .info-block .text h1,
  .developments .container .info-block .text h2,
  .developments .container .info-block .text h3,
  .developments .container .info-block .text h4,
  .developments .container .info-block .text h5,
  .developments .container .info-block .text h6 {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }
}
.developments .container .info-block .text .info {
  width: 100%;
  height: auto;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .developments .container .info-block .text .info {
    padding: 0;
    bottom: auto;
    position: relative;
  }
}
.developments .container .info-block .text .info p {
  font-family: 'RobotoCondensedRegular', sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  padding: 0 10px 10px 0;
}
.developments .container .info-block .text .info p:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .developments .container .info-block .text .info p {
    font-size: 14px;
    line-height: 16px;
  }
}
.developments .container .info-block .text .info p span {
  width: auto;
  height: 14px;
  display: inline-block;
}
@media (max-width: 767px) {
  .developments .container .info-block .text .info p span {
    height: 11px;
  }
}
.developments .container .info-block .text .info p span img {
  height: 100%;
  display: inline-block;
}
.developments .container .bg {
  width: 100%;
  height: calc(100% - 160px);
  display: inline-block;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 767px) {
  .developments .container .bg {
    height: 300px;
  }
}
.developments .container .check-in {
  width: 100%;
  height: 50px;
  display: inline-block;
  position: absolute;
  bottom: 25px;
  left: 0;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .developments .container .check-in {
    height: 40px;
  }
}
.developments .container .check-in .place {
  width: auto;
  height: 100%;
  display: inline-block;
  background-color: #ffffff;
  padding: 12px 30px;
  vertical-align: top;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
@media (max-width: 767px) {
  .developments .container .check-in .place {
    padding: 7px 15px;
  }
}
.developments .container .check-in .place p {
  font-family: 'RobotoCondensedRegular', sans-serif;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .developments .container .check-in .place p {
    font-size: 12px;
    line-height: 14px;
  }
}
.developments .container .check-in .place p span {
  background-color: #d7d7d7;
  padding: 5px 10px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: auto;
  height: auto;
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 16px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .developments .container .check-in .place p span {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 6px;
  }
}
.developments .container .check-in .btn {
  background-color: #ffdd00;
  vertical-align: top;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.developments .container .check-in.disable {
  pointer-events: none;
}
.developments .container .check-in.disable .btn {
  background-color: #d7d7d7;
  color: #1f1f1f;
}
@media (max-width: 767px) {
  .developments.no-colors {
    height: 480px!important;
  }
}
.developments.no-colors .container {
  position: relative;
}
.developments.no-colors .container .info-block {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.developments.no-colors .container .info-block .date p {
  top: 30px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #ffffff;
}
.developments.no-colors .container .info-block .text h1,
.developments.no-colors .container .info-block .text h2,
.developments.no-colors .container .info-block .text h3,
.developments.no-colors .container .info-block .text h4,
.developments.no-colors .container .info-block .text h5,
.developments.no-colors .container .info-block .text h6 {
  padding-bottom: 25px;
}
.developments.no-colors .container .info-block .text .info {
  position: relative;
  bottom: auto;
  left: auto;
  padding: 0;
}
.developments.no-colors .container .bg {
  height: 100%;
}
@media (max-width: 767px) {
  .item {
    height: auto!important;
  }
}
.item .container {
  width: 100%;
  height: auto;
  display: inline-block;
}
.item .container .bg {
  width: 100%;
  height: calc(100% - 205px);
  display: inline-block;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .item .container .bg {
    height: 300px;
  }
}
.item .container .text {
  width: 100%;
  height: 205px;
  display: inline-block;
  background-color: #ffffff;
  padding: 25px;
}
@media (max-width: 767px) {
  .item .container .text {
    height: auto;
    padding: 20px;
  }
}
.item .container .text .head {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 5px 10px;
  background-color: #ffdd00;
  margin-bottom: 20px;
}
.item .container .text .head p {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #272727;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.item .container .text h1,
.item .container .text h2,
.item .container .text h3,
.item .container .text h4,
.item .container .text h5,
.item .container .text h6 {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1f1f;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
  text-align: left;
  margin: 0;
}
@media (max-width: 1023px) {
  .item .container .text h1,
  .item .container .text h2,
  .item .container .text h3,
  .item .container .text h4,
  .item .container .text h5,
  .item .container .text h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
.item .container .text p {
  font-family: 'RobotoCondensedRegular', sans-serif;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
}
.news-home {
  float: right;
}
.news-home .container {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 50px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .news-home .container {
    padding: 40px 30px;
  }
}
.news-home .container h1,
.news-home .container h2,
.news-home .container h3,
.news-home .container h4,
.news-home .container h5,
.news-home .container h6 {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1f1f;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .news-home .container h1,
  .news-home .container h2,
  .news-home .container h3,
  .news-home .container h4,
  .news-home .container h5,
  .news-home .container h6 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
.news-home .container ul {
  width: 100%;
  height: auto;
  display: inline-block;
}
.news-home .container ul li {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0;
  margin-bottom: 30px;
}
.news-home .container ul li:last-child {
  margin-bottom: 0;
}
.news-home .container ul li h1,
.news-home .container ul li h2,
.news-home .container ul li h3,
.news-home .container ul li h4,
.news-home .container ul li h5,
.news-home .container ul li h6 {
  font-family: 'RobotoCondensedRegular', sans-serif;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .news-home .container ul li:hover h1,
  .news-home .container ul li:hover h2,
  .news-home .container ul li:hover h3,
  .news-home .container ul li:hover h4,
  .news-home .container ul li:hover h5,
  .news-home .container ul li:hover h6 {
    color: rgba(31, 31, 31, 0.65);
  }
}
.news-home .container ul li p {
  font-family: 'RobotoCondensedRegular', sans-serif;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 16px;
}
.slider .bx-wrapper .bx-controls-direction a {
  width: 50%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .slider .bx-wrapper .bx-controls-direction a {
    display: none;
  }
}
@media (min-width: 1024px) {
  .slider .bx-wrapper .bx-controls-direction a {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .slider .bx-wrapper .bx-controls-direction a:hover {
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
  }
}
.slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
.slider .bx-wrapper .bx-controls-direction a.bx-next:after,
.slider .bx-wrapper .bx-controls-direction a.bx-next:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 25px;
  background-color: #ffffff;
  right: 40px;
}
.slider .bx-wrapper .bx-controls-direction a.bx-next:after {
  -webkit-transform: translate(0, 50%) rotate(45deg);
  -moz-transform: translate(0, 50%) rotate(45deg);
  -ms-transform: translate(0, 50%) rotate(45deg);
  -o-transform: translate(0, 50%) rotate(45deg);
  transform: translate(0, 50%) rotate(45deg);
  bottom: 50%;
  margin-bottom: -8px;
}
.slider .bx-wrapper .bx-controls-direction a.bx-next:before {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -moz-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -o-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  top: 50%;
  margin-top: -8px;
}
.slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
.slider .bx-wrapper .bx-controls-direction a.bx-prev:after,
.slider .bx-wrapper .bx-controls-direction a.bx-prev:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 25px;
  background-color: #ffffff;
  left: 40px;
}
.slider .bx-wrapper .bx-controls-direction a.bx-prev:after {
  -webkit-transform: translate(0, 50%) rotate(-45deg);
  -moz-transform: translate(0, 50%) rotate(-45deg);
  -ms-transform: translate(0, 50%) rotate(-45deg);
  -o-transform: translate(0, 50%) rotate(-45deg);
  transform: translate(0, 50%) rotate(-45deg);
  bottom: 50%;
  margin-bottom: -8px;
}
.slider .bx-wrapper .bx-controls-direction a.bx-prev:before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  top: 50%;
  margin-top: -8px;
}
.slider ul {
  width: 100%;
}
.slider ul li {
  width: 100%;
  height: 580px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1023px) {
  .slider ul li {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .slider ul li {
    height: 300px;
  }
}
.slider ul li:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 410px;
  background: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 70%);
  background: -moz-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 70%);
  background: -o-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 70%);
  background: -ms-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 70%);
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 70%);
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .slider ul li:after {
    height: 100%;
  }
}
.slider ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.slider ul li .text {
  width: 100%;
  height: auto;
  max-width: 585px;
  position: absolute;
  bottom: 75px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 5;
}
@media (max-width: 767px) {
  .slider ul li .text {
    padding: 0 15px;
    bottom: 65px;
  }
}
.slider ul li .text h1,
.slider ul li .text h2,
.slider ul li .text h3,
.slider ul li .text h4,
.slider ul li .text h5,
.slider ul li .text h6 {
  font-family: 'OfficinaSerifBold', sans-serif;
  color: #ffffff;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .slider ul li .text h1,
  .slider ul li .text h2,
  .slider ul li .text h3,
  .slider ul li .text h4,
  .slider ul li .text h5,
  .slider ul li .text h6 {
    font-size: 26px;
    line-height: 28px;
  }
}
.slider ul li .text p {
  font-family: 'RobotoCondensedRegular', sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .slider ul li .text p {
    display: none;
  }
}
.media-filter {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 30px 50px 0;
}
@media (max-width: 767px) {
  .media-filter {
    padding: 20px 15px 0;
  }
}
.media-filter .tag-block {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 15px 10px 0;
}
.media-filter .tag-block:last-child {
  margin-right: 0;
}
.media-filter .tag-block input[type="checkbox"] {
  display: none;
}
.media-filter .tag-block input[type="checkbox"] + label {
  height: 25px;
  background: #ffffff;
  cursor: pointer;
  float: left;
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1f1f;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 7px 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.media-filter .tag-block input[type="checkbox"] + label span {
  width: 0;
  height: 10px;
  float: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 5px;
  position: relative;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.media-filter .tag-block input[type="checkbox"] + label span:before,
.media-filter .tag-block input[type="checkbox"] + label span:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 9px;
  top: 50%;
  left: 50%;
  background: #1f1f1f;
  -webkit-transition: 0.3s 0s;
  -moz-transition: 0.3s 0s;
  -ms-transition: 0.3s 0s;
  -o-transition: 0.3s 0s;
  transition: 0.3s 0s;
}
.media-filter .tag-block input[type="checkbox"] + label span:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.media-filter .tag-block input[type="checkbox"] + label span:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.media-filter .tag-block input[type="checkbox"] + label:hover {
  background: #ffdd00;
  border-color: #ffdd00;
}
.media-filter .tag-block input[type="checkbox"]:checked + label {
  background: #ffdd00;
  border-color: #ffdd00;
}
.media-filter .tag-block input[type="checkbox"]:checked + label span {
  width: 10px;
  height: 10px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.media-filter .tag-block input[type="checkbox"]:checked + label span:after {
  -webkit-transform: translate(-50%, -50%) rotate(50deg);
  -moz-transform: translate(-50%, -50%) rotate(50deg);
  -ms-transform: translate(-50%, -50%) rotate(50deg);
  -o-transform: translate(-50%, -50%) rotate(50deg);
  transform: translate(-50%, -50%) rotate(50deg);
  -webkit-transition: 0.3s 0.3s;
  -moz-transition: 0.3s 0.3s;
  -ms-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
.media-filter .tag-block input[type="checkbox"]:checked + label span:before {
  -webkit-transform: translate(-50%, -50%) rotate(-50deg);
  -moz-transform: translate(-50%, -50%) rotate(-50deg);
  -ms-transform: translate(-50%, -50%) rotate(-50deg);
  -o-transform: translate(-50%, -50%) rotate(-50deg);
  transform: translate(-50%, -50%) rotate(-50deg);
  -webkit-transition: 0.3s 0.3s;
  -moz-transition: 0.3s 0.3s;
  -ms-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
footer {
  background-color: #1f1f1f;
  position: relative;
  padding: 45px 50px;
}
@media (max-width: 767px) {
  footer {
    padding: 20px;
  }
}
.footer .footer-content {
  padding: 32px 0 20px;
  background-color: #2c2c2c;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y)*-1);
  margin-right: calc(var(--bs-gutter-x)*-0.5);
  margin-left: calc(var(--bs-gutter-x)*-0.5);
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*0.5);
    padding-left: calc(var(--bs-gutter-x)*0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.d-flex {
    display: flex!important;
}
.flex-column {flex-direction: column!important;}


@media (min-width: 768px) {
  .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
  }
  .text-md-end {
    text-align: right!important;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }
}


footer {
  font-family: 'RobotoCondensedBold', sans-serif;
}
.footer .center {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 800px) {
  .footer-logo, .footer-menu, .footer-contact {
    margin-bottom: 40px;
  }
}
footer img.logo {
  width: 80px;
  height: auto;
  display: inline-block;
  margin-bottom: 10px;
}
.footer-text {
  color: #f4f4f4;;
  font-size: 11px;
  margin-bottom: 20px;
  max-width: 80%;
  font-family: 'RobotoLigh', sans-serif;
}
.footer-social {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0;
}
.footer-social li {
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 23px;
}
.footer-social li svg {
    width: auto;
    height: 23px;
    display: inline-block;
}

.footer-social li svg path {
    fill: #ffdd00;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-social li:hover svg path {
  fill: #fff;
}

.footer-title {
  font-size: 14px;
  color: #a6a6a6;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer-menu ul a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 0.4rem;
    padding-left: 0;
    font-weight: 400;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.footer-contact {

}
.footer-contact p {
  font-size: 14px;
  color: #adadad;
}
.footer-contact a {
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
  font-family: 'RobotoCondensedBold', sans-serif;
}

footer .social {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  padding: 70px 0 60px;
}
footer .social li {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 23px;
}
footer .social li svg {
  width: auto;
  height: 36px;
  display: inline-block;
}
footer .social li svg path {
  fill: #ffdd00;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  footer .social li:hover svg path {
    fill: #ffffff;
  }
}
footer .text-footer {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
@media (min-width: 768px) {
  footer .text-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  footer .text-footer {
    text-align: center;
  }
}
footer .text-footer li {
  width: auto;
  height: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  footer .text-footer li {
    width: 100%;
    padding: 5px 0;
  }
}
footer .text-footer li p {
  font-family: 'RobotoCondensedLigh', sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
}
footer .text-footer li a {
  font-family: 'RobotoCondensedLigh', sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
}
footer .text-footer li a span {
  width: auto;
  height: auto;
  display: inline-block;
  padding-left: 5px;
}
footer .text-footer li a span > svg {
  width: 28px;
  height: auto;
  display: inline-block;
}
footer .text-footer li a span > svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  footer .text-footer li a:hover span > svg path {
    fill: #ffdd00;
  }
}
.events {
  border-top: 1px solid #e1e1e1;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .events {
    padding-top: 40px;
  }
}
.events h1,
.events h2,
.events h3,
.events h4,
.events h5,
.events h6 {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1f1f;
  font-size: 36px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .events h1,
  .events h2,
  .events h3,
  .events h4,
  .events h5,
  .events h6 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1220px) and (min-width: 768px) {
  .events ul li:nth-child(3) {
    display: none;
  }
}
.text-event {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .text-event {
    padding-top: 50px;
  }
}
.text-event .title {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0 50px 30px;
}
@media (max-width: 767px) {
  .text-event .title {
    padding: 0 15px 20px;
  }
}
.text-event .title .date {
  width: 170px;
  height: auto;
  display: inline-block;
  position: relative;
}
@media (max-width: 1023px) {
  .text-event .title .date {
    width: 100px;
  }
}
@media (max-width: 420px) {
  .text-event .title .date {
    width: 60px;
  }
}
.text-event .title .date p {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #004fdd;
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .text-event .title .date p {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 420px) {
  .text-event .title .date p {
    font-size: 18px;
    line-height: 20px;
  }
}
.text-event .title .date p span {
  font-size: 54px;
  line-height: 54px;
}
@media (max-width: 767px) {
  .text-event .title .date p span {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 420px) {
  .text-event .title .date p span {
    font-size: 22px;
    line-height: 24px;
  }
}
.text-event .title .text {
  width: calc(100% - 170px);
  height: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: transparent!important;
  padding-right: 170px;
}
@media (max-width: 1140px) {
  .text-event .title .text {
    padding-right: 100px;
  }
}
@media (max-width: 1023px) {
  .text-event .title .text {
    width: calc(100% - 100px);
    padding: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  .text-event .title .text {
    padding: 0;
  }
}
@media (max-width: 420px) {
  .text-event .title .text {
    width: calc(100% - 60px);
  }
}
.text-event .title .text h1,
.text-event .title .text h2,
.text-event .title .text h3,
.text-event .title .text h4,
.text-event .title .text h5,
.text-event .title .text h6 {
  font-family: 'OfficinaSerifBold', sans-serif;
  color: #1f1f1f;
  font-size: 46px;
  line-height: 46px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .text-event .title .text h1,
  .text-event .title .text h2,
  .text-event .title .text h3,
  .text-event .title .text h4,
  .text-event .title .text h5,
  .text-event .title .text h6 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 420px) {
  .text-event .title .text h1,
  .text-event .title .text h2,
  .text-event .title .text h3,
  .text-event .title .text h4,
  .text-event .title .text h5,
  .text-event .title .text h6 {
    font-size: 20px;
    line-height: 22px;
  }
}
.text-event .title .text .info {
  width: 100%;
  height: auto;
  display: inline-block;
}
.text-event .title .text .info p {
  font-family: 'RobotoCondensedRegular', sans-serif;
  color: #a7a7a7;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0 10px 10px 0;
}
.text-event .title .text .info p:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .text-event .title .text .info p {
    font-size: 14px;
    line-height: 16px;
  }
}
.text-event .title .text .info p span {
  width: auto;
  height: 14px;
  display: inline-block;
}
@media (max-width: 767px) {
  .text-event .title .text .info p span {
    height: 11px;
  }
}
.text-event .title .text .info p span svg {
  width: auto;
  height: 100%;
  display: inline-block;
}
.text-event .check-in {
  width: 100%;
  height: 50px;
  display: inline-block;
  overflow: hidden;
  padding-left: 220px;
  margin-bottom: 65px;
}
@media (max-width: 1023px) {
  .text-event .check-in {
    padding-left: 169px;
  }
}
@media (max-width: 767px) {
  .text-event .check-in {
    height: 40px;
    padding: 0;
    margin-bottom: 45px;
    text-align: center;
  }
}
.text-event .check-in .place {
  width: auto;
  height: 100%;
  display: inline-block;
  background-color: #ffffff;
  padding: 12px 30px;
  vertical-align: top;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
@media (max-width: 767px) {
  .text-event .check-in .place {
    padding: 7px 15px;
  }
}
.text-event .check-in .place p {
  font-family: 'RobotoCondensedRegular', sans-serif;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .text-event .check-in .place p {
    font-size: 12px;
    line-height: 14px;
  }
}
.text-event .check-in .place p span {
  background-color: #d7d7d7;
  padding: 5px 10px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: auto;
  height: auto;
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 16px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .text-event .check-in .place p span {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 6px;
  }
}
.text-event .check-in .btn {
  background-color: #ffdd00;
  vertical-align: top;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.text-event .check-in.disable {
  pointer-events: none;
}
.text-event .check-in.disable .btn {
  background-color: #d7d7d7;
  color: #1f1f1f;
}
.text-event .text-container {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0 50px;
  position: relative;
}
@media (max-width: 767px) {
  .text-event .text-container {
    padding: 0 15px;
  }
}
.text-event .text-container .fixed-bottom {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .text-event .text-container .fixed-bottom {
    display: none;
  }
}
.text-event .text-container .fixed-bottom .sticky {
  position: fixed;
  z-index: 8;
  pointer-events: none;
}
.text-event .text-container .fixed-bottom .stop {
  position: relative;
  z-index: 8;
  pointer-events: none;
}
.text-event .text-container .fixed-bottom .absolute {
  width: 100%;
  height: calc(100vh - 110px);
  display: inline-block;
  position: relative;
  bottom: 0;
  pointer-events: none;
}
.text-event .text-container .fixed-bottom .check-in {
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  pointer-events: all;
}
.text-event .text-container .social {
  width: 170px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  float: left;
}
@media (min-width: 1024px) {
  .text-event .text-container .social .sticky {
    position: fixed;
    z-index: 8;
  }
  .text-event .text-container .social .stop {
    position: relative;
    z-index: 8;
  }
}
@media (max-width: 1023px) {
  .text-event .text-container .social {
    float: initial;
    width: 100%;
  }
}
.text-event .text-container .social p {
  font-family: 'RobotoCondensedRegular', sans-serif;
  color: #cccccc;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 10px;
}
.text-event .text-container .social ul {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .text-event .text-container .social ul {
    text-align: center;
    margin-bottom: 60px;
  }
}
.text-event .text-container .social ul li {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  margin: 10px 0;
}
@media (max-width: 1023px) {
  .text-event .text-container .social ul li {
    width: auto;
    margin: 0 10px;
  }
}
.text-event .text-container .social ul li a {
  width: 37px;
  height: 37px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #d9d9d9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 10px;
}
.text-event .text-container .social ul li a svg {
  width: auto;
  height: 18px;
}
.text-event .text-container .social ul li a svg path {
  fill: #ffffff;
}
@media (min-width: 1024px) {
  .text-event .text-container .social ul li a:hover {
    background-color: #ffdd00;
  }
}
.text-event .text-container .block-fix {
  width: calc(100% - 170px);
  padding: 0 170px 60px 0;
}
@media (max-width: 1140px) {
  .text-event .text-container .block-fix {
    padding-right: 100px;
  }
}
@media (max-width: 1023px) {
  .text-event .text-container .block-fix {
    width: 100%;
    float: initial;
    padding: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .text-event .text-container .block-fix {
    padding: 0 0 20px 0;
  }
}
.text-event .text-container .gallery {
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 1120px) {
  .text-event .text-container .gallery {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .text-event .text-container .gallery {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .text-event .text-container .gallery {
    padding: 0;
  }
}
@media (max-width: 620px) {
  .text-event .text-container .gallery {
    padding: 0;
  }
}
.text-event .text-container .text {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  float: right;
}
.text-event .text-container .text p {
  font-family: 'RobotoLigh', sans-serif;
  color: #1f1e1e;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.text-event .text-container .text p strong {
  font-family: 'Roboto-Medium', sans-serif;
}
.text-event .text-container .text p em {
  font-style: italic;
}
@media (max-width: 767px) {
  .text-event .text-container .text p {
    font-size: 14px;
    line-height: 21px;
  }
}
.text-event .text-container .text a {
  color: #717171;
  position: relative;
}
.text-event .text-container .text a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #717171;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  bottom: 0;
}
.text-event .text-container .text a strong {
  font-family: 'Roboto-Medium', sans-serif;
}
.text-event .text-container .text a em {
  font-style: italic;
}
@media (min-width: 1024px) {
  .text-event .text-container .text a:hover:after {
    width: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.text-event .text-container .text img {
  width: 100%;
  height: auto;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin: 20px 0 30px;
}
.text-event .text-container .text ul {
  width: 100%;
  height: auto;
  display: inline-block;
}
.text-event .text-container .text ul li {
  width: 100%;
  height: auto;
  display: inline-block;
  padding-left: 20px;
  font-family: 'RobotoLigh', sans-serif;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 10px;
  position: relative;
}
.text-event .text-container .text ul li strong {
  font-family: 'Roboto-Medium', sans-serif;
}
.text-event .text-container .text ul li em {
  font-style: italic;
}
@media (max-width: 767px) {
  .text-event .text-container .text ul li {
    font-size: 14px;
    line-height: 21px;
  }
}
.text-event .text-container .text ul li:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #ffdd00;
  left: 4px;
  top: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.text-event .text-container .text img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 20px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.help {
  position: relative;
  padding: 90px 0 70px;
  overflow: hidden;
  /*
  &:after {
    .content;
    .size(100vw,100vh);
    background-image: url(/frontend/web/lib/img/bg_pattern.svg);
    background-size: cover;
    top: 0;
    left: 0;
  }*/
}
@media (max-width: 767px) {
  .help {
    min-height: calc(100% - 338px);
  }
}
#tabs {
  max-width: 842px;
  width: 100%;
  padding: 0 5px;
  margin: 0 auto;
}
#tabs .name-tabs {
  width: 100%;
  height: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  #tabs .name-tabs {
    display: none;
  }
}
#tabs .name-tabs li {
  width: calc(20% - 2px);
  height: auto;
  display: inline-block;
  margin-left: 2px;
  text-align: center;
}
#tabs .name-tabs li:first-child {
  margin-left: 0;
}
#tabs .name-tabs li:last-child {
  /*width: 25%;*/
}
#tabs .name-tabs li a {
  text-align: center;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 18px 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
}
#tabs .name-tabs li a p {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: rgba(31, 30, 30, 0.79);
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  z-index: 2;
  position: relative;
}
#tabs .name-tabs li a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #ffdd00;
  top: -5px;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
#tabs .name-tabs li a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #e1e1e1;
  z-index: 1;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #e1e1e1;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.13);
}
#tabs .name-tabs li a.tabulous_active:after {
  background-color: #fbfbfb;
  height: calc(100% + 4px);
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#tabs .name-tabs li a.tabulous_active:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#tabs .name-tabs li a.tabulous_active p {
  color: #1f1f1f;
}
@media (min-width: 1024px) {
  #tabs .name-tabs li a:hover:after {
    background-color: #ffffff;
    height: calc(100% + 4px);
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #tabs .name-tabs li a:hover:before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  #tabs .name-tabs li a:hover p {
    color: #1f1f1f;
  }
}
#tabs .wid-100 {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #tabs .wid-100 {
    position: initial!important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    pointer-events: all!important;
  }
}
#tabs .mob-open {
  width: 100%;
  height: auto;
  text-align: center;
  position: initial!important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  pointer-events: all!important;
}
@media (max-width: 767px) {
  #tabs .mob-open {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    display: none;
  }
}
#tabs .name-mob {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  position: relative!important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  pointer-events: all!important;
  background-color: #f6f5f5;
  padding: 17px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
}
@media (min-width: 768px) {
  #tabs .name-mob {
    display: none;
  }
}
#tabs .name-mob p {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: rgba(31, 30, 30, 0.79);
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  z-index: 2;
  position: relative;
}
#tabs .name-mob p span {
  position: absolute;
  width: 8px;
  height: 10px;
  top: 3px;
  right: 25px;
}
#tabs .name-mob p span:after,
#tabs .name-mob p span:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 10px;
  background-color: rgba(31, 30, 30, 0.79);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#tabs .name-mob p span:after {
  -webkit-transform: translate(0, 0) rotate(45deg);
  -moz-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  right: 0;
}
#tabs .name-mob p span:before {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -moz-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  -o-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  left: 0;
}
#tabs .name-mob:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #ffdd00;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
#tabs .name-mob.active {
  background-color: #ffffff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border-color: transparent;
}
#tabs .name-mob.active:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#tabs .name-mob.active p span:after {
  -webkit-transform: translate(0, 0) rotate(135deg);
  -moz-transform: translate(0, 0) rotate(135deg);
  -ms-transform: translate(0, 0) rotate(135deg);
  -o-transform: translate(0, 0) rotate(135deg);
  transform: translate(0, 0) rotate(135deg);
}
#tabs .name-mob.active p span:before {
  -webkit-transform: translate(0, 0) rotate(-135deg);
  -moz-transform: translate(0, 0) rotate(-135deg);
  -ms-transform: translate(0, 0) rotate(-135deg);
  -o-transform: translate(0, 0) rotate(-135deg);
  transform: translate(0, 0) rotate(-135deg);
}
#tabs_container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
@media (min-width: 768px) {
  #tabs_container {
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  #tabs_container {
    height: auto!important;
  }
}
#tabs_container div:first-child {
  z-index: 5;
}
#tabs_container .text-container {
  position: initial!important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  pointer-events: all!important;
  width: 100%;
  height: auto;
  background-color: #fbfbfb;
  padding: 40px 50px;
  border-bottom: 1px solid #e1e1e1;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.13);
}
@media (max-width: 1023px) {
  #tabs_container .text-container {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #tabs_container .text-container {
    padding: 25px;
  }
}
#tabs_container .text-container p {
  font-family: 'RobotoLigh', sans-serif;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 767px) {
  #tabs_container .text-container p {
    font-size: 14px;
    line-height: 18px;
  }
}
#tabs_container form {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 70px 50px;
  text-align: center;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  #tabs_container form {
    padding: 45px 50px;
  }
}
@media (max-width: 767px) {
  #tabs_container form {
    padding: 45px 25px;
  }
}
#tabs_container form.one-time .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #tabs_container form.details .wid-50 h3 {
    margin-bottom: 25px;
  }
  #tabs_container form.details .wid-50 .text {
    padding: 0;
  }
  #tabs_container form.details .wid-50.p-r .text {
    padding-bottom: 35px;
  }
}
@media (max-width: 1023px) {
  #tabs_container form#help-form-3 .lab label {
    width: 250px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #tabs_container form#help-form-3 .btn {
    margin-top: 10px;
  }
  #tabs_container form#help-form-3 .input {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #tabs_container form#help-form-3 .input label {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  #tabs_container form#help-form-3 .input .over-block {
    width: 100%;
  }
}
#tabs_container form .input {
  position: initial!important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  pointer-events: all!important;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 39px;
}
#tabs_container form .input.in-50 {
  width: calc(50% - 25px);
}
#tabs_container form .input.m-l {
  margin-left: 25px;
}
#tabs_container form .input.m-r {
  margin-right: 25px;
}
#tabs_container form .input label {
  font-family: 'RobotoBold', sans-serif;
  color: #1f1e1e;
  font-size: 16px;
  line-height: 25px;
  padding-right: 20px;
  float: left;
}
#tabs_container form .input .over-block {
  position: initial!important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  pointer-events: all!important;
  overflow: hidden;
}
#tabs_container form .input .over-block input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  background-color: #ffffff;
  font-family: 'RobotoLigh', sans-serif;
  color: #1f1e1e;
  font-size: 18px;
  padding: 0 10px;
}
#tabs_container form .btn {
  background-color: #ffdd00;
  margin-top: 34px;
}
#tabs_container form .wid-50 {
  position: initial!important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  pointer-events: all!important;
  width: 50%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #tabs_container form .wid-50 {
    width: 100%;
  }
}
#tabs_container form .wid-50.p-r {
  padding-right: 50px;
}
@media (max-width: 767px) {
  #tabs_container form .wid-50.p-r {
    padding-right: 0;
  }
}
#tabs_container form .wid-50.p-r .text {
  position: relative!important;
}
@media (max-width: 767px) {
  #tabs_container form .wid-50.p-r .text {
    padding: 0 15px 40px;
  }
}
#tabs_container form .wid-50.p-r .text:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  right: -50px;
  background-color: #e1e1e1;
}
@media (max-width: 767px) {
  #tabs_container form .wid-50.p-r .text:after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: 0;
  }
}
#tabs_container form .wid-50.p-l {
  padding-left: 50px;
}
@media (max-width: 767px) {
  #tabs_container form .wid-50.p-l {
    padding-left: 0;
    margin-bottom: 0;
  }
}
#tabs_container form .wid-50 h1,
#tabs_container form .wid-50 h2,
#tabs_container form .wid-50 h3,
#tabs_container form .wid-50 h4,
#tabs_container form .wid-50 h5,
#tabs_container form .wid-50 h6 {
  font-family: 'RobotoBold', sans-serif;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 40px;
}
#tabs_container form .wid-50 .text {
  position: initial!important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  pointer-events: all!important;
  width: 100%;
  height: auto;
  display: inline-block;
}
#tabs_container form .wid-50 .text input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  background-color: #ffffff;
  font-family: 'RobotoLigh', sans-serif;
  color: #1f1e1e;
  font-size: 18px;
  padding: 0 10px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  #tabs_container form .wid-50 .text input {
    margin-bottom: 30px;
  }
}
#tabs_container form .wid-50 .text .select {
  position: initial!important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  pointer-events: all!important;
  width: 100%;
  height: auto;
}
#tabs_container form .wid-50 .text .select label {
  width: 126px;
  font-family: 'RobotoLigh', sans-serif;
  color: #a7a7a7;
  font-size: 18px;
  line-height: 25px;
  padding-right: 0;
  float: left;
}
#tabs_container form .wid-50 .text .select .nice-select {
  position: relative!important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  pointer-events: all!important;
  width: calc(100% - 126px);
  height: auto;
  border: none;
  padding: 2px 10px 0;
  line-height: 18px;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  #tabs_container form .wid-50 .text .select .nice-select {
    padding: 2px 5px 0;
  }
}
@media (max-width: 767px) {
  #tabs_container form .wid-50 .text .select .nice-select:after {
    right: 3px;
  }
}
#tabs_container form .wid-50 .text .select .nice-select span {
  line-height: 20px;
  font-family: 'RobotoLigh', sans-serif;
  color: #1f1f1f;
  font-size: 18px;
}
#tabs_container form .wid-50 .text .select .nice-select .list li {
  width: 100%;
  height: auto;
  display: block;
  line-height: 20px;
  font-family: 'RobotoLigh', sans-serif;
  color: #1f1f1f;
  font-size: 18px;
  text-align: left;
  padding: 7px 10px;
  margin: 0;
}
#tabs_container form .wid-50 .text .input {
  margin-bottom: 0;
}
#tabs_container form .wid-50 .text .input label {
  font-family: 'RobotoLigh', sans-serif;
  color: #a7a7a7;
  font-size: 18px;
  line-height: 25px;
  padding-right: 0;
  float: left;
}
#tabs_container form .wid-50 .text .input .over-block {
  position: initial!important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  pointer-events: all!important;
  overflow: hidden;
}
#tabs_container form .wid-50 .text .input .over-block input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  background-color: #ffffff;
  font-family: 'RobotoLigh', sans-serif;
  color: #1f1e1e;
  font-size: 18px;
  padding: 0 10px;
}
#tabs_container form .wid-50 .text .radio {
  position: initial!important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  pointer-events: all!important;
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
  cursor: pointer;
}
#tabs_container form .wid-50 .text .radio:last-child {
  margin-bottom: 0;
}
#tabs_container form .wid-50 .text .radio input[type="radio"] {
  display: none;
}
#tabs_container form .wid-50 .text .radio input[type="radio"] + label {
  font-family: 'RobotoLigh', sans-serif;
  color: #a7a7a7;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#tabs_container form .wid-50 .text .radio input[type="radio"] + label input {
  width: 76px;
  margin: 0;
  color: #a7a7a7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#tabs_container form .wid-50 .text .radio input[type="radio"] + label span {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
}
#tabs_container form .wid-50 .text .radio input[type="radio"] + label span {
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  position: relative;
}
#tabs_container form .wid-50 .text .radio input[type="radio"] + label span:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #717171;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#tabs_container form .wid-50 .text .radio input[type="radio"]:checked + label span:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#tabs_container form .wid-50 .text .radio input[type="radio"]:checked + label {
  color: #1f1f1f;
}
#tabs_container form .wid-50 .text .radio input[type="radio"]:checked + label input {
  color: #1f1f1f;
}
#tabs_container form .wid-50 .text .radio input[type="radio"] + label span,
#tabs_container form .wid-50 .text .radio input[type="radio"]:checked + label span:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#tabs_container form .wid-50 p {
  font-family: 'RobotoLigh', sans-serif;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 10px;
}
#tabs_container form .wid-50 p strong {
  font-family: 'RobotoBold', sans-serif;
}
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.make_transist {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hidescale {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.showscale {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
  pointer-events: all;
  z-index: 5;
}
.tabulousclear {
  display: block;
  clear: both;
}
.help-popup .thanks {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.help-popup .popup-center {
  height: 500px;
}
.news {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0 220px;
  margin: 65px 0;
}
@media (max-width: 1023px) {
  .news {
    padding: 0 50px;
    margin: 60px 0 40px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 0 15px;
  }
}
.news .title {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .news .title {
    margin-bottom: 25px;
  }
}
.news .title .head {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 5px 10px;
  background-color: #ffdd00;
  margin-bottom: 20px;
}
.news .title .head p {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #272727;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.news .title h1,
.news .title h2,
.news .title h3,
.news .title h4,
.news .title h5,
.news .title h6 {
  font-family: 'OfficinaSerifBold', sans-serif;
  color: #1f1f1f;
  font-size: 46px;
  line-height: 46px;
  padding-bottom: 15px;
}
@media (max-width: 1023px) {
  .news .title h1,
  .news .title h2,
  .news .title h3,
  .news .title h4,
  .news .title h5,
  .news .title h6 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .news .title h1,
  .news .title h2,
  .news .title h3,
  .news .title h4,
  .news .title h5,
  .news .title h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
.news .title p {
  font-family: 'RobotoCondensedRegular', sans-serif;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
}
.news .text {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 15px;
}
.news .text p {
  font-family: 'RobotoLigh', sans-serif;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 15px;
}
.news .text p strong {
  font-family: 'Roboto-Medium', sans-serif;
}
.news .text p em {
  font-style: italic;
}
@media (max-width: 767px) {
  .news .text p {
    font-size: 14px;
    line-height: 21px;
  }
}
.news .text p img {
  width: 100% !important;
  height: auto !important;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin: 20px 0 30px;
}
.news .text a {
  color: #717171;
  position: relative;
}
.news .text a strong {
  font-family: 'Roboto-Medium', sans-serif;
}
.news .text a em {
  font-style: italic;
}
.news .text a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #717171;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  .news .text a:hover:after {
    width: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.news .text img {
  width: 100% !important;
  height: auto !important;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin: 20px 0 30px;
}
.news .text ul {
  width: 100%;
  height: auto;
  display: inline-block;
}
.news .text ul li {
  width: 100%;
  height: auto;
  display: inline-block;
  padding-left: 20px;
  font-family: 'RobotoLigh', sans-serif;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 10px;
  position: relative;
}
.news .text ul li strong {
  font-family: 'Roboto-Medium', sans-serif;
}
.news .text ul li em {
  font-style: italic;
}
@media (max-width: 767px) {
  .news .text ul li {
    font-size: 14px;
    line-height: 21px;
  }
}
.news .text ul li:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #ffdd00;
  left: 4px;
  top: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.news .social {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
.news .social p {
  font-family: 'RobotoCondensedRegular', sans-serif;
  color: #cccccc;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 10px;
}
.news .social ul {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
}
.news .social ul li {
  width: auto;
  height: auto;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}
.news .social ul li a {
  width: 37px;
  height: 37px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #d9d9d9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 10px;
}
.news .social ul li a svg {
  width: auto;
  height: 18px;
}
.news .social ul li a svg path {
  fill: #ffffff;
}
@media (min-width: 1024px) {
  .news .social ul li a:hover {
    background-color: #ffdd00;
  }
}
.news.news-video {
  padding: 0;
}
.news.news-video .title {
  padding-left: 220px;
}
@media (max-width: 1120px) {
  .news.news-video .title {
    padding-right: 100px;
  }
}
@media (max-width: 1023px) {
  .news.news-video .title {
    padding: 0;
  }
}
.news.news-video .social {
  width: 220px;
  height: auto;
  display: inline-block;
  float: left;
}
@media (min-width: 1024px) {
  .news.news-video .social .sticky {
    position: fixed;
    z-index: 8;
  }
  .news.news-video .social .stop {
    position: relative;
    z-index: 8;
  }
}
@media (max-width: 1023px) {
  .news.news-video .social {
    float: initial;
    width: 100%;
  }
}
.news.news-video .social ul {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .news.news-video .social ul {
    margin: 0;
  }
}
.news.news-video .social ul li {
  width: 100%;
  margin: 10px 0;
}
@media (max-width: 1023px) {
  .news.news-video .social ul li {
    width: auto;
    margin: 0 10px;
  }
}
.news.news-video .text {
  width: calc(100% - 220px);
  padding: 0 220px 0 0;
}
@media (max-width: 1120px) {
  .news.news-video .text {
    padding-right: 100px;
  }
}
@media (max-width: 1023px) {
  .news.news-video .text {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .news.news-video .text {
    padding: 0 15px;
  }
}
.news.news-video .img {
  margin-bottom: 20px;
}
.news.news-video .gallery {
  margin-bottom: 30px;
}
.news.news-video .video {
  padding: 0 220px;
}
.news.news-video .video .relative {
  margin-bottom: 25px;
}
.news.news-prosto {
  padding: 0;
  margin-top: 0;
  position: relative;
}
@media (max-width: 1023px) {
  .news.news-prosto {
    position: relative;
    padding-bottom: 100px;
  }
}
.news.news-prosto .bg {
  width: 100%;
  height: 500px;
  display: inline-block;
  position: relative;
  margin-bottom: 55px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1023px) {
  .news.news-prosto .bg {
    height: 400px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news.news-prosto .bg {
    height: 300px;
  }
}
.news.news-prosto .bg .title {
  padding-left: 220px;
  padding-right: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.news.news-prosto .bg .title h1,
.news.news-prosto .bg .title h2,
.news.news-prosto .bg .title h3,
.news.news-prosto .bg .title h4,
.news.news-prosto .bg .title h5,
.news.news-prosto .bg .title h6 {
  color: #ffffff;
}
@media (max-width: 1023px) {
  .news.news-prosto .bg .title {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .news.news-prosto .bg .title {
    padding: 0 15px;
  }
}
.news.news-prosto .bg:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 70%);
  background: -moz-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 70%);
  background: -o-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 70%);
  background: -ms-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 70%);
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 70%);
}
.news.news-prosto .text {
  float: right;
  width: 100%;
  margin-bottom: 0;
  padding: 0 220px;
}
@media (max-width: 1120px) {
  .news.news-prosto .text {
    padding-right: 100px;
  }
}
@media (max-width: 1023px) {
  .news.news-prosto .text {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .news.news-prosto .text {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .news.news-prosto .text {
    width: 100%;
    float: initial;
  }
}
@media (max-width: 767px) {
  .news.news-prosto .text {
    margin-bottom: 10px;
  }
}
.news.news-prosto .wid-100 {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}
.news.news-prosto .sticky {
  position: fixed;
  z-index: 8;
}
.news.news-prosto .stop {
  position: relative;
  z-index: 8;
}
.news.news-prosto .social {
  width: 220px;
  height: auto;
  position: absolute;
  top: 15px;
  left: 0;
  padding-top: 6px;
}
@media (max-width: 1023px) {
  .news.news-prosto .social {
    float: initial;
    width: 100%;
    position: absolute;
    left: 0;
    top: initial;
    bottom: -105px;
    padding: 0;
    margin-bottom: 20px;
  }
  .news.news-prosto .social .sticky {
    position: relative!important;
    top: initial!important;
    width: 100%!important;
    z-index: 1!important;
  }
}
.news.news-prosto .social ul {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .news.news-prosto .social ul {
    margin: 0;
  }
}
.news.news-prosto .social ul li {
  width: 100%;
  margin: 10px 0;
}
@media (max-width: 1023px) {
  .news.news-prosto .social ul li {
    width: auto;
    margin: 0 10px;
  }
}
.news.news-prosto .video {
  padding: 0 220px;
}
@media (max-width: 1120px) {
  .news.news-prosto .video {
    padding-right: 100px;
  }
}
@media (max-width: 1023px) {
  .news.news-prosto .video {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .news.news-prosto .video {
    padding: 0 15px;
  }
}
.news.news-prosto .gallery {
  padding: 0 220px;
}
@media (max-width: 1120px) {
  .news.news-prosto .gallery {
    padding-right: 100px;
  }
}
@media (max-width: 1023px) {
  .news.news-prosto .gallery {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .news.news-prosto .gallery {
    padding: 0 15px;
  }
}
.news.news-prosto #fix-social {
  width: 100%;
  height: auto;
  display: inline-block;
}
.news-block {
  border-top: 1px solid #e1e1e1;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .news-block {
    padding-top: 40px;
  }
}
.news-block h1,
.news-block h2,
.news-block h3,
.news-block h4,
.news-block h5,
.news-block h6 {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1f1f;
  font-size: 36px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .news-block h1,
  .news-block h2,
  .news-block h3,
  .news-block h4,
  .news-block h5,
  .news-block h6 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1220px) and (min-width: 768px) {
  .news-block ul li:nth-child(3) {
    display: none;
  }
}
.block-fix {
  width: calc(100% - 170px);
  float: right;
}
@media (max-width: 1023px) {
  .block-fix {
    width: 100%;
    float: initial;
  }
}
.video {
  width: 100%;
  height: auto;
  display: inline-block;
}
.video .relative {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 45px;
}
.video .relative iframe {
  width: 100%;
  height: 500px;
  display: inline-block;
}
@media (max-width: 767px) {
  .video .relative iframe {
    height: 350px;
  }
}
.video .relative .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.video .relative .video-bg .play {
  width: 84px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video .relative .video-bg .play:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 3px solid #ffdd00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .video .relative .video-bg .play:hover:after {
    -webkit-transform: translate(0, 0) scale(1.1);
    -moz-transform: translate(0, 0) scale(1.1);
    -ms-transform: translate(0, 0) scale(1.1);
    -o-transform: translate(0, 0) scale(1.1);
    transform: translate(0, 0) scale(1.1);
  }
}
.video .relative .video-bg .play > svg {
  width: 100%;
  height: 100%;
}
.video .relative .video-bg .play > svg polygon {
  fill: #ffdd00;
}
.img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .img {
    margin-bottom: 20px;
  }
}
.img img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.gallery {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 20px;
}
.gallery .prev {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery .prev:after,
.gallery .prev:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 24px;
  background-color: #ffdd00;
}
.gallery .prev:after {
  top: 0;
  -webkit-transform: translate(0, 0) rotate(45deg);
  -moz-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
.gallery .prev:before {
  bottom: 0;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -moz-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  -o-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
.gallery .next {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery .next:after,
.gallery .next:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 24px;
  background-color: #ffdd00;
}
.gallery .next:after {
  top: 0;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -moz-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  -o-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
.gallery .next:before {
  bottom: 0;
  -webkit-transform: translate(0, 0) rotate(45deg);
  -moz-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
.gallery .close {
  width: 40px;
  height: 40px;
  padding: 0;
  top: 25px;
  right: 25px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery .close:after,
.gallery .close:before {
  position: absolute;
  content: '';
  top: 0;
  left: 19px;
  background-color: #ffdd00;
  width: 3px;
  height: 40px;
}
.gallery .close:after {
  -webkit-transform: translate(0, 0) rotate(45deg);
  -moz-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
.gallery .close:before {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -moz-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  -o-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
.gallery #links {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: left;
}
.gallery #links a {
  width: calc(25% - 16px);
  display: inline-block;
  padding: 12% 0;
  position: relative;
  margin: 8px 8px;
  vertical-align: top;
  overflow: hidden;
}
.gallery #links a span {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 620px) {
  .gallery #links a span {
    width: 200px;
    height: 200px;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 620px) {
  .gallery #links a {
    width: 100%;
    height: 200px;
    padding: 0;
    margin: 0;
    text-align: center;
  }
}
.gallery #links a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.gallery #links a img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 620px) {
  .gallery #links a img {
    min-width: 200px;
    min-height: 200px;
  }
}
@media (min-width: 1024px) {
  .gallery #links a:hover:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
}
.gallery .bx-wrapper .bx-pager {
  display: none;
}
.gallery .bx-prev {
  text-indent: initial;
  left: 15px;
  z-index: 20!important;
}
.gallery .bx-prev:after,
.gallery .bx-prev:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 20px;
  background-color: #ffdd00;
  left: 8px;
}
.gallery .bx-prev:after {
  top: 0;
  -webkit-transform: translate(0, 0) rotate(45deg);
  -moz-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
.gallery .bx-prev:before {
  bottom: 0;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -moz-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  -o-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
.gallery .bx-next {
  text-indent: initial;
  right: 15px;
  z-index: 20!important;
}
.gallery .bx-next:after,
.gallery .bx-next:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 20px;
  background-color: #ffdd00;
  right: 8px;
}
.gallery .bx-next:after {
  top: 0;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -moz-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  -o-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
.gallery .bx-next:before {
  bottom: 0;
  -webkit-transform: translate(0, 0) rotate(45deg);
  -moz-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
.calendar-container {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
}
@media (max-width: 1023px) {
  .calendar-container {
    min-height: calc(100% - 340px);
  }
}
.calendar-container .center {
  position: relative;
}
.calendar-container .center .help-calendar {
  width: auto;
  height: auto;
  display: inline-block !important;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .calendar-container .center .help-calendar {
    position: absolute;
    top: 42px;
    right: 50px;
  }
}
@media (max-width: 1023px) {
  .calendar-container .center .help-calendar {
    margin-bottom: 20px;
  }
}
.calendar-container .center .help-calendar img {
  height: 25px;
}
.calendar-container .month-block {
  width: 100%;
  height: auto;
  display: inline-block;
  padding-top: 40px;
}
@media (max-width: 1023px) {
  .calendar-container .month-block {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .calendar-container .month-block {
    padding-top: 20px;
  }
}
.calendar-container .month-block .month {
  width: auto;
  height: auto;
  display: inline-block;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .calendar-container .month-block .month {
    margin-bottom: 15px;
  }
}
.calendar-container .month-block .month p {
  display: inline-block;
  width: 265px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.calendar-container .month-block .month p span {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1f1f;
  font-size: 36px;
  line-height: 36px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media (max-width: 1023px) {
  .calendar-container .month-block .month p span {
    font-size: 28px;
    line-height: 28px;
  }
}
.calendar-container .month-block .month p.start {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.calendar-container .month-block .month p.start span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.calendar-container .month-block .month p.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.calendar-container .month-block .month p.active > span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.calendar-container .month-block .month p.active > span:nth-child(1) {
  -webkit-transition-delay: 0.045s;
  transition-delay: 0.045s;
}
.calendar-container .month-block .month p.active > span:nth-child(2) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}
.calendar-container .month-block .month p.active > span:nth-child(3) {
  -webkit-transition-delay: 0.135s;
  transition-delay: 0.135s;
}
.calendar-container .month-block .month p.active > span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.calendar-container .month-block .month p.active > span:nth-child(5) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s;
}
.calendar-container .month-block .month p.active > span:nth-child(6) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}
.calendar-container .month-block .month p.active > span:nth-child(7) {
  -webkit-transition-delay: 0.315s;
  transition-delay: 0.315s;
}
.calendar-container .month-block .month p.active > span:nth-child(8) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.calendar-container .month-block .month p.active > span:nth-child(9) {
  -webkit-transition-delay: 0.405s;
  transition-delay: 0.405s;
}
.calendar-container .month-block .month p.active > span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media (max-width: 767px) {
  .calendar-container .month-block .month p {
    padding: 0 30px;
  }
}
.calendar-container .month-block .month .prev,
.calendar-container .month-block .month .next {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.calendar-container .month-block .month .prev:before,
.calendar-container .month-block .month .next:before,
.calendar-container .month-block .month .prev:after,
.calendar-container .month-block .month .next:after {
  position: absolute;
  content: '';
  width: 3px;
  height: 16px;
  background-color: #1f1f1f;
}
@media (max-width: 1023px) {
  .calendar-container .month-block .month .prev:before,
  .calendar-container .month-block .month .next:before,
  .calendar-container .month-block .month .prev:after,
  .calendar-container .month-block .month .next:after {
    height: 13px;
  }
}
.calendar-container .month-block .month .prev:before,
.calendar-container .month-block .month .prev:after {
  left: 10px;
}
.calendar-container .month-block .month .prev:before {
  top: 0;
  -webkit-transform: translate(0, 0) rotate(45deg);
  -moz-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
@media (max-width: 1023px) {
  .calendar-container .month-block .month .prev:before {
    top: 5px;
  }
}
.calendar-container .month-block .month .prev:after {
  bottom: 0;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -moz-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  -o-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
.calendar-container .month-block .month .next:before,
.calendar-container .month-block .month .next:after {
  right: 10px;
}
.calendar-container .month-block .month .next:before {
  top: 0;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -moz-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  -o-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
@media (max-width: 1023px) {
  .calendar-container .month-block .month .next:before {
    top: 5px;
  }
}
.calendar-container .month-block .month .next:after {
  bottom: 0;
  -webkit-transform: translate(0, 0) rotate(45deg);
  -moz-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
.calendar-container .weekday {
  width: 100%;
  height: auto;
  display: inline-block;
}
.calendar-container .weekday li {
  width: 14.285%;
  height: auto;
  display: inline-block;
  background-color: #ffdd00;
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1f1f;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 0;
}
.calendar-container .date-block {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}
.calendar-container .date-block .calendar {
  width: 14.285%;
  height: 184px;
  display: inline-block;
  background-color: #ffffff;
  padding: 25px 20px 20px;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  vertical-align: top;
}
@media (max-width: 1366px) {
  .calendar-container .date-block .calendar {
    padding: 15px 10px 10px;
  }
}
@media (max-width: 1190px) {
  .calendar-container .date-block .calendar {
    height: 150px;
  }
}
@media (max-width: 1023px) {
  .calendar-container .date-block .calendar {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .calendar-container .date-block .calendar {
    height: 60px;
    padding: 5px;
  }
}
.calendar-container .date-block .calendar:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 10px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url(../img/arrowcal.png);
  background-size: contain;
  background-position: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.calendar-container .date-block .calendar.active {
  background-color: #ffdd00;
  pointer-events: none;
}
.calendar-container .date-block .calendar.active:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.calendar-container .date-block .calendar.active .flex .event {
  color: #1f1f1f;
}
.calendar-container .date-block .calendar:first-child {
  border-left: none;
}
.calendar-container .date-block .calendar:first-child .icons li .pop-icons {
  left: 0;
}
.calendar-container .date-block .calendar:nth-child(7) .icons li .pop-icons {
  left: auto;
  right: 0;
}
@media (max-width: 1023px) {
  .calendar-container .date-block .calendar.mob-style-calendar .flex .event {
    display: none;
  }
}
.calendar-container .date-block .calendar .flex {
  width: 100%;
  height: auto;
  display: inline-block;
}
@media (min-width: 1023px) {
  .calendar-container .date-block .calendar .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
.calendar-container .date-block .calendar .flex .event {
  width: auto;
  height: auto;
  display: inline-block;
  font-family: 'RobotoCondensedRegular', sans-serif;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .calendar-container .date-block .calendar .flex .event {
    display: none;
  }
}
.calendar-container .date-block .calendar .flex .date {
  width: 24px;
  height: 24px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #1f1f1f;
}
@media (max-width: 1023px) {
  .calendar-container .date-block .calendar .flex .date {
    border: none;
  }
}
.calendar-container .date-block .calendar .flex .date p {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1f1f;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
}
@media (max-width: 1023px) {
  .calendar-container .date-block .calendar .flex .date p {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .calendar-container .date-block .calendar .flex .date p {
    font-size: 11px;
    line-height: 14px;
  }
}
.calendar-container .date-block .calendar .mob-event {
  width: 48px;
  height: 48px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: url(/frontend/web/lib/img/mob-calendar.png);
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 10px 0 15px;
}
@media (min-width: 1024px) {
  .calendar-container .date-block .calendar .mob-event {
    display: none;
  }
}
@media (max-width: 767px) {
  .calendar-container .date-block .calendar .mob-event {
    width: 20px;
    height: 20px;
    margin: 0;
  }
}
.calendar-container .date-block .calendar .mob-event:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.calendar-container .date-block .calendar .mob-event p {
  font-family: 'RobotoBold', sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .calendar-container .date-block .calendar .mob-event p {
    font-size: 9px;
    line-height: 12px;
  }
}
.calendar-container .date-block .calendar .icons {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
@media (max-width: 1366px) {
  .calendar-container .date-block .calendar .icons {
    padding: 0 10px;
    bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .calendar-container .date-block .calendar .icons {
    display: none;
  }
}
.calendar-container .date-block .calendar .icons li {
  width: 46px;
  height: 46px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1190px) {
  .calendar-container .date-block .calendar .icons li {
    width: 38px;
    height: 38px;
  }
}
.calendar-container .date-block .calendar .icons li img {
  width: auto;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1190px) {
  .calendar-container .date-block .calendar .icons li img {
    width: auto;
    height: 20px;
  }
}
.calendar-container .date-block .calendar .icons li:after,
.calendar-container .date-block .calendar .icons li:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 15px;
  background-color: #1f1f1f;
  left: 24px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1190px) {
  .calendar-container .date-block .calendar .icons li:after,
  .calendar-container .date-block .calendar .icons li:before {
    left: 20px;
    height: 11px;
  }
}
.calendar-container .date-block .calendar .icons li:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -moz-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  -o-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  top: 11px;
}
.calendar-container .date-block .calendar .icons li:before {
  -webkit-transform: translate(0, 0) rotate(45deg);
  -moz-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  bottom: 10px;
}
.calendar-container .date-block .calendar .icons li.active {
  background-color: #ffdd00 !important;
}
.calendar-container .date-block .calendar .icons li.active:after,
.calendar-container .date-block .calendar .icons li.active:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.calendar-container .date-block .calendar .icons li.active img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.calendar-container .date-block .calendar .icons li.active .triangle,
.calendar-container .date-block .calendar .icons li.active .pop-icons {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.calendar-container .date-block .calendar .icons li .triangle {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid;
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.calendar-container .date-block .calendar .icons li .pop-icons {
  width: 295px;
  height: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  padding: 20px;
  position: absolute;
  top: 100%;
  left: -122px;
  z-index: 10;
  margin-top: 10px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.calendar-container .date-block .calendar .icons li .pop-icons p {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
.calendar-container .date-block .calendar .icons li .pop-icons .info {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: left;
}
.calendar-container .date-block .calendar .icons li .pop-icons .info p {
  font-family: 'RobotoCondensedRegular', sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0 10px 10px 0;
  margin: 0;
}
.calendar-container .date-block .calendar .icons li .pop-icons .info p:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .calendar-container .date-block .calendar .icons li .pop-icons .info p {
    font-size: 14px;
    line-height: 16px;
  }
}
.calendar-container .date-block .calendar .icons li .pop-icons .info p span {
  width: auto;
  height: 14px;
  display: inline-block;
}
@media (max-width: 767px) {
  .calendar-container .date-block .calendar .icons li .pop-icons .info p span {
    height: 11px;
  }
}
.calendar-container .date-block .calendar .icons li .pop-icons .info p span img {
  height: 100%;
  display: inline-block;
  position: initial;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.calendar-container .date-block .calendar.no-event {
  pointer-events: none;
}
@media (min-width: 1024px) {
  .calendar-container .date-block .calendar.no-event:hover {
    background-color: #ffffff;
  }
}
.calendar-container .date-block .calendar.no-date .flex .date {
  display: none;
}
.calendar-container .date-block .event-ajax {
  width: 100%;
  height: auto;
  background-color: #e1e1e1;
  border-bottom: 1px solid #c1c1c1;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.17);
  padding-bottom: 40px;
  display: none;
  position: relative;
}
@media (max-width: 767px) {
  .calendar-container .date-block .event-ajax {
    padding-bottom: 0px;
  }
}
.calendar-container .date-block .event-ajax .developments .container .bg {
  height: calc(100% - 135px);
}
@media (max-width: 767px) {
  .calendar-container .date-block .event-ajax .developments .container .bg {
    height: 300px;
  }
}
.calendar-container .date-block .event-ajax .developments .container .info-block {
  height: 135px;
}
@media (max-width: 767px) {
  .calendar-container .date-block .event-ajax .developments .container .info-block {
    height: auto;
  }
}
.calendar-container .date-block .event-ajax .developments .container .info-block .text {
  width: 100%;
  padding: 20px 20px 20px;
}
@media (max-width: 767px) {
  .calendar-container .date-block .event-ajax .developments .container .info-block .text {
    height: auto;
    padding: 20px 20px 10px;
  }
}
.calendar-container .date-block .event-ajax .developments .container .info-block .text .info {
  bottom: 10px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .calendar-container .date-block .event-ajax .developments .container .info-block .text .info {
    padding: 0;
    bottom: 0;
  }
}
.calendar-container .date-block .event-ajax .developments .container .check-in {
  height: 45px;
}
.calendar-container .date-block .event-ajax .developments .container .check-in .place {
  padding: 9px 20px;
}
.calendar-container .date-block .event-ajax .btn {
  padding: 0 20px;
  height: 45px;
}
.calendar-container .date-block .event-ajax .btn:after {
  font-size: 14px;
}
.calendar-container .date-block .event-ajax .btn span {
  font-size: 14px;
}
.calendar-container .date-block .event-ajax .close {
  width: 27px;
  height: 27px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  right: 25px;
  cursor: pointer;
  z-index: 8;
  /*@media (min-width: 1024px) {
          &:hover {
            border-color: #d50000;

            &:after,
            &:before {
              background-color: #d50000;
            }
          }
        }*/
}
.calendar-container .date-block .event-ajax .close:after,
.calendar-container .date-block .event-ajax .close:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 15px;
  background-color: #cccccc;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.calendar-container .date-block .event-ajax .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.calendar-container .date-block .event-ajax .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.calendar-container .date-block .event-ajax .scroll {
  width: 100%;
  height: auto;
  display: inline-block;
}
.calendar-container .date-block .event-ajax .loader-ajax {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/happy_old.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
  background-size: 150px 150px;
  z-index: 1000;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 1px solid #e1e1e1;
}
.calendar-container .date-block .event-ajax .loader-ajax.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.calendar-container .date-block .event-ajax .mCustomScrollBox {
  width: 100% !important;
}
.calendar-container .date-block .event-ajax ul {
  margin-bottom: 25px;
  padding-top: 70px;
}
@media (max-width: 767px) {
  .calendar-container .date-block .event-ajax ul {
    width: 100% !important;
    text-align: center;
  }
}
.calendar-container .date-block .event-ajax ul li {
  width: 310px;
  height: 420px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .calendar-container .date-block .event-ajax ul li {
    float: initial;
    margin-bottom: 14px;
  }
}
@media (max-width: 400px) {
  .calendar-container .date-block .event-ajax ul li {
    width: 100%;
  }
}
.calendar-container .date-block .event-ajax ul li .container {
  background-color: #0a6aa1;
}
.main-video-player-container #media-video {
  /* cursor: pointer; */
  z-index: 10000000000000000000;
}
.main-video-player-container #media-video:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.main-video-player-container .progress {
  width: 0;
  max-width: 100%;
  height: 3px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: width 0.8s ease;
  bottom: 0;
  margin-top: 11px;
  position: relative;
  z-index: 1000000000000000000000000;
  overflow: hidden;
}
.main-video-player-container .indicator {
  display: none;
}
.main-video-player-container .video-container {
  font-size: 0;
}
.main-video-player-container .player-container.full .btn-play {
  position: fixed;
}
.main-video-player-container .progress-background {
  position: absolute;
  /*  width: 385px; */
  height: 3px;
  top: 0;
  background-color: #3e3e3e;
}
.main-video-player-container .progress-over {
  position: absolute;
  width: 0px;
  height: 3px;
  background-color: #fff;
  top: 0;
  left: 0;
  transition: width 0.2s;
}
.main-video-player-container .progress-hidden {
  position: absolute;
  /*    width: 385px; */
  height: 100%;
  cursor: pointer;
}
.main-video-player-container .fullscreen-button {
  width: 20px;
  height: 20px;
  float: right;
  position: absolute;
  bottom: 30px;
  right: 20px;
  z-index: 100000000000;
  cursor: pointer;
  transition: transform 0.3s;
}
.main-video-player-container .fullscreen-button:hover {
  transform: rotate(180deg);
}
.main-video-player-container .fullscreen-button img {
  width: 100%;
  height: 100%;
}
.main-video-player-container .video-player-container.full,
.main-video-player-container .player-container.full {
  z-index: 1000000000000;
  position: fixed;
}
.main-video-player-container .video-container #media-video.full {
  z-index: 1000000000001 !important;
  position: fixed !important;
}
.main-video-player-container .video-player-container.full {
  left: 0;
  top: 0;
}
.main-video-player-container .player-container.full {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
}
.main-video-player-container .container-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
::-webkit-full-screen {
  z-index: 1000 !important;
}
::-webkit-media-controls {
  display: none !important;
}
.video_pop {
  background-color: #ffdd00;
  z-index: 30;
}
.video_pop .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.video_pop .close:after,
.video_pop .close:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 30px;
  background-color: #1f1f1f;
  top: 20px;
  left: 20px;
}
.video_pop .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.video_pop .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.video_pop .body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
}
@media (max-width: 1023px) {
  .video_pop .body {
    width: 100%;
  }
}
.video_pop .play-control {
  display: none;
}
.video_pop .main-video-player-container {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out 0.2s, -webkit-transform 0s ease-in-out 0.7s;
  transition: opacity 0.6s ease-in-out 0.2s, -webkit-transform 0s ease-in-out 0.7s;
  transition: transform 0s ease-in-out 0.7s, opacity 0.6s ease-in-out 0.2s;
  transition: transform 0s ease-in-out 0.7s, opacity 0.6s ease-in-out 0.2s, -webkit-transform 0s ease-in-out 0.7s;
}
.video_pop .main-video-player-container.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out 0.2s, -webkit-transform 0.6s ease-in-out 0.3s;
  transition: opacity 0.6s ease-in-out 0.2s, -webkit-transform 0.6s ease-in-out 0.3s;
  transition: transform 0.6s ease-in-out 0.3s, opacity 0.6s ease-in-out 0.2s;
  transition: transform 0.6s ease-in-out 0.3s, opacity 0.6s ease-in-out 0.2s, -webkit-transform 0.6s ease-in-out 0.3s;
}
.video_pop .main-video-player-container #media-video {
  width: 100%;
  position: relative;
}
.video_pop .main-video-player-container #media-video:hover.play {
  cursor: url("/frontend/web/lib/img/cursor-pause.png") 60 60, auto;
}
.video_pop .main-video-player-container #media-video:hover.pause {
  cursor: url("/frontend/web/lib/img/cursor-play.png") 60 60, auto;
}
.video_pop .main-video-player-container .fullscreen-button {
  display: none;
}
#mapContact {
  width: 100%;
  height: 666px;
  display: inline-block;
  margin-top: -75px;
}
@media (max-width: 1023px) {
  #mapContact {
    height: 500px;
    top: 0;
  }
}
@media (max-width: 480px) {
  #mapContact {
    height: 300px;
  }
}
.contacts {
  text-align: center;
}
.contacts .contact-form {
  width: 100%;
  height: auto;
  max-width: 842px;
  display: inline-block;
  padding: 90px 0 0;
  text-align: left;
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  .contacts .contact-form {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .contacts .contact-form {
    padding-top: 40px;
  }
}
.contacts .contact-form .title {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0 100px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contacts .contact-form .title {
    padding: 0 15px;
  }
}
.contacts .contact-form .title h1,
.contacts .contact-form .title h2,
.contacts .contact-form .title h3,
.contacts .contact-form .title h4,
.contacts .contact-form .title h5,
.contacts .contact-form .title h6 {
  font-family: 'OfficinaSerifBold', sans-serif;
  color: #1f1f1f;
  font-size: 46px;
  line-height: 46px;
}
@media (max-width: 767px) {
  .contacts .contact-form .title h1,
  .contacts .contact-form .title h2,
  .contacts .contact-form .title h3,
  .contacts .contact-form .title h4,
  .contacts .contact-form .title h5,
  .contacts .contact-form .title h6 {
    font-size: 32px;
    line-height: 32px;
  }
}
.contacts .contact-form .info-contact {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0 100px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .contacts .contact-form .info-contact {
    padding: 0 15px;
    margin-bottom: 0;
  }
}
.contacts .contact-form .info-contact li {
  width: auto;
  height: auto;
  display: inline-block;
  padding-left: 50px;
  margin-bottom: 25px;
  vertical-align: top;
}
.contacts .contact-form .info-contact li:first-child {
  padding-right: 70px;
}
@media (max-width: 767px) {
  .contacts .contact-form .info-contact li {
    margin-bottom: 15px;
  }
  .contacts .contact-form .info-contact li:first-child {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .contacts .contact-form .info-contact li {
    width: 100%;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contacts .contact-form .info-contact li {
    width: 100%;
    padding-bottom: 25px;
    padding-left: 42px;
  }
}
.contacts .contact-form .info-contact li.tel a {
  position: relative;
}
.contacts .contact-form .info-contact li.tel a:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 28px;
  background-image: url(../img/phone.svg);
  top: -3px;
  left: -50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.contacts .contact-form .info-contact li.address p {
  position: relative;
}
.contacts .contact-form .info-contact li.address p:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 28px;
  background-image: url(../img/email.svg);
  top: -3px;
  left: -50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contacts .contact-form .info-contact li.hotline p {
  position: relative;
}
.contacts .contact-form .info-contact li.hotline p:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 26px;
  background-image: url(../img/hotline.svg);
  top: -3px;
  left: -50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contacts .contact-form .info-contact li p,
.contacts .contact-form .info-contact li a {
  font-family: 'Roboto-Medium', sans-serif;
  color: #1f1e1e;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .contacts .contact-form .info-contact li p,
  .contacts .contact-form .info-contact li a {
    font-size: 18px;
  }
}
.contacts .form {
  width: 100%;
  height: auto;
  display: inline-block;
  background-color: #0088df;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 60px 100px 50px;
  position: relative;
}
@media (max-width: 1023px) {
  .contacts .form {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .contacts .form {
    padding: 40px 15px;
  }
}
.contacts .form.send-mess-form .thanks {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0088df;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts .form.send-mess-form .thanks p {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}
.contacts .form .flex {
  width: 100%;
  height: auto;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 70px;
}
.contacts .form .flex h1,
.contacts .form .flex h2,
.contacts .form .flex h3,
.contacts .form .flex h4,
.contacts .form .flex h5,
.contacts .form .flex h6 {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: rgba(255, 255, 255, 0.51);
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.contacts .form .flex .number {
  width: auto;
  height: auto;
  display: inline-block;
}
.contacts .form .flex .number p {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: rgba(255, 255, 255, 0.51);
  font-size: 18px;
  line-height: 22px;
}
.contacts .form .flex .number p .prev {
  color: #ffffff;
  padding-left: 10px;
  position: relative;
  cursor: pointer;
}
.contacts .form .flex .number p .prev:after,
.contacts .form .flex .number p .prev:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.51);
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts .form .flex .number p .prev:after {
  -webkit-transform: translate(0, 0) rotate(45deg);
  -moz-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  top: 8px;
}
.contacts .form .flex .number p .prev:before {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -moz-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  -o-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  bottom: 6px;
}
.contacts .form .flex .number p .prev.active:after,
.contacts .form .flex .number p .prev.active:before {
  background-color: #ffffff;
}
.contacts .form .flex .number p .next {
  padding-right: 10px;
  position: relative;
  cursor: pointer;
}
.contacts .form .flex .number p .next:after,
.contacts .form .flex .number p .next:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.51);
  right: 0;
}
.contacts .form .flex .number p .next:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -moz-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  -o-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  top: 8px;
}
.contacts .form .flex .number p .next:before {
  -webkit-transform: translate(0, 0) rotate(45deg);
  -moz-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  bottom: 6px;
}
.contacts .form ul {
  width: calc(100% - 200px);
  height: auto;
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 767px) {
  .contacts .form ul {
    width: 100%;
  }
}
.contacts .form ul li {
  width: 100%;
  height: auto;
  display: inline-block;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(225, 225, 225, 0.4);
}
.contacts .form ul li.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
}
.contacts .form ul li.input-block {
  position: absolute;
  top: 0;
  left: 0;
}
.contacts .form ul li.error {
  border-color: red;
}
.contacts .form ul li.error .help-block {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.contacts .form ul li .help-block {
  font-family: 'RobotoLigh', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  position: absolute;
  text-transform: uppercase;
  left: 0;
  bottom: -30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.contacts .form ul li input {
  width: 100%;
  height: 30px;
  border: none;
  background-color: transparent;
  font-family: 'RobotoLigh', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  text-transform: uppercase;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.contacts .form ul li input::-webkit-input-placeholder {
  font-family: 'RobotoLigh', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contacts .form ul li input::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.contacts .form ul li input::-moz-placeholder {
  font-family: 'RobotoLigh', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contacts .form ul li input::-moz-placeholder {
    font-size: 14px;
  }
}
.contacts .form ul li input:-moz-placeholder {
  font-family: 'RobotoLigh', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contacts .form ul li input:-moz-placeholder {
    font-size: 14px;
  }
}
.contacts .form ul li input:-ms-input-placeholder {
  font-family: 'RobotoLigh', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contacts .form ul li input:-ms-input-placeholder {
    font-size: 14px;
  }
}
.contacts .form ul li .nice-select {
  width: 100%;
  background-color: transparent;
  border: none;
  height: 31px;
}
.contacts .form ul li .nice-select:after {
  left: 3px;
  right: auto;
  top: 19px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  border-right: 2px solid rgba(255, 255, 255, 0.8);
}
.contacts .form ul li .nice-select span {
  font-family: 'Roboto-Regular', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 31px;
}
.contacts .form ul li .nice-select .list {
  width: 100%;
  position: absolute!important;
}
.contacts .form ul li .nice-select .list .option {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
  line-height: 20px;
  font-family: 'RobotoLigh', sans-serif;
  color: #1f1f1f;
  font-size: 18px;
  padding: 7px 10px;
}
.contacts .form ul li textarea {
  width: 100%;
  height: auto;
  display: inline-block;
  font-family: 'RobotoLigh', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  resize: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.contacts .form ul li textarea::-webkit-input-placeholder {
  font-family: 'RobotoLigh', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contacts .form ul li textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.contacts .form ul li textarea::-moz-placeholder {
  font-family: 'RobotoLigh', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contacts .form ul li textarea::-moz-placeholder {
    font-size: 14px;
  }
}
.contacts .form ul li textarea:-moz-placeholder {
  font-family: 'RobotoLigh', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contacts .form ul li textarea:-moz-placeholder {
    font-size: 14px;
  }
}
.contacts .form ul li textarea:-ms-input-placeholder {
  font-family: 'RobotoLigh', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contacts .form ul li textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
.contacts .form ul li.active {
  color: red;
}
.contacts .form .btn-container {
  width: 200px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding-top: 27px;
}
@media (max-width: 767px) {
  .contacts .form .btn-container {
    width: 100%;
  }
}
.contacts .form .next-form {
  width: auto;
  height: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background-color: #ffdd00;
  padding: 0 40px;
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1f1f;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts .form .next-form .span-send {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 15px;
  left: 25px;
}
.contacts .form .next-form span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts .form .next-form.send {
  padding-left: 30px;
  color: transparent;
}
.contacts .form .next-form.send .next-span {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.contacts .form .next-form.send .span-send {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-width: 1024px) {
  .contacts .form .next-form.send:hover .span-send {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.contacts .form .next-form.send:after {
  content: 'Отправить';
}
.partners {
  text-align: center;
}

.partners-text {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 842px;
  background-color: #ffdd00;
  padding: 40px 100px;
  text-align: left;
  margin: 35px 0;
}
.projects-title {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 842px;
  text-align: left;
  margin: 35px 0;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .partners-text, .projects-title {
    padding: 40px 15px;
    margin: 0;
  }
}
.partners-text h1 {
  font-family: 'OfficinaSerifBold', sans-serif;
  color: #1f1f1f;
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 35px;
}
.projects-title h2 {
  font-family: 'OfficinaSerifBold', sans-serif;
  color: #1f1f1f;
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .partners-text h1, .projects-title h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
.partners-text p, .projects-title p {
  font-family: 'Roboto-Regular', sans-serif;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .partners-text p, .projects-title p {
    font-size: 14px;
    line-height: 21px;
  }
}
.partners-list {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 842px;
  margin-bottom: 50px;
}
.partners-list li {
  width: 25%;
  height: 190px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .partners-list li {
    width: 100%;
  }
}
.partners-list li .partners-info {
  width: 100%;
  height: auto;
  min-height: 100%;
  border: 1px solid #cccccc;
  background-color: #f4f4f4;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 13;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.partners-list li .partners-info .close {
  display: none;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.partners-list li .partners-info .close:after,
.partners-list li .partners-info .close:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 20px;
  background-color: #cccccc;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  -ms-transition: all 0.3s 0.2s;
  -o-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  top: 0;
  left: 12px;
}
.partners-list li .partners-info .wid-100 {
  width: 100%;
  height: auto;
  display: inline-block;
}
.partners-list li .partners-info p {
  font-family: 'RobotoLigh', sans-serif;
  color: #696969;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
}
.partners-list li .partners-info a {
  font-family: 'RobotoCondensedLigh', sans-serif;
  color: #464545;
  font-size: 14px;
  text-decoration: underline;
  word-wrap: break-word;
}
.partners-list li .flex {
  width: 100%;
  height: 100%;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.partners-list li img {
  max-width: 160px;
  max-height: 112px;
  width: auto;
  height: auto;
}
@media (min-width: 1024px) {
  .partners-list li:hover {
    z-index: 13;
  }
  .partners-list li:hover .partners-info {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1023px) {
  .partners-list li .partners-info {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  .partners-list li .partners-info .close {
    display: block;
  }
  .partners-list li .partners-info.active {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    pointer-events: all;
  }
  .partners-list li .partners-info.active .close {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .partners-list li .partners-info.active .close:after {
    -webkit-transform: translate(0, 0) rotate(45deg);
    -moz-transform: translate(0, 0) rotate(45deg);
    -ms-transform: translate(0, 0) rotate(45deg);
    -o-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
  }
  .partners-list li .partners-info.active .close:before {
    -webkit-transform: translate(0, 0) rotate(-45deg);
    -moz-transform: translate(0, 0) rotate(-45deg);
    -ms-transform: translate(0, 0) rotate(-45deg);
    -o-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
  }
}
.projects {
  width: 100%;
  height: auto;
  display: inline-block;
}
.projects li {
  width: calc(50% - 6px);
  height: auto;
  display: inline-block;
  position: relative;
  margin-bottom: 14px;
  margin-right: 6px;
  overflow: hidden;
  vertical-align: top;
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .projects li {
    padding: 15% 0;
  }
}
.projects li:nth-child(2n) {
  margin-left: 6px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .projects li {
    width: 100%;
    margin: 0 0 14px 0;
  }
  .projects li:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }
}
.projects li:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1023px) {
  .projects li:after {
    background: rgba(0, 0, 0, 0.7);
  }
}
.projects li .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.projects li a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .projects li a {
    position: relative;
  }
}
.projects li .name {
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .projects li .name {
    position: relative;
  }
}
.projects li .name .bottom {
  width: 100%;
  height: auto;
  z-index: 3;
  position: relative;
  padding: 0 35px;
}
@media (min-width: 1024px) {
  .projects li .name .bottom {
    display: block!important;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 1023px) {
  .projects li .name .bottom {
    padding: 0 20px;
  }
}
.projects li .name h1,
.projects li .name h2,
.projects li .name h3,
.projects li .name h4,
.projects li .name h5,
.projects li .name h6 {
  font-family: 'OfficinaSerifBold', sans-serif;
  color: #ffffff;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 20px;
}
.projects li .name p {
  font-family: 'Roboto-Regular', sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .projects li .name p {
    display: block!important;
  }
}
.pread-project {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  padding: 5px 0 20px;
}
.pread-project img {
  height: 30px;
}
.project-block {
  border-top: 1px solid #e1e1e1;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .project-block {
    padding-top: 40px;
  }
}
.project-block h1,
.project-block h2,
.project-block h3,
.project-block h4,
.project-block h5,
.project-block h6 {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #1f1f1f;
  font-size: 36px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .project-block h1,
  .project-block h2,
  .project-block h3,
  .project-block h4,
  .project-block h5,
  .project-block h6 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
.project-block ul li {
  width: calc(33.3% - 14px);
  margin: 0 7px;
  height: 580px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  padding: 0;
}
.project-block ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.project-block ul li a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1220px) {
  .project-block ul li {
    width: calc(50% - 14px);
  }
}
@media (max-width: 1220px) and (min-width: 768px) {
  .project-block ul li:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1023px) {
  .project-block ul li {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .project-block ul li {
    width: calc(100% - 14px);
    height: 380px;
    margin-bottom: 14px;
  }
}
.project-block ul li:after {
  display: none;
}
.project-block ul li:nth-child(2n) {
  margin: 0 7px;
}
@media (max-width: 767px) {
  .project-block ul li:nth-child(2n) {
    margin-bottom: 14px;
  }
}
.project-block ul li .name {
  position: absolute;
  bottom: 0;
  left: 0;
}
.project-block ul li .name h1,
.project-block ul li .name h2,
.project-block ul li .name h3,
.project-block ul li .name h4,
.project-block ul li .name h5,
.project-block ul li .name h6 {
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .project-block ul li .name h1,
  .project-block ul li .name h2,
  .project-block ul li .name h3,
  .project-block ul li .name h4,
  .project-block ul li .name h5,
  .project-block ul li .name h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.about {
/*  background-color: #d3dadf;*/
  height: calc(100% - 90px);
  overflow: hidden;
  position: fixed;
  top: 90px;
  left: 0;
  z-index: -1;

  background-color: #d3dadf;
  background-image: url(/lib/img/1-new.png);
  background-position: right;
  background-size: 52%;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .about {
    height: auto;
    position: relative;
    top: 0;
    padding-top: 0;
    background-image: unset;
  }
}
@media (max-width: 767px) {
  .about {
    padding-top: 140px;
  }
}
@media (min-width: 1024px) and (max-height: 580px) {
  .about {
    height: 580px;
    position: relative;
    padding-top: 0;
  }
}
.about .center {
  height: 100%;
  position: relative;
  text-align: center;
}
.about .flex {
  width: auto;
  height: 100%;
  position: relative;
  text-align: center;
}
@media (min-width: 1024px) {
  .about .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.about .wid-100 {
  width: 100%;
  height: 100%;
  display: inline-block;
  max-width: 1280px;
  text-align: left;
}
@media (max-width: 1480px) {
  .about .wid-100 {
    padding-left: 50px;
  }
}
@media (max-width: 1023px) {
  .about .wid-100 {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .about .wid-100 {
    padding: 0 15px;
    text-align: right;
  }
}
.about .img {
  width: auto;
  height: auto;
  display: inline-block;
  margin-bottom: 0;

  display: none;
}
@media (min-width: 1024px) {
  .about .img {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.about .img img {
  width: auto;
  height: 410px;
}
@media (max-width: 1023px) {
  .about .img img {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .about .img img {
    margin-left: -150px;
  }
}
.about .img img.mob {
  display: none;
}
@media (max-width: 767px) {
  .about .img img.mob {
    display: inline-block;
    display: none;
  }
}
.about .img img.nomob {
  display: inline-block;
  /*display: none;*/
}
@media (max-width: 767px) {
  .about .img img.nomob {
    display: none;
  }
}
.about .img:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  /*background-image: url(../img/1b.svg);*/
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .about .img:after {
    height: 450px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: auto;
    top: 0;
  }
}
@media (max-width: 767px) {
  .about .img:after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .about.focus .img:after {
    height: 666px;
  }
}
.about .text {
  width: 100%;
  height: auto;
  max-width: 590px;
  display: inline-block;
  position: relative;
  z-index: 3;
  text-align: left;
}
@media (max-width: 1023px) {
  .about .text {
    max-width: 100%;
    text-align: left;
  }
}
.about .text h1,
.about .text h2,
.about .text h3,
.about .text h4,
.about .text h5,
.about .text h6 {
  font-family: 'OfficinaSerifBold', sans-serif;
  font-size: 125px;
  line-height: 150px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .about .text h1,
  .about .text h2,
  .about .text h3,
  .about .text h4,
  .about .text h5,
  .about .text h6 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .about .text h1,
  .about .text h2,
  .about .text h3,
  .about .text h4,
  .about .text h5,
  .about .text h6 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
  }
}
.about .text p {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .about .text p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
.about .text .btn {
  background-color: #ffdd00;
}
@media (max-width: 1023px) {
  .about .text .btn {
    margin-bottom: 50px;
  }
}
.about .text .btn span {
  line-height: 46px;
}
@media (max-width: 767px) {
  .about .text .btn span {
    line-height: 40px;
  }
}
.creature {

  text-align: center;
  padding: 45px 0 60px;
  position: relative;
  overflow: hidden;
  margin-top: calc(100% - 90px);

  background-color: #d3dadf;
  background-image: url(/lib/img/2-new.png);
  background-position: left;
  background-size: 52%;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .creature {
    margin-top: 0;
    background-image: unset;
  }
}
.creature .wid-100 {
  width: 100%;
  height: auto;
  max-width: 1280px;
  padding: 0 110px;
  display: inline-block;
}
.creature .wid-100 .flex-100 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .creature .wid-100 {
    text-align: left;
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .creature .wid-100 {
    padding: 0 15px;
  }
}
.creature .img {
  width: 50%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;

/*  display: none;*/
}
.creature .img .lightning, .creature .img .lightningy {
  display: none;
}
@media (min-width: 1024px) {
  .creature .img .lightning {
    position: absolute;
    width: 111px;
    height: 220px;
    background-image: url(/lib/img/mm2.png);
    left: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
  .creature .img .lightningy {
    position: absolute;
    width: 140px;
    height: 197px;
    background-image: url(/lib/img/mm3.png);
    right: 105px;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    -o-transform: translateY(300%);
    transform: translateY(300%);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
}
@media (max-width: 1023px) {
  .creature .img {
    position: absolute;
    top: 40px;
    right: -130px;
  }
}
@media (max-width: 767px) {
  .creature .img {
    top: 90px;
    right: -140px;
  }
}
@media (max-width: 560px) {
  .creature .img {
    right: -25px;
  }
}
.creature .img img {
  width: auto;
  height: 375px;
  display: none;
}
.creature .img img.mob {
  display: none;
}
@media (max-width: 1023px) {
  .creature .img img.mob {
    display: inline-block;
    display: none;
  }
}
.creature .img img.nomob {
  display: inline-block;
  display: none;
}
@media (max-width: 1023px) {
  .creature .img img.nomob {
    display: none;
  }
}
@media (max-width: 900px) {
  .creature .img img {
    height: 570px;
  }
}
@media (max-width: 767px) {
  .creature .img img {
    height: 400px;
  }
}
.creature .text {
  width: 50%;
  height: 100%;
  max-width: 460px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  position: relative;
}
@media (max-width: 900px) {
  .creature .text {
    max-width: 100%;
    width: 100%;
  }
}
.creature .text .yellow-lightning {
  display: none;
}
@media (min-width: 1024px) {
  .creature .text .yellow-lightning {
    position: absolute;
    width: 180px;
    height: 228px;
    background-image: url(/lib/img/m1.png);
    left: -175px;
    bottom: 33px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    -o-transform: translateY(300%);
    transform: translateY(300%);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
  .creature .text .purpure-lightning {
    position: absolute;
    content: '';
    width: 240px;
    height: 350px;
    /*background-image: url(/lib/img/m2.png);*/
    right: -251px;
    top: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateY(400%);
    -moz-transform: translateY(400%);
    -ms-transform: translateY(400%);
    -o-transform: translateY(400%);
    transform: translateY(400%);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
}
.creature .text h1,
.creature .text h2,
.creature .text h3,
.creature .text h4,
.creature .text h5,
.creature .text h6 {
  font-family: 'OfficinaSerifBold', sans-serif;
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .creature .text h1,
  .creature .text h2,
  .creature .text h3,
  .creature .text h4,
  .creature .text h5,
  .creature .text h6 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 900px) {
  .creature .text h1,
  .creature .text h2,
  .creature .text h3,
  .creature .text h4,
  .creature .text h5,
  .creature .text h6 {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .creature .text h1,
  .creature .text h2,
  .creature .text h3,
  .creature .text h4,
  .creature .text h5,
  .creature .text h6 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 560px) {
  .creature .text h1,
  .creature .text h2,
  .creature .text h3,
  .creature .text h4,
  .creature .text h5,
  .creature .text h6 {
    max-width: 60%;
    width: 60%;
  }
}
.creature .text p {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .creature .text p {
    font-size: 14px;
    line-height: 21px;
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .creature .text p {
/*    max-width: 400px;*/
    width: 100%;
  }
}
@media (max-width: 560px) {
  .creature .text p {
/*    max-width: 60%;*/
/*    width: 60%;*/
  }
}
.our-target {
  position: relative;
  overflow: hidden;

  background-color: #d3dadf;
  background-image: url(/lib/img/3-new.png);
  background-position: right top;
  background-size: 52%;
  background-repeat: no-repeat;
}
.our-target .wid-100 {
  width: 100%;
  height: auto;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 1400px) {
  .our-target .wid-100 {
    max-width: 1600px;
  }
}
.our-target.focus .img:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.our-target:after {
  /*position: absolute;
  content: '';
  width: 400px;
  height: 420px;
  background-image: url(/lib/img/3_mob.png);
  top: 50%;
  right: -117px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: cover;
  display: none;*/
}
@media (max-width: 830px) {
  .our-target:after {
    display: block;
  }
  .our-target {
    background-image: unset;
  }
}
@media (max-width: 767px) {
  .our-target:after {
    top: 60px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 560px) {
  .our-target:after {
    right: -166px;
  }
}
@media (max-width: 480px) {
  .our-target:after {
    right: -200px;
  }
}
@media (max-width: 495px) {
  .our-target:after {
    top: 160px;
  }
}
.our-target .text {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 550px;
  padding: 90px 0;
  margin-left: 110px;
}
@media (max-width: 1220px) {
  .our-target .text {
    margin-left: 50px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .our-target .text {
    margin: 0;
/*    max-width: 60%;*/
    padding: 40px 15px;
  }
}
@media (max-width: 495px) {
  .our-target .text {
    max-width: 100%;
  }
}
.our-target .text h1,
.our-target .text h2,
.our-target .text h3,
.our-target .text h4,
.our-target .text h5,
.our-target .text h6 {
  font-family: 'OfficinaSerifBold', sans-serif;
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .our-target .text h1,
  .our-target .text h2,
  .our-target .text h3,
  .our-target .text h4,
  .our-target .text h5,
  .our-target .text h6 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .our-target .text h1,
  .our-target .text h2,
  .our-target .text h3,
  .our-target .text h4,
  .our-target .text h5,
  .our-target .text h6 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 495px) {
  .our-target .text h1,
  .our-target .text h2,
  .our-target .text h3,
  .our-target .text h4,
  .our-target .text h5,
  .our-target .text h6 {
    width: 60%;
  }
}
.our-target .text p {
  font-family: 'Roboto-Regular', sans-serif;
  color: #222222;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 35px;
}
@media (max-width: 1080px) {
  .our-target .text p {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .our-target .text p {
    font-size: 14px;
    line-height: 21px;
    padding-left: 0;
  }
}
@media (max-width: 495px) {
  .our-target .text p {
/*    width: 60%;*/
  }
}
.our-target .img {
  width: auto;
  height: auto;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
.our-target .img:after {
  position: absolute;
  content: '';
  width: 760px;
  height: 790px;
  background-image: url(../img/3.svg);
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media (max-width: 1080px) {
  .our-target .img:after {
    width: 675px;
    height: 700px;
  }
}
@media (max-width: 1023px) {
  .our-target .img:after {
    width: 606px;
    height: 630px;
  }
}
@media (max-width: 830px) {
  .our-target .img {
    display: none;
  }
}
.our-target .img .flex {
  height: 100%;
}
@media (min-width: 1024px) {
  .our-target .img .flex {
    padding-top: 95px;
  }
}
@media (min-width: 1024px) and (max-width: 1080px) {
  .our-target .img .flex {
    padding-top: 140px;
  }
}
.our-target .img img {
  width: auto;
  height: 690px;
  margin-right: -150px;
  display: none;
}
@media (min-width: 1400px) {
  .our-target .img img {
    margin-right: 0;
  }
}
@media (min-width: 1520px) {
  .our-target .img img {
    margin-right: 110px;
  }
}
@media (max-width: 1160px) {
  .our-target .img img {
    margin-right: -240px;
  }
}
@media (max-width: 1080px) {
  .our-target .img img {
    height: 700px;
  }
}
@media (max-width: 1023px) {
  .our-target .img img {
    height: 630px;
  }
}
.about-more {
  position: relative;
  overflow: hidden;

  background-color: #d3dadf;
  background-image: url(/lib/img/4-new.png);
  background-position: left top;
  background-size: 52%;
  background-repeat: no-repeat;
}
.about-more .wid-100 {
  width: 100%;
  height: auto;
  max-width: 1280px;
  padding: 60px 110px;
  display: inline-block;
}
@media (max-width: 1180px) {
  .about-more .wid-100 {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .about-more {
    background-image: unset;
  }
  .about-more .wid-100 {
    padding: 40px 15px;
  }
}
.about-more .center {
  text-align: center;
}
.about-more .flex-100 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: left;
}
.about-more .flex {
  width: 50%;
  height: auto;
  max-width: 450px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.about-more .text {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.about-more .text h1,
.about-more .text h2,
.about-more .text h3,
.about-more .text h4,
.about-more .text h5,
.about-more .text h6 {
  font-family: 'OfficinaSerifBold', sans-serif;
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .about-more .text h1,
  .about-more .text h2,
  .about-more .text h3,
  .about-more .text h4,
  .about-more .text h5,
  .about-more .text h6 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 1180px) {
  .about-more .text h1,
  .about-more .text h2,
  .about-more .text h3,
  .about-more .text h4,
  .about-more .text h5,
  .about-more .text h6 {
    font-size: 61px;
    line-height: 61px;
  }
}
/*@media (max-width: 1023px) {
  .about-more .text h1,
  .about-more .text h2,
  .about-more .text h3,
  .about-more .text h4,
  .about-more .text h5,
  .about-more .text h6 {
    font-size: 70px;
    line-height: 70px;
  }
}*/
@media (max-width: 767px) {
  .about-more .text h1,
  .about-more .text h2,
  .about-more .text h3,
  .about-more .text h4,
  .about-more .text h5,
  .about-more .text h6 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
.about-more .text p {
  font-family: 'Roboto-Regular', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .about-more .flex {
    width: 100%;
  }
  .about-more .text p {
    font-size: 14px;
    line-height: 21px;
    padding-left: 0;
  }
}
.about-more .text a {
  font-family: 'Roboto-Regular', sans-serif;
  color: #fefefe;
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .about-more .text a {
    font-size: 14px;
    line-height: 21px;
    padding-left: 0;
  }
}
.about-more.focus .img:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.about-more.focus .img:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.about-more .img {
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
}
.about-more .img:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  /*background-image: url(../img/4cart.svg);*/
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .about-more .img:after {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.about-more .img:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  /*background-image: url(../img/pol.svg);*/
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s 0.6s;
  -moz-transition: all 0.3s 0.6s;
  -ms-transition: all 0.3s 0.6s;
  -o-transition: all 0.3s 0.6s;
  transition: all 0.3s 0.6s;
}
@media (min-width: 1024px) {
  .about-more .img:before {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .about-more .img {
    position: absolute;
    top: 20px;
    right: 50px;
  }
}
@media (max-width: 530px) {
  .about-more .img {
    right: 0;
  }
}
@media (max-width: 470px) {
  .about-more .img {
    top: 60px;
    right: -70px;
  }
}
.about-more .img img {
  width: auto;
  height: 400px;
  position: relative;
  z-index: 2;
  display: none;
}
@media (max-width: 1180px) {
  .about-more .img img {
    height: 560px;
  }
}
@media (max-width: 767px) {
  .about-more .img img {
    height: 380px;
  }
}
.command {
  text-align: center;
  padding: 80px 0 40px;
  overflow: hidden;
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  .command {
    padding: 40px 0 15px;
  }
}
.command h1,
.command h2,
.command h3,
.command h4,
.command h5,
.command h6 {
  font-family: 'OfficinaSerifBold', sans-serif;
  color: #222222;
  font-size: 110px;
  line-height: 110px;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .command h1,
  .command h2,
  .command h3,
  .command h4,
  .command h5,
  .command h6 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .command h1,
  .command h2,
  .command h3,
  .command h4,
  .command h5,
  .command h6 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
.command ul {
  width: 100%;
  height: auto;
  max-width: 955px;
  display: inline-block;
  text-align: left;
}
@media (max-width: 1170px) {
  .command ul {
    max-width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 880px) {
  .command ul {
    width: auto;
  }
}
@media (max-width: 767px) {
  .command ul {
    width: 320px;
    padding: 0 15px;
  }
}
.command ul li {
  width: calc(50% - 55px);
  height: auto;
  display: inline-block;
  margin-right: 55px;
  margin-top: 35px;
  margin-bottom: 35px;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1023px) {
  .command ul li {
    width: calc(50% - 35px);
    margin-right: 35px;
  }
}
@media (max-width: 865px) {
  .command ul li {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .command ul li {
    width: 290px;
    margin: 20px 0;
  }
}
.command ul li:nth-child(2n) {
  margin-right: 0;
  margin-left: 55px;
}
@media (max-width: 1023px) {
  .command ul li:nth-child(2n) {
    margin-left: 35px;
  }
}
@media (max-width: 865px) {
  .command ul li:nth-child(2n) {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .command ul li:nth-child(2n) {
    margin-left: 0;
  }
}
.command ul li .bg {
  width: 100%;
  height: 510px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .command ul li .bg:hover .info-comm {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 880px) {
  .command ul li .bg {
    height: 380px;
  }
}
.command ul li .name {
  width: 100%;
  height: auto;
  display: inline-block;
  padding-top: 15px;
  text-align: left;
}
.command ul li .name h1,
.command ul li .name h2,
.command ul li .name h3,
.command ul li .name h4,
.command ul li .name h5,
.command ul li .name h6 {
  font-family: 'RobotoBold', sans-serif;
  color: #222222;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .command ul li .name h1,
  .command ul li .name h2,
  .command ul li .name h3,
  .command ul li .name h4,
  .command ul li .name h5,
  .command ul li .name h6 {
    font-size: 24px;
    line-height: 30px;
  }
}
.command ul li .close {
  display: none;
  z-index: 5;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.command ul li .close:after,
.command ul li .close:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 20px;
  background-color: #cccccc;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  -ms-transition: all 0.3s 0.2s;
  -o-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  top: 0;
  left: 12px;
}
@media (max-width: 1023px) {
  .command ul li .close {
    display: block;
  }
  .command ul li .close.active {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .command ul li .close.active:after {
    -webkit-transform: translate(0, 0) rotate(45deg);
    -moz-transform: translate(0, 0) rotate(45deg);
    -ms-transform: translate(0, 0) rotate(45deg);
    -o-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
  }
  .command ul li .close.active:before {
    -webkit-transform: translate(0, 0) rotate(-45deg);
    -moz-transform: translate(0, 0) rotate(-45deg);
    -ms-transform: translate(0, 0) rotate(-45deg);
    -o-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
  }
}
.command ul li .info-comm {
  width: 100%;
  height: 510px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  padding: 50px;
  text-align: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  pointer-events: none;
}
@media (max-width: 880px) {
  .command ul li .info-comm {
    height: 380px;
  }
}
@media (max-width: 1023px) {
  .command ul li .info-comm {
    padding: 20px;
  }
  .command ul li .info-comm.active {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    pointer-events: all;
  }
}
.command ul li .info-comm h1,
.command ul li .info-comm h2,
.command ul li .info-comm h3,
.command ul li .info-comm h4,
.command ul li .info-comm h5,
.command ul li .info-comm h6 {
  font-family: 'Roboto-Regular', sans-serif;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .command ul li .info-comm h1,
  .command ul li .info-comm h2,
  .command ul li .info-comm h3,
  .command ul li .info-comm h4,
  .command ul li .info-comm h5,
  .command ul li .info-comm h6 {
    margin-bottom: 15px;
  }
}
.command ul li .info-comm p {
  font-family: 'RobotoLigh', sans-serif;
  color: #1f1e1e;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
}
@media (max-width: 860px) {
  .command ul li .info-comm p {
    margin-bottom: 15px;
  }
}
.command ul li .info-comm .info-this {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: left;
  margin: 0;
  padding: 0;
}
.command ul li .info-comm .info-this li {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 7px 0;
}
.command ul li .info-comm .info-this li p {
  margin-bottom: 0;
  width: 100px;
  display: inline-block;
}
@media (max-width: 767px) {
  .command ul li .info-comm .info-this li p {
    width: 80px;
  }
}
.command ul li .info-comm .info-this li a {
  font-family: 'Roboto-Regular', sans-serif;
  color: #1f1e1e;
  font-size: 14px;
  line-height: 21px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.command ul li .info-comm .info-this li a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #717171;
  bottom: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .command ul li .info-comm .info-this li:hover a {
    color: #717171;
  }
  .command ul li .info-comm .info-this li:hover a:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.about-video {
  height: calc(100% - 90px);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-height: 580px) {
  .about-video {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .about-video {
    height: 550px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about-video {
    height: 480px;
  }
}
.about-video .about-video-block {
  width: 100%;
  height: 100%;
  background-color: #ffdd00;
  z-index: 30;
}
.about-video .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.about-video .close:after,
.about-video .close:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 30px;
  background-color: #1f1f1f;
  top: 20px;
  left: 20px;
}
.about-video .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.about-video .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.about-video .body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
}
@media (max-width: 1023px) {
  .about-video .body {
    width: 100%;
  }
}
.about-video .play-control {
  display: none;
}
.about-video .main-video-player-container {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out 0.2s, -webkit-transform 0s ease-in-out 0.7s;
  transition: opacity 0.6s ease-in-out 0.2s, -webkit-transform 0s ease-in-out 0.7s;
  transition: transform 0s ease-in-out 0.7s, opacity 0.6s ease-in-out 0.2s;
  transition: transform 0s ease-in-out 0.7s, opacity 0.6s ease-in-out 0.2s, -webkit-transform 0s ease-in-out 0.7s;
}
.about-video .main-video-player-container.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out 0.2s, -webkit-transform 0.6s ease-in-out 0.3s;
  transition: opacity 0.6s ease-in-out 0.2s, -webkit-transform 0.6s ease-in-out 0.3s;
  transition: transform 0.6s ease-in-out 0.3s, opacity 0.6s ease-in-out 0.2s;
  transition: transform 0.6s ease-in-out 0.3s, opacity 0.6s ease-in-out 0.2s, -webkit-transform 0.6s ease-in-out 0.3s;
}
.about-video .main-video-player-container #media-video {
  width: 100%;
  position: relative;
}
.about-video .main-video-player-container #media-video:hover.play {
  cursor: url("/frontend/web/lib/img/cursor-pause.png") 60 60, auto;
}
.about-video .main-video-player-container #media-video:hover.pause {
  cursor: url("/frontend/web/lib/img/cursor-play.png") 60 60, auto;
}
.about-video .main-video-player-container .fullscreen-button {
  display: none;
}
.about-video .img-preview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s 0.3s;
  -moz-transition: all 0.3s 0.3s;
  -ms-transition: all 0.3s 0.3s;
  -o-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  z-index: 5;
}
.about-video .img-preview.active {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.about-video .img-preview .top {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 5;
}
.about-video .img-preview .top h1,
.about-video .img-preview .top h2,
.about-video .img-preview .top h3,
.about-video .img-preview .top h4,
.about-video .img-preview .top h5,
.about-video .img-preview .top h6 {
  max-width: 335px;
  width: 100%;
  display: inline-block;
  font-family: 'OfficinaSerifBold', sans-serif;
  color: #ffffff;
  font-size: 46px;
  line-height: 46px;
}
@media (max-width: 767px) {
  .about-video .img-preview .top h1,
  .about-video .img-preview .top h2,
  .about-video .img-preview .top h3,
  .about-video .img-preview .top h4,
  .about-video .img-preview .top h5,
  .about-video .img-preview .top h6 {
    font-size: 20px;
    line-height: 18px;
  }
}
.about-video .img-preview .play {
  width: 84px;
  height: 84px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  z-index: 4;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-video .img-preview .play {
    margin-bottom: 20px;
  }
}
.about-video .img-preview .play:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 3px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .about-video .img-preview .play:hover:after {
    -webkit-transform: translate(0, 0) scale(1.1);
    -moz-transform: translate(0, 0) scale(1.1);
    -ms-transform: translate(0, 0) scale(1.1);
    -o-transform: translate(0, 0) scale(1.1);
    transform: translate(0, 0) scale(1.1);
  }
}
.about-video .img-preview .play > svg {
  width: 100%;
  height: 100%;
}
.about-video .img-preview .play > svg polygon {
  fill: #ffffff;
}
.about-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about-video.focus .img-preview .top {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

header .menu-container .languages-klisl {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0 35px;
  vertical-align: middle;
  color: white;
  font-size: 15px;
  z-index: 0;
}
.home.is-fixed .menu-container .languages-klisl  a {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #000;
  z-index: 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}


header .menu-container .languages-klisl  a {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #fff;
  z-index: 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.normal .menu-container .languages-klisl {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0 35px;
  vertical-align: middle;
  color: #000000;
  font-size: 15px;
  z-index: 0;
}
.normal .menu-container .languages-klisl  a {
  font-family: 'RobotoCondensedBold', sans-serif;
  color: #000000;
  z-index: 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.home .menu-container .search form input, header .menu-container .search form.active {
  z-index: 5;
}

/* Style The Dropdown Button */
.dropbtn {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-family: 'RobotoCondensedBold', sans-serif;
  color: white;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding-top: 5px;
}
.dropbtn span {
  content: url(/images/down-white.png);
  display: inline-block;
  height: 12px;
  left: 30px;
  position: absolute;
  width: 12px;
  z-index: 2;
  top: 8px;
}

.dropbtn:hover {
  border-bottom: 2px solid white;
}
.dropdown {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 5;
}
.dropdown-content a {
  padding: 5px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  display: block;
  z-index: 5;
  cursor: pointer;
  font-family: 'RobotoCondensedBold', sans-serif;
  color: white;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding-top: 5px;
}
.dropdown-content a:hover{
  border-bottom: 2px solid white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.home.is-fixed .dropdown-content a {
  color: black;

}
.home.is-fixed .dropdown-content a:hover{
  border-bottom: 2px solid black;
}

.home.is-fixed .dropbtn:hover {
  border-bottom: 2px solid black;
}
.home.is-fixed .dropbtn {
  color: black;
}
.home.is-fixed .dropbtn span {
  content: url(/images/down-black.png);
}
.home.is-fixed .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 5;
}

.normal .dropdown-content a {
  color: black;

}
.normal .dropdown-content a:hover{
  border-bottom: 2px solid black;
}

.hnormal .dropbtn:hover {
  border-bottom: 2px solid black;
}
.normal .dropbtn {
  color: black;
}
.normal .dropbtn span {
  content: url(/images/down-black.png);
}
.normal .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 5;
}
#ui-datepicker-div {
  font-size: 10px;
}
header .logo a img {
  width: 110px;
  height: auto;
  display: inline-block;
}

@media (max-width: 490px) {
  .dropdown-content {
    display: block!important;
    position: relative!important;
    box-shadow:none!important;
    margin: 0 auto 15px!important;
    width: 80px!important;
    padding-bottom: 35px!important;
  }
  .dropdown-content a {
    color: #000;
    float: left;
  }
  .dropbtn {
    display: none;
  }
  .dropdown {
    width: 100%;
  }
  .home .menu-container .menu {
    padding-top: 87px;
    padding-right: 0;
    width: 100%;
    padding-bottom: 15px;
  }
  .lang_mobile {
    display: block;
    border-bottom: 2px solid black!important;
  }
  .cashtime img {
    width: 200px;
    height: 50px;
  }
  header .menu-container .menu {
    padding-top: 87px;
    padding-right: 0;
    width: 100%;
    padding-bottom: 15px;
  }
}
.lang_mobile {
  display: none;
}
.cashtime {
  display: inline-block;
  margin-top: 25px;
  width: 100%;
}
.cashtime img {
  width: 200px;
  height: 50px;
}
.open-happyold {
  margin-left: 15px;
}

.open-happyold svg {
  width: 96px;
  margin-right: 15px;

}
.open-happyold svg path , .open-happyold svg polygon{
  fill: black;
}

.open-happyold:hover:after {
  margin-left: 5px;
}
.open-happyold:after {
  background-image: url(/image/arrow.svg);
  position: absolute;
  content: '';
  width: 17px;
  height: 100%;
  top: 0;
  /*right: 0;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}



.home .open-happyold {
   margin-left: 15px;
 }

.home .open-happyold svg {
  width: 96px;
  margin-right: 15px;

}
.home .open-happyold svg path , .home  .open-happyold svg polygon{
  fill: #ffffff;
}
.home  .open-happyold:hover:after {
  right: 3.5%;
}
.home  .open-happyold:after {
  background-image: url(/image/arrow-w.svg);
  position: absolute;
  content: '';
  width: 17px;
  height: 100%;
  top: 0;
  /*right: 0;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.home.is-fixed .open-happyold {
  margin-left: 15px;
}

.home.is-fixed .open-happyold svg {
  width: 96px;
  margin-right: 15px;

}
.home.is-fixed .open-happyold svg path , .home  .open-happyold svg polygon{
  fill: black;
}
.home.is-fixed .open-happyold:hover:after {
  right: 3.5%;
}
.home.is-fixed  .open-happyold:after {
  background-image: url(/image/arrow.svg);
  position: absolute;
  content: '';
  width: 17px;
  height: 100%;
  top: 0;
  /*right: 0;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.open-superonuki {
  /*margin-left: 15px;*/
}

.open-superonuki svg {
  width: 150px;
  /*margin-right: 15px;*/
}

.open-superonuki svg .st0 {
  fill: white;
}
.open-superonuki svg path , .open-superonuki svg polygon{
  fill: black;
}
.open-superonuki:hover:after {
  right: 3.5%;
}
.open-happyold.btn-help.mobile {
  display: none;
}

@media (max-width: 1239px){
  .open-happyold.btn-help.mobile {
    display: block;
  }
  .open-happyold.btn-help.pc {
    display: none;
  }
}

.super_onuki {
  color: white;
  font-size: 14px;
  background: #5d53bf;
  padding: 10px 25px;
  top: 20px;
  text-align: center;
  position: relative;
}
.hidescale iframe {
  margin-top: 35px;
  box-sizing: border-box;   /* make the border size be included in the height */
  display: block;           /* make them block to fix white space margin */
  width: 100%;
}

#happyold_bg_popup {
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}
#happyold_popup {
    width: 800px;
    margin: 10% auto;
    padding: 5px 20px;
    position: relative;
}
#happyold_popup img {
    display: block;
    width: 100%;
}
.popup_close {
    font-family: 'RobotoCondensedRegular', sans-serif;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    padding: 7px;
    color: #000;
    background: #fff;
    cursor: pointer;
}
.popup_more {
    font-family: 'RobotoCondensedRegular', sans-serif;
    display: block;
    position: absolute;
    cursor: pointer;
    -webkit-box-shadow: 7px 10px 9px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 10px 9px -9px rgba(0,0,0,0.75);
    box-shadow: 7px 10px 9px -9px rgba(0,0,0,0.75);
    bottom: 44px;
    right: 80px;
    font-size: 20px;
    padding: 15px 15px;
    color: #000;
    background: #fff;
    font-weight: 600;
}
.popup_close:hover,
.popup_more:hover {
    color: #1BA600;
    background: #fff;
}

@media screen and (max-width: 900px) {
    #happyold_popup {
        width: 90%;
        margin: 10% auto;
        position: relative;
    }
    .popup_close {
        font-size: 9px;
        right: 15px;
        padding: 4px 4px;
    }
    .popup_more {
        font-size: 9px;
        right: 38px;
        padding: 4px 4px;
        bottom: 15%;
    }
}