@charset "UTF-8";

.bread-crumbs {
  margin: 1.5rem 0 2rem
}

.bread-crumbs .bc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.5rem
}

.bread-crumbs .bc-link {
  font-size: .75rem
}

.bread-crumbs .bc-link:after {
  display: none
}

.bread-crumbs .bc-p {
  font-size: .75rem;
  color: var(--greyscale)
}

.bread-crumbs .page-title {
  color: var(--main)
}

.block-page {
  background-color: var(--light);
  margin: 4rem 0
}

.block-page .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem
}

.block-page .img-teams {
  min-width: 34.6875rem;
  width: 34.6875rem;
  height: 37.375rem
}

.block-page .img-teams img {
  -o-object-fit: cover;
  object-fit: cover
}

.block-page .bp-content {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: var(--m-block)
}

.block-page .bp-p {
  line-height: 150%;
  margin-bottom: .5rem
}

.block-page .bp-p:last-child {
  margin-bottom: 0
}

.block-page .bp-subtitle {
  font-size: .75rem;
  color: var(--grey)
}

.block-page .selection-cart {
  background-color: var(--active-light);
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem
}

.block-page .selection-cart>* {
  margin: 0
}

.block-page .bp-m {
  margin-bottom: var(--mb)
}

.block-page .img-equipment img {
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width:1367px) {
  .block-page .img-teams {
    min-width: 24rem;
    width: 24rem;
    height: 30rem
  }

  .block-page .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width:967px) {
  .block-page {
    padding: var(--m-block)
  }

  .block-page .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .block-page .bp-content {
    margin: 0
  }

  .block-page .img-teams {
    min-width: auto;
    width: 10rem;
    height: 10rem;
    border-radius: 10rem;
    overflow: hidden;
    margin: 0 auto
  }

  .block-page .img-equipment {
    min-width: 100%;
    width: 100%;
    height: 16rem
  }

  .page-title {
    font-size: calc(var(--h2) + .25rem)
  }
}

@media (max-width:667px) {
  .block-page {
    margin: 3rem 0
  }
}

@media (max-width:567px) {
  .block-page {
    margin: 2rem 0
  }
}

@media (max-width:467px) {
  .block-page .selection-cart {
    gap: .5rem;
    margin: 0 -1rem
  }
}

.btn,
.btn-std,
.btn-trans {
  font-size: 1rem;
  line-height: 120%
}

.btn,
.btn-std {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  border-radius: .25rem;
  color: var(--color);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: .1s color linear, .1s background-color linear, .3s width ease-in;
  transition: .1s color linear, .1s background-color linear, .3s width ease-in;
  overflow: hidden
}

.btn-std::before,
.btn::before {
  content: "";
  width: 0;
  aspect-ratio: 1;
  background-color: var(--active);
  position: absolute;
  top: 50%;
  left: -10%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .3s width ease-in;
  transition: .3s width ease-in
}

.btn .dart,
.btn-std .dart {
  margin-left: .5rem
}

.btn-std:hover .dart,
.btn:hover .dart {
  width: 4rem
}

.btn-std:active .dart,
.btn-std:active .text,
.btn:active .dart,
.btn:active .text {
  z-index: 1
}

.btn-std:active .text,
.btn:active .text {
  color: var(--light)
}

.btn-std:active .dart::before,
.btn:active .dart::before {
  background-color: var(--light)
}

.btn-std:active .dart::after,
.btn:active .dart::after {
  border-color: var(--light)
}

.btn-std:active::before,
.btn:active::before {
  width: 120%
}

.btn {
  padding: .5rem 1rem;
  background-color: var(--deactive)
}

.btn-std {
  padding: .625rem 1.5rem;
  background-color: var(--active)
}

.btn-std .text {
  color: var(--light);
  position: relative;
  z-index: 1
}

.btn-std .dart::before {
  background-color: var(--light)
}

.btn-std .dart::after {
  border-color: var(--light)
}

.btn-std::before {
  background-color: var(--main)
}

.btn-std::after {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  left: -2rem;
  width: 1rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .4)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 100%);
  -webkit-transform: translateY(-50%) skewX(-25deg);
  -ms-transform: translateY(-50%) skewX(-25deg);
  transform: translateY(-50%) skewX(-25deg)
}

.btn-std:hover:after {
  -webkit-animation: movingFlare 1.5s ease-in-out 50ms infinite;
  animation: movingFlare 1.5s ease-in-out 50ms infinite
}

a.btn-std:after {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  left: -2rem;
  width: 1rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .4)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 100%);
  -webkit-transform: translateY(-50%) skewX(-25deg);
  -ms-transform: translateY(-50%) skewX(-25deg);
  transform: translateY(-50%) skewX(-25deg)
}

a.btn-std:hover:after {
  -webkit-animation: movingFlare 1.5s ease-in-out 50ms infinite;
  animation: movingFlare 1.5s ease-in-out 50ms infinite
}

.btn-trans {
  font-weight: 600;
  color: var(--grey);
  padding: 0;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transition: .1s color linear;
  transition: .1s color linear
}

.btn-trans .dart {
  -webkit-transform: perspective(10rem) rotateY(0);
  transform: perspective(10rem) rotateY(0);
  -webkit-transition: .3s -webkit-transform ease-in-out;
  transition: .3s -webkit-transform ease-in-out;
  transition: .3s transform ease-in-out;
  transition: .3s transform ease-in-out, .3s -webkit-transform ease-in-out
}

.btn-trans:hover {
  color: var(--main)
}

.btn-trans:hover .dart {
  -webkit-transform: perspective(10rem) rotateY(180deg);
  transform: perspective(10rem) rotateY(180deg)
}

.btn-clear {
  background-color: transparent
}

.btn-burger,
.btn-close-menu {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  padding: 0;
  border: none;
  background-color: transparent
}

.btn-close-menu path[stroke] {
  stroke: var(--light)
}

.btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  padding: 0;
  gap: .5rem;
  font-weight: 600
}

.btn-back .dart {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (max-width:1167px) {

  .btn-burger,
  .btn-close-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.catalog {
  padding-top: 2rem;
  margin-bottom: var(--mb)
}

.catalog .cart-product {
  border: var(--border-deactive);
  overflow: hidden;
  -webkit-transition: .1s color linear, .1s background-color linear;
  transition: .1s color linear, .1s background-color linear;
  grid-template-columns: 40% 60% !important;
}

.catalog .cart-product:target {
  border-color: var(--active)
}

.catalog .cart-product:target:hover {
  background-color: var(--light);
  color: var(--color)
}

.catalog .product-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--light)
}

.catalog .product-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.catalog .cp-title {
  text-align: center;
  margin-bottom: 0
}

@media (min-width:668px) {
  .catalog .product-right {
    gap: 1.5rem;
    padding: 1.5rem
  }

  .catalog .cart-product:hover .product-left::after {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
  }

  .catalog .cp-img {
    width: 11.25rem;
    height: auto;
    max-height: 8.5rem
  }

  .catalog .product-left {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem
  }

  .catalog .product-left>:last-child {
    margin: auto 0
  }

  .catalog .product-left:after {
    content: "";
    background: var(--light);
    position: absolute;
    top: 0;
    left: calc(100% + 1.5rem);
    width: calc(100% + 1.5rem);
    height: 100%;
    z-index: -1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: .4s -webkit-transform linear;
    transition: .4s -webkit-transform linear;
    transition: .4s transform linear;
    transition: .4s transform linear, .4s -webkit-transform linear
  }
}

