﻿@charset 'UTF-8';
 /*Slider */
/*.slick-loading .slick-list*/
/*{*/
/*    background: #fff url('./ajax-loader.gif') center center no-repeat;*/
/*}*/

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.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;
}

@font-face {
  font-family: 'FranklinGothicBookCondC';
  src: url('../fonts/FranklinGothicBookCondC.eot');
  src: url('../fonts/FranklinGothicBookCondC.eot?#iefix') format('embedded-opentype'), url('../fonts/FranklinGothicBookCondC.woff2') format('woff2'), url('../fonts/FranklinGothicBookCondC.woff') format('woff'), url('../fonts/FranklinGothicBookCondC.svg#FranklinGothicBookCondC') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FranklinGothicMediCondOSC';
  src: url('../fonts/FranklinGothicMediCondOSC.eot');
  src: url('../fonts/FranklinGothicMediCondOSC.eot?#iefix') format('embedded-opentype'), url('../fonts/FranklinGothicMediCondOSC.woff2') format('woff2'), url('../fonts/FranklinGothicMediCondOSC.woff') format('woff'), url('../fonts/FranklinGothicMediCondOSC.svg#FranklinGothicMediCondOSC') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  min-height: 100%;
}
body {
  margin: 0 auto;
  min-height: 100%;
  font-family: 'FranklinGothicBookCondC', Arial, sans-serif;
  font-size: 16px;
  background: #202020;
}
body.v-blocked {
  height: 100% !important;
  max-height: 100% !important;
  min-height: auto !important;
  overflow: hidden !important;
}
/* COMMON STYLES */
a {
  color: #cba150;
  text-decoration: none;
}
a:hover {
  color: #fff;
  /*text-decoration: underline;*/
}
img {
  max-width: 100%;
  border: none;
}
.utx-widget-modal .utx-widget-modal-content, .utx-widget-modal .utx-widget-modal-content .utx-widget-modal-container {
   background-color: #202020 !important;
 }

.utx-widget-modal .utx-widget-modal-content .utx-widget-modal-container {
  background-image: url("../img/loader.svg") !important;
}

.utx-widget-modal .utx-widget-modal-content, .utx-widget-modal .utx-widget-modal-content .utx-widget-modal-container.f-loaded {
  background: #fff !important;
}

.btn-price {
  background: #cba150;
  display: inline-block;
  padding: 0 16px;
  height: 44px;
  border-radius: 3px;
  font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}
.btn-price_last-1:last-child {
  margin: 0;
}
.btn-price_mini {
  display: inline-block;
  height: auto;
  padding: 8px 30px;
  line-height: 1;
  margin: 0 14px 0 0;
  border-radius: 6px;
}
.btn-price_d-1 {
  display: block;
  max-width: 314px;
}
.btn-price_full-width {
  display: block;
  width: 100%;
}
.btn-price_mb-1 {
  margin-bottom: 13px;
}
.btn-price_mb-2 {
  margin-bottom: 17px;
}
.btn-price_mr-1 {
  margin-right: 10px;
}
.btn-price_mr-2 {
  margin-right: 15px;
}
.btn-price_mr-3 {
  margin-right: 21px;
}
.btn-price_col-1 {
  display: inline-block;
  width: calc(50% - 10px);
  margin: 0 10px 13px 0;
}
.btn-price .i {
  display: inline-block;
  vertical-align: middle;
  background: url('../img/ticket.svg') center center no-repeat;
  width: 21px;
  height: 16px;
  margin-right: 10px;
}
.btn-price .t {
  display: inline-block;
  vertical-align: middle;
}
.btn-stock {
  background: #9750cb;
  display: inline-block;
  padding: 0 13px;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}
.btn-stock:before {
  content: '';
  display: block;
  float: left;
  background: url('../img/magic.svg') center bottom no-repeat;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  margin-top: 11px;
}

.list-clear {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.big {
  margin: 0 0 14px !important;
  padding: 0;
  font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;
  font-size: 28px !important;
  line-height: normal;
  font-weight: normal;
}
.mobile {
  display: none !important;
}
.nice-select .current {
  display: inline-block;
}
.nice-select .list {
  opacity: 0;
  pointer-events: none;
  padding: 4px 0;
  background: #404041;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.33);
  border-radius: 4px;
  margin-left: -12px;
  margin-top: 10px;
}
.nice-select .list li {
  display: block;
  padding: 8px 12px;
  text-align: left;
  color: #acacad;
  font-size: 14px;
  line-height: 13px;
}
.nice-select .list li:hover,
.nice-select .list li.selected,
.nice-select .list li.focus {
  color: #fff;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  pointer-events: none;
}
.b-type {
  border: 1px solid #cba150;
  height: 27px;
  position: relative;
  border-radius: 14px;
  line-height: 25px;
}
.b-type:hover,
.b-type.active {
  border-color: #fff;
}
.b-type:hover a,
.b-type.active a,
.b-type:hover p,
.b-type.active p,
.b-type:hover span,
.b-type.active span {
  color: #fff;
}
.wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1440px;
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  content: "" !important;
}
.slider-slick {
  max-width: 1440px;
  width: 100%;
  margin: -80px auto 0;
}
.slider-slick .slick-prev,
.slider-slick .slick-prev:hover {
  left: 40px !important;
  z-index: 4;
  width: 16px;
  height: 38px;
  background: url("../img/arrow_left.svg") center center no-repeat !important;
  background-size: 16px 38px;
}
.slider-slick .slick-next,
.slider-slick .slick-next:hover {
  right: 40px !important;
  z-index: 4;
  width: 16px;
  height: 38px;
  background: url("../img/arrow_right.svg") center center no-repeat !important;
  background-size: 16px 38px;
}
.slider-slick .slick-list .slick-track .item {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 830px;
  background-size: cover;
  background-position: center top !important;
  background-repeat: no-repeat;
}
.slider-slick .slick-list .slick-track .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 12%,rgba(0, 0, 0, 0.3) 78%, #202020);
}

