.title-page{
    position: relative;
}
.title-page:after{
    content: '';
    position: absolute;
    top: 0;
    width: 230px;
    height: 120px;
    background: #f19e39;
    left: calc(50% - 115px);
}
.title-page:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 230px;
    height: 140px;
    background: #f19e39;
    left: calc(50% - 115px);
}

main .content .text p{
    font-size: 16px;
    line-height: 1.8;
    color: #212121;
    margin-bottom: 30px;
}

/* about-section */
.about-section{
    position: relative;
    margin-top: -140px;
    padding-bottom: 120px;
}
.about-section::before{
    content: '';
    position: absolute;
    top: 0;
    width: 230px;
    height: 80%;
    background: #f19e39;
    left: calc(50% - 115px);
    z-index: -1;
}
.about-section .content{
    max-width: 1920px;
    margin: auto;
    padding: 0 230px;
    display: flex;
    gap: 265px;
}
.about-section .content > div{
    width: calc((100% - 265px)/2);
    position: relative;
}
.about-section .left img{
  aspect-ratio: 1 / 1;
  object-fit: cover;
  max-width: 540px;
}
.about-section .left img.last-child{
    position: absolute;
    top: 100px;
    left: 40%;
    max-width: 540px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* counter-slider */

.counter-slider{
    display: flex;
}
.counter-slider .counter{
    width: 355px;
    background: #f19e39;
    padding: 60px 0;
}
.counter-slider .counter .item{
    margin-bottom: 120px;
}
.counter-slider .counter .item:last-child{
    margin-bottom: 0px;
}
.counter-slider .counter .item p.title{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.counter-slider .counter .item p.value{
    font-size: 150px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-family: "Cormorant Garamond";
    line-height: 90px;
}
.counter-slider .slider{
    position: relative;
    width: calc(100% - 355px);
}
.slider1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.counter-slider .swiper-slide{
    background-position: center;
    background-size: cover!important;
}
.counter-slider .wrapper-navigation{
    position: absolute;
    bottom: -90px;
    right: 90px;
    background: #fff;
    z-index: 9;
    display: flex;
    align-items: flex-start;
}
.counter-slider .pagination{
    width: 126px;
    height: 126px;
    line-height: 126px;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 40px;
    color: #1f3528;
    font-style: italic;
}
.group-slider-nav{
    width: 220px;
    height: 220px;
    background: #f19e39;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}
.group-slider-nav > div{
    cursor: pointer;
}

/* advantages */
.advantages{
    padding: 90px 90px 0;
    display: flex;
    gap: 30px;
}
.advantages-col-1,
.advantages-col-2{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.advantages-col-1{
    width: calc(((100% - 30px) / 3) * 2);
}
.advantages-col-2{
    width: calc((100% - 30px) / 3);
}
.advantages-col-1 .item{
    width: 33%;
    height: 530px;
}
.advantages-col-1 .item:nth-child(2){
    width: calc(67% - 30px);
}
.advantages-col-1 .item:nth-child(3){
    width: calc(67% - 30px);
    height: 445px;
}
.advantages-col-1 .item:nth-child(4){
    /* width: calc(67% - 30px); */
    height: 445px;
}
.advantages-col-2 .item{
    width: 100%;
    height: 328px;
}
.advantages-col-2 .item:last-child{
    height: 647px;
}
.advantages .item{
    position: relative;
    background-size: cover;
    background-position: center;
}
.advantages .item:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.advantages .item .information{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    z-index: 9;
}
.advantages .item .information .icon{
    width: 90px;
    height: 90px;
    background: #f19e39;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advantages .item .information p{
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .2em;
    line-height: 1.8;
}

/* about-information */
.about-information{
    background-image: url(../img-promisto2/bg-about-information-promisto2.png);
    background-size: 1500px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
.wrapper-text-about{
    max-width: 620px;
    margin: auto;
    padding: 60px 0 300px;
    text-align: center;
    min-height: 670px;
}
.wrapper-text-about h2{
    text-transform: uppercase;
    font-size: 80px;
    font-family: "Cormorant Garamond";
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.wrapper-text-about p{
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    font-family: "Cormorant Garamond";
    text-align: center;
    margin-bottom: 50px;
}
.wrapper-text-about a{
    background: #fff;
    line-height: 52px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 26px;
    color: #1f3528;
    letter-spacing: .2em;
    padding: 0 50px;
    display: inline-block;
    text-transform: uppercase;
}
.wrapper-text-about a:hover{
    color: #f19e39;
}

/* bottom-slider */
.bottom-slider{
    position: relative;
    margin-top: -230px;
    z-index: 1;
}
.bottom-about-slider .swiper-slide .item{
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 168px;
    height: 760px;
}
.bottom-about-slider .swiper-slide .information{
    position: absolute;
    right: 0;
    bottom: -168px;
    background: #f19e39;
    padding: 70px 180px 70px 115px;
    min-height: 370px;
}
.bottom-about-slider .swiper-slide .information p{
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    max-width: 443px;
}
.bottom-about-slider .swiper-slide .information .number-slide{
    width: 126px;
    height: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Cormorant Garamond";
    font-size: 40px;
    color: #1f3528;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    font-style: italic;
}
.bottom-about-slider .swiper-slide .information p.title{
    text-transform: uppercase;
    color: #1f3528;
    margin-bottom: 12px;
    font-size: 20px;
    letter-spacing: .2em;
    font-weight: 700;
}
.about-pagination{
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 90px;
    bottom: 41px;
    font-size: 12px;
    font-weight: 600;
    color: #A0A0A0;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
}
.nav-bottom-slider{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 130px;
    position: absolute;
    bottom: 44px;
    right: 15px;
}
.nav-bottom-slider > div{
    cursor: pointer;
}
.nav-bottom-slider > div svg{
    transition: all .3s;
}

.nav-bottom-slider > div:hover svg{
    opacity: .7;
}

.item-mobile{
    display: none;
}

@media screen and (max-width: 1600px) {
    .about-section .content,
    main .content{
        padding: 0 130px;
    }
}
@media screen and (max-width: 1400px){
    main .content .text p{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .advantages,
    .advantages-col-1,
    .advantages-col-2{
        gap: 20px;
    }
    .advantages-col-1 {
        width: calc(((100% - 20px) / 3)* 2);
    }
    .advantages-col-2 {
        width: calc((100% - 20px) / 3);
    }
    .advantages-col-1 .item:nth-child(2) {
        width: calc(67% - 20px);
    }
    .advantages-col-1 .item:nth-child(3) {
        width: calc(67% - 20px);
    }
    .advantages-col-2 .item:last-child {
        height: 492px;
    }
    .advantages-col-1 .item{
        height: 460px;
    }
    .advantages-col-1 .item:nth-child(3),
    .advantages-col-1 .item:nth-child(4){
        height: 360px;
    }
    .advantages .item .information p{
        font-size: 14px;
    }
    .counter-slider .wrapper-navigation{
        right: 30px;
    }
    .advantages{
        padding: 90px 30px 0;
    }
}
@media screen and (max-width: 1200px){
    main .social{
        display: none;
    }
    .advantages{
        padding: 90px 0px 0;
    }
    .counter-slider .wrapper-navigation{
        right: 0px;
    }
    .counter-slider{
        flex-wrap: wrap;
    }
    .counter-slider .counter,
    .counter-slider .slider{
        width: 100%;
    }
    .counter-slider .slider{
        height: 470px;
    }
    .counter-slider .counter{
        display: flex;
        justify-content: center;
    }
    .counter-slider .counter .item{
        width: 33%;
        margin-bottom: 50px;
    }
    .about-section .content{
        flex-wrap: wrap;
        justify-content: center;
        gap: 150px;
    }
    .about-section .content > div{
        width: 100%;
        max-width: 745px;
    }
    .about-section .content .left{
        padding-top: 60px;
    }
    .about-section .left img{
        max-width: 70%;
    }
    .about-section .left img.last-child{
        top: 160px;
        left: auto;
        right: 0;
    }
    .about-section .right{
        padding-bottom: 60px;
    }
    .about-section::before{
        height: 60%;
    }
}
@media screen and (max-width: 991px){
    .title-page:after{
        display: none;
    }
    .advantages{
        flex-wrap: wrap;
    }
    .advantages-col-1,
    .advantages-col-2{
        width: 100%;
    }
    .advantages-col-2 .item,
    .advantages-col-2 .item:last-child{
        width: calc((100% - 20px) / 2);
        height: 300px;
    }
    .advantages-col-1 .item,
    .advantages-col-1 .item:nth-child(2),
    .advantages-col-1 .item:nth-child(3),
    .advantages-col-1 .item:nth-child(4){
        width: calc((100% - 20px) / 2);
        height: 300px;
    }
    .bottom-about-slider .swiper-slide .item{
        height: 500px;
    }
    .about-section::before {
        height: 56%;
    }

}
@media screen and (max-width: 767px){
    .about-information{
        background-position: center bottom;
    }
    .wrapper-text-about{
        padding: 60px 20px 200px;
    }
    .wrapper-text-about p{
        font-size: 24px;
    }
    .wrapper-text-about h2{
        font-size: 50px;
    }
    .bottom-slider{
        margin-top: -130px;
    }
    .bottom-about-slider .swiper-slide .information{
        position: relative;
        top: 0%;
        bottom: 0;
        padding-bottom: 160px;
    }
    .about-section .content{
        padding: 0 20px;
    }
    .bottom-about-slider .swiper-slide .item {
        height: auto;
    }
    .bottom-about-slider .swiper-slide .information{
        padding: 50px;
        padding-bottom: 160px;
        min-height: 540px;
    }
    .bottom-about-slider .swiper-slide .information .number-slide{
        bottom: auto;
        top: -83px;
        width: 83px;
        height: 83px;
    }
    .bottom-about-slider .swiper-slide .item{
        margin-bottom: 0px;
    }
    .bottom-about-slider .swiper-slide .information p{
        max-width: 100%;
    }
    .about-pagination{
        z-index: 99;
        color: #fff;
        bottom: 30px;
        width: 80px;
        height: 80px;
        left: calc((100% - 80px) / 2);
    }
    .item-mobile{
        display: block;
        background-position: center;
        background-size: cover;
        height: 450px;
    }
    .about-section::before{
        height: 33%;

    }
    .nav-bottom-slider{
        width: 100%;
        right: 0;
        padding: 0 15px;
    }
    .bottom-about-slider .swiper-slide .information p.title + p{
        min-height: 240px;
    }
}
@media screen and (max-width: 600px){
    .advantages-col-2 .item,
    .advantages-col-2 .item:last-child{
        width: 100%;
        height: 300px;
    }
    .advantages-col-1 .item,
    .advantages-col-1 .item:nth-child(2),
    .advantages-col-1 .item:nth-child(3),
    .advantages-col-1 .item:nth-child(4){
        width: 100%;
        height: 300px;
    }
    .counter-slider .counter{
        flex-wrap: wrap;
    }
    .counter-slider .counter .item{
        width: 100%;
        margin-bottom: 100px;
    }
    .counter-slider .counter .item:last-child{
        margin-bottom: 0;
    }
    .wrapper-text-about p{
        font-size: 20px;
    }
    .counter-slider .wrapper-navigation{
        flex-wrap: wrap;
        background: transparent;
        justify-content: flex-end;
    }
    .group-slider-nav{
        width: 100%;
    }
    .counter-slider .pagination{
        background: #fff;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .group-slider-nav{
        height: 90px;
    }


}
@media screen and (max-width: 479px){
    .item-mobile{
        height: 300px;
    }
}
