@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
#PlatkiFour .container {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  width: 100%;
  max-width: 940px;
  background-color: #fff;
}
@media (max-width: 1280.98px) {
  #PlatkiFour .container {
    padding: 0;
  }
}
@media (max-width: 1024.98px) {
  #PlatkiFour .container {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  #PlatkiFour .container {
    padding: 0;
  }
}
@media (max-width: 576.98px) {
  #PlatkiFour .container {
    padding: 0;
  }
}
#PlatkiFour * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


#PlatkiFour {
  transform-origin: top left;
  width: 100%;
}
@media (max-width: 939px) {
  #PlatkiFour {
    transform: none;
    width: auto;
  }
}

#PlatkiFour .all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
#PlatkiFour img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
#PlatkiFour ul,
#PlatkiFour li {
  list-style-type: none;
}
#PlatkiFour ul,
#PlatkiFour ol {
  padding: 0;
  margin: 0;
}
#PlatkiFour article,
#PlatkiFour aside,
#PlatkiFour details,
#PlatkiFour figcaption,
#PlatkiFour figure,
#PlatkiFour footer,
#PlatkiFour header,
#PlatkiFour hgroup,
#PlatkiFour main,
#PlatkiFour menu,
#PlatkiFour nav,
#PlatkiFour section,
#PlatkiFour summary {
  display: block;
}
#PlatkiFour h1, #PlatkiFour h2, #PlatkiFour h3, #PlatkiFour h4, #PlatkiFour h5, #PlatkiFour h6 {
  margin: 0;
}
#PlatkiFour hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
#PlatkiFour p {
  margin: 0;
}
#PlatkiFour hr {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border: 0;
  border-top: 1px solid #eeeeee;
}

html {
  scroll-behavior: smooth;
}

:root {
  --animate-delay: 0.4s;
  --animate-duration: 800ms;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 600;
}