@media (max-width:1167px) {
  body .catalog-items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem
  }
}

@media (max-width:667px) {
  .catalog .cart-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
  }

  .catalog .product-left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem 0;
    gap: 1rem
  }

  .catalog .product-right {
    padding: 1rem;
    gap: 1rem
  }

  .catalog .cp-img {
    width: 100%;
    height: 10rem;
  }
}

@media (max-width:367px) {
  .catalog .cp-img {
    display: none
  }
}

.contacts {
  margin-bottom: var(--mb)
}

.contacts .contacts-content {
  background-color: var(--light);
  gap: 0
}

.contacts .cc-forms {
  margin: 4rem
}

.contacts .cc-title {
  margin: 2.58125rem 0 2rem
}

.contacts--info {
  --gap: 1.25rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(33.75rem + var(--gap) * 5), 1fr));
  gap: var(--gap)
}

body .contacts--info {
  margin-bottom: var(--mb)
}

.contacts--info .grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(calc(16.875rem + var(--gap) * 2), 1fr))
}

.contacts--info .cart--std {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.contacts--info .cart--std:nth-child(3n+1) {
  grid-column: 1/-1
}

.contacts--info .cart--std .name:not(:last-child),
.contacts--info .cart--std .title:not(:last-child) {
  margin-bottom: 1em
}

.contacts--info .cart--std .title.mini:not(:last-child) {
  margin-bottom: 1rem
}

.contacts--info .cart--std .value:not(:last-child) {
  display: block;
  margin-bottom: 1.5rem
}

.contacts--info .cart--std .name {
  color: var(--greyscale);
  line-height: 120%
}

.contacts--info .cart--std a {
  line-height: 120%
}

.contacts--info .cart--std a:not(:hover) {
  color: var(--grey)
}

.contacts--info .cart--std address {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: var(--grey);
  font-style: normal;
  line-height: 150%
}

.contacts--info .cart--std .map {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto calc(-1 * var(--mb)) calc(-1 * var(--mb));
  padding-top: var(--mb);
  inline-size: auto
}

.contacts--info .cart--std .map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 676/331;
  max-height: 22.5rem;
  min-height: 15.625rem
}

.contacts-form .form-elements {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  margin-bottom: 1.5rem
}

.contacts-form .form-elements :first-child,
.contacts-form .form-elements :nth-child(3n+4),
.contacts-form .form-elements textarea {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3
}

.contacts-form .form-elements ::-webkit-input-placeholder {
  font-size: 1rem
}

.contacts-form .form-elements ::-moz-placeholder {
  font-size: 1rem
}

.contacts-form .form-elements :-ms-input-placeholder {
  font-size: 1rem
}

.contacts-form .form-elements ::-ms-input-placeholder {
  font-size: 1rem
}

.contacts-form .form-elements ::placeholder {
  font-size: 1rem
}

@media (max-width:1367px) {
  body .cc-info {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
  }

  .fake-column:nth-child(3) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3
  }

  .contacts .form-elements {
    grid-column-gap: 1.5rem
  }
}

@media (max-width:1167px) {
  .contacts .cc-forms {
    margin: 3rem
  }
}

@media (max-width:1067px) {
  .contacts .cc-forms {
    margin: 2rem
  }
}

@media (max-width:967px) {
  .contacts .contacts-content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }

  body .cc-info {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
  }

  .fake-column:nth-child(3) {
    -ms-grid-column: auto;
    grid-column-start: auto;
    grid-column-end: auto
  }

  .contacts .form-elements {
    grid-column-gap: 2rem
  }
}

@media (max-width:667px) {
  .contacts .form-elements {
    gap: 1.5rem
  }

  body .cc-info {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
  }

  .fake-column:nth-child(3) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3
  }
}

@media (max-width:567px) {
  .contacts .form-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:467px) {
  body .cc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:367px) {

  .contacts .fake-title,
  .contacts .fake-value {
    font-size: .875rem
  }

  .contacts .fake-title {
    margin-bottom: .5rem
  }
}

@media (max-width:41.875rem) {
  .contacts--info {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%
  }
}

@media (max-width:21.25rem) {
  .contacts--info .grid-4 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%
  }
}

.grid-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  place-items: center;
  align-items: flex-start;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.grid-5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}

@-webkit-keyframes movingFlare {
  0% {
    left: -2rem;
    margin-left: 0;
  }

  30% {
    left: 110%;
    margin-left: 5rem;
  }

  100% {
    left: 110%;
    margin-left: 5rem;
  }
}

@keyframes movingFlare {
  0% {
    left: -2rem;
    margin-left: 0
  }

  30% {
    left: 110%;
    margin-left: 5rem
  }

  100% {
    left: 110%;
    margin-left: 5rem
  }
}

@-webkit-keyframes endless-str {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes endless-str {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

.main-header .mh-link,
.main-header .mh-phone {
  line-height: 120%;
  color: var(--grey)
}

.main-header .mh-link:hover,
.main-header .mh-phone:hover {
  color: var(--active)
}

.main-header .mh-link {
  font-weight: 600;
  font-size: 1rem
}

.main-header .mh-phone {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: .333em
}

.mh-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--fon);
  padding: 1.5rem 2.5rem;
  gap: 1.25rem
}

.mh-top .logo {
  display: block;
  width: 53.25rem;
  height: 4.6875rem;
  background-image: url(../svg/icons/logo-text.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat
}

.mh-top .logo:after {
  display: none
}

.mh-top .mh-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.mh-bottom {
  background-color: var(--main);
  padding: 1rem 2.5rem;
  position: relative
}

.mh-bottom .child {
  margin: 0;
  padding: 0;
  list-style: none
}

.mh-bottom .child .menu-item {
  margin-right: 0;
  margin-bottom: 1rem
}

.mh-bottom .child .menu-item:last-child {
  margin-bottom: 0
}

.mh-bottom .mh-nav {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.mh-bottom .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 120%;
  color: var(--light)
}

.mh-bottom .menu,
.mh-bottom .perant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.mh-bottom .perant {
  gap: .5rem
}

.mh-bottom .menu-item {
  margin-right: 2rem;
  position: relative;
  cursor: pointer
}

.mh-bottom .menu-item:last-child {
  margin-right: 0
}

.arrow {
  color: var(--light);
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: .1s color linear, .3s -webkit-transform ease-in;
  transition: .1s color linear, .3s -webkit-transform ease-in;
  transition: .1s color linear, .3s transform ease-in;
  transition: .1s color linear, .3s transform ease-in, .3s -webkit-transform ease-in
}

.ru-eng {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.ru-eng .slesh {
  color: var(--greyscale);
  margin: 0 .25rem
}

.ru-eng .rn-link {
  color: var(--greyscale)
}

.ru-eng .active {
  color: var(--active)
}

.main-footer {
  background-color: var(--main);
  padding: 4rem 2.5rem
}

.main-footer .mf-cart,
.main-footer .mf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 1rem
}

.main-footer .mf-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  gap: 1.25rem
}

.main-footer .mf-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.main-footer .mf-mini-info {
  width: 20.375rem;
  position: relative;
}

.main-footer .mf-logo {
  height: 4rem;
  margin-bottom: 2rem
}

.mf-logo svg {
  max-width: 238px !important;
}

.main-footer .mf-icon {
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem
}

.main-footer .mf-title {
  color: var(--light);
  margin-bottom: 1rem
}

