@charset "utf-8";
@font-face {
	font-family: "exo_2.0_extra_light";
	src: url("../fonts/exo_2.0_extra_light.eot");
	src: url("../fonts/exo_2.0_extra_light.eot?#iefix")format("embedded-opentype"),
	url("../fonts/exo_2.0_extra_light.woff") format("woff"),
	url("../fonts/exo_2.0_extra_light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "RussoOneRegular";
	src: url("../fonts/RussoOneRegular.eot");
	src: url("../fonts/RussoOneRegular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/RussoOneRegular.woff") format("woff"),
	url("../fonts/RussoOneRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

html{
	font-size: 24px;
}
a, img, .btn, .scrollup, .bottom-line {	
	-webkit-transition:all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
body{
	font-family:"exo_2.0_extra_light";
	color: white;
	height: 100%;
	min-width: 320px;
	background-image: url(../img/bg.png);
	background-color: #333;
}
a, a:hover, a:focus, a:active {
	color:inherit;
	text-decoration:none;
	outline: none !important;
}
b{
	font-family: "RussoOneRegular";
	font-weight: normal;
}
strong{
	font-weight:inherit;
}

.intro{
	background-image:url(../img/bg-intro.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg{
	box-shadow: #000 0 0 5px;
	background-image:url("../img/bg-intro-pattern.png");
}
video{
	object-fit: cover;
	width: 100%;
  	height: 100vh;
}
.hr{
	height: 1px;
	background-color: rgba(255,255,255,0.50);
	margin-top: 1rem;
}
.tooltip-inner {
	font-size: .6rem;
}
.btn {
	font-weight: bold;
	color: #FFF;
	font-size: .8rem;
	margin: .8rem;
	border-radius: 50px;
	text-transform: uppercase;
}
.btn:focus, .btn:hover, #menu a:hover, #menu a:focus {
    color: inherit;
	background-color: #007474;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
}
.bg-green{
	background-color: #008686;
}
.bg-blue{
    background-color: #008686;
}
/*HEADER*/
.navbar-brand img{
	height: 4rem;
	padding-right: .5rem;
}
.navbar-brand span{
	padding: 0 .2rem;
	font-size: 1.5rem
}
.links a {
	float: left;
	width: 3rem;
	height: 2rem;
}
.telephone, .whatsapp, .viber, .email, .vk, .insta, .tg, .max {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.email{
	background-image: url(../img/i-email.svg);
}
.telephone{
	background-image: url(../img/i-telephone.svg);
}
.whatsapp{
	background-image: url(../img/i-whatsapp.svg);
}
.viber{
	background-image: url(../img/i-viber.svg);
}
.vk{
	background-image: url(../img/i-vk.svg);
}
.tg{
	background-image: url(../img/i-tg.svg);
}
.insta{
	background-image: url("../img/i-instagram.svg");
}
.max{
	background-image: url("../img/i-max.svg");
}
#menu{
	text-transform: uppercase;
	font-weight: bold;
}
#menu ul{
	margin-top: 15px;
	position: relative;
}
#menu a{
	font-size: 1rem;
	border: solid 1px;
	border-color: transparent;
	border-radius: 1em;
	padding: .1rem .8rem;
	margin: .2rem;
}
#menu a:hover, #menu a:focus{
	/*background-color: #007474;*/
	/*border-color: #fff;*/
}
.h1{
	font-size: 2.4rem;
	text-align: center;
	margin-top: 1rem;
}
.intro-text-box{
	padding: 2rem 1rem;
}
.intro-text-box i{
	display: flex;
	border: solid #FFF 3px;
	width: 20%;
}
.intro-text-box i:first-child {
	border-right: none;
}
.intro-text-box i:last-child {
	border-left: none;
}

.intro-text{
	border-bottom: solid #FFF 3px;
}
.intro-text b{
	font-size: 120%;
}
.intro-text span{
	padding: .2rem .8rem;
}
.intro-text span:nth-child(2){
	border-left: solid #FFF 1px;
	border-right: solid #FFF 1px;
}
.intro h1 {
	font-size: 3rem;
	margin: -1.8rem .5rem 0;
}
.intro-text h2 {
	font-size: 1.5rem;
	margin: 5vh 0;
}
.intro-card {
	display: flex;
	flex-direction: column;
	width: 20%;
	padding: 0.2rem;
	text-align: center;
}
.intro-card > div{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.intro-card img{
	width: 7rem;
	margin: 0 auto;
    height: auto;
	padding: 0.1rem 1rem;
}
.intro-card h2{
	font-size: 1rem;
	font-weight: bold;
}
.intro-card p{
	margin: auto;
}

p.element-animation, li.element-animation{
	opacity: 0;
	transform: translateX(-10%);
}
p.element-animation.element-show, li.element-animation.element-show{
	opacity: 1;
	transform: translateX(0%);
}
#print .img-fluid.element-animation {
	transform: rotateX(90deg) scale(0);
}
#print .img-fluid.element-animation.element-show {
	opacity: 1;
	transform: rotateX(0deg) scale(1);
}

#modeling {
	background-color: #373737;
	overflow: hidden;
	box-shadow: #000 0 0 5px;	
}
#modeling p.text-right.element-animation {
	transform: translateX(10%)!important;
}
#modeling p.element-animation.element-show, #modeling li.element-animation.element-show {
	transform: translateX(0%)!important;
}
.element-show {
	transition: all 0.5s;
}
#modeling .icon-bar.element-animation{
    background-color: #008686;
    padding: 20px 10%;
    margin: 60px -10%;
    box-shadow: #000 0 0 1rem;
}
#modeling .icon-bar.element-animation.element-show{
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}
#modeling .element-animation.element-show .icon{
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
#modeling .icon {
	padding:.1rem;
	text-align: center;
}
#modeling .icon img{
	width: 100%;
	max-width: 128px;
}
#modeling .icon p {
	margin: 0 -10px;
	font-weight: bold;
}

