/*              Fonts 
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,800,800i&display=swap&subset=cyrillic-ext');
@import "font-awesome.min.css";
@import "jquery-ui.css";
@import "owl.carousel.min.css";
@import "slick.css";
/*		Resets 
-------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
a img {
  border: 0;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
/*              Variables 
-------------------------------------------------------------------------------*/
/*		Mixins 
-------------------------------------------------------------------------------*/
/*		Default Layout: 100%. 
-------------------------------------------------------------------------------*/

body {
  width: 100%;
  font-size: 14px;
  color: #3a3e44;
  font-family: 'Open Sans', sans-serif;
  background: #f1f5fa;
  overflow-x: hidden;
}
header {
  background: white;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 5px rgbs(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgbs(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px rgbs(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px rgbs(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgbs(0, 0, 0, 0.2);
}
header .logo {
  display: table;
  float: left;
  width: 230px;
}
header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
header .menu {
  float: right;
  list-style: none;
  display: table;
  margin-top: 10px;
}
header .menu li {
  float: left;
  padding: 0 5px;
}
header .menu li a {
  text-decoration: none;
  color: #3a3e44;
  font-weight: 600;
  font-size: 15px;
  padding: 0 7px;
  line-height: 30px;
  display: block;
}
header .menu li a:hover {
  color: #c95b00;
}
header .menu .active a {
  color: #c95b00;
}
header .menu:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header .swith-menu {
  float: right;
  display: none;
  color: white;
  text-decoration: none;
  font-size: 32px;
  line-height: 32px;
  width: 32px;
  margin-top: 12px;
}
header .langs {
  display: table;
  float: right;
}
header .langs a {
  text-decoration: none;
  color: white;
  font-weight: 600;
  margin-right: 12px;
  border-bottom: 1px solid transparent;
}
header .langs a:hover {
  border-bottom: 1px solid white;
}
header .langs .active {
  border-bottom: 1px solid white;
}
.header-fixed {
  background: white;
}
section#into {
  padding: 50px 0 100px;
}
section#into .text {
  float: left;
  width: 48%;
}
section#into .text img {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 20px;
}
section#into .text h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
section#into .text h1 span {
  color: #c95b00;
}
section#into .text p {
  font-size: 16px;
  line-height: 30px;
}
section#into .login {
  float: right;
  width: 48%;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  margin-top: 60px;
}
section#into .login h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
section#into .login h2 span {
  color: #c95b00;
}
section#into .login label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
section#into .login input {
  background: white;
  border: 1px solid #eeeeee;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 16px;
  height: 40px;
  margin-bottom: 20px;
}
section#into .login button {
  background: #c95b00;
  color: white;
  border: none;
  display: table;
  padding: 0 30px;
  height: 50px;
  outline: none;
  font-size: 16px;
  margin-bottom: 20px;
}
section#into .login a {
  text-decoration: none;
  font-weight: 600;
  color: #3a3e44;
  display: table;
}
section#into .login a:hover {
  color: #c95b00;
}
section#into .login .error {
  color: red;
  font-weight: 600;
  display: table;
  margin-bottom: 20px;
}
section#form {
  padding: 50px 0 100px;
}
section#form .box {
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  float: left;
  width: 68%;
  min-height: 500px;
}
section#form .box h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
section#form .box h1 span {
  color: #c95b00;
}
section#form .box label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
section#form .box input {
  background: white;
  border: 1px solid #eeeeee;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 16px;
  height: 40px;
  margin-bottom: 20px;
  outline: none;
}
section#form .box textarea {
  font-family: 'Open Sans', sans-serif;
  background: white;
  border: 1px solid #eeeeee;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 16px;
  height: 100px;
  margin-bottom: 20px;
  outline: none;
  resize: none;
}
section#form .box select {
  background: white;
  border: 1px solid #eeeeee;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
  height: 40px;
  margin-bottom: 20px;
  outline: none;
}
section#form .box button {
  background: #c95b00;
  color: white;
  border: none;
  display: table;
  padding: 0 30px;
  height: 50px;
  outline: none;
  font-size: 16px;
  margin-bottom: 20px;
}
section#form .box .left {
  float: left;
  width: 48%;
}
section#form .box .right {
  float: right;
  width: 48%;
}
section#form .box .summary {
  width: 60%;
  float: left;
}
section#form .box .summary h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  color: #c95b00;
}
section#form .box .summary p {
  margin-bottom: 10px;
  font-size: 16px;
}
section#form .box .summary p span {
  display: block;
  font-style: italic;
  font-size: 14px;
}
section#form .box .vehicle {
  width: 35%;
  float: right;
  text-align: center;
}
section#form .box .vehicle img {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
}
section#form .box .vehicle p {
  font-weight: 600;
}
section#form .box .vehicle p span {
  display: block;
  font-style: italic;
}
section#form .text {
  float: right;
  width: 28%;
}
section#form .text img {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 20px;
}
section#form .text h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
section#form .text h1 span {
  color: #c95b00;
}
section#form .text p {
  font-size: 16px;
  line-height: 30px;
}
section#form .info {
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  float: right;
  width: 28%;
}
section#form .info h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
section#form .info h2 span {
  color: #c95b00;
}
section#form .info .title {
  color: #c95b00;
  font-weight: 600;
}
section#form .info .value {
  font-size: 16px;
  margin-bottom: 10px;
}
section#form .total {
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  float: right;
  width: 28%;
  text-align: center;
}
section#form .total h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
section#form .total h2 span {
  color: #c95b00;
}
section#form .total h3 {
  font-weight: 600;
  color: #c95b00;
  font-size: 26px;
  margin-bottom: 10px;
}
section#form .total h3 span {
  color: #3a3e44;
  font-size: 18px;
}
section#form .total button {
  background: #c95b00;
  color: white;
  border: none;
  display: table;
  width: 100%;
  height: 50px;
  outline: none;
  font-size: 16px;
  margin-top: 20px;
}
section#form .totalex {
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  float: right;
  width: 28%;
}
section#form .totalex h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
section#form .totalex h2 span {
  color: #c95b00;
}
section#form .totalex h3 {
  font-weight: 600;
  color: #c95b00;
  font-size: 16px;
  margin-bottom: 5px;
}
section#form .totalex p {
  margin-bottom: 10px;
}
section#form .no-item {
  text-align: center;
  font-size: 20px;
  padding: 100px 0;
  background: white;
}
footer {
  background: #121820;
  padding: 25px 0;
  color: white;
}
footer img {
  display: block;
  margin: 0 auto 40px;
  width: 200px;
}
footer .text {
  text-align: center;
  font-size: 12px;
}
footer .text a {
  text-decoration: none;
  color: white;
}
.popup-bg {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
}
.popup {
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: fixed;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  padding: 20px;
  z-index: 99999;
}
.popup img {
  display: block;
  margin: 0 auto;
}
.popup p {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #c95b00;
}
.popup a {
  text-decoration: none;
  display: table;
  margin: 20px auto 0;
  line-height: 30px;
  background: black;
  color: white;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*		Effects. 
-------------------------------------------------------------------------------*/

.effect-helix.in {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.effect-helix {
  -webkit-transform-style: preserve- 3 d;
  -moz-transform-style: preserve- 3 d;
  transform-style: preserve- 3 d;
  opacity: 1;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.effect-fall.in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.effect-fall {
  opacity: 0.7;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.effect-slide-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-top {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}
.effect-slide-right.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-left.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-left {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-bottom {
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  opacity: 0.7;
}
.effect-opacity.in {
  opacity: 1;
}
.effect-opacity {
  opacity: 0.1;
}
/*		Layout: >1200px. 
-------------------------------------------------------------------------------*/

@media only screen and (max-width: 1270px) {
  header .swith-menu {
    display: block;
  }
  header .swith-menu:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  header .menu {
    border: 1px solid #eeeeee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    margin-top: 80px;
    float: none;
    background: white;
    padding: 10px 20px 15px;
    text-align: right;
  }
  header .menu li {
    float: none;
    padding: 0;
  }
  header .menu li a {
    color: #262626;
    border-bottom: none;
  }
  header .menu li a:hover {
    border-bottom: none;
  }
  header .menu li:last-child {
    padding-right: 0;
  }
  header .menu li:last-child a {
    background: none;
    border: none;
  }
  header .menu li:last-child a:hover {
    background: none;
    border: none;
  }
  header .menu:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .header-fixed .menu {
    margin-top: 70px;
    padding: 0;
    background: none;
    border: none;
  }
  .header-fixed .menu li a {
    color: white;
    border: none;
  }
  .header-fixed .menu li a:hover {
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  header .logo {
    width: 230px;
  }
  header .swith-menu {
    font-size: 28px;
    width: 28px;
    line-height: 28px;
    margin-top: 10px;
  }
  header .menu {
    margin-top: 65px;
  }
}
