body{
    overflow-x:hidden;
}
.slider__wrap{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 50%;
}
.swiper {
    width: 80%;
    height: 370px;
    border: 2px solid #810002;
    border-radius: 20px;
    margin-bottom: 69px;
}
.swiper-pagination-bullet-active{
    background-color: #810002 !important;
}
.swiper-button-prev{
    position: static !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 19px;
    background-color: #810002;
    color: #F7F8FA !important;
    z-index: 5 !important;
}
.swiper-button-next{
    position: static !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 19px;
    background-color: #810002;
    color: #F7F8FA !important;
    z-index: 5 !important;
}

.red__line{
    width: 50%;
    height: 1px;
    background-color: #810002;
}

.about__company{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 210px;
}
.company__text{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 40%;
}
.company__title{
    color: #810002;
    font-size: 70px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.company__description{
    width: 80%;
    text-align: center;
    color: #555555;
    font-size: 30px;
}
.about__company img{
    position: absolute;
    right: 0px;
}

.partner{
    margin-top: 226px;
}
.partner__title{
    color: #810002;
    font-size: 70px;
    font-weight: 700;
}
.partner__list{
    margin-top: 110px;
    list-style: none;
    display: flex;
    column-gap: 100px;
    row-gap: 50px;
    flex-wrap: wrap;
    width: 100%;
}

.our__place{
    display: flex;
    justify-content: space-between;
    margin: 100px auto;
}
.place__info{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 48px;
}
.place__info{
    text-align: center;
    color: #810002;
    font-size: 50px;
    font-weight: 700;   
    width: 40%;
    border-radius: 20px;
}
.map{
    width: 50%;
    border-radius: 20px;
}
.map__content{
    width: 100%;
}

.hidden__section{
    display: none;
}
.modal__catalog{
    background-color: #ffffff;
    height: 1000px;
    width: 31%;
    position: absolute;
    top: 0;
    z-index: 10;
    border-right: 4px solid #810002;
}
.modal__title{
    width: 308px;
    height: 48px;
    background-color: #810002;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    transition: 0.5s;
}
.modal__title:hover{
    background-color: #F7F8FA;
    color: #8F090B;
    border: 3px solid #8F090B;
}
.title__wrapper{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog__place{
    display: flex;
}
.place__list{
    width: 324px;
    margin: 0 0 0 34px;
    list-style: none;
}
.place__list__item{
    margin-top: 11px;
}
.place__list__item a{
    text-decoration: none;
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    transition: 0.65s;
}
.place__list__item a:hover{
    color: #810002;
}
.line{
    height: 1100px;
    width: 3px;
    background-color: #810002;
    margin-left: 25px;
}
.modal__cross{
    width: 30px;
    cursor: pointer;
    position: relative;
    left: 30px;
}
.fone{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 7;
}

.feedback-sect{
    display: flex;
    justify-content: space-between;
}
.feedback__title{
    font-size: 55px;
    font-weight: 700;
    color: #810002;
    width: 90%;
    margin-bottom: 30px;
}
.feedback__info{
    font-size: 25px;
    font-weight: 500;
    color: #333333;
}
.feedback__palce{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.number-input{
    width: 300px;
    height: 50px;
    border-radius: 10px;
    border: 2px solid #810002;
    outline: none;
    padding: 15px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 500;
    color: #810002;
    margin-bottom: 10px;
}
.tool__disc{
    width: 625px;
    height: 150px;
    border-radius: 10px;
    border: 2px solid #810002;
    color: #810002;
    outline: none;
    padding: 15px;
    box-sizing: border-box;
    resize: none;
    font-size: 20px;
    font-weight: 500;
}
.submit__wrapper{
    display: flex;
    justify-content: space-between;
}

@media(max-width:1060px){
    .about__company{
        margin-top: 100px;
    }
    .our__place{
        flex-direction: column;
        align-items: center;
    }
    .place__info img{
        display: none;
    }
    .place__info{
        width: 540px;
        margin-bottom: 40px;
    }
}
@media(max-width:708px){
    .map{
        width: 100%;
    }
}
@media(max-width:520px){
    .company__title{
        font-size: 50px !important;
        margin-bottom: 15px;
    }
    .place__title{
        font-size: 50px !important;
        width: 450px;

    }
    .place__info{
        display:flex;
        align-items: center;
        justify-content:space-between;
    }
}
@media(max-width:460px){
    .company__title{
        font-size: 30px !important;
        margin-bottom: 15px;
    }
    .place__title{
        font-size: 30px !important;
        width: 350px;

    }
}
@media(max-width:370px){
    .company__title{
        font-size: 30px !important;
        margin-bottom: 15px;
    }
    .place__title{
        font-size: 30px !important;
        width: 350px;

    }
}

