html { overflow-x:hidden; }

body { 
	margin:0;
	padding:0;
	font-family:'Gotham Pro', sans-serif; 
	font-size:14px; 
	font-weight:normal;
	font-style:normal;
}

h1, h2 { font-family:'Uni Sans', sans-serif; }
h1 {
  color: #fff;
  font-size: 42px;
  line-height: 52px;
}
h1 .red { color: #fbd100; }
h2 { font-size: 67px; color: #454545; }
body { overflow-x: hidden; }


.container-fluid .row {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}


/* HEADER */
.header .container {
	margin:0 auto;
	width:95%;
	max-width:1000px;
}
.header > .container > .row { 
	position:relative;
	display:flex; 
	align-items:center; 
	justify-content:space-between; 
	flex-direction:row;
	flex-wrap:wrap;
	margin:0;
	padding:15px 0;
	text-align:left;
}
.header .row:before, .header .row:after { display:none!important; }
.header .logo {
	display:block;
	width:280px;
	height:80px;
	background:url('../images/stl-logo-color.svg') no-repeat left top;
	background-size:auto 100%;
	-webkit-background-size:auto 100%;
	-moz-background-size:auto 100%;
} 
.header .contacts { 
	display:flex; 
	align-items:center; 
	justify-content:flex-end; 
	flex-direction:row;
	flex-wrap:wrap;
	color:#222; 
}
.header .contacts span { display:block; }
.header .contacts .phone { margin-right:60px; font-size:16px; }
.header .contacts .phone a { 
	font-family:'Uni Sans', sans-serif;
	font-size:20px; 
	color:#222; 
}
.header .contacts .zvonok {
	padding:0 20px;
	height:40px;
	line-height:32px;
	border: 3px solid #fbd100;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	cursor: pointer;
	transition:all .3s;
}
.header .contacts .zvonok:hover {
  color:#222;
  background:#fbd100;
}

.header.fix {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9000;
	background:#fff;
}
.header.fix > .container > .row { padding:10px 0; }
.header.fix .logo { width:250px; height:50px; }
.header.fix .contacts .phone span { font-size:100%!important; }


/* NAVBAR -------------------------------------------- */
.main-nav { background:#fbd100; }

#main-menu {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	margin:0 auto;
	width:100%;
	max-width:1000px;
	border:0;
	background:none;
	box-shadow:none;
}
#main-menu > li { border:0; }
#main-menu > li > a {
	padding:15px 20px;
	font-family:'Uni Sans', sans-serif;
	font-size:16px;
	color:#111;
}
#main-menu > li > a:hover, 
#main-menu > li > a.highlighted, 
#main-menu > li > a.active { background:#eee; }
#main-menu a.has-submenu { padding-right:25px; }
#main-menu .sub-arrow { 
	top:0;
	right:0;
	bottom:0;
	margin:0;
	padding:0;
	width:25px;
	height:auto;	
	background:url('../images/caret.svg') no-repeat center center;
	background-size:12px auto;
}
#main-menu .sub-arrow:before { content:''; }
#main-menu ul { border:0; box-shadow:0px 5px 10px rgba(0,0,0,0.1); }
#main-menu ul > li > a { font-size:14px; }
#main-menu ul li a.active { font-weight:500; }

/* menu toggle button */
#main-nav-btn, #main-nav-close {
	display:none;
	position:absolute;
	top:35px;
	left:0;
	margin:0;
	padding:0;
	width:35px;
	height:35px;
	cursor:pointer;
	border:0;
	background:none;
	transition:all .3s;
}
#main-nav-btn .line, #main-nav-close .line { 
	display:block; 
	height:2px; 
	background:#222; 
}
#main-nav-btn .line:not(:last-child) { margin-bottom:7px; }
#main-nav-close .line { 
	position:absolute; 
	top:16px; 
	left:10%;
	right:10%;
	background:#999;
	transition:all .3s;
}
#main-nav-close .line:first-child { transform:rotate(45deg); }
#main-nav-close .line:last-child { transform:rotate(-45deg); }