.widget-frame {
  height: 700px;
  width: 1000px;
  border: none;
}
.popup-container {
  padding: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
}
.popup-container.active {
  display: block;
}
.popup-container .popup {
  max-width: 1440px;
  min-width: 320px;
  min-height: 30%;
  max-height: 100%;
  margin: 0 auto;
  background: #202020;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.33);
  position: relative;
  padding: 55px;
}
.popup-container .popup.small {
  width: 428px;
  height: 293px;
  background: #4a4a4a;
  padding: 20px;
  left: 50%;
  top: 50%;
  margin-top: -147px;
  margin-left: -214px;
  border-radius: 10px;
}
.popup-container .popup.small .popup-closebutton {
  left: auto;
  right: 15px;
  top: 15px;
}
.popup-container .popup.widget {
  width: 1000px;
  height: 700px;
  padding: 0;
}
.popup-container .popup.widget .item {
  padding-top: 70px;
  background: #2b2b2b;
}
.popup-container .popup .item {
  display: none;
}
.popup-container .popup .item.active {
  display: block;
}
.popup-container .popup .item .popup-header {
  position: relative;
  z-index: 1;
  margin-bottom: 23px;
}
.popup-container .popup .item .popup-header h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 18px;
  color: #fff;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
  margin-top: 0;
  padding: 0;
}
.popup-container .popup .item .popup-header .hint {
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
}
.popup-container .popup .item .popup-article {
  color: #ccc;
  font-size: 14px;
  line-height: 18px;
}
.popup-container .popup .popup-closebutton {
  position: absolute;
  z-index: 100;
  left: 18px;
  top: 18px;
  width: 24px;
  height: 24px;
  background-image: url("../img/close-popup@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  text-decoration: none !important;
  text-indent: -9999px;
  color: transparent;
}
.popup-container .popup .popup-closebutton:hover {
  background-image: url("../img/close-popup@2x-h.png");
}
.popup-container .share-menu-popup {
  text-align: center;
}
.popup-container .share-menu-popup li {
  display: inline-block;
  margin: 0 10px;
}
.popup-container .share-menu-popup li img {
  width: 28px;
}
/* HEADER */
.logo-line {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 30px 35px 0;
  height: 80px;
  position: relative;
  z-index: 4;
}
.logo-line .lastick-widget-lang {
  position: absolute;
  width: 40px;
  padding: 0 12px;
  border-radius: 14px;
  right: 20px;
  top: 10px;
}
.logo-line .lastick-widget-lang .lastick-widget-lang-select {
  background: url("../img/drop-arrow@2x.png") 25px center no-repeat;
  background-size: 11px 6px;
  -webkit-appearance: none;
  appearance: none;
  color: #cba150;
  border: none;
  width: 36px;
  height: 26px;
  line-height: 25px;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  vertical-align: top;
}
.logo-line .lastick-widget-lang .lastick-widget-lang-select .current {
  font-size: 12px;
  text-align: left;
  height: 27px;
}
.logo-line .lastick-widget-lang .lastick-widget-lang-select:active {
  color: #fff;
  background-image: url("../img/up-arrow-white@2x.png");
}
.logo-line .lastick-widget-lang .lastick-widget-lang-select:hover {
  color: #fff;
  background-image: url("../img/drop-arrow-white@2x.png");
}
.logo-line__adv-img {
  width: 250px;
}
.logo__img_sz-1 {
  width: 92px;
}
/* END OF HEADER */
/* PROMO */
.site-promo {
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px 85px;
  font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-top: -750px;
}
.site-promo .promo-ticket {
  margin: 0 auto;
  /*padding-top: 211px;*/
  padding-top: 50px;
  padding-left: 75px;
  position: relative;
  height: 168px;
}
.site-promo .promo-ticket h1 {
  font-size: 62px;
  font-weight: normal;
  margin: 0;
  max-width: 90%;
}
.site-promo .promo-ticket .title-icons {
  position: absolute;
  /*top: 12px;*/
  top: 0;
  right: 0;
}
.site-promo .promo-ticket .title-icons .share {
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  width: 20px;
  height: 26px;
  background: url("../img/share@2x.png") center center no-repeat;
  background-size: 20px 26px;
  text-indent: -9999px;
  color: transparent;
}
.site-promo .promo-ticket .title-icons .favorites {
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  width: 21px;
  height: 24px;
  background: url("../img/favs@2x.png") center center no-repeat;
  background-size: 21px 24px;
  text-indent: -9999px;
  color: transparent;
}
.site-promo .promo-ticket .info {
  margin: 3px 0 17px 0;
  font-size: 18px;
  line-height: 1.17;
}
.site-promo .promo-ticket .m-buttons {
  padding-bottom: 12px;
}
.site-promo .promo-ticket .m-buttons .cart-btn {
  display: block;
}

.site-promo .promo-ticket .m-buttons .cart-btn .btn-stock {
  flex: 0 1 120px;
}
.site-promo .promo-ticket .m-buttons .cart-btn .action {
  width: 100%;
  overflow: hidden;
}
.site-promo .promo-ticket .m-buttons .cart-btn .action .left {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 5px 0 0 10px;
  text-align: right;
}
.site-promo .promo-ticket .m-buttons .cart-btn .action .left img {
  display: inline-block;
  width: 131px;
  height: 23px;
  margin-right: 20px;
}
.site-promo .promo-ticket .m-buttons .cart-btn .action .right {
  height: 30px;
  box-sizing: border-box;
  width: 50%;
  border-left: 1px solid #666;
  display: table;
  float: left;
}
.site-promo .promo-ticket .m-buttons .cart-btn .action .right p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 2px 0 2px 20px;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #d9d9d9;
}

