/*new block #regole */

#top .row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 1200px){
	.section-privacy .container {
    width: 1200px;
}
}
@media (max-width: 767px){
	.section-privacy{
		margin-top: 84px;
	}
}


body, html{
  max-width: 100%;
  overflow-x: hidden;
}

#regole  {
  padding-top: 30px;
  margin-bottom: 30px;
}
#regole .heading {
  font-size: 48px;
  line-height: 100px;
  color: #0A042E;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.prav_list {
  padding-left: 42px;
  position: relative;
  counter-reset: myCounter;

}
.prav_list::before {
  content: '';
  position: absolute;
  top: 19px;
  left: 0;
  height: 85%;
  width: 1px;
  background-color: #999;
}
.prav_list li {
  list-style: none;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
}
.prav_list li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  color: white;
  background: #000;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 5px;
  left: -72px;
  font-size: 30px;
  font-weight: 700;
}
.prav_list li .title {

  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.2;
}
.prav_list-phone{
  color:#0A042E;
  text-decoration:underline;
}
.prav_list-phone:hover{
  cursor:pointer;
  color:#0A042E;
  text-decoration:none;
}
@media (max-width: 480px){
  .prav_list::before {
    height: 71%;
  }
}
@media (max-width:767px){
  #regole{
    margin-bottom: 16px;
  }
  #regole .heading {
    font-size: 43px;
    line-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    color: #0A042E;
    text-align: center;
    font-weight: 700;
  }
  .prav_list {
    margin: 0 20px 0px;
  }
}