/* HERO ------------------------------------------------------------- */
.hero {
	position:relative;
	z-index:1;
	margin-bottom:40px;
	background:url('../images/excavator1920.jpg') no-repeat center 25%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
.hero:before {
	content:'';
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#212121;
	opacity:0.7;
}
.hero-row { 
	position:relative; 
	z-index:3; 
	display:flex; 
	align-items:center; 
	justify-content:space-between; 
	flex-direction:row;
	flex-wrap:wrap;
	padding:70px 0;
}
.hero-row .title { padding-right:40px; width:calc(100% - 430px); }
.hero-row h1 { margin:0 0 30px 0; }
.hero-row .desc { margin-bottom:60px; font-size:18px; color:#fff; }
.hero-row .items { 
	display:flex;
	align-items:flex-start; 
	justify-content:flex-start; 
	flex-direction:row;
	flex-wrap:wrap;
	margin:0 -20px; 
}
.hero-row .items .col { 
	display:block;
	padding:0 20px; 
	width:auto; 
}
.hero-row .items .btt { margin:0 0 15px 0; padding:10px; }
.hero-row .items .preim { margin:0; }
.hero .hero-form { 
	padding:35px; 
	padding-top:30px; 
	width:430px;
	background:#fff; 
}
.hero .hero-form .hh { 
	margin-bottom:20px;
	font-family:'Uni Sans', sans-serif; 
	font-size:24px; 
	color:#222; 
}
.hero .hero-form .row { max-width:100%!important; }
.hero .hero-form .field { margin-bottom:30px; padding:0; }
.hero .hero-form .label { 
	display:block;
	margin:0 0 10px 0;
	padding:0;
	font-size:16px; 
	font-weight:600; 
	color:#222; 
	text-align:left;
	border-radius:0;
}
.hero .hero-form .field input[type='text'] { 
	margin:0;
	padding:0 10px;
	height:40px;
	width:100%; 
	border:1px solid #d8d8d8; 
}
.hero .hero-form .fields { margin:0 0 30px 0; padding:0; }
.hero .hero-form .fields .field { margin:0; padding:0; }
.hero .hero-form .fields .field:first-child { padding-right:10px; }
.hero .hero-form .fields .field:last-child { padding-left:10px; }
.hero .hero-form .radio-box {
	display:flex;
	align-items:flex-start; 
	justify-content:flex-start; 
	flex-direction:row;
	flex-wrap:wrap;
	margin-bottom:30px;
}
.hero .hero-form .radio-box>.label { width:100%; }
.hero .hero-form .radio-box .radio:not(:last-child) { margin-right:20px; }
.hero .hero-form .btn {
	padding:0 10px;
	width:100%;
	height:50px;
	font-family:'Uni Sans', sans-serif;
	font-size:18px;
	text-align:center;
	color:#222;
	border-radius:0;
	background:none;
	border:3px solid #fbd100; 
	transition:all .3s;
}
.hero .hero-form .btn:hover { background:#fbd100; }
.hero .hero-form .radio { margin:0; }


/* INNER PAGES NEW -------------------------------------------- */
.innerpage .header { padding-bottom:0!important; }
.innerpage .page-title { background-color:#fcfafb; }
.innerpage .page-title h1 { 
	margin:0;
	margin-top:60px;
	font-size:48px; 
	color:#111; 
}

.hero-inner {
	background:url('../images/header.png') no-repeat left top;
	background-size:cover;
}
.hero-inner .hero-row { 
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:flex-start;
	padding:60px 0 300px 0; 
	background:url('../images/vertical_border.png') no-repeat right bottom;
	background-size:450px 650px;
}
.hero-inner .hero-row .title { z-index:10; }
.hero-inner .autofon {
	position:absolute;
	z-index:9;
	right:0;
	bottom:-100px;
	width:866px;
	height:563px;
}



/* service inner */
.mainpage .about .title h2 span { color:#e1e1e1; }

.container-fluid.header .service { margin-top: 75px; }
.container-fluid.header .service .title { position: relative; z-index: 10; }
.container-fluid.header .service .title .upload-photo {
  display: inline-block;
  color: #fff;
  border: 3px solid #fbd100;
  padding: 10px;
  padding-right: 15px;
  margin-top: 45px;
  cursor: pointer;
  text-align: center;
}
.container-fluid.header .service .title .upload-photo .bg,
.container-fluid.header .service .title .upload-photo .title-button {
  display: inline-block;
  font-family: 'Uni Sans', sans-serif;
}
.container-fluid.header .service .title .upload-photo .title-button {
  font-size: 15px;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: 4px;
}
.container-fluid.header .service .title .upload-photo:hover {
  border-color: #fff;
  transition: 0.4s;
 
}
.container-fluid.header .service .title .desc {
  color: #fff;
  margin-top: 25px;
  font-size: 21px;
  color: #f7f7f7;
}
.container-fluid.header .service .title .desc span {
  font-weight:bold;
  color: #fff;
}
.container-fluid.header .service .bg-auto {
  position: relative;
}
.container-fluid.header .service .bg-auto .vertical-border {
  position: absolute;
  right: -11px;
  top: -382px;
}
.container-fluid.header .service .bg-auto .gorizontal-border {
  position: absolute;
  left: -25px;
  top: 58px;
}
.container-fluid.header .service .bg-auto .auto {
  position: absolute;
  top: -199px;
  right: -80px;
}
.container-fluid.header .service .bg-auto .title {
  position: absolute;
  top: 200px;
  left: 64px;
  width: 100%;
}
.container-fluid.header .service .bg-auto .title h2 span {
  color: #f7f7f7;
  font-size: 102px;
}
.container-fluid.services .row {
  margin-bottom: 80px;
  margin-top: 70px;
}
.container-fluid.buy-out .service {
  text-align: center;
  margin-left: 8%;
}
.container-fluid.services .service .bg {
  height: 80px;
}
.container-fluid.buy-out .service .title {
  font-size: 17px;
  font-family: 'Uni Sans', sans-serif;
  margin-top: 30px;
  height: 50px;
}
.container-fluid.buy-out .service .desc {
  font-size: 16px;
  margin-top: 25px;
  color: #141415;
}
.container-fluid.about {
  background-image: url(../images/bg_credit.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-position-y: 56%;
}
.container-fluid.about .col-md-5 {
    z-index: 50;
  max-width: 220px;
    margin: 0 auto;
    float: none !important;
    margin-top: 45px;
    width: 33%;
    min-width: 240px;
    display: inline-block;
}


.container-fluid.about .wrapper {
   background-color: white;
    box-shadow: 0 0 0 10px white;
  position: relative;
  width: 100%;
    max-width: 200px;
    margin: 0 auto;
    float: none !important;
    height: 180px;
  border: 10px solid #fbd100;
  -o-transition: transform 0.3s linear;
	-ms-transition: transform 0.3s linear;
	-moz-transition: transform 0.3s linear;
	-webkit-transition: transform 0.3s linear;
	transition: transform 0.3s linear;
}

.container-fluid.about .wrapper img { width: 86%; }

.container-fluid.about .wrapper .title {
  padding-top: 10px;
    padding-bottom: 15px;
    position: absolute;
    left: 70px;
    top: -28px;
    font-size: 20px;
    font-family: 'Uni Sans', sans-serif;
    color: #000;
    background-color: #fff;
}
.container-fluid.about .wrapper .title span {
  font-size: 19px;
  display: block;
  width: 100%;
  line-height: 10px;
}
.container-fluid.about .wrapper .bg {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.container-fluid.forms {
  background-image: url(../images/boy_out.jpg);
  margin-top: -45px;
  height: 1000px;
  padding: 0;
}
.container-fluid.forms .left_wrapper,
.container-fluid.forms .right_wrapper {
  width: 50%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.container-fluid.forms .left_wrapper {
  float: left;
}
.container-fluid.forms .left_wrapper .bg {
  max-width: 945px;
  float: right;
}
.container-fluid.forms .left_wrapper .forms-wrapper {
  position: absolute;
  right: -412px;
  z-index: 100;
  top: 100px;
}
.container-fluid.forms .left_wrapper .forms-wrapper h2 {
  color: #fff;
  font-size: 50px;
}
.container-fluid.forms .left_wrapper .forms-wrapper span {
  font-size: 60px;
}
.container-fluid.forms .left_wrapper .forms-wrapper .prefix {
  display: inline-block;
  color: #fff;
  font-size: 40px;
}
.container-fluid.forms .left_wrapper .forms-wrapper .postfix {
  color: #161715;
}
.container-fluid.forms .left_wrapper .forms-wrapper .desc {
  font-family: 'Uni Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}
.container-fluid.forms .right_wrapper {
  position: relative;
  float: right;
  background-image: url(../images/right_wrapper.png);
  background-repeat: no-repeat;
}
.container-fluid.forms .right_wrapper .wrapper-title {
  display: none;
  margin-top: -162px;
  margin-left: 10px;
}
.container-fluid.forms .right_wrapper .wrapper-title h2 {
  font-size: 40px;
  color: #fff;
}
.container-fluid.forms .right_wrapper .wrapper-title h2 span {
  color: #fbd100;
}
.container-fluid.forms .right_wrapper .wrapper-title .desc {
  color: #fff;
  font-size: 20px;
}
.container-fluid.forms .right_wrapper .forms {
  display: none;
  margin-left: 45px;
  margin-top: 228px;
  position: relative;
  z-index: 100;
}
.container-fluid.forms .right_wrapper .forms input {
  display: block;
  margin-top: 15px;
  width: 100%;
  max-width: 400px;
  height: 40px;
  border-radius: 2px;
  padding-left: 15px;
}
.button1 {
  cursor: pointer;
  font-family: 'Uni Sans', sans-serif;
  display: block;
  width: 100%;
  max-width: 400px;
  height: 70px;
  margin-top: 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: 2px solid #fbd100;
  background-color: rgba(255, 255, 255, 0);
}
.container-fluid.forms .right_wrapper .forms .button .title {
  margin-top: 12px;
  margin-left: 16px;
  display: inline-block;
}
.container-fluid.forms .right_wrapper .forms .button .bg {
  float: right;
  margin-top: 21px;
  margin-right: 29px;
}
.container-fluid.forms .right_wrapper .forms .button span { display: inline-block; }
.container-fluid.forms .right_wrapper .forms .button:hover { border-color: #ff3030; }
.container-fluid.forms .right_wrapper .forms.active { display: inline-block; }
.container-fluid.forms .right_wrapper .autos {
  position: absolute;
  top: 344px;
  left: -504px;
}
.container-fluid.forms .right_wrapper .autos .auto {
  position: absolute;
  top: 114px;
  left: 8px;
}
.container-fluid.forms .right_wrapper .autos .title {
  width: 1200px;
  position: absolute;
  top: 430px;
  left: 113px;
}
.container-fluid.forms .right_wrapper .autos .title h2 { font-size: 56px; }
.container-fluid.forms .right_wrapper .autos .title span { color: #fbd100; }
.container-fluid.forms .right_wrapper .bg_chain { height: 100%; width: 100%; }
.container-fluid.buy-out {
  background-image: url(../images/boy_out.jpg);
  padding-bottom: 100px;
}
.container-fluid.buy-out .row:nth-child(1) {
  z-index: 1000;
  top: 40px;
}
.container-fluid.buy-out .row { position: relative; }
.container-fluid.buy-out .row .bg-auto { position: absolute; }
.container-fluid.buy-out .row .bg-auto.right { top: 30%; right: -500px; }
.container-fluid.buy-out .row .bg-auto.left { left: -482px; top: -23%; }
.container-fluid.buy-out .auto:hover .wrapper-button { display: block; }
.container-fluid.buy-out .auto {
    z-index: 999;
  height: 672px;
  box-shadow: 0 0 55px #d1ccd3;
  margin-top: 40px;
  background-color: #fff;
  padding: 0;
  text-align: center;
  max-width: 320px;
  margin-left: 1.3%;
}
.container-fluid.buy-out .auto .bg {
    padding-right: 10px;
    padding-left: 10px;
  margin-top: 15px;
}
.container-fluid.buy-out .auto .bg img {
  max-width: 100%;
}
.container-fluid.buy-out .auto .characteristic {
  text-align: left;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 10px;
  color: #000;
  font-size: 17px;
  font-weight:500;
}
.container-fluid.buy-out .auto .wrapper-button {
  display: none;
  width: 100%;
  margin-top: -16px;
  padding: 10px;
  background-color: #ffffff;
}
.container-fluid.buy-out .auto .button {
  font-family: 'Uni Sans', sans-serif;
  background-color: #fbd100;
  color: #fff;
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
.container-fluid.buy-out .auto .button:hover {
  transition: 0.4s;
  background-color: #d84444;
}
.container-fluid.buy-out .auto .prices {
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-top: 25px;
}
.container-fluid.buy-out .auto .prices .price {
  display: inline-block;
}
.container-fluid.buy-out .auto .prices .price {
  font-weight:bold;
}
.container-fluid.buy-out .auto .prices .border {
  width: 16%;
  border-top: 3px solid #fbd100;
  margin-left: 16px;
  margin-bottom: 4px;
  display: inline-block;
}
.container-fluid.consultation {
  background-image: url(../images/boy_out.jpg);
}
.container-fluid.consultation .row {
  position: relative;
  padding-bottom: 65px;
  z-index: 1000;
}
.container-fluid.consultation .forms {
  position: relative;
  z-index: 1000;
  margin-left: 90px;
}
.container-fluid.consultation .forms .title span {
  color: #fbd100;
  font-weight:500;
  font-size: 22px;
  width: 100%;
  display: block;
  margin-top: 20px;
}
.container-fluid.consultation .forms .form {
  margin-top: 45px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.container-fluid.consultation .forms .form input {
  border: none;
  border-bottom: 1px solid black;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  padding-bottom: 5px;
  width: 54%;
  font-size: 14px;
  outline: 0;
}
.container-fluid.consultation .forms .form input::-webkit-input-placeholder {
  color: #000;
}
.container-fluid.consultation .forms .form input::-moz-placeholder {
  color: #000;
}
.container-fluid.consultation .forms .form input:-moz-placeholder {
  color: #000;
}
.container-fluid.consultation .forms .form input:-ms-input-placeholder {
  color: #000;
}
.container-fluid.consultation .forms .form button {
  font-family: 'Uni Sans', sans-serif;
  text-align: center;
  display: inline-block;
  border: none;
  background-color: #fbd100;
  padding: 10px;
  width: 200px;
  color: #fff;
  margin-left: 30px;
}
.container-fluid.consultation .contacts-wrapper,
.container-fluid.consultation .caption {
  position: absolute;
}
.container-fluid.consultation .caption {
  font-size: 76px;
  font-family: 'Uni Sans', sans-serif;
  color: rgba(0, 0, 0, 0.06);
  top: 105px;
  right: 139px;
}
.container-fluid.consultation .contacts-wrapper {
  top: -58px;
}
.container-fluid.consultation .contacts-wrapper .contacts {
  background-color: #fff;
  box-shadow: 0 0 10px #000;
  width: 302px;
  padding-left: 15px;
  padding-bottom: 20px;
  position: absolute;
  top: 387px;
  left: 65px;
}
.container-fluid.consultation .contacts-wrapper .contacts .title {
  margin-top: 30px;
  display: inline-block;
  margin-top: 0;
}
.container-fluid.consultation .contacts-wrapper .contacts .title span {
  display: block;
  width: 100%;
  color: #fbd100;
}
.container-fluid.consultation .contacts-wrapper .contacts .title h2 {
  font-size: 45px;
}
.container-fluid.consultation .contacts-wrapper .contacts .contact {
  margin-top: 8px;
  font-weight:500;
}
.container-fluid.map {
  padding: 0;
}
.container-fluid.map #map {
  width: 100%;
  height: 630px;
}
.container-fluid.footer {
  height: 120px;
}
.container-fluid.footer .logo {
  margin-top: 45px;
}
.container-fluid.footer .logo img {
  width: 100%;
}
.container-fluid.footer .timer {
  margin-top: 60px;
  text-align: right;
}
.container-fluid.footer .timer .time {
  font-family: 'sansbold';
  font-size: 15px;
}
.container-fluid.footer .timer .time span {
  font-size: 16px;
  font-weight: bold;
}
.container-fluid.footer .form {
  margin-top: 30px;
}
.container-fluid.footer .form .phone {
  font-family:'Uni Sans', sans-serif;
  font-size: 26px;
}
.container-fluid.footer .form button {
  cursor: pointer;
  margin-top: 5px;
  border: 2px solid #fbd100;
  border-radius: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 225px;
  background-color: #fff;
  font-size: 13px;
  font-family: 'sansbold';
}
.container-fluid.footer .form button:hover {
  transition: 0.4s;
  color: #fbd100;
}
.container-fluid.vikup {
  display: none;
  background-image: url(../images/boy_out.jpg);
}
.container-fluid.vikup .title {
  text-align: center;
}
.container-fluid.vikup .title h2 {
  font-size: 32px;
}
.container-fluid.vikup .title h2 span {
  color: #fbd100;
}
.modal {
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 20%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
}
.modal h2 {
  font-size: 35px;
  margin-top: 15px;
}
.modal .wrapper {
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 25px;
  padding-top: 0;
  max-width: 555px;
}
.modal .wrapper .forms {
  display: inline-block;
  margin-top: 5px;
}
.modal .wrapper .close {
  margin-top: 10px;
}
.modal .wrapper input {
  outline: 0;
  width: 59%;
  display: inline-block;
  height: 40px;
  padding-left: 15px;
  border: none;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}
.modal .wrapper #upload,
.modal .wrapper button {
  position: relative;
  background-color: #fbd100;
  outline: 0;
  color: #fff;
  width: 35%;
  height: 40px;
  float: right;
  margin-top: 3px;
  font-family: 'sansbold';
  font-size: 15px;
  cursor: pointer;
}
.modal .wrapper #upload,
.modal .wrapper button:hover {
  transition: 0.4s;
  background-color: #d93a3a;
}
.modal .wrapper #upload {
  text-align: center;
  display: none;
}
.modal .wrapper #upload span {
  width: 100%;
  height: 100%;
  display: block;
  margin-top: 8px;
}
.no-scroll {
  overflow: hidden;
}
#SWFUpload_0 {
  left: 0;
  width: 100%;
  cursor: pointer;
}
.modal.upload {
  overflow: auto;
  padding-bottom: 100px;
}
.modal.upload .images {
  text-align: center;
}
.modal.upload .images img {
  max-width: 100%;
  margin-top: 30px;
}
.modal.upload .images .bg {
  position: relative;
  width: 32%;
  display: inline-block;
}
.modal.upload .images .bg span {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #d93a3a;
  font-size: 17px;
  padding-bottom: 5px;
  font-family: 'sansbold';
  color: #fff;
  padding-top: 5px;
}
.modal.upload .images .bg:nth-child(1) {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.modal.upload .send-images {
  display: none;
  padding-top: 3px;
  height: 40px;
  margin-top: 50px;
  background-color: #ffffff;
  border: 2px solid #d93a3a;
  cursor: pointer;
  text-align: center;
  color: #d93a3a;
  font-size: 21px;
}
.modal.upload .send-images:hover {
  transition: 0.4s;
  border-left: 6px solid #d93a3a;
  color: #fff;
  background-color: #d93a3a;
}


.container-fluid.about .wrapper:hover {
    border: 10px solid #454545;
    -o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
    
}


.button1:hover {
    border: 2px solid #fb0000;
}


.tex1 {
padding-bottom: 100px;
    margin-top: -200px;
    text-align: center;
}

@media (max-width:900px) {
   .gorizontal-border1 { display:none; }
}

.col4 { display: inline-block; width: 9%; }

.btt {
	display: inline-block;
    color: #fff;
    border: 3px solid #fbd100;
    padding: 10px;
    padding-right: 15px;
    margin-top: 45px;
    text-align: center;
}

.preim {
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    color: #ffffff;
}

.bg1:hover {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
 
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
 
@-webkit-keyframes swing {
  20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); }
  40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); }
  60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); }
  80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); }
  100% { -webkit-transform: rotate3d(0, 0, 1, 0deg); }
}
 
@-moz-keyframes swing {
  20% { -moz-transform: rotate3d(0, 0, 1, 15deg); }
  40% { -moz-transform: rotate3d(0, 0, 1, -10deg); }
  60% { -moz-transform: rotate3d(0, 0, 1, 5deg); }
  80% { -moz-transform: rotate3d(0, 0, 1, -5deg); }
  100% { -moz-transform: rotate3d(0, 0, 1, 0deg); }
}
 
@-o-keyframes swing {
  20% { -o-transform: rotate3d(0, 0, 1, 15deg); }
  40% { -o-transform: rotate3d(0, 0, 1, -10deg); }
  60% { -o-transform: rotate3d(0, 0, 1, 5deg); }
  80% { -o-transform: rotate3d(0, 0, 1, -5deg); }
  100% { -o-transform: rotate3d(0, 0, 1, 0deg); }
}
 
@keyframes swing {
  20% { transform: rotate3d(0, 0, 1, 15deg); }
  40% { transform: rotate3d(0, 0, 1, -10deg); }
  60% { transform: rotate3d(0, 0, 1, 5deg); }
  80% { transform: rotate3d(0, 0, 1, -5deg); }
  100% { transform: rotate3d(0, 0, 1, 0deg); }
}


.col4:hover {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
 
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
 
@-webkit-keyframes swing {
  20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); }
  40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); }
  60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); }
  80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); }
  100% { -webkit-transform: rotate3d(0, 0, 1, 0deg); }
}
 
