@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
* {
	font-family: 'Roboto', sans-serif;
}

.container {
    max-width: 1400px;
}

.blueline a, .blueline a:visited {
    color: #ffffff;
    text-decoration: none;
}
a {
    color: #6b50a0;
}

h2, h3 {
	color:#6B50A0;
	text-transform: none;
	font-weight: 700;
}

h2 {
	font-size:32px;
}

h3 {
	font-size:24px;
}

.page-content {
    margin-top: 5px;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px;
    border-radius: 0px;
}
.page-content p {
	color:#4d4c4c;

}
#videoclip {
	border-radius:15px;
}
header {
	position: relative;
	z-index: 1000;
}
.menu-triger {
	display: block;
	width: 25px;
	height: 17px;	
	background: url(menu.png) 0 0 repeat;
	position: absolute;
	right: 15px;
	top: 28px;
}	
.menu-close {
	display: block;
	width: 28px;
	height: 28px;	
	background: url(close.png) 0 0 repeat;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	display: none;	
	background: linear-gradient(180deg, rgba(146,120,197,1) 0%, rgba(107,80,160,1) 100%);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.menu-popup li a {
	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 1.4;	
	text-decoration: none;
}
.body_pointer * {
	cursor: pointer;
}
.boxline {
	width:100%;
	background: linear-gradient(180deg, rgba(146,120,197,1) 0%, rgba(107,80,160,1) 100%);
	height:80px;
	border-radius:15px;
}
.textinfo {
	font-size:24px;
	color:#ffffff;
}
.textinfoimg {
	width:100%;
	height:auto;
	float:left;
	left:20px;
	position:absolute;
	
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #FFFFFF;

}

.prodback {
	background: linear-gradient(180deg, rgba(217,217,217,0.2) 0%, rgba(217,217,217,0.2) 100%);
	width:100%;
	padding: 15px;
	border-radius:30px;
	font-size:20px;	
}

.prodprice {
	background: linear-gradient(180deg, rgba(146,120,197,1) 0%, rgba(107,80,160,1) 100%);
	width:100%;
	padding: 15px;
	border-radius:30px;
	text-align:center;
	color:#ffffff;
	font-size:26px;
	font-weight:700;
}

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -100;
	overflow:hidden;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1.0);
}
.video-background-fade {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

video {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.image-background {
    background-image: url('/etk/citymap.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
	background-size:cover;
}
.site-branding {
	height:auto;
}

.call-me {
	background:#ffffff;
	padding:15px 15px 15px 15px;
	border-radius:25px;
	color:#6b50a0;
	font-size:16px;
	font-weight:700;
	border:0px;
	transition: all 0.3s;
}
.call-me:hover {
    background: #6b50a0;
	color:#ffffff;
    border: 0;
    text-decoration: none;
	cursor:pointer;
}
.call-me:active { 
    background-color: #ffffff;
	border: 0;
	outline: 0;
} 
.call-me:focus { 
	border: 0;
	outline: 0;
}
.call-me-phone {
	background: linear-gradient(180deg, rgba(146,120,197,1) 0%, rgba(107,80,160,1) 100%);	
	padding:15px 20px 15px 20px;
	border-radius:25px;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	border:0px;
	transition: all 0.3s;
	opacity:1.0;
}
.call-me-phone:hover {
	background: linear-gradient(180deg, rgba(146,120,197,1) 0%, rgba(107,80,160,1) 100%);	
	color:#ffffff;
    border: 0;
    text-decoration: none;
	cursor:pointer;
	opacity:1.0;
}
.call-me-phone:active { 
    background-color: #ffffff;
	border: 0;
	outline: 0;
} 


.call-me-phone:focus { 
	border: 0;
	outline: 0;
}

.footer {
    margin-top: 30px;
	color:rgba(0, 0, 0, 0.7);
	font-size:16px;	
}
.splash {
	padding:50px 30px 50px 30px;
	min-height:600px;
}
.splash h1 {
	color:#ffffff;
	font-size:48px;
	font-weight:700;
	display:inline-block;
	text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.5);
}
.blueline {
	background: linear-gradient(180deg, rgba(146,120,197,1) 0%, rgba(107,80,160,1) 100%);
    height: 75px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    line-height: 30px;
	font-size:26px;
    width: auto;
	box-shadow: 0px -10px 30px 10px rgba(52, 52, 52, 0.5);	
}
.site-branding {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    padding: 0px 0px;
    position: relative;
    width: 100%;
}

.phone-icon {
	width:32px;
}

.pricelist {
	border: 2px solid #6b50a0;
	border-radius:15px;
	padding:15px;
	margin:30px 0px 30px 0px;
}

.priceitem {
	color:#6B50A0;
	font-size:23px;
	font-weight:700;
}
.pricetitle {
	color:#6B50A0;
	font-size:35px;
	font-weight:700;
}
.pricechron {
	line-height: 35px;
}

.ymaps-layers-pane{
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
  }


/* Slides 1 */

@-webkit-keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.b-marquee-line__flow {
  background: #f0f0f0;
  font-size: 0;
  line-height: 0;
  height: 420px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.b-marquee-line__flow-in {
  display: block;
  height: 420px;
}
.cssanimations .b-marquee-line__flow-in {
  width: 200%;
  position: absolute;
  overflow: hidden;
  -webkit-animation: marquee 40s linear infinite;
  animation: marquee 40s linear infinite;
}
.b-marquee-line__flow-block {
  white-space: nowrap;
}
.no-cssanimations .b-marquee-line__flow-block:last-child {
  display: none;
}
.cssanimations .b-marquee-line__flow-block {
  white-space: nowrap;
  float: left;
  width: 50%;
}
.b-marquee-line__flow-item {
  height: 420px;
}

.b-marquee-line {
	margin-left:-15px;
	margin-right:-15px;
}
/* Slides 1*/

/* Slides 2 */

@-webkit-keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.b-marquee-line__flow_2 {
  background: #f0f0f0;
  font-size: 0;
  line-height: 0;
  height: 288px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.b-marquee-line__flow-in_2 {
  display: block;
  height: 288px;
}
.cssanimations .b-marquee-line__flow-in_2 {
  width: 200%;
  position: absolute;
  overflow: hidden;
  -webkit-animation: marquee 40s linear infinite;
  animation: marquee 60s linear infinite;
}
.b-marquee-line__flow-block_2 {
  white-space: nowrap;
}
.no-cssanimations .b-marquee-line__flow-block_2:last-child {
  display: none;
}
.cssanimations .b-marquee-line__flow-block_2 {
  white-space: nowrap;
  float: left;
  width: 50%;
}
.b-marquee-line__flow-item_2 {
  height: 288px;
}

.b-marquee-line_2 {
	margin-left:-15px;
	margin-right:-15px;
}
/* Slides 2*/




.form-wrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(251, 251, 251, 0.2);
    padding: 30px;
    border-radius: 5px;
}

.contact-form {
    box-sizing: border-box;
    width: 100%;
    background: #fff;

}

.contact-form__title {
    box-sizing: border-box;
    padding: 15px 0px 0px 15px;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
	font-size: 28px;
	color:#6B50A0;
}

.contact-form__description {
    display: none;
    text-align: center;
    font-size: 18px;
}

.contact-form__input-wrapper, .contact-form__input-wrapper_modal {
    margin-bottom: 20px;
}

.contact-form__input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    background: #fbfbfb;
    border-radius: 5px;
    font-size: 16px;
}

.contact-form__error {
    font-size: 14px;
	color:#6B50A0;
}

.contact-form__button, .contact-form__button_modal {
    background: #6B50A0;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
	background: linear-gradient(180deg, rgba(146,120,197,1) 0%, rgba(107,80,160,1) 100%);	
	padding:15px 20px 15px 20px;
	border-radius:25px;
	color:#ffffff;
	font-size:20px;
	font-weight:700;
	transition: all 0.3s;
	opacity:1.0;	
}

.contact-form__button:focus { 
	border: 0;
	outline: 0;
}

.contact-form__button:hover {
	transition: all 0.3s;
    opacity:0.9;
}

.modal-content {
	border-radius:30px;
}


.wrp {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.map-box { 
	position: absolute;
	top: 70px;
	left: 0px; 
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 100;
	width: 400px;
	box-shadow: -1px -1px 24px 0px rgba(50, 50, 50, 0.5);
	border-radius: 15px;
}

#map {
	width: 100%; 
	height: 650px;
}








/* Adaptive start */
@media (max-width: 575.98px) {
.splash {
    padding: 50px 30px 50px 30px;
    min-height: 280px;
}
.splash h1 {
    font-size: 38px;
}

.video-background video {
    width: 700px;
    height: auto;
    max-height: 100%;
    left: -150px;
    position: relative;	
}
.map-box {
    top: 70px;
    left: 15px;
    width: 400px;

}
.blueline {
	font-size:20px;
}
.pricetitle {
	color:#6B50A0;
	font-size:20px;
	font-weight:700;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
.splash {
    padding: 50px 30px 50px 30px;
    min-height: 280px;
}
.splash h1 {
    font-size: 38px;
}
.video-background video {
    width: 700px;
    height: auto;
    max-height: 100%;
    left: -150px;
    position: relative;	
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
.splash {
    padding: 50px 30px 50px 30px;
    min-height: 400px;
}
.splash h1 {
    font-size: 33px;
}
.navbar {
font-size:14px;	
}
.textinfo {
	font-size:20px;
}
.textinfoimg {
	width:100%;
	height:auto;
	float:left;
	left:20px;
	position:absolute;
	
}

}




@media (min-width: 992px) and (max-width: 1199.98px) {
.splash {
    padding: 50px 30px 50px 30px;
    min-height: 450px;
}
.splash h1 {
    font-size: 39px;
}
.navbar {
font-size:14px;	
}
.textinfo {
	font-size:20px;
}
}



@media (min-width: 1200px) and (max-width: 1399.98px) {
.splash {
    padding: 50px 30px 50px 30px;
    min-height: 500px;
}
.splash h1 {
    font-size: 38px;
}
.video-background video {
    width: 100%;
    height: auto;
    max-height: 100%;
    left: -10px;
    position: relative;	
}
}


@media (min-width: 1400px) and (max-width: 1920px) {
.splash {
    padding: 50px 30px 50px 30px;
    min-height: 450px;
}
.splash h1 {
    font-size: 45px;
}
.video-background video {
    width: 100%;
    height: auto;
    max-height: 100%;
    left: -10px;
    position: relative;	
}
}
/**************** Adaptive end ***************/
