.l-h1 {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
}
.l-h1--grey {
  color: #808080;
}
@media (max-width: 1024px) {
  .l-h1 {
    font-size: 36px;
  }
}
.l-h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.l-blue {
  color: #03508C;
}
.l-light-grey {
  color: rgba(0, 0, 0, 0.5);
}
.l-white {
  color: #FFF;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
img,
fieldset,
a img {
  border: none;
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
}
input[type=submit],
button {
  cursor: pointer;
}
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}
div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: none;
}
ul,
ol {
  list-style-type: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
a {
  text-decoration: none;
}
.btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #FE6D04;
  color: #FFF;
  background-color: #FE6D04;
  text-align: center;
  transform-origin: center;
}
.btn:hover {
  background: hsl(22deg, 100%, 50%);
}
.btn--outline {
  color: #FE6D04;
  background: transparent;
}
.btn--outline:hover {
  background: hsl(22deg, 100%, 94%);
}
.hero__container {
  display: flex;
  gap: 36px;
}
@media (max-width: 1024px) {
  .hero__container {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .hero__container {
    gap: 10px;
  }
}
.hero__left {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 100px 62px 30px 0;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .hero__left {
    padding: 96px 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .hero__left {
    padding: 72px 20px 20px 20px;
  }
}
.hero__left-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 30px 30px 0;
  background: #F2F7FB;
}
@media (max-width: 1024px) {
  .hero__left-bg {
    border-radius: 0 0 30px 30px;
  }
}
.hero__left-bg::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: calc(50vw - 678px);
  background-color: inherit;
}
@media (max-width: 1362px) {
  .hero__left-bg::before {
    width: 16px;
  }
}
@media (max-width: 1024px) {
  .hero__left-bg::before {
    display: none;
  }
}
.hero__logo {
  width: 690px;
  margin-bottom: 20px;
}
@media (max-width: 1279px) {
  .hero__logo {
    width: 400px;
  }
}
@media (max-width: 1024px) {
  .hero__logo {
    width: 100%;
  }
}
.hero__logo img {
  display: block;
  width: 100%;
}
.hero__title {
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
  color: #808080;
}
@media (max-width: 1024px) {
  .hero__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    margin-bottom: 60px;
  }
}
.hero__cta-section {
  margin-left: auto;
  margin-bottom: 100px;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .hero__cta-section {
    margin-bottom: 124px;
  }
}
@media (max-width: 767px) {
  .hero__cta-section {
    max-width: 230px;
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .hero__btn .btn {
    color: #FFF;
    background-color: #FE6D04;
  }
}
.hero__address {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.hero__address svg {
  height: 48px;
  width: 48px;
  color: #03508C;
}
@media (max-width: 1024px) {
  .hero__address svg {
    height: 20px;
    width: 20px;
  }
}
.hero__address address {
  font-style: normal;
}
@media (max-width: 1024px) {
  .hero__address address {
    font-size: 16px;
    line-height: 1.3;
  }
}
.hero__right {
  flex: 0 0 428px;
  max-width: 428px;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .hero__right {
    flex: 0 0 100%;
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .hero {
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 20px 0 40px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .header {
    padding: 0;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .header__wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.header__nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 80px;
  background: #FFF;
  border-radius: 0 0 0 30px;
  padding-left: 40px;
  z-index: 100;
}
@media (max-width: 1024px) {
  .header__nav {
    display: block;
    height: auto;
    padding: 10px 0;
    overflow: auto;
    width: 100%;
  }
}
.header__nav-list {
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .header__nav-list {
    gap: 20px;
  }
}
.header__nav-list.is-header-link-animated .header__nav-item {
  opacity: 1 !important;
}
.header__nav-item {
  opacity: 0;
}
.header__social {
  flex-grow: 1;
  padding: 20px 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .header__social {
    padding-left: 20px;
  }
}
.header__social-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 30px 0 0;
  background-color: #F2F7FB;
}
@media (max-width: 1024px) {
  .header__social-bg {
    border-radius: 0;
  }
}
.header__social-bg:after, .header__social-bg:before {
  content: "";
  position: absolute;
  background-color: inherit;
}
@media (max-width: 1024px) {
  .header__social-bg:after, .header__social-bg:before {
    display: none;
  }
}
.header__social-bg:after {
  left: 100%;
  top: 0;
  height: 100%;
  width: 100px;
}
.header__social-bg::before {
  right: 100%;
  top: 0;
  height: 100%;
  width: calc(50vw - 678px);
}
@media (max-width: 1362px) {
  .header__social-bg::before {
    width: 16px;
  }
}
.header-link {
  position: relative;
  display: inline-block;
  padding: 10px 16px 5px 16px;
}
.header-link:hover span:before {
  transform: translateX(0);
}
.header-link span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  line-height: 1.3;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header-link span {
    font-size: 14px;
  }
}
.header-link span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: translateX(-100%);
  transition: transform 0.3s;
}
.social-list {
  display: flex;
  gap: 20px;
}
.social-link {
  display: block;
  color: #808080;
  padding: 6px;
}
.social-link:hover {
  color: #03508C;
}
.social-link svg {
  display: block;
  height: 24px;
  width: 24px;
}
.footer {
  padding: 0 0 24px;
  background: #F2F7FB;
}
@media (max-width: 1024px) {
  .footer {
    background: none;
  }
}
.footer__container {
  position: relative;
}
@media (max-width: 1024px) {
  .footer__container {
    display: flex;
    flex-direction: column;
  }
}
.footer__accent-block {
  position: absolute;
  top: 0;
  right: 16px;
  background: #FFF;
  padding: 10px 0 20px 40px;
  border-radius: 0 0 0 30px;
}
@media (max-width: 1024px) {
  .footer__accent-block {
    order: 3;
    position: static;
    padding: 20px 0 10px;
    text-align: center;
  }
}
.footer__accent-block .bg:before, .footer__accent-block:before {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  display: block;
  background-image: url(//uaspectr.com/wp-content/themes/spectr/css/./../images/subtract.svg);
  background-size: cover;
  transform-origin: center;
}
@media (max-width: 1024px) {
  .footer__accent-block .bg:before, .footer__accent-block:before {
    display: none;
  }
}
.footer__accent-block:before {
  right: 100%;
  top: 0;
  transform: rotate(270deg);
}
.footer__accent-block img {
  max-width: 158px;
}
.footer__accent-block .bg {
  position: absolute;
  top: 0;
  height: 100%;
  left: 100%;
  width: calc(50vw - 678px);
  background: #FFF;
}
@media (max-width: 1362px) {
  .footer__accent-block .bg {
    width: 10px;
  }
}
@media (max-width: 1024px) {
  .footer__accent-block .bg {
    display: none;
  }
}
.footer__accent-block .bg:before {
  top: 100%;
  right: 0;
  transform: rotate(270deg);
}
.footer__logo {
  width: 283px;
}
.footer__logo img {
  width: 100%;
}
.footer__middle {
  padding-top: 30px;
  display: flex;
  gap: 65px;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .footer__middle {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: #F2F7FB;
    padding: 20px 20px 60px 20px;
    margin-bottom: 0;
    border-radius: 30px 30px 0 0;
  }
}
.footer__moto {
  max-width: 428px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .footer__moto {
    font-size: 18px;
  }
}
.footer__bottom {
  padding-left: 348px;
  margin-bottom: 40px;
  display: flex;
}
@media (max-width: 1024px) {
  .footer__bottom {
    background: #F2F7FB;
    flex-direction: column;
    padding-left: 0;
    padding: 0 20px 68px 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .footer__btn {
    text-align: center;
    margin-bottom: 40px;
  }
}
.footer__contacts {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .footer__contacts {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .footer__trademark {
    order: 4;
    font-size: 14px;
  }
}
.footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1024px) {
  .footer-contact {
    gap: 10px;
  }
}
.footer-contact svg {
  width: 36px;
  height: 36px;
  color: #03508C;
}
@media (max-width: 1024px) {
  .footer-contact svg {
    width: 24px;
    height: 24px;
  }
}
.footer-contact__text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .footer-contact__text {
    font-size: 18px;
    line-height: 1.4;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.splide {
  height: 100%;
  width: 100%;
}
.splide__track {
  border-radius: 30px;
  overflow: hidden;
}
.splide__track {
  height: 100%;
}
.splide__arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 10px;
  background: #FFF;
  padding: 20px 0 0 20px;
  border-radius: 30px 0 0 0;
}
.products-carousel-2 .splide__arrows {
  left: 0;
  right: auto;
  border-radius: 0 30px 0 0;
  padding: 20px 20px 0 0;
}
.news-carousel .splide__arrows {
  bottom: 100%;
  padding-bottom: 36px;
}
.splide__arrows:before, .splide__arrows:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(//uaspectr.com/wp-content/themes/spectr/css/./../images/subtract.svg);
  background-size: cover;
}
.splide__arrows:before {
  bottom: 0;
  right: 100%;
}
.products-carousel-2 .splide__arrows:before {
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  right: auto;
  left: 100%;
}
.splide__arrows:after {
  bottom: 100%;
  right: 0;
}
.products-carousel-2 .splide__arrows:after {
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  right: auto;
  left: 0;
}
.splide__arrow {
  position: static;
  background: none;
  height: 48px;
  width: 48px;
  transform: none;
  opacity: 1;
}
.splide__arrow svg {
  height: 48px;
  width: 48px;
}
.splide__arrow:disabled {
  opacity: 0.6;
}
.splide__pagination {
  left: 30px;
  bottom: 30px;
  right: auto;
  padding: 0;
  gap: 2px;
}
@media (max-width: 767px) {
  .splide__pagination {
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.splide .splide__pagination__page {
  background: rgba(3, 80, 140, 0.4);
}
@media (max-width: 767px) {
  .splide .splide__pagination__page {
    background: rgba(255, 255, 255, 0.5);
  }
}
.splide .splide__pagination__page.is-active {
  background: #03508C;
  opacity: 1;
  transform: none;
}
@media (max-width: 767px) {
  .splide .splide__pagination__page.is-active {
    background: rgb(255, 255, 255);
  }
}
@media (max-width: 767px) {
  .splide.news-carousel .splide__pagination__page, .splide.hero-carousel .splide__pagination__page {
    background: rgba(3, 80, 140, 0.4);
  }
  .splide.news-carousel .splide__pagination__page.is-active, .splide.hero-carousel .splide__pagination__page.is-active {
    background: #03508C;
  }
}
@media (max-width: 767px) {
  .splide.news-carousel .splide__pagination {
    top: 100%;
    bottom: auto;
    padding-top: 18px;
  }
}
.c-card-1 {
  background: #F2F7FB;
  border-radius: 30px;
  padding: 30px 30px 104px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .c-card-1 {
    padding: 20px 20px 48px 20px;
  }
}
.c-card-1__image {
  display: block;
  max-width: 100%;
  aspect-ratio: 368/400;
  border-radius: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .c-card-1__image {
    aspect-ratio: 315/299;
  }
}
.c-card-1__title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .c-card-1__title {
    font-size: 18px;
  }
}
.c-card-1__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  gap: 20px;
}
.c-card-1__price {
  color: #797c7e;
}
@media (max-width: 767px) {
  .c-card-1__btn {
    flex-grow: 1;
  }
}
.c-card-1__btn .btn {
  width: 100%;
}
.c-card-2 {
  background: #03508C;
  height: 100%;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 312px 398px;
  grid-template-rows: auto auto 1fr auto;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media (max-width: 1279px) {
  .c-card-2 {
    grid-template-columns: 300px 312px 1fr;
  }
}
@media (max-width: 1024px) {
  .c-card-2 {
    grid-template-columns: 300px 250px 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .c-card-2 {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 48px 20px;
    gap: 0;
  }
}
.c-card-2__subtitle {
  grid-area: 1/1/span 1/span 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.c-card-2__title {
  grid-area: 2/1/span 1/span 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .c-card-2__title {
    margin-bottom: 20px;
  }
}
.c-card-2__descr {
  grid-area: 3/1/span 1/span 1;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.95);
  max-width: 400px;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .c-card-2__descr {
    margin-bottom: 20px;
  }
}
.c-card-2__btn {
  grid-area: 4/1/span 1/span 1;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .c-card-2__btn {
    margin-top: auto;
  }
  .c-card-2__btn .btn {
    width: 100%;
  }
}
.c-card-2__image-wrapper {
  grid-area: 2/2/span 3/span 1;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-card-2__image-wrapper {
    margin-bottom: 20px;
  }
}
.c-card-2__image-wrapper img {
  width: 100%;
}
@media (max-width: 767px) {
  .c-card-2__image-wrapper img {
    aspect-ratio: 45/31;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-card-2__brands-wrapper {
  grid-area: 1/3/span 4/span 1;
}
.c-card-2__brands {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .c-card-2__brands {
    margin-bottom: 20px;
    gap: 16px;
  }
}
.c-card-3 {
  background: #03508C;
  height: 100%;
  padding: 30px;
}
@media (max-width: 767px) {
  .c-card-3 {
    padding: 20px;
  }
}
.c-card-3__wrapper {
  display: flex;
  gap: 36px;
}
@media (max-width: 1024px) {
  .c-card-3__wrapper {
    gap: 20px;
    flex-direction: column;
  }
}
.c-card-3__subtitle {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.c-card-3__text {
  flex: 0 0 514px;
}
@media (max-width: 1024px) {
  .c-card-3__text {
    flex: 0 0 100%;
  }
}
.c-card-3__title {
  margin-bottom: 10px;
}
.c-card-3__descr {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  max-width: 400px;
}
@media (max-width: 1024px) {
  .c-card-3__descr {
    max-width: none;
    margin-bottom: 40px;
  }
}
.c-card-3__products {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 1024px) {
  .c-card-3__products {
    padding-bottom: 80px;
  }
}
.c-card-4 {
  display: flex;
  gap: 36px;
  height: 100%;
}
@media (max-width: 767px) {
  .c-card-4 {
    flex-direction: column;
    padding-bottom: 48px;
    gap: 0;
  }
}
.c-card-4__image-wrapper {
  border-radius: 30px;
  overflow: hidden;
  width: 196px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-card-4__image-wrapper {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
  }
}
.c-card-4__image {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .c-card-4__image {
    aspect-ratio: 315/206;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-card-4__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.c-card-4__title {
  margin-bottom: 10px;
}
.c-card-4__status {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  padding-left: 26px;
}
@media (max-width: 767px) {
  .c-card-4__status {
    margin-bottom: 10px;
  }
}
.c-card-4__status::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  background: #08a93b;
}
.c-card-4__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  gap: 18px;
}
.c-card-4__price {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .c-card-4__btn {
    flex-grow: 1;
  }
  .c-card-4__btn .btn {
    width: 100%;
  }
}
.news-card {
  display: block;
  background: #F2F7FB;
  border-radius: 30px;
  padding: 28px;
  height: 100%;
  border: 2px solid #F2F7FB;
  transition: border-color 0.3s;
}
@media (max-width: 767px) {
  .news-card {
    padding: 18px;
  }
}
.news-card:hover {
  border-color: #03508C;
}
.news-card:hover .news-card__image img {
  transform: scale(1.04);
}
.news-card__image {
  border-radius: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-card__image {
    margin-bottom: 10px;
  }
}
.news-card__image img {
  display: block;
  width: 100%;
  transition: transform 0.3s;
}
.news-card__date {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .news-card__date {
    margin-bottom: 4px;
  }
}
.news-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-card__title {
    font-size: 18px;
  }
}
.about-section {
  display: flex;
  flex-direction: column;
}
.about-section__title {
  max-width: 1008px;
  margin-bottom: 40px;
}
.about-section__descr {
  margin-left: auto;
  max-width: 428px;
  font-weight: 300;
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .about-section__descr {
    margin-bottom: 80px;
  }
}
.about-section__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
@media (max-width: 1024px) {
  .about-section__features {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-feature {
  text-align: center;
  padding: 20px 40px;
  background-image: url(//uaspectr.com/wp-content/themes/spectr/css/./../images/feature-bg.svg);
}
@media (max-width: 1024px) {
  .about-feature {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .about-feature {
    padding: 10px 20px 16px;
  }
}
.about-feature__title {
  font-weight: 300;
  color: #0560A8;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .about-feature__title {
    margin-bottom: 10px;
  }
}
.brand-tag {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 30px;
  background: rgba(6, 56, 94, 0.3019607843);
  text-transform: uppercase;
}
.mobile-carousel {
  position: relative;
  background: #03508C;
  border-radius: 30px;
  padding: 20px 20px 0 20px;
}
.mobile-carousel__subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.mobile-carousel__title {
  margin-bottom: 20px;
  color: #FFF;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
}
.mobile-carousel__descr {
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .products-section--desktop {
    display: none;
  }
}
.products-section--mobile {
  display: none;
}
@media (max-width: 767px) {
  .products-section--mobile {
    display: block;
  }
}
.services-section__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .services-section__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .services-section__wrapper {
    gap: 60px;
  }
}
.services-section__title {
  max-width: 430px;
}
.services-section__features {
  flex: 0 0 776px;
}
@media (max-width: 1024px) {
  .services-section__features {
    flex-basis: auto;
  }
}
.services-feature {
  display: flex;
  gap: 36px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.services-feature:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 767px) {
  .services-feature {
    gap: 16px;
  }
}
.services-feature__icon svg {
  width: 48px;
}
@media (max-width: 767px) {
  .services-feature__icon svg {
    width: 36px;
  }
}
.services-feature__title {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .services-feature__title {
    margin-bottom: 20px;
  }
}
.services-feature__descr {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  max-width: 680px;
}
.consult-section {
  background-image: url(//uaspectr.com/wp-content/themes/spectr/css/./../images/consult-bg.png);
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 318px;
}
@media (max-width: 767px) {
  .consult-section {
    background-image: url(//uaspectr.com/wp-content/themes/spectr/css/./../images/consult-bg-mobile.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1024px) {
  .consult-section.lk-section {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .consult-section.lk-section {
    padding-top: 0;
    margin-top: 80px;
    padding-bottom: 186px;
  }
}
.consult-section__title {
  max-width: 1008px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .consult-section__title {
    margin-bottom: 60px;
  }
}
.consult-section__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .consult-section__bottom {
    flex-direction: column;
    align-items: stretch;
  }
}
.consult-section__info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.consult-section__info span {
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
}
.consult-section__info svg {
  height: 48px;
  width: 48px;
}
@media (max-width: 767px) {
  .consult-section__info svg {
    height: 36px;
    width: 36px;
  }
}
@media (max-width: 767px) {
  .consult-section__info {
    order: 3;
  }
}
.consult-section__descr-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  flex: 0 0 100%;
}
.consult-section__descr {
  max-width: 428px;
}
@media (max-width: 767px) {
  .consult-section__descr {
    max-width: none;
    order: 1;
  }
}
.consult-section__btn {
  width: 428px;
  text-align: left;
}
@media (max-width: 767px) {
  .consult-section__btn {
    width: 100%;
    order: 2;
    margin-bottom: 26px;
  }
  .consult-section__btn .btn {
    width: 100%;
  }
}
.news-section {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .news-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .news-section__container {
    display: flex;
    flex-direction: column;
  }
}
.news-section__title, .news-section__descr {
  max-width: 1008px;
}
.news-section__title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .news-section__title {
    margin-bottom: 60px;
  }
}
.news-section__descr {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .news-section__descr {
    margin-bottom: 40px;
  }
}
.news-section__btn {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .news-section__btn {
    order: 10;
    margin-top: 48px;
    margin-bottom: 0;
  }
  .news-section__btn .btn {
    width: 100%;
  }
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.container {
  width: 100%;
  max-width: 1388px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}
.lk-section {
  margin: 140px 0;
}
@media (max-width: 1024px) {
  .lk-section {
    margin: 100px 0;
  }
}
@media (max-width: 767px) {
  .lk-section {
    margin: 80px 0;
  }
}
.lk-section-subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.5);
}
/*# sourceMappingURL=sourcemaps/style.min.css.map */

.footer__moto{color:#00000080}.news-card.news-card:hover{border-color:#fe6d04}.brand-tag:hover{background:rgba(6,56,94,.51)}@media (max-width:768px){.hide-on-mobile{display:none}}@media (max-width:767px){.c-card-4__image{aspect-ratio:220/206 !important}}@media (max-width:767px){.c-card-2__image-wrapper img{aspect-ratio:22/31 !important}}