@-moz-keyframes swing {
  20% { -moz-transform: rotate3d(0, 0, 1, 15deg); }
  40% { -moz-transform: rotate3d(0, 0, 1, -10deg); }
  60% { -moz-transform: rotate3d(0, 0, 1, 5deg); }
  80% { -moz-transform: rotate3d(0, 0, 1, -5deg); }
  100% { -moz-transform: rotate3d(0, 0, 1, 0deg); }
}
 
@-o-keyframes swing {
  20% { -o-transform: rotate3d(0, 0, 1, 15deg); }
  40% { -o-transform: rotate3d(0, 0, 1, -10deg); }
  60% { -o-transform: rotate3d(0, 0, 1, 5deg); }
  80% { -o-transform: rotate3d(0, 0, 1, -5deg); }
  100% { -o-transform: rotate3d(0, 0, 1, 0deg); }
}
 
@keyframes swing {
  20% { transform: rotate3d(0, 0, 1, 15deg); }
  40% { transform: rotate3d(0, 0, 1, -10deg); }
  60% { transform: rotate3d(0, 0, 1, 5deg); }
  80% { transform: rotate3d(0, 0, 1, -5deg); }
  100% { transform: rotate3d(0, 0, 1, 0deg); }
}


/* для элемента input c type="radio" */
.custom-radio {
	position: absolute;
    z-index: -1;
    opacity: 0;
	display:none;
	margin:0!important;
}
/* для элемента label связанного с .custom-radio */
.custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
	padding-left:0;
}
/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio+label::before {
    content: '';
    display: inline-block;
    width:16px;
    height:16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    margin-right:7px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked)+label:hover::before {
    border-color: #acabab;
}
/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active+label::before {
	background-color: #fbd100;
    border-color: #fbd100;
}
/* стили для радиокнопки, находящейся в фокусе */
.custom-radio:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked)+label::before {
    border-color: #acabab;
}
/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked+label::before {
	border-color: #fbd100;
    background-color: #fbd100;
}
/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio:disabled+label::before {
    background-color: #f0f0f0;
}