.btn-action {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.btn-action_d-if {
  display: inline-flex;
}
.btn-action_jc-fe, .btn-action_pos-1 {
  justify-content: flex-end;
}

.btn-action:last-child {
  margin-bottom: 0;
}

.btn-action_c {
  align-items: center;
  justify-content: center;
}

.btn-action_pl {
  padding-left: 77px;
}
.btn-action__item {
  margin-right: 20px;
}

.btn-action__item:last-child {
  margin-right: 0;
}

.btn-action-wrap_c {
  text-align: center;
}

.btn-action-wrap_ib {
  display: inline-block;
}

.btn-action-wrap__ib {
  display: inline-block;
  text-align: left;
}

.btn-action__text {
  display: flex;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #d9d9d9;
}

.btn-action__text_maxw-1 {
  max-width: 160px;
}

.btn-action__text_minh-1 {
  min-height: 55px;
}

.btn-action__text_bd {
  border-left: 1px solid #666;
  padding: 2px 0 2px 20px;
}

.btn-action__img {
  width: 250px;
}

.btn-action__img_sz-1 {
  width: 156px;
}

.btn-action__img_sz-3 {
  width: 86px;
}

.site-promo .promo-ticket .promo-ticket-description {
  font-size: 0;
}
.site-promo .promo-ticket .promo-ticket-description li {
  display: inline-block;
  height: 23px;
  margin: 0 3px;
  font-size: 12px;
  text-transform: uppercase;
}
.site-promo .promo-ticket .promo-ticket-description li:first-child {
  margin-left: 0;
}
.site-promo .promo-ticket .promo-ticket-description li.bdl:before {
  content: '';
  margin-right: 6px;
  width: 2px;
  height: 16px;
  border-right: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
}
.site-promo .promo-ticket .promo-ticket-description li .circle {
  /*font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;*/
  font-family: Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  margin-right: 12px;
  font-size: 10px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.5px;
  border: 1px solid #fff;
  border-radius: 12px;
}
.site-promo .promo-ticket .promo-rating {
  margin-top: 16px;
}
.flag {
  font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;
  position: relative;
  display: inline-block;
  height: 17px;
  padding-left: 4px;
  background-color: #c7a050;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  text-transform: uppercase;
}
.flag:before {
  content: '';
  right: -6px;
  top: 0;
  position: absolute;
  border: 0 solid transparent;
  border-bottom-width: 17px;
  border-top-width: 0px;
  border-left: 6px solid #c7a050;
}
.flag:after {
  content: '';
  right: -6px;
  top: 0;
  position: absolute;
  border: 0 solid transparent;
  border-bottom-width: 0px;
  border-top-width: 17px;
  border-left: 6px solid #c7a050;
}

.blue {
    background-color: #FF0000 !important;
}
.blue:before {
    border-left: 6px solid #FF0000 !important;
}
.blue:after {
    border-left: 6px solid #FF0000 !important;
}

.red {
    background-color: #D0006E !important;
}
.red:before {
    border-left: 6px solid #D0006E !important;
}
.red:after {
    border-left: 6px solid #D0006E !important;
}
.around {
  background: #C936D3;
}
.around:before {
  border-left: 6px solid #C936D3 !important;
}
.around:after {
  border-left: 6px solid #C936D3 !important;
}
.flag_2 {
  background-color: #06aa4a;
}
.flag_2:before, .flag_2:after {
  border-left: 6px solid #06aa4a;
}

.flag_3 {
  background-color: rgb(157, 24, 24);
}
.flag_3:before, .flag_3:after {
  border-left: 6px solid rgb(157, 24, 24);
}
.site-promo .promo-ticket .promo-rating ul li.flag {
  margin-right: 16px;
}
.site-promo .dots {
  position: relative;
  width: 136px;
  padding-top: 109px;
  padding-left: 75px;
  height: 20px;
}
.site-promo .dots .slick-dots {
  position: relative;
  top: 0;
  padding: 0;
  margin: 0;
}
.site-promo .dots .slick-dots li {
  width: 24px;
  height: 12px;
}
.site-promo .dots .slick-dots li button {
  width: 24px;
  height: 12px;
  padding: 0;
}
.site-promo .dots .slick-dots li button:before {
  width: 6px;
  height: 6px;
  color: #fff;
  line-height: normal;
  opacity: 1;
  border: 2px solid transparent;
  border-radius: 50%;
}
.site-promo .dots .slick-dots li.slick-active button:before {
  color: transparent;
  border: 2px solid #fff;
  opacity: 1;
  padding: 1px;
}
.site-promo .promo-details-ticket {
  margin-top: 82px;
  padding-left: 77px;
  display: flex;
  justify-content: flex-start;
  font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;
}
.site-promo .promo-details-ticket h4 {
  text-transform: uppercase;
}
.site-promo .promo-details-ticket .details-ticket-two-btn {
  height: auto;
  flex: 0 1 450px;
}
.site-promo .promo-details-ticket .details-ticket-two-btn .action {
  overflow: hidden;
  width: 314px;
}
.site-promo .promo-details-ticket .details-ticket-two-btn .action img {
  display: block;
  float: left;
  width: 131px;
  height: 24px;
  margin: 0 22px 0 0px;
  padding-top: 4px;
}
.site-promo .promo-details-ticket .details-ticket-two-btn .action p {
  display: block;
  width: 140px;
  float: left;
  margin: 0;
  padding: 2px 0 4px 20px;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-left: 1px solid #666;
  color: #d9d9d9;
}
.site-promo .promo-details-ticket .details-ticket-two-btn .btn-stock {
  background: #9750cb;
  display: inline-block;
  padding: 0 13px;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}
.site-promo .promo-details-ticket .details-ticket-two-btn .btn-stock:before {
  content: '';
  display: block;
  float: left;
  background: url('../img/magic.svg') center bottom no-repeat;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  margin-top: 11px;
}
.site-promo .promo-details-ticket .details-ticket-date {
  flex: 0 1 215px;
}
.site-promo .promo-details-ticket .details-ticket-date p {
  font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;
  line-height: normal;
  margin: 9px 0 0 0;
  font-size: 16px;
  color: #fff;
}
.site-promo .promo-details-ticket .details-ticket-square {
  flex: 0 1 270px;
}
.site-promo .promo-details-ticket .details-ticket-square p {
  font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;
  line-height: normal;
  margin: 9px 0 0 0;
  font-size: 16px;
  color: #fff;
}
.site-promo .promo-details-ticket .details-ticket-share {
  flex: 0 1 250px;
}
.site-promo .promo-details-ticket .details-ticket-share ul li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 13px;
}
.site-promo .promo-details-ticket .details-ticket-share ul li img {
  width: 29px;
  height: 29px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.site-promo .promo-details-ticket .details-ticket-share ul li img:hover {
  opacity: 1;
}
.site-promo .promo-details-ticket h4 {
  font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;
  margin: 0;
  opacity: 0.4;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #fff;
}
.site-promo .promo-details-ticket .btn-price-title, .btn-price-title {
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  font-size: 14px;
}
/* END OF PROMO */
/* CONTENT */
.wrapper-tab-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.wrapper-tab-content ul {
  display: flex;
  justify-content: center;
}
.wrapper-tab-content .tabs .menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.wrapper-tab-content .tabs .menu .tab-link {
  margin: 0 24px;
  font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  opacity: 0.6;
  text-transform: uppercase;
  padding-bottom: 9px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
}
.wrapper-tab-content .tabs .menu .tab-link.active {
  opacity: 1 !important;
  border-bottom: 2px solid #cba150 !important;
}
.wrapper-tab-content .tabs .tabs-content {
  width: 100%;
  margin-top: 25px;
  padding: 34px 30px 43px;
  background-color: #2b2b2b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
}
.wrapper-tab-content .tabs .tabs-content .tabs-content-item h3 {
  margin-top: 0;
  font-size: 28px;
  font-weight: normal;
}
.wrapper-tab-content .tabs .tabs-content .tabs-content-item p {
  margin: 0 0 12px;
  padding: 0;
  opacity: 0.8;
  font-size: 18px;
  line-height: 1.11;
  font-weight: normal;
}
.wrapper-tab-content .tabs .tabs-content .tabs-slider {
  margin: 20px auto;
}
.wrapper-tab-content .tabs .tabs-content .tabs-slider .slick-prev {
  left: 21px !important;
  z-index: 4;
  width: 8px;
  height: 20px;
  background: url("../img/arrow-left-s.png") center center no-repeat;
  background-size: 8px 20px;
}
.wrapper-tab-content .tabs .tabs-content .tabs-slider .slick-next {
  right: 21px !important;
  z-index: 4;
  width: 8px;
  height: 20px;
  background: url("../img/arrow-right-s.png") center center no-repeat;
  background-size: 8px 20px;
}
.wrapper-tab-content .tabs .tabs-content .tabs-slider .slick-list {
  z-index: 2;
}
.wrapper-tab-content .tabs .tabs-content .tabs-content-description {
  margin-top: 12px;
}
.wrapper-tab-content .tabs .tabs-content .tabs-content-description .tabs-content-description-list {
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}
.wrapper-tab-content .tabs .tabs-content .tabs-content-description .tabs-content-description-list .description-name {
  flex: 1 1 20%;
  font-size: 18px;
  line-height: 1.38;
}
.wrapper-tab-content .tabs .tabs-content .tabs-content-description .tabs-content-description-list .description-text {
  flex: 1 1 80%;
  font-size: 18px;
  opacity: 0.8;
  line-height: 1.11;
}
/* END OF CONTENT */
/* CART*/
.cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 990;
  display: none;
}
.cart .cart-inner {
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  background-color: #2b2b2b;
  box-shadow: 0 21px 44px 0 rgba(0, 0, 0, 0.39);
  margin: 0 auto;
}
.cart-inner__item_1 {
  max-width: 50%;
}
.cart-inner__item-btns  {
  display: flex;
  align-items: center;
}
.cart .cart-inner .cart-photo-text {
  display: flex;
  /*flex-wrap: wrap;*/
  /*flex: 1 1 auto;*/
  align-items: center;
  min-height: 90px;
}
.cart .cart-inner .cart-photo-text .cart-photo {
  position: relative;
  /*width: 160px;*/
  flex: 0 0 160px;
  height: 90px;
  /*flex: 0 1 auto;*/
}
.cart .cart-inner .cart-photo-text .cart-photo.photo-1 {
  background-image: url('../img/160x90.png');
}
.cart .cart-inner .cart-photo-text .cart-photo.photo-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .6));
}
.cart .cart-inner .cart-photo-text .cart-text {
  margin-left: 20px;
  /*flex: 0 1 auto;*/
  padding: 4px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 228px;
  flex: 0 0 228px;
}
.cart .cart-inner .cart-photo-text .cart-text h4 {
  margin: 0 0 3px;
  padding: 0;
  min-width: 270px;
  font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: normal;
}
.cart .cart-inner .cart-photo-text .cart-text p {
  margin: 0;
  padding: 0;
  font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.07;
  opacity: 0.5;
}
.cart .cart-inner .cart-btn {
  width: 321px;
  padding-right: 21px;
  flex: 0 1 auto;
  border-right: 1px solid rgba(151, 151, 151, 0.18);
  vertical-align: top;
  text-align: right;
}

.cart .cart-inner .cart-btn .action {
  display: inline-block;
  width: 128px;
  vertical-align: top;
  margin-right: 21px;
}
.cart .cart-inner .cart-btn .action img {
  width: 121px;
  height: 21px;
}
.cart .cart-inner .cart-btn .action p {
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  margin: 2px 0 0;
}
.cart .cart-inner .cart-share {
  width: 267px;
  flex: 0 1 auto;
  margin-top: -8px;
  padding-left: 28px;
  box-sizing: border-box;
}
.cart .cart-inner .cart-share ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  margin-top: 10px;
  margin-right: 13px;
}
.cart .cart-inner .cart-share ul li img {
  width: 29px;
  height: 29px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.cart .cart-inner .cart-share ul li img:hover {
  opacity: 1;
}
/* END OF CART */
/* BOTTOM PROMO */
.bottom-promo {
  max-width: 900px;
  margin: 20px auto 0;
}
.bottom-promo .bottom-promo_inner {
  /*display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;*/
  overflow: hidden;
  text-align: center;
}
.bottom-promo .bottom-promo_inner .item {
  /*box-sizing: border-box;
      flex: 0 0 25%;*/
  display: inline-block;
  height: 120px;
  padding: 20px;
}
.bottom-promo .bottom-promo_inner .item img {
  max-height: 100%;
}
/* END OF BOTTOM PROMO */
/* FOOTER */
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 57px 18px 40px 40px;
  font-family: 'FranklinGothicMediCondOSC', Arial, sans-serif;
  font-size: 16px;
  color: #fff;
}
.site-footer .footer-copyright {
  flex: 0 1 auto;
  max-width: 323px;
  width: 100%;
  letter-spacing: 0.2px;
  text-align: left;
}
.site-footer .footer-copyright p {
  margin: 0;
  padding: 0;
}
.site-footer .footer-menu {
  flex: 0 1 auto;
  max-width: 845px;
  width: 100%;
}
.site-footer .footer-menu ul {
  display: flex;
  justify-content: space-around;
  max-width: 845px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-footer .footer-menu ul li {
  line-height: 1.3;
  flex: 0 1 auto;
  letter-spacing: 0.2px;
}
.site-footer .footer-menu ul li a {
  opacity: 0.48;
  color: #fff;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.site-footer .footer-menu ul li a.phone {
  opacity: 1;
}
.site-footer .footer-menu ul li a:hover {
  color: #fff;
  border-bottom: 2px solid #cba150;
}
.site-footer .footer-soc {
  flex: 0 1 auto;
  max-width: 190px;
  width: 100%;
}
.site-footer .footer-soc ul {
  display: flex;
  justify-content: space-around;
  max-width: 200px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-footer .footer-soc ul li {
  opacity: 0.5;
  transition: all 0.3s;
}
.site-footer .footer-soc ul li:hover {
  opacity: 1;
}
.site-footer .footer-soc ul li img {
  width: 28px;
}
/* END OF FOOTER */

.partners {
  padding: 16px 25px;
  margin: 15px 0;
  border-radius: 3px;
  background: #2b2b2b;
  color: #fff;
}

.partners__row {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.partners__row_jc-s {
  justify-content: flex-start;
}

.partners__container {
  overflow: hidden;
}

.partners__row_items {
  margin: 0 -25px;
}

.partners__row_jc-c {
  justify-content: center;
}

.partners__row_jc-sb {
  justify-content: space-between;
}

.partners__row_ali-end {
  align-items: flex-end;
}

.partners__row:last-child {
  margin-bottom: 0;
}

.partners__item {
  display: flex;
  
  align-items: center;
  
}

.partners__item-title {
  margin-right: 15px;
}

.partners__item-title_title {
  margin: 0;
  font-size: 18px;
}

.partners__item-item:not(:last-child) {
  margin-right: 25px;
}

.partners__item-item_item {
  margin: 0 25px 25px;
}
.partners__link {
  text-decoration: none;
}
.partners__img {
  display: inline-block;
  height: auto;
  max-width: 100px;
}
.partners__img_sz-1 {
  max-width: initial;
  width: 180px;
  height: auto;
}
.partners__img_maxw-2 {
  max-width: 180px;
}
.partners__img_maxw-3 {
  max-width: 150px;
}
.partners__img_maxw-4 {
  max-width: 150px;
}
.partners__img_maxw-in {
  max-width: initial;
}
.partners__img_hw {
  max-width: initial;
  height: 16px;
  width: auto;
}

.partners__img_h-1 {
  height: 97px;
}

.partners__img_h-2 {
  height: 73px;
}

.partners__img_h-3 {
  height: 82px;
}

.partners__img_h-4 {
  height: 35px;
}

.partners__img_minw-1 {
  min-width: 150px;
}

.partners__img:not(:last-child) {
  margin-right: 25px;
}

.reviews__row {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  font-size: 0;
  line-height: 1;
}

.reviews__row:last-child {
  margin-bottom: 0;
}

.reviews__item:not(:last-child) {
  margin-right: 20px;
}

.reviews__img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  max-width: initial;
}

.reviews p {
  margin: 0 !important;
}

@media all and (max-width: 900px) {
  .partners__item_mfull-width {
    flex: 0 0 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .partners__item_mfull-width:first-child {
    margin-top: 0;
  }

  .partners__item-item_item {

  }
}

@media all and (max-width: 425px) {
  .partners__item-title_mfull-width {
    width: 100%;
    margin-bottom: 10px;
  }

  .partners__row_items {
    /*justify-content: center;*/
    /*margin-top: 35px;*/
  }

  .partners__item_mjcsb {
    justify-content: space-between;
  }

  .partners__item-item_item_sz-1 {
    width: calc(50% - 50px);
  }
  .partners__item-item_w-in {
    width: initial;
  }
  .partners__img_maxw-2, .partners__img_maxw-3 {
    max-width: 100%;
  }
}

@media all and (max-width: 374px) {
  .btn-price {
    font-size: 15px;
  }
  .partners {
    padding: 12px 10px;
  }

  .partners__img {
  }

  .partners__img:not(:last-child) {
    margin-right: 20px;
  }
}

@media all and (max-width: 1260px) {
  .details-ticket-share {
    flex: 0 1 250px;
    margin-top: -8px;
  }
  .details-ticket-share ul li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px !important;
  }
  .details-ticket-share ul li img {
    width: 29px;
    height: 29px;
  }
}
.wrapper-tab-content .tabs .menu-container_pos-2 {
  width: auto !important;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-left: -16px;
  margin-right: -16px;
  white-space: nowrap;
}
.wrapper-tab-content .tabs .menu-container::-webkit-scrollbar {
  display: none;
}
.wrapper-tab-content .tabs .menu-container .menu_pos-2 {
  display: inline-flex;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  width: auto;
}
.wrapper-tab-content .tabs .menu-container .menu li.tab-link_pos-2 {
  margin-left: 0;
  display: inline-block;
  float: left;
}
@media all and (max-width: 900px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .big {
    font-size: 17px !important;
    color: #fff !important;
    opacity: 1 !important;
  }
  .widget-frame {
    height: 100% !important;
    width: 100% !important;
  }
  .info-mobile {
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(255, 255, 255, .8);
  }
  .info-mobile__title {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
  }

  .popup-container .popup {
    box-sizing: border-box;
    border-radius: 0 !important;
    width: 100%;
    height: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    top: 0 !important;
    left: 0 !important;
    min-height: 120px;
    padding: 30px;
  }
  .popup-container .popup.small {
    width: 100% !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    top: 0 !important;
    left: 0 !important;
  }
  .popup-container .popup .popup-closebutton {
    left: 12px;
    top: 12px;
  }
  .popup-container .popup .popup-header h3 {
    text-align: center;
  }
  .logo-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 46px;
    padding: 12px 15px;
    align-items: center;
  }
  .logo-line .logo {
    /*text-align: center;*/
    /*width: 100%;*/
    /*height: 33px;*/
    /*background: #2b2b2b;*/
    /*padding: 16px;*/
  }
  .logo-line .lastick-widget-lang {
    position: absolute;
    width: 36px;
    padding: 0 8px;
    border-radius: 12px;
    right: 10px;
    top: 8px;
    height: 24px;
  }
  .logo-line .lastick-widget-lang .lastick-widget-lang-select {
    height: 23px;
    line-height: 23px;
  }
  .logo-line .lastick-widget-lang .lastick-widget-lang-select .current {
    line-height: 21px;
    height: 21px;
  }
  .logo-line__adv-img {
    width: 160px;
  }
  .slider-slick {
    margin-top: 0 !important;
  }
  .slider-slick .slick-list .slick-track .item {
    height: 300px !important;
    min-height: auto !important;
    background-size: cover !important;
    background-position: center top !important;
  }
  .slider-slick button {
    display: none !important;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .site-promo {
    padding: 0;
    margin-top: 0;
  }
  .site-promo .promo-ticket {
    margin-top: -87px;
    padding-top: 14px;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #666;
    height: auto;
  }
  .site-promo .promo-ticket h1 {
    font-size: 24px;
  }
  .site-promo .promo-ticket .promo-rating {
    margin-top: 11px;
  }
  .site-promo .promo-ticket .promo-rating ul {
    /*height: 24px;*/
    overflow: hidden;
  }
  .site-promo .promo-ticket .promo-rating ul li {
    display: inline-block;
    height: 24px !important;
    line-height: 24px !important;
    float: left;
  }
  .site-promo .promo-ticket .promo-rating ul li:not(first-child):before {
    border-right: none !important;
  }
  .site-promo .promo-ticket .promo-rating ul li span {
    padding: 0 10px;
  }
  .site-promo .promo-ticket .promo-rating ul li .bordered {
    border-left: 1px solid #d9d9d9;
  }
  .site-promo .promo-ticket .promo-rating ul li.flag {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 16px;
    margin-top: 3px !important;
    margin-bottom: 12px;
    height: 18px !important;
    line-height: 19px !important;
  }
  .site-promo .promo-ticket .promo-rating ul li.flag:after {
    top: 1px !important;
  }
  .site-promo .promo-ticket .promo-rating ul li .circle {
    display: inline-block;
    margin-top: -1px;
    margin-right: 6px;
  }
  .site-promo .promo-ticket .info {
    padding: 10px 0 5px;
    margin: 0 !important;
    font-size: 17px;
    color: #fff;
    opacity: 0.8;
  }
  .site-promo .dots {
    position: absolute;
    top: -40px;
    left: 0;
    padding-top: 0;
    padding-left: 0;
    width: 100%;
  }
  .site-promo .promo-details-ticket {
    display: none;
  }
  .wrapper-tab-content {
    margin: 0 16px;
  }
  .wrapper-tab-content .tabs {
    margin-top: 0;
    padding-top: 20px;
  }
  .wrapper-tab-content .tabs .menu-container_pos-1 {
    width: auto !important;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-left: -16px;
    margin-right: -16px;
    white-space: nowrap;
  }
  .wrapper-tab-content .tabs .menu-container .menu {
    /*width: 570px;*/
    display: inline-flex;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
  }
  .wrapper-tab-content .tabs .menu-container .menu li {
    display: inline-block;
    float: left;
  }
  .wrapper-tab-content .tabs .menu-container .menu li.tab-link {
    margin-left: 0;
  }
  .wrapper-tab-content .tabs .tabs-content {
    padding: 0 !important;
  }
  .wrapper-tab-content .tabs .tabs-content .tabs-content-item {
    background: #2b2b2b;
    padding: 16px 10px;
  }
  .wrapper-tab-content .tabs .tabs-content .tabs-content-item p {
    font-size: 14px;
  }
  .wrapper-tab-content .tabs .tabs-content .tabs-content-item h3 {
    margin-bottom: 16px;
  }
  .wrapper-tab-content .tabs .tabs-content .tabs-content-item .tabs-content-description .tabs-content-description-list {
    margin: 0 0 22px;
    display: block !important;
  }
  .wrapper-tab-content .tabs .tabs-content .tabs-content-item .tabs-content-description .tabs-content-description-list .description-name {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 2px;
    font-size: 14px;
    color: #fff;
  }
  .wrapper-tab-content .tabs .tabs-content .tabs-content-item .tabs-content-description .tabs-content-description-list .description-text {
    font-size: 14px;
  }
  .wrapper-tab-content .tabs .tabs-content .tabs-content-item .tabs-slider {
    margin-left: -26px;
    margin-right: -26px;
    margin-top: 16px !important;
  }
  .bottom-promo {
    margin: 20px auto 0;
  }
  .bottom-promo .bottom-promo_inner .item {
    /*flex: 0 0 33%;*/
    padding: 12px;
    height: 80px;
  }
  .site-footer {
    padding: 46px 16px 26px;
  }
  .site-footer .footer-soc {
    width: 100%;
    max-width: 100%;
    padding: 19px 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
  }
  .site-footer .footer-soc ul {
    display: block;
    text-align: left;
    max-width: 100%;
  }
  .site-footer .footer-soc ul li {
    display: inline-block;
    margin-right: 13px;
    opacity: 1;
  }
  .site-footer .footer-soc ul li:nth-child(5) {
    margin-right: 0;
  }
  .site-footer .footer-soc ul li img {
    height: 29px;
  }
  .site-footer .footer-copyright {
    width: 100%;
    max-width: 100%;
    padding: 15px 0 0;
    border-top: 1px solid #666;
  }
  .site-footer .footer-menu {
    margin: 23px 0 3px;
    text-align: left;
  }
  .site-footer .footer-menu ul {
    display: block;
  }
  .site-footer .footer-menu ul li {
  line-height: 1.3;
    display: inline-block;
    margin: 0 21px 14px 0;
  }
  .site-footer .footer-menu ul li:nth-child(4) {
    margin-right: 0;
  }

  .btn-action__item {
    margin-right: 15px;
  }
  .btn-action__text_bd {
    padding: 8px 0 8px 15px;
  }
  .btn-action__item-logo_sz-1 {
    width: 170px;
  }
}



@media all and (min-width: 900px) {
  .wrapper-tab-content .tabs .menu-container .menu_pos-1 {
    text-align: center !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wrapper-tab-content .tabs .menu-container .menu .tab-link_pos-1 {
    float: none !important;
  }
}


.cart .cart-inner .cart-photo-text .cart-photo.photo-1 {
  background-image: url('../img/160x90.png');
}
.cart .cart-inner .cart-photo-text .cart-photo.photo-1:before {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

/*.site-promo .promo-details-ticket .details-ticket-two-btn .action .btn-adv-img {*/
/*  width: 250px;*/
/*  height: auto;*/
/*}*/

/*.logo-line {*/
/*  padding: 0 15px;*/
/*  font-size: 0;*/
/*  height: 48px;*/
/*}*/

/*.logo-line .lastick-widget-lang {*/
/*  position: relative;*/
/*  top: initial;*/
/*  right: initial;*/
/*  margin-left: auto;*/
/*  font-size: 15px;*/
/*}*/

/*.btn-action__text_bd {*/
/*  margin: 0;*/
/*}*/

/*@media all and (min-width: 900px) {*/
/*  .logo-line {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: auto;*/
/*    padding: 0 20px 0 35px;*/
/*    align-items: flex-end;*/
/*  }*/

/*  .logo-line__item {*/
/*    padding-top: 20px;*/
/*  }*/

/*  .logo-line__item_logo {*/
/*    padding-top: 30px;*/
/*  }*/

/*  .slider-slick {*/
/*    margin-top: 0;*/
/*  }*/
/*}*/

/*@media all and (max-width: 374px) {*/
/*  .logo-line__adv-img {*/
/*    width: 106px;*/
/*  }*/
/*}*/
.partners__item_mb {
    margin-bottom: -10px;
}
.partners__img_w-1 {
    max-width: initial;
    width: 150px;
}
.partners__img {
    max-width: 94px;
}
.partners__img_maxw-2 {
    max-width: 180px;
}
.btn-price.btn-price_last-1.btn-price_mr-2.btn-price_mini.second-row {
  margin-top: 20px;
}
@media (max-width: 1008px) {
  .btn-price.btn-price_last-1.btn-price_mr-2.btn-price_mini.second-row {
    margin: 0;
  }
  .btn-price.btn-price_last-1.btn-price_mr-2.btn-price_mini {
    margin-top: 20px !important;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}