﻿@font-face{font-family:'intro';src:url('../fonts/intro-webfont.eot'),
url('../fonts/intro-webfont.woff2') format('woff2'),
url('../fonts/intro-webfont.woff') format('woff'),
url('../fonts/intro-webfont.ttf') format('truetype'),
url('../fonts/intro-webfont.svg') format('svg');font-weight:normal;font-style:normal;}
.logo_text {
	font-family:'intro';
	line-height: 1;

    letter-spacing: 2px;
}
.modal form
{
z-index: 999999;
position: relative;
}
.modal .close
{
z-index: 999999;
position: relative;
}
.dar:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.2;
    z-index: 1;
}
	
.main-bg {
	position:relative;
}
.main-bg::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: left top;
}
.btn-2 {
	 font-size: 1.55rem;
  line-height: 1.2;
}
.btn-2 span {
    display: block;
    font-size: 24px;
    text-transform: none;
    font-weight: 400;
}
.table-warning, .table-warning>td, .table-warning>th {
    background-color: #000!important;
}
.table-warning.text-dark {
	color:#000 !important;
}
body {
	display: none;
	overflow-x: hidden;
	font-family: 'Roboto', Helvetica,Arial,sans-serif !important;
	font-weight: 300;
	line-height: 1.4;
	color: #fff !important;
	background: #14032d;
}

.body ul {
	line-height: 2;
	padding: 0;
}

.body ul li {
	background: url(../img/wheel.png) no-repeat left center;
	padding-left: 48px;
	list-style: none;
}

.badge-warning {
	color: #ffffff;
	background-color: #000;
}

h1, h2, .font-bold {
	font-weight: 700;
}

.bg-dark {
	color: #fff!important;
}

header, .bg-00 {
	//background: #000;
	//color: #fff;
}
.bg-shadow {
  box-shadow: 0 0 0 9999px rgba(0,0,0, 0.7);
}
.sl-overlay-popup{
      position: fixed;
      background:rgba(0,0,0,0.9);
      width:100%;
      height:100%;
      color:#fff;
      z-index: 501;
    }
.backdrop.show{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}
#popup_2020 .modal-content {
	background: url(../img/hny.jpg);background-position: center;background-size: cover;
}

@media (max-width: 320px) {
.callus a {
	font-size: 14px;
}
h2 {
	font-size: 1.8rem;
}
#popup_2020 .modal-title {
	font-size: 1.5rem!important;
}


}
@media (max-width: 576px) {
		.logo_text {

	    font-size: 1rem;

}
#popup_2020 {
	overflow-y:hidden;

}
	.top {
		    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #14032d;
    -webkit-box-shadow: 0 4px 10px -10px #14032d;
    -moz-box-shadow: 0 4px 10px -10px #14032d;
    box-shadow: 0 4px 10px -10px #14032d;
    z-index: 500;
	}
	.main-bg {
		//height:100vh;
		padding-top: 100px;
	padding-bottom: 3rem;
	}
	.main-bg h1 {
		line-height: 1;
	}
	.main-bg .badge {
		font-size: 100%;
	}
	header .pl-3 {
		padding-left: 2rem!important;
	}

	header .pr-3 {
		padding-right: 2rem!important;
	}

	.voditeli h2 {
		font-size: 1.7rem;
	}
}

.top .container {
	padding: 5px;
}

@media (min-width: 768px) {
	.callus a {
	color: #fff;
	font-size: 16px;
}
	.top .container {
		padding: 25px 0 !important;
	}

	.callus, .app {
		font-weight: 700;
		font-size: 1.25rem !important;
	}

	.site-header {
		//background-color: rgba(0, 0, 0, .85);
		background-color: #000;
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		backdrop-filter: saturate(180%) blur(20px);
		border-bottom: 1px solid #ffffff30;
		padding-bottom: .25rem!important;
		padding-top: .25rem!important;
	}

	.site-header a {
		color: #fff;
		transition: ease-in-out color .15s;
	}
}

