.hero-section {
    padding: 30px 0px;
}
.hero-section__items {
    display: grid;
    grid-gap: 30px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 991.98px) {
    .hero-section__items {
        grid-template-rows: 135px 92px 92px 1fr 1fr;
        grid-template-columns: 1fr;
        grid-gap: 14px;
    }
}
.hero-section__item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
}
@media (max-width: 991.98px) {
    .hero-section__item:nth-child(1) {
        grid-column: 1/2;
        grid-row: 4/6;
    }
}
.hero-section__item:nth-child(2) {
    grid-column: 3/5;
    grid-row: 1/2;
}
@media (max-width: 991.98px) {
    .hero-section__item:nth-child(2) {
        grid-column: 1/2;
        grid-row: 1/2;
    }
}
@media (max-width: 991.98px) {
    .hero-section__item:nth-child(3) {
        grid-row: 2/3;
    }
}
@media (max-width: 991.98px) {
    .hero-section__item:nth-child(4) {
        grid-row: 3/4;
    }
}
.main-hero-item {
    position: relative;
    padding: 42px;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid rgb(46, 48, 99);
}
@media (max-width: 991.98px) {
    .main-hero-item {
        padding: 20px;
    }
}
.main-hero-item .button-feedback {
    display: none;
}
@media (max-width: 991.98px) {
    .main-hero-item .button-feedback {
        display: block;
        text-align: center;
        width: 100%;
        background-color: rgb(46, 48, 99);
        padding: 20px;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        border-radius: 5px;
    }
}
.main-hero-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0) 8.5%, rgba(0, 0, 0, 0.4) 100%);
}
.main-hero-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.main-hero-item__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-hero-item__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    position: relative;
    z-index: 3;
}
@media (max-width: 991.98px) {
    .main-hero-item__content {
        height: 80%;
        margin: 0px 0px 15px 0px;
    }
}
.main-hero-item__title {
    font-weight: 700;
    color: #fff;
}
@media (min-width: 114em) {
    .main-hero-item__title {
        font-size: 56px;
    }
}
@media (min-width: 20em) and (max-width: 114em) {
    @supports (font-size: clamp(24px, 17.1914893617px + 2.1276595745vw, 56px)) {
        .main-hero-item__title {
            font-size: clamp(24px, 17.1914893617px + 2.1276595745vw, 56px);
        }
    }
    @supports not (font-size: clamp(24px, 17.1914893617px + 2.1276595745vw, 56px)) {
        .main-hero-item__title {
            font-size: calc(24px + 2 * (100vw - 320px) / 94);
        }
    }
}
@media (max-width: 20em) {
    .main-hero-item__title {
        font-size: 24px;
    }
}
.main-hero-item__socials {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.main-hero-item__social {
    flex: 0 0 40px;
    height: 40px;
}
@media (max-width: 991.98px) {
    .main-hero-item__social {
        flex: 0 0 30px;
        height: 30px;
    }
}
.main-hero-item__social img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.services-hero-item {
    position: relative;
    padding: calc(50% - 15px) 0px 0px 0px;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid rgb(46, 48, 99);
}
@media (max-width: 991.98px) {
    .services-hero-item {
        padding: 135px 0px 0px 0px;
    }
}
.services-hero-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.services-hero-item__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-hero-item__block {
    position: absolute;
    top: 34px;
    left: 25px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 20px;
}
@media (max-width: 991.98px) {
    .services-hero-item__block {
        background-color: rgba(255, 255, 255, 0);
        left: 0px;
    }
}
.services-hero-item__title {
    font-weight: 700;
    color: #2e3063;
    margin: 0px 0px 5px 0px;
}
@media (min-width: 114em) {
    .services-hero-item__title {
        font-size: 48px;
    }
}
@media (min-width: 20em) and (max-width: 114em) {
    @supports (font-size: clamp(24px, 18.8936170213px + 1.5957446809vw, 48px)) {
        .services-hero-item__title {
            font-size: clamp(24px, 18.8936170213px + 1.5957446809vw, 48px);
        }
    }
    @supports not (font-size: clamp(24px, 18.8936170213px + 1.5957446809vw, 48px)) {
        .services-hero-item__title {
            font-size: calc(24px + 1.5 * (100vw - 320px) / 94);
        }
    }
}
@media (max-width: 20em) {
    .services-hero-item__title {
        font-size: 24px;
    }
}
.services-hero-item__text {
    font-size: 18px;
    color: #000;
}
@media (max-width: 991.98px) {
    .services-hero-item__text {
        display: none;
    }
}

.hero-item {
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid rgb(46, 48, 99);
    padding: 30px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
@media (max-width: 991.98px) {
    .hero-item {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 30px 0px 30px 20px;
        overflow: hidden;
    }
}
.hero-item__title {
    color: #2e3063;
    font-weight: 700;
    text-decoration: none;
}
@media (min-width: 114em) {
    .hero-item__title {
        font-size: 45px;
    }
}
@media (min-width: 20em) and (max-width: 114em) {
    @supports (font-size: clamp(10px, 2.5531914894px + 2.3271276596vw, 45px)) {
        .hero-item__title {
            font-size: clamp(10px, 2.5531914894px + 2.3271276596vw, 45px);
        }
    }
    @supports not (font-size: clamp(10px, 2.5531914894px + 2.3271276596vw, 45px)) {
        .hero-item__title {
            font-size: calc(10px + 2.1875 * (100vw - 320px) / 94);
        }
    }
}
@media (max-width: 20em) {
    .hero-item__title {
        font-size: 10px;
    }
}
@media (max-width: 991.98px) {
    .hero-item__title {
        font-size: 24px;
    }
}
.hero-item__text {
    font-size: 18px;
    flex: 1 1 auto;
    color: #000;
}
@media (max-width: 991.98px) {
    .hero-item__text {
        display: none;
    }
}
.hero-item__specialists {
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 15%;
    width: 100%;
    height: 65px;
}
@media (max-width: 991.98px) {
    .hero-item__specialists {
        width: 191px;
        height: 40px;
        transform: translate(50px, 0px);
        padding: 0;
    }
}
.hero-item__specialist {
    position: relative;
    height: 100%;
    flex: 0 1 14.2%;
}
.hero-item__specialist img {
    position: absolute;
    right: 0;
    width: 65px;
    height: 100%;
    object-fit: contain;
    max-width: none;
}
@media (max-width: 991.98px) {
    .hero-item__specialist img {
        width: 40px;
    }
}
@media (max-width: 991.98px) {
    .hero-item__img {
        transform: translate(40px, 0px);
        width: 191px;
        flex: 0 0 191px;
    }
}
.hero-item__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sales {
    background: linear-gradient(180deg, rgb(46, 48, 99) 44.364%, rgb(105, 107, 173) 100%);
    padding: 50px 0px;
}
.sales__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 30px 0px;
}
.sales__top-title {
    font-weight: 700;
    color: #fff;
}
@media (min-width: 114em) {
    .sales__top-title {
        font-size: 48px;
    }
}
@media (min-width: 20em) and (max-width: 114em) {
    @supports (font-size: clamp(24px, 18.8936170213px + 1.5957446809vw, 48px)) {
        .sales__top-title {
            font-size: clamp(24px, 18.8936170213px + 1.5957446809vw, 48px);
        }
    }
    @supports not (font-size: clamp(24px, 18.8936170213px + 1.5957446809vw, 48px)) {
        .sales__top-title {
            font-size: calc(24px + 1.5 * (100vw - 320px) / 94);
        }
    }
}
@media (max-width: 20em) {
    .sales__top-title {
        font-size: 24px;
    }
}
.sales__controls {
    display: flex;
    align-items: center;
    gap: 20px;
}
.sales__btn-slider {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
    border: none;
}
.sales-first {
    color: #fff;
}
.bullet-sales {
    cursor: pointer;
    text-transform: uppercase;
    padding: 30px 0px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media (any-hover: hover) {
    .bullet-sales:hover .bullet-sales__title {
        font-size: 20px;
        font-weight: 700;
    }
}
.bullet-sales__title {
    font-size: 18px;
    transition: all 0.3s ease 0s;
}
@media (max-width: 767.98px) {
    .bullet-sales__title {
        font-size: 14px;
    }
}
.sales-item {
    display: flex;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
}
@media (max-width: 991.98px) {
    .sales-item {
        flex-direction: column;
        justify-content: space-between;
    }
}
.sales-item__desc {
    flex: 0 0 50%;
    padding: 75px 0px 75px 100px;
}
@media (max-width: 1824px) {
    .sales-item__desc {
        padding: 30px 0px 30px 30px;
    }
}
@media (max-width: 991.98px) {
    .sales-item__desc {
        padding: 20px;
        flex: auto;
    }
}
.sales-item__title {
    color: #2e3063;
    font-weight: 700;
    margin: 0px 0px 25px 0px;
}
@media (min-width: 114em) {
    .sales-item__title {
        font-size: 48px;
    }
}
@media (min-width: 20em) and (max-width: 114em) {
    @supports (font-size: clamp(20px, 14.0425531915px + 1.8617021277vw, 48px)) {
        .sales-item__title {
            font-size: clamp(20px, 14.0425531915px + 1.8617021277vw, 48px);
        }
    }
    @supports not (font-size: clamp(20px, 14.0425531915px + 1.8617021277vw, 48px)) {
        .sales-item__title {
            font-size: calc(20px + 1.75 * (100vw - 320px) / 94);
        }
    }
}
@media (max-width: 20em) {
    .sales-item__title {
        font-size: 20px;
    }
}
.sales-item__prices {
    display: flex;
    gap: 60px;
    margin: 0px 0px 25px 0px;
}
.sales-item__price span {
    font-size: 24px;
    margin: 0px 0px 10px 0px;
}
@media (max-width: 767.98px) {
    .sales-item__price span {
        font-size: 16px;
    }
}
.sales-item__old {
    font-weight: 700;
    text-decoration: line-through;
}
@media (min-width: 114em) {
    .sales-item__old {
        font-size: 48px;
    }
}
@media (min-width: 20em) and (max-width: 114em) {
    @supports (font-size: clamp(20px, 14.0425531915px + 1.8617021277vw, 48px)) {
        .sales-item__old {
            font-size: clamp(20px, 14.0425531915px + 1.8617021277vw, 48px);
        }
    }
    @supports not (font-size: clamp(20px, 14.0425531915px + 1.8617021277vw, 48px)) {
        .sales-item__old {
            font-size: calc(20px + 1.75 * (100vw - 320px) / 94);
        }
    }
}
@media (max-width: 20em) {
    .sales-item__old {
        font-size: 20px;
    }
}
.sales-item__new {
    font-weight: 700;
}
@media (min-width: 114em) {
    .sales-item__new {
        font-size: 48px;
    }
}
@media (min-width: 20em) and (max-width: 114em) {
    @supports (font-size: clamp(20px, 14.0425531915px + 1.8617021277vw, 48px)) {
        .sales-item__new {
            font-size: clamp(20px, 14.0425531915px + 1.8617021277vw, 48px);
        }
    }
    @supports not (font-size: clamp(20px, 14.0425531915px + 1.8617021277vw, 48px)) {
        .sales-item__new {
            font-size: calc(20px + 1.75 * (100vw - 320px) / 94);
        }
    }
}
@media (max-width: 20em) {
    .sales-item__new {
        font-size: 20px;
    }
}
.sales-item__text {
    margin: 0px 0px 55px 0px;
}
@media (min-width: 114em) {
    .sales-item__text {
        font-size: 24px;
    }
}
@media (min-width: 20em) and (max-width: 114em) {
    @supports (font-size: clamp(16px, 14.2978723404px + 0.5319148936vw, 24px)) {
        .sales-item__text {
            font-size: clamp(16px, 14.2978723404px + 0.5319148936vw, 24px);
        }
    }
    @supports not (font-size: clamp(16px, 14.2978723404px + 0.5319148936vw, 24px)) {
        .sales-item__text {
            font-size: calc(16px + 0.5 * (100vw - 320px) / 94);
        }
    }
}
@media (max-width: 20em) {
    .sales-item__text {
        font-size: 16px;
    }
}
@media (max-width: 991.98px) {
    .sales-item__text {
        margin: 0px 0px 30px 0px;
    }
}
.sales-item__btn {
    background-color: rgb(46, 48, 99);
    color: #fff;
    font-weight: 700;
    padding: 15px 60px;
    border-radius: 5px;
}
@media (min-width: 114em) {
    .sales-item__btn {
        font-size: 24px;
    }
}
@media (min-width: 20em) and (max-width: 114em) {
    @supports (font-size: clamp(18px, 16.7234042553px + 0.3989361702vw, 24px)) {
        .sales-item__btn {
            font-size: clamp(18px, 16.7234042553px + 0.3989361702vw, 24px);
        }
    }
    @supports not (font-size: clamp(18px, 16.7234042553px + 0.3989361702vw, 24px)) {
        .sales-item__btn {
            font-size: calc(18px + 0.375 * (100vw - 320px) / 94);
        }
    }
}
@media (max-width: 20em) {
    .sales-item__btn {
        font-size: 18px;
    }
}
@media (max-width: 767.98px) {
    .sales-item__btn {
        padding: 15px;
        width: 100%;
    }
}
.sales-item__img {
    flex: 0 0 50%;
    position: relative;
}
@media (max-width: 991.98px) {
    .sales-item__img {
        height: 300px;
        flex: auto;
    }
}
.sales-item__img img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(2);
    opacity: 0;
    transition: all 0.3s ease 0.8s;
}
@media (max-width: 991.98px) {
    .sales-item__img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
.swiper-slide-active .sales-item__img img {
    transition: all 0.7s ease 0.7s;
    transform: scale(1);
    opacity: 1;
}
.swiper {
    overflow: hidden;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    display: flex;
    position: relative;
}

.swiper-vertical .swiper-wrapper {
    flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
}

.swiper-initialized .swiper-slide {
    flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

a.equipment-item {
    text-decoration: none;
    color: #000;
}
.equipment-item__img {
    height: 400px;
}
.equipment-item__img .about__image {
    width: 100%;
    height: 100%;
}
.equipment-item__img .about__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.equipment-item__text {
}

/* EQUIPMENTS PAGE ========================================================================== */

.equipments-page__items {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px 50px -10px;
}
@media (max-width: 767.98px) {
    .equipments-page__items {
        margin: -10px 0px 40px 0px;
    }
}
.equipments-page__item {
    flex: 0 1 calc(25% - 30px);
    margin: 20px 10px;
}
@media (max-width: 1200px) {
    .equipments-page__item {
        flex: 0 1 calc(33.333% - 30px);
    }
}
@media (max-width: 991.98px) {
    .equipments-page__item {
        flex: 0 1 calc(50% - 30px);
    }
}
@media (max-width: 767.98px) {
    .equipments-page__item {
        flex: 100%;
        margin: 10px 0px;
    }
}

.item-eqipments {
    text-decoration: none;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding: 40px 30px 50px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}
@media (max-width: 767.98px) {
    .item-eqipments {
        flex-direction: row;
        padding: 20px 10px;
    }
}
@media (any-hover: hover) {
    .item-eqipments:hover .item-eqipments__more {
        opacity: 1;
    }
}
.item-eqipments__more {
    position: absolute;
    z-index: 5;
    top: 170px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 195px;
    height: 195px;
    background: linear-gradient(180deg, rgba(46, 48, 99, 0.8) 44.364%, rgba(105, 107, 173, 0.8) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}
@media (max-width: 767.98px) {
    .item-eqipments__more {
        display: none;
    }
}
.item-eqipments__more::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 169px;
    height: 169px;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item-eqipments__img {
    margin: 0px 0px 20px 0px;
    height: 385px;
    flex: 0 0 385px;
}
@media (max-width: 767.98px) {
    .item-eqipments__img {
        flex: 0 0 130px;
        height: auto;
    }
}
.item-eqipments__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.item-eqipments__title {
    color: #2e3063;
    font-size: 30px;
    font-weight: 700;
    margin: 0px 0px 20px 0px;
}
@media (max-width: 767.98px) {
    .item-eqipments__title {
        font-size: 20px;
    }
}
.item-eqipments__text {
    font-size: 24px;
    color: #292929;
}
@media (max-width: 767.98px) {
    .item-eqipments__text {
        font-size: 18px;
    }
}

/* SINGLE EQIPMENT =============================================================================== */

.equipment-page-block {
    display: flex;
    padding: 0px 0px 90px 0px;
    border-bottom: 1px solid rgb(46, 48, 99);
}
@media (max-width: 767.98px) {
    .equipment-page-block {
        flex-direction: column-reverse;
        padding: 0px 0px 40px 0px;
    }
}
.equipment-page-block__text {
    padding: 0px 80px 0px 0px;
}
@media (max-width: 991.98px) {
    .equipment-page-block__text {
        padding: 0px 50px 0px 0px;
    }
}
@media (max-width: 767.98px) {
    .equipment-page-block__text {
        padding: 24px 0px 0px 0px;
    }
}
.equipment-page-block__text h2 {
    color: #2e3063;
    font-size: 32px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}
@media (max-width: 767.98px) {
    .equipment-page-block__text h2 {
        font-size: 22px;
    }
}
.equipment-page-block__text h3 {
    color: #2e3063;
    font-size: 30px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}
@media (max-width: 767.98px) {
    .equipment-page-block__text h3 {
        font-size: 20px;
    }
}
.equipment-page-block__text p {
    font-size: 24px;
    margin: 0px 0px 15px 0px;
}
@media (max-width: 767.98px) {
    .equipment-page-block__text p {
        font-size: 18px;
    }
}
.equipment-page-block__picture {
    flex: 0 0 670px;
}
@media (max-width: 1200px) {
    .equipment-page-block__picture {
        flex: 0 0 500px;
    }
}
@media (max-width: 991.98px) {
    .equipment-page-block__picture {
        flex: 0 0 400px;
    }
}
@media (max-width: 767.98px) {
    .equipment-page-block__picture {
        flex: auto;
    }
}
.equipment-page-block__img {
    border: 1px solid rgb(224, 224, 224);
    border-radius: 20px;
    background: rgb(251, 251, 251);
    overflow: hidden;
    height: 730px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1200px) {
    .equipment-page-block__img {
        height: 650px;
    }
}
@media (max-width: 991.98px) {
    .equipment-page-block__img {
        height: 500px;
    }
}
@media (max-width: 767.98px) {
    .equipment-page-block__img {
        height: 384px;
    }
}
.equipment-page-block__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.equipment-page-block__descr {
    border-radius: 0px 0px 30px 30px;
    background: linear-gradient(180deg, rgb(46, 48, 99) 44.364%, rgb(105, 107, 173) 100%);
    padding: 50px 60px 30px 60px;
    margin: -20px 0px 0px 0px;
    color: #fff;
    font-size: 24px;
}
@media (max-width: 767.98px) {
    .equipment-page-block__descr {
        font-size: 18px;
        padding: 50px 20px 30px 20px;
    }
}
.equipment-page-block__descr p {
    font-weight: 700;
}

.descr-equip__year {
    display: flex;
}
.descr-equip__year span {
    margin: 0px 10px 0px 0px;
}
