@import url(../css/bootstrap.min.css);
@import url(../css/owl.carousel.css);
@import url(../css/owl.theme.css);
@import url(../css/owl.transitions.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,300,800);
/* font-family: "UniSansThin"; */
@font-face {
  font-family: "UniSansThin";
  src: url("../fonts/UniSansThin/UniSansThin.eot");
  src: url("../fonts/UniSansThin/UniSansThin.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSansThin/UniSansThin.woff") format("woff"), url("../fonts/UniSansThin/UniSansThin.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "UniSansThinItalic"; */
@font-face {
  font-family: "UniSansThinItalic";
  src: url("../fonts/UniSansThinItalic/UniSansThinItalic.eot");
  src: url("../fonts/UniSansThinItalic/UniSansThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSansThinItalic/UniSansThinItalic.woff") format("woff"), url("../fonts/UniSansThinItalic/UniSansThinItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "UniSansHeavy"; */
@font-face {
  font-family: "UniSansHeavy";
  src: url("../fonts/UniSansHeavy/UniSansHeavy.eot");
  src: url("../fonts/UniSansHeavy/UniSansHeavy.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSansHeavy/UniSansHeavy.woff") format("woff"), url("../fonts/UniSansHeavy/UniSansHeavy.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "UniSansHeavyItalic"; */
@font-face {
  font-family: "UniSansHeavyItalic";
  src: url("../fonts/UniSansHeavyItalic/UniSansHeavyItalic.eot");
  src: url("../fonts/UniSansHeavyItalic/UniSansHeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSansHeavyItalic/UniSansHeavyItalic.woff") format("woff"), url("../fonts/UniSansHeavyItalic/UniSansHeavyItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "LatoRegular"; */
@font-face {
  font-family: "LatoRegular";
  src: url("../fonts/LatoRegular/LatoRegular.eot");
  src: url("../fonts/LatoRegular/LatoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoRegular/LatoRegular.woff") format("woff"), url("../fonts/LatoRegular/LatoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "helv";
  src: url("../fonts/Helvetica-Neue-Cyr/HelveticaNeueCyr-Roman.eot");
  src: url("../fonts/Helvetica-Neue-Cyr/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Neue-Cyr/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/Helvetica-Neue-Cyr/HelveticaNeueCyr-Roman.ttf") format("truetype");
}
#wrapper {
  padding-right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-right: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  right: 250px;
  overflow-x: hidden;
  width: 0;
  height: 100%;
  margin-right: -250px;
  overflow-y: auto;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-left: -250px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled #page-content-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav img {
  margin: 30px auto;
}
.sidebar-nav .yamm-content img {
  display: none;
}
.sidebar-nav span {
  margin-right: 10px;
}
.sidebar-nav span img {
  margin: auto;
}
.sidebar-nav .dropdown-menu {
  background: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: none;
}
.sidebar-nav .dropdown-menu li a {
  display: block;
  padding: 3px 0px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #000;
  white-space: nowrap;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #000;
  font: normal 18px/36px Open Sans;
  text-transform: uppercase;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 100px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media (min-width: 992px) {
  #wrapper {
    padding-left: 0px;
  }

  #wrapper.toggled {
    padding-left: 0;
  }

  #sidebar-wrapper {
    width: 250px;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }

  #page-content-wrapper {
    padding: 0px;
    position: relative;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}
#menu-toggle {
  border: 2px solid #e6b665;
  font-size: 14px;
  font-weight: bold;
  color: #e6b665;
  position: fixed;
  right: 30px;
  z-index: 1001;
  border-radius: 0;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 30px;
}

#wrapper.toggled #menu-toggle {
  border: 2px solid #e6b665;
  font-size: 14px;
  font-weight: bold;
  color: #0d4f9d;
  position: fixed;
  right: 280px;
  z-index: 1001;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}
.block:before, .block:after {
  display: table;
  content: " ";
}
.block:after {
  clear: both;
}

.section-title {
  margin-top: 40px;
  margin-bottom: 20px;
  display: inline-block;
  border: 2px solid #e6b665;
  background: #fff;
  font: 800 18px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  padding: 20px 60px;
  color: #e6b665;
  position: relative;
  text-align: center;
  width: 100%;
}
.section-title:before {
  content: '';
  position: absolute;
  width: 0;
  background: #e6b665;
  height: 0px;
  top: 37px;
  left: -1000%;
  z-index: -1;
}
.section-title span:before {
  left: 15px;
  top: 35px;
  content: '';
  width: 6px;
  height: 6px;
  background: #d93335;
  position: absolute;
  border-radius: 50%;
}
.section-title span:after {
  right: 15px;
  top: 35px;
  content: '';
  width: 6px;
  height: 6px;
  background: #d93335;
  position: absolute;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .section-title {
    font: 800 30px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    width: auto;
  }
  .section-title:before {
    content: '';
    position: absolute;
    width: 10000%;
    background: #e6b665;
    height: 2px;
    top: 37px;
    left: -1000%;
    z-index: -1;
  }
}
.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

.placeholder {
  color: #000;
}

.lang-mobile {
  position: absolute;
  top: 0px;
  text-align: center;
  padding: 10px;
  z-index: 3;
  width: 200px;
  text-transform: uppercase;
  font-size: 20px;
  background: #fff;
  color: #000;
  left: 50%;
  margin-left: -100px;
  border: 2px solid #e6b665;
}
.lang-mobile a {
  color: #000;
}

.lang {
  position: absolute;
  height: 27px;
  right: -100px;
  top: 44px;
  text-align: left;
  width: 100px;
  padding-right: 6px;
  margin: -5px 0 0 15px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.fix .lang:hover {
  background-color: #fff;
}

.lang-cov {
  background: url(../img/arrow-nav.png) no-repeat right 7px;
  width: 50px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  font: 100 18px 'Open Sans';
  text-transform: uppercase;
  color: #333238;
  padding: 0 15px;
}
.lang-cov:hover {
  width: 115px;
  background: url(../img/arrow-nav.png) no-repeat right 7px;
}

.lang-in {
  overflow: hidden;
  width: 100px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.lang:hover {
  width: 100px;
}
.lang a {
  display: block;
  float: left;
  border: 1px solid transparent;
  height: 27px;
  width: 31px;
  text-transform: uppercase;
  color: #838383;
  text-align: center;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
.lang a:hover {
  text-decoration: none;
  border-color: #999999;
}

#all-page {
  margin-top: 150px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #d93236;
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-content .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  position: absolute;
  right: 15px;
  z-index: 5;
  top: 15px;
  outline: none;
}
.modal-content .modal-header {
  border: none;
  padding: 0;
}
.modal-content .modal-body {
  padding: 30px;
}
.modal-content .modal-body .title {
  color: #333238;
  font: 100 30px 'Open Sans';
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
}
.modal-content .modal-body .title:before {
  content: '';
  width: 200px;
  height: 3px;
  background: #b4b9bd;
  position: absolute;
  bottom: -15px;
  margin-left: -100px;
  left: 50%;
}
.modal-content .modal-body .inactive-text {
  text-align: center;
  font: 100 18px UniSansThin, Open Sans-serif;
  margin-bottom: 20px;
  color: red;
}
.modal-content .modal-body .description {
  color: #333238;
  font: 800 24px UniSansHeavy, Open Sans;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.modal-content .modal-body img {
  margin: 10px auto 0;
}
.modal-content .modal-body .bike-info span {
  color: #333238;
  font: 800 60px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  display: inline-block;
  width: 35%;
  text-align: center;
  vertical-align: middle;
  margin: 0;
}
.modal-content .modal-body .bike-info p {
  color: #333238;
  font: 100 18px 'Open Sans';
  text-transform: uppercase;
  display: inline-block;
  width: 60%;
  vertical-align: middle;
  margin: 0;
}

@media (min-width: 992px) {
  .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 3px solid #d93236;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .modal-content .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    position: absolute;
    right: 15px;
    z-index: 5;
    top: 15px;
    outline: none;
  }
  .modal-content .modal-header {
    border: none;
    padding: 0;
  }
  .modal-content .modal-body {
    padding: 30px;
  }
  .modal-content .modal-body .title {
    color: #333238;
    font: 100 30px 'Open Sans';
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
  }
  .modal-content .modal-body .title:before {
    content: '';
    width: 200px;
    height: 3px;
    background: #b4b9bd;
    position: absolute;
    bottom: -15px;
    margin-left: -100px;
    left: 50%;
  }
  .modal-content .modal-body .description {
    color: #333238;
    font: 800 24px UniSansHeavy, Open Sans;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  .modal-content .modal-body img {
    margin: 10px auto 0;
  }
  .modal-content .modal-body .bike-info span {
    color: #333238;
    font: 800 60px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    display: inline-block;
    width: 35%;
    text-align: right;
    vertical-align: middle;
    margin: 0;
  }
  .modal-content .modal-body .bike-info p {
    color: #333238;
    font: 100 18px 'Open Sans';
    text-transform: uppercase;
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    margin: 0;
  }
}
#page-content-wrapper .jgrowl-message-danger, #page-content-wrapper .jgrowl-message-success, #page-content-wrapper .jgrowl-message-info, #page-content-wrapper .jgrowl-message-warning {
  display: none;
}

html {
  height: 100% !important;
}

body {
  height: 100%;
  overflow-x: hidden;
  font: 400 14px/28px Helvetica, Helvetica;
  color: #333238;
  background: #f5f5f5;
}

.btn-lg {
  padding: 15px 50px;
}

.btn-primary {
  border: none;
  display: inline-block;
  font: 100 18px 'Open Sans';
  color: #fff;
  border-radius: 0px;
}

#header {
  background: #fff;
}
#header .login-drop.active {
  margin-top: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header .login-drop {
  padding: 35px 0;
  background: #b6c1c8;
  margin-top: -350px;
  height: 350px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#header .login-drop form {
  width: 80%;
}
#header .login-drop .close-drop {
  margin-right: 15px;
  float: right;
  cursor: pointer;
  width: 38px;
  height: 37px;
  background: url(../img/X.png) no-repeat 0 0;
}
#header .login-drop .form-group {
  margin-right: 0px;
}
#header .login-drop .btn {
  margin: 0 0px;
}
#header .login-drop .checkbox {
  font: normal 14px Helvetica, Helvetica;
  color: #fff;
  position: relative;
  top: 15px;
  float: left;
}
#header .login-drop .forgot {
  float: left;
  position: relative;
  font: normal 14px Helvetica, Helvetica;
  color: #fff;
  text-decoration: underline;
  top: 15px;
  margin: 10px 15px;
}
#header .login-drop .btn-login {
  background-color: #d93335;
  border: 1px solid white;
  padding: 12px 25px;
  font: 800 14px Helvetica, Helvetica;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
}
#header .login-drop .btn-login:hover {
  background: #c12224;
}
#header .login-drop .btn-register {
  background-color: transparent;
  border: 1px solid white;
  padding: 12px 25px;
  font: 800 14px Helvetica, Helvetica;
  text-transform: uppercase;
  color: #fff;
  float: none;
  border-radius: 0;
  margin: 15px 0;
}
#header .login-drop .btn-register:hover {
  background: #999;
}
#header .login-drop .form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  color: #3e4d57;
  font: normal 14px Helvetica, Helvetica;
  background-color: transparent;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  /* Firefox 19+ */
  /* Firefox 18- */
}
#header .login-drop .form-control::-webkit-input-placeholder {
  color: #3e4d57;
}
#header .login-drop .form-control::-moz-placeholder {
  color: #3e4d57;
}
#header .login-drop .form-control:-moz-placeholder {
  color: #3e4d57;
}
#header .login-drop .form-control:-ms-input-placeholder {
  color: #3e4d57;
}
@media (min-width: 768px) {
  #header .login-drop.active {
    margin-top: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header .login-drop {
    padding: 35px 0;
    background: #b6c1c8;
    margin-top: -135px;
    height: 135px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    top: 0;
    width: 100%;
  }
  #header .login-drop form {
    width: 80%;
  }
  #header .login-drop .close-drop {
    margin-right: 15px;
    float: right;
    cursor: pointer;
    width: 38px;
    height: 37px;
    background: url(../img/X.png) no-repeat 0 0;
  }
  #header .login-drop .form-group {
    margin-right: 15px;
  }
  #header .login-drop .btn {
    margin: 0 15px;
  }
  #header .login-drop .checkbox {
    font: normal 14px Helvetica, Helvetica;
    color: #fff;
    position: relative;
    top: 15px;
    float: left;
  }
  #header .login-drop .forgot {
    float: right;
    position: relative;
    font: normal 14px Helvetica, Helvetica;
    color: #fff;
    text-decoration: underline;
    top: 15px;
    margin: 10px 15px;
  }
  #header .login-drop .btn-login {
    background-color: #d93335;
    border: 1px solid white;
    padding: 12px 25px;
    font: 800 14px Helvetica, Helvetica;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
  }
  #header .login-drop .btn-register {
    background-color: transparent;
    border: 1px solid white;
    padding: 12px 25px;
    font: 800 14px Helvetica, Helvetica;
    text-transform: uppercase;
    color: #fff;
    float: right;
    border-radius: 0;
    margin: 0;
  }
  #header .login-drop .form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    color: #3e4d57;
    font: normal 14px Helvetica, Helvetica;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /* Firefox 19+ */
    /* Firefox 18- */
  }
  #header .login-drop .form-control::-webkit-input-placeholder {
    color: #3e4d57;
  }
  #header .login-drop .form-control::-moz-placeholder {
    color: #3e4d57;
  }
  #header .login-drop .form-control:-moz-placeholder {
    color: #3e4d57;
  }
  #header .login-drop .form-control:-ms-input-placeholder {
    color: #3e4d57;
  }
}
#header #navigation {
  margin-bottom: 0;
  padding-bottom: 20px;
}
#header #navigation #navbar {
  position: relative;
}
#header #navigation #navbar ul {
  display: table;
  vertical-align: middle;
}
#header #navigation #navbar ul li {
  padding: 15px 12px;
  height: 95px;
  vertical-align: middle;
  display: table-cell;
  float: none;
}
#header #navigation #navbar ul li a {
  padding: 0 0 5px;
  font: 100 18px Open Sans;
  text-transform: uppercase;
  color: #333238;
  border-bottom: 1px solid transparent;
}
#header #navigation #navbar ul li a:hover, #header #navigation #navbar ul li a:active, #header #navigation #navbar ul li a:focus {
  text-decoration: none;
  color: #d93335;
  border-bottom: 1px solid #d93335;
  background: none;
}
#header #navigation #navbar ul .logo a {
  border: none;
  text-decoration: none;
}
#header #navigation #navbar ul .logo a:hover, #header #navigation #navbar ul .logo a:active, #header #navigation #navbar ul .logo a:focus {
  text-decoration: none;
  border: none;
}

