* {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	width: 100%;
	background:#fff;
}
   
body {
	font-family: "Titillium Web", sans-serif;
	font-weight: normal;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased !important;
}
.rub {
	display: inline-block;
	border-bottom: 1px solid;
	line-height: 0px;
	width: 8px;
	height: 3px;
	font-size: 13.0pt;
	box-sizing: border-box;
}
.block-header{
	margin-bottom:0px;
}
.main-menu{
	list-style:none;
	padding-top:70px;
	padding-left:6.8%;
}
.main-menu li{
    display:inline-block;
	padding-right:15px;
}
.contact{
	padding-top:20px;
}
.main-menu a {
    color: #000;
}
#border{
	margin-top:84px;
	border: 2px solid #fff;
	padding:10px;
	padding-right:10px;
}
.mail{text-decoration:underline;}

.tel{
	font-weight:bold;
	font-size:16px;
}
.img-wheel{
	height:100%;
	width:100%;
}
.logo{
	background:url("../images/logo.png") no-repeat;
	margin-top:14px;
	margin-left:64px;
	height:130px;
	width:100px;		
}
.logo p{
	position:absolute;
	bottom:0;
	left:0;
	font-size:10px;
	text-align:center;
}
.footer{
	margin-bottom:-100px;
}
.color-bshk{
	padding-bottom:45px;
	color:#c63737;
}
.bshk-text{
	text-align:justify;
}
input#name,
input#tel{
	border-radius: 28px;
	border:1px solid #ce393a;
	width:360px;
}
input#tel{
	margin-top:20px;
}
input#name,
input#tel{
	height:40px;
}
input::-webkit-input-placeholder {
	padding-left:30px;
	color:black;
}
input:-moz-placeholder {
	padding-left:30px;
	color:black;
}
button.usluga {
	text-align:center;
    background: #9d2a2a;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #9d2a2a;
	box-shadow: inset 0 0 7px #000;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    width:230px;
    text-decoration: none;
    text-transform: uppercase;
	margin-top: 10px;
}
.pt-action-fm{
	font-size:18px;
	margin-bottom:10px;
}
.font-ac{
	font-size:18px;
}
button.action {
	text-align:center;
    background: #e5e5e5;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #9d2a2a;
	box-shadow: inset 0 0 7px #000;
    cursor: pointer;
    color: #b40000;
    font-family: Arial;
    font-size: 17px;
    width:230px;
    text-decoration: none;
    text-transform: uppercase;
	margin-top: 10px;
	margin-bottom:5px;
}
textarea{
	margin-top:20px;
	border-radius: 28px;
	border:1px solid #ce393a;
	width:360px;
}
textarea:-moz-placeholder { padding-left:30px; color: #000; }
textarea::-webkit-input-placeholder { padding-left:30px; color: #000; }

#feedback-form .input-bloc{
	margin-bottom: 7px;
}
.error-box{ 
	font-size: 16px;
	margin-top: 5px;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

#about-compony {
	background-image: url('../images/compony.png');
	color: #ffffff;
	height:930px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: relative;
	background-position: center center;
}
@media only screen and (max-width : 991px),
only screen and (max-device-width : 991px){
	#about-compony {
		height:1100px;
	}
}
@media only screen and (max-width : 760px),
only screen and (max-device-width : 760px){
	#about-compony {
		height:1200px;
	}
}
@media only screen and (max-width : 392px),
only screen and (max-device-width : 392px){
	#about-compony {
		height:1500px;
	}
}
@media only screen and (max-width : 392px),
only screen and (max-device-width : 392px){
	#about-compony {
		height:1500px;
	}
}
@media only screen and (max-width : 1250px),
only screen and (max-device-width : 1250px){
	#div-uslugi{
		display:none;
	}
	.img-iv {
		max-width:100%;
		height:auto;
	}
}
a.order-iv{
	padding:10px 28px 14px 30px;
	background:#d33a3b;
	color:#fff;
	border-radius:28px;
	text-decoration:none;
}
a.order-iv:hover{
	background:#890405;
}
.wheel-posit{
	position:absolute;
	bottom:0px;
}
.ft{
	font-size:18px;
}
.wheel-action{
	width:380px;
	height:200px;
}
.wheel-partners{
	margin-top:-40px;
}
#about-compony-1{
	font-size:18px;
}
#about-compony-2{
	font-size:16px;
}
.form-posit{
	padding-top:24px;
}
#order-bg{
	background-image: url('../images/order-bg.png');
	color: #000;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	background-attachment: relative;
	background-position: center center;
}
#interactive{
	background:#fff;
	color:#000;
}
.indent{
	padding-top:120px;
}
#bshk-1{
	background: #fff;
	color: #000;
}
div#bshk-2 p {
    padding: 70px 28px 0px 0px;
    margin: 0;
}
#bshk-2{
	background: #fff;
	color: #000;
	margin-bottom:60px;
}
div#bshk-2 h4 {
    font-size: 16px;
    padding: 16px 34px 18px 2px;
    text-align: center;
	color:#fff;
}
.shape{
	background: url("../images/shape.png")no-repeat;
    height: 356px;
    width: 210px;
	font-size:12.5px;
}
.ft-sp{
	font-size:13px;
}
#action {
	padding-top: 38px;
	color: #fff;
	background-image: url('../images/action-bg.png');
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	background-attachment: relative;
	background-position: center center;
}
#partners {
	padding-top: 12px;
	color: #fff;
	background-image: url('../images/clients-bg.png');
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	height: auto;
	background-attachment: relative;
	background-position: center center;
}
.rectangle-partners{
	padding-top:35px;
}
.shadowtext{
	text-align:center;
	text-shadow: 2px 2px 2px black, 0 0 1em red; /* Параметры тени */
    color: white; /* Белый цвет текста */
}
h1 .shadowtext{font-size:30pt;}
.number{font-size:35pt;}
.tatneft{
	padding-left:20px;
	padding-right:20px;
}
#header {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}
.load1,.load2,
.load3,.load4,
.load5{
	position: absolute;
	color: #000;
    width: 350px;
    height: 200px;
    text-align: justify;
    font-size: 12px;
}
.load1,
.load2 {
    top: 0%;
    left: 1%;
}

