.main h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%; }

body #container {
  max-width: 100%; }

p {
  margin-block-start: 0;
  margin-block-end: 0; }

.header {
  z-index: 100000000000000; }

/*main-slider */
.main-head {
  color: #FFFFFF;
  padding: 0;
  position: relative;
  overflow: hidden; }

.main-head .video-el {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000000;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  min-height: 100%; }

.main-head-wrapper {
  position: relative;
  overflow: hidden; }

.main-slider {
  width: 100%;
  padding-bottom: 0; }

.main-slider::after {
  content: "" !important;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(43deg, rgba(15, 23, 44, 0.5) 0%, rgba(20, 27, 55, 0.31) 46.64%, rgba(0, 0, 0, 0) 99.99%, rgba(0, 0, 0, 0) 100%);
  display: flex !important;
  z-index: 10; }

.main-slider img {
  width: inherit;
  height: 556px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover; }

.main-head-wrapper .lSPager {
  color: white;
  display: flex;
  justify-content: center;
  left: 0;
  margin: auto !important;
  right: 0;
  bottom: 20px;
  position: absolute;
  z-index: 20; }

.main-head-wrapper .lSSlideOuter .lSPager.lSpg > li:not(:last-child) {
  margin-right: 12px; }

.main-head-wrapper .lSSlideOuter .lSPager.lSpg > li a {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0; }

.main-benefits {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

#horizontal-multilevel-menu {
  background: #214288; }

.main-head-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 150%; }

.main-head-eng {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 270px;
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 32px 0; }

.main-head-eng::before {
  content: '';
  display: inline-flex;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: url("/images/2023/eng/mainpage/flag.svg") no-repeat center center/contain;
  margin-right: 20px; }

.main-head-benefit {
  font-size: 16px;
  font-weight: 400; }

.main-head-benefit:not(:last-child) {
  margin-bottom: 20px; }

.digit-value {
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  line-height: 100%; }