/* MEDIA */
@media (max-width: 1200px) {
	.hero-inner .hero-row { 
		padding-bottom:250px; 
		background-size:400px 600px; 
	}
	.hero-inner .autofon { bottom:-50px; width:750px; height:480px; }
	.hero-inner .autofon img { width:100%; height:auto; }
	
	.buy-out .title h2 { font-size:60px; }
}

@media (max-width: 992px) {
	.header .logo { width:250px; height:70px; }
	.header .contacts .phone a { font-size:18px; }
	.header .contacts .phone { font-size:14px; }
	
	#main-menu > li > a { padding:16px 18px 14px 18px; font-size:15px; }
	
	.innerpage .page-title h1 { margin-top:45px; font-size:40px; }
	
	.hero-inner .hero-row { 
		padding-bottom:150px; 
		background-size:350px 500px; 
		background-position:right center;
	}
	.hero-inner .autofon { bottom:0; width:650px; height:400px; }
	
	.buy-out .title h2 { margin:40px 0 10px 0; font-size:56px; }
}

@media (max-width: 900px) {
	.header .logo { width:230px; height:65px; }
	.header .contacts .phone { margin-right:40px; }
	
	#main-menu > li > a { font-size:14px; }
	
	.hero-row { padding:50px 0; }
	.hero-row .title { width:calc(100% - 350px); }
	.hero-row .items { margin:0 -12px; }
	.hero-row .items .col { padding:0 12px; }
	.hero-row .items .btt { 
		width:80px; 
		height:80px; 
		text-align:center;
	}
	.hero-row .items .btt img { width:48px; height:auto; }
	.hero .hero-form { width:350px; }
	.hero .hero-form .hh { font-size:18px; }
	.hero .hero-form .fields { margin-bottom:25px; }
	.hero .hero-form .label { font-size:14px; }
	.hero .hero-form .radio-box { flex-direction:column; margin-bottom:25px; }
	.hero .hero-form .radio-box .radio:not(:last-child) { margin-right:0; margin-bottom:5px; }
	.hero .hero-form .btn { font-size:16px; }
}