#slider {
  height: 520px;
  overflow: hidden;
}
#slider .owl-carousel, #slider .item {
  height: 520px;
  overflow: hidden;
  position: relative;
}
#slider .owl-carousel .image, #slider .item .image {
  position: absolute;
  width: 100%;
  height: 520px;
  top: 0;
  background-size: cover;
}
#slider .owl-carousel .info, #slider .item .info {
  position: relative;
  z-index: 1;
  top: 0;
  text-align: center;
}
#slider .owl-carousel .info .title, #slider .item .info .title {
  text-shadow: 3.4px 3.7px 5px rgba(0, 0, 0, 0.75);
  font: 800 20px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  color: #fff;
  padding: 18px;
  border: 3px solid #e6b665;
  margin: 80px 0 30px 0px;
  display: block;
}
#slider .owl-carousel .info .description, #slider .item .info .description {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 18px;
}
#slider .owl-controls {
  position: absolute;
  bottom: 20px;
  text-align: center;
  margin: auto;
  width: 100%;
}
#slider .owl-controls .owl-page.active span {
  background: #fff;
  border: 3px solid #fff;
}
#slider .owl-controls .owl-page span {
  cursor: pointer;
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  filter: Alpha(Opacity=100);
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #fff;
}

@media (min-width: 768px) {
  #slider {
    height: 520px;
    overflow: hidden;
  }
  #slider .owl-carousel, #slider .item {
    height: 520px;
    overflow: hidden;
    position: relative;
  }
  #slider .owl-carousel .image, #slider .item .image {
    position: absolute;
    width: 100%;
    height: 520px;
    top: 0;
    background-size: cover;
  }
  #slider .owl-carousel .info, #slider .item .info {
    position: relative;
    z-index: 1;
    top: 0;
    text-align: left;
  }
  #slider .owl-carousel .info .title, #slider .item .info .title {
    text-shadow: 3.4px 3.7px 5px rgba(0, 0, 0, 0.75);
    font: 800 48px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    color: #fff;
    padding: 18px;
    border: 3px solid #e6b665;
    margin: 80px 0 30px -15px;
    display: inline-block;
  }
  #slider .owl-carousel .info .description, #slider .item .info .description {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 24px;
  }
  #slider .owl-controls {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: auto;
    width: 100%;
  }
  #slider .owl-controls .owl-page.active span {
    background: #fff;
    border: 3px solid #fff;
  }
  #slider .owl-controls .owl-page span {
    cursor: pointer;
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 3px solid #fff;
  }
}
#howitworks {
  overflow-x: hidden;
}
#howitworks .block:before, #howitworks .block:after {
  display: table;
  content: " ";
}
#howitworks .block:after {
  clear: both;
}
#howitworks .nav-tabs > li {
  width: 50%;
  margin-left: 0px;
}
#howitworks .nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: 3px solid #d93335;
  border-bottom: none;
  margin-bottom: -3px;
  color: #fff;
  font: 800 18px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  border-radius: 20px 20px 0 0;
  padding: 15px 30px 10px;
  background: #d93335;
  text-align: center;
}
#howitworks .nav-tabs > li > a:hover {
  background: #c12224;
}
#howitworks .nav-tabs > li.active > a, #howitworks .nav-tabs > li.active > a:focus, #howitworks .nav-tabs > li.active > a:hover {
  color: #d93335;
  cursor: default;
  background-color: #fff;
  border: 3px solid #d93335;
  border-bottom: none;
  border-bottom-color: transparent;
}
#howitworks .tab-content {
  border: 3px solid #d93335;
  text-align: center;
  padding: 30px 0;
  background: #fff;
}
#howitworks .tab-content .title {
  font: 800 36px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  color: #677b89;
  margin: 0px 0 10px;
}
#howitworks .tab-content .description {
  color: #e6b665;
  white-space: normal;
  font: 800 24px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#howitworks .tab-content img {
  margin: auto;
}
@media (min-width: 768px) {
  #howitworks .nav-tabs > li {
    width: auto;
  }
  #howitworks .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 3px solid #d93335;
    border-bottom: none;
    color: #fff;
    font: 800 30px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    border-radius: 20px 20px 0 0;
    padding: 15px 50px 10px;
    background: #d93335;
  }
  #howitworks .nav-tabs > li > a:hover {
    background: #c12224;
  }
  #howitworks .nav-tabs > li.active > a, #howitworks .nav-tabs > li.active > a:focus, #howitworks .nav-tabs > li.active > a:hover {
    color: #d93335;
    cursor: default;
    background-color: #fff;
    border: 3px solid #d93335;
    border-bottom: none;
    border-bottom-color: transparent;
  }
  #howitworks .tab-content {
    border: 3px solid #d93335;
    text-align: center;
    padding: 30px 30px;
    background: #fff;
  }
  #howitworks .tab-content .title {
    font: 800 36px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    color: #677b89;
    margin: 0px 0 10px;
  }
  #howitworks .tab-content .description {
    color: #e6b665;
    white-space: nowrap;
    font: 800 24px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  #howitworks .tab-content img {
    margin: auto;
  }
}