.main-footer .mf-link {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  line-height: 120%
}

.main-footer .mf-cart {
  margin-bottom: 1.25rem
}

.main-footer .mf-address {
  font-style: normal;
  color: var(--light)
}

.mf-end {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[5];
  grid-template-columns: repeat(5, auto);
  gap: 1.25rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end
}

.mf-end .mf-end-start {
  display: -ms-grid;
  display: grid;
  gap: .5rem
}

.mf-end .mf-link {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: .75rem;
  color: var(--grey-opacity)
}

.warning {
  color: var(--warning)
}

.std-margin {
  margin: var(--m-block)
}

.std-padding {
  padding: var(--m-block)
}

.block-picture {
  background-color: var(--light)
}

.block-picture .bp-picture {
  height: 100%
}

.block-picture .bp-article {
  padding: 4rem 0
}

.block-picture .btn {
  margin-top: 1.5rem
}

.fifty-box {
  min-width: 50%;
  width: 50%
}

.sample-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem
}

.sample-title {
  margin-bottom: 1em
}

.sample-txt {
  margin-bottom: 1em;
  line-height: 150%;
  color: var(--grey)
}

.sample-txt:last-child {
  margin-bottom: 0
}

.block-cart .bc-article {
  margin-right: 1.25rem
}

.block-cart .btn {
  margin-top: 1.25rem
}

.max-text {
  max-width: 41rem
}

.bc-carts .gas {
  font-weight: 400;
  margin: 0
}

.bc-carts .subchar {
  font-size: .75rem
}

.sample-carts .dc-title {
  line-height: 120%;
  margin-bottom: .125em;
  -webkit-transition: .1s color linear;
  transition: .1s color linear
}

.sample-carts .dart::before {
  background-color: var(--greyscale)
}

.sample-carts .dart::after {
  border-color: var(--greyscale)
}

.sample-carts .geen-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.sample-carts .geen-cart:hover .dc-title {
  color: var(--active)
}

.sample-carts .geen-cart:hover .dart {
  width: 64%
}

.sample-carts .geen-cart:hover .dart::before {
  background-color: var(--active)
}

.sample-carts .geen-cart:hover .dart::after {
  border-color: var(--active)
}

.carts-flex .geen-cart {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.carts-flex .geen-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--fon)
}

.carts-flex .geen-cart .title-txt {
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  margin-bottom: 1em
}

.carts-flex .cart-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.carts-flex .grey-subtitle {
  -webkit-margin-after: auto;
  margin-block-end: auto
}

.cart-ava {
  max-width: 64%
}

.grey-subtitle {
  font-weight: 400;
  font-size: .75rem;
  line-height: 120%;
  color: var(--greyscale)
}

.s-cart {
  width: 100%;
  background-color: var(--light);
  border-radius: .25rem;
  padding: 4rem 8rem
}

.s-cart .s-title {
  text-align: center;
  margin-bottom: 1em
}

.s-cart .s-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem
}

.s-cart .s-ava {
  width: 5.25rem;
  height: 5.25rem
}

.icon-hover {
  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: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.icon-hover .ih-ava circle[stroke],
.icon-hover .ih-ava line[stroke],
.icon-hover .ih-ava path[stroke],
.icon-hover .ih-ava rect[stroke] {
  stroke: var(--greyscale)
}

.icon-hover .ih-ava path[fill],
.icon-hover .ih-ava rect[fill] {
  fill: var(--greyscale)
}

.icon-hover .dart {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  opacity: 0;
  -webkit-transition: .5s opacity linear, .5s width ease;
  transition: .5s opacity linear, .5s width ease
}

.icon-hover .dart::before {
  background-color: var(--greyscale)
}

.icon-hover .dart::after {
  border-color: var(--greyscale)
}

.icon-hover .s-name {
  line-height: 120%;
  margin: .5em 0 .75em;
  -webkit-transition: .1s color linear;
  transition: .1s color linear
}

.icon-hover:hover .s-name {
  color: var(--active)
}

.icon-hover:hover .ih-ava circle[stroke],
.icon-hover:hover .ih-ava line[stroke],
.icon-hover:hover .ih-ava path[stroke],
.icon-hover:hover .ih-ava rect[stroke] {
  stroke: var(--active)
}

.icon-hover:hover .ih-ava path[fill],
.icon-hover:hover .ih-ava rect[fill] {
  fill: var(--active)
}

.icon-hover:hover .dart {
  -webkit-transition: .1s opacity linear, .5s width ease;
  transition: .1s opacity linear, .5s width ease;
  opacity: 1;
  width: 100%
}

.icon-hover:hover .dart::before {
  background-color: var(--active)
}

.icon-hover:hover .dart::after {
  border-color: var(--active)
}

.news .n-ava {
  width: 100%;
  height: 13.5325rem;
  margin: 0 -1.5rem 1.5rem;
  inline-size: auto
}

.news .n-ava img {
  -o-object-fit: cover;
  object-fit: cover
}


.news .n-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem
}

.news .n-items .n-data {
  margin-bottom: .5rem
}

.news .n-items .dart {
  margin-top: auto;
  -webkit-transition: .5s width ease-in-out;
  transition: .5s width ease-in-out
}

.news .n-items .dart::before {
  background-color: var(--greyscale)
}

.news .n-items .dart::after {
  border-color: var(--greyscale)
}

.news .n-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.5rem 1rem
}

.news .n-item::after {
  width: 100%;
  height: 0;
  background-color: var(--light);
  -webkit-transition: .3s height ease-in, .3s background-color linear;
  transition: .3s height ease-in, .3s background-color linear
}

.news .n-item:hover .n-figcap {
  color: var(--light)
}

.news .n-item:hover .dart,
.news .n-item:hover .n-data {
  position: relative;
  z-index: 1
}

.news .n-item:hover .n-data {
  color: var(--fon)
}

.news .n-item:hover .dart {
  width: 80%
}

.news .n-item:hover .dart::before {
  background-color: var(--fon)
}

.news .n-item:hover .dart::after {
  border-color: var(--fon)
}

.news .n-item:hover::after {
  background-color: var(--active);
  height: calc(100% - 10rem)
}

.news .n-fig {
  margin: 0;
  position: relative;
  z-index: 1
}

.news .n-figcap {
  line-height: 150%;
  color: var(--color);
  margin-bottom: 1rem;
  padding: 0;
  -webkit-transition: .1s color linear;
  transition: .1s color linear
}

.news .btn {
  margin-top: 1.5rem
}

.cp-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cp-element .cp-ava {
  width: 3.25rem;
  height: 3.3125rem
}

.cp-element .cp-txt {
  line-height: 150%;
  color: var(--grey)
}

.suppliers .sup-title {
  text-align: center
}

.endless-str {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 4rem;
}

.endless-str img {
  width: auto;
  height: 3.8125rem;
  pointer-events: none
}

.flex-wrepper {
  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: 4rem
}

.trans-transform .flex-wrepper {
  -webkit-animation: endless-str 15s linear infinite;
  animation: endless-str 15s linear infinite;
}

.trans-transform:hover .flex-wrepper {
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}

.first-block .main-title {
  color: var(--main);
  position: relative;
  margin-bottom: .667em
}

.first-block .fifty-slide {
  min-width: 100%;
  height: 19.6875rem;
  overflow: hidden;
  padding: 4rem;
  border-radius: .25rem;
  position: relative
}

.first-block .fb-fon img {
  -o-object-fit: cover;
  object-fit: cover
}

