@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans/Regular.eot");
  src: url("../fonts/OpenSans/Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/Regular.woff") format("woff"), url("../fonts/OpenSans/Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans/Bold.eot");
  src: url("../fonts/OpenSans/Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/Bold.woff") format("woff"), url("../fonts/OpenSans/Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Extrabold";
  src: url("../fonts/OpenSans/Extrabold.eot");
  src: url("../fonts/OpenSans/Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/Extrabold.woff") format("woff"), url("../fonts/OpenSans/Extrabold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro/Regular.eot");
  src: url("../fonts/MyriadPro/Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro/Regular.woff") format("woff"), url("../fonts/MyriadPro/Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  outline: none !important;
}

html {
  height: 100%;
}

body {
  font-family: "OpenSans-Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  height: 100%;
}
body.game-process {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}

img {
  max-width: 100%;
}

select {
  height: 40px;
  border: 1px solid #1babdb;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 40px;
}

a {
  text-decoration: none;
  transition: color .3s linear;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h2 {
  font-size: 18px;
  font-family: "OpenSans-Extrabold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 25px;
  margin: 0;
}

.title {
  display: block;
  text-transform: uppercase;
  font-family: "OpenSans-Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  margin-bottom: 20px;
}

.page-wrap {
  min-width: 1000px;
  padding: 0 15px;
}
.page-wrap-inner {
  overflow: hidden;
}

.wrap_content {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
  padding-left: 0;
}
.wrap_content--main {
  padding: 20px;
  background-color: #f2f2f2;
}
.wrap_content--main:after {
  content: "";
  display: table;
  clear: both;
}

.btn {
  background-color: #1babdb;
  border-radius: 25px;
  line-height: 40px;
  color: #ffffff;
  padding: 0 20px;
  font-size: 13px;
  outline: none;
  max-width: 100%;
}
.btn:hover {
  background-color: #2687a7;
  color: #ffffff;
}
.btn:focus, .btn:active {
  color: #ffffff;
}
.btn--white {
  background-color: transparent;
  border: 1px solid #ffffff;
  margin-left: 10px;
}
.btn--white:hover {
  background-color: #fff;
  color: #000;
}
.btn--blue {
  background-color: transparent;
  border: 1px solid #1babdb;
  color: #1babdb;
}
.btn--blue:hover {
  background-color: #1babdb;
  color: #fff;
}

.box {
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
}

.bx-wrapper {
  position: relative;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 10px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.page-static {
  margin-left: 10px;
}
.page-static h1 {
  margin-bottom: 40px;
  display: block;
}
.page-static p {
  line-height: 23px !important;
}
.page-static div {
  width: auto !important;
}

.game_answers {
  text-align: left;
}
.game_answers__slide {
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.game_answers__slide:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.game_answers__question {
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.game_answers__team {
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.game_answers__list li {
  margin-bottom: 15px;
  border-bottom: 1px dotted #aaa;
  padding-bottom: 10px;
}
.game_answers__list li:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.team__like {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 40px;
  height: 40px;
  background-position: -480px -366px;
}
.team__like span {
  padding-top: 45px;
  display: block;
  text-align: center;
  color: #000;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.team__like-ok {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 40px;
  height: 40px;
  background-position: -520px -406px;
}
.team__like-ok span {
  padding-top: 12px;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.game_book__label {
  display: block;
}
.game_book__input {
  margin: 10px 0;
}
.game_book input {
  text-align: center;
  font-size: 18px;
}

.text-center {
  text-align: center;
}

.order__no-team > span {
  display: block;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}
.order__no-team__count {
  width: 200px !important;
  border-radius: 0 !important;
}

.organizator-container .row {
  margin-bottom: 20px;
}
.organizator-container .organizator-item {
  text-align: center;
}
.organizator-container .organizator-item img {
  margin: 0 0 10px;
  width: 150px;
  border-radius: 100%;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url("../images/swipebox/loader.gif") no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background: url("../images/swipebox/icons.png") no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  /*display: none;*/
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.dropdown-container {
  height: auto !important;
  z-index: 10;
  position: relative;
}

.dropdown-header {
  display: inline-block;
  cursor: pointer;
  padding: 0;
  position: relative;
  width: 100%;
}
.dropdown-header a {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 8px;
  height: 5px;
  background-position: -727px -624px;
}
.dropdown-header span {
  display: block;
  line-height: 40px;
  padding: 0 30px 0 20px;
  border: 1px solid #1babdb;
  border-radius: 25px;
  color: #282828;
  min-width: 200px;
  text-align: center;
}
.dropdown-header span:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 15px;
}

.dropdown-box {
  display: none;
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.25), 0 0 1px 0 rgba(0, 0, 0, 0.25);
  min-width: 200px;
  overflow: auto;
  border-radius: 10px;
  padding: 10px 0;
  z-index: 1;
}
.dropdown-opened .dropdown-box {
  z-index: 2;
}
.dropdown-box span {
  display: block;
  white-space: nowrap;
}
.dropdown-box span a {
  display: block;
  color: #000;
  text-transform: none;
  line-height: 30px;
  font-size: 14px;
  padding-left: 10px;
}
.dropdown-box span a:hover {
  color: #000;
  background-color: #f1f2f5;
}

/* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.page-header {
  padding: 0;
  border: 0;
  max-width: 1920px;
  max-height: 450px;
  overflow: hidden;
  margin: 0 auto;
}
.page-header .logo {
  background: url("../images/new-logo-white.png");
  width: 289px;
  height: 120px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.page-header__slider {
  position: relative;
}
.page-header__slider .bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.page-header__slider .bx-wrapper img {
  max-width: 100%;
  display: block;
}
.page-header__slider .main-slider .slick-arrow {
  line-height: 50px;
  font-family: "OpenSans-Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0 40px;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  margin-left: -71px;
  position: absolute;
  bottom: 50px;
  z-index: 10;
}
.page-header__slider .main-slider .slick-prev {
  left: 50%;
  display: none !important;
}
.page-header__slider .main-slider .slick-next {
  left: 50%;
}
.page-header__slider .main-slider .slick-disabled {
  display: none !important;
}
.page-header__slider .main-slider__item {
  height: 450px;
  overflow: hidden;
  background: #000;
  position: relative;
}
.page-header__slider .main-slider__item .bg {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.page-header__slider .bx-pager .bx-pager-item {
  display: inline-block;
  margin-right: 10px;
}
.page-header__slider .bx-pager .bx-pager-item:last-child {
  margin-right: 0;
}
.page-header__slider .bx-controls .bx-controls-direction a {
  line-height: 50px;
  font-family: "OpenSans-Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0 40px;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  margin-left: -71px;
  position: absolute;
  bottom: 50px;
}
.page-header__slider .bx-controls .bx-controls-direction a:hover {
  background-color: #fff;
  color: #000;
}
.page-header__slider .bx-controls .bx-controls-direction a.bx-next {
  left: 50%;
}
.page-header__slider .bx-controls .bx-controls-direction a.bx-prev {
  display: none;
}
.page-header__slider .bx-controls .bx-controls-direction a.disabled {
  display: none !important;
}
.page-header__slider .bx-default-pager {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.page-header__slider .bx-default-pager a {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #fff;
  display: block;
  font-size: 13px;
  text-align: center;
  color: #fff;
  line-height: 19px;
}
.page-header__slider .bx-default-pager a:hover {
  color: #000;
  background-color: #ffffff;
}
.page-header__slider .bx-default-pager a.active {
  color: #000;
  background-color: #ffffff;
}
.page-header__slider--info {
  text-align: center;
  width: 800px;
  max-width: 90%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 40%;
  color: #ffffff;
  left: 50%;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 20px;
}
.page-header__slider--info img {
  position: static !important;
  text-align: center;
  display: inline-block !important;
  opacity: 1 !important;
}
.page-header__slider--info ul {
  text-align: left;
}
.page-header__slider--info h2 {
  margin: 20px 0 10px;
}
.page-header__slider--info p {
  font-family: "MyriadPro-Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 45px;
}
.page-header__slider--info ul {
  padding: 0 50px 0 100px;
}
.page-header__slider--info ul li {
  background-color: transparent !important;
  height: auto !important;
  overflow: hidden !important;
  font-size: 21px;
  line-height: 25px;
  position: relative;
  padding-left: 15px;
}
.page-header__slider--info ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
}

.share {
  position: absolute;
  top: 20px;
  right: 175px;
  font-family: "OpenSans-Extrabold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  padding: 0 10px;
  margin-top: -15px;
  border-radius: 5px;
}

.social-share {
  position: absolute;
  top: 0;
  right: 20px;
}
.social-share li {
  float: left;
  margin-right: 10px;
}
.social-share li:last-child {
  margin-right: 0;
}
.social-share li a {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
.social-share li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
}
.social-share li a.vk {
  background-color: #3b5998;
}
.social-share li a.vk:hover {
  background-color: #2d4373;
}
.social-share li a.vk:after {
  margin-top: -10px;
  margin-left: -15px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 30px;
  height: 21px;
  background-position: -889px -756px;
}
.social-share li a.twitter {
  background-color: #55acee;
}
.social-share li a.twitter:hover {
  background-color: #2795e9;
}
.social-share li a.twitter:after {
  margin-top: -10px;
  margin-left: -15px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 30px;
  height: 21px;
  background-position: -829px -714px;
}
.social-share li a.facebook {
  background-color: #3b5998;
}
.social-share li a.facebook:hover {
  background-color: #2d4373;
}
.social-share li a.facebook:after {
  margin-top: -10px;
  margin-left: -15px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 30px;
  height: 21px;
  background-position: -210px -210px;
}

.header {
  height: 80px;
  background-color: #fff;
  max-width: 1300px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 10px 30px;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
.header__logo {
  float: left;
  height: 60px;
  width: 130px;
  margin-right: 40px;
}
.header__logo img {
  max-width: 100%;
}
@media (max-width: 1150px) {
  .header__logo {
    margin-right: 0;
  }
}
.header__check-city {
  float: left;
  line-height: 62px;
}
@media (max-width: 1150px) {
  .header__check-city {
    float: none;
    /*margin-left: 170px;*/
  }
}
.header__check-city span {
  color: #a1a1a1;
  font-size: 13px;
  float: left;
}
.header__check-city a {
  color: #1babdb;
  margin-left: 30px;
  border-bottom: 1px dashed #1babdb;
  position: relative;
}
.header__check-city a:before {
  position: absolute;
  content: '';
  top: 50%;
  left: -20px;
  margin-top: -10px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 15px;
  height: 20px;
  background-position: -642px -534px;
}
.header__check-city form {
  display: inline-block;
}
.header__check-city select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 13px;
  height: 30px;
  width: 190px;
  padding: 0 5px;
  line-height: 25px;
  margin-left: 20px;
  color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: url("../images/select_arrow.png") no-repeat 178px center;
}
.header__check-city select:hover {
  border: 1px solid black;
}
.header__right {
  float: right;
}
@media (max-width: 1150px) {
  .header__right {
    float: none;
  }
}
.header__right-nav {
  float: left;
}
@media (max-width: 1150px) {
  .header__right-nav {
    float: none;
  }
}
.header__right-nav ul li {
  float: left;
  margin-right: 35px;
}
.header__right-nav ul li a {
  line-height: 63px;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.header__right-nav ul li a:hover, .header__right-nav ul li a.active {
  color: #1babdb;
}
.header__right-login {
  float: left;
  position: relative;
  margin: 10px 0;
}
@media (max-width: 1150px) {
  .header__right-login {
    float: right;
    margin: -50px 0 0;
  }
}
.header__right-login__link {
  font-size: 13px;
  position: relative;
  line-height: 40px;
  display: block;
}
.header__right-login__link img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  border: 1px solid #1babdb;
}
.header__right-login__link--icon {
  width: 40px;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
.header__right-login__link--icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -6px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 12px;
  height: 14px;
  background-position: -610px -496px;
}
.header__right-login__link--text {
  padding-left: 50px;
  color: #000000;
}
.header__right-login__link:hover .header__right-login__link--icon {
  background-color: #1babdb;
}
.header__right-login__link:hover .header__right-login__link--icon:after {
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 12px;
  height: 14px;
  background-position: -622px -510px;
}
.header__right-login__link:hover .header__right-login__link--text {
  color: #1babdb;
}
.header__right-login .dropdown-wrap:hover > .dropdown {
  display: block;
}
.header__right-login .dropdown {
  display: none;
  position: absolute;
  z-index: 11111;
  right: 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px 0;
  box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.3);
  width: 150px;
}
.header__right-login .dropdown li {
  line-height: 25px;
}
.header__right-login .dropdown li a {
  color: #000000;
  display: block;
  padding: 0 5px;
}
.header__right-login .dropdown li a:hover {
  background-color: #ececec;
}

.popup .btn {
  min-width: 200px;
}

.page-footer {
  max-width: 1300px;
  min-width: 1000px;
  margin: 20px auto 0;
  background-color: #f2f2f2;
  padding: 18px 20px 8px 20px;
  color: #777;
}
.page-footer__col {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 50px;
}
.page-footer__col:last-child {
  float: right;
  margin-top: 5px;
}
.page-footer__col_title {
  margin-bottom: 5px;
}
.page-footer__col_list li {
  line-height: 25px;
}
.page-footer__col_list li a {
  color: #1babdb;
}
.page-footer__col_list li a:hover {
  text-decoration: underline;
}

.popup-overlay {
  position: fixed;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 10000;
  display: none;
}

.popup {
  background-color: #f2f2f2;
  min-width: 380px;
  min-height: 200px;
  position: absolute;
  z-index: 100001;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 30px;
  text-align: center;
  border-top: 4px solid #f15b4e;
}
.popup .btn--blue {
  margin: 10px 0 0;
}
.popup__header {
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}
.popup--message {
  min-height: 100px;
  padding: 20px;
  vertical-align: middle;
}
.popup--message p {
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  right: 20px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.popup-answer {
  width: 700px;
  height: 700px;
  overflow: auto;
  text-align: left;
}
.popup-social-connect {
  margin-left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.popup-social-connect .wnd span {
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.popup-social-connect .wnd p {
  line-height: 22px;
}
.popup-social-connect .wnd .form-group {
  text-align: left;
}
.popup-social-connect .wnd .buttons .btn-back {
  float: left;
  line-height: 42px;
}
.popup-social-connect .wnd .buttons button {
  margin-left: -35px;
}

.remember-pass {
  margin: 10px 0;
  color: #000;
  text-decoration: underline;
  display: block;
}

.close-popup {
  position: absolute;
  top: 12px;
  right: 10px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 15px;
  height: 15px;
  background-position: -125px -125px;
}

.social-container {
  margin-top: 15px;
}
.social-container__social {
  text-align: center;
  margin-top: 10px;
}
.social-container__social li {
  display: inline-block;
  margin-right: 10px;
}
.social-container__social li:last-child {
  margin-right: 0;
}
.social-container__social li a {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
}
.social-container__social li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.social-container__social li a.vk {
  background-color: #4E729A;
}
.social-container__social li a.vk:after {
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 30px;
  height: 21px;
  background-position: -889px -756px;
}
.social-container__social li a.vk:hover {
  background-color: #7999bb;
}
.social-container__social li a.facebook {
  background-color: #3b5998;
}
.social-container__social li a.facebook:after {
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 30px;
  height: 21px;
  background-position: -210px -210px;
}
.social-container__social li a.facebook:hover {
  background-color: #5f7ec1;
}

form .row-input {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
form .row-input-compulsory:after {
  content: '*';
  position: absolute;
  top: 17px;
  right: 15px;
  font-size: 14px;
  color: red;
}
form .form-input {
  border: none;
  background-color: #fff;
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  border-radius: 20px;
  line-height: 40px;
  padding-left: 15px;
  width: 100%;
  resize: none;
}
form .form-input[type=file] {
  box-shadow: none;
  border-radius: 0;
  line-height: normal;
  padding: 0;
}
form .form-input:focus::-webkit-input-placeholder {
  opacity: 0;
}
form .form-input:focus:-moz-placeholder {
  opacity: 0;
}
form .form-input:focus::-moz-placeholder {
  opacity: 0;
}
form .form-input:focus:-ms-input-placeholder {
  opacity: 0;
}
form .form-input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
form .form-input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
form .form-input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
form .form-input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
form textarea.form-input {
  line-height: 20px;
  height: 100px;
  padding: 15px;
}

.team-slider {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px 0 20px 15px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1100px) {
  .team-slider {
    padding-left: 5px;
  }
}
.team-slider h3 {
  margin-left: 20px;
}
.team-slider .slide {
  height: 130px;
  overflow: hidden;
  position: relative;
  float: left;
  text-align: center;
  margin: 0 8px 10px;
}
@media (max-width: 1100px) {
  .team-slider .slide {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.team-slider .slide-title {
  display: block;
  color: #000;
  font-size: 14px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 105px;
  height: 20px;
  line-height: 20px;
}
.team-slider .slide img {
  display: block;
  max-width: 100%;
  height: 105px;
  width: 105px;
  border-radius: 100%;
  border: 1px solid #aaa;
}
.team-slider .bx-controls a.disabled {
  display: none !important;
}

.team-slider .bx-wrapper {
  margin: 0 30px !important;
}
.team-slider .bx-controls a {
  background-color: #1babdb;
  position: absolute;
  top: 50%;
  font-size: 0;
  margin-top: -12px;
}
.team-slider .bx-controls a.bx-prev {
  left: -30px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 25px;
  height: 25px;
  background-position: -90px -90px;
}
.team-slider .bx-controls a.bx-next {
  right: -30px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 25px;
  height: 25px;
  background-position: -90px -90px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.team-slider__no_teams {
  display: block;
  padding: 20px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.city-menu {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: -425px;
  bottom: 0;
  width: 425px;
  z-index: 1001;
}
.city-menu__title {
  padding: 30px 20px;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.city-menu__title span {
  color: #ffffff;
  font-size: 18px;
  padding-left: 25px;
  text-transform: uppercase;
  position: relative;
}
.city-menu__title span:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -10px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 15px;
  height: 20px;
  background-position: -642px -534px;
}
.city-menu__title .btn-close {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 25px;
  border: 1px solid #1babdb;
  padding: 0 10px;
  border-radius: 5px;
  color: #1babdb;
}
.city-menu__title .btn-close:hover {
  background-color: #1babdb;
  color: #ffffff;
}
.city-menu__body {
  padding: 20px 50px;
}
.city-menu__body__country {
  margin-bottom: 20px;
}
.city-menu__body__country__list-title {
  color: #ccc;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.city-menu__body__country__list {
  padding-left: 10px;
}
.city-menu__body__country__list li {
  padding: 4px 0;
}
.city-menu__body__country__list li span {
  color: #1babdb;
  font-weight: 500;
}
.city-menu__body__country__list li a {
  color: #ffffff;
  line-height: 20px;
}
.city-menu__body__country__list li a:hover {
  text-decoration: underline;
}

.content {
  margin: 0 auto;
  overflow: hidden;
}
.content .copyright {
  text-transform: uppercase;
  font-size: 10px;
  color: #000;
  opacity: 0.3;
  float: left;
  margin-top: 40px;
}

.social_container {
  float: right;
  width: 390px;
}

.main_content {
  margin-right: 410px;
}

.social_news {
  width: 390px;
  float: right;
}
.social_news .news {
  width: 390px;
  height: 100%;
  background-color: #f8f8f8;
  position: relative;
}
.social_news .news .title {
  padding: 20px 0 0 20px;
  margin-bottom: 10px;
}
.social_news .news-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.social_news .news-tabs:after {
  content: '';
  display: table;
  clear: both;
}
.social_news .news-tabs li {
  float: left;
  width: 50%;
  text-align: center;
}
.social_news .news-tabs li a {
  line-height: 50px;
  display: block;
}
.social_news .news-tabs li a span {
  position: relative;
  padding-left: 35px;
}
.social_news .news-tabs li a span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
}
.social_news .news-tabs li a.vk span {
  color: #4b87b0;
}
.social_news .news-tabs li a.vk span:after {
  margin-top: -10px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 30px;
  height: 21px;
  background-position: -859px -735px;
}
.social_news .news-tabs li a.twitter span {
  color: #28aae1;
}
.social_news .news-tabs li a.twitter span:after {
  margin-top: -10px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 30px;
  height: 21px;
  background-position: -799px -693px;
}
.social_news .news-tabs li a.facebook span {
  color: #3b5998;
}
.social_news .news-tabs li a.facebook span:after {
  margin-top: -10px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 30px;
  height: 21px;
  background-position: -240px -231px;
}
.social_news .news-tabs li a.active {
  border-bottom: 2px solid #41ace3;
}
.social_news .news .tab_content {
  padding: 20px 10px;
  position: relative;
}
.social_news .news .tab_content .empty {
  height: 20px;
  position: absolute;
  width: 100%;
  top: 53px;
  left: 0;
  right: 0;
  background-color: #f8f8f8;
}
.social_news .news .tab_content #vk_groups {
  margin-top: 19px;
}
.social_news .news .tab_content .wrap_twitter {
  margin-top: 55px;
}
.social_news .news .tab_content .wrap_facebook {
  margin-top: -36px;
}
.social_news .news .tab_content .wrap_social {
  margin-top: 55px;
}
.social_news--org {
  width: 100%;
}
.social_news--org .news {
  width: 100%;
}
.social_news--org .news-tabs li {
  width: 50%;
}

.left .check-city {
  width: 100%;
  background-color: #f8f8f8;
  padding: 35px 30px 0;
  margin: 20px 0 20px;
  height: 316px;
}
.left .check-city:after {
  content: '';
  display: table;
  clear: both;
}
.left .check-city h2 {
  margin-bottom: 40px;
  font-family: "OpenSans-Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.left .check-city__form {
  margin-right: 280px;
}
.left .check-city__form input {
  border: 0;
  background-color: #ffffff;
  outline: none;
  line-height: 60px;
  padding: 0 0 0 20px;
  color: #000000;
  width: 100%;
}
.left .check-city__form input::-webkit-input-placeholder {
  color: #000000;
}
.left .check-city__form input:-moz-placeholder {
  color: #000000;
}
.left .check-city__form input::-moz-placeholder {
  color: #000000;
}
.left .check-city__form input:-ms-input-placeholder {
  color: #000000;
}
.left .check-city__form .btn {
  background-color: transparent;
  border: 1px solid #66aa66;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #66aa66;
  line-height: 60px;
  padding: 0;
  margin-top: 20px;
  transition: all 0.4s ease;
}
.left .check-city__form .btn:hover {
  background-color: #66aa66;
  color: #ffffff;
}
@media (max-width: 1060px) {
  .left .check-city__form .btn {
    font-size: 15px;
  }
}
.left .check-city__people {
  float: right;
  width: 260px;
  margin-top: -15px;
}
.left .check-city__people--number {
  float: left;
  height: 90px;
  width: 63px;
  margin-right: 2px;
  background-color: #ffffff;
  text-align: center;
}
.left .check-city__people--number:last-child {
  margin-right: 0;
}
.left .check-city__people--number span {
  line-height: 90px;
  font-size: 60px;
}
.left .check-city__people--label {
  float: right;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: "OpenSans-Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
}
.left .photo {
  margin: 20px -10px 0 -10px;
  overflow: hidden;
  position: relative;
}
.left .photo .slick-arrow {
  position: absolute;
  top: -40px;
  border: 0;
  font-size: 0;
  background-color: transparent;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 25px;
  height: 25px;
  background-position: -90px -90px;
  z-index: 1;
}
.left .photo .slick-prev {
  right: 40px;
}
.left .photo .slick-next {
  right: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.left .photo .title {
  margin-left: 10px;
  margin-top: 5px;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: absolute;
}
.left .photo .title a {
  color: #999999;
  text-decoration: underline;
  display: inline-block;
}
.left .photo .title a:hover {
  text-decoration: none;
}
.left .photo__row {
  margin-bottom: 20px;
  margin-top: 40px;
  height: 240px;
}
.left .photo__row:last-child {
  margin-bottom: 0;
}
.left .photo__item {
  width: 25%;
  float: left;
  padding: 0 10px;
  position: relative;
  height: 240px;
  overflow: hidden;
}
.left .photo__item a {
  position: relative;
  overflow: hidden;
}
.left .photo__item__name {
  display: block;
  margin-top: 5px;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  color: #000;
}
.left .photo a {
  display: block;
}
.left .photo a img {
  max-width: 95%;
}

.main {
  width: 100%;
  padding-right: 260px;
}
.wrap_content--wide .main {
  padding-right: 320px;
}
.main--no-sidebar {
  padding-right: 0;
}
.main__item {
  height: 342px;
  padding: 40px 0;
  text-align: center;
  font-size: 13px;
  position: relative;
}
.main__item__photo-btn {
  display: inline-block;
}
@media (max-width: 1250px) {
  .main__item__photo-btn {
    display: block;
    margin-top: 10px;
  }
}
.main__item__booked_text {
  color: #fff;
  font-size: 18px;
  display: block;
  line-height: 100%;
  margin-top: 10px;
  position: relative;
}
.main__item .blackout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.main__item--title {
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
}
.main__item--when {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.main__item--when li {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 13px;
  position: relative;
  margin-right: 15px;
}
.main__item--when li:last-child {
  margin-right: 0;
}
.main__item--when li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}
.main__item--when li.date {
  padding-left: 20px;
}
.main__item--when li.date:before {
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 10px;
  height: 10px;
  background-position: -190px -190px;
}
.main__item--when li.where {
  padding-left: 15px;
}
.main__item--when li.where:before {
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 8px;
  height: 10px;
  background-position: -634px -524px;
}
.main__item p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 540px;
  color: #ffffff;
  line-height: 20px;
}
.main__item .btn-container {
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
.main__item--social {
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
.main__item--social li {
  display: inline-block;
  margin-right: 10px;
}
.main__item--social li:last-child {
  margin-right: 0;
}
.main__item--social li a {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  transition: all 0.3s ease;
}
.main__item--social li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
}
.main__item--social li a.facebook:hover {
  background-color: #3b5998;
}
.main__item--social li a.facebook:after {
  margin-top: -10px;
  margin-left: -15px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 30px;
  height: 21px;
  background-position: -210px -210px;
}
.main__item--social li a.vk:hover {
  background-color: #6186ad;
}
.main__item--social li a.vk:after {
  margin-top: -10px;
  margin-left: -15px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 30px;
  height: 21px;
  background-position: -889px -756px;
}
.main__item--social li a.twitter:hover {
  background-color: #6daae0;
}
.main__item--social li a.twitter:after {
  margin-top: -10px;
  margin-left: -15px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 30px;
  height: 21px;
  background-position: -829px -714px;
}
.main__item--social li a.insta:hover {
  background-color: #5b87ae;
}
.main__item--social li a.insta:after {
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 20px;
  height: 20px;
  background-position: -460px -346px;
}
.main__item--v2 {
  padding: 0;
  min-height: 292px;
  text-align: left;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
}
.main__item--v2 .container-photo {
  width: 220px;
  height: 292px;
  float: left;
  position: relative;
}
.main__item--v2 .container-photo img {
  height: 292px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main__item--v2__booked_text {
  font-size: 16px;
  font-style: italic;
  display: block;
}
.main__item--v2 .container-info {
  background-color: #fff;
  margin-left: 220px;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.main__item--v2--title {
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
  color: #000;
  text-transform: uppercase;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
}
.main__item--v2--when {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.main__item--v2--when li {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  margin-right: 15px;
}
.main__item--v2--when li:last-child {
  margin-right: 0;
}
.main__item--v2--when li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}
.main__item--v2--when li.date {
  padding-left: 20px;
}
.main__item--v2--when li.date:before {
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 10px;
  height: 10px;
  background-position: -190px -190px;
}
.main__item--v2--when li.where {
  padding-left: 15px;
}
.main__item--v2--when li.where:before {
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 8px;
  height: 10px;
  background-position: -634px -524px;
}
.main__item--v2__content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #000;
  line-height: 20px;
  min-height: 80px;
  overflow: hidden;
}
.main__item--v2 .btn-container {
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
.main__item--v2 .btn-container .btn {
  margin-right: 10px;
}
.main__item--v2--short .container-info {
  position: static;
}
.main__item--v2--short .btn-container {
  position: absolute;
  bottom: 10px;
}
.main__item--v2--social {
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
.main__item--v2--social li {
  display: inline-block;
  margin-right: 10px;
}
.main__item--v2--social li:last-child {
  margin-right: 0;
}
.main__item--v2--social li a {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  transition: all 0.3s ease;
}
.main__item--v2--social li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
}
.main__item--v2--social li a.facebook:hover {
  background-color: #3b5998;
}
.main__item--v2--social li a.facebook:after {
  margin-top: -10px;
  margin-left: -15px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 30px;
  height: 21px;
  background-position: -210px -210px;
}
.main__item--v2--social li a.vk:hover {
  background-color: #6186ad;
}
.main__item--v2--social li a.vk:after {
  margin-top: -10px;
  margin-left: -15px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 30px;
  height: 21px;
  background-position: -889px -756px;
}
.main__item--v2--social li a.twitter:hover {
  background-color: #6daae0;
}
.main__item--v2--social li a.twitter:after {
  margin-top: -10px;
  margin-left: -15px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 30px;
  height: 21px;
  background-position: -829px -714px;
}
.main__item--v2--social li a.insta:hover {
  background-color: #5b87ae;
}
.main__item--v2--social li a.insta:after {
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 20px;
  height: 20px;
  background-position: -460px -346px;
}

.sidebar {
  float: right;
  width: 240px;
}
.wrap_content--wide .sidebar {
  width: 300px;
}
.sidebar__title {
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  display: block;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  line-height: 20px;
}
.sidebar__title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 20px;
  height: 20px;
  background-position: -707px -604px;
}
.sidebar__item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #aaa;
  display: block;
}
.sidebar__item:last-child {
  margin-bottom: 0;
}
.sidebar__item p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}
.sidebar__item .sidebar__item--link-title:hover, .sidebar__item p:hover {
  color: #1babdb;
}
.sidebar__item--link {
  display: block;
}
.sidebar__item--link-img {
  max-width: 100%;
  display: block;
}
.sidebar__item--link-title {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  line-height: 20px;
  margin: 10px 0 0;
}
.sidebar__item--link-date {
  color: #a1a1a1;
  font-family: Georgia, Arial, sans-serif;
  font-style: italic;
  line-height: 20px;
  display: block;
  margin-bottom: 5px;
}
.sidebar__item--link:hover h3 {
  color: #1babdb;
}

.one-game__gallery {
  overflow: hidden;
  background-color: #fff;
}
.one-game__gallery_title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  display: block;
  padding: 10px 20px;
}
.one-game__gallery_list {
  overflow: hidden;
  margin: 0 10px;
}
.one-game__gallery_photo {
  float: left;
  margin: 0 10px 20px 10px;
  width: 140px;
}
.one-game__gallery_photo img {
  width: 140px;
  height: 140px;
}
.one-game__header {
  overflow: hidden;
  position: relative;
  min-height: 180px;
}
.one-game__img {
  width: 220px;
  float: left;
}
.one-game__img img {
  max-width: 100%;
}
.one-game__book {
  margin-top: 20px;
}
.one-game__book_text {
  margin-bottom: 10px;
  display: block;
  font-style: italic;
}
.one-game__right {
  margin-left: 240px;
}
.one-game__right h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
.one-game__right .main__item--v2--when li {
  display: block;
  line-height: 25px;
  font-size: 14px;
  padding-left: 20px !important;
}
.one-game__right-bottom {
  position: absolute;
  bottom: 0;
}
@media (max-device-width: 639px) {
  .one-game__right-bottom {
    position: static;
  }
}
.one-game__right-bottom span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #000;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.one-game__right-bottom .btn {
  display: inline-block;
}
.one-game__right__share {
    padding-top: 10px;
  text-align: center;
  /*position: absolute;*/
  bottom: 0;
  right: 0;
}
@media (max-device-width: 639px) {
  .one-game__right__share {
    position: static;
  }
}
.one-game__more-info {
  margin-top: 25px;
}
.one-game__more-info p {
  line-height: 20px;
  font-size: 13px;
}

.comment-container {
  margin-top: 30px;
}
.comment-container__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  background-color: #fff;
  display: block;
  padding: 20px;
}
.comment-container .comment-write {
  margin-bottom: 15px;
  padding: 0 20px 20px;
  background-color: #fff;
}
.comment-container .comment-write .comment-message {
  width: 85%;
  vertical-align: top;
}
.comment-container .comment-write textarea {
  display: block;
  width: 100%;
  resize: none;
  height: 70px;
  padding: 10px;
  border: 1px solid #1babdb;
}
.comment-container .comment-write .btn {
  width: 15%;
  border-radius: 0;
  float: right;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  padding: 0;
  text-align: center;
}
.comment-container .comment-item {
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.comment-container .comment-item__avatar {
  width: 50px;
  height: 50px;
  float: left;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #1babdb;
}
.comment-container .comment-item__avatar img {
  max-width: 100%;
}
.comment-container .comment-item__action {
  float: right;
  color: red;
  margin-left: 6px;
  display: block;
  font-size: 12px;
}
.comment-container .comment-item__text {
  margin-left: 60px;
}
.comment-container .comment-item__text .name {
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin-bottom: 5px;
}
.comment-container .comment-item__text .time {
  float: right;
  font-size: 13px;
  position: relative;
  padding-left: 15px;
}
.comment-container .comment-item__text .time:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 10px;
  height: 10px;
  background-position: -190px -190px;
}
.comment-container .comment-item__message {
  font-size: 13px;
  color: #333;
  line-height: 18px;
}

.one-organizator h3 {
  display: inline-block;
}
.one-organizator .one-game__right > a {
  float: right;
}
.one-organizator .one-game__more-info {
  margin-top: 0;
}

.profile__main {
  overflow: hidden;
  position: relative;
  min-height: 200px;
}
.profile__left {
  float: left;
  width: 250px;
}
.profile__right {
  margin-left: 270px;
}
.profile__avatar {
  text-align: center;
}
.profile__avatar .overlay-loader {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.profile__avatar .overlay-loader .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 97px;
  height: 97px;
  animation-name: rotateAnim;
  -o-animation-name: rotateAnim;
  -ms-animation-name: rotateAnim;
  -webkit-animation-name: rotateAnim;
  -moz-animation-name: rotateAnim;
  animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
.profile__avatar .overlay-loader .loader div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.profile__avatar .overlay-loader .loader div:nth-child(odd) {
  border-top: none;
  border-left: none;
}
.profile__avatar .overlay-loader .loader div:nth-child(even) {
  border-bottom: none;
  border-right: none;
}
.profile__avatar .overlay-loader .loader div:nth-child(2) {
  border-width: 2px;
  left: 0px;
  top: -4px;
  width: 12px;
  height: 12px;
}
.profile__avatar .overlay-loader .loader div:nth-child(3) {
  border-width: 2px;
  left: -1px;
  top: 3px;
  width: 18px;
  height: 18px;
}
.profile__avatar .overlay-loader .loader div:nth-child(4) {
  border-width: 3px;
  left: -1px;
  top: -4px;
  width: 23px;
  height: 23px;
}
.profile__avatar .overlay-loader .loader div:nth-child(5) {
  border-width: 3px;
  left: -1px;
  top: 4px;
  width: 31px;
  height: 31px;
}
.profile__avatar .overlay-loader .loader div:nth-child(6) {
  border-width: 4px;
  left: 0px;
  top: -4px;
  width: 39px;
  height: 39px;
}
.profile__avatar .overlay-loader .loader div:nth-child(7) {
  border-width: 4px;
  left: 0px;
  top: 6px;
  width: 49px;
  height: 49px;
}
@keyframes rotateAnim {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes rotateAnim {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
.profile__avatar img {
  max-width: 100%;
}
.profile__avatar button {
  line-height: 40px;
}
.profile__avatar__image {
  position: relative;
  padding: 5px 5px 0 5px;
}
.profile__avatar__loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.profile_block__title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.profile .password-form-container {
  padding-top: 20px;
  margin-bottom: 30px;
}
.profile .password-form-container .profile__block {
  margin-top: 0;
}
.profile__param {
  margin-bottom: 30px;
}
.profile .edit {
  position: absolute;
  text-decoration: underline;
  z-index: 1;
  color: #1babdb;
}
.profile .edit:hover {
  text-decoration: none;
}
.profile .edit-pass {
  top: 0;
  right: 0;
}
.profile .edit-team {
  top: 10px;
  right: 80px;
}
.profile .delete-team {
  right: 10px;
  color: red;
}
.profile__block {
  border: 1px solid #1babdb;
  padding: 10px;
  margin-top: 15px;
  position: relative;
}
.profile__block--edit {
  margin-top: 10px;
}
.profile__block p {
  font-size: 12px;
  color: #999;
  margin: 5px 0 0;
}
.profile__block a {
  font-size: 14px;
  text-decoration: underline;
  color: #1babdb;
}
.profile__block a:hover {
  text-decoration: none;
}
.profile__block--team-create .team-name {
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.profile__block--team-create .team-logo {
  max-width: 100%;
}
.profile h3 {
  margin: 0;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
}
.profile--header {
  margin-bottom: 15px;
}
.profile--header .edit-name,
.profile--header .block-edit-pass {
  margin-bottom: 10px;
}
.profile .row-input span {
  margin-bottom: 10px;
  display: block;
}
.profile .checkbox-container {
  position: relative;
  margin: 0 0 5px;
}
.profile .checkbox-container .checkbox-input:not(checked) {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  margin-left: 5px;
  opacity: 0;
}
.profile .checkbox-container .checkbox-input:not(checked) + .checkbox-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  margin: 0;
  font-weight: 400;
}
.profile .checkbox-container .checkbox-input:not(checked) + .checkbox-label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
}
.profile .checkbox-container .checkbox-input:not(checked) + .checkbox-label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #fff;
}
.profile .checkbox-container .checkbox-input:checked + .checkbox-label:before {
  border-color: #1babdb;
}
.profile .checkbox-container .checkbox-input:checked + .checkbox-label:after {
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 10px;
  height: 10px;
  background-position: -115px -115px;
}
.profile .edit-pen {
  width: 20px;
  height: 20px;
  background-color: #1babdb;
  display: inline-block;
  border-radius: 100%;
  position: relative;
}
.profile .edit-pen:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 10px;
  height: 10px;
  background-position: -200px -200px;
}
.profile form button {
  line-height: 40px;
}

.page-slide__btn_like {
  position: absolute !important;
  right: 0;
  bottom: 0;
  z-index: 2222222;
  line-height: 24px !important;
  padding-top: 23px;
  font-size: 14px !important;
}
.page-slide__btn_like span {
  font-size: 19px;
  display: block;
}
.page-slide__btn_like.voted {
  background: #0a4153;
  padding-top: 19px;
}
.page-slide img {
  max-width: 100%;
  height: auto;
}
.page-slide--info {
  text-align: center;
}
.page-slide--info .page-slide__audio {
  position: absolute;
  left: 50%;
  top: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  display: block;
}
.page-slide--info * {
  line-height: 100%;
}
.page-slide--info .page-slide__content {
  top: 30px;
  bottom: 30px;
}
.game-process--admin .page-slide--info .page-slide__content {
  bottom: 90px;
}
.page-slide--status {
  width: 500px;
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.page-slide--status h1 {
  margin: 0;
}
.page-slide--status .btn {
  margin-top: 20px;
}
.page-slide__header {
  height: 130px;
}
.page-slide__content {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 100px;
  top: 150px;
  z-index: 1;
  overflow-y: auto;
}
.page-slide__content::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 7px rgba(0,0,0,0.3);background-color: #ffffff}
.page-slide__content::-webkit-scrollbar{width:6px;height:6px;background-color: #ffffff  }
.page-slide__content::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.3);border-radius:6px}
.page-slide .angle {
  position: fixed;
  z-index: 1;
  text-align: center;
  width: 230px;
  height: 130px;
  background-color: #fff;
  box-shadow: 0 0 10px #aaa;
  background: rgba(22, 22, 22, 0.2);
  color: #fff;
}
.page-slide .angle--center {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-slide .angle--center span {
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  display: block;
  line-height: 40px;
}
.page-slide .angle__top-left {
  left: 0;
}
.page-slide .angle__top-right {
  right: 0;
}
.page-slide .angle__top-right span {
  font-size: 40px;
}
.page-slide__wrap_question {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.page-slide__wrap_question--half {
  right: 50%;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page-slide__wrap_question {
    right: 0;
    position: static;
  }
}
@media (max-width: 959px) {
  .page-slide--type-3 .page-slide__wrap_question, .page-slide--type-3.page-slide--orientation-1 .page-slide__wrap_question {
    right: 0;
    position: static;
  }
}
.page-slide--type-3.page-slide--orientation-1 .page-slide__wrap_question {
  right: 0;
  position: static;
}
.page-slide audio {
  margin: 0 auto;
  display: block;
}
.page-slide.page-slide--type-2 .page-slide__question_wrapper:not(.no-valign), .page-slide.page-slide--type-4 .page-slide__question_wrapper:not(.no-valign), .page-slide.page-slide--info .page-slide__question_wrapper:not(.no-valign) {
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  top: 50%;
}
@media (min-width: 640px) {
  .page-slide.page-slide--type-2.page-slide--orientation-0 .page-slide__question_wrapper:not(.no-valign) .page-slide__question, .page-slide.page-slide--type-4 .page-slide__question_wrapper:not(.no-valign) .page-slide__question, .page-slide.page-slide--info .page-slide__question_wrapper:not(.no-valign) .page-slide__question {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 960px) {
  .page-slide.page-slide--type-3.page-slide--orientation-0 .page-slide__question_wrapper:not(.no-valign) .page-slide__question, .page-slide.page-slide--type-4 .page-slide__question_wrapper:not(.no-valign) .page-slide__question {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

  }
}
.page-slide__wrap_img {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 959px) {
  .page-slide__wrap_img {
    position: static;
    /*display: block;*/
    /*position: relative;*/
    /*left: auto;*/
  }
}
.page-slide--type-3.page-slide--orientation-1 .page-slide__wrap_img {
  position: static;
  /*display: block;*/
  /*position: relative;*/
  /*left: auto;*/
}
.page-slide__wrap_img img {
  max-width: 95%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page-slide__wrap_img img {
    position: static;
    margin: 0 auto;
    display: block;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 959px) {
  .page-slide--type-3 .page-slide__wrap_img img {
    position: static;
    margin: 0 auto;
    display: block;
    -webkit-transform: none;
            transform: none;
  }
}
.page-slide--type-3.page-slide--orientation-1 .page-slide__wrap_img img {
  position: static;
  margin: 0 auto;
  display: block;
  -webkit-transform: none;
          transform: none;
}
.page-slide__question {
  text-align: center;
  padding: 0 50px;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 600px) and (max-width: 959px) {
  .page-slide__question {
    position: static;
    margin-bottom: 30px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 1500px) {
  .page-slide--type-2 .page-slide__question.size-3 {
    font-size: 28.5px;
    line-height: 39px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .page-slide--type-2 .page-slide__question.size-3 {
    font-size: 23.0769230769px;
    line-height: 28.5714285714px;
  }
}
@media (min-width: 1500px) {
  .page-slide--type-2 .page-slide__question.size-4 {
    font-size: 36.1px;
    line-height: 49.4px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .page-slide--type-2 .page-slide__question.size-4 {
    font-size: 29.2307692308px;
    line-height: 36.1904761905px;
  }
}
@media (min-width: 1500px) {
  .page-slide--type-2 .page-slide__question.size-5 {
    font-size: 47.5px;
    line-height: 65px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .page-slide--type-2 .page-slide__question.size-5 {
    font-size: 38.4615384615px;
    line-height: 47.619047619px;
  }
}
@media (min-width: 1500px) {
  .page-slide--type-2 .page-slide__question.size-6 {
    font-size: 57px;
    line-height: 78px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .page-slide--type-2 .page-slide__question.size-6 {
    font-size: 46.1538461538px;
    line-height: 57.1428571429px;
  }
}
@media (min-width: 1500px) {
  .page-slide--type-2 .page-slide__question.size-7 {
    font-size: 66.5px;
    line-height: 91px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .page-slide--type-2 .page-slide__question.size-7 {
    font-size: 53.8461538462px;
    line-height: 66.6666666667px;
  }
}
@media (min-width: 1500px) {
  .page-slide--type-2 .page-slide__question.size-8 {
    font-size: 76px;
    line-height: 104px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .page-slide--type-2 .page-slide__question.size-8 {
    font-size: 61.5384615385px;
    line-height: 76.1904761905px;
  }
}
@media (min-width: 1500px) {
  .page-slide--type-2 .page-slide__question.size-9 {
    font-size: 85.5px;
    line-height: 117px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .page-slide--type-2 .page-slide__question.size-9 {
    font-size: 69.23076923080001px;
    line-height: 85.7142857143px;
  }
}
@media (min-width: 1500px) {
  .page-slide--type-2 .page-slide__question.size-10 {
    font-size: 95px;
    line-height: 130px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .page-slide--type-2 .page-slide__question.size-10 {
    font-size: 76.9230769231px;
    line-height: 95.2380952381px;
  }
}
@media (min-width: 1500px) {
  .page-slide--type-3 .page-slide__question.size-3, .page-slide--type-4 .page-slide__question.size-3 {
    font-size: 25.65px;
    line-height: 35.1px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .page-slide--type-3 .page-slide__question.size-3, .page-slide--type-4 .page-slide__question.size-3 {
    font-size: 20.7692307692px;
    line-height: 25.7142857143px;
  }
}
@media (min-width: 1500px) {
  .page-slide--type-3 .page-slide__question.size-4, .page-slide--type-4 .page-slide__question.size-4 {
    font-size: 33.25px;
    line-height: 45.5px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .page-slide--type-3 .page-slide__question.size-4, .page-slide--type-4 .page-slide__question.size-4 {
    font-size: 26.9230769231px;
    line-height: 33.3333333333px;
  }
}
@media (min-width: 1500px) {
  .page-slide--type-3 .page-slide__question.size-5, .page-slide--type-4 .page-slide__question.size-5 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .page-slide--type-3 .page-slide__question.size-5, .page-slide--type-4 .page-slide__question.size-5 {
    font-size: 30.7692307692px;
    line-height: 38.0952380952px;
  }
}
@media (min-width: 1500px) {
  .page-slide--type-3 .page-slide__question.size-6, .page-slide--type-4 .page-slide__question.size-6 {
    font-size: 44.65px;
    line-height: 61.1px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .page-slide--type-3 .page-slide__question.size-6, .page-slide--type-4 .page-slide__question.size-6 {
    font-size: 36.1538461538px;
    line-height: 44.7619047619px;
  }
}
@media (min-width: 1500px) {
  .page-slide--type-3 .page-slide__question.size-7, .page-slide--type-4 .page-slide__question.size-7 {
    font-size: 52.25px;
    line-height: 71.5px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .page-slide--type-3 .page-slide__question.size-7, .page-slide--type-4 .page-slide__question.size-7 {
    font-size: 42.3076923077px;
    line-height: 52.380952381px;
  }
}
@media (min-width: 1500px) {
  .page-slide--type-3 .page-slide__question.size-8, .page-slide--type-4 .page-slide__question.size-8 {
    font-size: 61.75px;
    line-height: 84.5px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .page-slide--type-3 .page-slide__question.size-8, .page-slide--type-4 .page-slide__question.size-8 {
    font-size: 50px;
    line-height: 61.9047619048px;
  }
}
@media (min-width: 1500px) {
  .page-slide--type-3 .page-slide__question.size-9, .page-slide--type-4 .page-slide__question.size-9 {
    font-size: 71.25px;
    line-height: 97.5px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .page-slide--type-3 .page-slide__question.size-9, .page-slide--type-4 .page-slide__question.size-9 {
    font-size: 57.6923076923px;
    line-height: 71.4285714286px;
  }
}
@media (min-width: 1500px) {
  .page-slide--type-3 .page-slide__question.size-10, .page-slide--type-4 .page-slide__question.size-10 {
    font-size: 76px;
    line-height: 104px;
  }
}
@media (min-width: 1000px) and (max-width: 1499px) {
  .page-slide--type-3 .page-slide__question.size-10, .page-slide--type-4 .page-slide__question.size-10 {
    font-size: 61.5384615385px;
    line-height: 76.1904761905px;
  }
}
.page-slide__footer {
  position: fixed;
  bottom: 0;
  height: 82px;
  left: 0;
  right: 0;
  z-index: 3;
}
.page-slide__footer_btn {
  float: left;
}
.page-slide__footer_btn_link {
  display: block;
  background-color: #1babdb;
  position: relative;
  height: 82px;
  width: 82px;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  line-height: 82px;
}
.page-slide__footer_btn_link:hover, .page-slide__footer_btn_link:focus {
  color: #ffffff;
}
.page-slide__footer_btn_link--menu {
  line-height: 30px;
  padding-top: 9px;
}
.page-slide__footer .answer-form--margin {
  margin-left: 82px;
}
body.fixfixed .page-slide__footer {
  position: absolute;
  bottom: 400px;
}
.page-slide__footer_input {
  margin-right: 200px;
}
.page-slide__footer .textarea {
  width: 100%;
  display: block;
  resize: none;
  height: 82px;
  padding: 20px;
  font-size: 25px;
  border: 1px solid #1babdb;
}
.page-slide__footer .btn {
  width: 200px;
  float: right;
  border-radius: 0;
  line-height: 80px;
  font-size: 30px;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.page-slide__submit_comment {
  float: right;
}
.page-slide__btn_left {
  float: left;
}
.page-slide__btn_right {
  float: right;
}
.page-slide__btn_center {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.infographics {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.team_slider__name {
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 50px;
}
.team_slider__image {
  max-width: 100%;
}
.team_slider__image img {
  max-width: 100%;
  max-height: 350px;
}

.admin-control {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.admin-control .btn-answer {
  position: relative;
  width: 80px;
  float: left;
  height: 80px;
  background-color: #1babdb;
  border: 0;
}
.admin-control .btn-answer:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 70px;
  height: 70px;
  background-position: 0px 0px;
}
.admin-control .btn-teams {
  position: relative;
  width: 80px;
  float: left;
  height: 80px;
  background-color: #1babdb;
  border: 0;
}
.admin-control .btn-teams:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 50px;
  height: 50px;
  background-position: -560px -446px;
}
.admin-control ul {
  float: right;
}
.admin-control li {
  float: left;
  margin-right: 1px;
}
.admin-control li:last-child {
  margin-right: 0;
}
.admin-control li a {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #1babdb;
  position: relative;
}
.admin-control li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.admin-control li a.prev:after {
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 50px;
  height: 50px;
  background-position: -657px -554px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.admin-control li a.timer:after {
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 64px;
  height: 64px;
  background-position: -735px -629px;
  margin-left: -30px;
  margin-top: -30px;
}
.admin-control li a.result:after {
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 50px;
  height: 50px;
  background-position: -560px -446px;
}
.admin-control li a.close-panel:after {
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 50px;
  height: 50px;
  background-position: -140px -140px;
}
.admin-control li a.next:after {
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 50px;
  height: 50px;
  background-position: -657px -554px;
}
.admin-control li a.answer {
  color: white;
  font-size: 14px;
  vertical-align: middle;
  font-weight: bold;
  padding-top: 25px;
}

.table-game-stats th {
  vertical-align: middle !important;
}
.table-game-stats td, .table-game-stats th {
  border: 1px solid #000 !important;
  white-space: nowrap;
  padding: 11px 10px !important;
}
.table-game-stats .winner {
  background: #43d457;
}
.table-game-stats .cell-total, .table-game-stats th {
  background: #bfe5ff;
}
.table-game-stats .cell-total {
  background: #43d457 !important;
  text-align: center;
  font-weight: bold;
  font-size: 125%;
}
.table-game-stats .cell-round-total {
  background: #b7e0b6 !important;
  text-align: center;
  font-weight: bold;
  font-size: 110%;
}
.table-game-stats .cell-winner {
  background: #e0da73 !important;
}

.game-process-start {
  width: 400px;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 10px;
}
.game-process-start .form-row {
  display: block;
  margin-bottom: 20px;
}
.game-process-start .form-row label {
  display: block;
  margin-bottom: 5px;
}
.game-process-start .form-row select {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.game-process-start .form-row .btn {
  margin: 0 auto;
  width: 200px;
  display: block;
}

.process_team_name {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 10px 20px;
  background: #1babdb;
  color: #fff;
  font-size: 16px;
  z-index: 999;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.profile__team__actions {
  margin-top: 10px;
  position: absolute;
  bottom: 0;
}
.profile__team-top {
  overflow: hidden;
  position: relative;
}
.profile__team-body {
  margin-top: 30px;
}
.profile__team-body__title {
  background-color: #C6E5FF;
  line-height: 40px;
  color: #000;
  text-align: center;
}
.profile__team-img {
  float: left;
  width: 240px;
}
.profile__team-img img {
  max-width: 100%;
}
.profile__team-info {
  overflow: hidden;
}
.profile__team-info__left {
  float: left;
}
.profile__team-info__title {
  margin-bottom: 15px;
}
.profile__team-info__title span {
  text-transform: uppercase;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.profile__team-info__games {
  margin-bottom: 15px;
}
.profile__team-info__rating {
  margin-top: 15px;
}
.profile__team-info__rating a {
  text-decoration: underline;
}
.profile__team-info__btn {
  margin-top: 15px;
}
.profile__team-info__btn button {
  line-height: 18px;
  height: 45px;
  margin-right: 10px;
  width: 182px;
}
.profile__team-info__btn button:last-child {
  margin-right: 0;
}
.profile__team-people {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.profile__team-people__item {
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
  vertical-align: top;
}
.profile__team-people__item:last-child {
  margin-right: 0;
}
.profile__team-people__item__img {
  width: 105px;
  height: 105px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.profile__team-people__item__img img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.profile__team-people__item__header {
  height: 20px;
  min-width: 1px;
}
.profile__team-people__item__header__name {
  display: block;
}
.profile__team-people__item__footer {
  margin-top: 10px;
  text-align: center;
}
.profile__team-people__item__footer__name {
  display: block;
}
.profile__team-people__item__footer__link {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.profile__team-people__item__footer__link:hover {
  text-decoration: underline;
}
.profile__team-people__item__footer__link--green {
  color: #8dc354;
}
.profile__team-people__item__footer__link--green:hover {
  color: #8dc354;
}
.profile__team-people__item__footer__link--del {
  color: #ff4646;
}
.profile__team-people__item__footer__link--del:hover {
  color: #ff4646;
}

.team__rating-list__header {
  padding-bottom: 10px;
}
.team__rating-list__header:after {
  content: "";
  display: table;
  clear: both;
}
.team__rating-list__header__btn-container {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.team__rating-list__header__btn-container:last-child {
  margin-right: 0;
}
.team__rating-list__header__tabs:after {
  content: "";
  display: table;
  clear: both;
}
.team__rating-list__header__tabs li {
  float: left;
  margin-right: 10px;
}
.team__rating-list__header__tabs li:last-child {
  margin-right: 0;
}
.team__rating-list__header__tabs li a.active {
  background-color: #2687a7;
}
.team__rating-list__header__sort {
  margin-top: 20px;
  margin-right: 250px;
}
.team__rating-list__header__sort:after {
  content: "";
  display: table;
  clear: both;
}
.team__rating-list__header__search {
  float: right;
  width: 220px;
}
.team__rating-list__header__search input {
  width: 100%;
  line-height: 40px;
  border-radius: 25px;
  padding-left: 15px;
  border: 1px solid #1babdb;
  box-shadow: none;
}
.team__rating-list__body .team-table {
  width: 100%;
}
.team__rating-list__body .team-table tr {
  border-bottom: 1px solid #e1e1e1;
}
.team__rating-list__body .team-table th {
  padding: 0 5px 15px;
}
.team__rating-list__body .team-table th a {
  color: #000;
  text-decoration: underline;
}
.team__rating-list__body .team-table th a.asc, .team__rating-list__body .team-table th a.desc {
  text-decoration: none;
  color: #1babdb;
}
.team__rating-list__body .team-table td:first-child, .team__rating-list__body .team-table th:first-child {
  width: 15px;
  min-width: 15px;
  text-align: center;
}
.team__rating-list__body .team-table td {
  vertical-align: middle !important;
  padding: 5px;
}
.team__rating-list__body .team-table__digit {
  text-align: center;
  width: 110px;
}
.team__rating-list__body .team-table__link {
  text-align: right;
  width: 165px;
  min-width: 180px;
  font-size: 13px;
}
.team__rating-list__body .team-table__photo {
  text-align: center;
  width: 110px;
}
.team__rating-list__body .team-table__photo img {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.page_error {
  text-align: center;
}
.page_error__code {
  font-size: 100px;
  display: block;
  line-height: 100%;
  padding: 50px 0;
}
.page_error__text {
  font-size: 60px;
  display: block;
  padding-bottom: 50px;
  line-height: 100%;
}

.games_filter {
  margin-bottom: 20px;
  overflow: hidden;
}
.games_filter__organizator {
  display: inline-block;
  vertical-align: top;
}
.games_filter__checkbox {
  display: inline-block;
  vertical-align: top;
  padding: 12px 0 0 20px;
}
.games_filter__checkbox label {
  margin-bottom: 0;
  font-size: 18px;
}
.games_filter__checkbox input {
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
  margin-top: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
.games_filter__checkbox span {
  display: inline-block;
  vertical-align: top;
}

.games_no_found {
  padding: 20px 15px;
  margin-bottom: 20px;
  font-size: 12px;
  background: #fff;
  line-height: 30px;
  color: gray;
  text-align: left;
}

.triangle-border {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  border: 2px solid #CCCCCC;
  color: #333;
  background: #fff;
  border-radius: 10px;
  line-height: 21px;
  min-height: 200px;
}

.triangle-border.left:before {
  top: 13px;
  bottom: auto;
  left: -27px;
  border-width: 12px 27px 12px 0;
  border-color: transparent #CCCCCC;
}

.triangle-border:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #CCCCCC transparent;
  display: block;
  width: 0;
}

.triangle-border.left:after {
  top: 16px;
  bottom: auto;
  left: -21px;
  border-width: 9px 21px 9px 0;
  border-color: transparent #fff;
}

.triangle-border:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 47px;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}

.call-fight-title {
  font-size: 17px;
  margin-bottom: 40px;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.call-fight-example {
  font-size: 12px;
  color: #999;
  margin-top: -10px;
  display: block;
}

.food_menu__loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  background: url("../images/profile_loader.gif") no-repeat center center rgba(50, 50, 50, 0.4);
}
.food_menu__header {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #aaa;
}
.food_menu__footer {
  padding: 10px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #1babdb;
  color: #fff;
}
@media (max-device-width: 639px) {
  .food_menu__footer {
    padding: 50px 20px 10px;
  }
}
.food_menu__footer a {
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 15px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}
.food_menu__summary {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  white-space: nowrap;
}
@media (max-device-width: 639px) {
  .food_menu__summary {
    top: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.food_menu__summary_total {
  font-weight: bold;
}
.food_menu__submit {
  float: right;
  margin-left: 10px;
}
.food_menu__title {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 100%;
  margin: 0;
}
.food_menu__container {
  overflow: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 41px;
  bottom: 50px;
  z-index: 1;
}
.food_menu__category {
  border-bottom: 1px solid #aaa;
}
.food_menu__category_title {
  display: block;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
}
.food_menu__category_title a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  position: relative;
}
.food_menu__category_title a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  right: 20px;
  display: block;
  background-color: transparent;
  background-image: url("../images/svg/build/sprite.svg?v=1");
  background-size: 919px 777px;
  width: 20px;
  height: 20px;
  background-position: -70px -70px;
}
.food_menu__category_title a:hover {
  text-decoration: none;
}
.food_menu__category_title--opened a:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.food_menu__product {
  overflow: hidden;
  margin: 0 20px;
  padding: 10px 0;
}
.food_menu__product_image {
  width: 200px;
  float: left;
  border: 1px solid #eee;
  text-align: center;
  padding: 5px;
}
.food_menu__product_image img {
  max-width: 190px;
  max-height: 190px;
  display: inline-block;
}
.food_menu__product_content {
  margin-left: 240px;
  padding-top: 15px;
}
@media (max-device-width: 639px) {
  .food_menu__product_content {
    margin-left: 210px;
  }
}
.food_menu__product_header {
  overflow: hidden;
  margin-bottom: 10px;
}
.food_menu__product_header_left {
  float: left;
}
.food_menu__product_name {
  margin: 0;
}
.food_menu__product_price {
  float: right;
  font-weight: bold;
  font-size: 20px;
  display: block;
  line-height: 100%;
}
.food_menu__product_quantity {
  margin-top: 10px;
}
.food_menu__product_quantity a, .food_menu__product_quantity input {
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
@media (max-device-width: 639px) {
  .food_menu__product_quantity a, .food_menu__product_quantity input {
    height: 35px;
    line-height: 35px;
  }
}
.food_menu__product_quantity a {
  background: #1babdb;
  display: inline-block;
  width: 50px;
  position: relative;
}
.food_menu__product_quantity a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 40px;
  line-height: 100%;
}
@media (max-device-width: 639px) {
  .food_menu__product_quantity a {
    width: 35px;
  }
}
.food_menu__product_quantity a.qty-minus:after {
  content: '-';
  margin-top: -23px;
}
.food_menu__product_quantity a.qty-plus:after {
  content: '+';
  margin-top: -20px;
}
.food_menu__product_quantity input {
  display: inline-block;
  margin: 0 5px;
  font-size: 30px;
  width: 100px;
  color: #000;
  border: 1px solid #aaa;
}
@media (max-device-width: 639px) {
  .food_menu__product_quantity input {
    width: 90px;
  }
}
.food_menu__product_description {
  display: block;
  font-style: italic;
  margin-top: 15px;
  white-space: pre;
  line-height: 20px;
}
.food_menu__product_total {
  display: inline-block;
  margin-left: 20px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-device-width: 639px) {
  .food_menu__product_total {
    display: block;
    margin-left: 0;
  }
}

.popup_photo {
  width: 700px;
  margin-left: -350px;
  padding: 15px;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.popup_photo__images {
  overflow: hidden;
  margin-bottom: 30px;
}
.popup_photo__left {
  float: left;
  width: 400px;
}
.popup_photo__main_image img {
  max-height: 300px;
}
.popup_photo__right {
  margin-left: 420px;
}
.popup_photo img {
  max-width: 100%;
}
.popup_photo__preview {
  margin-bottom: 20px;
}
.popup_photo__preview:last-child {
  margin-bottom: 0;
}
.qrCode {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  opacity: 0.95;
}
.qrCode img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -250px;
}
.reg-popup-title{
  font-size: 20px;
}
select.session-picker{
  margin-top: 10px;
  border: 1px solid #77777f;
}
li.nav-item a{
  color: #777777;
}