@media (max-width: 1900px) and (min-width: 600px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: "Roboto Flex", sans-serif;
  color: #343B4B;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
}

a {
  color: #0064FF;
  text-decoration: none;
}
a:hover {
  color: #2B7EFF;
}
a._bordered {
  text-decoration: none;
  border-bottom: 1px solid;
}
a._bordered:hover {
  border-color: #2B7EFF;
}

h1, h2, h3, h4, h5 {
  font-family: "Exo 2", sans-serif;
  color: #343B4B;
}

h2, .h2 {
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  font-size: 1.875rem;
}
@media (min-width: 576px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}

._equipment-calc ._img-wrap ._price-wrap ._price-total, h3, .h3 {
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.2375rem;
}
@media (min-width: 576px) {
  ._equipment-calc ._img-wrap ._price-wrap ._price-total, h3, .h3 {
    font-size: 1.5rem;
    line-height: 110%;
  }
}

.container {
  max-width: 1560px;
}

._header-container {
  max-width: 1800px;
}

._custom-nav .nav-link {
  padding-left: 0;
  color: rgba(52, 59, 75, 0.6);
}
._custom-nav .nav-link:hover {
  color: #343B4B;
}

._my-110 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
@media (min-width: 992px) {
  ._my-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
}

@media (max-width: 576px) {
  ._n-mx-m {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

._map-ico {
  background: url("../../assets/img/icons/map.svg") center center/contain no-repeat;
  width: 0.875rem;
  height: 0.875rem;
  display: inline-block;
  flex-shrink: 0;
}

._search-ico {
  background: url("../../assets/img/icons/search.svg") center center/contain no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  flex-shrink: 0;
}

._user-ico {
  background: url("../../assets/img/icons/user.svg") center center/contain no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  flex-shrink: 0;
}

._notification-ico {
  background: url("../../assets/img/icons/notification.svg") center center/contain no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  flex-shrink: 0;
}

._done-ico {
  background: url("../../assets/img/icons/done.svg") center center/contain no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  flex-shrink: 0;
}

._plus-ico {
  background: url("../../assets/img/icons/plus.svg") center center/contain no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  flex-shrink: 0;
}

._plus-ico-blue {
  background: url("../../assets/img/icons/plus-blue.svg") center center/contain no-repeat;
  width: 2.375rem;
  height: 2.375rem;
  display: inline-block;
  flex-shrink: 0;
}

._check-ico {
  background: url("../../assets/img/icons/done.svg") center center/contain no-repeat;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  flex-shrink: 0;
}

._check-ico-blue {
  background: url("../../assets/img/icons/check.svg") center center/contain no-repeat;
  width: 0.9375rem;
  height: 0.9375rem;
  display: inline-block;
  flex-shrink: 0;
}

._check-ico-white {
  background: url("../../assets/img/icons/check-w.svg") center center/contain no-repeat;
  width: 0.9375rem;
  height: 0.9375rem;
  display: inline-block;
  flex-shrink: 0;
}

._cross-ico {
  background: url("../../assets/img/icons/menu-cross.svg") center center/contain no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  flex-shrink: 0;
}

._arrow-down-ico {
  background: url("../../assets/img/icons/arrow-down.svg") center center/contain no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  flex-shrink: 0;
}

._arrow-right-blue {
  background: url("../../assets/img/icons/arrow-right-blue.svg") center center/contain no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  flex-shrink: 0;
}

._arrow-right-white {
  background: url("../../assets/img/icons/arrow-right-white.svg") center center/contain no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  flex-shrink: 0;
}

._square-arrow {
  background: url("../../assets/img/icons/square-arrow.svg") center center/contain no-repeat;
  width: 3.25rem;
  height: 3.25rem;
  display: inline-block;
  flex-shrink: 0;
  transition: all 0.3s;
}
._square-arrow:hover {
  background: url("../../assets/img/icons/square-arrow-blue.svg") center center/contain no-repeat;
  width: 3.25rem;
  height: 3.25rem;
  display: inline-block;
  flex-shrink: 0;
}

._square-arrow-blue {
  background: url("../../assets/img/icons/square-arrow-blue.svg") center center/contain no-repeat;
  width: 3.25rem;
  height: 3.25rem;
  display: inline-block;
  flex-shrink: 0;
  transition: all 0.3s;
}
._square-arrow-blue:hover {
  background: url("../../assets/img/icons/square-arrow.svg") center center/contain no-repeat;
  width: 3.25rem;
  height: 3.25rem;
  display: inline-block;
  flex-shrink: 0;
}

._square-button {
  display: block;
  width: auto;
  background: #fff;
  padding: 6px 30px;
  margin: 10px 0;
  color: #024CC1;
  font-style: normal;
  border: 1px solid #004CC2;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

._play-ico {
  background: url("../../assets/img/icons/play.svg") center center/contain no-repeat;
  width: 4.6875rem;
  height: 4.6875rem;
  display: inline-block;
  flex-shrink: 0;
}

._slider-arrow-l {
  background: url("../../assets/img/icons/slider-arrow-l.svg") center center/contain no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  flex-shrink: 0;
}
._slider-arrow-l:hover {
  background: url("../../assets/img/icons/arrow-left-blue.svg") center center/contain no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  flex-shrink: 0;
}

._slider-arrow-r {
  background: url("../../assets/img/icons/slider-arrow-r.svg") center center/contain no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  flex-shrink: 0;
}
._slider-arrow-r:hover {
  background: url("../../assets/img/icons/arrow-right-blue.svg") center center/contain no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  ._menu-ico {
    background: url("../../assets/img/icons/menu-white.svg") center center/contain no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    flex-shrink: 0;
  }
  .open ._menu-ico {
    background: url("../../assets/img/icons/menu-cross-white.svg") center center/contain no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    flex-shrink: 0;
  }
}
@media (max-width: 1200px) {
  ._menu-ico {
    background: url("../../assets/img/icons/menu.svg") center center/contain no-repeat;
    width: 1.8125rem;
    height: 1.8125rem;
    display: inline-block;
    flex-shrink: 0;
  }
  .open ._menu-ico {
    background: url("../../assets/img/icons/menu-cross.svg") center center/contain no-repeat;
    width: 1.8125rem;
    height: 1.8125rem;
    display: inline-block;
    flex-shrink: 0;
  }
}
._telegram-ico {
  background: url("../../assets/img/icons/social-icons/telegram.svg") center center/contain no-repeat;
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  flex-shrink: 0;
}

._whatsapp-ico {
  background: url("../../assets/img/icons/social-icons/whatsapp.svg") center center/contain no-repeat;
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  flex-shrink: 0;
}

._vk-ico {
  background: url("../../assets/img/icons/social-icons/vk.svg") center center/contain no-repeat;
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  flex-shrink: 0;
}

._youtube-ico {
  background: url("../../assets/img/icons/social-icons/youtube.svg") center center/contain no-repeat;
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  flex-shrink: 0;
}

._dot-ico-blue, ._dot-ico {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

._dot-ico {
  background: #ffffff;
}

._dot-ico-blue {
  background: #0064FF;
}

._social-btns a {
  transition: transform 0.1s linear;
}
._social-btns a:hover {
  transform: scale(1.2);
}
._social-btns a:not(:last-child) {
  margin-right: 0.6875rem;
}

._text-black {
  color: #343B4B;
}

._text-grey {
  color: #6474A0 !important;
}

._text-blue {
  color: #0064FF !important;
}

._font-14 {
  font-size: 0.875rem !important;
}

._text-light {
  color: #737682 !important;
}

._text-green {
  color: #20B038;
}

._text-red {
  color: rgba(249, 34, 75, 0.6980392157);
}

button {
  background: none;
  border: none;
  padding: 0;
}

._btn-link {
  color: #0064FF;
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 110%;
  display: flex;
  align-items: center;
}
._btn-link._white {
  color: #ffffff;
}
._btn-link i {
  margin-left: 0.875rem;
  transition: all 0.3s;
}
._btn-link:hover {
  color: #2B7EFF;
}
._btn-link:hover i {
  background: url("../../assets/img/icons/arrow-right-blue-hover.svg") center center/contain no-repeat;
}

._bg-main {
  background: linear-gradient(90deg, rgba(1, 24, 77, 0.7) 29%, rgba(2, 31, 97, 0) 50.53%), linear-gradient(90deg, rgba(2, 14, 41, 0.72) 36.08%, rgba(2, 31, 97, 0) 65.89%), url("../../assets/img/main-bg-m.jpg") left -0.5rem/cover no-repeat;
}
@media (min-width: 576px) {
  ._bg-main {
    background: linear-gradient(90deg, rgba(1, 24, 77, 0.7) 29%, rgba(2, 31, 97, 0) 50.53%), linear-gradient(90deg, rgba(2, 14, 41, 0.72) 36.08%, rgba(2, 31, 97, 0) 65.89%), url("../../assets/img/main-bg.jpg") center center/cover no-repeat;
  }
}

._bg-monitoring {
  background: linear-gradient(90deg, rgba(2, 14, 41, 0.72) 36.08%, rgba(2, 31, 97, 0) 300%), url("../../assets/img/monitoring-bg-m.jpg") left top/cover no-repeat;
}
@media (min-width: 576px) {
  ._bg-monitoring {
    background: linear-gradient(90deg, rgba(2, 14, 41, 0.72) 36.08%, rgba(2, 31, 97, 0) 65.89%), url("../../assets/img/monitoring-bg.jpg") right top/cover no-repeat;
  }
}

._bg-taxi {
  background: linear-gradient(90deg, rgba(2, 14, 41, 0.85) 36.08%, rgba(2, 14, 41, 0.85) 75.56%), url("../../assets/img/taxi-bg-m.jpg") -3rem -2rem/cover no-repeat;
}
@media (min-width: 576px) {
  ._bg-taxi {
    background: linear-gradient(90deg, rgba(2, 14, 41, 0.85) 36.08%, rgba(2, 14, 41, 0.85) 75.56%), url("../../assets/img/taxi-bg.jpg") right top/cover no-repeat;
  }
}

._bg-freight {
  background: linear-gradient(90deg, rgba(2, 14, 41, 0.816) 36.08%, rgba(2, 31, 97, 0) 600%), url("../../assets/img/freight-m.jpg") left top/cover no-repeat;
}
@media (min-width: 576px) {
  ._bg-freight {
    background: linear-gradient(90deg, rgba(2, 14, 41, 0.816) 36.08%, rgba(2, 31, 97, 0) 65.89%), url("../../assets/img/freight.jpg") right top/cover no-repeat;
  }
}

._bg-blue {
  background: #004CC2;
}

._video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

._video-responsive iframe,
._video-responsive object,
._video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

._video-cantainer {
  position: relative;
}
._video-cantainer ._play-icon-wrap {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
._video-cantainer ._play-icon-wrap:hover {
  opacity: 0.8;
}
._video-cantainer ._play-icon-wrap ._circle {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid;
  border-radius: 50%;
}
._video-cantainer ._play-icon-wrap ._circle i {
  position: relative;
  left: 0.25rem;
}

@-webkit-keyframes bouncing {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bouncing {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
._bouncing {
  -webkit-animation: bouncing 1s 0s infinite alternate both;
          animation: bouncing 1s 0s infinite alternate both;
}

.swiper {
  opacity: 0;
  transition: all 0.3s linear;
}
.swiper.swiper-initialized {
  opacity: 1;
}

.swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0064FF;
}

._slider-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  ._slider-wrapper .swiper {
    padding-bottom: 2.5rem;
  }
}

._slider-nav {
  position: absolute;
  top: -5.625rem;
  right: 0;
  display: none;
}
._slider-nav > *:first-child {
  margin-right: 1.125rem;
}
@media (min-width: 576px) {
  ._slider-nav {
    display: flex;
  }
}

header {
  background: #ffffff;
  z-index: 1000;
}
@media (max-width: 1200px) {
  header {
    border-bottom: 1px solid #f0f3f6;
  }
}
header a, header .nav-link {
  color: #343B4B;
}
header a:hover, header .nav-link:hover {
  color: #8D9FBB;
}
header ._logo {
  max-width: 6rem;
}
@media (min-width: 1200px) {
  header ._logo {
    max-width: 9.8125rem;
  }
}
header ._header-container {
  height: 3.75rem;
}
header ._header-container > * {
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  header ._border-l {
    border-left: 1px solid #f0f3f6;
  }
  header ._border-r {
    border-right: 1px solid #f0f3f6;
  }
  header ._border-t {
    border-top: 1px solid #f0f3f6;
  }
  header ._border-b {
    border-bottom: 1px solid #f0f3f6;
  }
}
header ._contacts {
  position: relative;
  background: #ffffff;
}
header ._contacts a {
  display: block;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 110%;
  text-decoration: none;
  white-space: nowrap;
}
header ._contacts ._drop {
  position: absolute;
  left: -1px;
  top: -500px;
  background: #ffffff;
  width: calc(100% + 2px);
  margin-top: 0;
  z-index: -99;
  transition: all 0.7s linear;
}
header ._contacts:hover._border-b {
  border-bottom: 1px solid transparent;
}
header ._contacts:hover ._drop {
  display: block;
  margin-top: 60px;
  top: 0px;
}
header ._license {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
}
header .nav {
  max-width: 1000px;
  width: 100%;
  justify-content: center;
  flex-shrink: 1;
}
header .nav .nav-link {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.125rem;
}
header ._notification {
  position: relative;
}
header ._notification ._amount {
  position: absolute;
  top: -5px;
  right: 0px;
  font-size: 0.625rem;
  color: #ffffff;
  background: #0064FF;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 2px solid #ffffff;
}
@media (min-width: 1200px) {
  header ._menu-btn {
    background: #0064FF;
  }
}
header ._menu-btn span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
header .offcanvas {
  height: calc(100vh - 4.375rem) !important;
  margin-top: 0;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  header .offcanvas {
    border-top: 1px solid #f0f3f6;
  }
}
@media (min-width: 576px) {
  header .offcanvas {
    height: 80vh !important;
  }
}
header .offcanvas.show {
  margin-top: 3.75rem;
}
header .offcanvas-backdrop {
  margin-top: 3.75rem;
}
header ._main-menu-wrapper {
  height: auto;
}
header ._main-menu-wrapper ._main-menu {
  max-width: 72.5rem;
  width: 100%;
}
header ._main-menu-wrapper ._main-menu .nav-link {
  font-size: 1.0625rem;
}
header ._main-menu-wrapper ._title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 110%;
}

._search-wrapper {
  position: relative;
}
._search-wrapper ._search-input {
  position: absolute;
  top: 0;
  right: 4.6875rem;
  width: 0;
  height: 100%;
  opacity: 0;
  background: #ffffff;
  padding: 4px 15px;
  border-left: 1px solid #f0f3f6;
  pointer-events: none;
  transition: width 0.3s linear, opacity 0.5s ease-out;
}
@media (max-width: 576px) {
  ._search-wrapper ._search-input {
    right: 3.75rem;
  }
}
._search-wrapper ._search-input.active {
  pointer-events: all;
  width: 20vw;
  opacity: 1;
}
@media (max-width: 576px) {
  ._search-wrapper ._search-input.active {
    width: 50vw;
  }
}

.form-control {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 130%;
  border: none;
  border-bottom: 1px solid rgba(141, 159, 187, 0.6);
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  height: 3.25rem;
}
.form-control::-moz-placeholder {
  color: rgba(52, 59, 75, 0.6);
}
.form-control:-ms-input-placeholder {
  color: rgba(52, 59, 75, 0.6);
}
.form-control::placeholder {
  color: rgba(52, 59, 75, 0.6);
}
.form-control:focus {
  background: transparent;
  box-shadow: unset;
  border-color: #0064FF !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: rgba(52, 59, 75, 0.6) !important;
}

._custom-select {
  position: relative;
}
._custom-select:not(._invalid):after {
  content: "";
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L7 7L13 1' stroke='%230064FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center/contain no-repeat;
  pointer-events: none;
}

._dark .form-control {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
._dark .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
._dark .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
._dark .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: rgba(249, 34, 75, 0.6980392157) !important;
  box-shadow: unset !important;
}

.was-validated .form-control:valid:focus {
  box-shadow: unset !important;
}


._top-form {
  padding: 1.5rem 0.625rem;
}
@media (min-width: 992px) {
  ._top-form {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
    max-width: 30.75rem;
  }
  ._top-form._pl-70 {
    padding-left: 4.375rem;
  }
}
._top-form ._title {
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.9375rem;
}
._top-form ._subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 130%;
}
._top-form ._agreement {
  font-style: italic;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.6);
  max-width: 21.25rem;
  margin-bottom: 0;
  margin-top: 0.625rem;
}
._top-form._bg-blue ._title {
  color: #ffffff;
}
._top-form.bg-white {
  color: rgba(52, 59, 75, 0.6);
}
._top-form.bg-white ._subtitle {
  color: rgba(52, 59, 75, 0.6);
}
._top-form ._price {
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (min-width: 1200px) {
  ._top-form {
    min-width: 30rem;
  }
}


.form-switch {
  display: flex;
}
.form-switch .form-check-input {
  margin-top: 0;
  margin-right: 0.875rem;
  flex-shrink: 0;
}
.form-switch .form-check-input {
  cursor: pointer;
  width: 3rem !important;
  height: 1.5rem !important;
}
.form-switch .form-check-input:checked {
  background-color: #0064FF;
  border-color: #0064FF;
}
.form-switch .form-check-input:focus {
  box-shadow: unset;
}

.form-check:not(.form-switch) {
  display: flex;
  align-items: center;
}
.form-check:not(.form-switch) .form-check-input {
  cursor: pointer;
  float: unset;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.875rem;
  flex-shrink: 0;
  margin-top: 0;
}
.form-check:not(.form-switch) .form-check-input:hover {
  border-color: #0064FF;
}
.form-check:not(.form-switch) .form-check-input:focus {
  box-shadow: none;
}
.form-check:not(.form-switch) .form-check-input:checked[type=radio] {
  background: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230064FF'/%3e%3c/svg%3e");
}

.modal-backdrop {
  background: rgba(1, 24, 77, 0.9);
  opacity: 1 !important;
}

._custom-modal .modal-dialog:not(.modal-xl) {
  max-width: 25.25rem;
}
._custom-modal ._btn-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}
._custom-modal ._btn-close:hover {
  opacity: 0.8;
}
._custom-modal .modal-content {
  padding: 2rem 2rem 1.625rem;
  border-radius: 0;
  border: 1px solid #D1D9E4;
}
._custom-modal .modal-content ._title {
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.9375rem;
  margin-bottom: 0.25rem;
}
._custom-modal .modal-content ._subtitle {
  font-size: 0.9375rem;
  line-height: 130%;
  color: rgba(52, 59, 75, 0.6);
}
._custom-modal .modal-content ._btn-link {
  margin-left: auto;
}

._top-banner {
  position: relative;
}
@media (max-width: 992px) {
  ._top-banner {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
._top-banner ._title-wrapper {
  color: #ffffff;
  max-width: 34.375rem;
  margin: 4.375rem 0.625rem 1.25rem 0;
}
@media (min-width: 576px) {
  ._top-banner ._title-wrapper {
    margin-top: 1.625rem;
  }
}
._top-banner ._title-wrapper h1 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 1.25rem;
  color: #ffffff;
}
@media (min-width: 576px) {
  ._top-banner ._title-wrapper h1 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  ._top-banner ._title-wrapper ._font-44-m {
    font-size: 2.75rem;
  }
}
._top-banner ._title-wrapper ._description {
  font-size: 1rem;
  line-height: 130%;
}
@media (min-width: 576px) {
  ._top-banner ._title-wrapper ._description {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  ._top-banner {
    height: 31.25rem;
  }
}
._top-banner ._screenshot, ._top-banner ._program-img-r {
  max-width: 100%;
}
@media (min-width: 992px) {
  ._top-banner ._screenshot {
    max-width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
._top-banner ._achievement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(141, 159, 187, 0.3019607843);
  padding: 0.9375rem 0;
}
@media (min-width: 1200px) {
  ._top-banner ._achievement {
    max-width: 14.375rem;
  }
}
._top-banner ._achievement._border-l {
  border-left: 1px solid rgba(141, 159, 187, 0.3019607843);
}
._top-banner ._achievement ._title {
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.625rem;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 0.3125rem;
}
@media (min-width: 576px) {
  ._top-banner ._achievement ._title {
    font-size: 4.0625rem;
  }
}
._top-banner ._achievement ._descr {
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
@media (min-width: 576px) {
  ._top-banner ._achievement ._descr {
    font-size: 0.9375rem;
  }
}
._top-banner ._mt-90 {
  margin-top: 2.6875rem;
}
._top-banner ._mt-20 {
  margin-top: 1.625rem;
}
@media (min-width: 576px) {
  ._top-banner ._mt-90 {
    margin-top: 5.625rem;
  }
  ._top-banner ._mt-20 {
    margin-top: 1.625rem;
  }
}
._top-banner ._note {
  position: absolute;
  bottom: 0.875rem;
  font-style: italic;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
  color: #ffffff;
}
@media (max-width: 576px) {
  ._top-banner ._note {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media (max-width: 576px) {
  ._top-banner ._equipment {
    margin: 2.6875rem 0.75rem 5rem 0.75rem;
  }
}
@media (min-width: 576px) {
  ._top-banner ._equipment {
    display: none;
  }
}
@media (min-width: 1200px) {
  ._top-banner ._equipment {
    display: block;
  }
}
._top-banner ._equipment ._equipment-example {
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 110%;
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
  cursor: pointer;
}
@media (max-width: 576px) {
  ._top-banner ._equipment ._equipment-example i {
    margin-right: 0.625rem;
  }
}
@media (min-width: 1200px) {
  ._top-banner ._equipment ._equipment-example {
    position: absolute;
  }
  ._top-banner ._equipment ._equipment-example span {
    opacity: 0;
    background: #FFFFFF;
    color: #343B4B;
    border: 1px solid rgba(141, 159, 187, 0.4);
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 110%;
    padding: 1.25rem 1.875rem;
    position: relative;
    left: -1.25rem;
    top: 0.9375rem;
    transition: all 0.3s;
  }
  ._top-banner ._equipment ._equipment-example i {
    width: 3.25rem;
    height: 3.25rem;
    -webkit-animation: bouncing 1s cubic-bezier(0.1, 0.25, 0.1, 1) 0s infinite alternate both;
            animation: bouncing 1s cubic-bezier(0.1, 0.25, 0.1, 1) 0s infinite alternate both;
  }
  ._top-banner ._equipment ._equipment-example ._ico-wrap {
    z-index: 1;
    transition: all 0.3s linear;
  }
  ._top-banner ._equipment ._equipment-example:hover span {
    opacity: 1;
  }
  ._top-banner ._equipment ._equipment-example:hover ._ico-wrap {
    transition: all 0.3s;
    transform: rotate(135deg);
  }
  ._top-banner ._equipment ._equipment-example._1 {
    left: 75%;
    bottom: 20%;
  }
  ._top-banner ._equipment ._equipment-example._2 {
    left: 47%;
    bottom: 43%;
  }
  ._top-banner ._equipment ._equipment-example._3 {
    left: 50%;
    bottom: 69%;
  }
}

@media (min-width: 992px) {
  ._top-banner ._program-img-r {
    position: absolute;
    right: 3vw;
    bottom: 0.5vw;
    max-width: 56.25rem;
  }
}
@media (min-width: 992px) {
  ._top-banner ._form-right {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 992px) {
  ._top-banner ._form-right {
    width: 100%;
  }
}
@media (min-width: 992px) {
  ._top-banner ._form-left {
    position: absolute;
    left: 7.5rem;
    bottom: 0;
  }
}
@media (max-width: 992px) {
  ._top-banner ._form-left {
    width: 100%;
  }
}
._top-banner ._form-left .bg-white {
  border-bottom: 1px solid #D1D9E4;
}
@media (max-width: 576px) {
  ._top-banner ._mb-no-content {
    margin-bottom: 20rem;
  }
}

._breadcrumbs {
  color: #8D9FBB;
  margin-top: 0.8125rem;
}
._breadcrumbs a {
  color: #8D9FBB;
  border: 1px solid transparent;
}
._breadcrumbs a:hover {
  border-bottom: 1px solid;
}
._breadcrumbs._dark {
  opacity: 0.4;
  color: #ffffff;
}
._breadcrumbs._dark a {
  color: #ffffff;
}
@media (max-width: 576px) {
  ._breadcrumbs {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
._breadcrumbs span {
  margin: 0 0.25rem;
}

._monitoring-ico-1 {
  background: url("../../assets/img/icons/monitoring/1.svg") center center/contain no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  flex-shrink: 0;
}

._monitoring-ico-2 {
  background: url("../../assets/img/icons/monitoring/2.svg") center center/contain no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  flex-shrink: 0;
}

._monitoring-ico-3 {
  background: url("../../assets/img/icons/monitoring/3.svg") center center/contain no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  flex-shrink: 0;
}

._monitoring-ico-4 {
  background: url("../../assets/img/icons/monitoring/4.svg") center center/contain no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  flex-shrink: 0;
}

._monitoring-ico-5 {
  background: url("../../assets/img/icons/monitoring/5.svg") center center/contain no-repeat;
  width: 5.875rem;
  height: 3.75rem;
  display: inline-block;
  flex-shrink: 0;
}

._monitoring-ico-6 {
  background: url("../../assets/img/icons/monitoring/6.png") center center/contain no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  flex-shrink: 0;
}

._monitoring-ico-7 {
  background: url("../../assets/img/icons/monitoring/7.png") center center/contain no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  flex-shrink: 0;
}

._monitoring-ico-8 {
  background: url("../../assets/img/icons/monitoring/8.png") center center/contain no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  flex-shrink: 0;
}

@media (min-width: 576px) {
  ._monitoring-services {
    border: 1px solid #f0f3f6;
  }
}
@media (max-width: 576px) {
  ._monitoring-services ._service {
    display: flex;
    align-items: center;
    margin-bottom: 1.75rem;
  }
  ._monitoring-services ._service ._ico-wrapper {
    width: 4.5625rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
  }
}
@media (min-width: 576px) {
  ._monitoring-services ._service {
    padding: 1.875rem 2.5rem;
  }
  ._monitoring-services ._service._border-l {
    border-left: 1px solid #f0f3f6;
  }
  ._monitoring-services ._service._border-b {
    border-bottom: 1px solid #f0f3f6;
  }
}
._monitoring-services ._service i {
  display: block;
}
@media (max-width: 576px) {
  ._monitoring-services ._service i {
    max-width: 4.5625rem;
  }
}
@media (min-width: 576px) {
  ._monitoring-services ._service i {
    margin-bottom: 0.625rem;
  }
}
._monitoring-services ._service ._title {
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 110%;
}
@media (min-width: 576px) {
  ._monitoring-services ._service ._title {
    font-size: 1.5rem;
  }
}

._progress-circles ._title {
  margin-bottom: 1.875rem;
}
@media (min-width: 576px) {
  ._progress-circles ._title {
    margin-bottom: 4.375rem;
  }
}

._progress-circle {
  position: relative;
  width: 100%;
  border-radius: 50%;
  background: #f0f3f6;
  overflow: hidden;
}
._progress-circle:after {
  content: "";
  display: block;
  padding-top: 100%;
}
._progress-circle ._text {
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
._progress-circle ._text ._title {
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 100%;
  color: #0064FF;
  margin-bottom: 0.25rem;
}
@media (min-width: 576px) {
  ._progress-circle ._text ._title {
    font-size: 4.0625rem;
  }
}
._progress-circle ._text ._descr {
  max-width: 6rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.75rem;
  line-height: 125%;
  color: #6474A0;
}
@media (min-width: 576px) {
  ._progress-circle ._text ._descr {
    font-size: 1.25rem;
    max-width: 17rem;
  }
}
._progress-circle ._progress-r, ._progress-circle ._progress-l {
  position: absolute;
  border-radius: 50%;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: rotate(0);
}
._progress-circle ._progress-l:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  background: #0064FF;
}
._progress-circle ._progress-r:before {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #f0f3f6;
}
._progress-circle ._progress-r._over-50:before {
  left: 0;
  background: #0064FF;
}

._advantages {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  ._advantages {
    height: 26.25rem;
  }
}
._advantages .container {
  position: relative;
}
._advantages .container ._border {
  border: 1px solid rgba(141, 159, 187, 0.2);
}
@media (min-width: 992px) {
  ._advantages .container {
    height: 100%;
  }
  ._advantages .container ._border-l {
    border-left: 1px solid rgba(141, 159, 187, 0.2);
  }
}
._advantages .container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../assets/img/advantages.jpg") right top/cover no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  ._advantages .container::before {
    width: calc(100% + 180px);
    min-height: 420px;
    margin-right: 0.75rem;
  }
}
@media (max-width: 992px) {
  ._advantages .container::before {
    background: url("../../assets/img/advantages-m.jpg") center top/cover no-repeat;
  }
}
._advantages ._blur {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media (max-width: 992px) {
  ._advantages ._benefits {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media (min-width: 992px) {
  ._advantages ._benefits {
    max-width: 37.5rem;
  }
}
._advantages ._benefits ._benefit {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  ._advantages ._benefits ._benefit {
    min-height: 7.375rem;
    padding-left: 0.625rem !important;
  }
}
@media (min-width: 992px) {
  ._advantages ._benefits ._benefit {
    max-width: 18.75rem;
  }
}
._advantages ._benefits i {
  margin-bottom: 0.625rem;
}
._advantages ._benefits span {
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  font-size: 1.125rem;
  line-height: 110%;
}
@media (min-width: 992px) {
  ._advantages ._benefits {
    font-size: 1.5rem;
  }
}

._bar-chart {
  margin-top: 1.875rem;
  position: relative;
}
@media (min-width: 576px) {
  ._bar-chart {
    margin-top: 5.625rem;
    padding-bottom: 1.875rem;
  }
}
._bar-chart ._chart {
  min-height: 200px;
}
._bar-chart ._column {
  position: relative;
  height: 100%;
}
._bar-chart ._column ._gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, #0064FF 0%, rgba(0, 100, 255, 0) 100%);
}
._bar-chart ._column ._gradient._green {
  background: linear-gradient(180deg, #20B038 0%, rgba(32, 176, 56, 0) 100%);
}
._bar-chart ._column ._sum {
  position: absolute;
  top: 0.875rem;
  width: 100%;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 110%;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  ._bar-chart ._column ._sum {
    font-size: 0.875rem;
    transform: rotate(-90deg);
    white-space: nowrap;
    top: 3.75rem;
  }
}
._bar-chart ._month {
  display: none;
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 110%;
  color: #8D9FBB;
  text-align: center;
  margin-top: 0.625rem;
}
@media (min-width: 576px) {
  ._bar-chart ._month {
    display: block;
  }
}
._bar-chart ._divider {
  position: relative;
}
._bar-chart ._divider:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='405' viewBox='0 0 2 405' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='1' x2='1.00002' y2='404' stroke='%23F9224B' stroke-opacity='0.7' stroke-width='2' stroke-linecap='round' stroke-dasharray='4 8 12 16'/%3E%3C/svg%3E%0A");
  width: 2px;
  height: 125%;
  display: inline-block;
  position: absolute;
  bottom: -10%;
  left: -1px;
}
@media (max-width: 576px) {
  ._bar-chart ._divider:before {
    left: -1rem;
    height: 104%;
    bottom: unset;
    top: -4px;
  }
}
._bar-chart ._r-text, ._bar-chart ._l-text {
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 110%;
  max-width: 14rem;
}
@media (max-width: 576px) {
  ._bar-chart ._r-text, ._bar-chart ._l-text {
    top: unset !important;
    bottom: -2.8rem;
    font-size: 0.9375rem;
    max-width: 10rem;
    text-align: left !important;
    min-height: 2.0625rem;
  }
}
._bar-chart ._l-text {
  position: absolute;
  left: 0;
  top: 0;
  color: #0064FF;
}
._bar-chart ._r-text {
  position: absolute;
  right: 0;
  top: 3.125rem;
  color: #20B038;
  text-align: end;
}
._bar-chart ._result-text {
  position: absolute;
  bottom: 1.875rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
._bar-chart ._result-text > div {
  background: #ffffff;
  border: 1px solid rgba(141, 159, 187, 0.3);
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 110%;
  padding: 2rem;
  z-index: 9;
  text-align: center;
}
@media (max-width: 576px) {
  ._bar-chart ._result-text > div {
    font-size: 1.25rem;
    padding: 1.0625rem;
  }
}

._category-menu {
  border-bottom: 1px solid #D1D9E4;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 576px) {
  ._category-menu {
    padding-bottom: 1rem;
  }
}
._category-menu ._title {
  display: flex;
  padding-top: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  ._category-menu ._title {
    padding-top: 1.25rem;
  }
}
._category-menu ._title i {
  margin-right: 0.5rem;
  margin-top: 0.6rem;
}
@media (max-width: 576px) {
  ._category-menu ._title i {
    margin-top: 0.4rem;
  }
}
._category-menu ._custom-nav {
  margin-left: 1rem;
  margin-top: 0.625rem;
}
@media (max-width: 576px) {
  ._category-menu ._collapse-btn {
    margin-top: 1.625rem;
  }
}

._video {
  cursor: pointer;
  transition: opacity 0.3s;
}
._video:hover {
  opacity: 0.8;
}

._video-block {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}
._video-block .container {
  height: 18.4375rem;
  position: relative;
}
@media (min-width: 992px) {
  ._video-block .container {
    height: 26.25rem;
    z-index: 1;
  }
}
._video-block .container::before {
  content: "";
  position: absolute;
  top: 0;
  background: url("../../assets/img/video-bg.jpg") right top/cover no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  ._video-block .container::before {
    width: calc(100% + 170px);
    margin-left: 0.75rem;
    right: -180px;
  }
}
@media (max-width: 992px) {
  ._video-block .container::before {
    background: url("../../assets/img/video-bg-m.jpg") center top/cover no-repeat;
  }
}
._video-block a:not(._btn-link) {
  color: rgba(255, 255, 255, 0.4588235294);
  text-decoration: none;
  border-bottom: 1px solid;
}
._video-block a:not(._btn-link):hover {
  color: #ffffff;
  border-color: #ffffff;
}

._solutions {
  margin-bottom: 5rem;
}
@media (max-width: 576px) {
  ._solutions ._slider-wrapper {
    margin-right: -0.75rem;
  }
}
@media (max-width: 576px) {
  ._solutions .swiper-slide {
    width: 70vw;
  }
}
._solutions ._solution ._img-wrap {
  position: relative;
}
._solutions ._solution ._img-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.35%, rgba(0, 0, 0, 0.7) 81.47%), linear-gradient(180deg, rgba(0, 100, 255, 0) 68.13%, rgba(0, 100, 255, 0.3) 85.86%);
}
._solutions ._solution ._img-wrap img {
  width: 100%;
  height: 15.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
._solutions ._solution ._img-wrap ._price-wrap {
  position: absolute;
  left: 1.75rem;
  bottom: 1.25rem;
}
@media (max-width: 576px) {
  ._solutions ._solution ._img-wrap ._price-wrap {
    left: 0.875rem;
    bottom: 1rem;
  }
}
._solutions ._solution ._img-wrap ._price-wrap ._price {
  background: #0064FF;
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 110%;
  color: #ffffff;
  padding: 0.375rem 0.875rem;
}
@media (max-width: 576px) {
  ._solutions ._solution ._img-wrap ._price-wrap ._price {
    padding: 0.375rem;
    font-size: 1rem;
  }
}
._solutions ._solution ._img-wrap ._price-wrap ._amount {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #ffffff;
  margin-left: 0.75rem;
}
@media (max-width: 576px) {
  ._solutions ._solution ._img-wrap ._price-wrap ._amount {
    font-size: 0.875rem;
  }
}
._solutions ._solution ._bottom {
  padding: 1.5rem;
  border-left: 1px solid rgba(141, 159, 187, 0.3);
  border-right: 1px solid rgba(141, 159, 187, 0.3);
  border-bottom: 1px solid rgba(141, 159, 187, 0.3);
}
._solutions ._solution ._bottom ._description {
  min-height: 2.6875rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 576px) {
  ._solutions ._solution ._bottom ._description {
    min-height: 2.25rem;
  }
}
._solutions ._solution ._bottom ._description span {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #0064FF;
}

._equipment-calc {
  max-width: 1920px;
}
@media (min-width: 992px) {
  ._equipment-calc {
    margin-left: 11.25rem;
  }
}
@media (max-width: 576px) {
  ._equipment-calc {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
._equipment-calc ._img-wrap {
  position: relative;
}
._equipment-calc ._img-wrap ._price-wrap {
  border: 1px solid rgba(141, 159, 187, 0.3);
  padding: 1.25rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  ._equipment-calc ._img-wrap ._price-wrap {
    right: 4.25rem;
  }
}
._equipment-calc ._img-wrap ._price-wrap ._price-total {
  color: #0064FF;
}
._equipment-calc ._calc-form {
  background: #F7F7FD;
  border: 1px solid #D1D9E4;
  padding: 1.875rem 0.75rem;
}
@media (min-width: 576px) {
  ._equipment-calc ._calc-form {
    padding: 2.625rem 3.75rem;
  }
}
@media (max-width: 576px) {
  ._equipment-calc ._calc-form .form-check {
    font-size: 0.9375rem;
  }
}

._trackers {
  margin-bottom: 5rem;
}
@media (max-width: 576px) {
  ._trackers ._slider-wrapper {
    margin-right: -0.75rem;
  }
}
@media (max-width: 576px) {
  ._trackers .swiper-slide {
    width: 70vw;
  }
}
._trackers ._tracker img {
  width: 100%;
  height: 15.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
._trackers ._tracker ._bottom {
  padding: 1.5rem;
  border-left: 1px solid rgba(141, 159, 187, 0.3);
  border-right: 1px solid rgba(141, 159, 187, 0.3);
  border-bottom: 1px solid rgba(141, 159, 187, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._trackers ._tracker ._bottom ._description {
  padding: 1.25rem 1.5rem;
}

._control-systems-slider {
  max-width: 1920px;
  margin: auto;
}
@media (min-width: 992px) {
  ._control-systems-slider {
    margin-right: 11.25rem;
  }
}
._control-systems-slider ._title {
  margin-bottom: 2.1875rem;
  padding-left: 0.75rem;
}
@media (min-width: 992px) {
  ._control-systems-slider ._title {
    padding-left: 11.25rem;
  }
}
._control-systems-slider ._control-systems-types {
  background: #F7F7FD;
  border-top: 1px solid #D1D9E4;
  border-bottom: 1px solid #D1D9E4;
}
@media (min-width: 992px) {
  ._control-systems-slider ._control-systems-types {
    padding-left: 11.25rem;
  }
}
@media (max-width: 992px) {
  ._control-systems-slider ._control-systems-types {
    padding-left: 0.75rem;
  }
}
@media (max-width: 992px) {
  ._control-systems-slider ._control-systems-types .swiper-slide {
    margin-right: 2rem;
    max-width: 140px;
  }
}
._control-systems-slider ._control-systems-types .swiper-slide span {
  cursor: pointer;
  display: block;
}
@media (min-width: 992px) {
  ._control-systems-slider ._control-systems-types .swiper-slide span {
    margin-bottom: 1rem;
  }
}
._control-systems-slider ._control-systems-types .swiper-slide.swiper-slide-thumb-active span {
  color: #0064FF;
}
._control-systems-slider ._control-systems {
  max-width: 66rem;
}
@media (max-width: 1280px) {
  ._control-systems-slider ._control-systems {
    max-width: 60rem;
  }
}
._control-systems-slider ._control-systems ._slide-description {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  border: 1px solid #D1D9E4;
  padding: 1.5rem 3.5rem 1.5625rem 1.5rem;
  max-width: 39.75rem;
  color: rgba(52, 59, 75, 0.6);
}

@media (min-width: 992px) {
  ._achievements-slider {
    margin-right: 11.25rem;
  }
}
._achievements-slider ._title {
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  ._achievements-slider ._title {
    padding-left: 11.25rem;
  }
}
@media (max-width: 992px) {
  ._achievements-slider ._title {
    padding-left: 0.9375rem;
  }
}
._achievements-slider ._achievements-left-wrapper {
  width: 100%;
  border-top: 1px solid #D1D9E4;
  border-bottom: 1px solid #D1D9E4;
  padding: 1.5rem 0.75rem;
}
@media (min-width: 992px) {
  ._achievements-slider ._achievements-left-wrapper {
    padding-left: 11.25rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-right: 1.5rem;
  }
}
._achievements-slider ._achievements-left-wrapper ._before, ._achievements-slider ._achievements-left-wrapper ._after {
  margin-top: 2rem;
}
@media (min-width: 576px) {
  ._achievements-slider ._achievements-left-wrapper ._before, ._achievements-slider ._achievements-left-wrapper ._after {
    max-width: 11.5625rem;
  }
}
._achievements-slider ._achievements-left-wrapper ._before ._text-blue, ._achievements-slider ._achievements-left-wrapper ._after ._text-blue {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  ._achievements-slider ._achievements-left-wrapper ._before ._text-blue, ._achievements-slider ._achievements-left-wrapper ._after ._text-blue {
    font-size: 2rem;
  }
}
._achievements-slider ._achievements-left-wrapper ._before ._text-grey, ._achievements-slider ._achievements-left-wrapper ._after ._text-grey {
  font-size: 0.8rem;
  line-height: 130%;
  display: block;
}
@media (min-width: 992px) {
  ._achievements-slider ._achievements-left-wrapper ._before ._text-grey, ._achievements-slider ._achievements-left-wrapper ._after ._text-grey {
    font-size: 0.9375rem;
  }
}
@media (min-width: 992px) {
  ._achievements-slider ._achievements-left-wrapper ._before {
    margin-right: 6rem;
  }
}
._achievements-slider ._slider-nav {
  position: relative;
  top: 0;
}
@media (min-width: 992px) {
  ._achievements-slider ._slider-nav {
    padding-left: 11.25rem;
  }
}
._achievements-slider ._achievements-right {
  width: 100%;
  margin: 0;
}
._achievements-slider ._achievements-right img {
  width: 100%;
}
@media (min-width: 992px) {
  ._achievements-slider ._achievements-right {
    max-width: 50.8125rem;
  }
}
@media (max-width: 992px) {
  ._achievements-slider ._achievements-right {
    padding-bottom: 2.25rem;
  }
}

._dropdown-content {
  position: relative;
  overflow: hidden;
  transition: height 0.3s;
}
._dropdown-content:not(.active):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(252, 252, 252, 0), #FCFCFC);
}
._dropdown-content:not(.active)._grey-gradient:after {
  background: linear-gradient(to bottom, rgba(252, 252, 252, 0), #f4f4f4);
}
._dropdown-content:not(.active)._white-gradient:after {
  background: linear-gradient(to bottom, rgba(252, 252, 252, 0), #ffffff);
}

._dropdown-content-btn {
  margin: auto;
  display: block;
  padding: 0.625rem;
  width: 100%;
  transition: transform 0.3s;
  visibility: hidden;
}
._dropdown-content-btn.active {
  transform: rotate(180deg);
}
._dropdown-content-btn._disabled {
  display: none;
  visibility: hidden;
}

._dropdown-content._disabled::after {
  display: none;
}

._reviews {
  max-width: 1920px;
  background: #F7F7FD;
  border: 1px solid #D1D9E4;
}
@media (min-width: 576px) {
  ._reviews {
    padding: 4.375rem 2.8125rem 2.875rem 11.25rem;
    margin-right: 8.4375rem;
  }
}
@media (max-width: 576px) {
  ._reviews {
    padding: 2.5rem 0.75rem;
  }
}
._reviews ._title {
  margin-bottom: 1.875rem;
}
@media (max-width: 576px) {
  ._reviews .swiper {
    padding-bottom: 2.4rem;
  }
}
._reviews .swiper-slide {
  height: auto;
}
._reviews ._review {
  background: #FFFFFF;
  border: 1px solid rgba(141, 159, 187, 0.3);
  padding: 1rem 1.25rem;
  height: 100%;
}
._reviews ._review ._title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
._reviews ._review ._title img {
  width: 3.125rem;
  height: 3.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.5rem;
}
._reviews ._review ._drop-content {
  color: rgba(52, 59, 75, 0.7);
}
._reviews ._review ._person, ._reviews ._review ._post {
  font-size: 0.8125rem;
  line-height: 140%;
  color: #8D9FBB;
}
._reviews ._review ._person {
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  ._partners-slider {
    box-shadow: 1px 0 0 0 #D1D9E4, 0 1px 0 0 #D1D9E4, 1px 1px 0 0 #D1D9E4, 1px 0 0 0 #D1D9E4 inset, 0 1px 0 0 #D1D9E4 inset;
  }
}
@media (max-width: 576px) {
  ._partners-slider {
    margin-right: -0.75rem;
  }
}
._partners-slider ._partner-logo {
  box-shadow: 1px 0 0 0 #D1D9E4, 0 1px 0 0 #D1D9E4, 1px 1px 0 0 #D1D9E4, 1px 0 0 0 #D1D9E4 inset, 0 1px 0 0 #D1D9E4 inset;
    width: 307.2px;
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  padding: 1.5rem;
}
/* Общие стили для img, независимо от того, обёрнут он в <a> или нет */
._partners-slider ._partner-logo img,
._partners-slider ._partner-logo a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Стили для ссылки, чтобы она вела себя как контейнер и не ломала вёрстку */
._partners-slider ._partner-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none; /* Убираем подчёркивание */
}

@media (max-width: 576px) {
  ._partners-slider ._partner-logo {
    width: 70vw;
  }
}
@media (max-width: 576px) {
  ._partners-slider .swiper-slide {
    width: auto;
  }
}

@media (min-width: 576px) {
  ._about-company {
    padding-bottom: 4.375rem;
  }
}
._about-company ._title {
  margin-bottom: 1.875rem;
  font-size: 2.5rem;
}
._about-company ._licenses {
  position: relative;
  margin-top: 3.75rem;
}
@media (max-width: 992px) {
  ._about-company ._licenses {
    padding-top: 1.875rem;
  }
}
._about-company ._licenses a {
  outline: none !important;
}
._about-company ._licenses:before {
  content: "";
  background: #F7F7FD;
  border: 1px solid #D1D9E4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 19.375rem;
  z-index: -1;
}
@media (min-width: 1200px) {
  ._about-company ._licenses:before {
    width: calc(100% + 5.625rem);
    left: -2.8125rem;
    top: unset;
    bottom: -4.375rem;
  }
}
@media (max-width: 576px) {
  ._about-company ._description {
    margin-top: 2.5rem;
  }
}
._about-company ._description ._title {
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  ._about-company ._description ._title {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  ._about-company .swiper {
    margin-right: -0.75rem;
  }
}
@media (max-width: 576px) {
  ._about-company .swiper .swiper-slide {
    width: 64vw;
  }
}
._about-company img {
  width: 100%;
}

._branches {
  max-width: 1920px;
  margin: auto;
}
._branches ._branch-map {
  position: relative;
  padding: 2.5rem 0.75rem;
  z-index: 1;
}
@media (min-width: 1200px) {
  ._branches ._branch-map {
    padding: 2.5rem 0 1.5rem 0;
  }
}
@media (min-width: 992px) {
  ._branches ._branch-map {
    padding-left: 11.25rem;
  }
}
._branches ._branch-map ._title {
  margin-bottom: 1.875rem;
}
._branches ._branch-map:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border-top: 1px solid #D1D9E4;
  border-right: 1px solid #D1D9E4;
  border-bottom: 1px solid #D1D9E4;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 1200px) {
  ._branches ._branch-map:before {
    width: calc(100% + 3.125rem);
    left: 0;
  }
}
._branches ._branch-map ._menu {
  margin-bottom: 1.875rem;
}
._branches ._branch-map ._menu li {
  font-size: 1.0625rem;
  line-height: 140%;
  margin-bottom: 1.25rem;
  cursor: pointer;
}
._branches ._branch-map ._menu li:hover {
  color: #0064FF;
}
@media (min-width: 1200px) {
  ._branches ._branch-map ._menu {
    margin-bottom: 4.375rem;
    max-width: 21.875rem;
  }
}

._custom-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #D1D9E4;
  border-radius: 0;
}
@media (min-width: 576px) {
  ._custom-accordion .accordion-item {
    margin-bottom: 0.75rem;
  }
}
._custom-accordion .accordion-button {
  padding: 0.75rem 0;
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 110%;
}
@media (min-width: 576px) {
  ._custom-accordion .accordion-button {
    font-size: 1.375rem;
  }
}
._custom-accordion .accordion-button:after {
  display: none;
}
._custom-accordion .accordion-button:before {
  content: "";
  background: url("../../assets/img/icons/plus.svg") center center/cover no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.875rem;
  flex-shrink: 0;
}
._custom-accordion .accordion-button[aria-expanded=true] {
  color: #0064FF;
  background: none;
  border: none;
  box-shadow: none;
}
._custom-accordion .accordion-button[aria-expanded=true]:before {
  background: url("../../assets/img/icons/cross-circle.svg") center center/cover no-repeat;
}
._custom-accordion .accordion-button:focus {
  box-shadow: none;
  border: none;
  background: none;
}
._custom-accordion .accordion-body {
  padding: 0 1.375rem 1.375rem 3.375rem;
  color: rgba(52, 59, 75, 0.6);
}

._news {
  margin-bottom: 5rem;
}
._news ._title {
  margin-bottom: 1.875rem;
}
@media (max-width: 576px) {
  ._news ._slider-wrapper {
    margin-right: -0.75rem;
  }
}
@media (max-width: 576px) {
  ._news .swiper-slide {
    width: 70vw;
  }
}
._news ._news-item {
  position: relative;
}
._news ._news-item img {
  width: 100%;
  height: 18.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  ._news ._news-item img {
    height: 15.625rem;
  }
}
@media (min-width: 576px) {
  ._news ._news-item img {
    margin-bottom: 1rem;
  }
}
._news ._news-item ._bottom ._title {
  margin-bottom: 0;
}
._news ._news-item ._bottom ._date {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #8D9FBB;
}
@media (min-width: 576px) {
  ._news ._news-item ._bottom ._date {
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 576px) {
  ._news ._news-item ._bottom {
    padding: 0.9375rem 1.5rem;
    border-left: 1px solid #D1D9E4;
    border-right: 1px solid #D1D9E4;
    border-bottom: 1px solid #D1D9E4;
  }
}

._tags ._tag {
  display: block;
  width: 100%;
  text-align: center;
  color: #8D9FBB;
  padding: 0.625rem;
  border: 1px solid #D1D9E4;
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 110%;
}
._tags ._tag:hover {
  color: #0064FF;
}
@media (min-width: 576px) {
  ._tags .swiper {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  ._tags .swiper {
    margin-right: -0.75rem;
  }
}
@media (min-width: 576px) {
  ._tags .swiper-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -0.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
._tags .swiper-slide {
  width: auto !important;
}
@media (min-width: 576px) {
  ._tags .swiper-slide {
    padding: 0.5rem 1rem;
  }
}

footer {
  background: #25282B;
  color: #ffffff;
  padding: 3.125rem 0 2.0625rem;
}
@media (min-width: 576px) {
  footer {
    padding: 4.375rem 0 0.9375rem;
  }
}
footer ._title, footer ._phone {
  color: #ffffff;
}
footer ._custom-nav .nav-link {
  color: rgba(247, 247, 253, 0.7);
  padding: 0;
  margin-bottom: 0.9375rem;
  font-size: 0.9375rem;
  line-height: 120%;
}
footer ._custom-nav .nav-link:hover {
  color: #0064FF;
}
footer ._logo {
  max-width: 9.8125rem;
}
@media (min-width: 576px) {
  footer ._contacts {
    max-width: 15.375rem;
  }
}
footer ._contacts span, footer ._contacts a {
  display: block;
}
footer ._contacts ._phone {
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 130%;
}
footer hr {
  border-color: rgba(255, 255, 255, 0.5);
}
footer ._subfooter {
  color: #596373;
  font-size: 0.9375rem;
  line-height: 130%;
}
footer ._subfooter a {
  color: #596373;
}
footer ._subfooter a:hover {
  color: #0064FF;
}

._product {
  position: relative;
  border: 1px solid #D1D9E4;
  padding: 1.25rem 1.4375rem 2.625rem;
  height: 100%;
}
._product ._img-wrap {
  position: relative;
  padding: 0 1.875rem;
  margin-bottom: 1.25rem;
}
._product ._img-wrap img {
  width: 100%;
  height: 9.375rem;
  -o-object-fit: contain;
     object-fit: contain;
}
._product ._img-wrap ._price {
  position: absolute;
  left: 0;
  bottom: -0.5625rem;
  padding: 0.375rem 0.875rem;
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 110%;
  background: #0064FF;
  color: #ffffff;
}
._product ._title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 110%;
  margin-bottom: 0;
}

._products {
  opacity: 0;
  transition: opacity 0.3s;
}
._products.active {
  opacity: 1;
}
@media (min-width: 576px) {
  ._products ._with-plus > *:nth-child(-n+2) ._product:after {
    content: "";
    position: absolute;
    right: -2.4375rem;
    bottom: -2.4375rem;
    width: 3.25rem;
    height: 3.25rem;
    background: url("../../assets/img/icons/plus-bw.svg") center center/contain no-repeat;
    z-index: 9;
  }
}
@media (max-width: 576px) {
  ._products ._with-plus > *:not(:last-child) ._product:after {
    content: "";
    position: absolute;
    right: calc(50% - 1.625rem);
    bottom: -2.375rem;
    width: 3.25rem;
    height: 3.25rem;
    background: url("../../assets/img/icons/plus-bw.svg") center center/contain no-repeat;
    z-index: 9;
  }
}

._card {
  padding: 2rem 1.5rem;
  width: 100%;
}
._card ._title {
  text-align: center;
  margin-bottom: 2rem;
}
._card._checklist {
  background: #F7F7FD;
  border: 1px solid #D1D9E4;
}
._card._checklist ._item {
  display: flex;
  align-items: center;
  line-height: 110%;
}
._card._checklist ._item i {
  margin-right: 0.75rem;
}
._card._checklist ._item:not(:first-child) {
  padding-top: 1rem;
}
._card._checklist ._item:not(:last-child) {
  border-bottom: 1px solid #D1D9E4;
  padding-bottom: 1rem;
}
._card._sets {
  position: relative;
  background: #0064FF;
  color: #ffffff;
}
@media (max-width: 576px) {
  ._card._sets {
    width: calc(100% + 1.5rem);
    position: relative;
    left: -0.75rem;
  }
}
._card._sets ._title {
  color: #ffffff;
}
._card._sets ._total {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 110%;
}
._card._sets ._total ._price {
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 110%;
}
._card._sets ._order {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._card._sets ._order em {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  color: rgba(255, 255, 255, 0.62);
}

._monitoring-advantages i {
  margin-top: 0.2rem;
}
@media (min-width: 576px) {
  ._monitoring-advantages i {
    margin-top: 0.3rem;
  }
}
._monitoring-advantages ._title {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  ._monitoring-advantages ._title {
    margin-bottom: 3.125rem;
  }
}

._economy {
  position: relative;
}
._economy ._img-wrap {
  width: 100%;
  height: 10.625rem;
  border: 1px solid #D1D9E4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  ._economy ._img-wrap {
    height: 10.125rem;
    margin-bottom: 1.25rem;
  }
}
._economy ._img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
._economy ._about-company {
  position: relative;
  padding: 2rem 3.5625rem;
}
._economy ._about-company span {
  display: block;
}
._economy ._about-company ._text-up {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #8D9FBB;
  margin-bottom: 0.25rem;
}
._economy ._about-company ._text-under {
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  color: #0064FF;
}
._economy ._decor {
  background: #F7F7FD;
  border: 1px solid #D1D9E4;
  padding: 0.9375rem;
}

._form-block {
  max-width: 1920px;
  margin: auto;
}
@media (min-width: 992px) {
  ._form-block {
    margin-top: -5.625rem;
  }
}
._form-block ._form-wrapper {
  background: #021F61;
}
@media (min-width: 576px) {
  ._form-block ._form-wrapper {
    padding: 2.5rem 1.25rem;
  }
}
@media (min-width: 992px) {
  ._form-block ._form-wrapper {
    padding: 7.5rem 2.5rem 2.5rem 11.25rem;
  }
}
._form-block ._form-wrapper ._title {
  color: #ffffff;
}
._form-block ._content {
  padding: 1.875rem 0.75rem 0;
}
@media (min-width: 576px) {
  ._form-block ._content {
    padding: 2.5rem 1.25rem;
  }
}
@media (min-width: 992px) {
  ._form-block ._content {
    padding: 7.5rem 2.5rem 2.5rem;
  }
}
@media (max-width: 576px) {
  ._form-block ._content ._title {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

@media (max-width: 576px) {
  ._tariffs {
    padding-right: 0;
  }
}
._tariffs ._title {
  margin-bottom: 1.875rem;
}
@media (min-width: 576px) {
  ._tariffs .swiper {
    opacity: 1;
  }
}
@media (min-width: 576px) {
  ._tariffs .swiper .swiper-wrapper {
    width: auto;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
._tariffs .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
@media (min-width: 576px) {
  ._tariffs .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (max-width: 576px) {
  ._tariffs .swiper .swiper-wrapper .swiper-slide {
    width: auto;
  }
}

/* стили блока тарифы с главной страницы - начало */
._tariffs-main {
    display: flex;
    gap: 32px;
}

._tariffs-main > div {
    width: calc(33% - 16px);
}

._tariffs-main ._tariff ._btn-wrapper {
    display: flex;
}

@media screen and (max-width: 992px) {
    ._tariffs-main {
        flex-direction: column;
    }
    ._tariffs-main > div {
        width: 100%;
    }
    ._tariffs-main ._tariff {
        width: 98%;
    }
    ._tariffs ._tariff ._btn-wrapper ._btn-link {
        margin: 0;
    }
    ._tariffs-main ._tariff ._btn-wrapper {
        justify-content: space-between;
    }
}
/* стили блока тарифы с главной страницы - конец */

._tariffs ._tariff {
  padding: 1.1875rem 1rem 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 576px) {
  ._tariffs ._tariffs-slider ._tariff {
    width: 80vw;
  }
}
@media (min-width: 576px) {
  ._tariffs ._tariff {
    padding: 2.5rem 2.5rem 0;
  }
}
._tariffs ._tariff:not(._bg-blue) {
  background: #F7F7FD;
  border: 1px solid #D1D9E4;
}
._tariffs ._tariff ul {
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 110%;
  margin-bottom: 2.25rem;
}
@media (min-width: 576px) {
  ._tariffs ._tariff ul {
    font-size: 1.125rem;
  }
}
._tariffs ._tariff ul li {
  margin-bottom: 1.25rem;
  display: flex;
}
._tariffs ._tariff ul i {
  margin-right: 1rem;
  margin-top: 0.1rem;
}
._tariffs ._tariff ._btn-wrapper {
  height: auto;
  border-top: 1px solid rgba(0, 100, 255, 0.2);
  padding: 0.875rem 0;
}
@media (min-width: 576px) {
  ._tariffs ._tariff ._btn-wrapper ._btn-link {
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  ._tariffs ._tariff ._btn-wrapper ._btn-link {
    margin: auto;
  }
}
._tariffs ._tariff._bg-blue ._btn-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

._contacts-header {
  margin-top: 4.375rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 576px) {
  ._contacts-header {
    margin-top: 2.75rem;
    margin-bottom: 4.0625rem;
  }
}
@media (max-width: 576px) {
  ._contacts-header ._title {
    margin-bottom: 2.625rem;
  }
}
@media (max-width: 576px) {
  ._contacts-header ._phone-block {
    margin-bottom: 2rem;
  }
}
._contacts-header ._phone-block span {
  display: block;
}
._contacts-header ._phone-block ._top {
  color: #8D9FBB;
  margin-bottom: 0.25rem;
}
._contacts-header ._phone-block ._bottom {
  font-size: 0.8125rem;
  line-height: 100%;
  color: #8D9FBB;
  margin-top: 0.25rem;
}
._contacts-header ._phone-block a {
  display: block;
  color: #0064FF;
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 110%;
}
._contacts-header ._messangers a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  color: #343B4B;
}
._contacts-header ._messangers a i {
  margin-right: 0.625rem;
}

._calculator {
  background: url("../../assets/img/calc-bg-m.jpg") left top/contain no-repeat;
  padding-top: 4.375rem;
}
@media (min-width: 576px) {
  ._calculator {
    background: url("../../assets/img/calc-bg.jpg") left top/cover no-repeat;
    padding-bottom: 5rem;
  }
}
._calculator .form-check {
  white-space: nowrap;
  margin-bottom: 1.5rem;
}
._calculator ._options {
  background: #FFFFFF;
}
@media (max-width: 576px) {
  ._calculator ._options {
    margin-top: 3.75rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    border-bottom: 1px solid #D1D9E4;
  }
}
._calculator ._options ._title {
  background: #0064FF;
  padding: 1.25rem;
}
._calculator ._options ._title > * {
  color: #FFFFFF;
  margin-bottom: 0;
}
._calculator ._options ._content {
  padding: 2.5rem 1.875rem 3.125rem;
}
._calculator ._results {
  margin-top: 1.125rem;
}
._calculator ._results ._title {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  display: block;
  color: #343B4B;
  opacity: 0.8;
}
@media (min-width: 576px) {
  ._calculator ._results ._title {
    color: #ffffff;
  }
}
._calculator ._results ._price {
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 110%;
  align-items: center;
  color: #20B038;
  display: block;
}
@media (max-width: 576px) {
  ._calculator ._results ._price {
    margin-bottom: 1.25rem;
  }
}
._calculator ._results ._payback {
  color: #343B4B;
}
@media (min-width: 576px) {
  ._calculator ._results ._payback {
    color: #ffffff;
  }
}/*# sourceMappingURL=styles.css.map */

.price {
    width: 50%;
    border-collapse: collapse;
}
.price thead tr th{
    background: #0064FF;
    text-align: center;
    font-size: 18px;
    color: white;
}
.wrap-expand-table a[href^="#click-expand"], .wrap-expand-table a[href="#close"] {
    text-decoration: none;
    border-bottom: 1px dashed;
}
.price td {
    padding: 10px;
    border: 1px solid #000;
    vertical-align: middle;
}
/* Если браузер не поддерживает структурные псевдоклассы, то список будет раскрыт и доступ к данным сохранится */
[id^="click-expand"] {
    position: fixed; /* чтобы страница "не подпрыгивала" к id */
}
[id^="click-expand"]:target + .wrap-expand-table a[href^="#click-expand"],
[id^="click-expand"]:not(:target) + .wrap-expand-table tbody tr:nth-of-type(n+8), /* 8 — порядковый номер строки, после которой строки будут скрыты */
[id^="click-expand"]:not(:target) + .wrap-expand-table a[href="#close"] {
    display: none;
}

.characteristics tr:nth-child(odd) > * {
  background: #cdcbc9;
}

.characteristics tr:nth-child(even) > * {
  background: #f5f6f6;
}

.type-of-trackers-inner {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.type-of-trackers-rigth-col {
    box-shadow: 0 4px 15px rgb(0 0 0 / 15%);
    height: 150px;
    margin-bottom: 40px;
    background-color: #fff;
}

.type-of-trackers-rigth {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.img-col {
    width: 100px;
    height: 20px;
}

.type-of-trackers-text {
    margin-left: 10px;
    width: 90%;
    position: relative;
    top: 30px;
}

.type-of-trackers-heading {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #141414;
    margin-bottom: 10px;
}

.type-of-trackers-description {
    color: #000000;
    font-size: 18px;
    margin: 0 20px 0 0;
}