@media (max-width: 820px) {
	#main-menu > li > a { padding:16px 15px 14px 15px; }
	#main-menu a.has-submenu { padding-right:20px; }
	#main-menu .sub-arrow { width:20px; }
	
	.hero-inner { background-size:200% auto; }
	.hero-inner .hero-row { 
		padding-bottom:50px; 
		background-size:300px 450px; 
		background-position:right 20%;
	}
	.hero-inner .autofon { bottom:-50px; width:600px; height:400px; }
}

@media (max-width: 768px) {	
	#main-nav-btn, #main-nav-close { top:30px; }
	#main-nav-btn { display:block; }
	#main-nav { display:none; }
	#main-menu { display:block; }
	#main-menu > li > a { padding:12px 30px 11px 30px; }
	#main-menu > li:not(:last-child) { border-bottom:1px solid rgba(255,255,255,0.3); }
	#main-menu a.has-submenu { padding-right:40px; }
	#main-menu .sub-arrow { width:30px; }
	#main-menu ul { background:#fff; box-shadow:none; }
	#main-menu ul > li > a { padding:10px 30px; border-left:0; }
	
	.header > .container > .row { padding:15px 0; }
	.header .logo { margin-left:50px; }
	.header .contacts .phone { margin-right:30px; }
	.header .contacts .phone a { font-size:16px; }
	.header .contacts .zvonok { padding:0 10px; font-size:13px; }

	.header.fix #main-nav-btn, .header.fix #main-nav-close { top:20px; }

	.hero { background-position:20% bottom; }
	.hero-row { 
		flex-direction:column; 
		align-items:center; 
		justify-content:flex-start;
	}
	.hero-row .title { 
		margin-bottom:60px; 
		padding-right:0; 
		width:100%; 
		text-align:center;
	}
	.hero-row .desc { margin-bottom:40px; }
	.hero-row .items { 
		justify-content:center;
		margin:0 auto; 
		width:100%; 
	}
	.hero-row .right { width:100%; }
	.hero .hero-form { 
		display:flex;
		flex-wrap:wrap;
		flex-direction:row;
		align-items:flex-start;
		justify-content:center;
		width:100%; 
	}
	.hero .hero-form .hh { 
		margin-bottom:30px;
		width:100%; 
		font-size:22px; 
		text-align:center; 
	}
	.hero .field.vidtehniki { width:100%; }
	.hero .fields.numbers { width:100%; }
	.hero .hero-form .btn { font-size:14px; }
	.hero .hero-form .field input[type='text'] { font-size:13px; }
	.hero .select2-container { font-size:14px!important; }
	.hero .hero-form .radio { font-size:13px; }
	
	.innerpage .page-title h1 { font-size:36px; }
	
	.hero-inner { 
		background:url('../images/right_wrapper.png') no-repeat left top;
		background-size:cover; 
		-webkit-background-size:cover; 
		-moz-background-size:cover; 
	}
	.hero-inner .hero-row { padding-bottom:350px; background:none; }
	.hero-inner .autofon { 
		bottom:-50px; 
		left:0; 
		right:0; 
		width:100%;
		height:400px; 
		text-align:center;
	}
	.hero-inner .autofon img { width:600px; height:auto; }
	.auto1 .autofon img { margin-left:-50px; margin-top:-80px; width:700px; }
	.auto2 .autofon img { margin-left:-100px; margin-top:-50px; width:700px; }
	.auto3 .autofon img { margin-left:-100px; margin-top:-50px; width:700px; }
	.auto4 .autofon img { margin-left:-100px; }
	.auto5 .autofon img { margin-left:-100px; }
	.auto6 .autofon img { margin-left:-200px; }
	.auto7 .autofon img { margin-left:-200px; }
	.auto8 .autofon img { margin-left:-150px; margin-top:-60px; width:800px; }
	.auto9 .autofon img { margin-left:-200px; margin-top:-20px; }
	.auto10 .autofon img { margin-left:-120px; }
	.auto11 .autofon img { margin-left:-150px; }
	.auto12 .autofon img { margin-left:-250px; width:800px; }
	.auto13 .autofon img { margin-left:-150px; }
	.auto14 .autofon img { margin-left:-150px; width:750px; }
	.auto15 .autofon img { margin-left:-120px; }
	.auto16 .autofon img { margin-left:-200px; }
	.auto17 .autofon img { margin-left:-180px; margin-top:-20px; }
	.auto18 .autofon img { margin-left:-250px; width:900px; }
	.auto19 .autofon img { margin-left:-100px; }
	.auto20 .autofon img { margin-left:-150px; width:750px; }
	
	.buy-out .title h2 { width:100%; font-size:50px; text-align:center; }
}

