.page.page-about-us .icon-decor-almaz {
  display: none;
}
.page.page-about-us .title-section.title-page {
  text-transform: inherit;
}
.page.page-about-us .title-section.title-about {
  font-size: 16px;
  text-transform: uppercase;
}
.page.page-about-us .title-section.title-about.left {
  text-align: left;
}
@media (min-width: 768px) {
  .page.page-about-us .title-section.title-page {
    margin-bottom: 20px;
  }
  .page.page-about-us .title-section.title-about {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .page.page-about-us .title-section.title-about {
    font-size: 18px;
  }
  .page.page-about-us .text-top-page {
    margin-right: 130px;
  }
}
@media (min-width: 1280px) {
  .page.page-about-us .title-section.title-page {
    margin-bottom: 30px;
  }
  .page.page-about-us .icon-decor-almaz {
    display: flex;
    width: 100%;
    position: relative;
    height: auto;
  }
  .page.page-about-us .icon-decor-almaz:before {
    right: 0;
    bottom: -60px;
    position: absolute;
    width: 238px;
    height: 160px;
  }
  .page.page-about-us .text-top-page {
    margin-right: 250px;
  }
  .page.page-about-us .title-section.title-about {
    font-size: 18px;
  }
  .page.page-about-us .section-facty .icon-decor-almaz:before {
    bottom: -90px;
  }
}
@media (min-width: 1440px) {
  .page.page-about-us .title-section.title-about {
    font-size: 20px;
  }
  .page.page-about-us .icon-decor-almaz:before {
    width: 278px;
    height: 188px;
  }
}
@media (min-width: 1600px) {
  .page.page-about-us .title-section.title-about {
    font-size: 22px;
  }
  .page.page-about-us .icon-decor-almaz:before {
    width: 319px;
    height: 216px;
  }
  .page.page-about-us .section-facty .icon-decor-almaz:before {
    bottom: -100px;
  }
}
@media (min-width: 1920px) {
  .page.page-about-us .title-section.title-about {
    font-size: 24px;
  }
  .page.page-about-us .icon-decor-almaz:before {
    width: 385px;
    height: 260px;
  }
}

.section-principles {
  padding: 30px 0;
}
.section-principles .title-section {
  margin-bottom: 0;
}
.section-principles .list-card {
  padding: 30px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .section-principles {
    padding: 50px 0;
  }
  .section-principles .list-card {
    padding: 40px 0 0;
    grid-gap: 30px;
  }
}
@media (min-width: 1024px) {
  .section-principles .list-card {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .section-principles {
    padding: 60px 0;
  }
}

.item-facty {
  font-size: 14px;
  line-height: 130%;
}
.item-facty .title-facty {
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.item-facty .number-facty {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
  color: rgba(115, 62, 144, 0.3);
  margin-bottom: 10px;
  min-height: 52px;
  background-image: url(./../images/bg-almaz-small.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1280px) {
  .item-facty {
    font-size: 16px;
  }
  .item-facty .number-facty {
    font-size: 20px;
    min-width: 65px;
    min-height: 60px;
  }
  .item-facty .title-facty {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .item-facty .number-facty {
    font-size: 24px;
    min-width: 68px;
    width: 68px;
    min-height: 59px;
    height: 59px;
    padding: 11px 21px 17px 18px;
  }
  .item-facty .title-facty {
    font-size: 20px;
  }
}

.section-facty {
  padding: 30px 0;
  position: relative;
}
.section-facty .title-section {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 130%;
}
.section-facty .list-facty {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media (min-width: 660px) {
  .section-facty {
    padding: 60px 0;
  }
  .section-facty .title-section {
    margin-bottom: 40px;
    text-align: center;
  }
  .section-facty .list-facty {
    grid-template-columns: 1fr 1fr;
  }
  .section-facty .item-facty {
    display: grid;
    grid-template-columns: 60px calc(100% - 60px - 20px);
    grid-gap: 0 20px;
    align-items: flex-start;
  }
  .section-facty .number-facty {
    margin-bottom: 0;
  }
  .section-facty .list-facty .facty-1 {
    order: 1;
  }
  .section-facty .list-facty .facty-2 {
    order: 3;
  }
  .section-facty .list-facty .facty-3 {
    order: 5;
  }
  .section-facty .list-facty .facty-4 {
    order: 7;
  }
  .section-facty .list-facty .facty-5 {
    order: 2;
  }
  .section-facty .list-facty .facty-6 {
    order: 4;
  }
  .section-facty .list-facty .facty-7 {
    order: 6;
  }
  .section-facty .list-facty .facty-8 {
    order: 8;
  }
}
@media (min-width: 1024px) {
  .section-facty .item-facty {
    grid-gap: 0 30px;
  }
}
@media (min-width: 1280px) {
  .section-facty {
    padding: 90px 0;
  }
  .section-facty .title-section {
    margin-bottom: 50px;
  }
  .section-facty .list-facty {
    grid-gap: 30px 30px;
  }
  .section-facty .item-facty {
    grid-template-columns: 65px calc(100% - 65px - 20px);
  }
}
@media (min-width: 1600px) {
  .section-facty {
    padding: 100px 0;
  }
  .section-facty .title-section {
    margin-bottom: 60px;
  }
  .section-facty .list-facty {
    padding: 0 250px;
  }
}
@media (min-width: 1920px) {
  .section-facty .list-facty {
    grid-gap: 30px 80px;
    padding: 0 280px;
  }
  .section-facty .item-facty {
    grid-template-columns: 69px calc(100% - 69px - 20px);
  }
}

.section-certificate {
  padding: 60px 0;
}
.section-certificate .slick-slide img {
  margin: 0 auto;
}
@media (min-width: 500px) {
  .section-certificate .list-certificate {
    margin: 0 -10px;
  }
  .section-certificate .list-certificate .item-certificate {
    padding: 0 10px;
  }
}
@media (min-width: 660px) {
  .section-certificate .list-certificate {
    margin: 0 -15px;
  }
  .section-certificate .list-certificate .item-certificate {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .section-certificate {
    padding: 70px 0;
  }
  .section-certificate .title-section {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .section-certificate {
    padding: 80px 0;
  }
  .section-certificate .title-section {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .section-certificate {
    padding: 90px 0;
  }
  .section-certificate .title-section {
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .section-certificate {
    padding: 100px 0;
  }
}
@media (min-width: 1600px) {
  .section-certificate {
    padding: 110px 0;
  }
}
@media (min-width: 1920px) {
  .section-certificate {
    padding: 120px 0;
  }
  .section-certificate .title-section {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.block-img-group {
  position: relative;
  max-width: 510px;
  margin: 0 auto 30px;
}
.block-img-group .img-1 {
  width: 80%;
  height: auto;
  border-radius: 5px 15px 5px 5px;
  overflow: hidden;
}
.block-img-group .img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-img-group .img-2 {
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-top: -100px;
  border-radius: 5px 15px 5px 5px;
  overflow: hidden;
}
.block-img-group .img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 660px) {
  .block-img-group .img-1 {
    width: 405px;
    height: 405px;
  }
  .block-img-group .img-2 {
    width: 298px;
    height: 298px;
    margin-top: -185px;
  }
}
@media (min-width: 1024px) {
  .block-img-group {
    max-width: 600px;
    margin-bottom: 0;
    width: 100%;
  }
  .block-img-group .img-1 {
    width: 347px;
    height: 347px;
  }
  .block-img-group .img-2 {
    width: 254px;
    height: 254px;
    margin-top: -150px;
  }
}
@media (min-width: 1280px) {
  .block-img-group .img-1 {
    width: 356px;
    height: 356px;
  }
  .block-img-group .img-2 {
    width: 260px;
    height: 260px;
  }
}
@media (min-width: 1440px) {
  .block-img-group .img-1 {
    width: 396px;
    height: 396px;
  }
  .block-img-group .img-2 {
    width: 290px;
    height: 290px;
  }
}
@media (min-width: 1600px) {
  .block-img-group .img-1 {
    width: 436px;
    height: 436px;
  }
  .block-img-group .img-2 {
    width: 320px;
    height: 320px;
    margin-top: -190px;
  }
}
@media (min-width: 1920px) {
  .block-img-group {
    margin-left: 0;
    max-width: 670px;
  }
  .block-img-group .img-1 {
    width: 530px;
    height: 530px;
  }
  .block-img-group .img-2 {
    width: 390px;
    height: 390px;
    margin-top: -190px;
  }
}

.section-about-product {
  padding: 60px 0;
  font-size: 14px;
  line-height: 135%;
}
.section-about-product .title-section {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-about-product {
    padding: 70px 0;
  }
  .section-about-product .title-section.title-about {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .section-about-product .wrapper-about-product {
    display: grid;
    grid-template-columns: 450px calc(100% - 450px - 30px);
    grid-gap: 30px;
    align-items: flex-end;
  }
  .section-about-product .title-section {
    font-size: 18px;
    line-height: 130%;
  }
}
@media (min-width: 1280px) {
  .section-about-product {
    padding: 90px 0;
    font-size: 16px;
  }
  .section-about-product .wrapper-about-product {
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .section-about-product {
    padding: 100px 0;
  }
  .section-about-product .title-section {
    font-size: 21px;
  }
  .section-about-product p {
    margin-bottom: 25px;
  }
  .section-about-product .wrapper-about-product {
    grid-template-columns: 500px calc(100% - 500px - 30px);
  }
}
@media (min-width: 1600px) {
  .section-about-product {
    padding: 110px 0;
  }
  .section-about-product .wrapper-about-product {
    grid-template-columns: 550px calc(100% - 550px - 30px);
  }
}
@media (min-width: 1920px) {
  .section-about-product {
    padding: 120px 0;
  }
  .section-about-product .wrapper-about-product {
    grid-template-columns: 670px calc(100% - 670px - 30px);
  }
  .section-about-product .title-section.title-about {
    padding-bottom: 40px;
  }
}

.section-facty .icon-decor-almaz {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 278px;
  height: 188px;
  display: none;
}

.section-facty .icon-decor-almaz::before {
  width: 100%;
  height: 100%;
}

@media (min-width: 1280px) {
  .section-facty .icon-decor-almaz {
    width: 278px;
    height: 188px;
    display: block;
  }
}


@media (min-width: 1440px) {
  .section-facty .icon-decor-almaz {
    width: 319px;
    height: 216px;
  }
}

@media (min-width: 1600px) {
  .section-facty .icon-decor-almaz {
    width: 385px;
    height: 260px;
  }
}