/* Fonts */
@font-face {
  font-family: 'Panton-Regular';
  src: url('../fonts/Panton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-Regular.otf') format('opentype'), url('../fonts/Panton-Regular.woff') format('woff'), url('../fonts/Panton-Regular.ttf') format('truetype'), url('../fonts/Panton-Regular.svg#Panton-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Panton-Bold';
  src: url('../fonts/Panton-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-Bold.otf') format('opentype'), url('../fonts/Panton-Bold.woff') format('woff'), url('../fonts/Panton-Bold.ttf') format('truetype'), url('../fonts/Panton-Bold.svg#Panton-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Panton-Black';
  src: url('../fonts/Panton-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-Black.otf') format('opentype'), url('../fonts/Panton-Black.woff') format('woff'), url('../fonts/Panton-Black.ttf') format('truetype'), url('../fonts/Panton-Black.svg#Panton-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Colors */
/* Reset */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  outline: none !important;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  width: 100%;
  min-width: 640px;
  background: #fff;
  font-size: 19px;
  color: #1d1c2c;
  font-family: 'Panton-Regular';
}
@media (max-width: 1500px) {
  body {
    font-size: 17px;
  }
}
body.mobile-mode {
  overflow: hidden;
}
@media (min-width: 1200px) {
  body.mobile-mode {
    overflow: visible;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: 'Panton-Bold';
}
ul {
  margin: 0;
  list-style-type: none;
}
ol {
  margin: 0;
}
p {
  margin-bottom: 20px;
  line-height: 1.5;
}
b {
  text-transform: uppercase;
  font-family: 'Panton-Black';
}
a {
  text-decoration: none;
  color: #ee474b;
  transition: all 0.2s ease-in-out;
}
a:focus {
  text-decoration: none;
  color: #ee474b;
}
a:active {
  text-decoration: none;
  color: #ee474b;
}
a:hover {
  text-decoration: none;
  color: #ee474b;
}
/* Main Styles */
.page {
  position: relative;
  left: 0;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  min-width: 640px;
  transition: all 0.35s ease-in-out;
}
.mobile-mode .page {
  left: -515px;
}
@media (min-width: 1200px) {
  .mobile-mode .page {
    left: 0;
  }
}
.container {
  width: 1800px;
}
@media (max-width: 1800px) {
  .container {
    width: 100%;
    min-width: 640px;
  }
}
@media (max-width: 1500px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section {
  margin-bottom: 60px;
}
@media (max-width: 1500px) {
  .section {
    margin-bottom: 35px;
  }
}
.blue-block {
  background: #312e60;
  color: #fff;
}
.grey-block {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #edecf2;
}
@media (max-width: 1500px) {
  .grey-block {
    padding-bottom: 50px;
  }
}
.white-block {
  margin-bottom: 45px;
  padding: 40px;
  background: #fff;
}
.white-block p {
  margin-bottom: 10px;
  font-size: 21px;
}
.white-block p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .white-block p {
    font-size: 19px;
  }
}
.white-block span {
  color: #ee474b;
}
@media (max-width: 1500px) {
  .white-block {
    padding: 40px 20px;
  }
}
.content-padding {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1800px) {
  .content-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .content-padding {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 760px) {
  .content-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.text-border {
  position: relative;
  margin-top: 55px;
  padding-top: 35px;
}
.text-border:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 4px;
  background: #ee474b;
}
@media (max-width: 1800px) {
  .text-border {
    margin-top: 35px;
    padding-top: 25px;
  }
}
.content-title {
  margin: 55px 0 55px 0;
  font-size: 36px;
}
@media (max-width: 1500px) {
  .content-title {
    margin: 45px 0 35px 0;
    font-size: 29px;
  }
}
label {
  font-weight: 400;
}
.form-control {
  height: 70px;
  padding: 10px 15px;
  border-radius: 0;
  border: none;
  background: #fff;
  box-shadow: none !important;
  font-size: 19px;
}
@media (max-width: 1500px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.btn {
  min-width: 240px;
  height: 52px;
  line-height: 44px;
  padding: 0 20px;
  text-align: center;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
  border: 4px solid #ee474b;
  color: #ee474b;
  text-transform: uppercase;
  font-family: 'Panton-Black';
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  letter-spacing: 1px;
}
.btn:focus {
  background: none;
  color: #ee474b;
}
.btn:active {
  background: none;
  color: #ee474b;
}
.btn:hover {
  background: #ee474b;
  color: #fff;
}
.btn.btn-wide {
  min-width: 375px;
}
@media (max-width: 1500px) {
  .btn.btn-wide {
    min-width: 320px;
  }
}
.btn.invite-btn {
  margin-top: 10px;
}
.btn.present-btn {
  margin-top: 10px;
}
@media (max-width: 1500px) {
  .btn {
    min-width: 215px;
    font-size: 15px;
  }
}
.modal-backdrop {
  background: #EDECF2;
}
.modal-backdrop.in {
  opacity: 1;
}
.modal-content {
  background: #EDECF2;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.modal-header {
  border: none;
  padding-bottom: 20px;
}
.close {
  opacity: 1 !important;
  z-index: 20;
  position: relative;
}
.modal-title {
  position: relative;
  padding-bottom: 45px;
  border-bottom: 4px solid #fff;
  font-family: 'Panton-Bold';
  font-size: 36px;
  letter-spacing: 2px;
}
.modal-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 120px;
  height: 4px;
  background: #ee474b;
}
.press-modal .modal-dialog {
  width: 1560px;
}
@media (max-width: 1800px) {
  .press-modal .modal-dialog {
    width: 1360px;
  }
}
@media (max-width: 1500px) {
  .press-modal .modal-dialog {
    width: 1060px;
  }
}
@media (max-width: 1199px) {
  .press-modal .modal-dialog {
    width: 800px;
  }
}
@media (max-width: 900px) {
  .press-modal .modal-dialog {
    width: 600px;
    margin: 10px auto;
  }
}
.form-modal .modal-dialog {
  width: 570px;
}
@media (max-width: 900px) {
  .form-modal .modal-dialog {
    margin: 10px auto;
  }
}
.form-modal .close {
  position: absolute;
  left: 100%;
  top: 40px;
  margin-left: -40px;
}
.form-modal .modal-body {
  padding-top: 15px;
}
.form-modal .btn {
  width: 100%;
  margin-top: 20px;
}
/* Header */
.mobile-mode .header.fixed {
  left: -515px;
}
@media (min-width: 1200px) {
  .mobile-mode .header.fixed {
    left: 0;
  }
}
.header {
  z-index: 50;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
  background: rgba(255, 255, 255, 0.98);
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: -100px;
  opacity: 0;
  padding-top: 10px;
  padding-bottom: 15px;
  transition: all 0.45s ease-in-out;
}
.header.fixed.affix {
  opacity: 1;
  position: fixed;
  margin-top: 0;
}
.header .logo {
  display: block;
  float: left;
  margin-right: 40px;
  transition: all 0s ease-in-out;
}
@media (max-width: 1800px) {
  .header .logo {
    margin-right: 40px;
  }
}
@media (max-width: 1199px) {
  .header .content-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.main-menu {
  float: left;
  margin-top: 30px;
  font-size: 0;
}
.main-menu li {
  display: inline-block;
  margin-right: 20px;
}
.main-menu li a {
  letter-spacing: 1px;
  font-size: 15px;
  color: #504e6c;
  text-transform: uppercase;
  font-family: 'Panton-Black';
}
@media (max-width: 1500px) {
  .main-menu li a {
    font-size: 14px;
  }
}
.main-menu li a:hover {
  color: #ee474b;
}
.main-menu li.active a {
  color: #ee474b;
}
.main-menu li:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1500px) {
  .main-menu li {
    margin-right: 30px;
  }
}
@media (max-width: 1300px) {
  .main-menu li {
    margin-right: 22px;
  }
}
.phone {
  display: inline-block;
  margin-top: 30px;
  font-size: 15px;
  color: #ee474b;
  text-transform: uppercase;
  font-family: 'Panton-Black';
}
@media (max-width: 1500px) {
  .phone {
    font-size: 14px;
  }
}
.lang {
  display: inline-block;
  margin-top: 30px;
  margin-left: 10px;
  font-size: 15px;
  color: #504e6c;
  text-transform: uppercase;
  font-family: 'Panton-Black';
}
@media (max-width: 1500px) {
  .lang {
    font-size: 14px;
  }
}
.lang:hover {
  color: #ee474b;
}
.menu-btn {
  display: inline-block;
  width: 50px;
  height: 38px;
  background: url(../img/icon_menu.png) center center no-repeat;
  margin-top: 23px;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.menu-btn.active {
  background: url(../img/icon_close.png) center center no-repeat;
}
.mobile-menu {
  z-index: 100;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -515px;
  overflow: auto;
  width: 515px;
  padding: 115px 40px;
  background: #EDECF2;
  font-size: 32px;
  transition: all 0.35s ease-in-out;
}
.mobile-menu ul {
  margin-bottom: 50px;
}
.mobile-menu ul li {
  margin-bottom: 30px;
}
.mobile-menu ul li:last-child {
  margin-bottom: 0;
}
.mobile-menu ul li a {
  font-size: 32px;
  color: #504e6c;
  text-transform: uppercase;
  font-family: 'Panton-Black';
}
.mobile-menu ul li a:hover {
  color: #ee474b;
}
.mobile-menu .btn {
  display: block;
  width: 100%;
  height: 72px;
  line-height: 64px;
  margin: 0 auto 50px auto;
  font-size: 32px;
}
.mobile-menu .lang {
  margin: 0 0 45px 0;
  color: #504e6c;
  text-transform: uppercase;
  font-family: 'Panton-Black';
  font-size: 32px;
}
.mobile-menu .lang:hover {
  color: #ee474b;
}
.mobile-mode .mobile-menu {
  display: block;
  right: 0;
}
@media (min-width: 1200px) {
  .mobile-mode .mobile-menu {
    right: -515px;
  }
}
/* About */
.main-title {
  margin-top: 140px;
  margin-bottom: 5px;
  font-size: 52px;
}
@media (max-width: 1650px) {
  .main-title {
    margin-top: 100px;
  }
}
@media (max-width: 1500px) {
  .main-title {
    font-size: 42px;
  }
}
@media (max-width: 1300px) {
  .main-title {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .main-title {
    margin-top: 80px;
  }
}
.main-address {
  margin-bottom: 140px;
  font-size: 17px;
}
@media (max-width: 1500px) {
  .main-address {
    font-size: 16px;
  }
}
.main-address b {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .main-address b {
    font-size: 16px;
  }
}
@media (max-width: 1800px) {
  .main-address {
    margin-bottom: 80px;
  }
}
@media (max-width: 1500px) {
  .main-address {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .main-address {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .main-address {
    width: 460px;
    margin-bottom: 60px;
  }
}
.social a {
  display: inline-block;
  margin-right: 20px;
}
.social a:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1199px) {
  .main-social {
    margin-bottom: 80px;
  }
}
@media (max-width: 1500px) {
  .main-social .social a {
    margin-right: 20px;
  }
}
.pic-wrap {
  position: relative;
}
.pic-wrap img {
  display: block;
  width: 100%;
}
@media (max-width: 1199px) {
  .pic-wrap {
    margin-top: 45px;
  }
}
.main-pic {
  margin-right: -120px;
  margin-left: -40px;
}
@media (max-width: 1800px) {
  .main-pic {
    margin-right: -60px;
    margin-left: -20px;
  }
}
.white-block.about-white-block {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
.white-block.about-white-block p {
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .white-block.about-white-block {
    margin-top: 55px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .white-block.about-white-block {
    width: 100%;
  }
}
.afisha-block .white-block.about-white-block {
  margin-bottom: 45px;
}
@media (max-width: 1500px) {
  .afisha-block .white-block.about-white-block {
    margin-bottom: 30px;
  }
}
.afisha-block {
  margin-bottom: 60px;
}
@media (max-width: 1500px) {
  .afisha-block {
    margin-bottom: 0;
  }
}
.about-slider-wrap {
  position: relative;
  max-width: 1115px;
  margin: auto;
}
.about-slider-wrap .prev {
  left: 80px;
  bottom: 80px;
}
@media (max-width: 1199px) {
  .about-slider-wrap .prev {
    left: 30px;
    bottom: 30px;
  }
}
.about-slider-wrap .next {
  left: 150px;
  bottom: 80px;
}
@media (max-width: 1199px) {
  .about-slider-wrap .next {
    left: 100px;
    bottom: 30px;
  }
}
.about-slider-wrap .slider-counter {
  left: 80px;
  bottom: 165px;
}
@media (max-width: 1199px) {
  .about-slider-wrap .slider-counter {
    left: 30px;
    bottom: 100px;
  }
}
@media (max-width: 1500px) {
  .about-slider-wrap {
    max-width: 860px;
  }
}
.about-slider-angle {
  opacity: 0.5;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .about-slider-angle {
    height: 90%;
    width: auto;
  }
}
.about-slider-slide {
  width: 100%;
  text-align: center;
}
.about-slider-slide img {
  max-width: 100%;
  margin: auto;
}
.prev {
  z-index: 20;
  position: absolute;
  cursor: pointer;
}
.next {
  z-index: 20;
  position: absolute;
  cursor: pointer;
}
.slider-counter {
  z-index: 20;
  position: absolute;
  font-size: 23px;
}
.slider-counter span {
  display: inline-block;
  line-height: 1;
}
.slider-current {
  font-size: 43px;
  line-height: 1;
}
.person p {
  font-size: 15px;
}
@media (max-width: 1500px) {
  .person p {
    font-size: 14px;
  }
}
@media (max-width: 1500px) {
  .person p {
    font-size: 15px;
  }
}
@media (max-width: 1500px) {
  .person .white-block {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .person {
    margin-top: 45px;
  }
}
.person-ava {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.player {
  display: block;
  margin-bottom: 10px;
}
.player img {
  display: block;
  width: 100%;
}
.person-name {
  margin-bottom: 20px;
  font-size: 23px;
  font-family: 'Panton-Regular';
}
.genres-block {
  position: relative;
  padding-top: 145px;
  padding-bottom: 175px;
  background: url(../img/genres_bg.jpg) center 0 no-repeat;
}
@media (max-width: 1500px) {
  .genres-block {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
.genres-block .text-border {
  margin-left: -30px;
  margin-right: -30px;
}
.genres-block .text-border:before {
  left: 50%;
  margin-left: -60px;
}
.genres-slider-wrap {
  position: relative;
  padding-top: 95px;
}
.genres-slider-wrap .prev {
  top: 0;
  right: 75px;
}
.genres-slider-wrap .next {
  top: 0;
  right: 0;
}
.genres-slider-wrap .slider-counter {
  top: 5px;
  right: 165px;
}
.genres-slider-text {
  z-index: 20;
  position: absolute;
  top: 20px;
  left: 0;
}
@media (max-width: 1500px) {
  .genres-slider-text {
    font-size: 19px;
  }
}
.genre {
  color: #1d1c2c;
}
.genre img {
  display: block;
  width: 100%;
}
.genre .white-block {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 0 !important;
}
@media (max-width: 1500px) {
  .genre .white-block {
    padding: 20px;
  }
}
.genre-title {
  margin: 0;
  line-height: 1;
  font-size: 23px;
  font-family: 'Panton-Regular';
}
@media (max-width: 1500px) {
  .genre-title {
    font-size: 18px;
  }
}
/* Present */
.present-block .white-block {
  margin-bottom: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.present-block .white-block p {
  overflow: hidden;
  margin-bottom: 0;
  font-size: 17px;
}
@media (max-width: 1500px) {
  .present-block .white-block p {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .present-block .white-block p {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .present-steps {
    margin-top: 25px;
  }
}
.present-step {
  float: left;
  margin-right: 20px;
  text-transform: uppercase;
  font-family: 'Panton-Black';
  font-size: 43px;
  line-height: 1;
  color: #ee474b;
}
.sell-block .white-block {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .sell-block .white-block p {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .sell-steps {
    margin-top: 25px;
  }
}
.contacts-block .text-border {
  padding-top: 45px;
}
.contacts-block .white-block {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .contacts-block .white-block p {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .map {
    margin-top: 45px;
  }
}
.map-item {
  pointer-events: none;
}
.embed-responsive-map {
  padding-bottom: 85%;
}
.press {
  display: block;
  min-height: 240px;
  margin-bottom: 20px;
  color: #1d1c2c;
}
.press-brand {
  width: 100%;
  height: 140px;
  line-height: 140px;
  margin-bottom: 15px;
  text-align: center;
  background: #fff;
}
.press-brand img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
}
.footer {
  padding-top: 20px;
  padding-bottom: 70px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 19px;
  }

  select,
  textarea,
  input {
    font-size: 19px;
  }
}
