@charset "UTF-8"; /*!
 * Bootstrap (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-display: swap;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
img,
svg {
  vertical-align: middle;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.g-0 {
  --bs-gutter-x: 0;
}
.g-0 {
  --bs-gutter-y: 0;
}
@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}
.btn-outline {
  border-color: green;
  background: green;
  color: white;
}
.btn-outline:hover, .btn-outline:focus {
   background: white;
  color: green;
}
.collapse:not(.show) {
  display: none;
}
.card-title {
  margin-bottom: 0.5rem;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active {
  display: block;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
}
/*--------------------------------
LineIcons Web Font
Author: lineicons.com
-------------------------------- */
@font-face {
  font-family: "LineIcons";
  src: url("../fonts/LineIcons.eot");
  src: url("../fonts/LineIcons.eot") format("embedded-opentype"),
    url("../fonts/LineIcons.woff2") format("woff2"),
    url("../fonts/LineIcons.woff") format("woff"),
    url("../fonts/LineIcons.ttf") format("truetype"),
    url("../fonts/LineIcons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.lni {
  display: inline-block;
  font: normal normal normal 1em/1 "LineIcons";
  color: inherit;
  flex-shrink: 0;
  speak: none;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lni-apple-pay::before {
  content: "\ea19";
}
.lni-checkmark-circle::before {
  content: "\ea5a";
}
.lni-cup::before {
  content: "\ea8b";
}
.lni-handshake::before {
  content: "\eae0";
}
.lni-night::before {
  content: "\eb3b";
}
.lni-reload::before {
  content: "\eb72";
}
.lni-ship::before {
  content: "\eb90";
}
.lni-shovel::before {
  content: "\eb94";
}
.lni-shuffle::before {
  content: "\eb95";
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");
:root {
  --font-family: "Inter", sans-serif;
  --primary: #099d28; /*#17ad37;*//*#155bd5 синий,   ff3333 легкий, cc0000 рубиновый  990000 тёмно-рубиновый */ 
  --primary-dark: #cc0000; /*#1c3ab6  синий*/
  --primary-light: #e2f1ff;
  --accent: #00d4d7;
  --accent-dark: #00bac1;
  --accent-light: #dff9f8;
  --success: #13d527;
  --success-dark: #00ae11;
  --success-light: #eafbe7;
  --secondary: #8f15d5;
  --secondary-dark: #6013c7;
  --secondary-light: #f4e5fa;
  --info: #15b2d5;
  --info-dark: #0f8ca8;
  --info-light: #e0f5fa;
  --caution: #dbbb25;
  --caution-dark: #d58f15;
  --caution-light: #fbf9e4;
  --error: #e6185e;
  --error-dark: #bf1257;
  --error-light: #fce4eb;
  --black: #1d1d1d;
  --dark-1: #2d2d2d;
  --dark-2: #4d4d4d;
  --dark-3: #6d6d6d;
  --gray-1: #8d8d8d;
  --gray-2: #adadad;
  --gray-3: #cdcdcd;
  --gray-4: #e0e0e0;
  --light-1: #efefef;
  --light-2: #f5f5f5;
  --light-3: #fafafa;
  --white: #ffffff;
  --gradient-1: linear-gradient(180deg, #155bd5 0%, #1c3ab6 100%);
  --gradient-2: linear-gradient(180deg, #155bd5 13.02%, #00d4d7 85.42%);
  --gradient-3: linear-gradient(180deg, #155bd5 0%, #8f15d5 100%);
  --gradient-4: linear-gradient(180deg, #155bd5 0%, #13d527 100%);
  --gradient-5: linear-gradient(180deg, #155bd5 0%, #15bbd5 100%);
  --gradient-6: linear-gradient(180deg, #155bd5 0%, #dbbb25 100%);
  --gradient-7: linear-gradient(180deg, #155bd5 0%, #e6185e 100%);
  --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
  --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #155bd5 85.42%);
  --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08),
    0px 0.5px 2px rgba(96, 97, 112, 0.16);
  --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04),
    0px 2px 4px rgba(96, 97, 112, 0.16);
  --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04),
    0px 4px 8px rgba(96, 97, 112, 0.16);
  --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04),
    0px 8px 16px rgba(96, 97, 112, 0.16);
  --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04),
    0px 16px 24px rgba(96, 97, 112, 0.16);
  --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08),
    0px 20px 32px rgba(96, 97, 112, 0.24);
}
body {
  font-family: var(--font-family);
  color: var(--black);
  font-size: 16px;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
}
a {
  display: inline-block;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
h2,
h3,
h4,
h5 {
  font-weight: 600;
  color: var(--black);
  margin: 0px;
}
h2 {
  font-size: 2.25em;
  line-height: 1.25;
}
h3 {
  font-size: 1.75em;
  line-height: 1.25;
}
h4 {
  font-size: 1.5em;
  line-height: 1.25;
}
h5 {
  font-size: 1.25em;
  line-height: 1.25;
}
p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dark-3);
  margin: 0px;
}
.text-lg {
  font-size: 1.15em;
  line-height: 1.5;
}
.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.btn:hover {
  color: inherit;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn.rounded-full {
  border-radius: 50px;
}

@media (min-width: 576px) { /* кроме моб */
	.navbar {
	  position: relative;
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  justify-content: space-between;
	  padding-top: 0.5rem;
	  padding-bottom: 0.5rem;
	}
}

.logo-top {width: 200px; margin-bottom:5px;}

@media (min-width: 576px) { /* кроме моб */
	.logo-top {display: block;}
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-eight {
    padding: 10px 0;
  }
}
.navbar-eight .navbar {
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-eight .navbar-collapse {
    position: absolute;
    top: 123%;
    left: 0;
    width: 100%;
    background-color: var(--light-2);
    z-index: 8;
    padding: 10px 16px;
    border-top: 2px solid var(--gray-3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-eight .navbar-nav {
    margin-right: 0;
  }
}
.navbar-eight .navbar-nav .nav-item {
  position: relative;
  margin-right: 30px;
}
.navbar-eight .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar-eight .navbar-nav .nav-item a {
  display: flex;
  align-items: center;
  padding: 32px 0;
  color: var(--dark-2);
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 500;
}
.navbar-eight .navbar-nav .nav-item a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-eight .navbar-nav .nav-item a::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-eight .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    border: 0;
    margin: 0;
  }
}
.navbar-eight .navbar-nav .nav-item:hover > a {
  color: var(--primary);
}
.navbar-eight .navbar-nav .nav-item:hover a:before {
  width: 100%;
}

@media (min-width: 576px) { /* кроме моб <576px sm */
	.navbar-eight .navbar-btn {
	  margin-left: 80px;
	}
}

@media (max-width: 575px){ /* только моб <576px sm */
.button-help-one {text-align: center;}
}
.navbar-eight .navbar-btn a {
  font-weight: 600;
  /*text-transform: capitalize;*/
  letter-spacing: 0;
}
.navbar-eight .navbar-btn a.primary-btn {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 5px;
  padding: 16px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-eight .navbar-btn a.primary-btn {
    padding: 12px 28px;
  }
}
@media (max-width: 767px) {
  .navbar-eight .navbar-btn a.primary-btn {
    padding: 12px 20px;
  }
}
.navbar-eight .navbar-btn a.primary-btn:hover {
  background-color: green;
  color: var(--white);
}
.single-card {
  box-shadow: var(--shadow-1);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-card:hover {
  box-shadow: var(--shadow-4);
}
.single-card .card-image img {
  width: 100%;
  height: 100%;
}
.single-card .card-content {
  padding: 16px;
}
.single-card .card-content .card-title {
  margin-bottom: 0;
}
.single-card .card-content .text {
  color: var(--dark-3);
  margin-top: 8px;
}
.features-one {
  /*background-color: var(--light-2);*/
  padding-top: 50px;
  padding-bottom: 50px;
}
.features-one .section-title {
  padding-bottom: 10px;
}
.features-one .title {
  font-size: 44px;
  font-weight: 600;
  color: var(--black);
  line-height: 55px;
}
@media (max-width: 767px) {
  .features-one .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.features-one .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-3);
  margin-top: 24px;
}
.features-style-one {
  background-color: var(--white);
  padding: 40px 20px;
  margin-top: 40px;
  box-shadow: var(--shadow-2);
  border-radius: 4px;
  transition: all 0.3s;
}

@media (max-width: 575px){
	.features-style-one {
	  margin-top: 10px;
		padding: 20px 20px;
	}
}

.features-style-one:hover {
  box-shadow: var(--shadow-4);
}
.features-style-one .features-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  color: var(--primary);
  border: 2px solid rgba(187, 187, 187, 0.192);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .features-style-one .features-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 35px;
  }
}
.features-style-one:hover .features-icon {
  border-color: transparent;
  color: var(--white);
  background-color: var(--primary);
}
.features-style-one .features-content {
  margin-top: 24px;
}
.features-style-one .features-title {
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .features-style-one .features-title {
    font-size: 22px;
  }
}
.features-style-one .text {
  color: var(--dark-3);
  margin-top: 16px;
}
.pricing-style-two .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.pricing-style-two .primary-btn:hover, .pricing-style-two .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.pricing-two {
  padding: 100px 0;
}

@media (max-width: 575px){
	.pricing-two {
	  padding: 50px 0;
	}
}

.pricing-style-two {
  box-shadow: var(--shadow-3);
  padding: 30px 30px 40px 30px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--white);
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pricing-style-two {
    padding: 35px 30px;
  }
}
.pricing-style-two .sub-title {
  color: var(--black);
  position: relative;
  padding-bottom: 8px;
}
.pricing-style-two .sub-title::before {
  position: absolute;
  content: "";
  width: 72px;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: var(--primary);
  margin: 0 auto;
}
.pricing-style-two .price {
  display: block;
  font-size: 36px;
  font-weight: 600;
  line-height: 80px;
  margin-top: 20px;
  color: var(--black);
}
@media (max-width: 767px) {
  .pricing-style-two .price {
    font-size: 45px;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing-style-two .price {
    font-size: 50px;
    margin-top: 20px;
  }
}
.pricing-style-two .year {
  color: var(--primary);
  margin-top: 3px;
}
.pricing-style-two .pricing-baloon {
  position: absolute;
  top: 0;
  right: -78px;
  width: 156px;
}
.pricing-style-two .pricing-list {
  margin-top: 40px;
}
.pricing-style-two .pricing-list li {
  color: var(--dark-3);
  margin-top: 16px;
}
.pricing-style-two .pricing-list li i {
  color: var(--primary);
  margin-right: 8px;
}
.pricing-style-two .pricing-btn {
  margin-top: 42px;
}
.pricing-style-two .bottom-shape {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 101%;
  z-index: -1;
}
.footer-two {
  background-color: var(--light-2);
}
.footer-two .footer-widget {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-two .footer-widget {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .footer-two .footer-widget {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.footer-two .footer-copyright {
  border-top: 1px solid var(--gray-4);
}
.footer-two .copyright {
  padding-bottom: 23px;
  padding-top: 13px;
}
.footer-two .copyright .text {
  color: var(--dark-3);
  margin-top: 10px;
}
.color-2 { /* грузовой */
  fill: #93d980;
  isolation: isolate;
}
.color-3 { /* жёлтый спецтехника */
  fill: #fece1e;
  isolation: isolate;
}			  
.color-4 { /* коричневый внедорож */
  fill: #623203;
  isolation: isolate;
}
.cls-1 {
  opacity: 0.1;
}
.cls-2 {
  opacity: 0.2;
}
.cls-3 {
  opacity: 0.4;
}
.cls-4 {
  opacity: 0.6;
}
.pulse-button {
  background-color: #ff6b6b;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.7);
  animation: pulse 1.5s infinite !important;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 107, 107, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 107, 107, 0);
  }
}
.blink{
  --period: 1s;
  --pulse: 0.4s;
  animation: blink var(--period) infinite;
}
@keyframes blink {
  0%, 1%, 20%, 100% {
    color: inherit;
    text-shadow: none;
  }
  1%, 9% {
    color: red;
    text-shadow: 0 0 6px red;
  }
  11%, 19%  {
    color: red;
    text-shadow: 0 0 6px red;
  }
}
@media (prefers-reduced-motion: reduce){
  .blink{ animation: none; }
}
.button-help-one a {padding: 2px 30px !important;}
a.btn .smallone{font-size: 14.6px;}
a.btn .smalltel{font-size: 16px;}
a.btn .smalltwo{font-size: 10.2px;}
.animate-color {
animation: colorChange 2s infinite;
background-color: #28a745; /* начальный цвет */
color: white;
}
@keyframes colorChange {
0% { background-color: #28a745; }
50% { background-color: #dc3545; }
100% { background-color: #28a745; }
}
.map-fullwidth {
    overflow: hidden;
}
.list-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: var(--dark-3);
}
@media (max-width: 767px) {
  .list-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.list-style .list-style-five ul li {
  font-size: 16px;
  line-height: 24px;
  margin-top: 3px;
  color: var(--black);
}

@media (max-width: 575px){
	.region-list-container {margin-top:10px;}
	.list-style .list-style-five ul li {
	  font-size: 1em;
	}
}

.list-style .list-style-five ul li i {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-3);
  line-height: 25px;
  margin-right: 7px;
}


/* ===== Buttons Css ===== */
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:hover, .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}

/*===== SLIDER ONE =====*/
.slider-one .bd-example .carousel .carousel-inner {
  background-color: var(--primary);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item {
  height: auto;
  padding: 300px 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item {
    padding: 200px 0;
  }
}
@media (max-width: 767px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item {
    padding: 150px 0;
  }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--primary);
  opacity: 0.8;
}
@media (max-width: 767px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item {
    height: 400px;
  }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
  font-size: 44px;
  font-weight: 700;
  color: var(--white);
  line-height: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .text {
  color: var(--white);
  display: block;
  margin: 20px 0;
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
  display: inline-block;
  margin: 16px 8px 0;
}
@media (max-width: 767px) {
  .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
    margin: 16px 3px 0;
  }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn {
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid transparent;
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:hover {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.services-one {
  position: relative;
  background-color: var(--light-2);
  padding-top: 50px;
  padding-bottom: 50px;
}
.services-one .section-title {
  padding-bottom: 10px;
}
.services-one .section-title .title {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  color: var(--black);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .services-one .section-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.services-one .section-title p {
  color: var(--dark-3);
}
.services-one .services-content {
  margin-top: 40px;
  display: inline-block;
}

@media (max-width: 767px){
	.services-one .services-content {
	  margin-top: 20px;
	  display: inherit;
	}
	.service-item {text-align:center;}
	h4.services-title {display: block;clear: both;}
	.button-5-container {margin-top:50px !important;}
}

.services-one .services-content .services-icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 12px;
  background-color: var(--primary);
  color: var(--white);
  font-size: 35px;
  margin-right: 20px;

}
@media (max-width: 767px) {
	.services-one .services-content .services-icon {
		margin:auto;
	}
}
@media (min-width: 768px) {
	.services-one .services-content .services-icon {
	  float: left;
	  -webkit-transition: all 0.3s ease-out 0s;
	  -moz-transition: all 0.3s ease-out 0s;
	  -ms-transition: all 0.3s ease-out 0s;
	  -o-transition: all 0.3s ease-out 0s;
	  transition: all 0.3s ease-out 0s;
	}
}


.services-one .services-content:hover .services-icon {
  background-color: var(--primary-dark);
  color: var(--white);
}
.services-one .services-content .media-body {
  padding-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-one .services-content .media-body {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .services-one .services-content .media-body {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-one .services-content .media-body {
    padding-left: 0px;
    padding-top: 0;
  }
}
.services-one .services-content .media-body .services-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: var(--black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-one .services-content .media-body .services-title {
    font-size: 22px;
  }
}
.services-one .services-content .media-body .text {
  color: var(--dark-3);
  margin-top: 8px;
}
.services-one .services-image {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.services-one .services-image {
	  width: 27%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.services-one .services-image {
	  width: 28%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-one .services-image {
    position: relative;
    width: 100%;
    margin: 50px 0 auto 0;
	text-align: center;
  }
  .services-one .services-content .media-body .services-title {
	font-size: 20px;
  }
}
@media (max-width: 767px) {
  .services-one .services-image {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 16px;
    margin: 50px 0 auto 0;
	text-align: center;
  }
  .services-one .services-content .media-body .services-title {
	font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-one .services-image {
    position: relative;
    width: 540px;
    margin: 0 auto;
  }
}
.single-counter .counter-shape {
  width: 55px;
}
.single-counter .counter-shape .shape-1, .single-counter .counter-shape .shape-2 {
  display: inline-block;
  width: 14px;
  height: 70px;
  position: relative;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  left: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-counter .counter-shape .shape-1, .single-counter .counter-shape .shape-2 {
    width: 10px;
  }
}
.single-counter .counter-shape .shape-1::before, .single-counter .counter-shape .shape-1::after, .single-counter .counter-shape .shape-2::before, .single-counter .counter-shape .shape-2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -1px;
  right: -1px;
  border-top: 12px solid var(--white);
  border-left: 16px solid transparent;
}
.single-counter .counter-shape .shape-1::after, .single-counter .counter-shape .shape-2::after {
  border-top: 0;
  border-bottom: 6px solid var(--white);
  top: auto;
  bottom: -1px;
}
.single-counter .counter-shape .shape-1 {
  opacity: 0.5;
  left: 15px;
  bottom: 1px;
}
.single-counter .counter-content {
  padding-left: 10px;
}
.single-counter .counter-content .counter-count {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  color: var(--black);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-counter .counter-content .counter-count {
    font-size: 32px;
  }
}
.single-counter .counter-content .text {
  font-weight: 600;
  color: var(--dark-3);
}
.single-counter.counter-color-1 .counter-shape .shape-1, .single-counter.counter-color-1 .counter-shape .shape-2 {
  background: var(--primary);
}
.single-counter.counter-color-2 .counter-shape .shape-1, .single-counter.counter-color-2 .counter-shape .shape-2 {
  background: var(--success);
}
.single-counter.counter-color-3 .counter-shape .shape-1, .single-counter.counter-color-3 .counter-shape .shape-2 {
  background: var(--info);
}
.single-counter.counter-color-4 .counter-shape .shape-1, .single-counter.counter-color-4 .counter-shape .shape-2 {
  background: var(--caution);
}
.about-two {
  background-color: var(--light-2);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 575px){
	.about-two {
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
}

[class*="map-copyrights-promo"],[class*="copyright__wrap"] {
    display: none !important;
}

.region-list a {color:#6d6d6d;}

.adm {
    position: absolute;
    right: 0;
    top: 0;
    height: 14px;
    font-size: 10px;
    background-color: #f6f6f6;
    text-align: center;
	margin: 6px;
	z-index: 99;
	}
.adm a {color: #A6A6A6;}