#tarif {
  overflow-x: hidden;
}
#tarif .block:before, #tarif .block:after {
  display: table;
  content: " ";
}
#tarif .block:after {
  clear: both;
}
#tarif .section-title {
  color: #3e4d57;
}
#tarif .nav-tabs > li {
  float: right;
  margin-bottom: -2px;
  width: 50%;
}
#tarif .nav-tabs > li > a {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: -2px;
  line-height: 1.42857143;
  border: 3px solid #677b89;
  border-bottom: none;
  color: #fff;
  font: 800 18px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  border-radius: 20px 20px 0 0;
  padding: 15px 30px 10px;
  background: #677b89;
  text-align: center;
}
#tarif .nav-tabs > li.active > a, #tarif .nav-tabs > li.active > a:focus, #tarif .nav-tabs > li.active > a:hover {
  color: #677b89;
  cursor: default;
  background-color: #fff;
  border: 3px solid #677b89;
  border-bottom: none;
  border-bottom-color: transparent;
}
#tarif #sms-step-tarif {
  padding: 0px 0px;
}
#tarif #map-step-tarif .fine-info {
  font: 400 14px Helvetica, Helvetica;
  color: #333238;
  margin-bottom: 30px;
  text-align: right;
}
#tarif #map-step-tarif .fine-info span {
  color: #d93335 !important;
}
#tarif #map-step-tarif .title {
  font: 800 24px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  color: #e6b665;
  margin: 0px 0 10px;
}
#tarif #map-step-tarif .table-responsive {
  border: 2px solid #e6b665;
  padding: 20px;
  border-collapse: separate;
  margin: 0px 0 10px;
}
#tarif #map-step-tarif .table-responsive .italic {
  font-style: italic;
}
#tarif #map-step-tarif .table-responsive .italic strong {
  font-style: normal;
}
#tarif #map-step-tarif .table-responsive td {
  font: 400 14px Helvetica, Helvetica;
  color: #333238;
  border-bottom: 1px solid #b4b9bd;
  padding: 5px 5px 10px;
  text-align: left;
}
#tarif #map-step-tarif .table-responsive td:first-child {
  width: 60%;
}
#tarif #map-step-tarif .table-responsive td:last-child {
  width: 30%;
}
#tarif #map-step-tarif .table-responsive span {
  color: #d93335 !important;
}
#tarif #map-step-tarif .table-responsive.big {
  border: 2px solid #e6b665;
  padding: 20px;
  border-collapse: separate;
}
#tarif #map-step-tarif .table-responsive.big .italic {
  font-style: italic;
}
#tarif #map-step-tarif .table-responsive.big .italic strong {
  font-style: normal;
}
#tarif #map-step-tarif .table-responsive.big td {
  font: 400 14px Helvetica, Helvetica;
  color: #333238;
  border-bottom: 1px solid #b4b9bd;
  padding: 52px 5px 10px;
  text-align: left;
}
#tarif #map-step-tarif .table-responsive.big td:first-child {
  width: 70%;
}
#tarif #map-step-tarif .table-responsive.big td:last-child {
  width: 30%;
}
#tarif .tab-content {
  border: 3px solid #677b89;
  text-align: center;
  padding: 30px 15px;
  background: #fff;
}
#tarif .tab-content .title {
  font: 800 24px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  color: #e6b665;
  margin: 0px 0 40px;
}
#tarif .tab-content table {
  width: 100%;
  margin: 0px 0 40px;
  border: none;
}
#tarif .tab-content table td {
  font: 400 18px Helvetica, Helvetica;
  color: #333238;
  border-bottom: 1px solid #b4b9bd;
  padding: 10px 0;
  text-align: left;
}
#tarif .attention {
  text-align: center;
}
#tarif .attention .title {
  font: 800 24px UniSansHeavy, Open Sans !important;
  text-transform: uppercase;
  color: #d93335 !important;
  margin: 40px 0 15px !important;
}
#tarif .attention .attention-info {
  border: 2px solid #e6b665;
  padding: 20px 40px;
  color: #000;
  font: normal 18px Helvetica, Helvetica;
}
#tarif .attention .attention-info span {
  color: #d93335 !important;
}
#tarif .more-info {
  font-style: italic;
}
@media (min-width: 768px) {
  #tarif .nav-tabs > li {
    float: right;
    width: auto;
  }
  #tarif .nav-tabs > li > a {
    margin-right: 0px;
    margin-left: 2px;
    line-height: 1.42857143;
    border: 3px solid #677b89;
    border-bottom: none;
    color: #fff;
    font: 800 30px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    border-radius: 20px 20px 0 0;
    padding: 15px 50px 10px;
    background: #677b89;
  }
  #tarif .nav-tabs > li.active > a, #tarif .nav-tabs > li.active > a:focus, #tarif .nav-tabs > li.active > a:hover {
    color: #677b89;
    cursor: default;
    background-color: #fff;
    border: 3px solid #677b89;
    border-bottom: none;
    border-bottom-color: transparent;
  }
  #tarif #sms-step-tarif {
    padding: 0px 135px;
  }
  #tarif #map-step-tarif .fine-info {
    font: 400 14px Helvetica, Helvetica;
    color: #333238;
    margin-bottom: 30px;
    text-align: right;
  }
  #tarif #map-step-tarif .fine-info span {
    color: #d93335 !important;
  }
  #tarif #map-step-tarif .title {
    font: 800 24px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    color: #e6b665;
    margin: 0px 0 10px;
  }
  #tarif #map-step-tarif .table-responsive {
    border: 2px solid #e6b665;
    padding: 20px;
    border-collapse: separate;
    margin: 0px 0 10px;
  }
  #tarif #map-step-tarif .table-responsive .italic {
    font-style: italic;
  }
  #tarif #map-step-tarif .table-responsive .italic strong {
    font-style: normal;
  }
  #tarif #map-step-tarif .table-responsive td {
    font: 400 14px Helvetica, Helvetica;
    color: #333238;
    border-bottom: 1px solid #b4b9bd;
    padding: 5px 5px 10px;
    text-align: left;
  }
  #tarif #map-step-tarif .table-responsive td:first-child {
    width: 60%;
  }
  #tarif #map-step-tarif .table-responsive td:last-child {
    width: 30%;
  }
  #tarif #map-step-tarif .table-responsive span {
    color: #d93335 !important;
  }
  #tarif #map-step-tarif .table-responsive.big {
    border: 2px solid #e6b665;
    padding: 20px;
    border-collapse: separate;
  }
  #tarif #map-step-tarif .table-responsive.big .italic {
    font-style: italic;
  }
  #tarif #map-step-tarif .table-responsive.big .italic strong {
    font-style: normal;
  }
  #tarif #map-step-tarif .table-responsive.big td {
    font: 400 14px Helvetica, Helvetica;
    color: #333238;
    border-bottom: 1px solid #b4b9bd;
    padding: 52px 5px 10px;
    text-align: left;
  }
  #tarif #map-step-tarif .table-responsive.big td:first-child {
    width: 70%;
  }
  #tarif #map-step-tarif .table-responsive.big td:last-child {
    width: 30%;
  }
  #tarif .tab-content {
    border: 3px solid #677b89;
    text-align: center;
    padding: 30px 15px;
    background: #fff;
  }
  #tarif .tab-content span {
    color: #d93335 !important;
  }
  #tarif .tab-content .title {
    font: 800 24px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    color: #e6b665;
    margin: 0px 0 40px;
  }
  #tarif .tab-content table {
    width: 100%;
    margin: 0px 0 40px;
  }
  #tarif .tab-content table td {
    font: 400 18px Helvetica, Helvetica;
    color: #333238;
    border-bottom: 1px solid #b4b9bd;
    padding: 10px 0;
    text-align: left;
    min-width: 100px;
  }
}

