.about-page__container {
    max-width: 1220px;
    padding: 0 20px;
    margin: auto;
}
.apage__1 {
    position: relative;
    overflow: hidden;
}
.apage__1-dec {
    position: absolute;
    top: -35px;
    right: -15vw;
    width: 462px;
    z-index: 0;
}
.apage__1-right {
    position: relative;
    min-width: 48%;
    width: 48%;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}

.apage__1-left {
     min-width: 48%;
    width: 48%;
}

.apage__1-flex {
    display: flex;
    justify-content: space-between;
    margin: 35px 0 150px 0;
}
.apage__1-img, .apage__1-img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.apage__title {
    margin: 0;
    color: #BF2B45;
    font-size: 42px;
    font-weight: 500;
    font-family: "circe-slab-b";
    line-height: 1.1;
}


.apage__1-list {
    margin: auto 0 0 0;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.apage__1-list li {
    color: #342B2B;
    font-size: 16px;
    padding-left: 12px;
    border-left: 1px solid #971E33;
    width: 46%;
    margin-top: 30px;
    line-height: 1.3;
}

.apage__1-list li span {
    color: #971E33;
    font-weight: 600;
}

.apage__1-second .apage__title span {
    color: #000000;
}

.apage__1-second .apage__1-list li {
    width: 70%;
}

.apage__btn {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #BF2B45;
    padding: 15px 55px;
    transition: .2s;
}

.apage__1-second .apage__btn {
    margin-top: auto;
    width: fit-content;
}
.apage__btn:hover {
    opacity: .8;
    text-decoration: none;
}

.apage__1-second .apage__1-left {
    display: flex;
    flex-direction: column;
}
.apage__1-second .apage__1-list {
    margin-top: 0;
}

.apage__2 {
    background: #971E33;
    color: #fff;
    padding-top: 80px;
    margin-bottom: 150px;
}

.apage__2-title {
    margin: 0;
    font-family: "circe-slab-b";
    font-size: 42px;
    line-height: 1.2;
}

.apage__2-flex {
  display: flex;
  
}
.apage__2-h3-null {
    opacity: 0;
    visibility: hidden;
}

.apage__2-ul {
    display: flex;
    list-style-type: none;
    margin-left: auto;
}

.apage__2-ul li h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
} 
.apage__2-ul li {
    padding-left: 25px;
    border-left: 1px solid #fff;
    margin-left: 40px;
}
.apage__2-ul div {
    opacity: .6;
    font-size: 18px;
 line-height: 1.2;
    margin-top: 15px;
    font-weight: 300;
}


.apage__2-flex2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}

.apage__2-flex2 picture {
     min-width: 657px;
    margin: 0 10px;
}

.apage__2-swiper {
    display: none;
}

.apage__2-h3 {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 400;
   margin: 0 0 22px 0;
}

.apage__2-b {
    font-size: 24px;
    margin-bottom: 5px;
}
.apage__2-p {
    margin: 0;
    font-size: 16px;
    opacity: .6;
    font-weight: 300;
    line-height: 1.4;
}
.apage__2-item {
    margin-bottom: 20px;
}

.apage__2 {
    position: relative;
}

.apage__2:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 95px;
    background: #fff;
}

.apage__2-2 {
    z-index: 1;
    position: relative;
}

.apage__2-3 {
    min-width: 280px;
    transform: translateX(40px);
}



@media (max-width: 1320px) {
    .apage__2-3 {
       min-width: initial;
       transform: translateX(0);
    }


  .apage__2-flex2 picture {
      min-width: 50vw;
}

.apage__1-second .apage__1-right {
   padding-left: 0;
}

}

@media (max-width: 1279px) {
    .apage__2:after {
        display: none;
    }
    .apage__2-flex2 picture {
        min-width: 40vw;
        margin: 0 20px;
    }
    .apage__2-ul {
        margin-right: auto;
    }
    .apage__1-second .apage__btn {
        margin-top: 20px;
    }
}

@media (max-width: 1023px) {
    .apage__1-flex {
        flex-wrap: wrap;
   }
    
    .apage__1-right {
        width: 100%;
        min-width: 100%;
        order: 1;
        margin-bottom: 40px;
        padding-left: 0;
    }
    .apage__1-dec {
      display: none;   
    }
    .apage__1-left {
        order: 2;
         margin: auto;
        width: 100%;
    }
    .apage__1-flex {
    margin: 35px 0 50px 0;
}
    
    .apage__1-second .apage__1-right {
        order: 2;
    }
    
     .apage__1-second .apage__1-left {
        margin: 0 0 40px 0
    }
       
}