@media (max-width: 700px) {	
	.header .logo { margin-left:55px; width:220px; height:60px; }
	.header .contacts .phone { margin-right:20px; }
	.header .contacts .zvonok { 
		padding:10px 0 0 0; 
		width:95px; 
		height:55px;
		line-height:1.1;
	}
	
	.hero .hero-form { padding:35px 80px 40px 80px; }
	.hero .hero-form .dost, .hero .hero-form .mesto { width:50%; }
	.hero .hero-form .dost { padding-right:10px; }
	.hero .hero-form .mesto { padding-left:10px; }
	.hero .hero-form .btn-box { width:100%; text-align:center; }
	.hero .hero-form .btn { width:220px; }
}

@media (max-width: 640px) {	
	#main-nav-btn, #main-nav-close { top:30px; }
	#main-nav-close { z-index:101; }
	#main-nav-close .line { background:#111; }
	#main-nav { 
		position:absolute; 
		top:0; 
		left:0; 
		right:0; 
		z-index:100;
		padding-top:60px;
	}
	#main-menu > li:last-child { padding-bottom:15px; }
	
	.header > .container > .row { 
		flex-direction:column; 
		align-items:center; 
		justify-content:flex-start; 
	}
	.header .logo { margin-left:0; margin-bottom:15px; }
	.header .contacts .phone { margin-right:0; text-align:center; }
	.header .contacts .phone a { display:block; }
	.header .contacts .phone span { display:inline-block; }
	.header .contacts .phone span:not(:last-child) { margin-right:15px; }
	.header .contacts .zvonok { 
		position:absolute;
		top:30px;
		right:0;
		padding:0;
		width:35px;
		height:35px;
		background:url('../images/phone.svg') no-repeat center center #fbd100;
		background-size:22px auto;
		border:0;
		border-radius:100%; 
		font-size:0;
		line-height:0;
	}

	.hero .hero-form { padding:35px 60px 40px 60px; }
}

@media (max-width: 576px) {	
	.hero-row .title { margin-bottom:40px; }
	.hero .hero-form { padding:40px; }
	
	.mainpage .about .title h2 { font-size:48px; }
	
	.hero-inner .hero-row { padding-bottom:300px; }
	.hero-inner .autofon { bottom:-30px; height:350px; }
	.hero-inner .autofon img { width:400px; height:auto; }
	.auto1 .autofon img { margin-left:-50px; margin-top:-80px; width:600px; }
	.auto2 .autofon img { margin-left:-50px; margin-top:0; width:500px; }
	.auto3 .autofon img { margin-left:-50px; margin-top:0; width:500px; }
	.auto4 .autofon img { margin-left:-50px; margin-top:50px; }
	.auto5 .autofon img { margin-left:-100px; margin-top:50px; }
	.auto6 .autofon img { margin-left:-150px; margin-top:50px; }
	.auto7 .autofon img { margin-top:50px; margin-left:-150px; }
	.auto8 .autofon img { margin-left:-150px; margin-top:-60px; width:700px; }
	.auto9 .autofon img { margin-left:-150px; margin-top:50px; }
	.auto10 .autofon img { margin-left:-100px; margin-top:50px; }
	.auto11 .autofon img { margin-top:50px; margin-left:-100px; }
	.auto12 .autofon img { margin-left:-240px; margin-top:30px; width:700px; }
	.auto13 .autofon img { margin-left:-100px; margin-top:50px; }
	.auto14 .autofon img { margin-left:-150px; width:650px; }
	.auto15 .autofon img { margin-top:50px; }
	.auto16 .autofon img { margin-top:50px; margin-left:-150px; }
	.auto17 .autofon img { margin-left:-100px; margin-top:50px; }
	.auto18 .autofon img { margin-top:30px; margin-left:-200px; width:700px; }
	.auto19 .autofon img { margin-top:50px; }
	.auto20 .autofon img { margin-left:-120px; width:650px; }
	
	.buy-out .title h2 { font-size:44px; }
}