.first-block .fb-fon::after {
  content: ""
}

.first-block .fb-fon,
.first-block .fb-fon:after {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.exemple .ex-title {
  text-align: center
}

.exemple .ex-art {
  width: auto;
  height: 16.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.exemple .ex-art img {
  height: 100%;
  width: auto
}

.fifty-track {
  overflow: hidden
}

.fifty-wrepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 1.25rem;
  -webkit-transition: .1s margin-left linear;
  transition: .1s margin-left linear;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition: -webkit-transform 1s cubic-bezier(.65, .05, .36, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(.65, .05, .36, 1) 0s;
  transition: transform 1s cubic-bezier(.65, .05, .36, 1) 0s;
  transition: transform 1s cubic-bezier(.65, .05, .36, 1) 0s, -webkit-transform 1s cubic-bezier(.65, .05, .36, 1) 0s
}

.fifty-wrepper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fifty-wrepper img {
  pointer-events: none
}

.fifty-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: .5rem;
  margin-top: 1rem
}

.fifty-radio {
  width: 2rem;
  height: .25rem;
  background-color: var(--greyscale);
  border: none;
  cursor: pointer;
  -webkit-transition: all .1s linear;
  transition: all .1s linear
}

.fifty-radio.list-active {
  background-color: var(--active)
}

.fifty-radio:not(.list-active):hover {
  background-color: var(--active)
}

.menu-active .perant {
  background-color: var(--color)
}

.menu-active .perant .arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.menu-active .child-box {
  border-bottom: var(--greyscale) .0625rem solid
}

@media (min-width:1168px) {
  .mh-bottom .child {
    max-width: 100vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    padding: 1.5rem;
    background: var(--main);
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) perspective(10rem) rotateX(-90deg);
    transform: translateX(-50%) perspective(10rem) rotateX(-90deg);
    opacity: 0;
    -webkit-transition: .3s opacity ease-in-out, .3s -webkit-transform ease-in-out;
    transition: .3s opacity ease-in-out, .3s -webkit-transform ease-in-out;
    transition: .3s transform ease-in-out, .3s opacity ease-in-out;
    transition: .3s transform ease-in-out, .3s opacity ease-in-out, .3s -webkit-transform ease-in-out;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
  }

  .mh-bottom .menu-item:hover .arrow {
    color: var(--active);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .mh-bottom .menu-item:hover .arrow path[stroke] {
    stroke: var(--active)
  }

  .mh-bottom .menu-item:hover .child {
    -webkit-transform: translateX(-50%) perspective(10rem) rotateX(0);
    transform: translateX(-50%) perspective(10rem) rotateX(0);
    opacity: 1;
    z-index: 1
  }

  .mh-bottom .menu-item:hover .perant .menu-link {
    color: var(--active)
  }

  .ru-eng {
    position: absolute;
    top: 50%;
    right: 2.5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media (max-width:1467px) {
  .mh-top .logo {
    width: 10.1875rem;
    height: 3.4375rem;
    background-image: url(../svg/icons/logo.svg)
  }

  .mh-top .mh-info {
    margin-left: auto
  }

  .s-cart {
    padding: 4rem 6rem
  }
}

@media (max-width:1367px) {
  .s-cart {
    padding: 4rem
  }
}

@media (max-width:1267px) {
  .mf-menu {
    width: 100%;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem
  }

  .main-footer .mf-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .main-footer .mf-mini-info {
    min-width: 20.375rem
  }

  .mf-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .s-cart {
    padding: 4rem 2rem
  }
}

@media (max-width:1167px) {
  .first-block .fifty-slide {
    padding: 3.5rem
  }

  .news .n-figcap {
    margin-bottom: 1rem
  }

  .mh-top {
    position: relative;
    background-color: var(--light);
    padding: 1rem 1.5rem
  }

  body .header-active {
    background-color: var(--grey-opacity);
    pointer-events: all
  }

  body .header-active .mh-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  .main-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9;
    -webkit-box-shadow: 0 -.3125rem .3125rem -.3125rem rgba(34, 60, 80, .6) inset;
    box-shadow: 0 -.3125rem .3125rem -.3125rem rgba(34, 60, 80, .6) inset
  }

  .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1rem 1rem 0
  }

  .mh-bottom {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: transparent;
    padding: 0;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: .5s background-color ease-in-out;
    transition: .5s background-color ease-in-out
  }

  .mh-bottom .mh-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20rem;
    height: 100%;
    margin-right: 0;
    gap: 1rem;
    background-color: var(--main);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .5s -webkit-transform cubic-bezier(.25, .46, .45, .94);
    transition: .5s -webkit-transform cubic-bezier(.25, .46, .45, .94);
    transition: .5s transform cubic-bezier(.25, .46, .45, .94);
    transition: .5s transform cubic-bezier(.25, .46, .45, .94), .5s -webkit-transform cubic-bezier(.25, .46, .45, .94);
    overflow-y: auto
  }

  .menu-number {
    margin: auto 1rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
  }

  .main-header .mh-link,
  .main-header .mh-phone {
    color: var(--light)
  }

  .mh-bottom .menu-item {
    width: 100%
  }

  .mh-bottom .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border-top: var(--greyscale) .0625rem solid
  }

  .mh-bottom .perant {
    padding: 1rem;
    border-bottom: var(--greyscale) .0625rem solid
  }

  .mh-bottom .menu-link:after {
    display: none
  }

  .mh-bottom .child {
    background-color: var(--color);
    padding: 1rem
  }

  .mh-bottom .child-box {
    -webkit-transition: .3s height ease-out;
    transition: .3s height ease-out;
    overflow: hidden
  }

  .mh-bottom .menu-item {
    margin-right: 0
  }
}

@media (max-width:1067px) {
  .exemple .ex-art {
    width: calc(100vw - 3rem);
    min-width: calc(100vw - 3rem);
    display: flex;
    justify-content: center;
    height: 30rem;
  }

  .exemple .ex-art img {
    width: 100%;
    object-fit: fill;
  }

  .first-block .fifty-slide {
    padding: 3rem
  }

  .s-cart .s-items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem
  }

  .block-picture .sample-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
  }

  .bc-carts {
    gap: 1rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
  }

  .news .n-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem
  }
}

@media (max-width:967px) {
  .news .n-item {
    padding: 0 1rem 1rem
  }

  .news .n-ava {
    margin: 0 -1rem 1rem
  }

  .cp-element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
  }

  .block-cart .sample-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .bc-carts {
    width: 100%;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
  }

  .first-block .fifty-slide {
    padding: 2.5rem
  }

  .first-block .container {
    padding: 0
  }

  .fifty-wrepper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .main-footer .mf-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem
  }

  .main-footer .mf-mini-info {
    min-width: auto;
    width: 100%
  }

  .main-footer .mf-icon {
    margin-right: 0
  }

  .mf-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem
  }

  .mf-end .mf-link {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
  }
}

@media (max-width:867px) {
  .first-block .fifty-slide {
    padding: 2rem
  }
}

@media (max-width:767px) {
  .main-footer {
    padding: 3.5rem 1.5rem
  }

  .s-cart .s-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
  }

  .block-picture .sample-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: var(--m-block)
  }

  .bp-div {
    width: 100%;
    height: 70vw
  }

  .bp-div img {
    height: auto;
    object-fit: cover;
  }

  .block-picture .bp-article {
    padding: 0
  }
}

