/*
Theme Name: Студия искусств "Smile"
Theme URI: https://whale.com.ua/
Description: Website development https://whale.com.ua/
Author: Mykhailo Artemenko
Author URI: https://whale.com.ua/
Version: 2,2
Tags:  
*/

* { box-sizing: border-box; }

body {
  font-family: sans-serif;
}


h1{
  margin-top: inherit;
  margin-bottom: inherit;
}

/* ---- button ---- */


.button {
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 10px;
  margin-right: 10px;
  background: transparent;
  border: none;
  border-radius: 0;
  font-family: 'Roboto-light';
  color: #000;
  font-size: 18px;
  cursor: pointer;
  font-weight: 300;
  outline: none;
  transition: all .8s ease;
}

.button:active {
  color: #fff;
}

.button:hover {
  background-color: #00c2ff;
  color: #222;
  transition: all .35s ease;
}

.button.is-checked {
  background-color: #000;
}

.button.is-checked {
  color: white;
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- isotope ---- */

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(71, 71, 71, 0.95);
}

/* Overlay closing cross */
.overlay .overlay-close {
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  color: rgb(229, 33, 48);
  outline: none;
  font-size: 65px;
  font-family: 'Roboto', sans-serif;
  z-index: 100;
  font-weight: 100;
  background-color: transparent;
  box-shadow: none;
  border: none;
  line-height: 1em;
  transition: all .35s ease;
}
.overlay .overlay-close:hover{
  color: rgb(0, 194, 255);
  transition: all .35s ease;
}

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  /* height: 60%; */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  margin-bottom: 6px;
  text-align: center;
}

.overlay ul li a {
  display: inline-block !important;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 300;
  display: block;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 26px;
  transition: all .6s ease;
}

.overlay ul li a:before{
  content: '';
  display: block;
  position: absolute;
  width: 190px;
  height: 1px;
  background-color: rgba(0, 194, 255, .4);
  left: -200px;
  top: 50%;
  opacity: 0;
  transition: opacity 1s ease;
}
.overlay ul li a:after{
  content: '';
  display: block;
  position: absolute;
  width: 190px;
  height: 1px;
  background-color: rgba(0, 194, 255, .4);
  right: -200px;
  top: 50%;
  opacity: 0;
  transition: opacity .5s ease;
}

.overlay ul li a:hover{
  letter-spacing: 6px;
  text-shadow: 0px 2px 6px rgba(35, 32, 39, 0.5);
  transition: all .35s ease;
  text-decoration: none;
}

.overlay ul li a:hover:before,
.overlay ul li a:hover:after{
  opacity: 1;
  transition: opacity .3s ease;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #00c2ff;
  text-decoration: none;
}

/* active */

.front_page .overlay ul li.current-menu-item{
  color: #e52130;
}

/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}

.overlay ul li{
transition: color .35s ease;
}
.overlay ul li.active a
{
  color: #e52130;
  font-weight: 400;
  transition: color .35s ease;
}

.overlay ul li.current-menu-item a
{
  /* color: #e52130; */
}

/*  Equalizer */

.bar-c {
  overflow: hidden;
  height: 38px;
  width: 40px;
  margin: 0 auto 20px;
  position: relative;
  cursor: pointer;
}
.bar {
  height: 1px;
  width: 2px;
  display: inline-block;
  background-color: #000;
  bottom: 0;
  /* box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5); */
  position: absolute;
  -webkit-animation-duration: 500ms;
  -webkit-animation-play-state: running;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
.bar.noAnim {
  -webkit-animation: none;
  -webkit-animation-name: none;
}
.bar#bar-1 {
  left: 8px;
  -webkit-animation-name: danceHeight1;
  -webkit-animation-delay: 0ms;
}
.bar#bar-2 {
  left: 12px;
  -webkit-animation-name: danceHeight2;
  -webkit-animation-delay: 300ms;
}
.bar#bar-3 {
  left: 16px;
  -webkit-animation-name: danceHeight3;
  -webkit-animation-delay: 600ms;
}
.bar#bar-4 {
  left: 20px;
  -webkit-animation-name: danceHeight4;
  -webkit-animation-delay: 900ms;
}
.bar#bar-5 {
  left: 24px;
  -webkit-animation-name: danceHeight5;
  -webkit-animation-delay: 1200ms;
}
.bar#bar-6 {
  left: 28px;
  -webkit-animation-name: danceHeight6;
  -webkit-animation-delay: 1500ms;
}
@-webkit-keyframes danceHeight1 {
  from {
    height: 1px;
  }
  to {
    height: 22px;
  }
}
@-webkit-keyframes danceHeight2 {
  from {
    height: 1px;
  }
  to {
    height: 15px;
  }
}
@-webkit-keyframes danceHeight3 {
  from {
    height: 1px;
  }
  to {
    height: 30px;
  }
}
@-webkit-keyframes danceHeight4 {
  from {
    height: 1px;
  }
  to {
    height: 20px;
  }
}
@-webkit-keyframes danceHeight5 {
  from {
    height: 1px;
  }
  to {
    height: 15px;
  }
}
@-webkit-keyframes danceHeight6 {
  from {
    height: 1px;
  }
  to {
    height: 15px;
  }
}

/* .fadeInLeft
  animation-name: fadeInLeft
  
@keyframes fadeInLeft
  from
    opacity: 0
    transform: translate3d(-100%, 0, 0)
  to
    opacity: 1
    transform: none */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}






.is_category .teacher_avatar,
.front_page .teacher_avatar
{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}



#discount_slider.modal .modal-dialog{
  margin-bottom: 120px;
}



.in_category_gallery #media_gallery .col-item .item{
    float: left;
    margin-bottom: 6px;
}

#media_gallery .col-item .item .moving_background{
	opacity: .95 !important;
}




.list_default .bold{
    font-family: "Roboto",sans-serif;
    font-weight: 400;  
}


#about_us{
  padding-bottom: 45px;
}





















.video_outer{
	display: inline-block;
}





/*
дописки от меня
*/
  #about_us .blue_title_2 {
    font-size: 30px;
    font-family: "Roboto-LightItalic";
    color: #00c2ff;
    line-height: 1.2;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px; }

*::selection {background:#00c2ff;color:#fff;text-shadow:none; /* Safari */}
*::-moz-selection {background:#00c2ff;color:#fff;text-shadow:none; /* Firefox */}

.front_page #news{
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;      
}


/*Preloader*/
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }



@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

.ball-scale-ripple-multiple {
  position: relative;
 }
  .ball-scale-ripple-multiple > div:nth-child(0) {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .ball-scale-ripple-multiple > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 2px solid  #ff2400;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
            animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }


.new-bold{
	font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
}


.mcvs_acc{
  display: inline-block;
  position: absolute;
  right: -85px;
  top: -4px;
}

.mcvs_acc2{
  height: auto;
  margin-right: 5px;
  left: -85px;
  position: absolute;
  top: 0;
}



.doc_links{
  display: inline-block;
  position: relative;
  float: right;
  padding-left: 0;
}

.doc_links li{
  display: inline-block;
  position: relative;
  float: left;
}

.doc_links li a{
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.doc_links li a{
    display: inline-block;
    position: relative;
    text-align: left;
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-style: italic;
    font-family: "Roboto Condensed", sans-serif;
    padding: 15px 10px 10px 10px;
    font-weight: 300;
    text-decoration: none;
    outline: none !important;
    text-decoration: none !important;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
}


.doc_links li a:hover{
  text-decoration: none;
  color: #31cee1 !important;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}



#contacts .contacts_uls {
    margin-top: 35px;
}
#contacts .contacts_uls .item.active {
  position: relative;
}
#contacts .contacts_uls .item.active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: 0;
  -webkit-box-shadow: 0 0 3px black;
  box-shadow: 0 0 3px black;
  border-width: 1px;
  border-color: #ff2400;
  border-style: solid;
  background-color: white;
  opacity: 0.302;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

@media all and (max-width: 768px){
  #contacts .contacts_uls .item.active.tablet-left:before {
    left: 15px;
  }
  #contacts .contacts_uls .item.active.tablet-right:before {
    right: 15px;
  }
}


@media all and (max-width: 600px){
  #contacts .contacts_uls .item.active.tablet-left:before {
    left: 15px;
    right: 15px;
  }
  #contacts .contacts_uls .item.active.tablet-right:before {
    left: 15px;
    right: 15px;
   }
}

@media all and (max-width: 320px){
  #contacts .contacts_uls .item.active.tablet-left:before {
      left: -1px;
      right: -1px;
      bottom: -10px;
  }
    #contacts .contacts_uls .item.active.tablet-right:before {
      left: -1px;
      right: -1px;
      bottom: -10px;
  }
}



@media all and ( max-width: 600px){
  .doc_links{
    width: 100%;
  }
  .doc_links li a{
    padding-top: 0;
  }
  .in_category_studio.other_page .single_title{
    margin-bottom: 35px;
  }
  
}



#discount_slider #slider_inner .item:hover{
  cursor: pointer;
}







/* preloader_new */

  #preloader_new{
    display: table;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: #676767;
  }

  #preloader_new .inside {
      display: table-cell;
      vertical-align: middle;
  }

  #preloader_new .preloader_logo{
    display: inline-block;
    position: relative;
    width: 280px;
    margin-bottom: 60px;
    margin-top: 20px;
  }



/* progress */ 

.progress {
  position: relative;
  height: 1px;
  display: block;
  width: 50%;
  left: 25%;
  background-color: #848484;
  overflow: hidden;
  margin-bottom: 130px;
}

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: width .3s linear;
  transition: width .3s linear;
}

.progress .indeterminate {
  background-color: #fff;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 4.2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 4.2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 4.2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 4.2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

/* preloader_new */


#discount_slider .custom_dots_wrapper{
    width: 80px !important;
}



.in_category_studio.other_page .single_title{
  margin-top: 45px !important;
}




/*new*/
  .event_box{
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #e7e7e7;
  }
  .event_box .section-title{
    margin-bottom: 20px;
  }
  .event_box .event_mobile_preview{
    display: inline-block;
    position: relative;
    float: left;
    width: 390px;
    max-width: 100%;
    margin-right: 40px;
    margin-top: 10px;
    margin-bottom: 15px;
    z-index: 3;
    border: 1px solid rgba(4, 182, 255, 0.4);
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.3);
  }
  .event_preview{
      display: inline-block;
      position: relative;
      float: left;
      width: 390px;
      max-width: 100%;
      margin-right: 30px;
      z-index: 3;
      width: 300px;
      margin-top: 5px;
      border: 1px solid rgba(4, 182, 255, 0.4);
      box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.3);
      margin-bottom: 35px;
  }
  .event_box .single_title_side{
    display: block;
    position: relative;
    font-size: 70px;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    color: #ed1c24;
    line-height: 1.2;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .event_box .list_default li:before{
    content: none;
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background-color: red;
    position: relative;
    left: -0.5em;
    top: 0;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  .event_box  .single_title_side:before {
    content: '';
    display: block;
    position: absolute;
    left: -200%;
    right: -200%;
    top: 100%;
    z-index: -3;
    height: 5000px;
    background-color: #fff;
  }
  #about_us{
    background-color: #e7e7e7;
  }
  .event_box  .btn_default{
    margin-top: 20px;
    margin-bottom: 10px;
  }


.event_box .patterns_bg_left{
    display: block;
    position: absolute;
    left: -170px;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.event_box .patterns_bg_right{
    display: block;
    position: absolute;
    right: -170px;
    bottom: 10%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-height: 90%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#header_slider{
  opacity: 1 !important;
}
/*/new*/









/* Actors */

.is_category .actor_avatar, .front_page .actor_avatar{
  filter: none !important;
}


.actor_params{
  /* display: block; */
  /* position: relative; */
  text-decoration: none;
  letter-spacing: normal;
  margin-bottom: 70px;
  max-width: 100%;
  padding-left: 0;
}
.actor_params li{
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.actor_params li span{
  /* display: block; */
  /* position: relative;  */
  /* display: inline-block; */
  /* position: relative;  */

}
.actor_params li span:nth-child(1){
  font-size: 18px;
  font-family: "Roboto-Italic";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
  width: 180px;
  float: left;
}
.actor_params li span:nth-child(2){
  font-size: 18px;
  font-family: "Roboto-Light";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
  width: calc( 100% - 180px );
}


.blue_section_title {
    display: block;
    position: relative;
    text-align: center;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    color: #00c2ff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 10px;
}

/*  */

.actorz_section {
    background-color: #fff !important;
    padding-bottom: 45px !important;
}
.actorz_section .blue_section_title, .visitka_video_section .blue_section_title{
  margin-top: 30px;
  margin-bottom: 20px;
}


.visitka_video_section .white_bg:before, .actorz_section .white_bg:before{
  content: none !important;
}
.visitka_video_section:before, .actorz_section:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 35%;
  left: 0;
  right: 0;
  background-color: #e7e7e7;
}

.actorz_section .bigimage{
  display: block;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}


.visitka_video_section .video_outer{
  display: block;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.actors_sinle .cntrl_line .btn_default{
    margin-top: 0;
}

#teacher .item:after{
    right: -1px;
}
/*  */



.form-default select[name="studio"]{
  padding: 9px 10px;
}

.form-default .arrow_down_studio{
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 7px;
    font-size: 20px;
    line-height: 1;
}


.dib_item{
  display: inline-block;
  position: relative;
  vertical-align: middle;
}


#schedule_and_prices .air_area ul.docs li:nth-child(1) .btn_default .name,
#schedule_and_prices .air_area ul.docs li:nth-child(2) .btn_default .name,
#schedule_and_prices .air_area ul.docs li:nth-child(3) .btn_default .name
{
  min-width: 255px !important;
  text-align: left !important;
}


@media all and ( min-width: 992px ){
  
  #schedule_size{
    width: 640px !important;
    margin-left: calc( 100% - 640px ) !important;
  }


}





















/* Media */

/* fixed 992 */
@media all and (width: 992px){
  .mcvs_acc{
    display: none !important;
  }
}






@media all and (max-width: 1300px){
  .inline_triggerline_5:before{
    background-position: 102% 0;
  }
}/* < 1300 */

@media all and (max-width: 1250px){
  .inline_triggerline_5:before{
    background-position: 105% 0;
  }
} /* < 1250 */


@media all and (max-width: 1200px){
  .mcvs_acc {
      display: inline-block;
      position: absolute;
      right: -55px;
      top: 0;
      max-width: 70px;
  }

  .mcvs_acc2{
    left: -40px;
  }

  .event_box .single_title_side{
    font-size: 55px;
  }
  .actor_params{
    margin-bottom: 30px;
  }
} /* < 1200 */


@media all and (max-width: 992px){
  .progress {
    width: 70%;
    left: 15%;
  }
  .event_preview{
    width: 220px;
  }
  .event_box .single_title_side{
    font-size: 40px;
  }
} /* < 992 */






@media all and (max-width: 768px){
  #preloader_new .preloader_logo{
    margin-bottom: 35px;
  }
  .progress {
    width: 80%;
    left: 10%;
  }
  #discount_slider .custom_dots_wrapper{
    width: 80px !important;
  }
  .event_box .event_preview{
    display: none;
  }
  .event_box .event_mobile_preview{
    display: block !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 35px;
    max-width: calc(100% - 60px)
  }
  .event_box .single_title_side:before{
    top: -15px; 
  }
  .event_box .single_title_side{
    text-align: center;
    padding-top: 0;
    font-size: 45px;
  }
  .event_box .typogr_standart{
    padding-left: 50px;
    padding-right: 50px;
  }
  .event_box .typogr_standart{
    padding-left: 30px;
    padding-right: 30px;
  }
  .event_box .typogr_standart p.ba{
    text-align: center;
  }
  #about_us {
      padding-bottom: 15px;
  }
} /* < 768 */






@media all and (max-width: 650px){
    .actor_params li span{
        display: inline-block;
        position: relative;
    }
}

@media all and (max-width: 550px){
  .event_box .btn_default .addt{
    display: none;
  }
  .event_box .btn_default .name{
    min-width: 115px;
  }

}

@media all and (max-width: 500px){
  #preloader_new .preloader_logo{
    width: 200px;
    max-width: 95%;
  }
  .event_box .typogr_standart{
    padding-left: 0;
    padding-right: 0;
  }
  .event_box .event_mobile_preview{
    max-width: 100%;
  }
} /* < 500 */


@media all and (max-width: 420px){

} /* < 420 */



@media all and (max-width: 360px){
    .actor_params li span:nth-child(1){
        font-size: 12px !important;
        width: 130px !important;
    }
    .actor_params li span:nth-child(2){
        font-size: 12px !important;
        width: calc( 100% - 130px ) !important;
    }
}

@media all and (max-width: 360px){
  #preloader_new .preloader_logo{
    width: 180px;
  }
} /* < 360 */

#discount_slider .close {
      color: #c2c2c2!important;
}

.event_preview {
  width: 360px!important;
}

@media all and (min-width:768px){
    ::-webkit-scrollbar{
      width:17px
    }
    ::-webkit-scrollbar-track{
      /* background:#f5f5f5; */
      background: #e7e7e7;
    }
    ::-webkit-scrollbar-thumb{
      border-radius:0;
      background:#ababab;
      height:60px;
    }
    ::-webkit-scrollbar-thumb:hover{
      background: #e52130;
    }
  }




@media all and (max-width: 600px){
    .actor_params{
        padding-left: 0;
    }
    .actor_params li span:nth-child(1){
        font-size: 16px;
        width: 160px;
    }
    .actor_params li span:nth-child(2){
        font-size: 16px;
        width: calc( 100% - 160px );
    }
}