@font-face {
  font-family: "Brandon-Grot-W01-Light";
  src: url("../fonts/Brandon-Grot-W01-Light.woff2") format("woff2"), url("../fonts/Brandon-Grot-W01-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Brandon-Grot-W05-Light";
  src: url("../fonts/Brandon-Grot-W05-Light.woff2") format("woff2"), url("../fonts/Brandon-Grot-W05-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Oswald-ExtraLight.ttf") format('truetype');
  font-display: block;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Oswald-Regular.ttf") format('truetype');
  font-display: block;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Oswald-Medium.ttf") format('truetype');
  font-display: block;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Oswald-700.ttf) format('truetype');
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir.woff2") format("woff2"), url("../fonts/Avenir.woff") format("woff");
  font-display: block;
}
:root {
  --blue: #0955BD;
}
/* Reset */
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
strong,
b {
  font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: Oswald, sans-serif;
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before,
div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container:after,
.container:before {
  display: table;
  content: " ";
  zoom: 1;
}
.container:after,
.row:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 2000px) {
  .container {
    width: 1400px;
    padding-right: 0;
    padding-left: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.container-narrow {
  width: clamp(360px, 60%, 980px);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.row .container-narrow {
  margin: unset;
}
.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jcsa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jcse {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.gap20 {
  gap: 20px;
}
.gap30 {
  gap: 30px;
}
.gap50 {
  gap: 50px;
}
.centered {
  text-align: center;
}
.tar {
  text-align: right;
}
.half {
  width: 50%;
}
.third {
  width: 32.5%;
}
.two-thirds {
  width: 66%;
}
.fourth {
  width: 24.5%;
}
.container-narrow .half {
  width: 48%;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  line-height: 1.3;
  margin-bottom: 30px;
}
.bg-blue {
  background-color: var(--blue);
  color: #FFF;
  padding: 70px 0;
}
.rect-10-14 {
  width: 390px;
  max-width: 100%;
  aspect-ratio: 10 / 14;
}
.rect-104 {
  width: 355px;
  max-width: 17%;
  aspect-ratio: 10 / 10.4;
}
header {
  position: relative;
  border-bottom: 2px solid #1E62BE;
  color: #757575;
  padding: 10px 20px;
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  padding: 5px;
  text-align: center;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  z-index: 5;
}
.header-logo span {
  font-family: Oswald, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: uppercase;
  padding: 20px;
}
#header-links {
  font-family: Oswald;
  font-size: 17px;
  font-weight: 400;
  color: #3164AF;
  max-width: 1400px;
  margin: auto;
}
.header-links-left,
.header-links-right {
  width: calc(50% - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-pick {
  width: 85px;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #3164AF;
}
.header-menu a {
  padding: 5px 20px;
}
.header-contacts a {
  padding: 5px 0px 5px 20px;
}
.header-download a {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
#selection {
  position: relative;
  padding: 100px 0 50px;
  background-image: url(../img/top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#selection.analog {
  background-image: url(../img/back-1.jpg);
}
#selection.oil {
  background-image: url(../img/back-2.jpg);
}
#selection.air {
  background-image: url(../img/back-3.jpg);
}
#selection.fuel {
  background-image: url(../img/back-4.jpg);
}
#selection.salom {
  background-image: url(../img/back-5.jpg);
}
#selection h1 {
  font-family: Oswald;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  color: #FFF;
  margin-bottom: 25px;
}
#selection p {
  color: #FFF;
}
.selection-link {
  display: block;
  width: 130px;
  height: 200px;
  background: #c7c7c7;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.selection-link:hover {
  background: var(--blue);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.selection-link.active {
  background: #528cdc;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.selection-link__img {
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.selection-link:hover .selection-link__img,
.selection-link.active .selection-link__img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.selection-link__title {
  display: block;
  font-family: brandon-grot-w01-light, brandon-grot-w05-light, sans-serif;
  color: var(--blue);
  font-size: 20px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.selection-link:hover .selection-link__title,
.selection-link.active .selection-link__title {
  color: #FFF;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.btn-blue {
  display: inline-block;
  position: relative;
  border: none;
  background-color: var(--blue);
  color: #FFF;
  padding: 20px 30px;
  border-radius: 5px;
}
.main-text {
  padding: 50px 0;
}
.main-text a {
  text-decoration: underline;
  color: #3164AF;
}
.main-text p,
.main-text ul {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 30px;
}
.main-text ul {
  padding-left: 30px;
}
.front-slider-wrap {
  position: relative;
  height: 370px;
  width: 100%;
}
.front-slider {
  height: 370px;
  width: 100%;
}
.slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slide-img {
  width: 50%;
  height: 370px;
  background-color: #fff;
  padding: 15px;
}
.slide-img img {
  margin: auto;
}
.slide-text {
  width: 50%;
  height: 370px;
  background-color: rgba(0, 81, 159, 0.9);
  color: #FFF;
  padding: 45px 25px;
}
.slide-title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.slide-link {
  text-transform: uppercase;
  text-decoration: underline;
}
.main-text .front-slider-wrap,
.main-text .front-slider {
  height: auto;
}
.main-text .front-slider .slide {
  margin-bottom: 30px;
  background-color: #00519f;
}
.main-text .front-slider .slide .slide-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  background-color: transparent;
}
.main-text .front-slider .slide .slide-text {
  height: auto;
}
.main-text .front-slider .slide .slide-text a {
  color: #FFF;
}
footer {
  background-color: #528CDC;
  color: #FFF;
  padding: 30px 0;
}
footer .container {
  width: 900px;
  max-width: 100%;
}
footer p {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 15px;
}
.filter-wrap .accordion {
  position: relative;
  cursor: pointer;
  padding: 18px 18px 18px 10px;
  width: 100%;
  text-align: left;
  font-size: 15px;
  margin-bottom: 20px;
  font-family: brandon-grot-w01-light, brandon-grot-w05-light, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.filter-wrap:nth-child(even) .accordion {
  background-color: rgba(255, 255, 255, 0.2);
}
.filter-wrap:nth-child(odd) .accordion {
  background-color: rgba(199, 199, 199, 0.4);
}
.filter-wrap .accordion:after {
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  content: '';
  display: block;
  width: 27px;
  height: 20px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.filter-wrap .accordion.active:after {
  -webkit-clip-path: polygon(100% 100%, 0 100%, 50% 0);
          clip-path: polygon(100% 100%, 0 100%, 50% 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.accordion.active,
.accordion:hover {
  background-color: #ccc;
}
.panel {
  padding: 10px 15px;
  display: none;
  background-color: #f9f9f9;
  border: 5px solid #fff;
  -webkit-box-shadow: inset 0 0 10px #959595;
          box-shadow: inset 0 0 10px #959595;
  color: #000;
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 20px;
}
.filter-wrap .accordion span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.filter-wrap .accordion span:nth-child(1) {
  width: 160px;
  color: #c7c7c7;
}
.filter-wrap .accordion span:nth-child(2) {
  width: 550px;
  max-width: 100%;
  color: #FFF;
  font-weight: bold;
}
.filter-name {
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}
.filter-img {
  border: 5px solid #aaa;
  margin-bottom: 20px;
}
.filter-details {
  margin-bottom: 20px;
  overflow-x: auto;
}
.prod-img {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-top: 20px;
}
.prod-info {
  display: inline-block;
  width: 58%;
  padding-top: 20px;
  padding-left: 20px;
}
.artikul {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  font-weight: 700;
}
.prod-title {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
}
table {
  /*	overflow: scroll;*/
}
td {
  padding: 5px 10px;
  border: 0px solid #aaa;
}

.prod-table {
  padding: 5px 10px;
  border: 0px solid white;
}

.prod-table td, th {
  border: 0px solid black;
    padding: 5px 10px;
}


.category-header {
  text-align: center;
}
.category-title {
  font-size: 70px;
  font-family: oswald, sans-serif;
  font-weight: bold;
}
.category-slider {
  background-size: 100%;
  background-position: center;
  -webkit-animation: cat-slider 6s infinite;
          animation: cat-slider 6s infinite;
  width: 100%;
  aspect-ratio: 3.07 / 1;
}
@-webkit-keyframes cat-slider {
  0% {
    background-image: url(../img/category-slider-1.webp);
  }
  32% {
    background-image: url(../img/category-slider-1.webp);
  }
  33% {
    background-image: url(../img/category-slider-2.webp);
  }
  65% {
    background-image: url(../img/category-slider-2.webp);
  }
  66% {
    background-image: url(../img/category-slider-3.webp);
  }
  99% {
    background-image: url(../img/category-slider-3.webp);
  }
  100% {
    background-image: url(../img/category-slider-1.webp);
  }
}
@keyframes cat-slider {
  0% {
    background-image: url(../img/category-slider-1.webp);
  }
  32% {
    background-image: url(../img/category-slider-1.webp);
  }
  33% {
    background-image: url(../img/category-slider-2.webp);
  }
  65% {
    background-image: url(../img/category-slider-2.webp);
  }
  66% {
    background-image: url(../img/category-slider-3.webp);
  }
  99% {
    background-image: url(../img/category-slider-3.webp);
  }
  100% {
    background-image: url(../img/category-slider-1.webp);
  }
}
.category-description {
  padding: 70px 0 50px;
  font-size: 22px;
  color: #757575;
  font-family: brandon-grot-w01-light, brandon-grot-w05-light, sans-serif;
}
.category-sep {
  width: 100%;
  aspect-ratio: 3.77 / 1;
  background: url(../img/category-sep.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.tab {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.tab button {
  font-family: Oswald, sans-serif;
  background-color: #DDDDE1;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 13px 17.7px;
  color: #9D9DAB;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab button:hover {
  background-color: #fff;
  color: #13398B;
}
.tab button.active {
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  color: #13398B;
  font-weight: 600;
}
.tabcontent {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
.tabcontent input[type="text"] {
  width: 250px;
  border-radius: 4px;
  background: #F1F1F2;
  padding: 15px 25px;
  color: #9D9DAB;
  font-size: 14px;
  font-weight: 400;
  border: none;
}
.tabcontent input[type="text"].wide {
  width: calc(100% - 150px);
}
.tabcontent .custom-select {
  width: 100%;
  max-width: 300px;
}
.tabcontent select,
.tabcontent option {
  width: 100%;
  border-radius: 4px;
  background: #F1F1F2;
  padding: 15px 25px;
  color: #9D9DAB;
  font-size: 14px;
  font-weight: 400;
  border: none;
}
#result {
  background: #0955bd;
}
@media screen and (max-width: 768px) {
  .sep {
    display: none;
  }
  .header-links-right {
    text-align: center;
  }
  .header-contacts a {
    display: block;
    padding: 10px;
    width: 140px;
  }
  .header-menu a {
    display: block;
    padding: 7px 30px;
    text-align: center;
  }
  .footer-widget {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .half,
  .third,
  .two-thirds,
  .fourth {
    width: 100% !important;
  }
  .jcsa,
  .jcsb,
  .jcse,
  .jcfs,
  .jcfe {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .category-title {
    font-size: 50px;
  }
  header {
    padding: 30px 0;
    border: none;
  }
  .rect-104 {
    max-width: 90%;
  }
  #header-links {
    position: absolute;
    top: -1000px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #FFF;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 50px 15px 20px;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  #header-links.active {
    top: 0;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  .header-links-left,
  .header-links-right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  #header-links a {
    display: block;
    padding: 20px 0;
    width: 100%;
  }
  .header-contacts,
  .header-menu {
    width: 100%;
    max-width: 100%;
  }
  #mob-menu-btn {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 25px;
    height: 3px;
    background-color: var(--blue);
    z-index: 150;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  #mob-menu-btn.active {
    background-color: transparent;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  #mob-menu-btn:before,
  #mob-menu-btn:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    width: 25px;
    height: 3px;
    background-color: var(--blue);
  }
  #mob-menu-btn:before {
    top: -5px;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  #mob-menu-btn:after {
    bottom: -5px;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  #mob-menu-btn.active:before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  #mob-menu-btn.active:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  .tabcontent {
    padding: 15px 10px;
  }
  .tabcontent .jcsb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .front-slider {
    position: relative;
    height: 300px;
    background-size: cover;
  }
  .front-slider-link {
    top: 70%;
  }
  #selection {
    margin-top: 0;
    padding: 40px 0 0;
  }
  .selection-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    gap: 30px;
    margin-bottom: 0;
  }
  .selection-link__img {
    margin-bottom: 0;
  }
  .ask-right,
  .ask-left {
    margin-bottom: 30px;
  }
  .selection-row {
    margin-bottom: 30px;
  }
  .filter-wrap .accordion span:nth-child(2) {
    padding: 15px 33px 15px 0;
  }
  .prod-img {
    width: 100%;
  }
  .prod-info {
    width: 100%;
    padding-left: 0;
  }
  .panel {
    overflow: scroll;
  }
  #selection .container {
    padding: 0;
  }
  .front-slider-wrap {
    margin-top: -40px;
    height: auto;
  }
  .front-slider {
    height: auto;
  }
  .slide-img {
    width: 100%;
    height: 370px;
    padding-top: 50px;
  }
  .slide-text {
    width: 100%;
    height: 500px;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}