@media (max-width:667px) {
  .mh-top {
    padding: 1rem
  }

  .first-block .fifty-slide {
    height: 100%
  }

  .s-cart {
    padding: 3rem 1.25rem
  }

  .mh-top .logo {
    height: 2.375rem;
    width: 7.125rem
  }

  .main-footer {
    padding: 3rem 1rem
  }

  .mf-menu {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }

  .main-footer .mf-title {
    margin-bottom: .25rem
  }

  .mf-menu .mf-item {
    gap: .75rem
  }

  .mf-end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 1.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
  }
}

@media (max-width:567px) {
  .cp-element .grid-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem
  }

  .news .n-items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: .5rem
  }

  .bc-carts {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem
  }

  .main-footer {
    padding: 2.5rem 1rem
  }

  .s-cart {
    padding: 2rem 1.25rem
  }

  .exemple .ex-title {
    font-size: var(--h2)
  }
}

@media (max-width:467px) {
  .cp-element .grid-3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: .5rem;
    place-items: flex-start;
  }

  .bc-carts {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }

  .block-cart .carts-flex .geen-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.5rem
  }

  .exemple .ex-art {
    height: 12rem;
    width: 100rem
  }

  .exemple .ex-art img {
    height: 100%;
    width: 90vw;
    object-fit: fill;
  }

  .s-cart .s-items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: .5rem
  }

  .icon-hover {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
    text-align: start;
    grid-column-gap: 1rem
  }

  .icon-hover .s-name {
    margin: 0
  }

  .main-footer {
    padding: 2rem 1rem
  }

  .first-block .fifty-slide {
    padding: 1.5rem 1.25rem
  }

  .mh-bottom .mh-nav {
    width: 100%
  }

  .mh-top .logo {
    width: 6.4375rem;
    height: 1.9375rem
  }

  body .main-title {
    font-size: calc(var(--h2) + .25rem)
  }
}

@media (max-width:367px) {
  .exemple .ex-art {
    /* height: 10rem; */
    width: calc(100vw - 3rem);
    min-width: calc(100vw - 3rem)
  }

  .exemple .ex-art img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
  }
}

@media (max-width:267px) {
  .main-header .mh-phone {
    font-size: 1rem
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: var(--modal);
  z-index: 9;
  overflow-y: auto
}

.modal-body {
  position: relative;
  max-width: 41.6875rem;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--mb);
  background-color: var(--light)
}

.clode-modal {
  position: absolute;
  top: calc(var(--mb)/ 2);
  right: calc(var(--mb)/ 2);
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background-color: transparent;
  cursor: pointer
}

.clode-modal::after,
.clode-modal::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  background-color: var(--greyscale);
  -webkit-transition: .1s background-color linear;
  transition: .1s background-color linear
}

.clode-modal::before {
  width: 1rem;
  height: .0625rem
}

.clode-modal::after {
  width: .0625rem;
  height: 1rem
}

.clode-modal:hover::after,
.clode-modal:hover::before {
  background-color: var(--color)
}

.modal-title .modal-subtitle {
  display: block;
  color: var(--color);
  margin-top: .5em
}

.modal-call .modal-body {
  max-width: 27rem;
  border-radius: .25rem
}

.modal-call .modal-title {
  text-align: center;
  color: var(--color);
  margin-bottom: 1.5rem
}

.modal-call .btn-std {
  margin: 0 auto
}

@media (max-width:567px) {
  .contacts-form .form-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.news {
  margin: 2rem 0
}

.news .new-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding: 2rem 1.25rem 1.25rem;
  border-top: var(--border-grey);
  background-color: var(--fon);
  -webkit-transition: .3s background-color linear;
  transition: .3s background-color linear
}

.news .new-preview:first-child,
.news .new-preview:hover {
  background-color: var(--light)
}

.news .new-preview:first-child .txt,
.news .new-preview:hover .txt {
  color: var(--grey)
}

.news .ava {
  width: 20.1875rem;
  min-width: 20.1875rem;
  height: 15.125rem
}

.news .ava img {
  -o-object-fit: cover;
  object-fit: cover
}

.news .date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  line-height: 150%;
  color: var(--greyscale)
}

.news .new-title {
  margin-bottom: 1rem
}

.news .new-title-link {
  color: currentColor
}

.news .new-title-link:hover {
  color: var(--active)
}

.news .txt {
  line-height: 150%;
  color: var(--fon);
  margin-bottom: 1rem;
  -webkit-transition: .3s color linear;
  transition: .3s color linear
}

.news .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.news .content>:last-child {
  margin-top: auto
}

.content-img {
  width: 33.3333333333%;
  float: right;
  margin: -2.5rem 1.25rem 1.25rem
}

.content-new {
  max-width: 56rem;
  width: 100%;
  margin: var(--m-block);
  margin-left: auto;
  margin-right: auto
}

.content-new .title {
  color: var(--main);
  margin-bottom: 1.25rem
}

.content-new .date {
  display: block;
  line-height: 150%;
  color: var(--greyscale);
  margin-bottom: 1.5rem
}

.content-new .content {
  line-height: 150%;
  color: var(--grey)
}

.content-new .content a {
  color: var(--active)
}

.content-new .content p {
  margin: 1rem 0
}

.content-new .content>:first-child {
  margin-top: 0
}

.content-new .content>:last-child {
  margin-bottom: 0
}

@media (max-width:967px) {
  .news .container {
    padding: 0 1rem;
  }

  .news .new-preview {
    max-width: 100vw;
    width: 100%;
    padding: 1.25rem 1.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden
  }

  .news .content {
    margin-right: 0;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3
  }

  .news .ava {
    width: 100%;
    min-width: 100%;
    height: 10rem
  }
}

@media (max-width:667px) {
  .news .new-preview {
    padding: 1rem;
    gap: 1rem
  }
}

@media (max-width:567px) {
  .news .new-preview {
    position: relative;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }

  .news .content {
    -ms-grid-row: auto;
    grid-row-start: auto;
    grid-row-end: auto;
    -ms-grid-column: auto;
    grid-column-start: auto;
    grid-column-end: auto
  }

  .news .date {
    position: absolute;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    width: auto;
    background-color: var(--color);
    text-align: center;
    font-size: .75rem;
    padding: .5rem
  }
}

@media (max-width:467px) {
  .content-img {
    width: 100%;
    float: initial;
    margin: 1rem auto;
    max-height: 10rem
  }

  .new .btn-back {
    width: 100%;
    padding: .5rem 1rem;
    background-color: var(--deactive);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .new .btn-back .dart {
    display: none
  }

  .new .btn-back .text {
    text-align: center
  }
}

.dart {
  position: relative;
  width: 1.5rem;
  height: 1rem;
  -webkit-transition: .3s width ease;
  transition: .3s width ease
}

.dart::after,
.dart::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0
}

.dart::after {
  height: 64%;
  border-top: var(--active) .125rem solid;
  border-right: var(--active) .125rem solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  aspect-ratio: 1;
  border-radius: .125rem
}

.dart::before {
  width: 100%;
  height: .125rem;
  background-color: var(--active);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.container {
  width: 100%;
  padding: 0 2.5rem;
  margin: 0 auto
}

.hide {
  display: none !important
}

.bcg-white {
  background-color: var(--light)
}

.geen-cart {
  width: auto;
  background-color: var(--deactive);
  height: 100%;
  width: 100%;
  padding: .875rem;
}

.geen-cart:hover {
  cursor: pointer;
}

.geen-cart .dart {
  margin-top: auto
}

.no-scroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden
}