#map-block {
  overflow-x: hidden;
  text-align: center;
}
#map-block .section-title-center {
  margin-top: 40px;
  margin-bottom: -2px;
  display: inline-block;
  border: 2px solid #e6b665;
  background: #fff;
  font: 800 18px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  padding: 20px 50px;
  color: #3e4d57;
  position: relative;
}
#map-block .section-title-center span:before {
  left: 15px;
  top: 35px;
  content: '';
  width: 6px;
  height: 6px;
  background: #d93335;
  position: absolute;
  border-radius: 50%;
}
#map-block .section-title-center span:after {
  right: 15px;
  top: 35px;
  content: '';
  width: 6px;
  height: 6px;
  background: #d93335;
  position: absolute;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #map-block .section-title-center {
    margin-top: 40px;
    margin-bottom: -2px;
    display: inline-block;
    border: 2px solid #e6b665;
    background: #fff;
    font: 800 30px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    padding: 20px 100px;
    color: #3e4d57;
    position: relative;
  }
  #map-block .section-title-center span:before {
    left: 15px;
    top: 35px;
    content: '';
    width: 6px;
    height: 6px;
    background: #d93335;
    position: absolute;
    border-radius: 50%;
  }
  #map-block .section-title-center span:after {
    right: 15px;
    top: 35px;
    content: '';
    width: 6px;
    height: 6px;
    background: #d93335;
    position: absolute;
    border-radius: 50%;
  }
}
#map-block #map {
  border-top: 2px solid #e6b665;
  border-bottom: 2px solid #e6b665;
  position: relative;
}
#map-block #map:before {
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  -webkit-box-shadow: inset 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
  content: '';
}