#PlatkiFour .all {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  margin: 0 -8px;
}
#PlatkiFour .yellowb {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  background-color: #6F6C6C;
  border-radius: 16px;
  padding: 5px 15px;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#PlatkiFour .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 50px;
  padding-right: 168px;
  height: 451px;
}
#PlatkiFour .head-bg {
  display: none;
}
#PlatkiFour .head-text {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#PlatkiFour .head-text img {
  width: 139px;
  margin-bottom: 27px;
}
#PlatkiFour .head-text .yellowb {
  margin-bottom: 8px;
}
#PlatkiFour .head-text .yellowb-mob {
  display: none;
}
#PlatkiFour .head-text p {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  margin-top: 15px;
  position: relative;
}
#PlatkiFour .head-text p::before {
  content: "";
  width: 10px;
  display: block;
  height: 100%;
  position: absolute;
  border: 0.5px solid #000;
  border-right: 0;
  left: -20px;
  top: 0;
}
#PlatkiFour .head-text p::after {
  content: "";
  width: 10px;
  display: block;
  height: 100%;
  position: absolute;
  border: 0.5px solid #000;
  border-left: 0;
  right: -20px;
  top: 0;
}
#PlatkiFour .head-text__block {
  margin-top: 46px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 6px;
}
#PlatkiFour .head-text__block .block-icon {
  background-color: #6F6C6C;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  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;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
}
#PlatkiFour .head-text__block span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 939px) {
  #PlatkiFour .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 33px;
    background: none;
    padding-right: 0;
    height: auto;
  }
  #PlatkiFour .head-bg {
    display: block;
    height: 330px;
    width: 100%;
  }
  #PlatkiFour .head-text {
    padding: 29px 36px;
    background-color: #C5C5C5;
    width: 100%;
  }
  #PlatkiFour .head-text .yellowb-mob {
    display: block;
  }
  #PlatkiFour .head-text .yellowb-desk {
    display: none;
  }
  #PlatkiFour .head-text p br {
    display: none;
  }
  #PlatkiFour .head-text p::before {
    left: -17px;
  }
  #PlatkiFour .head-text p::after {
    right: -17px;
  }
}
#PlatkiFour .wygoda {
  height: 472px;
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 26px;
  color: #000;
}
#PlatkiFour .wygoda-title {
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  margin-bottom: 16px;
}
#PlatkiFour .wygoda-title .br-hide {
  display: none;
}
#PlatkiFour .wygoda-desc {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 45px;
}
#PlatkiFour .wygoda-info {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 25px;
  padding-right: 90px;
}
#PlatkiFour .wygoda-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  width: 442px;
}
#PlatkiFour .wygoda-info__item span {
  width: 24px;
  height: 24px;
  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-radius: 50%;
  background-color: #6F6C6C;
  font-weight: 600;
  font-size: 19px;
  color: #fff;
  display: none;
}
#PlatkiFour .wygoda-info__item p {
  font-size: 15px;
  line-height: 24px;
}
#PlatkiFour .wygoda-img {
  display: none;
}
@media (max-width: 939px) {
  #PlatkiFour .wygoda {
    background: none;
    height: auto;
    padding-top: 0;
    margin-bottom: 33px;
  }
  #PlatkiFour .wygoda-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 23px;
    padding: 0 36px;
  }
  #PlatkiFour .wygoda-title .br-hide {
    display: block;
  }
  #PlatkiFour .wygoda-desc {
    text-align: left;
    margin-bottom: 14px;
    padding: 0 36px;
  }
  #PlatkiFour .wygoda-desc br {
    display: none;
  }
  #PlatkiFour .wygoda-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 13px;
    padding-right: 0;
    padding: 0 36px;
    margin-bottom: 24px;
  }
  #PlatkiFour .wygoda-info__item {
    width: auto;
  }
  #PlatkiFour .wygoda-info__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #PlatkiFour .wygoda-info__item p br {
    display: none;
  }
  #PlatkiFour .wygoda-img {
    display: block;
  }
  #PlatkiFour .wygoda-img img {
    width: 100%;
  }
}
#PlatkiFour .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
  margin-bottom: 96px;
}
#PlatkiFour .desc-img {
  width: 384px;
}
#PlatkiFour .desc-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#PlatkiFour .desc-info__title {
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 8px;
  color: #000;
}
#PlatkiFour .desc-info .yellowb {
  margin-bottom: 15px;
  padding: 5px 24px;
}
#PlatkiFour .desc-info__text {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 23px;
  padding-left: 24px;
  color: #000;
}
#PlatkiFour .desc-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 11px;
  color: #000;
}
#PlatkiFour .desc-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
#PlatkiFour .desc-info ul li .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #C4C8CA;
}
#PlatkiFour .desc-info ul li p {
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 939px) {
  #PlatkiFour .desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    margin-bottom: 33px;
  }
  #PlatkiFour .desc-img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #PlatkiFour .desc-img img {
    width: 100%;
  }
  #PlatkiFour .desc-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 36px;
  }
  #PlatkiFour .desc-info__title {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
  }
  #PlatkiFour .desc-info .yellowb {
    padding: 5px 21px;
    font-size: 16px;
  }
  #PlatkiFour .desc-info__text {
    margin-bottom: 15px;
    padding-left: 0;
  }
  #PlatkiFour .desc-info__text br {
    display: none;
  }
}
#PlatkiFour .sposob {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  margin-bottom: 100px;
}
#PlatkiFour .sposob-title {
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 36px;
  text-align: center;
  color: #000;
}
#PlatkiFour .sposob-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#PlatkiFour .sposob-main__item {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  color: #000;
}
#PlatkiFour .sposob-main__item img {
  width: 110px;
  margin-bottom: 16px;
}
#PlatkiFour .sposob-main__item span {
  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;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #6F6C6C;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 19px;
}
#PlatkiFour .sposob-main__item p {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 939px) {
  #PlatkiFour .sposob {
    padding: 0 36px;
    margin-bottom: 33px;
  }
  #PlatkiFour .sposob-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  #PlatkiFour .sposob-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 16px;
  }
  #PlatkiFour .sposob-main__item {
    width: 45%;
  }
  #PlatkiFour .sposob-main__item:last-child {
    width: 100%;
  }
  #PlatkiFour .sposob-main__item:last-child img {
    width: 45%;
  }
  #PlatkiFour .sposob-main__item img {
    width: 100%;
  }
  #PlatkiFour .sposob-main__item span {
    margin-bottom: 9px;
  }
}
#PlatkiFour .wariant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 27px;
  height: 473px;
  margin-bottom: 32px;
  position: relative;
  color: #000;
}
#PlatkiFour .wariant-title {
  font-size: 30px;
  line-height: 37px;
  text-align: center;
}
#PlatkiFour .wariant-title br {
  display: none;
}
#PlatkiFour .wariant-info__item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#PlatkiFour .wariant-info__item span {
  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;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #6F6C6C;
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  display: none;
}
#PlatkiFour .wariant-info__item .item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 11px;
}
#PlatkiFour .wariant-info__item .item-text strong {
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
#PlatkiFour .wariant-info__item .item-text p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
}
#PlatkiFour .wariant-info__item.wariant-one {
  top: 151px;
  left: 143px;
}
#PlatkiFour .wariant-info__item.wariant-two {
  bottom: 90px;
  left: 127px;
}
#PlatkiFour .wariant-info__item.wariant-three {
  top: 151px;
  right: 125px;
}
#PlatkiFour .wariant-info__item.wariant-four {
  bottom: 90px;
  right: 141px;
}
#PlatkiFour .wariant-img {
  display: none;
}
@media (max-width: 939px) {
  #PlatkiFour .wariant {
    background: none;
    padding-top: 0;
    height: auto;
  }
  #PlatkiFour .wariant-title {
    font-size: 24px;
    line-height: 30px;
    padding: 0 36px;
    margin-bottom: 23px;
  }
  #PlatkiFour .wariant-title br {
    display: block;
  }
  #PlatkiFour .wariant-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 23px;
    padding: 0 36px;
    margin-bottom: 23px;
  }
  #PlatkiFour .wariant-info__item {
    position: static;
  }
  #PlatkiFour .wariant-info__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #PlatkiFour .wariant-info__item .item-text {
    row-gap: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #PlatkiFour .wariant-info__item .item-text strong, #PlatkiFour .wariant-info__item .item-text p {
    text-align: left;
  }
  #PlatkiFour .wariant-info__item .item-text strong br, #PlatkiFour .wariant-info__item .item-text p br {
    display: none;
  }
  #PlatkiFour .wariant-img {
    display: block;
    width: 100%;
  }
  #PlatkiFour .wariant-img img {
    width: 100%;
  }
}
#PlatkiFour .products {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 28px;
  margin-bottom: 73px;
  padding: 0 52px;
  position: relative;
  color: #000;
}
#PlatkiFour .products-title {
  font-size: 30px;
  line-height: 37px;
  text-align: center;
}
#PlatkiFour .products-title .br-hide {
  display: none;
}
#PlatkiFour .products-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#PlatkiFour .products-main .item {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
#PlatkiFour .products-main .item .item-caption {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  text-align: center;
}
#PlatkiFour .products-main .item .item-caption strong {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#PlatkiFour .products-main .item .item-caption span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  margin-bottom: 16px;
}
#PlatkiFour .products-main .item .item-caption-hr {
  width: 100%;
  height: 2px;
}
#PlatkiFour .products-main .item .item-caption-hr.hr-one {
  background-color: #5FA7D7;
}
#PlatkiFour .products-main .item .item-caption-hr.hr-two {
  background-color: #B8CBCD;
}
#PlatkiFour .products-main .item .item-caption-hr.hr-three {
  background-color: #BEA7DB;
}
#PlatkiFour .products-main .item .item-caption-hr.hr-four {
  background-color: #64ACDB;
}
#PlatkiFour .products-main .item .item-caption-hr.hr-five {
  background-color: #F07873;
}
#PlatkiFour .products-main .item .item-caption-hr.hr-six {
  background-color: #B8CBCD;
}
#PlatkiFour .products-main .item .item-caption-hr.hr-seven {
  background-color: #BEA7DB;
}
#PlatkiFour .products-main .item .item-img {
  margin-bottom: 24px;
  width: 98px;
}
#PlatkiFour .products-main .item .item-links {
  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;
}
#PlatkiFour .products-main .item .item-links a {
  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;
  background-color: #E2E2E2;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #000;
  width: 98px;
  height: 31px;
  text-transform: uppercase;
}
#PlatkiFour .products-main .item .item-links a:hover {
  background-color: #adadad;
}
#PlatkiFour .products .slider-arrows {
  position: absolute;
  width: 100%;
  max-width: 836px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 67%;
  z-index: 2;
}
#PlatkiFour .products .slider-arrows button {
  border: none;
  background: none;
  width: 36px;
  padding: 0;
  cursor: pointer;
}
#PlatkiFour .products .slider-arrows .owl-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 939px) {
  #PlatkiFour .products {
    row-gap: 22px;
    margin-bottom: 50px;
    padding: 0 36px;
  }
  #PlatkiFour .products-title {
    font-size: 24px;
    line-height: 30px;
  }
  #PlatkiFour .products-title .br-hide {
    display: block;
  }
  #PlatkiFour .products-main .item .item-links a {
    width: 132px;
  }
  #PlatkiFour .products .slider-arrows {
    padding: 0 18px;
  }
}
#PlatkiFour .bottom {
  background-color: #6F6C6C;
  padding: 27px 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 30px;
}
#PlatkiFour .bottom-logo {
  width: 139px;
}
#PlatkiFour .bottom-main {
  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;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 20px;
}
#PlatkiFour .bottom-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
}
#PlatkiFour .bottom-main__item img {
  height: 59px;
}
#PlatkiFour .bottom-main__item p {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}
@media (max-width: 939px) {
  #PlatkiFour .bottom {
    row-gap: 25px;
  }
  #PlatkiFour .bottom-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}
#PlatkiFour .item {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */