body {
  font-family: "Roboto", sans-serif; }

a {
  transition: all 0.12s linear; }

h1 {
  font-size: 32px;
  font-weight: normal; }

h2 {
  font-size: 34px;
  font-weight: bold; }

h3 {
  font-size: 18px;
  font-weight: bold; }

p {
  line-height: 1.8;
  color: #676c75; }

.btn {
  font-weight: bold;
  border-radius: 6px;
  padding: 5px 15px;
  line-height: 30px; }
  .btn.btn-lg {
    font-weight: bold;
    font-size: 18px;
    min-width: 155px;
    line-height: 30px;
    padding: 10px 20px; }

.btn-primary {
  border: none;
  background: #00299f; }
  .btn-primary:hover {
    background: #001c6c; }

.btn-light {
  background: #FFFFFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  border: none; }
  .btn-light:hover {
    background: #ecedef; }

.form-control {
  border-color: #e8e8ea;
  background: #f8f9fb;
  border-radius: 6px;
  padding: 15px 15px;
  min-height: 50px; }

textarea {
  resize: none; }

.modal-backdrop {
  background: #FFF; }

.modal .modal-content {
  padding: 30px 40px;
  border-radius: 15px;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06); }
.modal .modal-body {
  position: relative; }
  .modal .modal-body .close {
    position: absolute;
    right: -20px;
    top: -20px;
    font-weight: 100;
    font-size: 32px; }

dl dd {
  color: #676c75; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1000;
  transition: all 0.12s linear;
  background: #212529; }
  #header .logo-link {
    margin-right: auto; }
  #header .logo {
    height: 50px;
    transition: all 0.12s linear; }
  #header .header-line {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    transition: all 0.12s linear; }

.logo-lg {
  height: 150px;
  margin-bottom: 40px; }

.main-text-line-1 {
  margin-bottom: 30px; }

.main-text-line-2 {
  margin-bottom: 40px;
  line-height: 1.4; }

.section-title {
  margin-bottom: 30px; }

.main-now {
  margin-right: 15px; }
  .main-now a {
    padding: 5px 15px;
    line-height: 30px;
    color: #FFF; }

#footer {
  display: flex;
  height: 130px;
  align-items: center;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee; }
  #footer .logo {
    height: 48px; }

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 80px; }

.box {
  text-align: center;
  background: #FFF;
  border-radius: 15px;
  padding: 50px 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03); }

.copyright {
  display: block;
  color: #c2c5cc;
  text-align: center;
  font-size: 12px; }

.nav.social-nav {
  align-items: center; }
  .nav.social-nav .nav-link {
    display: flex;
    align-items: center;
    color: #c2c5cc;
    height: 50px;
    padding: 10px 15px;
    font-size: 12px; }
    .nav.social-nav .nav-link i {
      margin-right: 5px;
      font-size: 24px; }
    .nav.social-nav .nav-link:hover {
      color: #212529; }

.about-more {
  margin-top: 30px; }
  .about-more .btn {
    min-width: 130px; }

.main-actions .btn {
  margin-right: 10px; }

.visual-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #e1031a;
  font-size: 48px;
  color: #FFFFFF;
  border-radius: 15px;
  margin: 0 auto 30px; }

.products-list .box-title {
  font-size: 21px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px; }
.products-list p {
  font-size: 14px; }

.more-link {
  color: #00299f;
  font-size: 14px; }

.brads-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .brads-list .item {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
    .brads-list .item img {
      transition: all 0.12s linear;
      filter: grayscale(100%);
      opacity: 0.5 !important;
      max-height: 40px;
      width: inherit; }
      .brads-list .item img:hover {
        opacity: 1 !important;
        filter: grayscale(0%); }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #212529 !important; }

.feature-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 60px; }
  .feature-item .feature-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block; }
  .feature-item p {
    font-size: 14px; }
  .feature-item .visual-transparent {
    left: 0;
    top: -20px;
    position: absolute;
    font-size: 44px;
    color: #e1031a; }

.main-carousel {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  bottom: 0;
  z-index: 100; }
  .main-carousel .item {
    height: 760px;
    background-size: cover;
    background-position: center center; }

.carousel-dots-container button {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  box-shadow: none; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.special-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #676c75;
  font-size: 14px;
  margin-bottom: -10px; }
  .special-list li {
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
    padding-left: 20px;
    transition: all 0.12s linear; }
    .special-list li:before {
      transition: all 0.12s linear;
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      background: #e1031a;
      position: absolute;
      left: 0;
      top: 5px;
      border-radius: 10px; }
    .special-list li:hover {
      color: #212529; }
      .special-list li:hover:before {
        background: #212529; }

.section {
  padding: 140px 0; }

.main-section {
  padding-top: 220px;
  background: #f8f9fb;
  height: 760px;
  display: flex;
  align-items: center;
  position: relative; }
  .main-section .container {
    position: relative;
    z-index: 2; }
  .main-section .section-background {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 20%;
    background-size: cover;
    background-position: left center; }
  .main-section h1 {
    font-size: 21px;
    margin-bottom: 20px; }
  .main-section h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px; }
  .main-section h3 {
    font-size: 36px; }

.section-gray {
  background: #f8f9fb; }

.section-line-top {
  border-top: 1px solid #EEE; }

.section-contacts {
  position: relative; }
  .section-contacts:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    background: #f8f9fb;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%; }

.section-about {
  min-height: 620px;
  position: relative; }
  .section-about .container {
    position: relative;
    z-index: 2; }
  .section-about .section-background {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 30%;
    background-size: cover;
    background-position: right center; }

@media (max-width: 991.98px) {
  .main-carousel {
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: inherit;
    height: 300px;
    width: 100%; }
    .main-carousel .item {
      height: 300px; }

  .section {
    padding: 60px 0; }

  .main-section {
    padding-bottom: 300px;
    padding-top: 130px;
    height: inherit;
    text-align: center; }

  .about-img {
    display: none; }

  .carousel-dots-container {
    display: none; }

  .main-now {
    display: none; }

  #header {
    position: absolute; }
    #header .contacts-link {
      display: none; }
    #header .logo-link {
      margin-right: inherit; }

  .main-section,
  .section-about {
    min-height: inherit; } }
@media (max-width: 767.98px) {
  .feature-item {
    margin-bottom: 30px; }

  .section {
    padding: 60px 0; }

  .main-section {
    padding-top: 100px;
    height: inherit;
    padding-bottom: 300px; }

  .main-carousel {
    display: block;
    height: 300px; }
    .main-carousel .item {
      height: 300px; }

  .section-contacts {
    background: #f8f9fb; }
    .section-contacts:before {
      display: none; }

  .section-header {
    margin-bottom: 30px; }

  .box {
    padding: 20px 15px;
    margin-bottom: 15px; }
    .box .visual-item {
      margin-bottom: 15px; }

  .modal {
    -webkit-overflow-scrolling: touch; }
    .modal .modal-content {
      padding: 15px; }
    .modal .modal-body .close {
      right: 0px;
      top: -5px; }

  #footer {
    height: inherit;
    text-align: center; }
    #footer .nav {
      justify-content: center !important; }
    #footer .logo-link {
      display: block;
      padding-bottom: 15px;
      padding-top: 30px; } }

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