#sale {
  background: #3d4e5a;
  text-align: center;
  font: 400 18px Helvetica, Helvetica;
  color: #fff;
  padding-bottom: 100px;
}
#sale .section-title-center {
  margin-top: -35px;
  top: -5px;
  display: inline-block;
  border: 2px solid #e6b665;
  background: #fff;
  font: 800 18px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  padding: 20px 50px;
  color: #3e4d57;
  position: relative;
}
#sale .section-title-center span:before {
  left: 15px;
  top: 35px;
  content: '';
  width: 6px;
  height: 6px;
  background: #d93335;
  position: absolute;
  border-radius: 50%;
}
#sale .section-title-center span:after {
  right: 15px;
  top: 35px;
  content: '';
  width: 6px;
  height: 6px;
  background: #d93335;
  position: absolute;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #sale .section-title-center {
    margin-top: -35px;
    top: -5px;
    display: inline-block;
    border: 2px solid #e6b665;
    background: #fff;
    font: 800 30px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    padding: 20px 100px;
    color: #3e4d57;
    position: relative;
  }
  #sale .section-title-center span:before {
    left: 15px;
    top: 35px;
    content: '';
    width: 6px;
    height: 6px;
    background: #d93335;
    position: absolute;
    border-radius: 50%;
  }
  #sale .section-title-center span:after {
    right: 15px;
    top: 35px;
    content: '';
    width: 6px;
    height: 6px;
    background: #d93335;
    position: absolute;
    border-radius: 50%;
  }
}
#sale .title {
  font: 800 24px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  margin: 40px 0 15px;
}

