.about-page-header {
  position: relative;
}
.aph-bg-title {
  width: calc(100% - 900px);
  background-color: #CD2E22;
  display: flex;
  align-items: center;
}
.aph-bg-block {
  position: unset;
}
.header-container-flexable {
  position: absolute;
  left: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.aph-view {
  width: 900px;
  height: 72vh;
  min-height: 500px;
  object-fit: cover;
}
.about-widget {
  padding: 65px 0 70px;
}
.aw-flexable {
  display: flex;
  justify-content: space-between;
}
.aw-flexable > div {
  width: 47%;
}
.aw-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 17px;
  line-height: 1.13;
}
.aw-text {
  color: #585858;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
.aw-details-child {
  margin-bottom: 75px;
}
.aw-details-child:last-child {
  margin-bottom: 0;
}
.our-values {
  padding: 40px 0;
  background: #f9f9f9;
}
.aw-view img {
  width: 100%;
  object-fit: cover;
}
.aw-view iframe {
  max-width: 100%;
  width: 100%;
}
.aw-notice {
  font-size: 28px;
  font-weight: 500;
}
.aw-benefit-row {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 9px;
  color: #3c3c3c;
  font-weight: 500;
}
.aw-benefit-row .icon {
  margin-right: 15px;
  font-size: 17px;
  font-weight: 400;
  color: #3c3c3c;
}
.partners {
  background: #f9f9f9;
  padding: 80px 0 60px;
}
.partners-flexable {
  display: flex;
  flex-wrap: wrap;
}
.partner-card {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-bottom: 40px;
  position: relative;
  padding-right: 100px;
}
.partner-card img {
  width: 350px;
}

.partner-card:nth-of-type(even) {
  justify-content: flex-start;
}
.partner-card:nth-of-type(even):before {
  position: absolute;
  content: "";
  left: 0;
  width: 1px;
  height: 70%;
  background: #333;
}
.partner-card:nth-of-type(even) {
  padding-right: 0;
  padding-left: 100px;
}
.partners-details {
  padding-top: 70px;
}
.partners-details-container {
  padding-bottom: 170px;
  border-bottom: 3px solid #3e3e3e;
}
.pd-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 60px;
}
.pd-img {
  height: 112px;
  margin-bottom: 33px;
}
.sm-title {
  font-weight: 600;
  font-size: 26px;
}
.dash-row {
  display: flex;
  font-size: 24px;
  margin-bottom: 7px;
}
.dash-row span {
  margin-right: 10px;
}
.notice {
  padding-top: 120px;
  padding-bottom: 50px;
}
.notice-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}
.visual-identity {
  padding-top: 80px;
}
.vi-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.vi-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000e3450;
  padding: 35px 55px;
}
.vi-overlay {
  padding-top: 220px;
  background: #000e3431;
}
.aw-sub-title {
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: bold;
}
.statistics-container {
  padding: 53px 0 100px;
}
.stats-flag-img {
  width: 45px;
  height: 45px;
  margin-bottom: 25px;
}
.stats-grid {
  padding-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 30px;
}
.stat-card {
  display: flex;
  flex-direction: column;
  position: relative;
}
.stat-card:nth-child(3n + 2):after,
.stat-card:nth-child(3n + 3):after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: -15px;
  height: 60%;
  background: var(--border-color);
  width: 2px;
}
.stat-sub-title {
  font-size: 23px;
  line-height: 1.4;
  color: #777;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: end;
}
.stat-counter {
  padding-top: 25px;
  padding-bottom: 6px;
  font-size: 110px;
  font-weight: bolder;
  line-height: 1;
  color: var(--main-color);
}
.stat-bg-title {
  font-weight: 800;
  font-size: 37px;
  line-height: 1;
  color: #666;
}
.gpc-bg {
  background: #CE2F22;
  padding: 40px 0 70px;
}
.sub-title {
  font-weight: 500;
  font-size: 22px;
}
.gpc-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 20px;
}
.gpcd-bg-title {
  font-size: 62px;
  line-height: 0.88;
}
.gpc-details {
  padding-top: 130px;
}
.gpcd-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 10px;
}
.gpcd-row {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
}
.gpc-view img {
  transform: scale(1.1);
}
.customers-container {
  padding: 65px 0;
}
.customers-block .sub-title {
  color: var(--pale-blue-color);
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 13px;
}
.customers-block .title {
  color: var(--main-color-dark);
  font-size: 43px;
  margin-bottom: 10px;
}
.customers-block .text {
  font-size: 22px;
}
.customers-grid {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 20px;
}
.customer-row {
  padding: 10px;
  border: 2px solid #ebebeb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cr-img {
  height: 95px;
  object-fit: contain;
}
.our-factories-container {
  padding-bottom: 50px;
}
.ofb-title {
  font-size: 40px;
}
.factory-slide {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.fs-img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.factory-slide-details {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  bottom: 0;
  padding: 40px;
}
.factory-slide-details .title {
  font-size: 32px;
  margin-bottom: 7px;
}
.factory-slide-details .text {
  width: 60%;
  max-width: 100%;
  font-size: 20px;
  line-height: 1.1;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  
}

@media (max-width: 767.98px) {
  .about-widget {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .aw-flexable {
    flex-wrap: wrap;
  }
  .aw-flexable > div {
    width: 100%;
  }
  .aw-details {
    order: 2;
  }
  .aw-view {
    order: 1;
    margin-bottom: 14px;
    display: flex;
    flex-wrap: wrap;
  }
  .aw-view > * {
    width: 100%;
  }
  .aw-view img {
    order: 3
  }
  .aw-title {
    font-size: 21px;
    margin-bottom: 13px !important;
    line-height: 1.3;
    font-weight: 600;
  }
  .aw-notice {
    margin-top: -3px !important;
    margin-bottom: 13px !important;
    font-size: 17px;
  }
  .aw-sub-title {
    line-height: 1.5;
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: 600;
  }
  .aw-text {
    font-size: 17px;
  }
  .aw-details-child {
    margin-bottom: 40px;
  }
  .partners {
    padding: 45px 0 30px;
  }
  .partners .text br {
    content: "";
  }
  .text {
    font-size: 18px;
  }
  .pd-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .pd-img {
    height: auto;
    margin-bottom: 15px;
  }
  .dash-row {
    font-size: 18px;
  }
  .partners-details-container {
    padding-bottom: 100px;
  }
  .notice {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .partner-card {
    padding-right: 20px;
  }
  .partner-card img {
    width: 270px;
  }
  .partner-card:nth-of-type(even) {
    padding-left: 20px;
  }
  .vi-block {
    display: block;
    padding: 0;
  }
  .vi-block .title {
    font-size: 29px;
    line-height: 1.1;
  }
  .vi-action,
  .vi-block .title {
    padding: 15px 18px;
  }
  .vi-action {
    background: #eee;
  }
  .vi-overlay {
    padding-top: 130px;
  }
  .our-values {
    padding: 17px 0 30px;
  }
  .aw-benefit-row {
    font-size: 16px;
    font-weight: 600;
  }
  .aw-benefit-row .icon {
    font-size: 14px;
  }
  .sm-title {
    font-size: 22px;
    line-height: 1.4;
  }
  .about-page-header {
    flex-wrap: wrap;
  }
  .about-page-header .gradient-easing {
    display: none;
  }
  .aph-bg-title {
    order: 2;
    width: 100%;
    padding: 24px 0;
  }
  .aph-view {
    width: 100%;
    height: 58vh;
    min-height: 331px;
    object-fit: fill;
  }
  .header-container-flexable {
    position: static;
    transform: none;
  }
  .page-title .sub-title {
    margin-bottom: 0 !important;
  }
  .stats-block .title {
    font-size: 25px;
  }
  .stats-flag-img {
    width: 40px;
    height: 40px;
    margin-bottom: 22px;
  }
  .stats-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-top: 32px;
    gap: 50px;
  }
  .stat-counter {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 110px;
    font-weight: bolder;
    line-height: 0.8;
  }
  .stat-bg-title {
    font-size: 33px;
  }
  .stat-card:nth-child(3n + 3):after {
    all: unset;
  }
  .stat-card:nth-child(3n + 2):before {
    position: absolute;
    content: "";
    background: var(--border-color);
    top: -25px;
  }
  .stat-card:nth-child(3n + 2):after {
    bottom: -25px;
  }
  .stat-card:nth-child(3n + 2):after,
  .stat-card:nth-child(3n + 2):before {
    height: 1px;
    width: 90%;
    /* bottom: 0; */
    left: 50%;
    transform: translateX(-50%);
  }
  .statistics-container {
    padding-bottom: 60px;
  }
  .gpc-bg {
    padding-top: 19px;
    padding-bottom: 60px;
  }
  .gpc-block .sub-title {
    text-align: center;
  }
  .sub-title {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .gpc-details {
    padding-top: 10px;
    order: 2;
  }
  .gpc-grid {
    grid-template-columns: 1fr;
  }
  .gpc-view {
    order: 1;
  }
  .gpc-view img {
    transform: none;
    width: 100%;
  }
  .gpcd-bg-title {
    font-size: 35px;
    line-height: 0.95;
    width: 70%;
  }
  .gpcd-list {
    padding-top: 2rem !important;
  }
  .gpcd-row {
    font-size: 18px;
    line-height: 1;
  }
  .customers-container {
    padding: 45px 0;
  }
  .customers-block .sub-title {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .customers-block .title {
    font-size: 24px;
  }
  .customers-block .text br {
    content: ""
  }
  .customers-block .text {
    font-size: 16px;
  }
  .customers-grid {
    padding-top: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .cr-img {
    height: 70px;
  }
  .ofb-title {
    font-size: 25px;
  }
  .customers-action {
    margin-top: 2rem !important;
  }
  .factory-slide-details {
    padding: 27px 19px;
  }
  .factory-slide-details .title {
    font-size: 25px;
    margin-bottom: 4px
  }
  .factory-slide-details .text {
    width: 100%;
    font-size: 14px;
  }
  .factory-slide {
    border-radius: 24px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .aw-title {
    font-size: 26px;
  }
  .aw-text {
    font-size: 17px;
  }
  .about-widget {
    padding-top: 75px;
  }
  .aw-notice {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 15px !important;
  }
  .aw-benefit-row {
    font-size: 18px;
  }
  .partner-card {
    padding-right: 50px;
  }
  .partner-card:nth-of-type(even) {
    padding-left: 50px;
  }
  .vi-block .title {
    font-size: 35px;
  }
  .vi-block {
    padding: 35px 40px;
  }
  .aw-sub-title {
    font-size: 17px;
  }
  .aw-flexable > div {
    width: 48%;
  }
  .aph-view {
    width: 600px;
    min-height: 400px;
  }
  .aph-bg-title {
    width: calc(100% - 600px);
  }
  .page-title .title {
    font-size: 27px;
  }
  .statistics-container {
    padding-top: 45px;
    padding-bottom: 80px;
  }
  .stats-grid {
    gap: 40px;
    padding-top: 40px;
  }
  .stat-card:nth-child(3n + 2):after, 
  .stat-card:nth-child(3n + 3):after {
    left: -20px;
  }
  .stat-counter {
    font-size: 70px;
  }
  .stat-bg-title {
    font-size: 28px;
  }
  .stat-sub-title {
    font-size: 20px;
  }
  .stats-block .title {
    font-size: 32px;
  }
  .stats-flag-img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
  .gpc-block .sub-title {
    font-size: 19px;
  }
  .gpc-details {
    padding-top: 70px;
  }
  .gpcd-bg-title {
    font-size: 50px;
  }
  .gpc-view img {
    transform: none;
  }
  .gpcd-row {
    font-size: 14px;
  }
  .customers-container {
    padding: 52px 0;
  }
  .customers-block .sub-title {
    font-size: 26px;
  }
  .customers-block .title {
    font-size: 34px;
  }
  .customers-block .text {
    font-size: 20px;
  }
  .customers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ofb-title {
    font-size: 35px;
  }
  .factory-slide-details .title {
    font-size: 30px;
  }
  .factory-slide-details .text {
    width: 100%;
    font-size: 17px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .partner-card {
    padding-right: 60px;
  }
  .partner-card:nth-of-type(even) {
    padding-left: 60px;
  }
  .aph-view {
    width: 600px;
  }
  .aph-bg-title {
    width: calc(100% - 600px);
  }
  .page-title .sub-title {
    font-size: 22px;
  }
  .page-title .title {
    font-size: 37px;
  }
  .stats-flag-img {
    width: 40px;
    height: 40px;
  }
  .stats-block .title {
    font-size: 34px;
  }
  .stat-sub-title {
    font-size: 21px;
  }
  .stat-counter {
    font-size: 95px;
  }
  .stat-bg-title {
    font-size: 35px;
  }
  .gpcd-bg-title {
    font-size: 50px;
  }
  .gpc-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 7px;
  }
  .gpcd-row {
    font-size: 16px;
  }
  .gpc-details {
    padding-top: 55px;
  }
  .customers-block .sub-title {
    font-size: 26px;
    margin-bottom: 7px;
  }
  .customers-block .title {
    font-size: 35px;
  }
  .customers-block .text {
    font-size: 21px;
  }
  .customers-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
  }
  .ofb-title {
    font-size: 36px;
  }
  .factory-slide-details .title {
    font-size: 32px;
  }
  .factory-slide-details .text {
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
  }
  .about-widget {
    padding: 70px 0 100px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .aph-bg-title {
    width: calc(100% - 750px);
  } 
  .aph-view {
    width: 750px;
  }
  .page-title .sub-title {
    font-size: 21px;
  }
  .page-title .title {
    font-size: 45px;
  }
}

@media (min-width: 1400px) {
}