.link-main {
  color: var(--main)
}

.link-main:hover {
  color: var(--active)
}

.map {
  width: 100%;
  height: 100%
}

.map iframe {
  width: 100%;
  height: 100%;
  border: none
}

.fake-title {
  line-height: 120%;
  color: var(--greyscale);
  margin-bottom: 1rem
}

.fake-value {
  font-style: normal;
  line-height: 120%;
  color: var(--grey)
}

.fake-value:hover {
  color: var(--active)
}

.cart-white {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--light);
  padding: 1rem
}

.fake-placeholder {
  position: relative
}

@supports (selector(:has(:focus))) {
  .fake-placeholder .placeholder {
    position: absolute;
    top: 0;
    left: 0
  }

  .fake-placeholder:has(:focus, :focus-visible, :active, input:not(:-moz-placeholder-shown), textarea:not(:-moz-placeholder-shown)) .placeholder {
    font-size: .5rem;
    top: -.25rem
  }

  .fake-placeholder:has(:focus, :focus-visible, :active, input:not(:-ms-input-placeholder), textarea:not(:-ms-input-placeholder)) .placeholder {
    font-size: .5rem;
    top: -.25rem
  }

  .fake-placeholder:has(:focus, :focus-visible, :active, input:not(:placeholder-shown), textarea:not(:placeholder-shown)) .placeholder {
    font-size: .5rem;
    top: -.25rem
  }

  .fake-placeholder:has(:required) .placeholder:after {
    content: " *";
    color: red
  }
}

.placeholder {
  line-height: 120%;
  color: var(--greyscale);
  -webkit-transition: .1s all linear;
  transition: .1s all linear
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
  color: var(--color);
  line-height: 120%
}

.link svg {
  width: 1.5rem;
  height: auto;
  display: block
}

.link path {
  -webkit-transition: .1s all linear;
  transition: .1s all linear
}

.link:hover path[fill] {
  fill: var(--active)
}

.current-page {
  color: var(--active)
}

.max-line-3 {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 3;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box !important;
  display: box !important;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical
}

.form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem
}

.form input,
.form textarea {
  border: var(--border-greyscale);
  padding: .625rem
}

@supports (selector(:has(:focus))) {
  .form .fake-placeholder .placeholder {
    top: .875rem;
    left: .625rem
  }

  .form .fake-placeholder:has(:focus, :focus-visible, :active, input:not(:-moz-placeholder-shown), textarea:not(:-moz-placeholder-shown)) .placeholder {
    font-size: .5rem;
    top: .25rem
  }

  .form .fake-placeholder:has(:focus, :focus-visible, :active, input:not(:-ms-input-placeholder), textarea:not(:-ms-input-placeholder)) .placeholder {
    font-size: .5rem;
    top: .25rem
  }

  .form .fake-placeholder:has(:focus, :focus-visible, :active, input:not(:placeholder-shown), textarea:not(:placeholder-shown)) .placeholder {
    font-size: .5rem;
    top: .25rem
  }
}

.tips {
  font-size: 12px;
  line-height: 120%;
  color: var(--greyscale)
}

.line-list {
  line-height: 150%;
  padding-left: 1rem;
  margin: 1.5rem 0;
  list-style: none
}

.line-list li {
  position: relative;
  margin: .5rem 0
}

.line-list li:first-child {
  margin-top: 0
}

.line-list li:last-child {
  margin-bottom: 0
}

.line-list li:before {
  content: "";
  position: absolute;
  top: .75rem;
  right: calc(100% + .25rem);
  width: .625rem;
  height: .0625rem;
  background-color: currentColor
}

.line-list:last-child {
  margin-bottom: 0
}

.policy-txt {
  font-size: .75rem;
  line-height: 120%;
  text-align: center;
  color: var(--greyscale)
}

.policy-txt a {
  color: var(--active)
}

.cart--std {
  background-color: var(--light);
  padding: var(--mb)
}

.section--slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  gap: 1.25rem;
  overflow: hidden;
  margin-bottom: var(--mb)
}

.section--slider .info {
  min-width: 41.75rem;
  max-width: 41.75rem
}

.section--slider .fifty-wrepper img {
  height: 16rem;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.section--slider .fifty-radios {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start
}

.section--slider .txt {
  line-height: 150%;
  margin: 1rem 0
}

.section--slider .txt:last-child {
  margin-bottom: 0
}

.section--slider .btn-std {
  margin-top: var(--h2)
}

@media (max-width:967px) {
  .container {
    padding: 0 1.5rem
  }

  .map iframe {
    width: 100%;
    height: 16rem
  }
}

@media (max-width:667px) {
  .container {
    padding: 0 1rem
  }
}

@media (max-width:367px) {
  .line-list {
    margin: 1rem 0
  }
}

@media (max-width:79.1875rem) {
  .section--slider .fifty-wrepper img {
    height: 14rem
  }

  .section--slider .grid-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (max-width:72.9375rem) {
  .section--slider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
  }

  .section--slider .info {
    max-width: 100%;
    min-width: auto;
    width: 100%
  }

  .section--slider .fifty-wrepper img {
    height: 12rem
  }
}

@media (max-width:60.4375rem) {
  .section--slider {
    padding-right: 1.5rem;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%
  }

  .section--slider .fifty-wrepper img {
    height: calc(16vw + 4rem)
  }
}

.page-descr {
  margin: 2rem 0 4rem
}

.page-descr .deskr {
  max-width: 35rem;
  line-height: 150%;
  color: var(--grey)
}

.portfolio {
  background-color: var(--light)
}

.portfolio .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  gap: 1.25rem;
  overflow: hidden
}

.portfolio .info {
  max-width: 35rem;
  min-width: 35rem
}

.portfolio .title {
  margin-bottom: 1rem
}