/*section-map*/
.section-map {
  width: 100%;
  min-height: 450px;
}
.section-map .heading {
  font-size: 48px;
  line-height: 100px;
  padding-bottom: 0px;
  color: #0A042E;
  font-weight: 400;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.map-container {
  min-height: 450px;
  position: relative;
  width: 100%;
}
.contact-map {
  width: 100%;
  height: 100% !important;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
}
.contacts-info {
  padding-top: 60px;
}
.contact-info-block {
  position: relative;
  z-index: 2;
  background: rgba(17,13,32, 0.9);
  max-width: 300px;
  padding: 20px;
  color: #eee89f;
  text-align: center;
  font-size: 20px;
}
.contact-info-block a {
  color: #eee89f;
}
.address-title {
  color: #E70A81;
  padding-bottom: 15px;
  margin: 0 0 20px;
  position: relative;
  font-size: 50px;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.work-day {
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  SCREENSHOTS
/*----------------------------------------*/
.screenshots {
  text-align: center;
  padding:0;/*
	background-color: #a986d6; */
}
.screenshots h2.heading {
  padding-top: 30px;
  text-align: center;
  font-size: 48px;
  color: #0A042E;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 50px;
}
.screenshots .section-heading h3 {
  color: #fff;
}
.carousel-wrapper {
  position: relative;
  margin: 0 auto 25px;
  max-width: 1170px; /*1050*/
  height: 545px;
}
.master_button {
  margin: 0;
}
.screenshots .custom-owl-prev {
  left: -11px;
}
.screenshots .custom-owl-next {
  right: -11px;
}
.screenshot-carousel{

  position: relative;

}
.screenshot-carousel::before{
  content:"";
  position: absolute;
  width: 199px;
  height: 480px;
  z-index: 2;
  left: 6%;
  background: url("../assets/img/before-screenshot-prev.png");
      pointer-events: none;
 }
.screenshot-carousel::after{
  content:"";
  position: absolute;
  width: 199px;
  height: 480px;
  z-index: 2;
  right: 6%;
  background: url("../assets/img/before-screenshot-next.png");
  top:0;
       pointer-events: none;
}


.carousel-decoration{

}
.screenshot-carousel .owl-item {
  opacity: 1;/*0.25*/
  text-align: center;
  cursor: pointer;
  -webkit-transition: 1s opacity;
  -moz-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
}
.screenshot-carousel .center {
  opacity: 1;
  -webkit-transition: 1s opacity;
  -moz-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;

}
.screenshot-carousel .neighbor {
  /*opacity: 0.85;*/
  -webkit-transition: 0.5s opacity 0s;
  -moz-transition: 0.5s opacity 0s;
  -o-transition: 0.5s opacity 0s;
  transition: 0.5s opacity 0s;
}
.carousel-decoration {
  /*display: none;*/
  position: absolute;
  top: 0;
  left: 0;/*50%*/
  right:0;
  margin: auto;
  width: 370px;/*331*/
  height: 545px;
  /*margin-left: -128px;*/
  background: url("../assets/img/phone-bg.png") no-repeat 2px center;
  background-size: cover;
  /*z-index: 3 !important;*/

}
.screenshot-carousel .image-holder {
  width: 216px;
    height: 384px;
    margin: 79px auto 0;
    background: center no-repeat;
    background-size: cover;
    -webkit-transition: .1s transform;
    -moz-transition: .1s transform;
    -o-transition: .1s transform;
    transition: .1s transform;
    display: none;
    z-index: 1;
    position: relative;
    left: -1px;
}
.screenshot-carousel .image-holder.translate {
  opacity: 0.65;
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
}
.screenshot-carousel .owl-item img {
  display: inline;
  width: 100%;
  height: 100%;
}
.screenshot-carousel .owl-dots {
  bottom: -142px;
}
.screenshot-carousel .owl-dot {
  display: inline-block;
  margin: 0 6px;
  background-color: #f4f2f2;
}
.screenshot-carousel .owl-dot:hover {
  background-color: #fcb5ad;
}
.screenshot-carousel .owl-dot.active {
  background-color: #e1f337;
}




.custom-owl-prev, .custom-owl-next {
  position: absolute;
  top: calc(50% - 50px);
  outline: 0;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 9999;
  width: 15px;
  height: 100px;
}
.custom-owl-prev {
  background: url('../assets/img/arrow-sl-left.png') no-repeat;
}
.custom-owl-next {
  background: url('../assets/img/arrow-sl-right.png') no-repeat;
}
@media (max-width:424px) {
  .section1 .heading{
    font-size: 33px;
	padding-left:25px;
	padding-right:25px;
  }
  .section1 .subheading{
    font-size: 33px;
  }
  .section-preim .heading{
	  padding:0 25px;
	  font-size:36px;
  }
}
@media (max-width:390px) {
  .carousel-decoration{
    background-position: 45% center;
  }

}
@media (max-width:991px) {
  .screenshot-carousel::before{
    opacity: 0;
  }
  .screenshot-carousel::after{
    opacity: 0;
  }
  .carousel-decoration{
    max-width: 100%;

  }
}
@media (min-width:992px) and (max-width: 1199px) {
  .screenshot-carousel::before{
   left: 0;
  }
  .screenshot-carousel::after{
    right: 0;
  }
}

#form-timer .heading{
  font-size: 32px;
}
.form-timer-wr{
  padding:30px 35px;
}
.text-muted-wr{
  margin-top: 10px;
}
.text-muted-wr small.text-muted{
  font-size: 13px;
}

.section9 {
  text-align: center;
  padding: 40px 0;
}
.section9 .heading {
  text-align: center;
  font-size: 48px;
  margin-bottom: 20px;
}
.sect9_link {
  border-bottom: 1px dashed #E70A81;
  font-size: 24px;
  color: #E70A81;
  opacity: 0.8;
  text-align: center;
}
.sect9_link:hover{
  text-decoration: none;
  color: #E70A81;
}
.header-right{
  font-family: "PT Sans", sans-serif;
      margin-top: 3px;
}
.header-right__title{
  text-transform: uppercase;
  font-size: 18.84px;
  margin-bottom: 9px;
  line-height: 1.42857143;

}
.header-right__links{

}
.header-right__link{
  display: inline-block;
  height: 26px;
  line-height: 26px;
}
.header-right__link img{
  margin-top: -5px;
}
.header-fb{
  margin-right: 7px;
}
.header-wt{
  margin-right: 7px;
}
.header-phone{
  font-size: 19.84px;
  color:#e5097f;
}
.header-phone:hover{
  color:#e5097f;
}
.header-phone span{
  padding-top: 5px;
}
header{
  font-family: "PT Sans", sans-serif;
}
header .rose{
  font-family: "PT Sans", sans-serif;
  font-size: 18.84px;
  color:#e5097f;
}


.logo{

  background: url(../assets/img/logo-short.png) center center no-repeat;
  background-size: cover;
  display: inline-block;
  width: 104px;
  height: 103px;
  margin-top: 13px;
  margin-bottom: 11px;
  background-size: 100%;
}
.mob-menu__link{  }
.mob-menu__link .img{  }
.mob-menu__link .text{  }

.navbar-collapse{
  box-shadow: none;
}
.mob-menu{
  text-align: center;
}
.mob-menu__title{
  font-size: 19px;
  color:#cccccc;
  text-transform: uppercase;
  width: 100%;
  max-width: 307px;
  margin: 24px auto 0;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(186,186,186, 0.24);
}
.mob-menu__link{
  display: block;
  color:#cccccc;
  font-size: 18.48px;
  line-height: 18.48px;
  padding-top: 15px;
  padding-bottom: 18px;
}
.mob-menu__link:active, .mob-menu__link:focus, .mob-menu__link:hover{
  color:#fff;
  background: #8f085a;
  text-decoration: none;
}
.menu-close{
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 3px solid #cccccc;
}

.mob-menu__link .img{
  margin-bottom: 15px;
}
.mob-menu__fb{
  color:#cccccc;
}
.mob-menu__wt{
  color:#fff;
}
.menu-active{
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.menu-active:before{
  content:"";
  position: absolute;
  width: 100%;
  height:100%;
  background: #000;
  opacity: 0.8;
}
.footer{
  font-family: "PT Sans", sans-serif;
  color:#fff;
  font-size: 16px;
  line-height: 1.2;
}
.footer a{
  color:#fff;
}
.footer-privat__link{
  position: relative;


}
.footer-privat__link:before{
  content:"";
  position: absolute;
  height: 1px;
  background: #fff;
  width: 100%;
  right: 0;
  bottom:0;
  transition: width 0.25s ease;
}
.footer-privat__link:hover{
  text-decoration: none;
}
.footer-privat__link:hover:before{
  width: 0;

}
.footer-wr{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.footer-social__link{
  padding: 0 13px;
  transition:all 0.5s ease;

}
.footer-social__link img{
  transition:all 0.5s ease;
  transform: scale(1);
}
.footer-social__link:hover img{
  transition:all 0.5s ease;
  transform: scale(1.05);
}
.footer-privat-year{
  display: none;
}
@media (max-width:425px){
	.timer-bl{
		font-size:20px;
		padding-bottom: 4px;
	}
	.timer-bl::before{
		height:20px;
	}
}
@media only screen and (max-width: 480px){
	 .button-old-block {
    display: block;
}
#form-timer .btn-gold{
	    line-height: 25px;
		    padding: 10px;
}

}

@media (max-width: 425px){

	.navbar-toggle {
		width: 40px;
		padding:0;
		margin-top:21px;
	}
	.navbar-toggle  img{
		max-width:100%;
	}
	.mini-phone {
    margin-top: 17px !important;
}
.logo{
	margin-bottom:4px;
}
}

@media (max-width:509px) {
  #form-timer .heading span{
    line-height: 34px;
    padding-bottom: 9px;
  }
  #form-timer .heading span b{
    display: block;
  }
}
@media (max-width:599px) {

  .footer-wr{

  }
  .footer-copiright{
    order:2;
    width: 100%;
  }
  .footer-social{
    order:1;
    width: 100%;
    margin-bottom: 23px;
  }
  .footer-privat{
    order:3;
    width: 100%;
  }
  .footer-privat-year{
    display: block;
    margin-top: 19px;
  }

  .footer-copiright__year{
    display: none;
  }
  .footer-privat__link{
    padding-bottom: 9px;
  }
  .footer-privat__link:before{
    width: 43px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .footer-privat__link:hover:before{
    width: 43px;
  }
}
@media (max-width: 600px){
  .map-container .contact-info-block {
    max-width: 100%;
  }
  .contact-map{
    position: relative !important;
    width: 100%;
    height: 400px !important;
  }
  .contacts-info {
    padding-top: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (max-width:767px){
  .logo{
    width: 54px;
    height: 53px;
    left: 0;
  }
  header .col-xs-4{
    padding: 0 !important;
  }
  .mini-phone{
    margin-top: 22px;
  }
  .footer{
    border-bottom: 8px solid #dbb259;
    font-size: 14px;
    line-height: 1.2;
  }
  .footer-social__link{
    padding: 0 7px;
  }
  .footer-social__link img{
    width: 50px;
    height: 50px;
  }

}
@media (min-width:768px) and (max-width:991px) {
  header .rose, .header-right__title{
    font-size: 16px;
  }
  .header-grafik{
    font-size: 14px;
  }
  .header-phone{
    font-size: 16px;
  }
  .logo{
    width: 101px;
  }

}
@media (max-width:991px) {
   .section1{
     min-height: 100vh;
   }
   .gallery-row_colume{
	   margin-bottom:30px;
   }
   .section-price{
	   margin-top:20px;
   }
}
@media (min-width: 1200px){
	header .container {
		width: 1200px;
		padding-left:0;
		padding-right:0;
	}
	.logo{
		margin-left: 36px;
	}
}
 @media (max-width: 375px) {
        .form .heading {
            font-size: 25px !important;
        }
        form .mar-block-bottom {
            font-size: 16px;
        }
        .mar-block-bottom {
            margin-bottom: 10px;
        }
        .form .form-control {
            height: 40px;
        }
        .btn-gold {
            font-size: 25px;
            min-height: 40px;
            line-height: 40px;
            margin-top: 10px;
        }
    }
@media (max-width:517px){
	#form-timer .br-517{
		display:block;
	}
}
@media (min-width:518px){
	#form-timer .br-517{
		display:none;
	}
	#form-timer .br-518{
		display:block;
	}
}

.cookie-block{
	background: rgba(17,13,32, 0.9);
	color:#fff;
	position: fixed;
    bottom: 0;
    width: 100%;
	z-index:100;

}
.cookie-block p a{
	color:#fff;
}
.cookie-block p{
	font-size:17px;
	width:calc(100% - 300px);
	margin-bottom:0;
}
.cookie-btn{
	background:#E70A81;
	width:200px;
	height:50px;
	line-height:49px;
	text-align:center;
	color:#fff;
	font-size:19px;
	font-weight:bold;
	letter-spacing:1px ;
}
.cookie-btn:hover{
	color:#fff;
	text-decoration:none;
}
.cookie-block__item{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
	height:100px;
}

@media (max-width:767px){
	.cookie-block__item{
		padding-top:20px;
		padding-bottom:20px;
		height: auto;
	}
	.cookie-btn{
		margin: 0 auto;
	}

	.cookie-block p{

	width:100%;
	margin-bottom:20px;
	text-align:center;

}
}
@media (min-width:768px) and (max-width:991px){
	.cookie-block__item{
		padding-top:20px;
		padding-bottom:20px;
		height: auto;
	}
}
.app-form__personal{
	font-size:13px;
	margin-top:23px;
}
.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;

}
.checkbox + label {
  position: relative;
  padding: 0 0 0 33px;
  cursor: pointer;
  font-size:13px;
  line-height:1.2;
  max-width:311px;
  color:#6b6b6b;
}
.checkbox + label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 21px;
  height: 21px;
  background: none;
  transition: .2s;
  border:1px solid #b4b4b4;
 border-radius:2px;
}
.checkbox + label:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 4px;
  width: 13px;
  height: 13px;
  background:#c9c9c9;
  transition: .2s;
  opacity: 0;
}
.checkbox:checked + label:before {
  background: $green;
}
.checkbox:checked + label:after {
  opacity: 1;
}
.label-checkbox a{
	color:#3f3f3f;
	position:relative;
}
.label-checkbox a:hover{
	text-decoration:none;
}
.label-checkbox a:before{
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	background:#3f3f3f;
	bottom:0;
}
.header-top__contacts-link:hover {
	text-decoration: none;
}
.yellow-lite {
	color: #FFF9A9;
}