#sponsors {
  background: #fff;
  text-align: center;
  padding-bottom: 70px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: -100px;
}
#sponsors .owl-carousel {
  overflow: hidden;
}
#sponsors .section-title-center {
  margin-top: -35px;
  top: -5px;
  display: inline-block;
  border: 2px solid #e6b665;
  background: #fff;
  font: 800 18px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  padding: 20px 50px;
  color: #3e4d57;
  position: relative;
  z-index: 2;
}
#sponsors .section-title-center span:before {
  left: 15px;
  top: 35px;
  content: '';
  width: 6px;
  height: 6px;
  background: #d93335;
  position: absolute;
  border-radius: 50%;
}
#sponsors .section-title-center span:after {
  right: 15px;
  top: 35px;
  content: '';
  width: 6px;
  height: 6px;
  background: #d93335;
  position: absolute;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #sponsors .section-title-center {
    margin-top: -35px;
    top: -5px;
    display: inline-block;
    border: 2px solid #e6b665;
    background: #fff;
    font: 800 30px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    padding: 20px 100px;
    color: #3e4d57;
    position: relative;
  }
  #sponsors .section-title-center span:before {
    left: 15px;
    top: 35px;
    content: '';
    width: 6px;
    height: 6px;
    background: #d93335;
    position: absolute;
    border-radius: 50%;
  }
  #sponsors .section-title-center span:after {
    right: 15px;
    top: 35px;
    content: '';
    width: 6px;
    height: 6px;
    background: #d93335;
    position: absolute;
    border-radius: 50%;
  }
}
#sponsors .owl-carousel {
  padding: 60px 0 0;
}
#sponsors .owl-carousel img {
  width: auto;
  margin: auto;
}

footer {
  border-top: 3px solid #d93335;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  margin-top: 100px;
}
footer .title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
footer .phone {
  font: normal 24px Helvetica, Helvetica;
  margin-bottom: 10px;
}
footer .download-application {
  margin-top: 50px;
}
footer .download-application a {
  font-style: italic;
  color: #333238;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  height: 20px;
  text-decoration: underline;
}
footer .download-application .apple {
  background: url("../img/apple.png") 0px -2px no-repeat;
}
footer .download-application .android {
  background: url("../img/android.png") 0px -2px no-repeat;
}
footer .contract {
  margin-top: 50px;
}
footer .contract a {
  width: 100%;
  font-style: italic;
  color: #333238;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  height: 23px;
  text-decoration: underline;
  background: url("../img/docks.png") 0px -2px no-repeat;
}
footer .soc {
  margin-top: 50px;
}
footer .soc a {
  margin-right: 5px;
  text-decoration: none;
}
footer .soc a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  footer {
    text-align: left;
  }
}
#auth .section-title {
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-block;
  border: 2px solid #e6b665;
  background: #fff;
  font: 800 18px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  padding: 15px 40px;
  color: #3e4d57;
  position: relative;
  text-align: center;
  width: 100%;
}
#auth .section-title:before {
  content: '';
  position: absolute;
  width: 0;
  background: #e6b665;
  height: 0px;
  top: 35px;
  left: -1000%;
  z-index: -1;
}
#auth .section-title span:before {
  left: 15px;
  top: 33px;
  content: '';
  width: 6px;
  height: 6px;
  background: #d93335;
  position: absolute;
  border-radius: 50%;
}
#auth .section-title span:after {
  right: 15px;
  top: 33px;
  content: '';
  width: 6px;
  height: 6px;
  background: #d93335;
  position: absolute;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #auth .section-title {
    font: 800 30px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    width: auto;
  }
  #auth .section-title:before {
    content: '';
    position: absolute;
    width: 10000%;
    background: #e6b665;
    height: 2px;
    top: 35px;
    left: -1000%;
    z-index: -1;
  }
}
#auth .registration .title {
  color: #d93335;
  font: 800 18px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
#auth .registration .description {
  font: normal 14px Helvetica, Helvetica;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
#auth form {
  padding: 0 50px;
  position: relative;
}
#auth form:before {
  width: 12px;
  height: 100%;
  position: absolute;
  content: '';
  background: url("../img/reg-border_03.png");
  left: -40px;
  top: 0;
}
#auth form:after {
  width: 12px;
  height: 100%;
  position: absolute;
  content: '';
  background: url("../img/reg-border_03.png");
  right: -40px;
  top: 0;
}
#auth form .btn {
  background-color: #d93335;
  border: 1px solid white;
  padding: 12px 25px;
  font: 800 14px Helvetica, Helvetica;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  margin: 20px auto;
  display: block;
}
#auth form .checkbox {
  color: #7d8387;
  font: normal 14px Helvetica, Helvetica;
  padding-left: 15px;
}
#auth form .checkbox label {
  color: #7d8387;
  font: normal 14px Helvetica, Helvetica;
}
#auth .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  color: #000;
  font: normal 14px helv, sans-serif;
  background-color: #fff;
  background-image: none;
  border: 1px solid #3e4d57;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#auth .form-group {
  margin-bottom: 25px;
}
#auth label {
  color: #3e4d57;
  font: normal 18px Helvetica, Helvetica;
  padding-left: 5px;
}

#login .section-title {
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-block;
  border: 2px solid #e6b665;
  background: #fff;
  font: 800 18px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  padding: 15px 40px;
  color: #3e4d57;
  position: relative;
  text-align: center;
  width: 100%;
}
#login .section-title:before {
  content: '';
  position: absolute;
  width: 0;
  background: #e6b665;
  height: 0px;
  top: 35px;
  left: -1000%;
  z-index: -1;
}
#login .section-title span:before {
  left: 15px;
  top: 33px;
  content: '';
  width: 6px;
  height: 6px;
  background: #d93335;
  position: absolute;
  border-radius: 50%;
}
#login .section-title span:after {
  right: 15px;
  top: 33px;
  content: '';
  width: 6px;
  height: 6px;
  background: #d93335;
  position: absolute;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #login .section-title {
    font: 800 30px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    width: auto;
  }
  #login .section-title:before {
    content: '';
    position: absolute;
    width: 10000%;
    background: #e6b665;
    height: 2px;
    top: 35px;
    left: -1000%;
    z-index: -1;
  }
}
#login .registration .title {
  color: #d93335;
  font: 800 18px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