.portfolio .fifty-wrepper img {
  height: 16rem;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.portfolio .txt {
  line-height: 150%;
  margin: 1.5rem 0
}

.portfolio .txt:last-child {
  margin-bottom: 0
}

@media (max-width:1267px) {
  .portfolio .fifty-wrepper img {
    height: 14rem
  }
}

@media (max-width:1167px) {
  .portfolio .fifty-wrepper img {
    height: 12rem
  }

  .portfolio .info {
    max-width: 100%;
    min-width: auto;
    width: 100%
  }

  .portfolio .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:967px) {
  .portfolio .container {
    padding-right: 1.5rem;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }

  .portfolio .fifty-wrepper img {
    height: calc(16vw + 4rem)
  }
}

@media (max-width:367px) {
  .portfolio .txt {
    margin: 1rem 0
  }
}

::-webkit-scrollbar {
  width: .5em;
  background-color: var(--fon);
  -webkit-transition: .1s background-color linear;
  transition: .1s background-color linear
}

::-webkit-scrollbar:hover {
  background-color: var(--greyscale)
}

::-webkit-scrollbar-thumb {
  background-color: var(--main)
}

::-webkit-input-placeholder {
  font-weight: 400;
  font-size: .75rem;
  line-height: 150%;
  color: var(--greyscale)
}

::-moz-placeholder {
  font-weight: 400;
  font-size: .75rem;
  line-height: 150%;
  color: var(--greyscale)
}

:-ms-input-placeholder {
  font-weight: 400;
  font-size: .75rem;
  line-height: 150%;
  color: var(--greyscale)
}

::-ms-input-placeholder {
  font-weight: 400;
  font-size: .75rem;
  line-height: 150%;
  color: var(--greyscale)
}

::placeholder {
  font-weight: 400;
  font-size: .75rem;
  line-height: 150%;
  color: var(--greyscale)
}

::-moz-selection {
  background-color: var(--active);
  color: var(--light)
}

::selection,
:target {
  background-color: var(--active);
  color: var(--light)
}

:root {
  --main: #164674;
  --fon: #f1f1f1;
  --light: #fff;
  --color: #1e1e1e;
  --active: #61a375;
  --active-light: #dfede3;
  --greyscale: #afafaf;
  --grey: #444;
  --grey-opacity: rgba(241, 241, 241, 0.5);
  --deactive: rgba(97, 163, 117, 0.2);
  --warning: rgba(255, 0, 0, 0.5);
  --modal: rgba(26, 26, 26, 0.5);
  --m-block: 4rem 0;
  --m-cart: 0.625rem;
  --mm-cart: -0.625rem;
  --mb: 4rem;
  --border-grey: var(--grey) 0.0625rem solid;
  --border-deactive: var(--deactive) 0.0625rem solid;
  --border-greyscale: var(--greyscale) 0.0625rem solid;
  --h1: 3rem;
  --h2: 2rem;
  --h3: 1.5rem
}

@media (max-width:967px) {
  :root {
    --h1: 2.875rem
  }
}

@media (max-width:867px) {
  :root {
    --h1: 2.75rem;
    --h2: 1.875rem
  }
}

@media (max-width:767px) {
  :root {
    --h1: 2.625rem;
    --h2: 1.75rem
  }
}

@media (max-width:667px) {
  :root {
    --h1: 2.5rem;
    --h2: 1.625rem;
    --h3: 1.375rem;
    --m-block: 3rem 0;
    --mb: 3rem
  }
}

@media (max-width:567px) {
  :root {
    --h1: 2.25rem;
    --h2: 1.5rem;
    --h3: 1.25rem;
    --m-block: 2rem 0;
    --mb: 2rem
  }
}

@media (max-width:467px) {
  :root {
    --h1: 2rem;
    --h2: 1.375rem;
    --h3: 1.125rem
  }
}

@media (max-width:367px) {
  :root {
    --h1: 1.5rem;
    --h2: 1.25rem;
    --h3: 1rem
  }
}

.services {
  margin-bottom: var(--mb)
}

.services table {
  border-spacing: 0;
  border-collapse: collapse
}

.services table tr:target {
  background-color: var(--active)
}

.services table tr:target .num {
  color: var(--light)
}

.services table tr:target .cart-white {
  color: var(--active)
}

.services table tr:target .btn {
  background-color: var(--fon)
}

.services table tr:target ::-moz-selection {
  background-color: var(--light);
  color: var(--color)
}

.services table tr:target ::selection {
  background-color: var(--light);
  color: var(--color)
}

.services table .num {
  line-height: 150%;
  color: var(--grey)
}

.services table .title {
  font-weight: 500;
  font-size: var(--h2);
  line-height: 120%;
  width: 39.5rem
}

.services table .value {
  line-height: 150%
}

.services table .value>:first-child {
  margin-top: 0
}

.services table ul {
  -webkit-padding-start: 1rem;
  padding-inline-start: 1rem;
  list-style: none
}

.services table li {
  position: relative
}

.services table li:after {
  content: "—";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: .0625rem;
  position: absolute;
  top: 0;
  right: calc(100% + .25rem)
}

.services table button {
  margin-top: 1.5rem
}

.services table p {
  margin: 1rem 0
}

.services td {
  vertical-align: top;
  padding: 2rem 1rem 2rem 0;
  border-top: var(--border-grey)
}

.services td:last-child {
  padding-right: 0
}

@media (max-width:1367px) {
  .services table .title {
    width: auto;
    font-size: var(--h3)
  }
}

@media (max-width:1067px) {
  .services table .num {
    display: none
  }
}

@media (max-width:967px) {
  .services tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: var(--border-grey);
    padding: 2rem
  }

  .services tr:nth-child(odd) {
    background-color: var(--light)
  }

  .services td {
    vertical-align: top;
    padding: 0;
    border-top: none;
    margin: 1rem 0
  }
}

@media (max-width:567px) {
  .services tr {
    padding: 1rem
  }

  .services table .title {
    font-size: var(--h2)
  }

  .services td {
    margin: .5rem 0
  }

  .services .container {
    padding: 0
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 16px;
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden
}

body,
button,
input,
textarea {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400
}

body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--fon);
  color: var(--color);
  min-height: 100vh
}

a {
  text-decoration: none;
  -webkit-transition: .1s color linear;
  transition: .1s color linear;
  position: relative;
  color: var(--light)
}

a:after {
  content: "";
  width: 0;
  height: .0625rem;
  display: block;
  position: absolute;
  right: 0;
  bottom: -.1875rem;
  background-color: currentColor;
  -webkit-transition: width .5s;
  transition: width .5s
}

a:hover {
  color: var(--active)
}

a:hover:after {
  width: 100%;
  left: 0
}

.bx-pagination-container a:hover:after {
  width: 0%;
}

a:active {
  color: var(--main)
}

button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}

.fake-h1,
.fake-h2,
.fake-h3,
h1,
h2,
h3 {
  font-weight: 500;
  line-height: 120%
}

.fake-h1,
h1 {
  font-size: var(--h1)
}

.fake-h2,
h2 {
  font-size: var(--h2);
  margin-bottom: 1em
}

.fake-h3,
h3 {
  font-size: var(--h3);
  margin-bottom: 1.333em
}

img,
svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.accordion-child img {
  width: auto;
  max-width: 100%;
  height:auto;}

input,
textarea {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: .5rem;
  border-radius: 0;
  border: none;
  border-bottom: var(--border-grey);
  line-height: 120%;
  font-size: 1rem;
  line-height: 150%;
  color: var(--color);
  -webkit-transition: .1s all linear;
  transition: .1s all linear
}

input:focus-visible,
textarea:focus-visible {
  outline: 0;
  border-color: var(--active)
}

input:not(:-moz-placeholder-shown):invalid:not(:focus, :focus-visible, :active),
textarea:not(:-moz-placeholder-shown):invalid:not(:focus, :focus-visible, :active) {
  background-color: var(--warning);
  border-color: var(--warning)
}

input:not(:-ms-input-placeholder):invalid:not(:focus, :focus-visible, :active),
textarea:not(:-ms-input-placeholder):invalid:not(:focus, :focus-visible, :active) {
  background-color: var(--warning);
  border-color: var(--warning)
}

input:not(:placeholder-shown):invalid:not(:focus, :focus-visible, :active),
textarea:not(:placeholder-shown):invalid:not(:focus, :focus-visible, :active) {
  background-color: var(--warning);
  border-color: var(--warning)
}

textarea {
  min-height: 4rem;
  height: 4rem;
  max-height: 8rem;
  resize: vertical
}

path[stroke] {
  -webkit-transition: .1s stroke linear;
  transition: .1s stroke linear
}

main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width:1767px) {
  html {
    font-size: calc(100% + .2vw)
  }
}

@media (min-width:2067px) {
  html {
    font-size: calc(100% + .4vw)
  }
}

@media (min-width:3067px) {
  html {
    font-size: calc(100% + .6vw)
  }
}

@media (max-width:767px) {
  h2 {
    margin-bottom: 1rem
  }
}