.upper {
	text-transform: uppercase;
}

.btn {
	box-shadow: none;
	border: none;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding: 1rem 1rem;
}

.text-warning {
	color: #fff !important;
}

.btn-warning {
	//color: #212529;
	color: #fff;
	background-color: #000 !important;
	border-color: #000 !important;
}

.btn-warning:hover {
	color: #fff;
	//background-color: #fbd40c;
	//border-color: #fbd40c;
	background-color: rgba(235, 138, 18, 1);
}

.btn-outline-warning {
	border: 1px solid #fff;
	color: #fff;
	;
}

.btn-outline-warning:hover, .btn-outline-warning:active {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.callus, .app {
	font-weight: 700;
	font-size: 1rem;
}

.callus a {
	color: #fff;
	//color: #000;
}

.app span {
	border-bottom: 1px dashed;
	color: #fff;
	//color: #000;
	cursor: pointer;
}

.app a:hover, .callus a:hover {
	text-decoration: none;
}

.callus em, .app em {
	display: block;
	font-weight: 300;
	font-size: .9rem;
}

@media (min-width: 1300px) {
	.container {
		max-width: 1280px;
	}
}

.menu {
	position: relative;
	//background: #000;
	background: #000!important;
	padding-left: 0px;
	padding-right: 0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.menu .main-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 400;
}

.main-menu .list-item {
	padding: 18px 0 14px;
	position: relative;
	width: 32%;
	text-align: center;
	display: block;
}

.main-menu li.list-item:first-child:hover {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.main-menu li.list-item:last-child:hover {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.main-menu .list-item a {
	//color: #2a2a2a;
	color: #fff;
	text-decoration: none;
	display: block;
}

.main-menu .list-item.active .main-menu .list-item-title {
	border-bottom: solid 2px #333;
}

.main-menu .list-item.active {
	//background: #000;
	background: #343A40;
}

.main-menu .list-item.active:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.main-menu .list-item.active:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.main-menu .list-item.active a {
	color: #000 !important;
}

.main-menu .list-item-title {
	//color: #2a2a2a;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1;
	padding-bottom: 3px;
}

.main-menu .list-item:hover {
	//background: #000;
	background: #343A40;
}

.main-menu .list-item:hover a {
	color: #000 !important;
}

@media (min-width:768px) {
	.modal-body {
		padding: 2rem 3rem;
	}
}

.modal-title {
	line-height: 1.1;
}

.modal-content {
	background-color: transparent;
	border: none;
}

.modal-header {
	border-bottom: none;
}

@media (min-width:768px) {
	.main-bg {
		//background: #0000008c url("../img/main-bg.jpg") no-repeat;
		background: #0000008c url("https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/rsaoH1cuir8x46r3/videoblocks-blurred-glowing-heart-from-the-windows-on-the-facade-of-the-house-at-night_h21tuvv2e_thumbnail-full01.png") no-repeat;
	}
}



.main-bg .badge {
	white-space: unset;
}

@media (min-width:992px) {
	.main-bg {
	background-size: cover;
	color: #fff;
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-blend-mode: soft-light;
}
	.main-bg {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (min-width:1200px) {
	.main-bg {
		padding-left: 80px;
		padding-right: 80px;
	}
}

.main-bg .h1 {
	font-weight: 700;
}

.main-bg .h1 span {
	font-weight: 300;
	font-size: 2rem;
}

.bg-gray {
	// background: #eee;
	background: -webkit-radial-gradient(at 73% 56%,#fff,#c8c8c8);
	background: radial-gradient(at 73% 56%,#fff,#c8c8c8);
}

.container.benefit {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.calc-head, .calc-button {
	padding: 20px 30px;
}

.calc-price {
	background: #eee;
	padding: 20px 30px;
}

.calc {
	background: #FFF;
	color: #000;
	box-shadow: 3px -2px 5px 0px rgba(0,0,0,0.3);
	border-radius: 4px;
	z-index: 2;
}

section {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

@media (min-width:768px) {
	#tarif .card {
		// padding: 30px 30px;
	}

	.tarif-about {
		min-height: 87px;
	}
}

#tarif .card {
	border-radius: 5px;
}

.tarif-about {
	padding: 15px 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: solid 1px #edeff1;
	vertical-align: middle;
}

.tarif-about-price {
	font-size: 12px;
}

#footer .h4 {
	border-bottom: 1px solid;
}

#footer {
	border-top: 1px solid #14032d;
	background: #14032d !important;
}

#calc .slider.slider-horizontal {
	width: 100%;
}

#calc .slider-handle {
	background-color: #000 !important;
	background-image: none !important;
}

ul.main-menu li ul {
	display: none;
	//position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #000;
	text-align: left;
}

ul.main-menu li ul li a {
	color: #fff!important;
}

ul.main-menu li ul li {
	display: block;
}

ul.main-menu li:hover ul {
	display: block;
}

#servi {
	display: none;
	width: 100%;
	background: #343A40;
	margin-right: 0px;
	margin-left: 0px;
	z-index: 99999;
	position: absolute;
	padding: 1rem;
}

#servi ul li {
	list-style: none;
	margin-bottom: .5rem;
}

#servi ul li a {
	color: #fff !important;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	font-size: 14px;
	padding-bottom: 3px;
	font-family: 'Roboto', Helvetica,Arial,!sans-serif important;
	font-weight: 500;
}