#login .registration .description {
  font: normal 14px Helvetica, Helvetica;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
#login form {
  min-height: 20px;
  padding: 50px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid #e6b665;
  border-radius: 0px;
  position: relative;
}
#login form .btn {
  background-color: #d93335;
  border: 1px solid white;
  padding: 12px 25px;
  font: 800 14px Helvetica, Helvetica;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  margin: 20px auto;
  display: block;
}
#login form .checkbox {
  color: #7d8387;
  font: normal 14px Helvetica, Helvetica;
}
#login form .checkbox label {
  color: #7d8387;
  font: normal 14px Helvetica, Helvetica;
}
#login .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  color: #000;
  font: normal 14px helv, sans-serif;
  background-color: #fff;
  background-image: none;
  border: 1px solid #3e4d57;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#login .form-group {
  margin-bottom: 25px;
}
#login label {
  color: #3e4d57;
  font: normal 18px Helvetica, Helvetica;
  padding-left: 5px;
}
#login .forgot {
  text-align: center;
  color: #333238;
  font-size: 16px;
}

#velobike-list {
  margin-bottom: 100px;
}
#velobike-list .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  #velobike-list .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #velobike-list .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  #velobike-list .container {
    width: 1170px;
  }
}
#velobike-list .block {
  text-align: center;
}
#velobike-list .block .section-title-center {
  margin-top: 40px;
  margin-bottom: 20px;
  display: inline-block;
  border: 2px solid #e6b665;
  background: #fff;
  font: 800 18px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  padding: 15px 40px;
  color: #3e4d57;
  position: relative;
  text-align: center;
  width: 100%;
}
#velobike-list .block .section-title-center:before {
  content: '';
  position: absolute;
  width: 100%;
  background: #e6b665;
  height: 1px;
  top: 35px;
  left: -1000%;
  z-index: -1;
}
#velobike-list .block .section-title-center span:before {
  left: 15px;
  top: 33px;
  content: '';
  width: 6px;
  height: 6px;
  background: #d93335;
  position: absolute;
  border-radius: 50%;
}
#velobike-list .block .section-title-center span:after {
  right: 15px;
  top: 33px;
  content: '';
  width: 6px;
  height: 6px;
  background: #d93335;
  position: absolute;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #velobike-list .block .section-title-center {
    font: 800 30px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    width: auto;
  }
  #velobike-list .block .section-title-center:before {
    content: '';
    position: absolute;
    width: 10000%;
    background: #e6b665;
    height: 2px;
    top: 35px;
    left: -1000%;
    z-index: -1;
  }
}
#velobike-list table {
  border: 1px solid #db8989;
  background: #fff;
  margin-top: 20px;
}
#velobike-list table thead {
  background: #dedede;
}
#velobike-list table thead th {
  color: #3e4d57;
  font: 100 18px 'Open Sans';
  text-transform: uppercase;
  text-align: center;
  padding: 25px 30px;
  vertical-align: middle;
}
#velobike-list table tbody {
  border-top: 1px solid #d9dcde;
  text-align: center;
  color: #3e4d57;
  font: normal 14px LatoRegular, Open Sans;
}
#velobike-list table tbody th, #velobike-list table tbody td {
  text-align: center;
  padding: 10px 30px;
  vertical-align: middle;
}
#velobike-list table tbody td {
  padding: 10px 100px;
}
#velobike-list table tbody th {
  font: normal 18px LatoRegular, Open Sans;
}

#news-list .section-title {
  margin-bottom: 40px;
  color: #3e4d57;
}
#news-list .newsList {
  margin-bottom: 40px;
  padding-bottom: 15px;
  background: #fff;
}
#news-list .newsList .image {
  margin-bottom: 15px;
  height: 180px;
  overflow: hidden;
}
#news-list .newsList .image img {
  margin: auto;
}
#news-list .newsList .title {
  padding: 0 15px;
  margin-bottom: 15px;
}
#news-list .newsList .title a {
  color: #d93335;
  font: 800 18px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  text-decoration: underline;
}
#news-list .newsList .title a:hover {
  color: #3e4d57;
  text-decoration: none;
}
#news-list .newsList .description {
  padding: 0 15px;
  margin-bottom: 15px;
  min-height: 115px;
}
#news-list .newsList .more {
  padding: 0 15px;
  text-align: right;
}
#news-list .newsList .more a {
  color: #000;
  text-decoration: underline;
  font: bold 14px Helvetica, Helvetica;
}
#news-list .newsList .more a:hover {
  color: #3e4d57;
  text-decoration: none;
}

#faq {
  overflow: hidden;
}
#faq .section-title {
  margin-bottom: 40px;
  color: #3e4d57;
}
#faq .panel {
  box-shadow: none;
  margin-bottom: 15px;
  border: none;
}
#faq .panel .panel-heading.actives {
  background: #e6b665;
}
#faq .panel .panel-heading {
  border: 2px solid #e6b665;
  padding: 10px 25px;
  font: normal 18px Helvetica, Helvetica;
  border-radius: 0;
  color: #000;
  background: #fff;
}
#faq .panel .panel-heading a {
  display: block;
}
#faq .panel .panel-heading:hover {
  background: #e6b665;
}
#faq .panel .panel-body {
  border: 2px solid #e6b665;
  border-top: 0;
  border-radius: 0;
  padding: 10px 25px;
  font: normal 18px Helvetica, Helvetica;
  color: #000;
  background: #fff;
  box-shadow: none;
}

#faq-form img {
  margin: 30px auto 40px;
}
#faq-form .title {
  color: #d93335;
  font: 800 18px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
#faq-form .description {
  font: normal 18px Helvetica, Helvetica;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