.page-subtitle {
  font-size: 32px;
  font-weight: 500;
  margin: 64px auto 32px auto;
}

.productAccord-right {
  display: flex;
  justify-content: center;
}

.productAccord-right>img {
  max-width: 109px;
}

.product-why__items {
  padding: 64px;
  background: #fff;
}

.product-why__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 32px 0 20px 0;
  border-bottom: 1px solid #afafaf;
}

.product-why__item-left {
  display: flex;
  gap: 16px;
}

.product-why__item--num {
  font-size: 16px;
  color: #afafaf;
  margin-top: 5px;
}

.product-why__item-title {
  font-size: 24px;
  font-weight: 500;
}

.product-why__item-desc {
  font-size: 16px;
}

.product-tech {
  margin-top: 64px;
  padding: 0 20px;
}

.product-tech__item {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  border-bottom: 1px solid #afafaf;
  padding: 16px 0;
}

.product-tech__item-right {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.product-tech__item-title {
  font-size: 18px;
  font-weight: 600;
  max-width: 95%;
}

.product-moreDesc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.accordion {
  width: 100%;
  height: fit-content;
  position: relative;
  background-color: #fff;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.accordion:hover {
  background-color: rgba(255, 255, 255, 0.651);
}

.accordion-inner {
  width: 60%;
}

.accordion-name {
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 1s all;
}

.accordion-name.active {
  color: #61a375;
  padding-bottom: 16px;
  border-bottom: 1px solid #61a375;
  margin-bottom: 32px;
}

.accordion-arrow {
  width: 10px;
  height: 10px;
  border-top: 2px #121212 solid;
  border-right: 2px #121212 solid;
  transform: rotate(135deg);
  margin-left: 8px;
  transition: 0.1s transform cubic-bezier(0.39, 0.58, 0.57, 1);
}

.accordion-arrow-active {
  transform: rotate(-45deg);
}

.accordion-child {
  overflow: hidden;
  transition: 0.5s height cubic-bezier(0.39, 0.58, 0.57, 1);
  display: grid;
/*  grid-template-columns: 1fr 1fr;*/
}

.productAccord-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.productAccord-left__item {
  display: flex;
  flex-direction: column;
}

.productAccord-left__item>h6 {
  margin-bottom: 16px;
}

.productAccord-left__item>p>span {
  color: #61a375;
}

.productAccord-left__item>h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 900px) {

  .product-why__item,
  .product-tech__item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 730px) {
  .product-why__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-tech__item {
    grid-template-columns: 1fr;
  }

  .product-why__items {
    padding: 20px;
  }
}

@media (max-width: 600px) {

  .accordion-name,
  .productAccord-left__item>h6 {
    font-size: 18px;
  }

  .accordion-inner {
    width: 90%;
  }

  .productAccord-left {
    gap: 0;
  }
}

@media (max-width: 370px) {
  .product-why__item-left {
    flex-direction: column;
  }
}

.gazy-container {
  display: flex;
  flex-direction: column;
}

.gazy-item:first-child {
  border-top: 1px solid #444444;
}

.gazy-item {
  display: grid;
  grid-template-columns: 35% 65%;
  padding: 32px 0;
  border-bottom: 1px solid #444444;
}

.gazy-item--title {
  display: flex;
  gap: 16px;
  align-items: flex-top;
  justify-content: flex-start;
}

.gazy-item--title>h4 {
  font-size: 32px;
  font-weight: 500;
}

.gazy-item--num {
  font-size: 16px;
  font-weight: 400;
}

.gazy-item--desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gazy-item--subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 28.8px;
  margin-bottom: -8px;
}

.gazy-item--desc>p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}

.gazy-item--desc>ul {
  margin: 0;
  padding-inline-start: 15px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.gazy-item--desc>ul>li::marker {
  font-size: 8px;
}

@media (max-width: 920px) {
  .gazy-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gazy-item--title {
    flex-direction: column;
  }
}

.footer-designed {
  font-weight: 400;
  font-size: 12px;
  margin-top: 37px;
  color: var(--grey-opacity);
}

.footer--work-time {
  font-weight: 400;
  font-size: 12px;
  color: var(--grey-opacity);
}

.footer--company-name {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  color: #fff;
}

.mf-logo--content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 16px;
  margin-left: 13px;
  position: absolute !important;
  bottom: 0;
}

.allRights-protected {
  color: var(--grey-opacity);
  font-weight: 400;
  font-size: 12px;
}

.footer-designed--mb,
.allRights-protected--mb {
  display: none;
}


@media (max-width: 967px) {

  .footer-designed--pc,
  .allRights-protected--pc {
    display: none;
  }

  .footer-designed--mb,
  .allRights-protected--mb {
    display: block;
    margin: 0;
  }

  .allRights-protected--mb {
    margin-top: 15px;
  }

  .mf-logo {
    flex-direction: column;
  }

  .mf-menu .mf-item,
  .mf-info {
    align-items: center;
  }

  .main-footer .mf-mini-info {
    display: flex;
    align-items: center;
  }

  .main-footer .mf-logo {
    height: 100%;
    display: flex;
  }

  .mf-logo {
    display: flex;
    align-items: center;
  }

  .mf-logo--content {
    align-items: center;
  }

  .mf-menu .mf-item,
  .mf-info {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .mf-logo--content {
    gap: 10px;
  }
}

.catalog__container {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.catalog__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.catalog__items--row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.catalog__item {
  display: grid;
  grid-template-columns: 1fr;
  /*grid-template-rows: 325px 163px;*/
  grid-template-rows: 325px auto;
  background-color: #fff;
  width: 100%;
}

.catalog__item--subtitle {
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 500;
  margin: 0 ;
}

.catalog__item--subtitle > a {
  color: #164674;
}

.catalog__item--img {
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #61A37533;
}

.catalog__item-content {
  padding: 24px;
}

.catalog__item-category--name {
  font-size: 12px;
  font-weight: 400;
  color: #61A375;
  line-height: 14.4px;
}

.catalog__item--title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  margin: 8px 0 16px 0;
  color: #1E1E1E;
}

.catalog__item--title>a {
  color: #1E1E1E;
}

.catalog__item--link {
  color: #1E1E1E;
}

.catalog__item--subtitle {
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 500;
}

.catalog__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.catalog__footer .fifty-slide img {
  height: 440px;
}

.catalog__footer-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: center;
}

.catalog__footer-content > p {
  line-height: 24px;
}


@media (max-width: 1225px) {
  .catalog__items--row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 1000px) {
  .catalog__footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

}

@media (max-width: 600px) {
  .catalog__items--row {
    grid-template-columns: 1fr;
  }

  .catalog__footer .fifty-slide img {
    height: 16rem;
  }
}

.cart-product--left {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.catalog--btn {
  background-color: transparent;
}

.catalog--slider .fifty-wrepper img {
  height: 340px;
  max-width: 800px;
}

@media (max-width: 1167px) {
  .catalog--slider .fifty-wrepper img {
    max-width: 500px;
  }
}


.catalog--stats {
  display: flex;
  gap: 130px;
  margin-bottom: 2rem;
}

.catalog--price-request {
  padding: 16px 46px;
}

a:hover,
a:focus {
   text-decoration: none;
}

.link--no-style {
  color: unset;
  position: unset;
}

.icon-hover--disabled {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.single-product .product .woocommerce-breadcrumb .delimiter {
  font-size: 0.6875rem !important;
}