@media (max-width: 767px) {
    .apage__1-flex {
        margin: 25px 0 55px 0;
    }
    .apage__title {
        font-size: 26px;
    }

  .apage__1-list li {
    width: 100%;
  }
  .apage__1-list li {
     margin-top: 15px;
  }
  .apage__1-list {
    margin-top: 20px;
  }
  .apage__1-list li br {
    display: none;
  }
  .apage__1-right {
    margin-bottom: 35px;
  }
  .apage__1-img {
           min-width: calc(100vw + 40px);
        margin-left: -20px;
        height: initial;
        object-fit: initial;
  }
  .apage__1-second .apage__1-list li {
    margin-top: 20px;
    font-size: 16px;
    width: 100%;
  }
  .apage__1-second .apage__1-list br {
    display: none;
  }
  .apage__1-second .apage__btn {
    margin-top: 30px;
  }
      .apage__1-second .apage__1-left {
        margin: 0 0 50px 0;
    }

   .apage__1-second .apage__1-right {
    margin-bottom: 0;
   }

.apage__2 {
  padding-top: 60px;   
}

.apage__2-title {
    font-size: 26px;
    margin-bottom: 0;
}

.apage__2-flex {
   display: block;
}

.apage__2-ul {
    margin: 0;
    padding: 0;
    display: block;
}
.apage__2-ul li {
    margin-left: 0;
    margin-top: 20px;
}

.apage__2-h3, .apage__2-1, .apage__2-3 {
    display: none;
}
.apage__2-flex2 picture {
    min-width: 100%;
}
.apage__2-flex2 {
    margin-bottom: 40px;
}

.apage__2-swiper {
   display: block;
}


.apage__2-swiper .apage__2-p {
    font-size: 18px;
    max-width: 80%;
}

.apage__2-slide {
    padding-top: 30px;
     padding-bottom: 30px;
    border-top: 2px solid rgba(255,255,255,.1);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
}
.apage__2-num {
    font-size: 24px;
}

.swiper1-button-next, .swiper1-button-prev,
.swiper2-button-next, .swiper2-button-prev {
    width: 50px !important;
    height: 50px !important;
    background-image: url(/local/templates/vitaferr/img/about/a-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}
.swiper2-button-next, .swiper2-button-prev {
    background-color: #971E33;
    background-image: url(/local/templates/vitaferr/img/about/a-arrow-white.svg);
}

.swiper1-button-next, .swiper2-button-next  {
    transform: scale(-1);
    margin-left: 15px;
}

.apage__2-slide-turn {
   display: flex;
   padding-bottom: 60px;
}

.apage__3-slide-turn {
    display: flex;
    margin-top: 10px;
}


}






.apage__3-title-top {
    font-size: 42px;
    color: #BF2B45;
        font-family: "circe-slab-b";
    font-weight: 500;
    margin: 0 0 50px 0;
    line-height: 1;
}

.apage__3 {
    margin-top: -100px;
     margin-bottom: 100px;
}

.apage__3-title {
    font-size: 32px;
    color: #971E33;
    margin: 0 0 15px 0;
    line-height: 1;
    font-family: "circe-slab-b";
}

.apage__3-descr {
    font-size: 24px;
    color: #000000;
    line-height: 1.2;
    white-space: nowrap;
}
.apage__3-middle {
    padding-top: 45px;
    height: 220px;
    box-sizing: border-box;
}


.line-cont {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}

.line-cont__circle {
    min-width: 40px;
    height: 40px;
    background: #971E33;
    border-radius: 50%;
}

.line-cont__line {
    background: #971E33; 
    height: 2px;
    width: 100%;
}

/*
.line-cont1 .line-cont__line,
.line-cont1 .line-cont__circle,
.line-cont.line-cont1:after{
    background: #FFEADD;
}
*/

.line-cont:after {
    content: "";
    height: 2px;
    width: 90px;
    background: #971E33;
    position: absolute;
    top: calc(50% - 1px);
    left: 100%;
}

.apage__3-post-descr {
    font-size: 16px;
    color: rgba(52, 43, 43, 0.6);
    line-height: 1.4;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.apage__3-post-descr:last-child {
    border: 0;
    padding-bottom: 0;
}



.apage__3-slide {
   cursor: grabbing;
}

.apage__3-swiper {
    padding-right: 50px;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
     user-select: none;
}

.line-cont-last .line-cont__line {
    display: none;
}

.line-cont-last.line-cont:after {
    display: none;
}

.text-red {
    color: #971E33;
}
.apage__3-descr-sm {
    font-size: 20px;
}

.apage__3-img {
    width: 100%;
}

@media (max-width: 1279px) {
    .line-cont:after {
        width: 40px;
    }
}

@media (max-width: 1023px) {
    .apage__3-swiper {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .apage__3-title-top {
       font-size: 26px;
       margin-bottom: 25px;
    }

   .apage__3-middle {
    padding-top: 30px;
    height: 195px;
}

.line-cont__circle {
    min-width: 32px;
    height: 32px;
}
  .line-cont:after {
        width: 20px;
    }
 
 .apage__3-swiper {
    overflow: visible;
 }
 .apage__3 {
    overflow: hidden;
 }


}


.apage__3-flex {
    display: flex;
    justify-content: space-between;
}

.apage__3-btm {
  position: relative;  
    margin-bottom: 100px;
        margin-bottom: 150px;
}

.apage__3-decor {
    position: absolute;
}

.apage__3-port-title {
    font-size: 32px;
        font-family: "circe-slab-b";
    line-height: 1.1;
    font-weight: 500;
    color: #000000;
    margin: 30px 0 20px 0;
}

.apage__3-port-descr {
    font-size: 24px;
    color: #515A64;
    line-height: 1.2;
}

.apage__3-port-2 {
    margin-left: 60px;
}

.apage__3-decor {
    position: absolute;
    top: -50px;
    left: -10%;
    z-index: -1;
}


@media (max-width: 1279px) {
    .apage__3-port-2 {
    margin-left: 0;
}
.apage__3-port {
    margin-right: 20px;
}
}

@media (max-width: 1023px) {
.apage__3-btm {
    display: none;
}
}


.apage__4 {
    position: relative;
    padding-top: 80px;
    margin-bottom: 140px;
}

.apage__4:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #971E33;
    width: 100%;
    height: 420px;
    z-index: -2;
}

.apage__4-decor {
    position: absolute;
    top: 12vw;
    left: 0;
    width: 30vw;
}
.apage__4 .apage__1-flex {
    margin: 0;
}

.apage__4-title {
    font-size: 42px;
    color: #fff;
    line-height: 1;
    font-family: "circe-slab-b";
    font-weight: 400;
    margin: 0;
}

.apage__4-descr {
    font-size: 24px;
    color: #fff;
    line-height: 1.1;
    margin: 15px 0 25px 0;
    font-weight: 300;
}
.apage__4-postdescr {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.3;
    font-weight: 300;
    margin: 0;
}

.apage__1-list-mob {
   display: none;
}

@media (max-width: 1279px) {
    .apage__4:before {
        height: 55%;
    }
}

@media (max-width: 1023px) {
.apage__1-list-mob {
   display: block;
}
.apage__1-list-desk {
   display: none;
}

    .apage__4-decor {
               width: 70vw;
        right: 0;
        left: initial;
        z-index: 1;
                bottom: 44%;
        top: initial;
    }

}


@media (max-width: 767px) {

    .apage__4:before {
        display: none;
    }

    .apage__4 {
        padding-top: 0;
        margin-bottom: 50px;
    }

    .apage__4-descr {
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-right: 20px;
    }

     .apage__4 .apage__1-right {
        background-color: #971E33;
        margin-left: -20px;
        padding-left: 20px;
        min-width: calc(100% + 20px);
        padding-top: 60px;
        padding-bottom: 250px;
        margin-bottom: 0;
    }

    .apage__4-title {
       font-size: 26px;
    }

      .apage__4 .apage__1-img {
        min-width: 100%;
        margin-left: 0;
        height: initial;
        object-fit: initial;
        transform: translateY(-50%);
        z-index: 4;
        position: relative;
    }

    .apage__1-list-mob {
         margin-top: -45vw;
    }

           
}