@charset "utf-8";
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
  font-size: 0;
  line-height: 0;
  height: 0;
  clear: both;
}
.list-null {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hidden {
  display: none;
}
.relative {
  position: relative;
}
.up {
  text-transform: uppercase;
}
.no-padding {
  padding: 0 !important;
}
body {
  overflow-x: hidden;
  font-family: 'Museo Cyrillic';
}
.wrap {
  width: 100vw;
  overflow-x: hidden;
  font-size: 14px;
  font-family: 'Museo Cyrillic';
}
.semicircle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 34px;
  height: 17px;
  margin: 0 auto;
  border-radius: 0 0 34px 34px;
  background: #fcbd16;
  font-size: 0;
}
h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Museo Cyrillic';
}
.button {
  display: inline-block;
  padding: 8px 32px;
  background: #fcbd16;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
}
.button:hover {
  color: #000;
  text-decoration: none;
}
.numpages {
  width: 100%;
  margin: 34px 0 50px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.numpages li {
  padding: 0 2px;
  display: inline-block;
}
.numpages li a {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #000;
  text-decoration: none;
}
.numpages li a.active {
  color: #fff;
  background: #05acbe;
  border-radius: 50%;
}
.header-mobile {
  display: none;
}
.header .container-fluid {
  position: relative;
  padding: 20px 0 10px;
  border-bottom: solid 5px #05acbe;
  z-index: 9;
}
.header .container-fluid:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 170px;
  height: 30px;
  margin: 0 auto;
  background: url(/templates/fm/img/semi.png) no-repeat;
}
.header .container {
  position: relative;
  background: #fff;
}
.header .social {
  text-align: center;
}
.header .social a {
  margin: 0 1px;
}
.header .logo {
  position: relative;
  display: block;
}
.header .logo img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .header-contact {
  display: inline-block;
  text-align: right;
}
.header .header-contact .phone {
  display: block;
  height: 22px;
  margin-bottom: 6px;
  padding-left: 28px;
  background: url(/templates/fm/img/icon-phone.png) center left no-repeat;
  vertical-align: middle;
  font-size: 20px;
}
.header .header-contact .callback {
  color: #05acbe;
  cursor: pointer;
}
.header .menu-main {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 36px 0 0;
  list-style: none;
}
.header .menu-main li {
  color: #fcbd16;
}
.header .menu-main li a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.header .menu-main li a:hover {
  color: #05acbe;
}
.header-mobile .container-fluid {
  position: relative;
  padding: 20px 0 10px;
  border-bottom: solid 5px #05acbe;
  z-index: 9;
}
.header-mobile .social {
  padding-top: 1em;
  text-align: right;
}
.header-mobile .social a {
  margin: 0 1px;
}
.header-mobile .header-contact {
  display: block;
  text-align: right;
}
.header-mobile .header-contact .phone {
  display: block;
  height: 22px;
  margin-bottom: 6px;
  padding-left: 22px;
  background: url(/templates/fm/img/icon-phone.png) center left no-repeat;
  vertical-align: middle;
  font-size: 18px;
}
.header-mobile .header-contact .callback {
  color: #05acbe;
  cursor: pointer;
}
.header-mobile .menu-toggle {
  float: right;
  width: 36px;
  margin-top: 4px;
  z-index: 999;
}
.header-mobile .menu-toggle span {
  display: block;
  width: 100%;
  height: 6px;
  margin-bottom: 4px;
  background: #05acbe;
  border-radius: 2px;
}
.header-mobile .menu-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 1em;
  background: #05acbe;
  list-style: none;
  z-index: 27;
}
.header-mobile .menu-mobile li {
  padding: 1em 0;
  border-bottom: solid 1px rgba(255,255,255,0.5);
}
.header-mobile .menu-mobile li a {
  color: #fff;
  font-size: 16px;
}
.slider-main .row {
  position: relative;
}
.slider-main .slider {
  max-height: 437px;
  overflow-y: hidden;
}
.slider-main .slider .slide {
  position: relative;
}
.slider-main .slider .slide img {
  width: 100%;
}
.slider-main .slider .slide .slide-content {
  position: absolute;
  top: 2em;
  bottom: 2em;
  left: 0;
  right: 0;
}
.slider-main .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 32px;
  background: url(/templates/fm/img/arrow-left-yellow.png) center center no-repeat;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  z-index: 2;
}
.slider-main .arrow.arrow-next {
  left: auto;
  right: 15px;
  transform: rotate(180deg);
}
.content .container {
  padding: 50px 0;
}
.counter .container-fluid {
  background: #f1f1f1;
}
.counter .container {
  padding: 50px 0;
}
.counter h2 {
  color: #05acbe;
  font-size: 18px;
  text-align: center;
}
.counter .counter-content {
  margin: 3em 0;
}
.counter .button {
  width: 270px;
  margin-top: 1em;
}
.speakers .container-fluid {
  position: relative;
  background: #05acbe;
}
.speakers .container {
  padding: 50px 0;
  text-align: center;
}
.speakers .container h2 {
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.speakers .slider {
  position: relative;
}
.speakers .slider .slide {
  outline: none;
  text-align: center;
}
.speakers .slider .slide a {
  text-decoration: none;
}
.speakers .slider .slide .img {
  height: 158px;
}
.speakers .slider .slide .img img {
  display: inline;
  max-width: 100%;
  max-height: 158px;
  border-radius: 50%;
}
.speakers .slider .slide h3 {
  margin: 1em 0;
  color: #fcbd16;
  font-size: 14px;
}
.speakers .slider .slide p {
  margin-bottom: 0;
  color: #fff;
}
.speakers .slider .arrow {
  position: absolute;
  top: 50px;
  width: 11px;
  height: 58px;
  background: url(/templates/fm/img/arrow-left-white.png) no-repeat;
  cursor: pointer;
}
.speakers .slider .arrow.arrow-prev {
  left: -40px;
}
.speakers .slider .arrow.arrow-next {
  right: -40px;
  transform: rotate(180deg);
}
.partners .container-fluid,
.info-partners .container-fluid {
  position: relative;
}
.partners .container,
.info-partners .container {
  padding: 50px 0;
}
.partners h2,
.info-partners h2 {
  font-size: 22px;
  text-align: center;
}
.partners .slider,
.info-partners .slider {
  position: relative;
}
.partners .slider .slide,
.info-partners .slider .slide {
  outline: none;
  text-align: center;
}
.partners .slider .slide a,
.info-partners .slider .slide a {
  text-decoration: none;
}
.partners .slider .slide .img,
.info-partners .slider .slide .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
.partners .slider .slide .img img,
.info-partners .slider .slide .img img {
  display: inline;
  max-width: 80%;
  max-height: 150px;
}
.partners .slider .arrow,
.info-partners .slider .arrow {
  position: absolute;
  top: 50px;
  width: 11px;
  height: 58px;
  background: url(/templates/fm/img/arrow-left-yellow.png) no-repeat;
  cursor: pointer;
}
.partners .slider .arrow.arrow-prev,
.info-partners .slider .arrow.arrow-prev {
  left: -40px;
}
.partners .slider .arrow.arrow-next,
.info-partners .slider .arrow.arrow-next {
  right: -40px;
  transform: rotate(180deg);
}
.info-partners .container-fluid {
  border-top: solid 1px #c1c1c1;
}
.news-main .container-fluid {
  position: relative;
  background: #f1f1f1;
}
.news-main .container {
  padding: 50px 0 25px;
}
.news-main .container h2 {
  font-size: 22px;
  text-align: center;
}
.news-main .container a {
  color: #fcbd16;
  text-decoration: none;
}
.news-main .container p {
  color: #000;
}
.news-main .slider {
  position: relative;
}
.news-main .slider .slide {
  display: flex;
  align-items: center;
  margin: 2em 0;
  outline: none;
}
.news-main .slider .slide .img {
  flex: 1;
  padding-right: 30px;
}
.news-main .slider .slide .img img {
  width: 100%;
  border-radius: 50%;
}
.news-main .slider .slide .news-content {
  flex: 3;
  padding-right: 2em;
}
.news-main .slider .slide .news-content h3 {
  margin-bottom: 8px;
  color: #05acbe;
  font-size: 14px;
}
.news-main .slider .slide .news-content h3 .date {
  padding-right: 8px;
  color: #fcbd16;
}
.news-main .slider .slide .news-content p {
  margin-bottom: 0;
}
.news-main .slider .arrow {
  position: absolute;
  top: 60px;
  width: 11px;
  height: 58px;
  background: url(/templates/fm/img/arrow-left-yellow.png) no-repeat;
  cursor: pointer;
}
.news-main .slider .arrow.arrow-prev {
  left: -40px;
}
.news-main .slider .arrow.arrow-next {
  right: -40px;
  transform: rotate(180deg);
}
.contact-us .container-fluid {
  position: relative;
  background: #05acbe;
}
.contact-us .container {
  padding: 50px 0 25px;
}
.contact-us .container h2 {
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.contact-us input {
  width: 100%;
  padding: 8px 18px;
  border: solid 1px #fff;
  border-radius: 22px;
  background: transparent;
  outline: none;
  color: #fff;
}
.contact-us form > .row {
  padding: 2em 0 1em;
}
.contact-us ::placeholder {
  color: #ddd;
  opacity: 1;
}
.contact-us :-ms-input-placeholder {
  color: #ddd;
}
.contact-us ::-ms-input-placeholder {
  color: #ddd;
}
.contact-us .button {
  width: 100%;
}
.map .map-container {
  position: relative;
}
.map .map-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40%;
  margin: 0 auto;
  margin-right: 52%;
  padding: 50px 10%;
  background: rgba(255,255,255,0.7);
  z-index: 2;
}
.map .map-content .semicircle {
  left: 30%;
  right: auto;
}
.map .map-content h2 {
  font-size: 22px;
  text-transform: uppercase;
}
.footer .container-fluid {
  background: #c1c1c1;
}
.footer .container {
  padding: 50px 0;
  color: #fff;
}
.footer .menu-footer {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5em;
  padding: 0;
  list-style: none;
}
.footer .menu-footer li {
  color: #fff;
}
.footer .menu-footer li a {
  color: #fff;
  text-decoration: none;
}
.footer .menu-footer li a:hover {
  color: #05acbe;
}
.footer p {
  margin: 0;
}
.footer .social {
  text-align: right;
}
.news-rubric .container-fluid {
  padding: 30px 0;
}
.news-rubric .container-fluid.bg {
  background: #f1f1f1;
}
.news-rubric h1 {
  margin: 70px 0 45px;
  text-align: center;
  text-transform: uppercase;
}
.news-rubric .item a {
  color: #000;
  text-decoration: none;
}
.news-rubric .item img {
  border-radius: 50%;
}
.news-rubric .item .date {
  color: #c1c1c1;
}
.news-rubric .item h2 {
  color: #fcbd16;
  text-transform: none;
}
.content .container {
  padding: 30px 0;
}
.content h1 {
  margin: 20px 0 45px;
  text-align: center;
  text-transform: uppercase;
}
.content.partners .container-fluid {
  background: #f1f1f1;
}
.content.partners .container-fluid.hr {
  border-top: solid 1px #c1c1c1;
}
.content.partners h1 {
  margin: 50px 0 30px;
}
.content.partners h2 {
  margin-bottom: 20px;
  color: #05acbe;
}
.content.contacts .container-fluid {
  background: linear-gradient(to right,#fff 0%,#fff 50%,#f1f1f1 50%,#f1f1f1 100%);
}
.content.contacts .container {
  padding: 0;
}
.content.contacts .col-12 {
  padding: 30px;
}
.content.contacts .bg {
  background: #f1f1f1;
}
.content.about .container-fluid {
  background: #f1f1f1;
}
.content.about h1 {
  margin-bottom: 0;
}
.content .side-container {
  position: relative;
}
.content .side-container .stub {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #05acbe;
}
.content .side-container .side-menu {
  margin: 0;
  padding: 10px 20px 10px 0;
  border-radius: 0 20px 20px 0;
  background: #05acbe;
  list-style: none;
}
.content .side-container .side-menu .menu-toggle {
  display: none;
}
.content .side-container .side-menu li {
  padding: .75em 0;
}
.content .side-container .side-menu li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.content .side-container .side-menu li a:hover {
  color: #000;
}
.content .side-container .side-menu li + li {
  border-top: solid 1px rgba(255,255,255,0.5);
}
.content .side-container .side-menu li.active a {
  color: #fcbd16;
}
.content .gallery {
  padding-top: 10px;
}
.content .gallery .item {
  padding-bottom: 1em;
}
.content .gallery .item img {
  width: 100%;
}
.content .gallery .item a {
  text-decoration: none;
}
.content .gallery .item h2 {
  margin-top: .5em;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.content .gallery .item.video video {
  width: 90%;
  margin: 0 auto;
}
.content .gallery .in .item h2 {
  text-transform: none;
}
.reviews .container-fluid {
  position: relative;
}
.reviews .container {
  padding: 50px 0 25px;
}
.reviews .container h2 {
  font-size: 22px;
  text-align: center;
}
.reviews .slider {
  position: relative;
}
.reviews .slider .slide {
  display: flex;
  align-items: center;
  margin: 2em 0;
  outline: none;
}
.reviews .slider .slide .img {
  flex: 1;
  padding-right: 30px;
}
.reviews .slider .slide .img img {
  width: 80%;
  border-radius: 50%;
}
.reviews .slider .slide .review-content {
  flex: 3;
  padding-right: 2em;
}
.reviews .slider .slide .review-content h3 {
  margin-bottom: 2px;
  color: #05acbe;
  font-size: 14px;
}
.reviews .slider .slide .review-content h4 {
  margin-bottom: 8px;
  color: #000;
  font-size: 14px;
}
.reviews .slider .slide .review-content p {
  margin-bottom: 0;
}
.reviews .slider .slide .review-content img {
  max-width: 100%;
}
.reviews .slider .arrow {
  position: absolute;
  top: 100px;
  width: 11px;
  height: 58px;
  background: url(/templates/fm/img/arrow-left-yellow.png) no-repeat;
  cursor: pointer;
}
.reviews .slider .arrow.arrow-prev {
  left: -40px;
}
.reviews .slider .arrow.arrow-next {
  right: -40px;
  transform: rotate(180deg);
}
.flashmob {
  padding: 100px 0;
}
.flashmob .flashmob-top {
  display: flex;
  justify-content: center;
  height: 504px;
  position: relative;
  align-items: center;
}
.flashmob #flashmob-canvas {
  margin-right: 45px;
}
.flashmob .upload-area {
  position: absolute;
  text-align: center;
  border: 4px solid;
  border-image-source: url(/templates/fm/img/dotted-border.png);
  border-image-slice: 4 4;
  border-image-repeat: round;
  padding: 35px 40px 0 40px;
  top: 30px;
  left: 150px;
}
.flashmob .upload-area:hover,
.flashmob .upload-area.dragover {
  background: #f3f3f3;
  cursor: pointer;
}
.flashmob .upload-area input {
  position: absolute;
  top: 64px;
  width: 185px;
  height: 38px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.flashmob .upload-area .button {
  background: #05acbe;
  margin: 15px 0;
}
.flashmob .upload-area .button:hover {
  color: #fff;
}
.flashmob .upload-area p {
  font-weight: bold;
}
.flashmob .info {
  flex-basis: calc(40% - 23px);
  border: 5px solid #f9bc38;
  padding: 50px 50px 15px;
  text-align: center;
  height: 504px;
}
.flashmob .info h3 {
  margin-bottom: 40px;
  color: #05acbe;
  font-size: 24px;
}
.flashmob .info p {
  font-weight: bold;
}
.flashmob .info p strong {
  font-size: 16px;
}
.flashmob .info .step {
  position: relative;
  padding: 45px 0 45px 150px;
  font-weight: bold;
}
.flashmob .info .step:before {
  position: absolute;
  font-size: 24px;
  color: #fff;
  background: #1aadbc;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}
.flashmob .info .step:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 75px;
}
.flashmob .info .step:nth-child(1):before {
  content: '1';
}
.flashmob .info .step:nth-child(1):after {
  width: 62px;
  height: 57px;
  background: url(/templates/fm/img/icon-camera.png) no-repeat;
}
.flashmob .info .step:nth-child(2):before {
  content: '2';
}
.flashmob .info .step:nth-child(2):after {
  width: 50px;
  height: 66px;
  background: url(/templates/fm/img/icon-export-image.png) no-repeat;
}
.flashmob .flashmob-result {
  display: none;
}
.flashmob hr {
  border: none;
  background: url(/templates/fm/img/dotted-line.png);
  height: 4px;
  margin: 30px 0;
}
.flashmob .flashmob-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flashmob .flashmob-bottom .flashmob-download {
  display: inline-block;
  margin-right: 30px;
}
.flashmob .flashmob-bottom p {
  font-weight: bold;
  margin: 0;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .flashmob .flashmob-top {
    flex-wrap: wrap;
    height: auto;
  }
  .flashmob .upload-area {
    left: 50%;
    transform: translate(-50%,0);
  }
  .flashmob #flashmob-canvas {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .flashmob .info {
    width: 643px;
    height: auto;
    flex-basis: initial;
  }
}
@media (max-width: 767px) {
  .flashmob .flashmob-bottom {
    flex-wrap: wrap;
  }
  .flashmob .flashmob-download {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .no-padding-top {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .header {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  .slider-main .arrow-next {
    right: 0 !important;
  }
  .counter h2,
  .counter .counter-content {
    display: none;
  }
  .counter .icon-bag {
    margin-top: 0;
  }
  .speakers .slider .arrow-prev {
    left: 40px !important;
  }
  .speakers .slider .arrow-next {
    right: 40px !important;
  }
  .info-partners .container-fluid,
  .partners .container-fluid {
    padding: 0 1em;
  }
  .info-partners .slider,
  .partners .slider {
    padding: 0 2em;
  }
  .info-partners .slider .arrow-prev,
  .partners .slider .arrow-prev {
    left: 20px !important;
  }
  .info-partners .slider .arrow-next,
  .partners .slider .arrow-next {
    right: 20px !important;
  }
  .info-partners .slider .slide img,
  .partners .slider .slide img {
    max-width: 80% !important;
  }
  .news-main .slider .slide {
    display: block;
  }
  .news-main .slider .slide .img {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .news-main .slider .slide .img img {
    display: inline;
    width: 60% !important;
    margin-bottom: 2em;
  }
  .news-main .slider .slide .news-content {
    max-width: 100%;
    width: 100%;
    padding: 0 1em;
  }
  .contact-us input {
    margin-bottom: 1em;
  }
  .map .map-content {
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 3em 1em !important;
  }
  .footer {
    text-align: center;
  }
  .footer .menu-container {
    display: none;
  }
  .footer img {
    margin: 2em 0 1em;
  }
  .footer .social {
    text-align: center !important;
  }
  .reviews .slider .slide {
    display: block;
  }
  .reviews .slider .slide .img {
    margin-bottom: 2em;
    text-align: center;
  }
  .reviews .slider .slide .img img {
    display: inline;
    width: 60%;
  }
  .reviews .slider .slide .review-content {
    padding: 0 1em;
  }
  .content .container {
    padding-left: 1em;
    padding-right: 1em;
  }
  .content h1 {
    font-size: 28px;
  }
  .news-rubric .container-fluid {
    padding-left: 2em;
    padding-right: 2em;
  }
  .news-rubric .container-fluid .img {
    text-align: center;
  }
  .news-rubric .container-fluid .img img {
    width: 60%;
  }
  .contacts .container-fluid {
    background: none !important;
  }
  .contacts .bg-xs {
    background: #f1f1f1;
  }
  .gallery .item.video video {
    width: 100% !important;
  }
  .col-12.bg {
    background: #f1f1f1;
  }
  .side-container .stub {
    display: none;
  }
  .side-container .menu-toggle {
    width: 32px;
    margin: 1em auto;
  }
  .side-container .menu-toggle span {
    display: block;
    width: 100%;
    height: 6px;
    margin-bottom: 4px;
    background: #fcbd16;
    border-radius: 2px;
  }
  .side-container .side-menu {
    display: none;
    padding: 10px 20px !important;
    border-radius: 0 !important;
  }
}