#servi ul li a:hover {
	text-decoration: underline !important;
}

.mob {
	display: none;
}

@media (max-width:992px) {

	.mob {
		display: block;
		padding: 0px;
	}
}

#drivecalc .form-control {
	color: #fff;
}

#drivecalc option {
	color: #000;
}

.btn-sm {
	padding: .25rem .5rem!important;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem!important;
}

.sticky {
	    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #14032d;
    -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    z-index:500;
}
#voditeli {
	z-index:2;
}
#app .img-fluid {
	z-index: 1;
}
/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-indicators {
    //right: 50%;
    top: auto;
    bottom: 0px;
    //margin-right: -19px;
}

@media (min-width: 768px) {
		.logo_text {

	    font-size: 1.4rem;

}
	#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators li img {
	display: block;
}
	#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #000;
    opacity: 1;
    overflow: hidden;
}
}
.carousel-inner {
    min-height: 300px;
}
}

/* Звездочки */

.rating-result {
	width: 265px;
	margin: 0 auto;
    display: inline-block !important;
}
.rating-result span {
	padding: 0;
	font-size: 40px;
	line-height: 1;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-result > span:before {
	content: '★';
}
.rating-result > span.active {
	color: #000;
	text-shadow: 1px 1px #c60;
}
#faq h5
{
color:#000;cursor:pointer;
}
#faq .card-body p
{
color:#000;
}

#voditel .container > a {
  color: #fff;
  margin-bottom: 2em;
  display: inline-block;
}

.voditel-info td {
  padding: 9px 0;
  width: 50%;
  border-bottom: 0.2px solid #fff;
}

.bg-dark.workouts {
    background: none !important;
}

.workouts #workouts-carousel {
    padding: 0 15%;
}

.workouts .carousel-item {
    height: 400px;
    position: relative;
}

.workouts .carousel-item {
    cursor: pointer;
}

.workouts-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,0.9);
    display: none;
}

.workouts-popup .carousel {
    transform: translateY(-50%);
    top: 50%;
    padding: 0 5%;
}

.workouts-popup .carousel-control-next, 
.workouts-popup .carousel-control-prev {
    width: 5%;
}

@media screen and (max-width: 768px) {
    .workouts .carousel-item {
        height: auto;
    }
    
     .carousel-inner {
        min-height: initial;;
    }
    
    .bg-dark.workouts{
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media screen and (min-width: 650px) and (max-width: 767px){
	.container {max-width: 90%}
}
@media (max-width: 749px) {
  .callibri_phone {
    display: none !important;
  }
}