/* cat-items */
.cat-items {
  #min-height: 300px; }

.cat-items-wrapper {
  gap: 30px 20px; }

.cat-icon-container {
  padding-top: 8px;
  width: 72px;
  height: 68px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.cat-item img, .cat-item svg {
  margin: auto; }

.cat-item svg {
  #max-height: 58px; }

.cat-item a, .cat-item a:hover {
  text-decoration: none; }

.cat-item p {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #6D7885;
  line-height: 125%;
  font-weight: 600;
  padding: 0 12px;
  /* letter-spacing: -0.03em; */ }

.cat-item {
  border: 0.5px solid #ffffff;
  #height: 128px;
  padding: 0;
  width: calc((100% - 100px) / 6);
  min-height: 136px; }

.cat-item:hover {
  border: 0.5px solid rgba(0, 0, 0, 0.08);
  background: #FFF;
  cursor: pointer;
  /* Shadow */
  box-shadow: 0px 0px 12px 8px rgba(215, 215, 215, 0.3); }

.cat-item:hover p {
  color: #214288; }

.cat-item:hover .hover-fill {
  fill: #2B56B1; }

.cat-item:hover .hover-stroke {
  stroke: #2B56B1; }

/* addon products mainpage */
.main-products .cat-item {
  width: calc((100% - 60px) /4);
  height: 200px;
  padding-top: 50px;
  position: relative;
  overflow: hidden; }

.main-products .cat-item .cat_icon_alt {
  display: none; }

.main-products .cat-item:hover {
  background: transparent;
  padding-top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  border: none; }

.main-products .cat-item:hover .cat-icon-container {
  display: none; }

.main-products .cat-item:hover .cat_icon_alt {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.04%, rgba(0, 0, 0, 0.6) 100%), lightgray 0px -52.743px/100% 182.41% no-repeat; }

.main-products .cat-item:hover a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2; }

.main-products .cat-item:hover p {
  color: #FFFFFF;
  z-index: 3; }

.main-products .cat-item:hover a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

/* actual */
section.actual {
  background: #F5F5F5; }

.access-info {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  #max-width: 200px;
  margin-bottom: 20px;
  color: #FFFFFF; }

.access-link {
  font-size: 18px;
  color: rgba(220, 225, 230, 0.8);
  font-weight: 400; }

.access-link:hover {
  text-decoration: none; }

.access-link::after {
  content: '';
  background: url("/images/2023/arrow-right.svg") no-repeat center center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 2px; }

/* actual alt */
.product-grid {
  display: flex;
  flex-flow: column;
  width: 100%;
  overflow: hidden;
  position: relative;
  flex-flow: row;
  height: 517px; }

.product-grid__item {
  position: initial;
  width: 100%; }

.product-grid__item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  border: 0;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  opacity: 0; }

.product-grid__item--content {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  border-bottom: 1px solid #ffffff;
  border-right: 0px;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 600px;
  border-right: 2px solid #ffffff;
  border-bottom: 0px; }

.product-grid__item--content-text {
  width: 92%;
  height: 0px;
  overflow: hidden;
  padding: 80px 35px 0 26px;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s; }

.product-grid__item:is(:hover, .is-active) img {
  opacity: 1; }

.product-grid__item:is(:hover, .is-active) .product-grid__item--content-text {
  display: flex;
  flex-flow: column;
  padding: 80px 35px 0 26px;
  background: #214288;
  height: 70%; }

/* news */
section.news {
  #padding: 80px 0 40px 0; }

.news-wrapper {
  gap: 20px;
  overflow: hidden; }

.news-item {
  width: calc((100% - 60px) / 4);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 10px;
  text-decoration: none; }

.news-item:hover {
  text-decoration: none; }

.news-item img {
  transition: all 400ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
  max-height: 302px;
  #height: 302px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top; }

.news-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin: 20px 0 10px 0;
  color: #2C2D2E; }

.news-date {
  font-size: 14px;
  font-weight: 600;
  margin-top: auto;
  color: #818C99; }

.news-item .news-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  max-height: 0;
  visibility: visible;
  color: #2C2D2E;
  overflow: hidden;
  margin-bottom: 10px;
  #transition: max-height 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s; }

.news-item.calc .news-text {
  visibility: hidden;
  max-height: 500px; }

.news-item.calc .news-date {
  display: none; }

.news-item.calc .btn-more {
  display: block;
  visibility: hidden;
  opacity: 0; }

.btn-more {
  background: #214288;
  border-radius: 0;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 145%;
  padding: 6px 24px;
  margin: auto auto 0 0;
  display: none; }

.btn-more a {
  color: #FFFFFF; }

button.btn-more:hover, .btn-more a:hover {
  text-decoration: none; }

.news-item .btn-more {
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s; }

.news-item:is(:hover, .is-active) .news-text {
  max-height: 300px;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s; }

.news-item:is(:hover, .is-active) .news-date {
  display: none; }

.news-item:is(:hover, .is-active) img {
  max-height: 180px;
  transition: all 400ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s; }

.news-item:is(:hover, .is-active) .btn-more {
  display: block;
  transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s; }

.all-news {
  display: none; }

/* about */
section.about {
  background: #F5F5F5; }

.about-map {
  position: relative;
  background: url("/images/2023/about-map.png") no-repeat top center/contain;
  background-size: 80%; }

.about-info {
  color: #2C2D2E;
  font-size: 16px;
  line-height: 150%; }

.eng .about-intro {
  width: calc(45%); }

.eng .about-map {
  width: calc(55%); }

.eng .about-info {
  max-width: 602px; }

.eng .about-info p {
  margin: 0; }

.eng .about-info p:not(:last-child) {
  margin-bottom: 16px; }

.about-info p:not(:last-child) {
  margin-bottom: 30px; }

.about-grid {
  display: grid;
  grid-template: repeat(4, 1fr)/repeat(12, 1fr);
  gap: 20px;
  min-height: 628px;
  margin-top: 100px; }

.about-grid a {
  display: flex;
  width: 100%;
  height: 100%;
  position: inherit;
  text-decoration: none; }

.gallery-1 {
  grid-area: 1 / 1 / 5 / 8; }

.about-grid img {
  width: -webkit-fill-available;
  height: 100%; }

.img-gal-item {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer; }

.gallery-2 {
  grid-column-start: 8;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 3;
  display: grid; }

.gallery-3 {
  grid-column: 8 / 10;
  grid-row: 3 / 5;
  display: grid; }

.gallery-4 {
  grid-column: 10 / 13;
  grid-row: 3 / 5;
  display: grid;
  position: relative; }

.gallery-4::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(33, 66, 136, 0.8); }

.about-gallery-more {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  margin: auto;
  position: relative; }

.grid.map-info {
  width: 60%;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.map-info-block {
  font-size: 16px; }

.map-info-block p {
  font-size: 64px;
  color: #2C2D2E;
  line-height: 120%; }

.map-inside-info {
  display: inline-block; }

/*lightgallery addon */
body .lg-backdrop {
  background-color: white; }

body .lg-toolbar .lg-close:after {
  color: #2C2D2E; }

body .lg-toolbar .lg-download:after {
  color: #2C2D2E; }

body .lg-actions .lg-prev, body .lg-actions .lg-next {
  background: #214288;
  width: 60px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto; }

body .lg-actions .lg-prev:after, body .lg-actions .lg-next:before {
  content: '';
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

body .lg-actions .lg-prev:after {
  background: url("/images/2023/prev-button.svg") no-repeat center center/contain; }

body .lg-actions .lg-next:before {
  background: url("/images/2023/next-button.svg") no-repeat center center/contain; }

@media screen and (min-width: 1920px) {
  .main-head .video-el {
    max-width: initial;
    width: 100%;
    bottom: 0;
    margin: auto; } }
@media screen and (max-width: 1548px) {
  .news-item:is(:hover, .is-active) img {
    max-height: 140px; }

  .news-title {
    margin: 16px 0 10px 0; }

  .about-grid {
    min-height: 512px;
    margin-top: 80px; }

  .about-map {
    background-size: 100%; }

  .grid.map-info {
    width: 70%; }

  .main-products .cat-item {
    height: 128px;
    min-height: 128px;
    padding-top: initial; } }
@media screen and (max-width: 1280px) {
  .main-products .cat-item:hover .cat_icon_alt {
    margin: initial;
    object-fit: cover;
    height: 100%; }

  .main-slider img {
    height: 348px; }

  .digit-value {
    font-size: 36px; }

  .main-head-benefit {
    font-size: 14px; }

  .main-head-title {
    margin-bottom: 12px; }

  .main-head-benefit:not(:last-child) {
    margin-bottom: 12px; }

  .cat-item {
    width: calc((100% - 72px) / 4); }

  section.cat-items {
    padding: 40px 0; }

  .access-info {
    font-size: 18px;
    margin-bottom: 8px; }

  .product-grid__item--content-text {
    padding: 40px 32px 0 25px; }

  .product-grid__item:is(:hover, .is-active) .product-grid__item--content-text {
    padding: 40px 32px 0 25px; }

  .access-link {
    font-size: 14px; }

  .product-grid {
    height: 336px; }

  .product-grid__item--content {
    height: 356px; }

  .news-item:is(:hover, .is-active) img {
    max-height: 110px; }

  .news-title {
    font-size: 18px; }

  .news-item .news-text {
    font-size: 12px; }

  .about-grid {
    gap: 16px;
    min-height: 408px; }

  .grid.map-info {
    width: 80%;
    margin-top: 20px; }

  .about-info p {
    font-size: 14px; } }
@media screen and (max-width: 1036px) {
  .main-head-title {
    margin-bottom: 8px; }

  .main-head-benefit:not(:last-child) {
    margin-bottom: 8px; }

  .main-slider img {
    height: 260px; }

  .cat-items-wrapper {
    gap: 30px 20px; }

  .cat-item {
    width: calc((100% - 40px) / 3); }

  .main-products .cat-item {
    width: calc((100% - 40px) / 3); }

  .product-grid {
    height: 250px; }

  .product-grid__item--content {
    height: 270px; }

  .product-grid__item--content-text {
    padding: 20px 20px 0 20px; }

  .product-grid__item:is(:hover, .is-active) .product-grid__item--content-text {
    padding: 16px 16px 0 16px;
    height: 60%; }

  .access-info {
    font-size: 15px; }

  .mid-hidden {
    display: none; }

  .news-item {
    width: calc((100% - 40px) / 3); }

  .about-grid {
    gap: 12px;
    min-height: 304px;
    margin-top: 40px; }

  .about-intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .about-map {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    min-height: 280px;
    margin-bottom: 40px; }

  .main-head-title {
    font-size: 20px; }

  .digit-value {
    font-size: 32px; }

  .eng .about-intro {
    width: calc(100%); }

  .eng .about-map {
    width: calc(100%); }

  .eng .about-info {
    max-width: initial; } }
@media screen and (max-width: 742px) {
  .main-head-title {
    margin-bottom: 6px; }

  .main-head-benefit:not(:last-child) {
    margin-bottom: 6px; }

  .main-slider img {
    height: 192px; }

  .main-head-title {
    font-size: 18px; }

  .digit-value {
    font-size: 28px; }

  .main-head-benefit {
    font-size: 12px; }

  .cat-items-wrapper {
    gap: 30px 16px; }

  .cat-item {
    width: calc((100% - 16px) / 2); }

  .main-products .cat-items-wrapper {
    gap: 28px 20px; }

  .main-products .cat-item {
    width: calc((100% - 20px) / 2); }

  .news-item.mob-hidden {
    display: none; }

  .news-item {
    width: calc((100% - 20px) / 2); }

  .news-text {
    display: none; }

  .news-item:is(:hover, .is-active) img {
    max-height: initial; }

  .news-item.calc .btn-more {
    display: none; }

  .news-item.calc .news-date {
    display: block; }

  .news-title {
    margin: 16px 0 30px 0; }

  .map-info-block p {
    font-size: 40px; }

  .map-info-block {
    font-size: 14px; }

  .about-map {
    min-height: 210px; }

  .about-info {
    font-size: 14px; }

  .about-grid .gallery-3 {
    display: none; }

  .about-grid {
    grid-template: repeat(12, 1fr)/repeat(12, 1fr);
    gap: 16px;
    min-height: 455px; }

  .about-grid .gallery-1 {
    grid-area: 1 / 1 / 8 / 13; }

  .about-grid .gallery-2 {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 8;
    grid-row-end: 13; }

  .gallery-4 {
    grid-column: 6 / 13;
    grid-row: 8 / 13; }

  .product-grid {
    flex-flow: column;
    height: auto; }

  .product-grid__item {
    height: 163px;
    position: relative;
    padding: 16px; }

  .product-grid__item:not(:last-child) {
    margin-bottom: 5px; }

  .product-grid__item--content-text {
    height: auto;
    padding: 0; }

  .product-grid__item--content {
    height: 100%;
    border: none;
    justify-content: flex-end; }

  .product-grid__item img {
    opacity: 1; }

  .product-grid__item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(33, 66, 136, 0.5);
    top: 0;
    left: 0;
    z-index: 1; }

  .product-grid__item:is(:hover, .is-active) .product-grid__item--content-text {
    display: block;
    flex-flow: initial;
    padding: 0;
    background: none;
    height: auto; }

  .access-info {
    font-size: 18px; } }
@media screen and (max-width: 500px) {
  .main-head .video-el {
    -o-object-position: right;
    object-position: right; } }
@media screen and (max-width: 450px) {
  .main-head .video-el {
    -o-object-position: right;
    object-position: right; }

  section.cat-items {
    padding-top: 24px; }

  .actual h1 {
    padding: 0 20px; }

  section.news {
    background: #F5F5F5; }

  .main-head-title {
    font-size: 20px;
    margin-bottom: 8px; }

  .main-slider img {
    height: 326px; }

  .main-head .lSPager.lSpg {
    display: none; }

  .product-grid__item {
    padding: 12px 16px; }

  .actual .container {
    padding: 0; }

  .cat-icon-container {
    width: 54px;
    height: 50px; }

  .cat-items-wrapper {
    gap: 6px 6px; }

  .main-products .cat-items-wrapper {
    gap: 6px 6px; }

  .cat-item {
    width: calc((100% - 12px) / 3); }

  .main-products .cat-item {
    width: calc((100% - 12px) / 3); }

  .cat-item p {
    margin-top: 6px;
    font-size: 12px;
    padding: 0; }

  .cat-item img, .cat-item svg {
    width: auto;
    max-height: 100%;
    object-fit: contain;
    -o-object-fit: contain; }

  .cat-item:hover {
    border: 0.5px solid #ffffff;
    background: initial;
    cursor: pointer;
    /* Shadow */
    box-shadow: none; }

  .news-item {
    width: calc(100%);
    background: #FFF;
    padding: 16px; }

  .news h1 {
    padding: 0 20px; }

  .news .container {
    padding: 0 4px; }

  .news-title {
    margin: 16px 0 12px 0;
    font-size: 20px; }

  .news-item.calc .news-text {
    display: block;
    visibility: visible;
    font-size: 14px;
    margin-bottom: 16px; }

  .news-date {
    font-size: 12px; }

  .news-wrapper {
    gap: 8px; }

  .all-news {
    display: block;
    width: 100%;
    padding: 16px 4px;
    color: #FFFFFF;
    background: #214288;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    margin: 20px 12px 10px 12px; }

  .all-news:hover {
    text-decoration: none; }

  .about-info p {
    font-size: 16px; }

  .about-map {
    min-height: 180px;
    margin-bottom: 20px; }

  .map-info-block span {
    max-width: 70px;
    display: block; }

  .about-grid {
    gap: 12px;
    margin-top: 30px;
    min-height: 380px; }

  .cat-item:hover {
    #box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 2px 0px rgba(0, 0, 0, 0.03); }

  .digit-value {
    font-size: 24px; }

  .main-head-benefit:not(:last-child) {
    margin-bottom: 6px; }

  .cat-item {
    min-height: initial; } }
@media screen and (max-width: 360px) {
  .all-news {
    margin: 20px 16px 10px 16px; }

  .cat-item {
    width: calc((100% - 6px) / 2); }

  .main-products .cat-item {
    width: calc((100% - 6px) / 2); }

  .news .container {
    padding: 0; } }

/*# sourceMappingURL=mainpage.css.map */
