@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400&display=swap');
@font-face{font-family:'lcd'; src: url('/fonts/7fonts.ru_DS-DIGIB.TTF');}
@font-face{font-family:'tactic'; src: url('/fonts/tactic-sans-exd-8.otf');}

    html, body {
      margin: 0;
      padding: 0;
      color: #fff;
    }

    * {
      box-sizing: border-box;
    }

.fnt-neptun{font-family:'tactic';}

/*preloader*/

.loaderArea {
  background: #1d1d4a;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right:0;
  bottom:0;
  z-index: 100000;
}

      .img-load{
        display:block;
        width: 800px;
        margin: auto;
        animation: pulse 2s alternate infinite ease-in-out;
        opacity: 0;      }
      @keyframes cssload-spin {
        from {
          transform: rotate(0deg);
        }
        to {
          transform: rotate(360deg);
        }
      }
      @keyframes pulse {
        to {
          transform: scale(0.8);
          opacity: 0.5;
        }
      }

.t10{margin-top:5rem;}

/*/preloader*/

#progress_line{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 5%;
	height: 3px;
  border-radius: 0 100% 0 0; 
	background: #fff;
  background-position: right;
  background-size: 10px 10px
}

#progress_line > img{
  float: right;
}


.bgpink{background: pink;}

.navbar{top: 0;}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:after{
	  -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

#logob, #nvbrstl, #anav, .btn_send, .contform button, .go_btn2, .sp-circle-link, .vwm:hover, .go_btn:hover{
  transition: all 0.4s ease-in-out 0.1s;}



.navbar-brand{
	background: url(/img/logoW.png) left top no-repeat;
	background-size: contain;
}


.navbar-inverse .navbar-nav > li > a{
	display: inline-block;
	font-size: 1.3em;
	font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  font-weight:bold;
  text-transform: uppercase;
	color: #fff;
  padding-right: 30px;
}

.navbar-inverse .navbar-nav > li > a:hover{color: #66ff00; }

.navbar-inverse .navbar-nav > li > a:after{
	background-color: #66ff00;
    display: block;
    content: "";
    height: 1px;
    width: 0%;
}

.navbar-inverse .navbar-nav > li > a:focus{
    color: #66ff00;
}
.navbar-inverse .navbar-nav > li > a:hover:after, .navbar-inverse .navbar-nav > li > a:focus:after {width: 100%;}

.navbar-toggle{
  width: 13%;
  background:#66ff00;
  font-size: 5rem;
  border-radius: 10%;
  color: #1d1d4a;
}

.navbar-toggle:hover, .navbar-toggle:focus {
  background: #66ff00;
  color: #66ff00;
}

/*.epdtr{width: 100%;  }*/

.epdtr img {width: 10rem;}

 .collapsing{
  background: #1d1d4a;
  width: 100%; 
  height: 700px;
  text-align: center;
  font-size: 2rem; 
  overflow: visible;
}

/*scroll*/

#logob{
  width: 240px; 
  height: 110px; 
}
#logobsml{width: 300px; height: 61px;}

#nvbrstl{
  background-color: rgba(29,29,74,0); 
  border: none;
}

#anav, .prod-mn{padding-top: 25px;}
/*scroll*/


/* Vidos*/

#video-bg2, #video-bg3, #video-bg4 {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 70%;
    overflow: hidden;
    z-index: 1;
    background:url(/img/header-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 900px;
    padding: 0;
    margin: 0;
}

#video-bg {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 900px;
  overflow: hidden;
}

@supports (object-fit: cover) {
  #video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
}

#bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.mn_offer {
  position: relative;
  z-index: 2;

}



#video-bg2{
  height: 30%;
  min-height: 400px;
  background:url(/img/header-bg2.jpg) no-repeat;
  background-position: top;
  background-size:cover;
}

#video-bg2 h1, #video-bg3 h1, #video-bg4 h1{
  text-align: center;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 400;
  font-style: normal;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0px;
  margin-top: 10rem;
}

#video-bg3 {
  height: 30%;
  min-height: 400px;
  background:url(/img/pidtrymka.jpg) no-repeat;
  background-position: top;
  background-size:cover;
}

#video-bg4{
  height: 30%;
  min-height: 400px;
  background:url(/img/Bg4.jpg) no-repeat;
  background-position: top;
  background-size:cover;
}

#video-bg3 h1{
  font-size: 3rem;
}


 @supports (object-fit: cover) {
     #video-bg > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
 }


/*slider*/
.slider{
  position: absolute;
  top: 0;
  height: 100%;
 /* border: solid 1px #fff; */
}

.namewn{float: right;}

 .setka{
 	position: absolute;
 	top: 0px;
 	width: 100%;
 	height: 100%;
 	background: url(/img/bl_px_3x3.png); 
 }



.text, .mess, .btn_send{
  width: 100%;
  height: 50px;
  font-size: 1.2rem;
  border: solid #fff;
  border-width: 0 0 1px 0;
  margin: 5px 0;
  padding: 2px;
  background: #2f0804;
  outline: none;
}

.mess{height: 250px; text-align: left;}

.btn_send{
  display: block;
  margin: auto;
  width: 30%;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-width: 1px;
}

.btn_send:hover{
  color: #1d1d4a;
  background: #fff;
}

.foot{
  width: 100%;
  height: 1px;
  background: #fc013f; 
  border: 0;
}

.footbc{ 
  background: #000; padding: 1rem;}

.footer, .footer a{
  font-size: 1.2rem;
  text-align: center;
}

.footer a{
  color: #f3eeee;
  padding-bottom: 20px;
}

.copirlg{
  font-family:'arial';
  color: #66ff00;
  font-weight: 900;
}

.titre{
  margin-top: 20px;
  font-size: 1rem;
}

.bcfoot{
  background:url(/img/foot_bc.jpg) center bottom no-repeat;
  background-size:cover;
  min-height: 500px;
}



.csa-head, .bc_setka{
  position: fixed;
  background: left top no-repeat;
  background-size:cover;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.bc_setka{background: url(/img/bl_px_3x3.png) left top;
  z-index: -1;
}

.ph1{top: 40px; left: 40px; width: 430px;}
.ph2{top: 10px; left: 100px; width: 330px;}
.ph3{top: 10px; left: 30px; width: 230px;}
.ph4{top: -10px; left: 100px; width: 430px;}
.ph5{top: 20px; left: 100px; width: 530px;}
.ph6{top: 20px; left: 0px; width: 530px;}
.ph7{top: 40px; left: 15px; width: 430px;}


.structure{width: 100%;}

.bus-in{font-size: 1rem;}

.finka{
  font-size: 1rem;
  width: 100%;
}

.td-finka{
  border-bottom: solid 1px #000; 
  padding: 10px 0px;
}

#schedule_rost, #sliders {
    margin: 0 auto;
}
#schedule_rost {
    height: 700px;  
}

#map{
  position: relative;
  width: 100%;
  height: 700px;
}

.sert img, .prod img{width: 100%;}

.prod{margin-top: 50px;}

.prod_descr{
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: -100px;
  background: url(/img/bc_prod.png) left top repeat-x;
  text-align: left;
  padding-left: 10px;
  font-family: 'montserrat';
  font-size: 2.5rem;
  font-weight: bold;
}

.prod_descr h2{text-align: left;}

.ruen{
  display: block;
  position: absolute;
  left: 95%;
  top: 10px;
  font-size: 1.1rem; 
  color:#dec014;
  }

.ruen:hover{font-weight: bold; color:#dec014;}

.moto-text_system_1 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-size: 90px;
    line-height: 1.2;
  }


 .mn_offer, .mn_offer2{
  margin: 25rem auto 0 auto;
  width: 60%;
  text-align: center;
 } 

.mn_offer h1 {
  font-size: 6rem;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: capitalize;
}

.mn_offer h2 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #fff;
}


/*Text anim*/

.sp-container {
  position: relative;
  top: 3rem;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.sp-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1000;
}
.sp-container h2 {
  position: absolute;
  top: 50%;
  height: 90px;
  margin-top: -50px;
  font-size: 3rem;
  width: 100%;
  text-align: center;
  color: transparent;
  -webkit-animation: blurFadeInOut 3s ease-in backwards;
  -moz-animation: blurFadeInOut 3s ease-in backwards;
  -ms-animation: blurFadeInOut 3s ease-in backwards;
  animation: blurFadeInOut 3s ease-in backwards;
}
.sp-container h2.frame-1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}
.sp-container h2.frame-2 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}
.sp-container h2.frame-3 {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
/*.sp-container h2.frame-4 {
  font-size: 200px;
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  -ms-animation-delay: 9s;
  animation-delay: 9s;
}*/
.sp-container h2.frame-5 {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: transparent;
  text-shadow: 0px 0px 1px #fff;
}
.sp-container h2.frame-5 span {
  -webkit-animation: blurFadeIn 3s ease-in 9s backwards;
  -moz-animation: blurFadeIn 3s ease-in 9s backwards;
  -ms-animation: blurFadeIn 3s ease-in 9s backwards;
  animation: blurFadeIn 3s ease-in 9s backwards;
  color: transparent;
  text-shadow: 0px 0px 1px #fff;
}
.sp-container h2.frame-5 span:nth-child(2) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.sp-container h2.frame-5 span:nth-child(3) {
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  -ms-animation-delay: 9s;
  animation-delay: 9s;
}
.sp-globe {
  position: absolute;
  width: 282px;
  height: 273px;
  left: 50%;
  top: 50%;
  margin: -137px 0 0 -141px;
  background: transparent url(http://web-sonick.zz.mu/images/sl/globe.png) no-repeat top left;
  -webkit-animation: fadeInBack 3.6s linear 12s backwards;
  -moz-animation: fadeInBack 3.6s linear 12s backwards;
  -ms-animation: fadeInBack 3.6s linear 12s backwards;
  animation: fadeInBack 3.6s linear 12s backwards;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -o-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
}
.sp-circle-link {
  position: absolute;
  top: 4rem;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  line-height: 60px;
  width: 200px;
  height: 60px;
  background:#fff /*url(/img/ball2.png) center center no-repeat*/;
  background-size: cover;
  color: #00fe00;
  font-size: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-animation: fadeInRotate 1s linear 2s backwards;
  -moz-animation: fadeInRotate 1s linear 2s backwards;
  -ms-animation: fadeInRotate 1s linear 2s backwards;
  animation: fadeInRotate 1s linear 2s backwards;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.sp-circle-link:hover {
  background: #00fe00;
  color: #fff;
}
/**/

@-webkit-keyframes blurFadeInOut {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #fff;
    -webkit-transform: scale(1.3);
  }
  20%, 75% {
    opacity: 1;
    text-shadow: 0px 0px 1px #fff;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    text-shadow: 0px 0px 50px #fff;
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes blurFadeIn {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #fff;
    -webkit-transform: scale(1.3);
  }
  50% {
    opacity: 0.5;
    text-shadow: 0px 0px 10px #fff;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 1px #fff;
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes fadeInBack {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(2);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(5);
  }
}
@-webkit-keyframes fadeInRotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(360deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
  }
}
/**/

@-moz-keyframes blurFadeInOut {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #fff;
    -moz-transform: scale(1.3);
  }
  20%, 75% {
    opacity: 1;
    text-shadow: 0px 0px 1px #fff;
    -moz-transform: scale(1);
  }
  100% {
    opacity: 0;
    text-shadow: 0px 0px 50px #fff;
    -moz-transform: scale(0);
  }
}
@-moz-keyframes blurFadeIn {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #fff;
    -moz-transform: scale(1.3);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 1px #fff;
    -moz-transform: scale(1);
  }
}
@-moz-keyframes fadeInBack {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
  }
  50% {
    opacity: 0.4;
    -moz-transform: scale(2);
  }
  100% {
    opacity: 0.2;
    -moz-transform: scale(5);
  }
}
@-moz-keyframes fadeInRotate {
  0% {
    opacity: 0;
    -moz-transform: scale(0) rotate(360deg);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1) rotate(0deg);
  }
}
/**/

@keyframes blurFadeInOut {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #fff;
    transform: scale(1.3);
  }
  20%, 75% {
    opacity: 1;
    text-shadow: 0px 0px 1px #fff;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    text-shadow: 0px 0px 50px #fff;
    transform: scale(0);
  }
}
@keyframes blurFadeIn {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #fff;
    transform: scale(1.3);
  }
  50% {
    opacity: 0.5;
    text-shadow: 0px 0px 10px #fff;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 1px #fff;
    transform: scale(1);
  }
}
@keyframes fadeInBack {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 0.4;
    transform: scale(2);
  }
  100% {
    opacity: 0.2;
    transform: scale(5);
  }
}
@keyframes fadeInRotate {
  0% {
    opacity: 0;
    transform: scale(0) rotate(360deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}


/*Text anim /end*/

.scr2{margin:2rem 0 2rem 0; }

.tm_label{
  width: 100px;
  padding: 15px;
}

.moto-text_system_9 {
    display: inline-block;
    width: 32%;
    font-style: normal;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    color: #203448;
    font-size: 24px;
    letter-spacing: 1px;
    padding-top:3rem;
}

.score, .score2{
  display: inline-block;
  width: 32%;
  font-weight: 500;
  font-style: normal;
  font-family: 'Ubuntu', sans-serif;
  color: #203448;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  padding-top: 1rem;
}

.score2{font-size: 3rem;}

.moto-color4_3{color: #c4c4c4;}

.match_day{
  display: inline-block;
  font-weight: 400;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  color: #888888;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0px;
  padding:2rem 4rem;
}
.vwm{
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #5fc44d;
  text-align: center;
  margin-bottom: 2rem;
}

.vwm:hover{color: #203448; text-decoration: none;}

.scr3{
  background: url(/img/start_child_bg.jpg)fixed center center no-repeat;
  background-size:cover;
  min-height: 700px;
}

.scr3 h2{
  font-family: 'Ubuntu', sans-serif;
  font-size: 4rem;
  margin-left: 15%;
}


  .go_btn, .go_btn2{
    float: left;
    width: 15rem;
    height: 70px;
    border-radius: 15px;
    color: #fff;/*#00fe00*/;
    background: #1d1d1b;
    font-family: 'Ubuntu';
    font-size: 2rem;
    line-height: 4rem;
    border: none;
    margin-left: 25%;
    margin-top: 5rem;
    text-align: center;
  }

.go_btn:hover, .go_btn2:hover{background:#00fe00;color: #fff; text-decoration: none;}

.go_btn2{margin-left: 40%;}

.scr4{
 /* background: url(/img/pole_ball.jpg) fixed center bottom no-repeat;*/
  position: relative;
  min-height: 500px;
  overflow: hidden;
  z-index: 0;
}

.scr4-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  overflow: hidden;
}

.scr4-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height:100hv;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}

/* Ограничиваем видео визуально областью блока scr4 */
.scr4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 0;
  mask-image: linear-gradient(black, black); /* нужно для Firefox */
  -webkit-mask-image: linear-gradient(black, black); /* Chrome/Safari */
  backdrop-filter: none; /* чтоб ничего не затенялось */
  pointer-events: none;
}

.scr4::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 1;
  pointer-events: none;
  mask-image: linear-gradient(black 100%, transparent 100%);
  -webkit-mask-image: linear-gradient(black 100%, transparent 100%);
}

/*.scr4 video.bg-fixed-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
*/
/* Контент поверх видео */
.scr4-content {
  position: relative;
  z-index: 1;
}

.scr5{min-height: 600px;}

.scr7{
  background:url(/img/header-bg.jpg) top no-repeat #000;
  background-size: cover;
  height: 30rem;
}

.scr7 h2{
  font-weight: 400;
  font-style: normal;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 90px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-transform: uppercase;
}

/*slick*/


.slick-slide {margin: 0px 5px;}

.slick-slide img {width: 100%;}

.slick-prev:before, .slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}
    
.slick-active {opacity: 1;}

.slick-current {opacity: 1;}

.lumber{width: 100%; overflow: hidden; text-align: center;}
.lumber:hover{cursor: grab;}

.lumber img{padding: 0;}
 

/*slick end*/


.scr6{margin-bottom: 2rem;}

.scr5 h3, .scr6 h2{
  font-weight: 400;
  font-style: normal;
  font-family: 'Oswald', sans-serif;
  color: #203448;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align:center;
  text-transform: uppercase; 
}

.titlestar{
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  color: #888888;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0px;
}

.txtl{
font-style: normal;
font-family: 'Open Sans', sans-serif;
color: #ababab;
font-size: 16px;
line-height: 1.6;
letter-spacing: 0px;
}

.achv_nmb {
  display: inline-block;
  line-height: 70px;
  width: 22%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  padding-top: 8rem;

}

.achv_nmb h3 { font-size: 2rem;}

.stnumb{
  font-family: 'lcd';
  font-size: 5rem;
    text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000;
}


/*timer*/

.timer{
    font-size: 0;
    text-align: center;
    padding: 2rem 0;
    background: #2b2b2b;
    width: 70%;
    margin-left: 15%;
    border-radius: 15px;
  }

.countdown {

}
.countdown-number {
    display: inline-block;
    vertical-align: top;
    font-size: 4rem;
    background: #000;
    color: #ff0000;
    line-height: 70px;
    width: 22%;
    margin: 0 1px;
    border-radius: 2px;
    font-family:'lcd';
    text-shadow: 0 0 20px #ff0000, 0 0 30px #ff0000, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073, 0 0 80px #e60073;
}
.countdown-time {

}
.countdown-text {
    display: block;
    background: none;
    color: inherit;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1rem;
    width: auto;
    margin: 0;
    font-family: 'Ubuntu';
    padding:1rem 0 1rem 0;
    color: #fff;
}
.deadline-message{
  display: none;
  font-size: 24px;
  font-style: italic;
}
.visible{
  display: block;
}
.hidden{
  display: none;
}



/*Timer*/



  .timer_section > div.timer_section_desc{

  }
  .timer_delimetr{
    display: inline-block;
    vertical-align: top;
    font-size: 50px;
    line-height: 70px;
    margin: 0 5px;
  }
  @media (max-width: 767px){
    .timer_section > div{
      font-size: 30px;
      width: 30px;
      line-height: 40px;
    }
    .timer_delimetr{
      line-height: 40px;
      font-size: 30px;
    }
    .timer_section > div.timer_section_desc{
      font-size: 14px;
      line-height: 26px;
    }
  }

/*timer end*/
.contform{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}


.contform input, .contform textarea{
  background: rgba(0,0,0,0.6);
  text-align: left;
  width: 100%;
  margin: 0.5rem;
}

.contform button {
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: 1px solid #fff;
  font-family: 'Ubuntu';
  padding: 0.5rem;
  border-radius: 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  width: 40%;
  margin-left: 35%;
}

.contform button:hover{
  background: #00fe00;
  color: #fff;
}

.turntb{
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  color: #203448;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 5rem;
}

.turntb h2, .turntb h3{
  font-weight: 400;
  font-style: normal;
  font-family: 'Oswald', sans-serif;
  color: #203448;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
}

.turntb h3{font-size: 2rem; text-decoration: underline;}

.gr-a, .gr-b{
  width: 100%;
  text-align: left;
}

.gr-a th, .gr-b th, .gr-a td, .gr-b td{padding: 0.5rem;}

.gr-a th, .gr-b th{
  background: #203448;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
}

.bc-gr{background: #aed8e9;}

.poloj{margin-bottom: 2rem;}

.poloj h2{
  font-weight: 400;
font-style: normal;
font-family: 'Ubuntu', sans-serif;
color: #203448;
font-size: 1.5rem;
line-height: 1.3;
letter-spacing: 1px;
}

.poloj p {
font-weight: 400;
font-style: normal;
font-family: 'Open Sans', sans-serif;
color: #646464;
font-size: 16px;
line-height: 1.6;
letter-spacing: 0px;
}

.poloj ul{color:#5fc44d;}

.numlist{list-style-type: decimal; font-weight: bold;}

.application h2{
  text-align: center;
text-transform: uppercase;
font-size: 3rem;
font-weight: 400;
font-style: normal;
font-family: 'Oswald', sans-serif;

}
.application{
  color:#203448; 
  text-align: left; 
  font-size: 1.4rem;
}
.application input, .application select{width: 100%; margin: 0.5rem; height: 3rem;}

.rhnd{font-size: 1.5rem; color: #ffbc08;}

.form-buytren{
  border: solid 1px #00fe00;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
}

.form-buytren img{
  width: 250px;
}

.bt_buy{
  width: 8rem; 
  height: 4rem;
  border-radius: 10px;
  background: #000;
  font-size: 1.8rem;
  font-family: "Oswald";
  border: 0;
}
.bt_buy:hover{background: #00fe00;}

.price{
  background:#00fe00 ;
  color: #000;
  font-family: "Oswald";
  font-size: 1.8rem;
  padding: 10px;
  border-radius: 10px;
}



.fnt-neptun{font-family:'tactic';}