.load3 {
    top: -15%;
    right: 2%;
}
.load4 {
    top: -7%;
    right: 0%;
}
.load5 {
    top: 20%;
    left: 1%;
}
#div-uslugi h2{
	text-align:center;
	font-weight:bold;
	color:red;
}
#footer{
    bottom:150px;
	padding-top: 140px;
	color: #fff;
	background-image: url('../images/footer-bg.png');
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	height: 350px;
	background-attachment: relative;
	background-position: center center;	
}
@media only screen and (max-width : 767px),
only screen and (max-device-width : 767px){
	#footer{
		height: 700px;
	}
}
ul.decor{
	list-style:none;
}
ul.decor a{
	color:#fff;
}
.decor-raketa a{
	text-decoration:underline;
	color:#fff;
}
.footer-btn{
	width:160px;
	border-radius:28px;
	border:1px solid #d33a3b;
	background:#fff;
	color:#d33a3b;
	box-shadow: inset 0 0 7px #000;
}
.logo-txt{
	margin-left:-60px;
	width:240px;
}
@media only screen and (max-width : 875px),
only screen and (max-device-width : 875px){
	.logo-txt{
		margin-left:0px;
		width:240px;
	}
}
.copyright{
	font-size:30px;
	color:#000;
}
.justify-text{
	text-align:justify;
}
.fast {
    -vendor-animation-duration: 1s;
    -vendor-animation-delay: 0s;
}
.slow {
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 1s;
}
.reallyslow {
    -vendor-animation-duration: 6s;
    -vendor-animation-delay: 3s;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
	background:#78b9d7 url("../images/gear-window.png") no-repeat;
	background-position: right bottom;
	height:400px;
	width:515px;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 10;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}
.popup-order {
	background:url("../images/window.png") no-repeat;
	background-position: right bottom;
	height:594px;
	width:834px;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 10;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup-order {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
input#name-order{
	margin-top:30px;
}
input#name-order,
input#tel-order{
	border-radius: 28px;
	border:1px solid #fff;
	width:572px;
	height:70px;
}
input#tel-order{
	margin-top:7px;
}
textarea#message-order{
	height:210px;
	width:570px;
	border:1px solid #fff;
}
a.cancel{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:110px;
	padding-right:110px;
	background:#fff;
	color:#000;
	border:1px solid #fff;
	border-radius:28px;
	height:52px;
	margin-top:10px;
	text-decoration:none;
}
.cancel a{color:#000;text-decoration:none;}
.cancel:hover{background:#acacac;color:#fff;}
.call{
	width:270px;
	color:#fff;
	background:#c83939;
	border:1px solid #c83939;
	border-radius:28px;
	margin-left:10px;
	height:52px;
	margin-top:10px;
}
.call:hover{
	background:#5d0505;
	color:#fff;
}
a.feedback-header{
	border-bottom: 1px dashed #bc0404;
	text-decoration:none;
	color:#bc0404;
	padding-top:10px;
}
.order-iv{
	margin-top:50px;
}
@media all and (max-width:1251px),
all and (max-device-width : 1251px){
	#interactive{
		display: none;
	}
}
@media all and (max-width:640px),
all and (max-device-width : 640px){
	#footer {
	    margin-top: -205px;
	    padding-top: 300px;
	    color: #fff;
	    height: auto;
	    background-image: url('../images/footer-bg.png');
	    -webkit-background-size: 100%;
	    -moz-background-size: 100%;
	    -o-background-size: 100%;
	    background-size: 100%;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    width: 100%;
	    background-position: center center;
	}
}