body {
	padding-top: 0px;
}

@media (max-width: 780px){
	.layer.layer_1 {
		height: 100%;
		width: auto;
		max-width: none;
	}
}

@media (max-width: 610px) {
	.sssss {
		width: 100%;
	}
}

#responsive-menu li a {
	color: #fff;
	text-transform: uppercase;
}

#responsive-menu li:last-child a {
	color: #ff5000;
}

.navbar.navbar-inverse.navbar-static-top{
	margin: 0;
}

header{
	position: relative;
	overflow: hidden;
	height: 440px;
}

.layer {
	position: absolute;
	top: 0;
	left: 0;
}
.layer.layer_1 {
	z-index: -3;
	height: 100%;
	max-width: none;
	left: calc(50% - 900px);
}
.layer.layer_2 {
	z-index: -2;
	background-image: url('../images/2.png');
	height: 100%;
	width: 100%;
	opacity: 0.7;
}

.layer.layer_3 {
	z-index: -1;
	animation: move 2s cubic-bezier(0.250, 0, 0.705, 1) .05s infinite;
	width: 350px;
}

@keyframes move {
	0%{top: 0px; left:0px; transform: rotate(0deg);}
	20%{top: 30px; left:20px; transform: rotate(-7deg);}
	40%{top: 10px; left:10px; transform: rotate(4deg);}
	60%{top: 20px; left:40px; transform: rotate(-5deg);}
	100%{top: 0px; left:0px; transform: rotate(0deg);}
}

#bunner-info{
	position: absolute;
	top: 0;
	left: calc(50% - 250px);
	width: 500px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	margin-top: 100px;
}

@media (max-width: 500px){
	#bunner-info {
		position: static;
		width: auto;
		padding: 0 10px;
	}
}

#bunner-info h1,
#bunner-info p{
	text-shadow: 0 0 6px #000;
}

#bunner-info h1{
	font-weight: bold;
	font-style: italic;
}

#bunner-info p {
	font-size: 23px;
	margin-bottom: 5px;
}

#bunner-info  .button{
	margin-top: 15px;
	color: #fff;
	background: #ff5000;
	border-radius: 5px;
	width: 120px;
	height: 30px;
	border: 0;
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
}

.modal-title {
	color: #ff5000;
	font-style: italic;
	text-align: center;
	font-weight: 700;
}

.modal-body {
	color: #ff5000;
	text-align: center;
}

.question {
	padding-left: 20px;
}

.sms_text {
	max-width: 100%;
	max-height: 134px;
}

#bunner-info .button:hover{
	background: #ed2207; /* при наведении курсора мышки */
}

#bunner-info .button:active{
	background: #ff5000; /* при нажатии */
}

.brd {
	background: #ff5000;
	padding: 7px 15px; /* Поля вокруг текста */
	color: #ffffff;
	font-size: 22px;
	font-style: italic;
	text-align: center;
	text-shadow: 0 0 3px #000;
	box-shadow: 0px 5px 6px #000;
	position: relative;
}

.triangle{ 
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: auto;
	position: absolute;
	top: 100%;
	left: calc(50% - 52px);
}

.min{
	position: relative;
	overflow: hidden;
	margin-top: auto;
	padding: 50px 0;
}

.min .imge {
	position: absolute;
	background: #090f1f;
	top: 0;
	left: 0;
	z-index: -3;
	height: 100%;
	width: 100%;
}

.picture {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/3.png');
	z-index: -2;
	height: 100%;
	width: 100%;
}

.cloud {
	position: absolute;
	z-index: -1;
}

.cloud_1 {
	top: -12px;
	left: -65px; 
}

.cloud_2 {
	top: 205px;
	right: -395px;
}

.cloud_3 {
	bottom: 561px;
	left: 115px;
}

.cloud_4 {
	bottom: 149px;
	right: -388px;
}