#scan{
	background-image:url(../img/bg-scan.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color: rgba(0, 0, 0, 0.2);
    box-shadow: #000 0 0 1rem;
	padding-top: 5px;
	padding-bottom: 5px;
}	
/*CONTACTS*/
#contacts{
	background-color:rgba(0,0,0,0.2);
	min-height: 100vh;
    box-shadow: #000 0 0 1rem;
}
#contacts .h1, #contacts .h4{
	font-weight: bold;
	color: #fff;
}
address ul{
	list-style-type: none;
}
address li{
	text-align: center;
}
address a {
	position: relative;
	display: inline-block;
	padding: 5px 0;
}
address a div {
	display: block;
	height: 5px;
	background-color: #008686;
	position: absolute;
	bottom: 0px;
	width: 0;
}
address a div{	
	-webkit-transition:all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

address a:hover div{
	width: 100%;
}
.map{
	height: 100%;
}

address ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
address li{
	flex-grow: 1;
	align-items: center;
	display: flex;
	justify-content: center;
	padding: .5rem 0;
	border-bottom: solid 1px;
}
address li:last-child{
	border-bottom: none;
}
address a{
	display: flex;
	align-items: center;
	font-size: 1.4rem;
}
address i{
	display: inline-flex;
	height: 2.5rem;
	background-size: contain;
	width: 3rem;
}

.form-control {
    border-radius: 0;
}
footer{
	background-color:rgba(0,0,0,.5);
}
.modal-footer {
	border-top-color: #fff;
}
.modal-header .close {
	color: white;
	opacity: 1;
}
#cookie_note{
    display: none;
	position: fixed;z-index:100;
    bottom: 15px;left: 5%; right: 5%;
    padding: 10px;
	background-color: white;
    border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_note.show{
	display: flex;
}
#cookie_note p{
	margin: 0;
	font-size: 0.7rem;
	text-align: left;
	color: black;
}
#cookie_note .btn {
	width: 220px;
	margin: auto;
}
.cookie_accept{
	width:20%;
}

.scrollup {
	display: block;
	position: fixed;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 3.2rem;
	background-color: rgba(0,0,0,.5);
	right: 1rem;
	bottom: 1rem;
	font-size: 3rem;	
	border-style: solid;
	border-width: 2px;
	cursor: pointer;
	text-align: center;
}
.scrollup:hover {
	background-color: #008686;
}

.bord-r{
	border:solid #F00 1px !important;
}
.bord-g{
	border:solid #0F0 1px !important;
}
.bord-b{
	border:solid #00F 1px !important;
}
@media (max-width: 1199.98px) {
  html{
		font-size: 20px;
	}
}
@media (max-width : 991.98px){
  #menu a{
    font-size: .8rem;
  }
	.intro-text span:nth-child(2){
		border: none;
	}
	.intro-card {
		flex-direction: row;
        width: auto;
	}
	.intro-card img{
		margin: 0;
        width: 4rem;
        padding: 0.1rem;	
	}
}
@media (max-width:767.98px){
	header ul{
		width: 100%;
	}
  #menu a{
    font-size: 1.5rem;
  }
	.contacts{
		height: 60%;
	}
	.map{
		height: 40%;
	}
}
@media (max-width:575.98px){
	html{
		font-size: 16px;
	}
	.intro h1 {
		font-size: 2rem;
		margin-top: -1.2rem;
	}
	.intro-text h2 {
		font-size: 1.2rem;
	}
	.navbar-brand img {
    height: 3rem;
	}	
}

@media (max-width:374px){
	.navbar-brand span {
		font-size: 1.3rem;
	}
	#modeling .icon p {
    font-size: .8rem;
	}	
}
.grecaptcha-badge {
    display: none;
}
