@charset 'UTF-8';
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'Trebuchet MS', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
}
figure {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
button,
input {
  padding: 0;
  border: none;
  outline: none;
}
button {
  cursor: pointer;
}
textarea {
  outline: none;
}
.show-text {
  display: inline;
}
.show-text--hidden {
  height: 0;
  overflow: hidden;
}
.hidden-text {
  display: none;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}
.body-disable-scroll {
  position: fixed;
  max-height: 100vh;
  overflow: hidden;
}
.body-modal {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
.body-modal:after {
  position: fixed;
  content: '';
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-title {
  font-weight: 500;
  padding:0;
  font-size: 45px;
  line-height: 47px;
  color: #262626;
  letter-spacing: -0.01em;
}
.page-title--min {
  text-align: center;
  font-size: 40px;
}
.page-title--cinema {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
}
.page-title b {

  font-weight: 700;
}

.section-title {

  font-weight: 800;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 38px;
  color: #262626;
  text-align:center;
  text-transform:uppercase;
  letter-spacing: 0;
}

.section-description {text-align:center;margin:0 auto;max-width:800px;font-size:16px;line-height:24px;}

.cinemas-title .section-title {margin-bottom: 12px;}
.section-title--soon {
  margin-bottom: 0;
  margin-right: 20px;
}
.section-title--min {
  margin-bottom: 27px;
  font-size: 25px;
}
.section-title--min b {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.tab-item {
  transition: ease 0.3s;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-item--active {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.object-fit {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
.object-fit-wrap--center .object-fit {
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
.object-fit-wrap--top .object-fit {
  object-position: top;
  font-family: 'object-fit: cover; object-position: top;';
}
.btn{
  transition: ease 0.3s;

  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 8px;
  width: 100%;
  max-width: 218px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #262626;
  background-color: #2e355f;
  box-shadow: 0 0 29px 0 rgba(241, 192, 15, 0.7);
  cursor: pointer;
}
.btn:hover {
  background-color: #262626;
  color: #2e355f;
  box-shadow: 0px 0px 5px 0px rgba(241, 192, 15, 0.7);
}
.btn:active {
  opacity: .7;
}
.btn--white {
  padding: 8px 8px;
  background-color: #fff;
  border: 1px solid #d1d1d2;
  box-shadow: 0px 0px 5px 0px rgba(241, 192, 15, 0);
}
.btn--white:hover {
  border-color: #2e355f;
  background-color: #2e355f;
  color: #fff;
  box-shadow: 0px 0px 29px 0px rgba(241, 192, 15, 0.7);
}
.btn--map {
  margin-right: 16px;
  margin-left: 16px;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 100%;
  width: auto;
  background-color: #fff;
  border: 1px solid #2e355f;
  box-shadow: 0px 0px 5px 0px rgba(241, 192, 15, 0);
}
.btn--map:not(:last-of-type) {
  margin-right: 0;
}
.btn--map:hover {
  background-color: #2e355f;
  color: #262626;
  border-color: #2e355f;
  box-shadow: 0px 0px 29px 0px rgba(241, 192, 15, 0.7);
}
.btn--stock {
  padding: 5px 10px;
  width: 100%;
  max-width: 150px;
  font-size: 11px;
  background-color: #fff;
  border: 1px solid #2e355f;
  box-shadow: 0px 0px 5px 0px rgba(241, 192, 15, 0);
}
.btn--stock:hover {
  background-color: #2e355f;
  color: #262626;
  border-color: #2e355f;
  box-shadow: 0px 0px 29px 0px rgba(241, 192, 15, 0.7);
}
.jq-selectbox {
  cursor: pointer;
}
.jq-selectbox__select {
  transition: ease 0.3s;

  font-weight: 700;
  padding: 12px 60px 12px 15px;
  border: 1px solid #18191d;
  border-radius: 4px;
  background-color: #e9eae9;
  font-size: 12px;
  line-height: 19px;
  color: #18191e;
  text-transform: uppercase;
}
.catalog__content-sort .jq-selectbox__select {
  padding: 16px 20px 16px;
}
.jq-selectbox__select-text {
  display: block;
  width: auto !important;
}
.jq-selectbox .placeholder {
  color: #8a8787;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
}
.jq-selectbox__trigger-arrow {
  transition: ease 0.2s;
  position: absolute;
  top: 50%;
  right: 28px;
  width: 19px;
  height: 26px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: url('/web/20220406024924im_/https://vtaxi.kz/templates/first/img/ico/top-locator.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.jq-selectbox__dropdown {

  font-weight: 400;
  box-sizing: border-box;
  width: 200px;
  margin: 1px 0 0;
  padding: 3px 0 0;
  border: 1px solid #d4d1d1;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 12px;
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
  border-radius: 10px;
}
.jq-selectbox li {
  transition: ease 0.2s;
  padding: 9px 20px 10px;
  color: #262626;
}
.jq-selectbox li.selected {
  background-color: #262626;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7) inset;
  color: #FFF;
}
.jq-selectbox li:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7) inset;
  background-color: #262626;
  color: #FFF;
}
.jq-selectbox li.disabled {
  color: #ccc;
  cursor: default;
}
.jq-selectbox li.disabled:hover {
  background-color: #fff;
}
.jq-selectbox li.optgroup {
  font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.burger-menu {
  transition: ease 0.3s;
  display: none;
  position: fixed;
  z-index: 1001;
  content: '';
  width: 71px;
  height: 42px;
  right: 15px;
  top: 11px;
  background-repeat: no-repeat;
  background-position: center;
}
.burger-menu:hover {
  opacity: 0.7;
}
.burger-menu:active {
  opacity: 0.5;
}
.burger-menu:before {
  transition: ease 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 71px;
  height: 42px;
  background-image: url('/web/20220406024924im_/https://vtaxi.kz/templates/first/img/ico/burger.svg');
}
.burger-menu:after {
  transition: ease 0.3s;
  position: absolute;
  top: 0;
  left: 15px;
  content: '';
  width: 42px;
  height: 42px;
  background-image: url('/web/20220406024924im_/https://vtaxi.kz/templates/first/img/ico/burger-close.svg');
  opacity: 0;
}
.burger-menu--cross:after {
  opacity: 1;
}
.burger-menu--cross:before {
  opacity: 0;
}





  .galereya-izobrazheniy {

	display:flex;flex-flow:row wrap;justify-content:space-between;


  }
  .galereya-izobrazheniy li {
    width:29%;
	margin:0 0 20px 0;
  }
  
  .galereya-izobrazheniy img {
    max-width:100%;
  }
  
  img {max-width:100%;}
  
  .r-nav {margin:0 0 30px 0;}
  .r-nav li {margin:5px 0;}
  .r-nav li a {color:#000;font-size:16px;font-weight:bold;text-transform:uppercase;display:block;margin:0;padding:5px 15px;border-bottom:1px solid #ccc;}
  .r-nav li a:hover {color:#000;background:#ccc;}
  .fotografiya {float:right;max-width:280px;margin:0 0 10px 20px;text-align:right;font-size:12px;color:#ccc;}
  .fotografiya .object-fit {margin:0 0 5px 0;}
  ul.rnews {margin:25px 0 0 15px;list-style:outside disc;}
  ol.rnews {margin:25px 0 0 0;list-style:inside decimal;padding-inline-start: 0;}
  .rnews li {margin:5px 0 0 0;padding:0;font-size:13px;line-height:15px!important;}
  .rnews li a {color:#000;}
  .rnews li a:hover {text-decoration:underline;}
  .dotted {font-size:14px;line-height:16px;border:1px dotted #ccc;margin:20px 0 0 0;border-radius:6px;padding:15px;}
  .dotted p {margin:0 0 10px 0;}
  
  .btnmap {display:block;width:100%;max-width:100%!important;margin:0 0 30px 0;text-align:center;background:url(/web/20220406024924im_/https://vtaxi.kz/templates/first/img/mapkz.jpg) no-repeat;background-size:cover;border-radius: 2px;}
  
  .fotografiya-podpis {display:block;text-align:right;}
  
  .films__card2 a.films__card-name {display:block;text-decoration:none;border:none;}
  .films__card2 a.films__card-name:hover {text-decoration:underline;}
  .card-name2 {font-size: 16px;line-height: 20px;border:none;}
  .card-name2:hover {border-bottom: 1px solid #262626;}
  .films {margin-bottom:30px;}
  .mnone {margin-bottom:0;}
  
  .flex{display:flex;flex-flow:row wrap;justify-content:space-between}
  
  .navigation {width:100%;font-size:16px;line-height:24px;}
  .navigation .pages {width:100%;}
  .navigation .pages a,
.navigation .pages span  {color:#000;display:block;padding:8px 16px;border:1px solid #eee;border-radius:6px;}
.navigation .pages span  {font-weight:bold;background:#eec;}
.navigation .pages a:hover  {border:1px solid #eee;background:#ccc;}



.related {}
.related .page-title {margin:0 0 15px 0;text-align:center;}


/* 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 {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.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;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -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: -5px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 0px;
  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 {
  transition: ease 0.3s;
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  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: 1;
  color: black;
  box-shadow: 0 0 29px 0 rgba(241, 192, 15, 0.7);
}
.film-slider .slick-dots li button:before {
  width: 14px;
  height: 14px;
  background-color: #2e355f;
  border-radius: 50%;
}
.cinemas .slick-dots {
  bottom: -25px;
}
/* ------ venobox.css --------*/
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}
.vbox-overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  transform: translateZ(1000px);
  transform-style: preserve-3d;
}
/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050;
}
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050;
}
.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050;
}
/* ----- navigation ARROWS ----- */
.vbox-next,
.vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}
.vbox-next span,
.vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}
.vbox-prev {
  left: 15px;
}
.vbox-next {
  right: 15px;
}
.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.vbox-next span {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}
/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}
/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}
.venoframe.vbvid {
  height: 260px;
}
/*
Please do NOT edit this part!
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}
.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}
.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}
.vbox-container img {
  max-width: 100%;
  height: auto;
}
.figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}
img.figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.vbox-content.swipe-left {
  margin-left: -200px !important;
}
.vbox-content.swipe-right {
  margin-left: 200px !important;
}
.animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}
.animate-in {
  opacity: 1;
}
.animate-out {
  opacity: 0;
}
/* ---------- preloader ----------
 * SPINKIT
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce,
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}
.sk-rotating-plane {
  background-color: #333;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}
.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-double-bounce .sk-double-bounce2 {
  animation-delay: -1s;
}
@keyframes sk-doubleBounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  margin: 40px auto;
}
.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 4px;
  margin: 0 1px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect1 {
  animation-delay: -1.2s;
}
.sk-wave .sk-rect2 {
  animation-delay: -1.1s;
}
.sk-wave .sk-rect3 {
  animation-delay: -1s;
}
.sk-wave .sk-rect4 {
  animation-delay: -0.9s;
}
.sk-wave .sk-rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-waveStretchDelay {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 100px;
  text-align: center;
}
.sk-three-bounce .sk-child {
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 100%;
  margin: 4px;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-cube-grid,
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}
.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-three-bounce {
  0%,
  100%,
  80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-spinner-pulse {
  background-color: #333;
  border-radius: 100%;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  animation-delay: 0ms;
}
.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  100%,
  70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}
.sk-wandering-cubes .sk-cube2 {
  animation-delay: -0.9s;
}
@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.header {
  transition: ease 0.3s;
  position: static !important;
    top: auto !important;
    height: auto !important;
  z-index: 10;
  content: '';
  left: 0;
  width: 100%;
  background-color: #e9ebed;
  box-shadow: 0px 2px 5px 0px rgba(27, 27, 27, 0.18);
  will-change: scroll-position;
}
.header--fixed .header__content {
  padding-top: 12px;
  padding-bottom: 13px;
  height: 64px;
}
.header--fixed .header__nav {
  padding-top: 2px;
}
.header--fixed .header__logo img {
  width: 178px;
  height: auto;
}
.header__wrap {
    min-height: 0 !important;
    height: auto !important;
    overflow: visible;
}
.header__content {
  transition: ease 0.3s;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__logo {
  margin-right: 10px;
}
.header__logo img {
  transition: ease 0.3s;
  display: block;
  width: 236px;
  height: auto;
}
.header__nav {
  transition: ease 0.3s;
  margin-right: 290px;
  padding-top: 6px;
  width: 100%;
  max-width: 550px;
}
.header__nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.header__nav a {

  font-weight: 700;
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #181a1e;
  text-transform: uppercase;
}
.header__nav a:after {
  transition: ease 0.3s;
  position: absolute;
  content: '';
  bottom: -4px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #2e355f;
}
.header__nav a:hover:after {
  width: 100%;
  height: 2px;
  background-color: #2e355f;
}
.header__write-us-wrap {
  display: none;
}
.header__form {
  transition: ease 0.3s;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.header__form form {
  transition: ease 0.3s;
  display: -ms-flexbox;
  display: flex;
}
.header__form button {
  transition: ease 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-right: 25px;
  width: 100%;
  height: 100%;
  border: 1px solid #b8b8b8;
  border-radius: 20px;
  background-color: transparent;
  text-align: right;
}
.header__form button:hover {
  border-color: #18191d;
}
.header__form button:after {
  position: absolute;
  content: '';
  z-index: 1;
  right: 70px;
  top: -2px;
  width: 100px;
  height: calc(100% + 4px);
  background-color: #e9eae9;
  background-color: ;
  border-radius: 20px;
}
.intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.intro--films {
  -ms-flex-align: center;
      align-items: center;
  min-height: 290px;
}
.intro--films .intro__content {
  -ms-flex-pack: center;
      justify-content: center;
}
.intro--films .intro__content h1 {
  margin-bottom: 0;
}
.intro__wrap {
  margin-bottom: 25px;
  background: #1c1e24 url('/web/20220406024924im_/https://vtaxi.kz/templates/first/img/head-bg.jpg') center no-repeat;
  background-size: cover;
  box-shadow: 0px 9px 11px 0px rgba(15, 15, 15, 0.3);
}
.intro__content {
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}
.intro h1 {

  font-weight: 600;
  margin-bottom: 30px!important;
  margin-top: 0!important;
  font-size: 50px;
  color: #fff;
  text-align:center;
  text-transform: uppercase;
}
.intro h1 em {
  font-style: normal;
  color: #2e355f;
}
.intro__stat {
  display: -ms-flexbox;
  display: flex;
}
.intro__stat span {
  font-weight: 500;
  font-size: 21px;
  line-height: 34px;
}
.intro__stat b {
  display: inline-block;
  margin: 0 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
}
.intro__stat-cinema {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding:0 22px;
  color: #fff;
  text-align:center;
  border: 1px solid #2e355f;
  border-radius: 4px;
  margin:0 auto;
}
.intro__stat-cinema b {
  background-color: #2e355f;
  color: #fff;
}
.intro__stat-film {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-right: 44px;
  padding-left: 22px;
  color: #c21cff;
  border: 1px solid #c21cff;
  border-radius: 4px;
}
.intro__stat-film b {
  color: #fff;
  background-color: #c21cff;
}
.film-slider {
  margin-left: -7px;
  margin-right: -7px;
}
.film-slider .films__slide {
  margin-left: 7px;
  margin-right: 7px;
  padding-top: 18px;
  padding-bottom: 48px;
  outline: none;
}
.film-slider .films__card {
  width: 100%;
  margin-bottom: 0;
}
.film-slider .cinemas__card {
  width: 100%;
}
.film-slider .actors__card {
  width: 100%;
}
.films--pop {
  margin-bottom: 50px;
}
.films--pop .films__card-info {
  margin-bottom: 4px;
  min-height: 60px;
}
.films__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
}
.films__top ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.films__top li {
  margin-right: 36px;
}
.films__top a {
  transition: ease 0.3s;

  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #262626;
}
.films__top a:hover {
  opacity: 0.7;
}
.films__top a:active {
  opacity: 0.5;
}
.films__top .active {
  padding: 6px;
  width: 84px;
  text-align: center;
  border: 1px dashed #c21cff;
  border-radius: 4px;
}
.films__cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.films__card {
  transition: ease 0.3s;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  width: 23.93%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
  border-radius: 4px;
}
.films__card--article {
  background-color: #fff;
}
.films__card--article:hover {
  background-color: #1b2362;
}
.films__card--article:hover .films__card-img {
  opacity: .37;
}
.films__card--article:hover .films__card-name {
  color: #fff;
}
.films__card--article:hover .films__card-more {
  background-color: #2e355f;
}
.films__card--article:hover .films__card-more:hover {
  color: #18191d;
}
.films__card--article:hover .films__card-more:active {
  opacity: .8;
}
.films__card--article .films__card-img:after {
  position: absolute;
  content: '';
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, #1b2362, transparent);
}
.films__card--article .films__card-name-wrap {
  padding-left: 26px;
  padding-right: 26px;
  min-height: 169px;
  text-align: left;
}
.films__card--article span {
  border-bottom-color: transparent;
}
.films__card--article span:hover {
  opacity: 1;
}
.films__card--article span:active {
  opacity: 1;
}
.films__card:not(:nth-of-type(4n)) {
  margin-right: 1.38%;
}
.films__card:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.21);
}
.films__card:hover .films__card-hidden {
  opacity: 1;
  pointer-events: auto;
}
.films__card-img {
  transition: ease 0.3s;
  position: relative;
  margin-bottom: 15px;
  height: 200px;
  border-radius: 6px;
  overflow: hidden;
}
.films__card-hidden {
  transition: ease 0.3s;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
  opacity: 0;
  pointer-events: none;
}
.films__card-hidden-btn {
  transition: ease 0.3s;

  font-weight: 500;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 9px;
  padding: 7px;
  width: 100%;
  max-width: 194px;
  font-size: 11px;
  background-color: #2e355f;
  color: #000;
  border-radius: 4px;
  box-shadow: 0px 0px 29px 0px rgba(241, 192, 15, 0.7);
}
.films__card-hidden-btn:hover {
  background-color: #262626;
  color: #2e355f;
  box-shadow: 0px 0px 0px 0px rgba(241, 192, 15, 0.7);
}
.films__card-hidden-btn:active {
  opacity: .7;
}
.films__card-hidden-btn i {
  position: relative;
  width: 19px;
  height: 19px;
  background: url('/web/20220406024924im_/https://vtaxi.kz/templates/first/css/style.css') center no-repeat;
}
.films__card-hidden-btn i:after {
  transition: ease 0.3s;
  position: absolute;
  content: '';
  width: 19px;
  height: 19px;
  top: 0;
  left: 0;
  background: url('/web/20220406024924im_/https://vtaxi.kz/templates/first/css/style.css') center no-repeat;
  opacity: 0;
}
.films__card-hidden-btn--trailer i {
  margin-left: 11px;
  background-image: url('/web/20220406024924im_/https://vtaxi.kz/templates/first/img/ico/card-play.png');
}
.films__card-hidden-btn--trailer i:after {
  background-image: url('/web/20220406024924im_/https://vtaxi.kz/templates/first/img/ico/card-play-h.png');
}
.films__card-hidden-btn--trailer:hover i:after {
  opacity: 1;
}
.films__card-hidden-btn--date i {
  margin-left: 9px;
  background-image: url('/web/20220406024924im_/https://vtaxi.kz/templates/first/img/ico/card-date.png');
}
.films__card-hidden-btn--date i:after {
  background-image: url('/web/20220406024924im_/https://vtaxi.kz/templates/first/img/ico/card-date-h.png');
}
.films__card-hidden-btn--date:hover i:after {
  opacity: 1;
}
.films__card-hidden-btn--comment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 32px;
}
.films__card-age-limit {

  font-weight: 800;
  position: absolute;
  z-index: 2;
  content: '';
  top: -16px;
  right: 0;
  padding: 5px 12px;
  font-size: 19px;
  line-height: 21px;
  color: #18191d;
  font-style: normal;
  background-color: #2e355f;
  border-radius: 14px;
}
.films__card-age-limit--film-page {
  top: 0px;
  background-color: #58d3fb;
}
.films__card-name-wrap {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 49px;
  text-align: center;
}
.films__card-name {
  transition: ease 0.3s;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #262626;
  border-bottom: 1px solid #262626;
}
.films__card-name:hover {
  opacity: 0.7;
}
.films__card-name:active {
  opacity: 0.5;
}
.films__card-info {

  font-weight: 400;
  margin-bottom: 20px;
  text-align:center;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #262626;
}
.films__card-more {
  margin-left: auto;
  margin-right: auto;
  transition: ease 0.3s;

  font-weight: 500;
  display: block;
  padding: 10px 10px;
  width: 100%;
  max-width: 218px;
  border: 1px solid #2e355f;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  color: #262626;
}
.films__card-more:hover {
  background-color: #2e355f;
  box-shadow: 0px 0px 29px 0px rgba(241, 192, 15, 0.7);
}
.films__card-more:active {
  color: #2e355f;
  border-color: #262626;
  background-color: #262626;
}
.events {
  margin-bottom: 30px;
}
.events__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.events__left {
  position: relative;
  margin-right: 13px;
  width: 100%;
  max-width: 568px;
  max-height: 584px;
}
.events__left img {
  height: 584px;
}
.events__img {
  border-radius: 4px;
  overflow: hidden;
}

.events__img img {

}


.events__title {
	width:100%;
  position: absolute;
  left: 0;
  bottom: 0;
background: -moz-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 80%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(153,218,255,0)), color-stop(80%, rgba(0,0,0,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 80%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 80%); /* opera 11.10+ */
background: -ms-linear-gradient(270deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 80%); /* ie10+ */
background: linear-gradient(180deg, rgba(153,218,255,0) 0%, rgba(0,0,0,1) 80%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99DAFF', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}
.events__title h4 {
  padding: 15px 40px 15px 40px;
  max-width: 480px;
}
.events__title a {
  transition: ease 0.3s;

  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.05em;
  color: #fff;
}
.events__title a:hover {
  text-shadow: 0px 0px 19px #f1c00f;
}
.events__right {
  width: 100%;
  max-width: 590px;
}
.events__right-top {
  position: relative;
  margin-bottom: 12px;
  max-height: 286px;
}
.events__right-top img {
  height: 286px;
}
.events__right-top h4 {
  padding: 15px 15px 15px 22px;
}
.events__right-bot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.events__right-bot-item {
  position: relative;
  width: 100%;
  max-width: 291px;
  max-height: 286px;
}
.events__right-bot-item img {
  height: 286px;
}
.events__right-bot-item:first-of-type {
  margin-right: 13px;
}
.events__right-bot-item h4 {
  padding: 15px 22px 15px 22px;
}
.cinemas {
  margin-bottom: 55px;
}
.cinemas__cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.cinemas__card {
  transition: ease 0.3s;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
  border-radius: 4px;
}
.cinemas__card:not(:nth-of-type(4n)) {
  margin-right: 1.38%;
}
.cinemas__card:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.21);
}
.cinemas__card-score {

  font-weight: 800;
  position: absolute;
  z-index: 2;
  content: '';
  top: -16px;
  right: 0;
  padding: 5px 12px;
  font-size: 19px;
  line-height: 21px;
  color: #fff;
  font-style: normal;
  background-color: #7eca1d;
  border-radius: 14px;
}
.cinemas__card-img {
  transition: ease 0.3s;
  position: relative;
  margin-bottom: 38px;
  height: 199px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.cinemas__card-img .object-fit {  background:url(/web/20220406024924im_/https://vtaxi.kz/templates/first/img/noimage.jpg) no-repeat;}

.cinemas__card-name-wrap {
  margin-bottom: 13px;
  min-height: 46px;
  text-align: center;
}
.cinemas__card-name {
  transition: ease 0.3s;

  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #262626;
  border-bottom: 1px solid #262626;
}
.cinemas__card-name:hover {
  opacity: 0.7;
}
.cinemas__card-name:active {
  opacity: 0.5;
}
.cinemas__card-info {
  margin-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 72px;
}
.cinemas__card-info p {

  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #535353;
}
.cinemas__card-more {
  margin-left: auto;
  margin-right: auto;
  transition: ease 0.3s;

  font-weight: 500;
  display: block;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  padding: 10px 10px;
  width: 100%;
  max-width: 218px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #18191d;
  background-color: #2e355f;
}
.cinemas__card-more:hover {
  background-color: #2e355f;
  box-shadow: 0px 0px 29px 0px rgba(241, 192, 15, 0.7);
}
.cinemas__card-more:active {
  color: #2e355f;
  border-color: #262626;
  background-color: #262626;
}
.actors {
  margin-bottom: 40px;
}
.actors__cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.actors__card {
  transition: ease 0.3s;
  padding-bottom: 25px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
  border-radius: 4px;
}
.actors__card:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.21);
}
.actors__card-img {
  transition: ease 0.3s;
  margin-bottom: 40px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.actors__card-name-wrap {
  margin-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 69px;
  text-align: center;
}
.actors__card-name {
  transition: ease 0.3s;

  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  color: #262626;
  border-bottom: 1px solid #262626;
}
.actors__card-name:hover {
  opacity: 0.7;
}
.actors__card-name:active {
  opacity: 0.5;
}
.actors__card-more {
  margin-left: auto;
  margin-right: auto;
  transition: ease 0.3s;

  font-weight: 500;
  display: block;
  padding: 10px 10px;
  width: 100%;
  max-width: 218px;
  border: 1px solid #2e355f;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #262626;
}
.actors__card-more:hover {
  background-color: #2e355f;
  box-shadow: 0px 0px 29px 0px rgba(241, 192, 15, 0.7);
}
.actors__card-more:active {
  color: #2e355f;
  border-color: #262626;
  background-color: #262626;
}
.quote_block {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 870px;
  text-align: center;
}
.quote_block:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 15px;
  width: 25px;
  height: 24px;
  background: url('/web/20220406024924im_/https://vtaxi.kz/templates/first/img/ico/quote-open.svg') center no-repeat;
}
.quote_block:after {
  position: absolute;
  content: '';
  bottom: 14px;
  right: 15px;
  width: 25px;
  height: 24px;
  background: url('/web/20220406024924im_/https://vtaxi.kz/templates/first/img/ico/quote-close.svg') center no-repeat;
}
.quote__wrap {
  padding-top: 44px;
  padding-bottom: 26px;
  margin-top:30px;
  margin-bottom:30px;
  background-color: #502757;
}
.quote_block p {

  font-weight: 700;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 45px;
  color: #fff;
  text-align: center;
}
.quote_block small {
  font-weight: 500;
  font-size: 12px;
  color: #f1c30f;
}
.advantages__wrap {
  padding-top: 0;
  background: #fff url('/web/20220406024924im_/https://vtaxi.kz/templates/first/img/advantages-bg.jpg') right bottom no-repeat;
}
.advantages__intro {
  margin-bottom: 40px;
  padding-left: 110px;
  padding-right: 110px;
}
.advantages__intro h3 {

  font-weight: 600;
  margin-bottom: 5px;
  font-size: 42px;
  line-height: 45px;
  color: #262626;
}
.advantages__intro h3 span {
  font-style: normal;
  color: #2e355f;
}
.advantages__intro p {

  font-weight: 300;
  font-size: 32px;
  line-height: 35px;
  color: #262626;
}
.advantages__content {
  margin-left: auto;
  margin-right: auto;
  color:#fff;
  padding: 72px 60px 18px 90px;
  max-width: 1130px;
  background-color: #2e355f;
  -webkit-clip-path: polygon(0 0, 100% 85px, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 85px, 100% 100%, 0% 100%);
}
.advantages__content-top {
  position: relative;
  margin-bottom: 36px;
  padding: 16px 0 10px 0;
  max-width: 560px;
}
.advantages__content-top:before {
  position: absolute;
  content: '';
  left: -35px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background-color: #fff;
}
.advantages__content-top p {
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}
.advantages__content-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.advantages__content-col {
  margin-bottom: 27px;
  width: 100%;
  max-width: 263px;
}
.advantages__content-col h5 {
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}
.advantages__content-col p {
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.menu--line {
  border-top: 7px solid #2e355f;
}
.menu__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  max-width: 785px;
}
.menu__nav ul {
  width: 100%;
  max-width: 228px;
}
.menu__nav li:not(:last-of-type) {
  border-bottom: 1px solid #a3a3a5;
}
.menu__nav a {

  font-weight: 400;
  position: relative;
  display: block;
  padding-top: 9px;
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 21px;
  color: #18191d;
}
.menu__nav a:before {
  transition: ease 0.3s;
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #2e355f;
}
.menu__nav a:hover:before {
  width: 100%;
}
.menu__social-col {
  padding-top: 9px;
  width: 100%;
  max-width: 190px;
}
.menu__social-col p {

  font-weight: 400;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 21px;
  color: #18191d;
}
.menu__social-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.menu__social-items a {
  transition: ease 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #818181;
  border-radius: 50%;
  font-size: 0;
}
.menu__social-items a:hover {
  border-width: 4px;
}
.cinema-list__content {
  margin-bottom: 50px;
}
.cinema-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 50px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 30px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
  border-radius: 4px;
}
.cinema-list__item h2 {

  font-weight: 700;
  padding-top: 15px;
  padding-right: 20px;
  font-size: 25px;
  line-height: 29px;
  color: #202020;
}
.cinema-list__item h2 a {color: #202020;}
.cinema-list__item h2 a:hover {color: #000;text-decoration: underline;}
.cinema-list__item p {

  font-weight: 500;
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 20px;
  color: #262626;
}
.cinema-list__item-img {
  margin-right: 44px;
  width: 100%;
  max-width: 358px;
  height: 273px;
  border-radius: 4px;
  overflow: hidden;
}
.cinema-list__item-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 44px;
}
.cinema-list__item-top i {
  position: relative;
  width: 19px;
  height: 19px;
  margin-left: 12px;
  background-image: url('/web/20220406024924im_/https://vtaxi.kz/templates/first/img/ico/card-date.png');
}
.cinema-list__item-top i:after {
  transition: ease 0.3s;
  position: absolute;
  content: '';
  width: 19px;
  height: 19px;
  top: 0;
  left: 0;
  background: url('/web/20220406024924im_/https://vtaxi.kz/templates/first/css/style.css') center no-repeat;
  opacity: 0;
}
.cinema-list__item-top a.btnmore {
  transition: ease 0.3s;

  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  max-width: 218px;
  border: 1px solid #2e355f;
  border-radius: 4px;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  color: #000;
}
.cinema-list__item-top a.btnmore:hover {
  background-color: #2e355f;
  box-shadow: 0 0 29px 0 rgba(241, 192, 15, 0.7);
}
.cinema-list__item-top a.btnmore:hover i:after {
  opacity: 1;
}
.cinema-list__item-info {
  width: 100%;
  max-width: 770px;
}
.cinema-list__item-info .btn--stock {margin-top:30px;}
.cinema-list__item-tel {
  transition: ease 0.3s;
  color: #262626;
}
.cinema-list__item-tel:hover {
  opacity: 0.7;
}
.cinema-list__item-tel:active {
  opacity: 0.5;
}
.cinema-list__item-more {
  transition: ease 0.3s;

  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
}
.cinema-list__item-more:hover {
  opacity: 0.7;
}
.cinema-list__item-more:active {
  opacity: 0.5;
}
.film-intro {
  margin-bottom: 50px;
}
.film-intro__poster {
  position: relative;
}
.film-intro__btns {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px;
}
.film-intro__btns a {
  margin-left: 8px;
  margin-right: 8px;
}
.film-intro__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: -122px;
  padding-left: 35px;
}
.film-intro__info-cover {
  position: relative;
  margin-right: 50px;
  width: 100%;
  max-width: 280px;
  border-radius: 4px;
  overflow: hidden;
}
.film-intro__info-cover img {
  border-radius: 4px;
}
.film-intro__info-cover--about {
  margin-right: 40px;
  min-width: 281px;
}
.film-intro__info-text {
  padding-top: 148px;
  width: 100%;
  max-width: 805px;
}
.film-intro__info-text p {

  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
.film-intro__info-text-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 16px;
}
.film-intro__info-text-top span {

  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  color: #262626;
}
.film-intro__info-text-top span:not(:last-of-type) {
  padding-right: 10px;
}
.film-intro__info-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 42px;
}
.film-intro__info-social em {

  font-weight: 700;
  margin-right: 20px;
  font-style: normal;
  font-size: 14px;
  color: #afb6bc;
}
.film-chart {
  margin-bottom: 44px;
}
.film-chart__location {
  transition: ease 0.3s;

  font-weight: 700;
  color: #262626;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.film-chart__location:hover {
  opacity: 0.7;
}
.film-chart__location:active {
  opacity: 0.5;
}
.film-chart__table {
  display: table;
  position: relative;
  width: 100%;
  padding: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
  border-radius: 4px;
}
.film-chart__table-head {
  position: relative;
  display: table-row;
  margin-bottom: 34px;
  padding-bottom: 20px;
  width: 100%;
}
.film-chart__table-head:after {
  position: absolute;
  content: '';
  top: 30px;
  left: 10px;
  width: calc(100% - 20px);
  height: 30px;
  border-bottom: 2px solid #6176a6;
  border-radius: 4px;
}
.film-chart__table-head-data {

  font-weight: 600;
  display: table-cell;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 36px;
  font-size: 16px;
  line-height: 20px;
  color: #3d5a97;
}
.film-chart__table-head-data:first-of-type {
  padding-left: 25px;
}
.film-chart__table-head-data:not(:first-of-type) {
  text-align: center;
}
.film-chart__table-row {
  display: table-row;
  background-color: #fdfdfd;
}
.film-chart__table-row:not(:last-of-type) .film-chart__table-row-data {
  border-bottom: 16px solid #fff;
}
.film-chart__table-row:not(:last-of-type) .film-chart__table-row-data:before {
  height: calc(100% + 16px);
}
.film-chart__table-row--blocked .film-chart__table-row-data {
  color: #b9b9b9;
}
.film-chart__table-row-data {

  font-weight: 500;
  position: relative;
  display: table-cell;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
}
.film-chart__table-row-data:first-of-type {
  padding-left: 25px;
}
.film-chart__table-row-data:not(:first-of-type) {
  text-align: left;
}
.film-chart__table-row-data:nth-of-type(n+3):before {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f9f9f9;
}
.film-frames {
  margin-bottom: 44px;
}
.film-frames__slide {
  padding-left: 5px;
  padding-right: 5px;
  outline: none;
}
.film-frames__slide-content {
  height: 220px;
  background-color: #ccc;
  border-radius: 20px;
  overflow: hidden;
}
.film-frames__slide-content img {
  border-radius: 20px;
}
.comment {
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  max-width: 1090px;
}
.comment__wrap {
  margin-bottom: 30px;
}
.comment__content {
  width: 100%;
  max-width: 610px;
}
.comment__content-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 30px;
}
.comment__content-item-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 20px;
  width: 60px;
  border-radius: 50%;
  background-color: #eee;
}
.comment__content-item-img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.comment__content-item-name {

  font-weight: 500;
  display: inline-block;
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 12px;
  font-size: 14px;
}
.comment__content-item-reply {

  font-weight: 400;
  display: inline;
  font-size: 12px;
  color: #bbb;
}
.comment__content-item-desc {

  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
.comment__content-item-date {

  font-weight: 400;
  margin-right: 5px;
  font-size: 12px;
  color: #bbb;
}
.comment__content-vote-ico {

  font-weight: 400;
  font-size: 12px;
}
.comment__content-vote-ico img {
  display: inline-block;
  width: 20px;
  height: 14px;
}
.comment__content-vote {

  font-weight: 400;
  margin-right: 5px;
  font-size: 12px;
}
.comment__content-sbmt {
  transition: ease 0.3s;

  font-weight: 400;
  font-size: 12px;
  color: #000;
}
.comment__content-sbmt:hover {
  opacity: 0.7;
}
.comment__content-sbmt:active {
  opacity: 0.5;
}
.comment__themes {
  padding-top: 20px;
  width: 250px;
}
.comment__themes h5 {
  margin-bottom: 30px;
}
.comment__themes-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 22px;
}
.comment__themes-img {
  margin-right: 10px;
  min-width: 87px;
  width: 87px;
}
.comment__themes-img img {
  display: block;
  width: 100%;
  height: auto;
}
.comment__themes-name {

  font-weight: 400;
  padding-right: 5px;
  width: 100%;
  font-size: 14px;
}
.comment__themes-name a {
  transition: ease 0.3s;
  border-bottom: 1px solid #bbb;
  color: #000;
}
.comment__themes-name a:hover {
  opacity: 0.7;
}
.comment__themes-name a:active {
  opacity: 0.5;
}
.comment__themes-amount-cloud {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin-left: auto;
  border-radius: 2px;
  border: 1px solid #ea7414;
}
.comment__themes-amount-cloud:before {
  position: absolute;
  left: 20%;
  top: 100%;
  content: '';
  margin-top: -6px;
  margin-left: -1px;
  border-width: 6px 8px;
  border-color: transparent;
  border-style: solid;
  border-left-color: #ea7414;
}
.comment__themes-amount-cloud:after {
  position: absolute;
  left: 20%;
  top: 100%;
  content: '';
  margin-top: -5px;
  border: 5px solid transparent;
  border-left-color: #fff;
}
.comment__themes-amount-cloud-content {
  position: relative;
  z-index: 2;
  left: 0;
  top: 0;
  display: block;
  background-color: #fff;
  padding: 1px 4px;
  font-size: 12px;
  line-height: 1;
  color: #ea7414;
  font-weight: 400;
}
.about-film {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 44px;
}
.about-film__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-right: 15px;
  padding-top: 38px;
  padding-left: 30px;
  padding-right: 35px;
  padding-bottom: 25px;
  width: 100%;
  max-width: 800px;
  background-color: #f9f9f9;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.about-film__text p {

  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #262626;
}
.about-film__text p:not(:last-of-type) {
  margin-bottom: 18px;
}
.about-film__text a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.about-film__right {
  width: 100%;
  max-width: 320px;
}
.about-film__rate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 19px;
  padding-left: 25px;
  max-width: 285px;
  border: 1px solid #2e355f;
  border-radius: 14px;
}
.about-film__rate span {

  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #262626;
}
.ratingtypeplus  {color:#fff!important;}
.about-film__rate button {
  transition: ease 0.3s;

  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 1px;
  padding-left: 17px;
  padding-right: 21px;
  font-size: 21px;
  line-height: 28px;
  color: #fff!important;
  background-color: #2e355f;
  border-radius: 13px;
}
.about-film__rate button:hover {
  box-shadow: 0 0 29px 0 rgba(241, 192, 15, 0.7);
}
.about-film__rate img {
  margin-right: 10px;
}
.about-film__describe {
  font-size: 13px;
  line-height: 30px;
}
.about-film__describe b {

  font-weight: 700;
  color: #3d8ca5;
}
.about-film__describe p {

  font-weight: 500;
  color: #262626;
}
.players {
  margin-bottom: 62px;
}
.players__btns {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
.players__btns .btn {
  margin-right: 15px;
  border: 1px solid transparent;
  cursor: pointer;
}
.players__btns .btn--white {
  border-color: #d1d1d2;
}
.players__btns .btn--white:hover {
  border-color: transparent;
}
.players__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.players__content-tab {
  width: 100%;
}
.players__content-left {
  width: 100%;
  max-width: 760px;
}
.players__content-right {
  width: 100%;
  max-width: 320px;
}
.players .btn.active {
  pointer-events: none;
}
.share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 1170px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.share p {

  font-weight: 500;
  margin-right: 48px;
  font-size: 20px;
  line-height: 24px;
  color: #262626;
}
.cinema__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cinema__top .about-film__rate {
  margin-top: 10px;
  width: 100%;
  max-width: 180px;
}
.cinema__about-img {
  /*height: 312px;*/
}
.cinema__about-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 78px;
}
.cinema__about-left {
  padding-top: 45px;
  padding-right: 40px;
  width: 100%;
  max-width: 810px;

  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #262626;
}

.cinema__about-left ul {margin:25px 0 0 15px;list-style:outside disc;}
.cinema__about-left ol {margin:25px 0 0 15px;list-style:outside decimal;}
.cinema__about-left a {color:#262626;text-decoration:underline;}
.cinema__about-left a:hover {text-decoration:none;}
.cinema__about-left iframe {max-width:100%;width:100%!important;}

.cinema__about-full {padding-top: 0px;}
#map_content, #map {margin:0 0 25px 0;}
.map_full {margin:0!important;}
.map_content_img {width:100%;}
.search-div {margin:0 0 30px 0;}
.search-div input {
transition: ease 0.3s;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  color: #262626;
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid #d1d1d2;
  box-shadow: 0px 0px 5px 0px rgba(241, 192, 15, 0);
}


.cinema__about-left h2 {
  margin:20px 0 10px 0;
}
.cinema__about-left h5 {

  font-weight: 700;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #262626;
}
.cinema__about-left p {
  display: inline-block;
}
.cinema__about-left p:not(:last-of-type) {
  margin-bottom: 20px;
}
.cinema__about-left p .hidden-text {
  display: none;
}
.cinema__about-right {
  margin-right: 0;
  padding: 30px;
  width: 100%;
  max-width: 360px;
  background-color: #f9f9f9;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;

  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #262626;
}

.cinema__about-right-tel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 25px;
}

.cinema__about-right-address {
  margin-bottom: 25px;
}
.cinema__about-taxi {
  transition: ease 0.3s;

  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 9px;
  width: 100%;
  max-width: 181px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #e1e3e6;
  border-radius: 7px;
  color: #262626;
}
.cinema__about-taxi img {
  margin-right: 12px;
}
.cinema__about-taxi:hover {
  border-color: #000;
}
.show-text {
  transition: ease 0.3s;

  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #262626;
}
.show-text:hover {
  opacity: 0.7;
}
.show-text:active {
  opacity: 0.5;
}
.cinema__tabs-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 84px;
}
.cinema__tabs-nav .btn.active {
  pointer-events: none;
}
.cinema__tab h3 {

  font-weight: 500;
  margin-bottom: 57px;
  font-size: 25px;
  line-height: 29px;
  color: #262626;
}
.cinema__tab-chart-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 81px;
}
.cinema__tab-chart-img {
  margin-right: 15px;
  width: 23.93%;
  border-radius: 4px;
  padding-bottom: 23px;
}
.cinema__tab-chart-item_new .cinema__tab-chart-img {padding-bottom: 0;}
.cinema__tab-chart-item_new .cinema__tab-chart-img-box {margin-bottom: 0;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.11);}
.cinema__tab-chart-img img {
  border-radius: 4px;
}
.cinema__tab-chart-img .btn {
  margin-left: auto;
  margin-right: auto;
  border-color: #2e355f;
}
.cinema__tab-chart-img .btn:hover {
  background-color: #2e355f;
  color: #262626;
}
.cinema__tab-chart-img-box {
  position: relative;
  margin-bottom: 20px;
  border-radius: 4px;
}
.cinema__tab-chart-more {
  padding-left: 10px;
  padding-right: 10px;
}
.cinema__tab-chart-name {

  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
  font-size: 19px;
  line-height: 23px;
  color: #262626;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.cinema__tab-chart-name a {color: #262626;}
.cinema__table-col .cinema__tab-chart-name {margin:25px 0 5px 0!important;}

.cinema__table-col {
  width: 74.36%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11);
  border-radius: 4px;
}
.cinema__table-col .film-chart__table {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.11);
}
.cinema__table-col .film-chart__table-row-data:nth-of-type(2):before {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f9f9f9;
}
.cinema__table-col em {
  margin-left: auto;
  margin-right: auto;

  font-weight: 500;
  display: block;
  margin-bottom: 39px;
  padding: 15px 25px;
  width: calc(100% - 50px);
  border: 1px dashed #c0c0c0;
  border-radius: 4px;
  text-align: center;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  color: #262626;
}
.cinema__table-describe {
  padding: 27px 50px 24px;
  font-size: 13px;
  line-height: 20px;
  color: #262626;
  border-radius: 4px;
  background-color: #f9f9f9;
}
.cinema__tab-map-wrap {
  position: relative;
  margin-bottom: 54px;
  padding-left: 55px;
  padding-right: 55px;
}
.cinema__tab-map {
  min-height: 387px;
  border-radius: 4px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.cinema__tab-map img {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: auto;
}
.cinema__tab-map-btns {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 50px;
}
.cinema__tab-map-btns:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 50%;
  height: 10px;
  background-color: #fff;
}
.cinema__tab-map-btns:after {
  position: absolute;
  z-index: -2;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2e355f;
}
.cinema__gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cinema__gallery-item {
  margin-bottom: 20px;
  width: 100%;
  max-width: 32.22%;
  border-radius: 4px;
  overflow: hidden;
}
.cinema__gallery-item:not(:nth-of-type(3n)) {
  margin-right: 1.54%;
}
.cinema__stock-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 38px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
}
.cinema__stock-img {
  margin-right: 45px;
  width: 100%;
  max-width: 356px;
  height: 270px;
  border-radius: 4px;
  overflow: hidden;
}
.cinema__stock-info {
  position: relative;
  padding-bottom: 40px;
  width: 100%;
  max-width: 765px;
}
.cinema__stock-info h4 {

  font-weight: 700;
  margin-bottom: 27px;
  font-size: 25px;
  line-height: 40px;
  color: #202020;
}
.cinema__stock-info p {

  font-weight: 500;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #262626;
}
.cinema__stock-item-more {
  position: absolute;
  content: '';
  min-width: 150px;
  bottom: 0;
  right: 0;
}
.comment__reg-wrap {
  padding-top: 35px;
  padding-left: 40px;
  padding-right: 40px;
}
.comment__reg {
  padding: 35px 36px 55px;
  width: 100%;
  max-width: 610px;
  background-color: #fbf9f9;
  border-radius: 4px;
  border: 1px solid #f6f4f4;
}
.comment__reg h4 {

  font-weight: 500;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 29px;
  color: #262626;
  letter-spacing: -0.02em;
}
.comment__reg-social p {

  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #262626;
}
.comment__reg-social-items {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
.comment__reg-social-item {
  transition: ease 0.3s;

  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 7px 15px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
}
.comment__reg-social-item:hover {
  opacity: 0.7;
}
.comment__reg-social-item:active {
  opacity: 0.5;
}
.comment__reg-social-item:not(:last-of-type) {
  margin-right: 12px;
}
.comment__reg-social-item--vk {
  background-color: #263e5c;
}
.comment__reg-social-item--fb {
  background-color: #3d5c9a;
}
.comment__reg-social-item--ok {
  background-color: #ee7701;
}
.comment__reg-social-item img {
  margin-right: 26px;
}
.comment__reg-social-item span {
  position: relative;
  color: #fff;
}
.comment__reg-social-item span:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: -14px;
  top: 0%;
  background-color: rgba(255, 255, 255, 0.3);
}
.comment__reg-agreement {

  font-weight: 500;
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 18px;
  color: #262626;
}
.comment__reg-agreement a {
  transition: ease 0.3s;
  color: #262626;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.comment__reg-agreement a:hover {
  opacity: 0.7;
}
.comment__reg-agreement a:active {
  opacity: 0.5;
}
.comment__reg-login p {

  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #262626;
}
.comment__reg-login a {
  transition: ease 0.3s;
  display: inline-block;
  padding: 2px 9px;
  background-color: #eff2f6;
  border-radius: 2px;
  color: #3574be;
}
.comment__reg-login a:hover {
  opacity: 0.7;
}
.comment__reg-login a:active {
  opacity: 0.5;
}
.footer {
  background-color: #262626;
}
.footer--top-marg {
  margin-top: 35px;
}
.footer__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 26px;
}
.footer__content-left {
  display: -ms-flexbox;
  display: flex;
}
.footer__content p {
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #8b8b8b;
}
.footer__content ul {
  display: -ms-flexbox;
  display: flex;
  padding-left: 165px;
}
.footer__content li {
  margin-right: 9px;
}
.footer__content a {
  transition: ease 0.3s;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #8b8b8b;
}
.footer__content a:hover {
  color: #fff;
  text-shadow: 0px 0px 19px #f1c00f;
}
.region {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  top: 50%;
  padding: 30px 30px 45px;
  width: 100%;
  max-width: 600px;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  max-height: 100vh;
  overflow: auto;
}
.region__close {
  transition: ease 0.3s;
  position: absolute;
  content: '';
  top: 25px;
  right: 30px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url('/web/20220406024924im_/https://vtaxi.kz/templates/first/img/ico/modal-close.svg') center no-repeat;
  background-size: contain;
}
.region__close:hover {
  opacity: 0.7;
}
.region__close:active {
  opacity: 0.5;
}
.region__close img {
  display: block;
}
.region b {

  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #262626;
}
.region form {
  padding-top: 32px;
}
.region input {

  font-weight: 400;
  padding: 14px 24px;
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  color: #000;
  border: 1px solid #d4d1d1;
}
.region input:-ms-input-placeholder {
  color: #000;
}
.region input::placeholder {
  color: #000;
}
.region input[type='radio'] {
  display: none;
}
.region input[type='radio']:checked + label {
  border-bottom: 2px solid #2e355f;
  opacity: 1;
}
.region label {
  transition: ease 0.3s;

  font-weight: 400;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.region label:hover {
  opacity: 0.7;
}
.region label:active {
  opacity: 0.5;
}
.region h6 {

  font-weight: 500;
  margin-bottom: 25px;
  padding-top: 26px;
  font-size: 16px;
  color: #262626;
}
.region p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 12px;
}
.region p:last-of-type {
  margin-bottom: 3px;
}
.region__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.region__btns span {
  transition: ease 0.3s;

  font-weight: 400;
  margin-right: 29px;
  font-size: 13px;
  line-height: 13px;
  border-bottom: 1px solid #535252;
  color: #535252;
  cursor: pointer;
}
.region__btns span:hover {
  opacity: 0.7;
}
.region__btns span:active {
  opacity: 0.5;
}
.body-mask {
  position: relative;
  overflow: hidden;
}
.body-mask:after {
  position: absolute;
  content: '';
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.autocomplete {
  position: relative;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {

  font-weight: 400;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.custom-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  top: 50%;
  padding: 40px 30px 45px;
  width: 100%;
  max-width: 600px;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  max-height: 100vh;
  overflow: auto;
}
.custom-modal h2 {

  font-weight: 500;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
  color: #262626;
}
.custom-modal h3 {

  font-weight: 500;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 26px;
  color: #262626;
}
.custom-modal h4 {

  font-weight: 500;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 24px;
  color: #262626;
}
.custom-modal h5 {

  font-weight: 500;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 22px;
  color: #262626;
}
.custom-modal p {

  font-weight: 500;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
}
.custom-modal b {

  font-weight: 700;
  display: inline-block;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
}
.custom-modal ul {
  margin-bottom: 10px;
}
.custom-modal li {

  font-weight: 500;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 20px;
}
.custom-modal li:before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2e355f;
}
.custom-modal .btn--modal {
  transition: ease 0.3s;

  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #262626;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.custom-modal .btn--modal:hover {
  color: #777;
}
@media (min-width: 768px){
  .venoframe,
  .vbox-inline{
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid{
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px){
  .venoframe,
  .vbox-inline{
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid{
    width: 960px;
    height: 540px;
  }
}
@media (max-width: 1400px){
  .advantages__wrap{
    background-size: auto 60%;
    background-position: 95% 30px;
  }
}
@media (max-width: 1160px){
  .header__wrap{
    min-height: 116px;
  }
  .header__logo img{
    width: 178px;
    height: 37px;
  }
  .header__nav{
    margin-right: 270px;
  }
  .films__card-info{
    padding-left: 10px;
    padding-right: 10px;
  }
  .films__card--article .films__card-name-wrap{
    padding-left: 10px;
    padding-right: 10px;
  }
  .film-intro__info{
    padding-left: 0;
  }
  .film-intro__info-cover{
    margin-right: 20px;
  }
  .about-film__left{
    padding-left: 0;
  }
  .players__btns{
    padding-left: 0;
  }
  .players__content{
    padding-left: 0;
    padding-right: 0;
  }
  .cinema__tabs-nav{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cinema__tabs-nav .btn{
    margin-right: 15px;
    max-width: 150px;
  }
}
@media (max-width: 1080px){
  .intro--films h1{
    text-align: right;
  }
  .header__wrap{
    height: 111px;
  }
  .header{
    height: 111px;
  }
  .header__content{
    transition: ease 0.3s;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header__nav{
    margin-right: 0;
  }
  .header--fixed{
    transition: ease 0.3s;
    height: 64px;
    overflow: hidden;
  }
  .header--fixed .header__nav{
    padding-top: 6px;
  }
  .header--fixed .header__form{
    height: 0;
    /*overflow: hidden;*/
    opacity: 0;
  }
  .header__form{
    transition: ease 0.3s;
    position: relative;
    -ms-transform: translate(0);
    transform: translate(0);
    margin-top: 10px;
    width: 100%;
  }
  .header__form form{
    margin-left: auto;
    position: relative;
    width: 300px;
  }
  .jq-selectbox{
    width: 100%;
  }
  .films__card{
    width: 30%;
  }
  .films__card:not(:nth-of-type(4n)){
    margin-right: 0;
  }
  .films__card:not(:nth-of-type(3n)){
    margin-right: 5%;
  }
  /*
  .films__cards--today .films__card:nth-of-type(n+7){
    display: none;
  }

  .films__cards--min .films__card:nth-of-type(n+4){
    display: none;
  }
  */
  .films__card-img{
    margin-bottom: 0;
  }
  .films__card-info{
    margin-bottom: 10px;
  }
  .films__card-more{
    width: calc(100% - 20px);
  }
  .cinemas__card-img{
    margin-bottom: 20px;
  }
  .cinemas__card-info{
    min-height: 54px;
  }
  .films__card--article .films__card-name-wrap{
    min-height: 159px;
  }
  .actors__cards{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .actors__card{
    width: 30%;
  }
  .actors__card:not(:nth-of-type(4n)){
    margin-right: 0;
  }
  .actors__card:nth-of-type(n+4){
    display: none;
  }
  .events__title{
    width: 100%;
    max-width: 100%;
  }
  .events__title h4{
    padding-left: 15px;
    padding-right: 15px;
  }
  .actors__card-img{
    margin-bottom: 20px;
  }
  .advantages__wrap{
    padding-top: 140px;
    background-size: auto 50%;
  }
  .advantages__content-col{
    max-width: 45%;
  }
  .menu{
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu__nav{
    max-width: 710px;
  }
  .cinema-list__item-top{
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cinema-list__item-top h2{
    -ms-flex-order: -1;
    order: -1;
  }
  .cinema-list__item-top a{
    margin-top: 20px;
  }
  .cinema-list__item-top{
    margin-bottom: 25px;
  }
  .cinema-list__item-top h2{
    padding-top: 0;
  }
  .film-intro__info{
    margin-top: -30px;
  }
  .film-intro__info-text{
    padding-top: 50px;
  }
  .film-intro__info-text-top{
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-film__left{
    padding-right: 20px;
  }
  .film-intro__info-cover{
    max-width: 200px;
    min-width: 200px;
  }
  .about-film__text p{
    font-size: 14px;
    line-height: 18px;
  }
  .about-film__describe{
    line-height: 23px;
  }
  .cinema__about-right{
    margin-right: 0;
  }
  .cinema__tab h3{
    text-align: center;
  }
  .cinema__tab-map-wrap{
    padding-left: 0;
    padding-right: 0;
  }
  .cinema__table-col .film-chart__table-wrap{
    margin-bottom: 15px;
    overflow-x: scroll;
  }
  .cinema__table-col .film-chart__table-wrap::-webkit-scrollbar{
    background-color: #dfdfdf;
    border-radius: 4px;
    height: 8px;
  }
  .cinema__table-col .film-chart__table-wrap::-webkit-scrollbar-thumb{
    border-radius: 4px;
    width: 4px;
    background-color: #2e355f;
  }
  .cinema__table-col .film-chart__table{
    width: 1080px;
    margin-bottom: 0;
  }
  .cinema__stock-img{
    margin-right: 20px;
  }
  .cinema__stock-info h4{
    font-size: 22px;
    line-height: 32px;
  }
  .cinema__stock-info h4 br{
    display: none;
  }
}
@media (max-width: 960px){
  .section-title{
    font-size: 36px;
    line-height: 40px;
  }
  .intro__wrap{
    background-position-x: 40%;
  }
  .films__card{
    width: 32%;
  }
  .films__top li{
    margin-right: 20px;
  }
  .films__card:not(:nth-of-type(3n)){
    margin-right: 2%;
  }
  .films__card-img{
    height: 160px;
	border-radius: 4px;
	margin-bottom:15px;
  }
  .events__left img{
    height: 400px;
  }
  .events__right-bot-item img,
  .events__right-top img{
    height: 193px;
  }
  .events__title a{
    font-size: 20px;
    line-height: 24px;
  }
  .cinemas__card{
    width: 32%;
  }
  .cinemas__card:not(:nth-of-type(4n)){
    margin-right: 0;
  }
  .cinemas__card:nth-of-type(n+4){
    display: none;
  }
  .cinemas__card-info{
    padding-left: 15px;
    padding-right: 15px;
  }
  .actors__card{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 32%;
  }
  .actors__card:not(:nth-of-type(3n)){
    margin-right: 2%;
  }
  .actors__card-img{
    height: 350px;
  }
  .actors__card-name-wrap{
    padding-left: 10px;
    padding-right: 10px;
  }
  .actors__card-more{
    margin-top: auto;
  }
  .menu__nav{
    max-width: 550px;
  }
  .menu__nav ul{
    max-width: 180px;
  }
  .menu__nav a{
    font-size: 14px;
  }
  .cinema-list__item-img{
    margin-right: 20px;
  }
  .cinema-list__item p{
    margin-bottom: 15px;
  }
  .film-intro{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .film-intro__img img{
    display: none;
  }
  .film-intro__poster{
    -ms-flex-order: 1;
    order: 1;
    margin-top: -40px;
  }
  .film-intro__info{
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
  }
  .film-intro__info-cover{
    max-height: 400px;
  }
  .film-intro__info-text{
    padding-top: 0;
  }
  .film-intro__poster{
    margin-top: 20px;
  }
  .film-intro__btns{
    position: static;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .film-intro__btns .btn:last-of-type{
    display: none;
  }
  .film-chart__table-wrap{
    overflow-x: scroll;
  }
  .film-chart__table-wrap::-webkit-scrollbar{
    background-color: #dfdfdf;
    border-radius: 4px;
    height: 8px;
  }
  .film-chart__table-wrap::-webkit-scrollbar-thumb{
    border-radius: 4px;
    width: 4px;
    background-color: #2e355f;
  }
  .film-chart__table{
    width: 1100px;
  }
  .comment{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .comment__content{
    max-width: 100%;
  }
  .comment__themes{
    display: none;
  }
  .about-film{
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-film__left{
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .about-film__right{
    max-width: 100%;
  }
  .players__btns{
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
  }
  .players__btns .btn{
    margin-left: 10px;
    margin-right: 10px;
  }
  .players__content{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .players__content-right{
    display: none;
  }
  .page-title--cinema{
    font-size: 32px;
  }
  .cinema__about-left{
    padding-top: 20px;
    padding-right: 20px;
  }
  .cinema__about-right{
    padding: 0;
    max-width: 100%;
	border-radius:0;
  }
  .cinema__tabs-nav-wrap{
    overflow-x: scroll;
  }
  .cinema__tabs-nav{
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 860px;
  }
  .cinema__tabs-nav .btn:not(:last-of-type){
    margin-right: 15px;
  }
  .cinema__tabs-nav .btn:last-of-type{
    margin-right: 0;
  }
  .cinema__tab-chart-item{
    margin-bottom: 30px;
  }
  .cinema__tab-chart-item_new .cinema__tab-chart-img {display:none;}
  .cinema__table-col{
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .cinema__table-col .cinema__tab-chart-name {margin:15px 0 0 0!important;}
  .cinema__table-col em{
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px);
  }
  .film-chart__table {padding-left:0;}
  .film-chart__table-head:after {left:0;}
  .film-chart__table-head-data:first-of-type {padding-left:10px;}
  .film-chart__table-row-data:first-of-type {padding-left:10px;}
  .cinema__table-describe{
    padding: 20px 15px;
  }
  .comment__reg-wrap{
    padding-left: 0;
    padding-right: 0;
  }
  .comment__reg{
    margin-left: auto;
    margin-right: auto;
  }
  .cinema__stock-item{
    padding-right: 25px;
  }
  .cinema__stock-info h4{
    line-height: 26px;
  }
  .cinema__stock-img{
    max-width: 300px;
    height: 240px;
  }
}
@media (max-width: 800px){
  .jq-selectbox__select:before{
    position: absolute;
    content: '';
    right: 70px;
    top: 7px;
    width: 1px;
    height: 31px;
    background-color: #c9c9c9;
  }
  .section-title{
    text-align: center;
  }
  .section-title--soon{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .header__nav{
    max-width: 410px;
  }
  .header__nav a{
    font-size: 12px;
  }
  .header__form form{
    margin-left: auto;
    margin-right: auto;
  }
  .header__form button{
    background-color: #fff;
    border-color: transparent;
  }
  .header__form button:hover{
    border-color: transparent;
    opacity: .6;
  }
  .header__form button:after{
    right: 65px;
  }
  .jq-selectbox__select{
    border-color: #fff;
    background-color: #fff;
  }
  .jq-selectbox__trigger-arrow{
    background-image: url('/web/20220406024924im_/https://vtaxi.kz/templates/first/img/ico/top-locator-yellow.svg');
  }
  .intro h1{
    font-size: 34px;
  }
  /*
  .films__cards--today .films__card:nth-of-type(n+5){
    display: none;
  }
  */
  .films__card{
    width: 42%;
  }
  .film-slider .films__card:nth-of-type(n),
  .film-slider .cinemas__card:nth-of-type(n),
  .film-slider .actors__card:nth-of-type(n){
    margin-left: 0;
    margin-right: 0;
  }
  .films__cards--min .films__card:nth-of-type(n+3){
    display: none;
  }
  .films__card:not(:nth-of-type(3n)){
    margin-right: 0;
  }
  .films__card:nth-of-type(n){
    margin-right: 4%;
    margin-left: 4%;
  }
  .films__top{
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .events__content{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .events__left{
    margin-right: 0;
    margin-bottom: 13px;
    max-width: 680px;
  }
  .events__right{
    max-width: 680px;
  }
  .events__right-top img{
    min-height: 284px;
  }
  .events__right-bot-item{
    max-width: 344px;
  }
  .events__right-bot-item img{
    min-height: 284px;
  }
  .cinemas__cards{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cinemas__card{
    margin-bottom: 0px;
    width: 42%;
  }
  .cinemas__card:nth-of-type(n){
    display: block;
  }
  .cinemas__card:not(:nth-of-type(3n)){
    margin-right: 0;
  }
  .cinemas__card:nth-of-type(n){
    margin-right: 4%;
    margin-left: 4%;
  }
  .actors{
    display: none;
  }
  .quote_block p{
    font-size: 28px;
    line-height: 40px;
  }
  .quote_block small{
    font-size: 18px;
    line-height: 36px;
  }
  .advantages__wrap{
    padding-top: 165px;
    background-size: auto 22%;
    background-position-y: 100px;
  }
  .advantages__intro{
    padding-left: 0;
    padding-right: 0;
  }
  .advantages__intro h3{
    font-size: 45px;
  }
  .advantages__content{
    padding-left: 85px;
    padding-right: 85px;
    padding-bottom: 110px;
    -webkit-clip-path: polygon(0 0, 100% 85px, 100% 100%, 0 calc(100% - 85px));
    clip-path: polygon(0 0, 100% 85px, 100% 100%, 0 calc(100% - 85px));
  }
  .advantages__content-top{
    text-align: center;
  }
  .advantages__content-top:before{
    display: none;
  }
  .advantages__content-items{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .advantages__content-col{
    max-width: 100%;
    text-align: center;
  }
  .menu{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu__nav{
    margin-bottom: 20px;
    max-width: 100%;
  }
  .menu__nav li{
    text-align: center;
  }
  .menu__social-col{
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }
  .menu__social-col p{

    font-weight: 700;
    margin-bottom: 0;
    margin-right: 20px;
    max-width: 210px;
    font-size: 22px;
    text-align: right;
  }
  .menu__social-items a{
    border-color: #262626;
  }
  .menu__social-items a:not(:last-of-type){
    margin-right: 10px;
  }
  .menu__nav{
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu__nav ul{
    max-width: 100%;
  }
  .menu__nav ul:not(:last-of-type){
    border-bottom: 1px solid #a3a3a5;
  }
  .footer__content{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__content-left{
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
  }
  .footer__content ul{
    padding-left: 10px;
  }
  .footer__content li:last-of-type{
    margin-right: 0;
  }
  .footer__dev{
    display: none;
  }
  .page-title{
    text-align: center;
  }
  .cinema-list__item{
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 110px;
  }
  .cinema-list__item-img{
    margin-right: 0;
  }
  .cinema-list__item h2{
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-right: 0;
  }
  .cinema-list__item p{
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    text-align: center;
  }
  .film-intro__info-cover{
    max-width: 200px;
  }
  .film-frames__slide-content{
    height: 200px;
  }
  .page-title--cinema{
    padding-right: 0;
  }
  .cinema__top .about-film__rate{
    display: none;
  }
  .cinema__about-content{
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cinema__about-left{
    margin-bottom: 20px;
    padding-right: 0;
  }
  .cinema__about-right{
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    border-radius: 20px;
  }
  .cinema__about-right-tel{
    margin-bottom: 15px;
  }
  .cinema__about-right-address{
    margin-bottom: 15px;
  }
  .cinema__about-content{
    margin-bottom: 15px;
  }
  .cinema__tabs-nav{
    margin-bottom: 40px;
  }
  .cinema__tab-chart-item{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .cinema__tab-chart-img{
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
    max-width: 280px;
  }
  .cinema__table-col{
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .cinema__table-col em{
    width: 100%;
  }
  .cinema__stock-img{
    max-width: 200px;
    height: 140px;
  }
  .cinema__stock-info h4{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .cinema__stock-info p{
    margin-bottom: 10px;
  }
}
@media (max-width: 640px){
  .burger-menu{
    display: block;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 26px;
  }
  .burger-menu:before{
    width: 40px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .burger-menu:after{
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .burger-menu:after{
    left: auto;
    right: 0;
  }
  .section-title{
    font-size: 18px;
    line-height: 22px;
  }
  .intro__wrap{
    margin-bottom: 15px;
  }
  .header--fixed .header__nav{
    padding-top: 0;
  }
  .header__nav{
    transition: ease 0.3s;
    position: fixed;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    content: '';
    top: 0;
    -ms-transform: translateY(-102%);
    transform: translateY(-102%);
    left: 0;
    padding-top: 0;
    padding-bottom: 80px;
    height: 100vh;
    max-width: 100%;
    background-color: #262626;
  }
  .header__nav--visible{
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header__nav ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
  }
  .header__nav li{
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
    text-align: center;
  }
  .header__nav li:not(:last-of-type) a{
    border-bottom: 1px solid #e9ebed;
  }
  .header__nav li a{

    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    color: #e9ebed;
    text-transform: none;
  }
  .header__write-us-wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__write-us{

    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    min-height: 57px;
    max-width: 300px;
    text-align: center;
    font-size: 20px;
    color: #000000;
    border-radius: 28px;
    background-color: #2e355f;
    box-shadow: 0 0 25px 0 rgba(241, 192, 15, 0.7);
  }
  .header__nav a:after{
    display: none;
  }
  .intro__stat{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .intro h1{
    margin-left: auto;
    max-width: 600px;
    text-align: right;
  }
  .intro__stat-cinema,
  .intro__stat-film{
    margin-right: 0;
    width: 100%;
    font-size:12px;
  }

  .intro__stat-cinema{
    margin-bottom: 0;
  }
  .films__cards{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .films__card{
    width: 48%;
  }
  .films__card:nth-of-type(n){
    margin-right: 0;
    margin-left: 0;
  }
  .film-slider .films__card,
  .film-slider .cinemas__card{
    margin-bottom: 0px;
    max-width: 300px;
  }
  .film-slider .films__card:nth-of-type(n),
  .film-slider .cinemas__card:nth-of-type(n){
    margin-left: auto;
    margin-right: auto;
  }
  .advantages__wrap{
    background-position-x: 100%;
  }
  .page-title{
    font-size: 20px;
    line-height: 26px;
  }
  .film-intro__info{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .film-intro__info-cover{
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 280px;
  }
  .about-film__left{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .share{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .share p{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cinema__about-img{
    /*height: 200px;*/
  }
  .cinema__table-col .film-chart__table{
    width: 100%;
	max-width:100%;
  }
  .comment__reg{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
  }
  .comment__reg h4{
    text-align: center;
  }
  .comment__reg-social p{
    text-align: center;
  }
  .comment__reg-social-items{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .comment__reg-social-item{
    margin-bottom: 10px;
    max-width: 100%;
    width: 240px;
  }
  .comment__reg-social-item:not(:last-of-type){
    margin-right: 0;
  }
  .comment__reg-social-item span{
    width: 130px;
    text-align: center;
  }
  .comment__reg-social-item span:after{
    display: none;
  }
  .comment__reg-agreement{
    text-align: center;
  }
  .comment__reg-login p{
    text-align: center;
  }
  .cinema__tab-map-btns{
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .cinema__tab-map-btns:before{
    display: none;
  }
  .cinema__tab-map-btns:after{
    display: none;
  }
  .btn--map{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    width: 280px;
  }
  .cinema__gallery-item{
    width: 48%;
    max-width: 100%;
  }
  .cinema__gallery-item:nth-of-type(n){
    margin-left: 1%;
    margin-right: 1%;
  }
  .cinema__stock-item{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cinema__stock-img{
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 360px;
    height: 250px;
  }
  .cinema__stock-info h4{
    text-align: center;
  }
  .cinema__stock-info p{
    text-align: center;
  }
  .cinema__stock-item-more{
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .btn--stock{
    max-width: 100%;
  }
}
@media (max-width: 480px){
  .header__form form{
    width: 100%;
  }
  .header__nav li a{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }
  .container{
    padding-left: 10px;
    padding-right: 10px;
  }
  .intro__wrap{
    background-position-x: 80%;
  }
  .intro--films{
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 200px;
  }
  .intro__content{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .intro h1{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0!important;
    margin-bottom: 15px!important;
    text-align: center;
    max-width: 300px;
    font-size: 24px;
    line-height: 28px;
  }
  .intro__stat{
    -ms-flex-align: center;
    align-items: center;
  }
  .films__top ul{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .films__top li{
    margin-right: 10px;
  }
  .films__top .active{
    padding: 4px;
    width: 60px;
  }
  .films__cards--today{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .films__cards--today .films__card{
    width: 100%;
  }
  .films__cards--today .films__card{
    margin:0 5px 15px 5px;
    width:98%;
  }
  .films__card-name-wrap{
    min-height: auto;
  }
  .films__card--article .films__card-name-wrap{
    min-height: 0;
  }
  .films__card-info{
    min-height: auto !important;
  }
  .events__left{
    max-width: 340px;
  }
  .events__left img{
    height: 300px;
  }
  .events__right-top{
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
  }
  .events__right-bot{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .events__right-bot-item{
    max-width: 340px;
  }
  .events__right-bot-item br{
    display: none;
  }
  .events__right-bot-item:first-of-type{
    margin-bottom: 13px;
    margin-right: 0;
  }
  .quote_block p{
    font-size: 16px;
    line-height: 28px;
  }
  .quote_block small{
    font-size: 12px;
  }
  .quote_block:before{
    top: -20px;
  }
  .advantages__wrap{
    padding-top: 65px;
    background-size: 80% auto;
    background-position-x: 110%;
    background-position-y: 2%;
  }
  .advantages__intro h3{
    font-size: 34px;
    line-height: 38px;
  }
  .advantages__intro p{
    font-size: 20px;
    line-height: 30px;
  }
  .advantages__content{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100px;
  }
  .menu__social-col{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu__social-col p{
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer__content-left{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__content ul{
    -ms-flex-order: -1;
    order: -1;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .footer__content li{
    margin-right: 20px;
  }
  .custom-modal{
    padding: 35px 15px 20px;
  }
  .cinema-list__item{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px;
  }
  .cinema-list__item h2{
    text-align: center;
  }
  .cinema-list__item-top a{
    bottom: 10px;
  }
  .cinema-list__item p{
    text-align: left;
  }
  .page-title{
    font-size: 20px;
    line-height: 24px;
  }
  .film-intro__info-text p,
  .film-intro__info-text-top span{
    font-size: 12px;
  }
  .film-intro__info-social{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .film-intro__info-social em{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .film-chart__table{
    width: 100%;
	max-width:100%;
  }
  .film-chart__table-row-data,
  .film-chart__table-head-data{
    font-size: 14px;
  }
  .comment__content-item{
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comment__content-item-img{
    margin-bottom: 10px;
  }
  .comment__content-item-name{
    position: absolute;
    content: '';
    top: 20px;
    left: 80px;
    margin-bottom: 5px;
  }
  .comment__content-item-reply{
    display: block;
    margin-bottom: 10px;
  }
  .comment__content-item-desc{
    font-size: 12px;
  }
  .players__btns{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .players__btns .btn{
    margin-bottom: 10px;
  }
  .btn{
    height: 38px;
  }
  .about-film__text p{
    font-size: 12px;
    line-height: 16px;
  }
  .cinema__about-left p{
    font-size: 12px;
    line-height: 16px;
  }
  .cinema__about-right{
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
  .cinema__about-taxi{
    margin-left: auto;
    margin-right: auto;
  }
  .cinema__tab h3{
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
  }
  .cinema__table-describe{
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }
  .cinema__tab-map{
    min-height: 0;
    height: 250px;
  }
  .cinema__stock-item{
    padding-left: 10px;
    padding-right: 10px;
  }
  .cinema__stock-img{
    height: 180px;
  }
  .cinema__stock-info h4{
    font-size: 16px;
    line-height: 20px;
  }
  .cinema__stock-info p{
    font-size: 14px;
    line-height: 18px;
  }
  .region{
    padding: 18px 10px;
  }
  .region b{
    padding-right: 30px;
    font-size: 16px;
  }
  .region__close{
    top: 15px;
    right: 15px;
  }
  .region form{
    padding-top: 20px;
  }
  .region input{
    padding: 14px;
  }
  .region p{
    margin-bottom: 6px;
  }
  .region__btns{
    padding-top: 15px;
  }
}

.city__cards {margin-top:30px;}
.city__cards .films__card .films__card-name-wrap {min-height: auto !important;margin:10px;padding:0;}
.city__cards .films__card {
    padding: 0 0 0 0;
    min-height: auto !important;
  }
.photofilm img {max-width: 30%;}
.yataxi {margin:15px 0 0 0;}
.yataxi p {font-size:11px;line-height: 13px;margin:5px 0 0 0;}

.comments-tree-list {list-style:none;margin:0;padding:0;}
.margin-top50 h2 {margin-top:50px;}

.moreinfo {}
.moreinfo p {margin:0 0 15px 0;}
.moreinfo ul {}
.moreinfo ul li {list-style: inside disc;}
.moreinfo ul li a {color:#262626;text-decoration: underline;}
.category-description {overflow: hidden;}
.category-description img {max-width: 100%;}

.content__wrap__content input.textin {
    transition: ease 0.3s;
    font-weight: 700;
    padding: 12px 60px 12px 35px;
    border: 1px solid #18191d;
    border-radius: 4px;
    background-color: #e9eae9;
    font-size: 12px;
    line-height: 19px;
    color: #18191e;
    text-transform: uppercase;
	width:100%;
}

.page-title-article {margin:30px 0;font-size:32px;line-height:36px;font-weight:bold;}
.callcenter {padding:15px 0 0 0;}

.company_photo {max-width:420px;}
.company_descr {max-width:280px;}

.cinema__top_comp {}
.cinema__top_comp h1 {margin:0;}

.category-description-image {float:left;width:450px;margin:0 15px 15px 0;}
.category-description-text {}

.intro__content__none h1 {margin-bottom:0!important;}
.advantages__wrap__top {margin-top:50px;}

 .films__card-info__2 {margin:0!important;}
 .films__card-info__2 a {text-decoration:underline!important;color:blue;}

  .header__nav {}
  .header__nav li.inmobile {display:none;}
  .catmap {margin:25px 0!important;}

  @media (max-width: 768px){
      .header__nav li {display:none;}
      .header__nav li.inmobile {display:block;}
      .header__nav {padding-bottom: 0;}
      .intro__stat span {font-size:14px;line-height: 20px;text-align:center;}
	  .section-title {margin-bottom:5px;}
	  .section-description {font-size:11px;line-height:14px;}
	  .film-slider .films__slide {padding-bottom: 4px;}
	  .events__content, .city__cards {margin-top:10px;}
	  .advantages__wrap__top {margin-top:25px;}
	  .film-chart__table {padding: 5px 0 10px 0;}
	  .cinema__about-full {padding:0;}
	  .cinema__about-left {margin-bottom:15px;}
	  .catmap {font-size:19px;margin:15px 0!important;text-align:center;}
	  .catmap2 {}
	  .film-chart__table-row-data:not(:first-of-type) {text-align: center;}
	  
  .navigation {width:100%;font-size:12px;line-height:16px;}
.navigation .pages span,
.navigation .pages a  {padding:3px 7px;border-radius:4px;}
.menu {padding-top:15px;padding-bottom:15px;}
.share {margin:0;padding-top:15px;padding-bottom:15px;}
.menu__nav {margin-bottom:15px;}
.menu__social-col p {font-size:17px;max-width:100%;}
.menu__social-col {
  padding-top: 0px;}
  .films {margin-bottom:15px;}
  .page-title-article {font-size:20px;line-height:22px;margin:15px 0;}
  .fotografiya {float:none;max-width:100%;margin:0 0 10px 0;}
  #map_content, #map {margin:15px 0;}
}


.advantages__content-text {font-size:13px;line-height:15px;padding:20px;}
.advantages__content-text p {;margin:7px 0;}
.advantages__content-text a {font-weight:bold;text-decoration:underline;}
.advantages__content-text ul {list-style:inside disc;}

.cse .gsc-control-cse, .gsc-control-cse {padding:0!important;}

.fmenu__social-items {margin:0 0 0 20px;}
.fmenu__social-items a {
	float:left;
  transition: ease 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #818181;
  border-radius: 50%;
  font-size: 0;
  margin:0 10px;
}

.fmenu__social-items a:hover {
  background:#fff;
}


.cinema__about-right .films__card {
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-bottom:15px;
  width: 100%;
}
.rside{padding:30px 0;max-width:360px;background-color:#fff;}
.rside .films__card  {
  font-size:13px;
  line-height:14px;
  overflow:hidden;
}
.rside .films__card img {
  float:left;
  margin:0 15px 0 0;
  width:140px;
  border-radius:6px;
}
.rside p.spisok-title {font-size:19px;font-weight:bold;margin:0 0 10px 0;text-align:center;}
.rside ul.spisok-bc {list-style:inside disc;margin:0 0 20px 0;padding:0;}
.rside ul.spisok-bc li {margin:5px 0;padding:10px;border-bottom:1px solid #ccc;}
.rside ul.spisok-bc li a {color:#000;text-decoration:none;font-size:15px;}
.rside ul.spisok-bc li a:hover {text-decoration:underline;}
.rside ul.spisok-bc li:last-child {margin:5px 0 0 0;border-bottom:0;}

 .block :last-child { 
    background: #dda458 url(/web/20220406024924im_/https://vtaxi.kz/templates/first/css/images/line.png) repeat-x; /* РџР°СЂР°РјРµС‚СЂС‹ С„РѕРЅР° */
    height: 5px; /* Р’С‹СЃРѕС‚Р° Р±Р»РѕРєР° */
   }
   
   
	.lazyload,
	 .lazyloading {
		opacity: 0;

	}
	img.lazyloaded {
		opacity: 1;
	}
/*
     FILE ARCHIVED ON 02:49:24 Apr 06, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:36:51 Aug 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.52
  load_resource: 676.89
  PetaboxLoader3.resolve: 167.221
  PetaboxLoader3.datanode: 384.751 (2)
  loaddict: 164.57
*/