#service_tabs .tab {
	height: 280px;
	background: #ff5000;/* Цвет фона */
	border: 12px solid #d9d9ec; /* Параметры рамки */
	padding: 10px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 277px;
}

#service_tabs .tabimg {
	position: absolute;
	top: -5px;
	left: 84px;
}

#service_tabs .number {
	font-size: 125px;
	color: #ffc3a7;
	font-style: italic;
	font-family: "ZapfChancery";
	text-align: left;
	font-weight: 900;
	padding-left: 8px;
}

#service_tabs .text {
	font-size: 27px;
	color: #ffc3a7;
	font-style: italic;
	font-family: "ZapfChancery";
	text-align: left;
	font-weight: 900;
}

#col .tabvideo_border {
	border: 6px solid #d9d9ec; /* Параметры рамки */
	margin-bottom: 20px;
}
#col .tabvideo {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 */
}
#col .tabvideo > * {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.tabvideoimg {
	height: 240px;
}

.brd2 {
	background: #ff5000;
	padding: 7px 15px; /* Поля вокруг текста */
	color: #ffffff;
	font-size: 22px;
	font-style: italic;
	text-align: center;
	text-shadow: 0 0 3px #000;
	box-shadow: 0px 5px 6px #000;
	position: relative;
}

.triangle2{ 
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: auto;
	position: absolute;
	top: 100%;
	left: calc(50% - 52px);
	z-index: 1;
}

.brd2 button {
	margin-top: 7px;
	color: #fff;
	background: #ff5000;
	border-radius: 5px;
	width: 120px;
	height: 30px;
	border: 0;
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
}

.brd2 span {
	margin-left: 10px;
}

.wrap {
	background-image: url('../images/2.png');
	position:relative;
	overflow:hidden;
	width: 100%;
	height: 100%;
}

.wrap .ovn {
	position: absolute;
	top:0px;
	left:0px;
	background-color: black;
	z-index: -1;
	height: 100%;
	width: 100%;
}

#wrap_img {
	width: 100%;

}

h2 {
	color: #ff5000;
	font-size: 38px;
	font-family:"Trebuchet MS";
	text-align: center;
	font-weight: 900;
	font-style: italic;
	margin-bottom: 50px;
}

#new > .row {
	padding: 50px 0;
}

.coll p,
.coll h3 {
	color: #cfcfcf;
}

.coll h3 {
	padding-bottom: 45px;
}

@media (max-width: 600px){
	.coll {
		width: 100%;
		margin-top: 5px;
	}
}

#text_two {
	padding-bottom: 45px;
}

footer {
	background-color: #000000;
	color: #cfcfcf;
	padding: 35px;
	font-family: "Malgun Gothic"
}

footer .footer_title {
	color: #ff5000;
}

footer ul {
    margin-left: 0; /* Отступ слева в браузере IE и Opera */
    padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
}

footer li {
	list-style-type: none; /* Убираем маркеры */
}

footer li a {
	color: #ffffff;
}

a:focus,
a:hover {
	color: #FF5722;
}

#footer_form {
	margin-top: 15px;
	text-decoration-color: #000000;
	position: relative;
	width: 100%;
	max-width: 270px;
}

.search_square {
	width: 100%;
	padding-right: 40px;
	padding-left: 5px;
}

#footer_form .OK {
	color: #ffffff;
	background: #ff5000;
	border-color: #ff5000;
	position: absolute;
	top: 0;
	right: 0;
}

.search_square {
	color: #000000; /* Цвет текста */
}

.brd3 {
	background: #ff5000;
	padding: 7px 15px; /* Поля вокруг текста */
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 0 3px #000;
	box-shadow: 0px 5px 6px #000;
	position: relative;
	font-family: "Tahoma";
}



/* ТИ МОЛОДЕЦЬ, В ТЕБЕ ВСЕ ВИЙДЕ, Я В ТЕБЕ ВІРЮ!!! НЕ ЗДАВАЙСЯ!!! */