section.o-company {
    padding: 75px 0;
}
.o-company h2 {
    text-align: left;
}
.o-company__about_info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.o-company__about_content {
    max-width: 660px;
}
.o-company__about_content p {
    line-height: 1.2;
    margin-top: 20px;
}
.o-company__about_content ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 23px 0;
}
.o-company__about_content ol li:not(:last-child) {
    padding: 0 0 30px 0;
}

.o-company__about_content ol li {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    font-size: 20px;
}
.o-company__about_content ol li:before {
    content: counter(num);
    counter-increment: num;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    width: 34px;
    text-align: right;
    border-radius: 29px;
    border: 1px solid #f1bb7c;
    margin-bottom: 10px;
    font-size: 20px;
}
.o-company__about_content pre {
    font-family: inherit, sans-serif;
    font-size: 16px;
    margin: 5px 0;
    white-space: normal;
}
.section-heading {
    color: #f1bb7c;
    font-size: 20px;
    line-height: 1.2;
}

.o-company .projects__cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0;
    gap: 50px 0;
}
.o-company .projects__cards_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border: 1px solid #f1bb7c;
    border-radius: 0 92px 0 92px;
    flex: 0 0 45%;
}
.o-company .projects__cards_image {
    height: 100%;
    max-height: 178px;
    width: 100%;
    max-width: 342px;
}
.o-company .projects__cards_image img {
    border-radius: 0 92px 0 92px;
    object-fit: cover;
    object-position: top;
    height: 100%;
    max-height: 178px;
    width: 100%;
}
.o-company .projects__cards_body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 40px;
}
.o-company .project__cards_title {
    font-size: 20px;
    line-height: 1.2;
    max-width: 145px;
}
.o-company .link a,
.o-company .link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #f1bb7c;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.1s ease 0s;
}
.o-company .link::after {
    content: "";
    background-image: url("/site/img/tixie-steni/o-company-work-arrow.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.o-company .link:hover a,
.o-company .link:hover {
    font-weight: bold;
}
.o-company .link:hover::after {
    transform: scale(1.4) translate(2px, -2px);
    transition: transform 0.1s linear;
}
.o-company .projects__bottom {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.o-company .videos__slider_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.o-company .videos__slider_title .nav {
    display: flex;
    align-items: center;
    gap: 80px;
}
.o-company .videos__slider_title .nav .swiper-button-prev-prof ,
.o-company .videos__slider_title .nav .swiper-button-next-prof {
    cursor: pointer;
    position: sticky;
}
.o-company .videos__slider_slide {
    position: relative;
    width: 460px;
}

.o-company__swiper-slider {
    display: flex;
    align-items: center;
    gap: 40px;
}
.o-company .videos__slider_slide_view {
    width: 460px;
    height: 300px;
    background: #000;
}
.o-company .videos__slider_slide p {
    font-size: 18px;
    margin-top: 10px;
}
.o-company .media__wrap .title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.1;
}
.o-company .media__wrap .media__links {
    margin-top: 70px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0;
}
.o-company h2.text-center {
    text-align: center;
}
.o-company .gallery__slider {
    position: relative;
    /* max-width: 580px; */
    max-height: 380px;
    margin: 0 auto;
}
.o-company__gallery_swiper-slider {
    display: flex !important;
    align-items: center;
}
.swiperGallerySlider {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

.swiperGallerySlider .swiper-slide {
    background-color: #c2c2c2;
    background-position: center;
    background-size: 300px;
    object-fit: cover;
}

.swiperGallerySlider .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.o-company .gallery__slide {
    display: flex !important;
    justify-content: center;
}

.o-company .gallery__slider .btn-prev,
.o-company .gallery__slider .btn-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    background-color: #5e5e5e;
    border-radius: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.o-company .gallery__slider .btn-prev {
    left: 0px;
}
.o-company .gallery__slider .btn-next {
    right: 0px;
}
.gallery__slides .swiper-slide-prev,
.gallery__slides .swiper-slide-next {
    position: relative;
}
.gallery__slides .swiper-slide-prev::after,
.gallery__slides .swiper-slide-next::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background-color: #00000050;
    width: 100%;
    height: 100%;
}

.nashi-rabot__stages_body {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
    margin-top: 40px;
}
.nashi-rabot__stages_cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 57px 40px;
    list-style-type: none;
    padding: 0;
}
.nashi-rabot__stages_cards_item {
    line-height: 1.2;
}
.nashi-rabot__stages_cards_item .number {
    color: #000;
    display: inline-block;
    color: #f8f8f8;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 29px;
    border: 1px solid #f1bb7c;
    padding: 1px 7px;
}
.nashi-rabot__stages_cards_item h3 {
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.nashi-rabot__stages_cards_item p {
    font-size: 18px;
}

.project-entry__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.o-company__project-entry__wrap {
    display: flex;
    justify-content: space-between;
}
.project-entry__left {
    max-width: 560px;
}
.project-entry__right {
    max-width: 560px;
    width: 100%;
}
.project-entry__slider {
    position: relative;
}

.swiperProjectEntry,
.swiperProjectEntryThumbs {
    position: relative;
    overflow: hidden;
}
.project-entry_slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.swiper-wrapper__project-entry,
.swiper-wrapper__project-entry_thumbs {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box;
}
.swiperProjectEntry .btn-next,
.swiperProjectEntry .btn-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    background-color: #5e5e5e;
    border-radius: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiperProjectEntry .btn-next img,
.swiperProjectEntry .btn-prev img {
    width: 30px;
}

.swiperProjectEntry .btn-prev {
    left: 20px;
}
.swiperProjectEntry .btn-next {
    right: 20px;
}

.wp-block-group p {
    margin-bottom: 25px;
}
.wp-block-heading {
    font-weight: 500;
    margin: 30px 0;
}
.project-entry__right-price {
    text-transform: uppercase;
    font-size: 20px;
}
.project-entry__right-price strong {
    font-size: 20px;
}
.phone-head .head-call {
    outline: none;
    transition: 0.3s;
    padding: 10px 20px;
    background: var(--main-color);
    margin-top: 5px;
    cursor: pointer;
    font-family: "Bold";
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 4px -2px var(--two-color), -1px -1px 4px -2px var(--two-color);
}
.phone-head .head-call:hover {
    background: var(--two-color);
    box-shadow: 0 0 15px rgba(71, 74, 80, 0.5);
}
.project-entry__right .phone-head {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .o-company__about_info {
        justify-content: center;
        flex-wrap: wrap;
    }
    .o-company .projects__cards {
        justify-content: center;
    }
    .o-company .projects__cards_item {
        flex: 0 0 60%;
    }
    .o-company .projects__cards_item:nth-child(even) {
        flex-direction: row-reverse;
        border-radius: 92px 0 92px 0;
    }
    .o-company .projects__cards_item:nth-child(even) .projects__cards_image img {
        border-radius: 92px 0 92px 0;
    }
    .o-company .projects__cards_item:nth-child(even) .projects__cards_body {
        padding-left: 40px;
        padding-right: 0;
    }
}
@media (max-width: 749px) {
    .o-company .projects__cards_item {
        flex: 0 0 100%;
    }
    video {
        width: 100%;
    }
    .o-company .videos__slider_slide {
        /* width: 100% !important; */
    }
    .o-company .gallery__slide img {
        width: 100%;
        height: auto;
    }
}