@charset "UTF-8";

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: museosanscyrl;
  font-display: swap;
  src: url("../fonts/museosanscyrl-300.woff2") format("woff2"), url("../fonts/museosanscyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: museosanscyrl;
  font-display: swap;
  src: url("../fonts/museosanscyrl-500.woff2") format("woff2"), url("../fonts/museosanscyrl-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: museosanscyrl;
  font-display: swap;
  src: url("../fonts/museosanscyrl-700.woff2") format("woff2"), url("../fonts/museosanscyrl-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: museosanscyrl;
  font-display: swap;
  src: url("../fonts/museosanscyrl-900.woff2") format("woff2"), url("../fonts/museosanscyrl-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: robotocondensed;
  font-display: swap;
  src: url("../fonts/robotocondensed-bold.woff2") format("woff2"), url("../fonts/robotocondensed-bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: "museosanscyrl";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "museosanscyrl";
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}


[class*=__container] {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}


.main-block{
  background: url("../images/page/main-block-bg.jpg") center/cover no-repeat; }

.main-block {
  margin-top: 88px;
  min-height: 37.5rem;
}

.main-block__container {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.main-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-block__content:not(:last-child) {
  margin-bottom: 3.125rem;
}

.main-block__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding-right: 1.25rem;
}

.main-block__logo img {
  max-width: 100%;
}

.main-block__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main-block__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 5px 5px 10px black, 0 0 1rem black;
}

.main-block__title:not(:last-child) {
  margin-bottom: 0.625rem;
}

.main-block__sub-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: #ef3e42;
  text-transform: uppercase;
  text-shadow: 5px 5px 10px black, 0 0 1rem black;
}

.main-block__sub-title:not(:last-child) {
  margin-bottom: 0.625rem;
}

.main-block__period {
  color: #006ac7;
  text-shadow: 5px 5px 10px black, 0 0 1rem black;
  font-weight: 500;
}

.main-block__period:not(:last-child) {
  margin-bottom: 2.5rem;
}

.main-block__bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.main-block__button {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background-color: #dc0032;
  color: #ffffff;
  border-radius: 6px;
  text-align: center;
  padding: 10px 30px;
  font-size: 1.875rem;
  -webkit-box-shadow: 5px 5px 10px black, 0 0 1rem black;
          box-shadow: 5px 5px 10px black, 0 0 1rem black;
}

.main-block__arrow{
  background: url("../images/page/arrow.png") center/contain no-repeat; }

.main-block__arrow {
  content: "";
  position: absolute;
  bottom: 80px;
  left: 450px;
  display: block;
  width: 2.5rem;
  height: 4.375rem;
  -webkit-animation: down 1.5s infinite linear;
          animation: down 1.5s infinite linear;
  z-index: 10;
}

.main-block__product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  position: relative;
}

.main-block__product img {
  max-width: 100%;
}

 .main-block__product::before{
  background: url("../images/page/iconpng.png") center/contain no-repeat; }

.main-block__product::before {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 20%;
  width: 6.25rem;
  height: 6.25rem;
  display: block;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0.5;
  }
}

@keyframes down {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0.5;
  }
}

.products__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  gap: 1.875rem;
}

.item-products {
  position: relative;
  min-height: 18.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 0.9375rem;
  line-height: 1.2;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

.item-products._watcher-view {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

.item-products::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(94, 115, 136, 0.5882352941);
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.products__item .item-products__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-products__title {
  position: relative;
  z-index: 3;
  color: #dc0032;
  font-weight: 700;
  font-size: 1.875rem;
  text-shadow: 0px 0px 5px #000000;
}

 .about-block{
  background: url("../images/page/Dcar.jpg") center/cover no-repeat; }

.about-block__body {
  padding: 1.875rem 0.9375rem;
  border-radius: 0.625rem;
  background-color: rgba(0, 124, 146, 0.831372549);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}

.about-block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-block__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  font-weight: 800;
  font-size: 2.5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.about-block__title:not(:last-child) {
  margin-bottom: 1.875rem;
}

.about-block__title span {
  color: #bd032e;
  text-shadow: 2px 2px 0px #480011;
}

.about-block__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-right: 1.25rem;
}

.about-block__text p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.about-block__text p a {
  font-style: italic;
  font-weight: 800;
  color: #bd032e;
  text-shadow: 2px 2px 0px #480011;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.about-block__video {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.about-block__video iframe {
  max-width: 100%;
  border-radius: 0.625rem;
}

@media (min-width: 75em) {
  .products {
    padding-top: 6.25rem;
  }

  .products {
    padding-bottom: 6.25rem;
  }

  .about-block {
    padding-top: 6.25rem;
  }

  .about-block {
    padding-bottom: 6.25rem;
  }
}

@media (max-width: 20em) {
  .products {
    padding-top: 2.5rem;
  }

  .products {
    padding-bottom: 2.5rem;
  }

  .about-block {
    padding-top: 2.5rem;
  }

  .about-block {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 20em) and (max-width: 75em) {
@supports (padding-top: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem )) {
    .products {
      padding-top: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem )) {
    .products {
      padding-top: calc(2.5rem + 3.75 * (100vw - 20rem) / 55);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem )) {
    .products {
      padding-bottom: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem )) {
    .products {
      padding-bottom: calc(2.5rem + 3.75 * (100vw - 20rem) / 55);
    }
}

@supports (padding-top: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem )) {
    .about-block {
      padding-top: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem )) {
    .about-block {
      padding-top: calc(2.5rem + 3.75 * (100vw - 20rem) / 55);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem )) {
    .about-block {
      padding-bottom: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem )) {
    .about-block {
      padding-bottom: calc(2.5rem + 3.75 * (100vw - 20rem) / 55);
    }
}
}

@media (any-hover: hover) {
  .main-block__button:hover {
    background-color: #bd032e;
  }

  .item-products:hover::before {
    background-color: rgba(0, 55, 109, 0.5882352941);
  }

  .about-block__title:hover {
    opacity: 0.8;
  }

  .about-block__text p a:hover {
    opacity: 0.8;
  }
}


