@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";
}
strong{
	font-weight:inherit;
}

.intro{
	box-shadow: #000 0 0 5px;
	/*background-image:url("../img/bg-intro-pattern.png");*/
	height: 500px;
}
.bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image:url(../img/bg_intro.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	z-index: -1;
}
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);
}
.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{
	min-height: 40vh;
    /* [disabled]flex-grow: 3; */
    /* [disabled]padding: 2rem 1rem; */
}
.intro-text-box i{
	display: flex;
	border: solid #FFF 3px;
	width: 10%;
}
.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{
	/*color: #e00000;*/
	font-size: 120%;
	/*text-shadow: 3px 3px 0px #e00000;*/
}
.intro-icon-box{
	display: flex;
	flex-direction: column;
	padding: 0;
}
.intro-icon-box img{
	height: 6rem;
}
.intro-text span{
	font-weight: bold;
	/*padding: .2rem .8rem;*/
}
.intro-text span:nth-child(2){
    /* [disabled]border-left: solid #FFF 1px; */
    /* [disabled]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 .btn {
	width: 230px;
}
#modeling {
	background-color: #373737;
	overflow: hidden;
	box-shadow: #000 0 0 5px;	
}
#modeling p.element-animation {
	opacity: 0;
	transform: translateX(-10%);
}
#modeling p.text-right.element-animation {
	transform: translateX(10%);
}
#modeling p.element-animation.element-show {
	opacity: 1;
	transform: translateX(0%);
}
.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;
}

.vis-card {
	padding-top: .5rem;
	transform-style: flat;
    perspective: 500px;
}

.vis-card a{
	display: block;
	text-align: center;
	background-color: #0000001a;
	padding-top: .5rem;
	transform: rotateX(90deg) scale(0);
}
.vis-card a.element-animation.element-show {
	opacity: 1;
	transform: rotateX(0deg) scale(1);
}

.vis-card h2{
	font-family: "RussoOneRegular";
}
.vis-card img {
	margin-right: .5rem;
	width: 20%;
	max-width: 128px;
	border: solid 2px #fff;
	border-radius: 50%;
}
.vis-card:hover img {
	border: solid 5px #ff8a95;
}
.vis-card div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: .5rem;
	padding-right: .5rem;
}
.vis-card h2 {
	font-size: 1.5rem;
	margin-top: 0;
	flex-grow: 1;
	padding: 0;
	border-bottom: #ff8a95 solid 5px;
	flex-basis: 0;
}
.vis-card div p {
	text-align: left;
	margin: 0;
	width: 100%;
}

#works{
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow:  0 0 5px 0 rgba(0, 0, 0, 0.2);
	padding-top: 5px;
	padding-bottom: 5px;
}	
#works .works-card {
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}
#works a{
  perspective: 500px;
}
#works a img.element-animation, .youtube.element-animation>div{
	width: 100%;
	outline: 2px solid #171717;
	outline-offset: -2px;
  transform: rotatey(90deg) scale(0.5);
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;  IE 6-9 */
}
#works a img.element-animation.element-show, .youtube.element-animation.element-show>div{
	transition: all 0.5s;
  transform: rotatey(0deg) scale(1);
	/*-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;  IE 6-9 */
}
#works a:hover > img{
	/*-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;  IE 6-9 */
}
#works a{
	padding: 0;
}
#works button {
	/*text-transform: inherit;*/
}
#works button:after {
	content: "Свернуть";
}
#works button.collapsed:after {
	content: "Показать ещё";
}
.youtube {
  margin-left: -15px;
  margin-right: -15px;
}
.fancybox-thumbs {
	background: #000;
}
.fancybox-thumbs__list a:before {
	border: 3px solid #e00000;
}

#contacts{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color: rgba(0,0,0,.8);
	background-image:url(../img/bg-contacts.jpg);
	box-shadow: #000 0 0 5px;
	height: 650px;
}
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: 1199px) {
  html{
		font-size: 20px;
	}

}
@media (max-width:991px){
  #menu a{
    font-size: .8rem;
  }
	.intro-text span:nth-child(2){
		border: none;
	}
}
@media (max-width:767px){
  	#menu a{
    	font-size: 1.5rem;
  	}
	.intro-icon-box img{
		height: 4rem;
	}
	.vis-card h2 {
		font-size: 1.2rem;
	}
}
@media (max-width:479px){
	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;
}
