@charset "UTF-8";
@font-face {
  font-family: "Onest";
  src: url("/accel/static/css/fonts/Onest/OnestBold1602-hint.eot");
  src: local("☺"), url("/accel/static/css/fonts/Onest/OnestBold1602-hint.woff") format("woff"), url("/accel/static/css/fonts/Onest/OnestBold1602-hint.ttf") format("truetype"), url("/accel/static/css/fonts/Onest/OnestBold1602-hint.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: url("/accel/static/css/fonts/Onest/OnestExtraBold1602-hint.eot");
  src: local("☺"), url("/accel/static/css/fonts/Onest/OnestExtraBold1602-hint.woff") format("woff"), url("/accel/static/css/fonts/Onest/OnestExtraBold1602-hint.ttf") format("truetype"), url("/accel/static/css/fonts/Onest/OnestExtraBold1602-hint.svg") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: url("/accel/static/css/fonts/Onest/OnestRegular1602-hint.eot");
  src: local("☺"), url("/accel/static/css/fonts/Onest/OnestRegular1602-hint.woff") format("woff"), url("/accel/static/css/fonts/Onest/OnestRegular1602-hint.ttf") format("truetype"), url("/accel/static/css/fonts/Onest/OnestRegular1602-hint.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
a.white {
  background-color: #ffffff !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.3;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.container-fluid {
  max-width: 1650px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

html, body {
  min-width: 320px;
  font-size: 14px;
  font-family: "Onest";
}

.smp_targetPage {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  min-height: 100%;
  height: auto !important;
  width: 100%;
  min-width: 320px;
  position: relative;
}
.smp_targetPage .h3, .smp_targetPage h3 {
  font-family: "Onest";
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 54px;
  text-align: center;
  color: #253942;
}
.smp_targetPage .btn {
  cursor: pointer;
  max-width: 361px;
  background-color: #10b899;
  padding: 15px 54px 14px 54px;
  text-align: center;
  height: auto;
  text-decoration: none;
  font-family: "Onest";
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  border-radius: 5px;
  transition: background-color 0.2s ease-in-out;
}
.smp_targetPage .btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #10B899;
}
.smp_targetPage .phone-link {
  text-decoration: none;
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 1.28em;
  line-height: 23px;
  color: #10b899;
}
.smp_targetPage .adress-link {
  text-decoration: none;
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 1.28em;
  line-height: 23px;
  color: #253942;
}
.smp_targetPage .conteiner {
  width: 1640px;
  margin: 0px auto;
}
.smp_targetPage header {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05), 0px 4px 10px rgba(0, 0, 0, 0.03);
  z-index: 2000;
  position: fixed;
}
.smp_targetPage header .mobile-menu {
  display: none;
}
.smp_targetPage header .content__header_items {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
}
.smp_targetPage header .content__header_items .logo {
  padding: 0;
}
.smp_targetPage header .content__header_items .logo .desktop-logo {
  max-height: 54px;
}
.smp_targetPage header .content__header_items .content__header__subs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: 74px;
  align-items: center;
}
.smp_targetPage header .content__header_items .content__header__subs .map-link {
  text-align: center;
}
.smp_targetPage header .content__header_items .content__header__subs .map-link a {
  margin-left: 6px;
  bottom: 3px;
  position: relative;
}
.smp_targetPage header .content__header_items .content__header__subs .social-image {
  display: flex;
  align-items: center;
}
.smp_targetPage header .content__header_items .content__header__subs .social-image .social-links {
  display: flex;
  align-items: center;
  margin-left: 18px;
  position: relative;
}
.smp_targetPage header .content__header_items .content__header__subs .social-image .social-links a {
  transition: transform 0.2s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  margin-right: 12px;
  border-radius: 100%;
  background: #f8f8f8;
}
.smp_targetPage header .content__header_items .content__header__subs .social-image .social-links a:last-child {
  margin-right: 0;
}
.smp_targetPage header .content__header_items .content__header__subs .social-image .social-links a:hover {
  background: #253942;
}
.smp_targetPage header .content__header_items .content__header__subs .social-image .social-links a:hover svg {
  fill: #ffffff;
}
.smp_targetPage header .content__header_items .content__header__subs .social-image .social-links a svg, .smp_targetPage header .content__header_items .content__header__subs .social-image .social-links a img {
  fill: #253942;
  max-width: 25px;
  max-height: 25px;
  width: 80%;
  height: auto;
}
.smp_targetPage header .content__header_items .content__header__subs .btn {
  font-size: 20px;
  line-height: 25px;
}
.smp_targetPage header .dropbtn {
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background: url("/accel/static/i/targetPage/default/mobile/mob-menu.svg") no-repeat center center;
  width: 42px;
  height: 31px;
  display: none;
}
.smp_targetPage header .dropbtn.active {
  background: url("/accel/static/i/targetPage/default/mobile/menu-x.png") no-repeat center center;
}
.smp_targetPage header .dropdown {
  position: relative;
  display: none;
}
.smp_targetPage header .dropdown a:hover {
  background-color: #ddd;
}
.smp_targetPage header .hidden {
  display: none !important;
}
.smp_targetPage main {
  margin-top: 79px;
}
.smp_targetPage main .place {
  display: flex;
  width: 100%;
}
.smp_targetPage main .place__img {
  height: auto;
  width: 40%;
}
.smp_targetPage main .place__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.smp_targetPage main .place__text {
  padding: 106px 130px 130px 147px;
  margin: auto;
  width: 60%;
  display: flex;
  flex-direction: column;
}
.smp_targetPage main .place__text h2 {
  font-family: "Onest";
  font-style: normal;
  font-weight: 800;
  font-size: 65px;
  line-height: 120%;
  /* or 78px */
  color: #253942;
}
.smp_targetPage main .place__text p {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #253942;
  margin-top: 32px;
}
.smp_targetPage main .place__text .btn {
  margin-top: 40px;
  max-width: 361px;
  font-size: 24px;
  line-height: 31px;
  width: 100%;
  text-align: center;
  height: auto;
  text-decoration: none;
}
.smp_targetPage main .main-services-place {
  background-color: #f8f8f8;
}
.smp_targetPage main .main-services-place .services-place {
  width: 100%;
  display: flex;
  align-items: center;
  background: #f8f8f8;
  justify-content: center;
}
.smp_targetPage main .main-services-place .services-place .services-element {
  margin: 40px 0;
  border-right: 2px solid #10b899;
  padding: 15px 0;
}
.smp_targetPage main .main-services-place .services-place .services-element p {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #253942;
}
.smp_targetPage main .main-services-place .services-place .services-element:last-child {
  border: none;
}
.smp_targetPage main .table-comparison {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 60px;
}
.smp_targetPage main .table-comparison .h3 {
  font-family: "Onest";
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 54px;
  display: block;
  color: #253942;
}
.smp_targetPage main .table-comparison .table-comprasion__content {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(10px, 1fr));
  width: 100%;
  max-width: 1018px;
  flex-wrap: wrap;
  margin-top: 40px;
  position: relative;
}
.smp_targetPage main .table-comparison .table-comprasion__content .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.smp_targetPage main .table-comparison .table-comprasion__content .row:nth-child(odd) {
  background-color: #F8F8F8;
  border-radius: 5px;
}
.smp_targetPage main .table-comparison .table-comprasion__content .row .param {
  height: 50px;
  font-family: Onest;
  padding: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  color: #253942;
}
.smp_targetPage main .table-comparison .table-comprasion__content .row .param .stars {
  display: grid;
  grid-template-columns: repeat(3, 20px);
  justify-items: center;
  justify-content: center;
  gap: 8px;
}
.smp_targetPage main .table-comparison .table-comprasion__content .row .param .stars img, .smp_targetPage main .table-comparison .table-comprasion__content .row .param .stars svg {
  opacity: 0.2;
}
.smp_targetPage main .table-comparison .table-comprasion__content .row .param .stars .active {
  opacity: 1;
}
.smp_targetPage main .table-comparison .table-comprasion__content .row .param:nth-child(1) {
  text-align: left;
  padding-left: 28px;
}
.smp_targetPage main .table-comparison .table-comprasion__content .row .param:nth-child(3) {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smp_targetPage main .table-comparison .table-comprasion__content .row .param:nth-child(2n) {
  width: 100%;
  text-align: center;
  border-left: 3px solid #10b899;
  border-right: 3px solid #10b899;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smp_targetPage main .table-comparison .table-comprasion__content .row .param.bt {
  border-top: 3px solid #10b899;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.smp_targetPage main .table-comparison .table-comprasion__content .row .param.bb {
  border-bottom: 3px solid #10b899;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.smp_targetPage main .benefit-place {
  display: block;
  width: 100%;
  align-self: center;
  justify-content: center;
  margin-top: 80px;
}
.smp_targetPage main .benefit-place .benefit-place__header {
  position: relative;
}
.smp_targetPage main .benefit-place .benefit-place__header h3 {
  font-family: "Onest";
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 54px;
  display: block;
  text-align: center;
  color: #253942;
}
.smp_targetPage main .benefit-place .benefit-place__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 40px;
  margin-top: 40px;
}
.smp_targetPage main .benefit-place .benefit-place__content .benefit-place__item {
  display: flex;
  background-color: #f8f8f8;
  border-radius: 7px;
}
.smp_targetPage main .benefit-place .benefit-place__content .benefit-place__item .benefit-place__data {
  text-align: start;
  display: flex;
  padding: 20px 16px 19px 16px;
  align-items: center;
}
.smp_targetPage main .benefit-place .benefit-place__content .benefit-place__item .benefit-place__data .benefit__number {
  font-family: "Onest";
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 54px;
  color: #10b899;
  max-width: 64px;
  max-height: 64px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.smp_targetPage main .benefit-place .benefit-place__content .benefit-place__item .benefit-place__data .benefit__desc {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #253942;
}
.smp_targetPage main .car-fluid {
  background: #f8f8f8;
}
.smp_targetPage main .car-fluid .car-table {
  width: 100%;
  display: flex;
  margin-top: 80px;
  align-items: center;
  flex-direction: column;
}
.smp_targetPage main .car-fluid .car-table .car-table__header {
  margin-top: 80px;
  position: relative;
}
.smp_targetPage main .car-fluid .car-table .car-table__content {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 40px;
  justify-content: center;
  margin-top: 23px;
}
.smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item {
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  opacity: 1;
  height: 250px;
  position: relative;
  background-color: white;
  border: 2px solid transparent;
  border-radius: 7px;
}
.smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item:hover {
  transform: scale(1.01);
  border: 2px solid #10b899;
}
.smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item p {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #253942;
  z-index: 2;
}
.smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item.hide {
  display: none;
}
.smp_targetPage main .car-fluid .car-table .car__deploy-link {
  margin-top: 40px;
}
.smp_targetPage main .car-fluid .car-table .car__deploy-link .link {
  margin-bottom: 80px;
  transition: transform 0.2s ease-out;
  display: flex;
  align-items: center;
  color: #f8f8f8;
}
.smp_targetPage main .car-fluid .car-table .car__deploy-link .link img, .smp_targetPage main .car-fluid .car-table .car__deploy-link .link svg {
  transform: rotate(-90deg);
}
.smp_targetPage main .car-fluid .car-table .car__deploy-link .link p {
  margin-left: 12px;
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  border-bottom: 1.5px solid #10b899;
  color: #10b899;
}
.smp_targetPage main .car-fluid .car-table .car__deploy-link .link:hover {
  transform: scale(1.01);
}
.smp_targetPage main .car-slider {
  width: 100%;
  position: relative;
}
.smp_targetPage main .car-slider .swiper__header {
  margin-top: 80px;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smp_targetPage main .car-slider .swiper__header .swiper__btn {
  display: flex;
  cursor: pointer;
}
.smp_targetPage main .car-slider .swiper__header .swiper__btn .prev-btn {
  transition: opacity 0.2s ease-out;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #f8f8f8;
}
.smp_targetPage main .car-slider .swiper__header .swiper__btn .prev-btn:hover {
  opacity: 1;
}
.smp_targetPage main .car-slider .swiper__header .swiper__btn .next-btn {
  transition: transform 0.2s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #f8f8f8;
  margin-left: 16px;
  transform: rotate(180deg);
}
.smp_targetPage main .car-slider .swiper__header .swiper__btn .next-btn:hover {
  opacity: 1;
}
.smp_targetPage main .car-slider .swiper {
  min-width: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 80px;
}
.smp_targetPage main .car-slider .swiper .swiper-wrapper {
  position: relative;
  align-items: stretch;
}
.smp_targetPage main .car-slider .swiper .swiper-wrapper .swiper-slide {
  width: 370px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.smp_targetPage main .car-slider .swiper .swiper-wrapper .swiper-slide img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  width: 100%;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.smp_targetPage main .car-slider .swiper .swiper-wrapper .swiper-slide:hover img {
  opacity: 0.85;
}
.smp_targetPage main .car-slider .swiper .swiper-wrapper .swiper-slide p {
  color: #253942;
}
.smp_targetPage main .car-slider .swiper .swiper-wrapper .swiper-slide .last-car {
  width: 100%;
  background: #f8f8f8;
  height: 100%;
}
.smp_targetPage main .car-slider .swiper .swiper-wrapper .swiper-slide .last-car__name {
  margin-top: 22px;
  font-family: Onest;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0em;
  text-align: center;
}
.smp_targetPage main .car-slider .swiper .swiper-wrapper .swiper-slide .lastcar__age {
  font-family: Onest;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0em;
  text-align: center;
}
.smp_targetPage main .car-slider .swiper .swiper-wrapper .swiper-slide .last-car_description {
  padding: 0 16px;
  font-family: Onest;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 32px;
}
.smp_targetPage main .car-slider .swiper .swiper__btn_bottom {
  display: none;
}
.smp_targetPage main .car-slider .swiper .swiper__btn_bottom .prev-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #f8f8f8;
}
.smp_targetPage main .car-slider .swiper .swiper__btn_bottom .prev-btn img, .smp_targetPage main .car-slider .swiper .swiper__btn_bottom .prev-btn svg {
  width: 24px;
  height: 24px;
}
.smp_targetPage main .car-slider .swiper .swiper__btn_bottom .next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #f8f8f8;
  margin-left: 16px;
  transform: rotate(180deg);
}
.smp_targetPage main .car-slider .swiper .swiper__btn_bottom .next-btn img, .smp_targetPage main .car-slider .swiper .swiper__btn_bottom .next-btn svg {
  width: 24px;
  height: 24px;
}
.smp_targetPage main .contacts {
  width: 100%;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smp_targetPage main .contacts .contacts-title {
  margin-top: 80px;
}
.smp_targetPage main .contacts .h3 {
  font-family: "Onest";
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 54px;
  display: block;
  text-align: center;
  color: #253942;
  position: relative;
}
.smp_targetPage main .contacts .contacts__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  width: 100%;
}
.smp_targetPage main .contacts .contacts__content .contacts__steps {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.smp_targetPage main .contacts .contacts__content .contacts__steps:before {
  content: "";
  width: 100%;
  background-image: url("/accel/static/i/targetPage/default/line_bg.svg");
  background-position: center;
  background-size: cover;
  position: absolute;
  overflow: hidden;
  top: calc(50% - 3px);
  z-index: 10;
  height: 7px;
}
.smp_targetPage main .contacts .contacts__content .contacts__steps__fix {
  display: grid;
  max-width: 1361px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  margin-top: 33px;
  width: 100%;
  gap: 40px 110px;
  position: relative;
}
.smp_targetPage main .contacts .contacts__content .contacts__steps__fix .contacts__img-container {
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border-radius: 7px;
}
.smp_targetPage main .contacts .contacts__content .contacts__steps__fix .contacts__img-container .contacts__img {
  margin-top: 30px;
  width: 100px;
  height: 100px;
  background: #f8f8f8;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smp_targetPage main .contacts .contacts__content .contacts__steps__fix .contacts__img-container .contacts__text {
  margin-top: 13px;
  margin-bottom: 30px;
}
.smp_targetPage main .contacts .contacts__content .contacts__steps__fix .contacts__img-container .contacts__text p {
  font-family: Onest;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0em;
  text-align: center;
  color: #253942;
}
.smp_targetPage main .contacts .contacts__content .contacts__steps__fix .contacts__img-container .contacts__text p:last-child {
  font-family: Onest;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0em;
}
.smp_targetPage main .contacts .contacts__content .estimate-form {
  width: 100%;
  max-width: 1361px;
}
.smp_targetPage main .contacts .contacts__content .estimate-form .estimate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 7px;
  padding: 20px 40px;
  margin-top: 85px;
}
.smp_targetPage main .contacts .contacts__content .estimate-form .estimate p {
  width: 60%;
  font-family: Onest;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  color: #253942;
}
.smp_targetPage main .contacts .contacts__content .estimate-form .estimate .btn {
  width: 40%;
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
}
.smp_targetPage main .contacts .contacts__content .contact-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.smp_targetPage main .contacts .contacts__content .contact-links .contact-links__text {
  display: flex;
  flex-direction: column;
}
.smp_targetPage main .contacts .contacts__content .contact-links .contact-links__text a {
  text-decoration: none;
}
.smp_targetPage main .contacts .contacts__content .contact-links .contact-links__text .contacts__phone {
  font-family: Onest;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  color: #10b899;
}
.smp_targetPage main .contacts .contacts__content .contact-links .contact-links__text .contacts__adress {
  text-decoration: none;
  font-family: Onest;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  color: #253942;
}
.smp_targetPage main .contacts .contacts__content .contact-links .contacts__social-links {
  display: flex;
  align-items: center;
  padding: 0 25px;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
}
.smp_targetPage main .contacts .contacts__content .contact-links .contacts__social-links a {
  transition: transform 0.2s ease-out;
  border-radius: 107px;
  background: #fff;
  width: 40px;
  height: 40px;
  display: grid;
  align-items: center;
  text-align: center;
  align-items: center;
  margin-right: 12px;
}
.smp_targetPage main .contacts .contacts__content .contact-links .contacts__social-links a:last-child {
  margin-right: 0;
}
.smp_targetPage main .contacts .contacts__content .contact-links .contacts__social-links a:hover {
  background: #253942;
}
.smp_targetPage main .contacts .contacts__content .contact-links .contacts__social-links a:hover svg {
  fill: #ffffff;
}
.smp_targetPage main .contacts .contacts__content .contact-links .contacts__social-links a img, .smp_targetPage main .contacts .contacts__content .contact-links .contacts__social-links a svg {
  fill: #253942;
  width: 80%;
  max-width: 25px;
  max-height: 25px;
  height: auto;
  margin: auto;
}
.smp_targetPage footer .copyright {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.smp_targetPage footer .copyright a {
  transition: opacity 0.2s ease-out;
  opacity: 0.9;
  font-family: Onest;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-decoration: none;
  color: #10b899;
  border-bottom: 1px solid #10b899;
}
.smp_targetPage footer .copyright a:hover {
  opacity: 1;
}
@media (max-width: 1540px) {
  .smp_targetPage .container-fluid {
    padding: 0 100px;
  }
  .smp_targetPage header .content__header .content__header_items .social-image .phone-link {
    font-size: 14px;
    line-height: 18px;
  }
  .smp_targetPage header .content__header .content__header_items .map-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
  }
  .smp_targetPage header .content__header .content__header_items .map-link .adress-link {
    margin-left: 5px;
    font-size: 14px;
    line-height: 18px;
  }
  .smp_targetPage header .content__header .content__header_items .btn {
    font-size: 14px;
    line-height: 18px;
  }
  .smp_targetPage main .place .place__text {
    padding: 15px 115px 15px 100px;
  }
  .smp_targetPage main .place .place__text h2 {
    font-size: 52px;
  }
  .smp_targetPage main .place .place__text p {
    font-size: 19px;
  }
  .smp_targetPage main .place .place__text .btn {
    font-size: 19px;
  }
  .smp_targetPage main .main-services-place .services-place {
    padding: 0 20px;
  }
  .smp_targetPage main .main-services-place .services-place .services-element {
    padding: 0 48px;
  }
  .smp_targetPage main .main-services-place .services-place .services-element:first-child {
    padding-left: 80px;
  }
  .smp_targetPage main .main-services-place .services-place .services-element p {
    font-size: 19px;
    line-height: 150%;
  }
  .smp_targetPage main .table-comparisons .table-comparison {
    margin-top: 53px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .h3 {
    font-size: 32px;
    line-height: 41px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param {
    font-size: 19px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param:nth-child(1) {
    text-align: left;
    padding-left: 19px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param .stars svg {
    width: 16px;
    height: 15px;
  }
  .smp_targetPage main .benefit-places .benefit-place {
    margin-top: 53px;
  }
  .smp_targetPage main .benefit-places .benefit-place__header .h3 {
    font-size: 32px;
    line-height: 41px;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__content {
    grid-gap: 30px;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__content .benefit-place__item .benefit-place__data {
    padding: 16px;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__content .benefit-place__item .benefit-place__data .benefit__number {
    font-size: 28px;
    max-width: 50px;
    max-height: 50px;
    line-height: 48px;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__content .benefit-place__item .benefit-place__data .benefit__desc {
    margin-left: 16px;
    font-size: 16px;
    line-height: 150%;
  }
  .smp_targetPage main .car-fluid .car-table {
    margin-top: 53px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__header {
    margin-top: 53px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__header .h3 {
    font-size: 32px;
    line-height: 41px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 30px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item {
    height: 200px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item p {
    font-size: 19px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item img {
    max-width: 250px;
  }
  .smp_targetPage main .car-fluid .car-table .car__deploy-link {
    margin-top: 30px;
  }
  .smp_targetPage main .car-fluid .car-table .car__deploy-link .link {
    margin-bottom: 60px;
  }
  .smp_targetPage main .car-fluid .car-table .car__deploy-link .link p {
    font-size: 16px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__header {
    margin-top: 53px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__header .swiper__title .h3 {
    font-size: 32px;
    line-height: 41px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__header .swiper__btn .prev-btn {
    width: 32px;
    height: 32px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__header .swiper__btn .prev-btn svg {
    width: 11px;
    height: 11px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__header .swiper__btn .next-btn {
    width: 32px;
    height: 32px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__header .swiper__btn .next-btn svg {
    width: 11px;
    height: 11px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide {
    max-width: 313px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide .last-car .last-car__name {
    margin-top: 19px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide .last-car p {
    font-size: 16px;
    line-height: 150%;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide .last-car .last-car_description {
    margin-bottom: 14px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts-title {
    margin-top: 53px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts-title .h3 {
    font-size: 32px;
    line-height: 41px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps:before {
    height: 5px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix {
    max-width: 1100px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__img {
    width: 82px;
    height: 82px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__img img, .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__img svg {
    width: 80%;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__text p {
    font-size: 19px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__text p:last-child {
    font-size: 16px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .estimate-form {
    max-width: 1100px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .estimate-form .estimate {
    justify-content: space-around;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .estimate-form .estimate p {
    width: 55%;
    font-size: 19px;
    line-height: 150%;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .estimate-form .estimate .btn {
    width: 45%;
    font-size: 16px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links .contact-links__text .contacts__phone {
    font-size: 19px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links .contact-links__text span {
    font-size: 19px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links .contacts__social-links {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links .contacts__social-links a {
    margin-right: 8px;
    width: 40px;
    height: 40px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links .contacts__social-links a:last-child {
    margin-right: 0;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links .contacts__social-links a svg {
    width: 80%;
    height: auto;
  }
  .smp_targetPage footer .copyright a {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .smp_targetPage .container-fluid {
    padding: 0 60px;
  }
  .smp_targetPage header .content__header .content__header_items .social-image .phone-link {
    font-size: 12px;
  }
  .smp_targetPage header .content__header .content__header_items .social-image .social-links a {
    width: 22px;
    height: 22px;
  }
  .smp_targetPage header .content__header .content__header_items .map-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
  }
  .smp_targetPage header .content__header .content__header_items .map-link .adress-link {
    margin-left: 5px;
    font-size: 12px;
  }
  .smp_targetPage header .content__header .content__header_items .btn {
    font-size: 14px;
    line-height: 18px;
  }
  .smp_targetPage main .place .place__text {
    padding: 15px 60px 15px 60px;
  }
  .smp_targetPage main .place .place__text h2 {
    font-size: 42px;
  }
  .smp_targetPage main .place .place__text p {
    font-size: 16px;
  }
  .smp_targetPage main .place .place__text .btn {
    font-size: 16px;
  }
  .smp_targetPage main .main-services-place .services-place {
    padding: 0 20px;
  }
  .smp_targetPage main .main-services-place .services-place .services-element {
    padding: 0 48px;
  }
  .smp_targetPage main .main-services-place .services-place .services-element:first-child {
    padding-left: 48px;
  }
  .smp_targetPage main .main-services-place .services-place .services-element p {
    font-size: 16px;
  }
  .smp_targetPage main .table-comparisons .table-comparison {
    margin-top: 53px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .h3 {
    font-size: 28px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param {
    font-size: 16px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param:nth-child(1) {
    text-align: left;
    padding-left: 19px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param .stars svg {
    width: 14px;
    height: 13px;
  }
  .smp_targetPage main .benefit-places .benefit-place {
    margin-top: 53px;
  }
  .smp_targetPage main .benefit-places .benefit-place__header .h3 {
    font-size: 28px;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__content .benefit-place__item .benefit-place__data {
    padding: 13px;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__content .benefit-place__item .benefit-place__data .benefit__number {
    font-size: 28px;
    max-width: 43px;
    max-height: 43px;
    line-height: 36px;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__content .benefit-place__item .benefit-place__data .benefit__desc {
    font-size: 14px;
  }
  .smp_targetPage main .car-fluid .car-table {
    margin-top: 53px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__header {
    margin-top: 53px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__header .h3 {
    font-size: 28px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item {
    height: 178px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item p {
    font-size: 16px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item img {
    max-width: 184px;
  }
  .smp_targetPage main .car-fluid .car-table .car__deploy-link {
    margin-top: 32px;
  }
  .smp_targetPage main .car-fluid .car-table .car__deploy-link .link {
    margin-bottom: 57px;
  }
  .smp_targetPage main .car-fluid .car-table .car__deploy-link .link p {
    font-size: 16px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide {
    max-width: 269px;
  }
  .smp_targetPage .car-slides .car-slider .swiper .swiper__header {
    margin-top: 53px;
  }
  .smp_targetPage .car-slides .car-slider .swiper .swiper__header .swiper__btn .prev-btn {
    width: 32px;
    height: 32px;
  }
  .smp_targetPage .car-slides .car-slider .swiper .swiper__header .swiper__btn .prev-btn svg {
    width: 11px;
    height: 11px;
  }
  .smp_targetPage .car-slides .car-slider .swiper .swiper__header .swiper__btn .next-btn {
    width: 32px;
    height: 32px;
  }
  .smp_targetPage .car-slides .car-slider .swiper .swiper__header .swiper__btn .next-btn svg {
    width: 11px;
    height: 11px;
  }
  .smp_targetPage .car-slides .car-slider .swiper .swiper__header .swiper__title .h3 {
    font-size: 28px;
  }
  .smp_targetPage .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide {
    max-width: 319px;
  }
  .smp_targetPage .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .smp_targetPage .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide .last-car .last-car__name {
    margin-top: 15px;
  }
  .smp_targetPage .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide .last-car p {
    font-size: 16px;
    line-height: 150%;
  }
  .smp_targetPage .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide .last-car .last-car_description {
    margin-bottom: 14px;
  }
  .smp_targetPage .contacts .contacts_contents .contacts-title {
    margin-top: 53px;
  }
  .smp_targetPage .contacts .contacts_contents .contacts-title .h3 {
    font-size: 28px;
  }
  .smp_targetPage .contacts .contacts_contents .contacts__content .contacts__steps:before {
    height: 5px;
  }
  .smp_targetPage .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix {
    max-width: 1100px;
  }
  .smp_targetPage .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__img {
    width: 66px;
    height: 66px;
  }
  .smp_targetPage .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__text p {
    font-size: 16px;
  }
  .smp_targetPage .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__text p:last-child {
    font-size: 14px;
  }
  .smp_targetPage .contacts .contacts_contents .contacts__content .estimate-form {
    max-width: 1100px;
  }
  .smp_targetPage .contacts .contacts_contents .contacts__content .estimate-form .estimate {
    justify-content: space-around;
  }
  .smp_targetPage .contacts .contacts_contents .contacts__content .estimate-form .estimate p {
    width: 50%;
    font-size: 16px;
    line-height: 150%;
  }
  .smp_targetPage .contacts .contacts_contents .contacts__content .estimate-form .estimate .btn {
    width: 50%;
    font-size: 16px;
  }
  .smp_targetPage .contacts .contacts_contents .contacts__content .contact-links .contact-links__text .contacts__phone {
    font-size: 16px;
  }
  .smp_targetPage .contacts .contacts_contents .contacts__content .contact-links .contact-links__text span {
    font-size: 16px;
  }
  .smp_targetPage .contacts .contacts_contents .contacts__content .contact-links .contacts__social-links {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .smp_targetPage .contacts .contacts_contents .contacts__content .contact-links .contacts__social-links a {
    margin-right: 8px;
    width: 40px;
    height: 40px;
  }
  .smp_targetPage .contacts .contacts_contents .contacts__content .contact-links .contacts__social-links a:last-child {
    margin-right: 0;
  }
  .smp_targetPage .contacts .contacts_contents .contacts__content .contact-links .contacts__social-links a svg {
    width: 80%;
    height: auto;
  }
  .smp_targetPage footer .copyright a {
    font-size: 14px;
  }
}
@media (max-width: 1095px) {
  .smp_targetPage .container-fluid {
    padding: 0 60px;
  }
  .smp_targetPage header .content__header .content__header_items {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
  }
  .smp_targetPage header .content__header .content__header_items .content__header_top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs {
    margin: 40px 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    transition: all 0.7s ease-in-out;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs .map-link {
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs .map-link img {
    display: none;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs .map-link .adress-link {
    font-size: 24px;
    line-height: 150%;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs .social-image {
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs .social-image a {
    font-size: 24px;
    line-height: 150%;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs .social-image .social-links {
    left: unset;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs .social-image .social-links a {
    width: 60px;
    height: 60px;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs .social-image .social-links a img, .smp_targetPage header .content__header .content__header_items .content__header__subs .social-image .social-links a svg {
    width: 80%;
    height: auto;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs .btn {
    transition: all 0.1s ease-in-out;
    margin-top: 20px;
    width: 100%;
    max-width: unset;
    font-size: 24px;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs.active {
    transition: all 0.5s ease-in-out;
    margin: 40px 0;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs.active .map-link {
    opacity: 1;
    transition: all 1.5s ease-in-out;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs.active .social-image {
    opacity: 1;
    transition: all 1.5s ease-in-out;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs.active .btn {
    opacity: 1;
    transition: all 1.5s ease-in-out;
  }
  .smp_targetPage header .content__header .content__header_items .dropdown {
    display: inline-block;
  }
  .smp_targetPage header .content__header .content__header_items .dropdown .dropbtn {
    display: block;
  }
  .smp_targetPage main .place {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .smp_targetPage main .place .place__text {
    padding: 40px 60px 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .smp_targetPage main .place .place__text h2 {
    font-size: 66px;
    letter-spacing: 0em;
  }
  .smp_targetPage main .place .place__text p {
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0em;
  }
  .smp_targetPage main .place .place__text .btn {
    width: 100%;
    max-width: unset;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: 0em;
    padding: 15px, 54px, 14px, 54px;
  }
  .smp_targetPage main .place .place__img {
    width: 100%;
  }
  .smp_targetPage main .place .place__img img {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .smp_targetPage main .table-comparisons .table-comparison {
    margin-top: 80px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .h3 {
    font-size: 66px;
    line-height: 120%;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: unset;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row:nth-child(odd) {
    background-color: unset;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row:last-child .param:last-child {
    border-bottom: 3px solid #F8F8F8 !important;
    border-bottom-right-radius: 14px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row:first-child .param:last-child {
    border-top: 3px solid #F8F8F8 !important;
    border-top-right-radius: 14px;
    font-size: 32px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param {
    height: auto;
    padding: 8px 44px;
    font-size: 28px;
    line-height: 150%;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param .stars {
    grid-template-columns: repeat(3, 40px);
    gap: 20px;
    margin: 17px 0;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param .stars img, .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param .stars svg {
    width: 42px;
    height: 40px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param:nth-child(1) {
    grid-column: 1/3;
    border-left: 3px solid #10b899;
    width: 100%;
    text-align: center;
    background-color: #F8F8F8;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param:nth-child(2n+1) {
    width: 100%;
    text-align: center;
    border-right: 3px solid #F8F8F8 !important;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param.empty {
    display: none;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param:nth-child(2) {
    width: 100%;
    text-align: center;
    border-left: 3px solid #10b899;
    border-right: 3px solid #10b899;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param.bt {
    border-top: 3px solid #10b899;
    font-size: 32px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param.bb {
    border-bottom: 3px solid #10b899;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .smp_targetPage main .benefit-places .benefit-place {
    margin-top: 80px;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__header .h3 {
    font-size: 66px;
    line-height: 120%;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__content .benefit-place__item .benefit-place__data .benefit__number {
    font-size: 86px;
    max-width: 90px;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__content .benefit-place__item .benefit-place__data .benefit__desc {
    font-size: 28px;
  }
  .smp_targetPage main .car-fluid .car-table {
    margin-top: 80px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__header {
    margin-top: 80px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__header .h3 {
    font-size: 66px;
    line-height: 120%;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item {
    height: 250px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item p {
    font-size: 28px;
    line-height: 150%;
    width: 70%;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item img {
    max-width: 276px;
  }
  .smp_targetPage main .car-fluid .car-table .car__deploy-link {
    margin-top: 60px;
  }
  .smp_targetPage main .car-fluid .car-table .car__deploy-link .link {
    margin-bottom: 80px;
  }
  .smp_targetPage main .car-fluid .car-table .car__deploy-link .link p {
    font-size: 32px;
    line-height: 41px;
  }
  .smp_targetPage main .car-slides .car-slider {
    padding-right: unset;
    padding-left: unset;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__header {
    margin-top: 80px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__header .swiper__title .h3 {
    font-size: 66px;
    line-height: 120%;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__header .swiper__btn {
    display: none;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    max-width: 540px;
    margin-left: 40px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide .last-car p {
    font-size: 32px;
    line-height: 150%;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__btn_bottom {
    display: flex !important;
    justify-content: center;
    margin-top: 30px;
  }
  .smp_targetPage main .contacts .contacts_contents {
    padding: unset;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts-title {
    margin-top: 80px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts-title .h3 {
    font-size: 66px;
    line-height: 120%;
    padding: 0 60px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps:before {
    background: none;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix {
    padding: 0 60px;
    grid-template-columns: repeat(1, minmax(320px, 1fr));
    gap: 12px 110px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container {
    padding: 16px;
    flex-direction: row;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__img {
    margin: unset;
    width: 120px;
    height: 120px;
    padding: 5px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__text {
    margin-left: 16px;
    margin-bottom: unset;
    margin-top: unset;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__text p {
    text-align: left;
    font-size: 32px;
    line-height: 150%;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__text p:last-child {
    text-align: left;
    font-size: 32px;
    line-height: 150%;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .estimate-form .estimate {
    flex-direction: column;
    padding: 20px 60px 80px 60px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .estimate-form .estimate p {
    margin-top: 60px;
    width: 100%;
    font-size: 66px;
    line-height: 150%;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .estimate-form .estimate .btn {
    margin-top: 20px;
    max-width: unset;
    width: 100%;
    font-size: 20px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links {
    margin: 80px 0;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links .contact-links__text .contacts__phone {
    font-size: 32px;
    line-height: 150%;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links .contact-links__text span {
    font-size: 32px;
    line-height: 150%;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links .contacts__social-links a {
    width: 60px;
    height: 60px;
  }
  .smp_targetPage main .main-services-place .services-place {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    justify-content: center;
    align-items: center;
    background: #f8f8f8;
    padding: 50px 60px;
  }
  .smp_targetPage main .main-services-place .services-place .services-element {
    display: flex;
    border: none;
    background: #ffffff;
    border-left: 3px solid #10b899;
    border-radius: 5px;
    padding: 16px 16px 16px 24px;
    width: 100%;
    margin: 0;
  }
  .smp_targetPage main .main-services-place .services-place .services-element p {
    font-family: Onest;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
  }
  .smp_targetPage main .main-services-place .services-place .services-element:first-child {
    border-left: 3px solid #10b899;
    border-radius: 5px;
    padding: 16px 16px 16px 24px;
  }
  .smp_targetPage main .main-services-place .services-place .services-element:last-child {
    border: none;
    border-left: 3px solid #10b899;
    border-radius: 5px;
    padding: 16px 16px 16px 24px;
  }
  .smp_targetPage footer .copyright a {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 880px) {
  .smp_targetPage .content__header .content__header_items .social-image {
    display: none;
  }
}
@media (max-width: 780px) {
  .smp_targetPage .container-fluid {
    padding: 0 40px;
  }
  .smp_targetPage main .place .place__text {
    padding: 40px 40px 0 40px;
  }
  .smp_targetPage main .place .place__text h2 {
    font-size: 50px;
    line-height: 120%;
  }
  .smp_targetPage main .place .place__text p {
    font-size: 21px;
    line-height: 150%;
  }
  .smp_targetPage main .place .place__text .btn {
    font-size: 24px;
    line-height: 31px;
  }
  .smp_targetPage main .main-services-place .services-place {
    padding: 50px 40px;
  }
  .smp_targetPage main .main-services-place .services-place .services-element p {
    font-size: 21px;
    line-height: 150%;
  }
  .smp_targetPage main .table-comparisons .table-comparison {
    margin-top: 60px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .h3 {
    font-size: 50px;
    line-height: 120%;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row:first-child .param:last-child {
    font-size: 24px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param {
    font-size: 21px;
    padding: 8px 13px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param .stars {
    grid-template-columns: repeat(3, 32px);
    gap: 15px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param .stars img, .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param .stars svg {
    width: 32px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param.bt {
    font-size: 24px;
  }
  .smp_targetPage main .benefit-places .benefit-place {
    margin-top: 60px;
    padding: 0 40px;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__header .h3 {
    font-size: 50px;
    line-height: 120%;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__content .benefit-place__item .benefit-place__data .benefit__number {
    font-size: 64.5px;
    line-height: 120%;
    max-width: 27px;
    max-height: 77px;
    margin: 0 28px;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__content .benefit-place__item .benefit-place__data .benefit__desc {
    font-size: 21px;
    line-height: 150%;
  }
  .smp_targetPage main .car-fluid .car-table {
    margin-top: 60px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__header .h3 {
    font-size: 50px;
    line-height: 120%;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item p {
    font-size: 21px;
    line-height: 150%;
    width: 75%;
  }
  .smp_targetPage main .car-fluid .car-table .car__deploy-link {
    margin-top: 48px;
  }
  .smp_targetPage main .car-fluid .car-table .car__deploy-link .link {
    margin-bottom: 60px;
  }
  .smp_targetPage main .car-fluid .car-table .car__deploy-link .link p {
    font-size: 24px;
    line-height: 31px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__header {
    margin-top: 60px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__header .swiper__title .h3 {
    font-size: 50px;
    line-height: 120%;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide {
    max-width: 405px;
    margin-left: 40px;
    margin-right: 0px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide .last-car p {
    font-size: 24px;
    line-height: 150%;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__btn_bottom .prev-btn {
    width: 60px;
    height: 60px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__btn_bottom .prev-btn svg {
    width: 19px;
    height: 18px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__btn_bottom .next-btn {
    width: 60px;
    height: 60px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__btn_bottom .next-btn svg {
    width: 19px;
    height: 18px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts-title {
    margin-top: 60px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts-title .h3 {
    font-size: 50px;
    line-height: 120%;
    padding: 0 40px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__img {
    width: 91px;
    height: 90px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__text p {
    font-size: 24px;
    line-height: 150%;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__text p:last-child {
    font-size: 24px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .estimate-form .estimate {
    justify-content: space-around;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .estimate-form .estimate p {
    margin-top: 40px;
    font-size: 50px;
    line-height: 150%;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .estimate-form .estimate .btn {
    font-size: 24px;
    line-height: 31px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links {
    margin: 60px 0;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links .contact-links__text .contacts__phone {
    font-size: 24px;
    line-height: 150%;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links .contact-links__text span {
    font-size: 24px;
    line-height: 150%;
  }
  .smp_targetPage footer .copyright a {
    font-size: 21px;
    line-height: 27px;
  }
}
@media (max-width: 425px) {
  .smp_targetPage .container-fluid {
    padding: 0 20px;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs .map-link .adress-link {
    font-size: 16px;
    line-height: 150%;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs .social-image a {
    font-size: 16px;
    line-height: 150%;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs .social-image .social-links {
    margin-top: 10px;
    margin-left: unset;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs .social-image .social-links a {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
  .smp_targetPage header .content__header .content__header_items .content__header__subs .btn {
    transition: all 0.1s ease-in-out;
    margin-top: 20px;
    font-size: 16px;
  }
  .smp_targetPage header .content__header .content__header_items .dropdown {
    display: inline-block;
  }
  .smp_targetPage header .content__header .content__header_items .dropdown .dropbtn {
    display: block;
  }
  .smp_targetPage main .place .place__text {
    padding: 40px 20px 0 20px;
  }
  .smp_targetPage main .place .place__text h2 {
    font-size: 30px;
    line-height: 120%;
  }
  .smp_targetPage main .place .place__text p {
    font-size: 16px;
    line-height: 150%;
  }
  .smp_targetPage main .place .place__text .btn {
    font-size: 16px;
    line-height: 20px;
  }
  .smp_targetPage main .main-services-place .services-place {
    padding: 40px 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .smp_targetPage main .main-services-place .services-place .services-element p {
    font-size: 16px;
    line-height: 150%;
  }
  .smp_targetPage main .table-comparisons .table-comparison {
    margin-top: 40px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .h3 {
    font-size: 24px;
    line-height: 120%;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row:first-child .param:last-child {
    font-size: 14px;
    line-height: 110%;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param {
    font-size: 16px;
    line-height: 120%;
    padding: 8px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param .stars {
    grid-template-columns: repeat(3, 16px);
    gap: 8px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param .stars img, .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param .stars svg {
    width: 16px;
  }
  .smp_targetPage main .table-comparisons .table-comparison .table-comprasion__container .table-comprasion__content .row .param.bt {
    font-size: 14px;
    line-height: 110%;
  }
  .smp_targetPage main .benefit-places .benefit-place {
    margin-top: 40px;
    padding: 0 20px;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__header .h3 {
    font-size: 24px;
    line-height: 120%;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__content {
    grid-gap: 12px;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__content .benefit-place__item .benefit-place__data .benefit__number {
    font-size: 30px;
    line-height: 120%;
    margin: 0 11px 0 0;
    height: 36px;
  }
  .smp_targetPage main .benefit-places .benefit-place .benefit-place__content .benefit-place__item .benefit-place__data .benefit__desc {
    font-size: 16px;
    line-height: 150%;
  }
  .smp_targetPage main .car-fluid .car-table {
    margin-top: 40px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__header {
    margin-top: 40px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__header .h3 {
    font-size: 24px;
    line-height: 120%;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content {
    grid-gap: 12px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item {
    height: 96px;
    width: 100%;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item p {
    font-size: 16px;
    line-height: 150%;
    margin-right: 130px;
    margin-top: 11px;
  }
  .smp_targetPage main .car-fluid .car-table .car-table__content .car-table__item img {
    width: 120px;
  }
  .smp_targetPage main .car-fluid .car-table .car__deploy-link {
    margin-top: 20px;
  }
  .smp_targetPage main .car-fluid .car-table .car__deploy-link .link {
    margin-bottom: 40px;
  }
  .smp_targetPage main .car-fluid .car-table .car__deploy-link .link p {
    font-size: 16px;
    line-height: 20px;
  }
  .smp_targetPage main .car-slides .car-slider {
    padding-right: 0;
    padding-left: 0;
  }
  .smp_targetPage main .car-slides .car-slider .swiper {
    margin-bottom: 40px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__header {
    margin-top: 40px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__header .swiper__title .h3 {
    font-size: 24px;
    line-height: 120%;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide {
    max-width: 280px;
    margin-left: 20px;
    margin-right: 0px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper-wrapper .swiper-slide .last-car p {
    font-size: 16px;
    line-height: 150%;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__btn_bottom .prev-btn {
    width: 40px;
    height: 40px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__btn_bottom .prev-btn svg {
    width: 13px;
    height: 12px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__btn_bottom .next-btn {
    width: 40px;
    height: 40px;
  }
  .smp_targetPage main .car-slides .car-slider .swiper .swiper__btn_bottom .next-btn svg {
    width: 13px;
    height: 12px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts-title {
    margin-top: 40px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts-title .h3 {
    padding: 0 20px;
    font-size: 24px;
    line-height: 120%;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix {
    padding: 0 20px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__text p {
    font-size: 16px;
    line-height: 150%;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contacts__steps .contacts__steps__fix .contacts__img-container .contacts__text p:last-child {
    font-size: 16px;
    line-height: 150%;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .estimate-form .estimate {
    padding: 20px 20px;
    justify-content: space-around;
    margin-top: 20px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .estimate-form .estimate p {
    margin-top: 20px;
    font-size: 24px;
    line-height: 150%;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .estimate-form .estimate .btn {
    font-size: 16px;
    line-height: 20px;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links {
    margin: 40px 0;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links .contact-links__text .contacts__phone {
    font-size: 16px;
    line-height: 150%;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links .contact-links__text span {
    font-size: 16px;
    line-height: 150%;
  }
  .smp_targetPage main .contacts .contacts_contents .contacts__content .contact-links .contacts__social-links a {
    width: 40px;
    height: 40px;
  }
  .smp_targetPage footer .copyright a {
    font-size: 14px;
    line-height: 18px;
  }
}