@media (max-width: 468px) {	
	.hero { 
		margin-bottom:30px;
		background-size:auto 400px;
		background-position:center top; 
	}
	.hero .container-fluid { padding:0; }
	.hero-row { padding:40px 0 0 0; }
	.hero-row .title { padding:0 20px; }
	.hero-row .desc { margin-bottom:30px; font-size:16px; }
	.hero-row .items { margin:0; }
	.hero-row .items .col { padding:0; width:33.3%; }
	.hero-row .items .btt { width:70px; height:70px; }
	.hero-row .items .btt img { width:40px; }
	.hero-row .items .preim { font-size:13px; }
	.hero .hero-form { padding:30px; padding-bottom:40px; background:#f0f0f0; }
	.hero .hero-form .hh { font-size:20px; }
	.hero .hero-form .btn { width:100%; }
	
	.mainpage .about .title h2 { font-size:40px; }
	
	.innerpage .page-title h1 { margin-top:35px; font-size:30px; }
	.textpage-images { padding-top:30px!important; }
	
	.auto2 .autofon img { margin-left:-100px; width:450px; }
	.auto3 .autofon img { margin-left:-80px; width:450px; }
	.auto8 .autofon img { margin-left:-150px; margin-top:-30px; width:600px; }
	.auto12 .autofon img { margin-left:-260px; }
	.auto14 .autofon img { margin-left:-150px; margin-top:30px; width:550px; }
	.auto18 .autofon img { margin-left:-250px; }
	.auto20 .autofon img { margin-left:-150px; width:600px; }
	
	.buy-out .title h2 { font-size:40px; }
}

@media (max-width: 400px) {	
	#main-nav-btn, #main-nav-close { width:30px; }
	#main-menu ul > li > a { font-size:13px; }
	
	.header .logo { width:195px; height:55px; }
	
	.hero .hero-form .hh { font-size:18px; }
	.hero .hero-form .field input[type='text'] { height:36px; }
	.hero .hero-form .dost, .hero .hero-form .mesto { width:100%; }
	.hero .hero-form .dost { padding-right:0; }
	.hero .hero-form .mesto { padding-left:0; }
}

@media (max-width: 360px) {	
	#main-nav-btn, #main-nav-close { left:auto; right:0; }
	
	.header > .container > .row { padding:15px 0 20px 0; }
	.header .logo { 
		position:absolute; 
		top:15px; 
		left:-15px; 
		margin-bottom:0;
	}
	.header .contacts { flex-direction:column; padding-top:75px; }
	.header .contacts .phone { margin-bottom:15px; }
	.header .contacts .phone span { display:block; }
	.header .contacts .phone span:not(:last-child) { margin-right:0; }
	.header .contacts .zvonok {
		position:static;
		width:150px;
		height:35px;
		font-size:13px;
		line-height:30px;
		border:2px solid #fbd100;
		border-radius:0;
		background:none;
	}
	
	.header.fix .logo { width:200px; height:40px; }
	.header.fix .contacts { padding-top:55px; width:100%; }
	.header.fix .contacts .phone { margin-bottom:5px; }
	.header.fix .contacts .zvonok { width:140px; height:30px; line-height:25px; }

	.hero { background-size:auto 500px;	}
	.hero-row h1 { margin-bottom:20px; }
	.hero-row .desc { font-size:15px; }
	.hero-row .items .btt { width:60px; height:60px; }
	.hero-row .items .btt img { width:32px; }
	.hero .hero-form { padding:25px 20px 35px 20px; }
	.hero .hero-form .label { font-size:12px; }
	.hero .hero-form .fields .field:first-child { padding-right:7px; }
	.hero .hero-form .fields .field:last-child { padding-left:7px; }
	.hero .select2-container { font-size:13px!important; }
	
	.mainpage .about .title h2 { font-size:32px; }
	
	.innerpage .page-title h1 { font-size:26px; }
	
	.hero-inner .hero-row { padding-bottom:250px; }
	.hero-inner .autofon { bottom:0; height:250px; }
	.hero-inner .autofon img { width:300px; height:auto; }
	.auto1 .autofon img { margin-left:-50px; margin-top:-80px; width:600px; }
	.auto2 .autofon img { margin-left:-50px; width:400px; }
	.auto3 .autofon img { margin-left:-80px; width:400px; }
	.auto4 .autofon img { margin-top:20px; }
	.auto5 .autofon img { margin-top:30px; }
	.auto6 .autofon img { margin-left:-100px; margin-top:20px; }
	.auto7 .autofon img { margin-top:20px; margin-left:-100px; }
	.auto8 .autofon img { margin-left:-150px; margin-top:-30px; width:500px; }
	.auto9 .autofon img { margin-left:-120px; margin-top:20px; }
	.auto10 .autofon img { margin-left:-70px; margin-top:20px; }
	.auto11 .autofon img { margin-top:30px; margin-left:-90px; }
	.auto12 .autofon img { margin-left:-250px; margin-top:0; width:600px; }
	.auto13 .autofon img { margin-top:20px; }
	.auto14 .autofon img { margin-left:-120px; margin-top:20px; width:450px; }
	.auto15 .autofon img { margin-left:-90px; }
	.auto16 .autofon img { margin-top:20px; margin-left:-100px; }
	.auto17 .autofon img { margin-top:20px; }
	.auto18 .autofon img { margin-top:0; margin-left:-250px; width:600px; }
	.auto19 .autofon img { margin-top:30px; margin-left:-80px; }
	.auto20 .autofon img { margin-left:-150px; margin-top:-30px; width:500px; }
	
	.buy-out .title h2 { font-size:36px; }
}

@media (max-width: 300px) {
	#main-nav-btn, #main-nav-close { top:23px; }
	
	.header .logo { width:160px; height:45px; }
	.header .contacts { padding-top:65px; }
	
	.hero { 
		background-size:auto 550px; 
		background-position:20% top; 
	}
	.hero-row .items { flex-direction:column; }
	.hero-row .items .col {
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		align-items:center;
		justify-content:flex-start;
		width:100%;
	}
	.hero-row .items .col:not(:last-child) { margin-bottom:15px; }
	.hero-row .items .btt { 
		margin-bottom:0; 
		padding:5px;
		width:50px; 
		height:50px; 
	}
	.hero-row .items .btt img { width:30px; }
	.hero-row .items .preim { 
		padding-left:20px; 
		width:calc(100% - 50px); 
		font-size:14px;
		text-align:left;
	}
	.hero-row .items .preim br { display:none; }
	.hero .hero-form .hh { font-size:17px; }
	.hero .hero-form .fields .field { width:100%; }
	.hero .hero-form .fields .field:first-child { margin-bottom:20px; padding-right:0; }
	.hero .hero-form .fields .field:last-child { padding-left:0; }
	.hero .hero-form .btn { font-size:13px; }
	
	.auto2 .autofon img { margin-left:-80px; width:350px; }
	.auto3 .autofon img { margin-left:-50px; width:350px; }
	.auto12 .autofon img { margin-left:-220px; width:500px; }
	.auto14 .autofon img { margin-left:-150px; width:400px; }
	
	.buy-out .title h2 { font-size:30px; }
}

@media (max-width: 260px) {
	#main-nav-btn, #main-nav-close { top:20px; }
	
	.header .logo { width:150px; height:42px; }
	.header .contacts { padding-top:60px; }
}