#faq-form .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  color: #000;
  font: normal 18px Helvetica, Helvetica;
  background-color: transparent;
  background-image: none;
  border: 1px solid #3e4d57;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#faq-form textarea.form-control {
  height: auto;
}
#faq-form .block {
  text-align: center;
}
#faq-form .btn-red {
  background: #db484a;
  color: #fff;
  display: inline-block;
  padding: 15px 50px;
  -webkit-box-shadow: 2px 2px 0px 1px #b53031;
  -moz-box-shadow: 2px 2px 0px 1px #b53031;
  box-shadow: 2px 2px 0px 1px #b53031;
  font: normal 18px Helvetica, Helvetica;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 4px;
}

#contacts .section-title {
  color: #3e4d57;
  margin-bottom: 40px;
}
#contacts .contact-info {
  font: normal 14px Helvetica, Helvetica;
}
#contacts .contact-info strong {
  font: bold 14px Helvetica, Helvetica;
}
#contacts .contact-info .title {
  color: #d93335;
  font: 800 18px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#contacts .contact-info .phone {
  font: normal 24px Helvetica, Helvetica;
  margin-bottom: 20px;
}
#contacts .contact-form {
  padding: 0 50px;
}
#contacts .contact-form .title {
  color: #d93335;
  font: 800 18px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
#contacts .contact-form .description {
  font: normal 18px Helvetica, Helvetica;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
#contacts .contact-form .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  color: #000;
  font: normal 18px Helvetica, Helvetica;
  background-color: #fff;
  background-image: none;
  border: 1px solid #3e4d57;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#contacts .contact-form textarea.form-control {
  height: auto;
}
#contacts .contact-form .block {
  text-align: center;
}
#contacts .contact-form .btn-red {
  background: #db484a;
  color: #fff;
  display: inline-block;
  padding: 15px 50px;
  -webkit-box-shadow: 2px 2px 0px 1px #b53031;
  -moz-box-shadow: 2px 2px 0px 1px #b53031;
  box-shadow: 2px 2px 0px 1px #b53031;
  font: normal 18px Helvetica, Helvetica;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 4px;
}

#profile .nav-tabs > li {
  width: 100%;
  margin-left: 0px;
}
#profile .nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: 2px solid #3e4d57;
  border-bottom: none;
  margin-bottom: -3px;
  color: #fff;
  font: 800 14px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  border-radius: 0px 0px 0 0;
  padding: 15px 10px 10px;
  background: #3e4d57;
  text-align: center;
}
#profile .nav-tabs > li > a:hover {
  background: #3e4d57;
}
#profile .nav-tabs > li.active > a, #profile .nav-tabs > li.active > a:focus, #profile .nav-tabs > li.active > a:hover {
  color: #3e4d57;
  cursor: default;
  background-color: #fff;
  border: 2px solid #3e4d57;
  border-bottom: none;
  border-bottom-color: transparent;
}
#profile .tab-content {
  border: 2px solid #3e4d57;
  padding: 30px 15px;
  position: relative;
  background: #fff;
}
#profile .tab-content .title {
  font: 800 36px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  color: #677b89;
  margin: 0px 0 10px;
}
#profile .tab-content .description {
  color: #e6b665;
  white-space: normal;
  font: 800 24px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#profile .tab-content img {
  margin: auto;
}
#profile .profile-block .right-block {
  top: 0;
  right: 0;
  text-align: center;
  position: relative;
}
#profile .profile-block .right-block a {
  color: #d93335;
  font: 800 18px UniSansHeavy, Open Sans;
  text-transform: uppercase;
}
#profile .profile-block .profile-name {
  color: #677b89;
  font: 800 38px UniSansHeavy, Open Sans;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#profile .profile-block .count {
  font: normal 50px Helvetica, Helvetica;
  color: #677b89;
  margin-bottom: 25px;
}
#profile .profile-block .count .tenge {
  color: #e6b665;
  font-style: normal;
  font-size: 30px;
}
#profile .profile-block p {
  font: normal 18px Helvetica, Helvetica;
  color: #333238;
  margin-bottom: 20px;
}
#profile .profile-block p b {
  display: block;
  color: #677b89;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #profile .nav-tabs > li {
    width: auto;
    margin-bottom: 0;
    z-index: 1;
  }
  #profile .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 2px solid #3e4d57;
    border-bottom: none;
    color: #fff;
    font: 800 22px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    border-radius: 20px 20px 0 0;
    padding: 20px 30px 15px;
    background: #3e4d57;
  }
  #profile .nav-tabs > li > a:hover {
    background: #3e4d57;
  }
  #profile .nav-tabs > li.active > a, #profile .nav-tabs > li.active > a:focus, #profile .nav-tabs > li.active > a:hover {
    color: #3e4d57;
    cursor: default;
    background-color: #fff;
    border: 2px solid #3e4d57;
    border-bottom: none;
    border-bottom-color: transparent;
  }
  #profile .tab-content {
    border: 2px solid #3e4d57;
    padding: 30px 50px;
    position: relative;
    background: #fff;
  }
  #profile .tab-content .title {
    font: 800 36px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    color: #677b89;
    margin: 0px 0 10px;
  }
  #profile .tab-content .description {
    color: #e6b665;
    white-space: nowrap;
    font: 800 24px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  #profile .tab-content img {
    margin: auto;
  }
  #profile .profile-block .right-block {
    position: absolute;
    top: 30px;
    right: 60px;
    text-align: right;
  }
  #profile .profile-block .right-block a {
    color: #d93335;
    font: 800 18px UniSansHeavy, Open Sans;
    text-transform: uppercase;
  }
  #profile .profile-block .profile-name {
    color: #677b89;
    font: 800 38px UniSansHeavy, Open Sans;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  #profile .profile-block .count {
    font: normal 50px Helvetica, Helvetica;
    color: #677b89;
    margin-bottom: 25px;
  }
  #profile .profile-block .count .tenge {
    color: #e6b665;
    font-style: normal;
    font-size: 30px;
  }
  #profile .profile-block p {
    font: normal 18px Helvetica, Helvetica;
    color: #333238;
    margin-bottom: 20px;
  }
  #profile .profile-block p b {
    display: block;
    color: #677b89;
    margin-bottom: 10px;
  }
}

#news-full img {
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */
