:root{
    --main-color: #101828;
}

.slider-thumbed,
.promo-contract,
.services-list,
.certificate,
.technologies{
    font-family: Rubik, sans-serif;
    color: var(--main-color);
    font-size: 15px;
    line-height: 24px;
}

.rv-container{
    margin: 0 auto;
    width: 100%;
}

.slider-thumbed {
    padding: 30px 0;
}

.slider-thumbed--item {
    display: flex;
    overflow: visible;
    position: relative;
}

.slider-item--content {
    width: 55%;
    background: #F3F3F4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0 160px 150px;
    margin-right: -80px;
    z-index: 2;
    border-radius: 12px 0 0 12px;
}

.slider-item--title {
    font-size: 35px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 17px;
}

.slider-item--text {
    margin-bottom: 27px;
    font-size: 15px;
    line-height: 24px;
}

.slider-item--more {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    border: 2px solid #FF4F12;
    background: #FF4F12;
    padding: 9px 25px;
    display: inline-flex;
    width: min-content;
}

.slider-item--more:hover{
color: #FFF;
}

.slider-thumbed--image {
    width: 55%;
    position: relative;
    z-index: 1;
    border-radius: 0 12px 12px 0;
    overflow: hidden;
}
.slider-thumbed--image:before{
    content: "";
    background: url("../assets/icons/slider-fade-image.svg") no-repeat 100% 100%;
    background-size: cover;
    position: absolute;
    left: 75px;
    top: 0;
    bottom: 0;
    width: 175px;
    z-index: 3;
}
.slider-thumbed--image img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.slider-thumbed--row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    z-index: 5;
    border-radius: 8px;
    overflow: visible;
    transition: 1s ease all;
    bottom: -80px;
}

.absolute-row{
    position: relative;
    margin: -60px 0 0 0;
    padding: 20px 60px;
}

.slider-row--elem {
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(7px);
    padding: 25px 32px;
    z-index: 5;
    transition: 1s ease all;
    position: relative;
}

.shadow-el{
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
.shadow-el .swiper-slide{
    z-index: 5;
    position: relative;
    transition: 1s ease all;
    overflow: visible;
}
.shadow-el .swiper-slide:hover{
    box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    z-index: 6;
    position: relative;
    transition: 1s ease all;
}

.slider-row--elem:hover{
    border-radius: 8px;
}

.slider-row--elem:hover a{
    color: #FF4F12;
}

.slider-thumbed--wrap{
    position: relative;
}

.slider-row--elem a{
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 3px;
}
.slider-row--elem p{
    font-size: 11px;
    line-height: 16px;
    color: rgba(16, 24, 40, 0.70);
}

.swiper-slide-thumb-active:after{
    content: "";
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, #7800FF 0%, #FC5026 100%);
    display: block;
    animation: throw;
    animation-duration: 5.3s;
    animation-timing-function: linear;
}

@keyframes throw {
    from { width: 0; }
    to { width: 100%; }
}

.promo-contract {
    padding: 36px 0;
}

.promo-contract--wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F1F3F5;
    margin: 0 16px;
}

.promo-contract--text {
    padding: 40px 0 40px 130px;
}

.promo-contract--text span{
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(16, 24, 40, 0.50);
    margin-bottom: 16px;
    display: block;
}

.promo-contract--text h3{
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin: 16px 0 26px 0;
}

.promo-contract--text a{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 26px;
    border-radius: 8px;
    border: 2px solid #FF4F12;
    background: #FF4F12;
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.promo-contract--text a:after{
    content: url("../assets/icons/right-arrow-white.svg");
    height: 24px;
    width: 24px;
}

.promo-contract--image {
    width: 40%;
    height: 300px;
}

.promo-contract--image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-list--item{
    background-size: cover;
}

/* / */

.services-list {
    padding: 30px 0;
}

.services-list--title {
    color: #101828 !important;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 40px;
}

.services-list--swiper {
    position: relative;
}

.services-list--item {

}

.services--item-img {
    border-radius: 10px;
    overflow: hidden;
}

.services--img-in {

}

.services--item-add {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #101828;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 7px 18px;
    border-radius: 8px;
    background: #FFF;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.services--item-add:after{
    content: url("../assets/icons/plus-serv-black.svg");
    width: 12px;
    height: 20px;
}

.services--item-text {
    padding: 24px 0;
	display: block;
    color: #000;
}

.services--item-text h3{
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 18px;
}

.services--item-text p{
    color: rgba(16, 24, 40, 0.50);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.services--item-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-size: cover;
    padding-bottom: 40px;
}

.services--img-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nextServ,
.prevServ{
    content: url("../assets/icons/orange-right-arrow.svg");
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    width: 52px;
    height: 52px;
    padding: 12px;
}

.prevServ{
    transform: rotate(180deg);
}

.btn-wrap-prev .swiper-button-prev,
.btn-wrap-next .swiper-button-next{
    position: absolute;
    top: 20px;
    width: 70px;
    height: 100%;
}

.btn-wrap-prev .swiper-button-prev{
    left: -5px;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.00) 100%);
}

.btn-wrap-next .swiper-button-next{
    right: -5px;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.00) 100%);
}

.btn-wrap-prev{
    left: -16px;
}
.btn-wrap-next{
    right: -16px;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.00) 100%);
    content: "";
    background-size: cover;
    z-index: 6;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after{
    display: none !important;
}

.btn-wrap-next .swiper-button-disabled,
.btn-wrap-prev .swiper-button-disabled{
    display: none;
}

.certificate {
    padding: 40px 0;
}

.certificate--wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px 120px;
    border-radius: 8px;
    border: 1px solid rgba(16, 24, 40, 0.20);
    box-shadow: 0px 0px 0px 0px rgba(16, 24, 40, 0.10);
}

.certificate--content {
    width: 60%;
    padding: 30px 0;
}

.certificate--text-title {
    color: #101828;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 14px;
}

.certificate--text {
    color: #101828;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 27px;
}

.certificate--text a{
    color: #FF4F12;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.certificate-more {
    color: #101828;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 9px 25px;
    border-radius: 8px;
    border: 2px solid #FF4F12;
    display: inline-flex;
}

.certificate-more:hover{
    background: rgba(255, 79, 18, 0.1);
}

.certificate--image {
    width: 440px
}

.certificate--image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.technologies {
    padding: 30px 0;
    color: #101828;
}

.technologies--wrap {

}

.technologies--title {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 24px;
}

.technologies--title,
.technologies--text{
    width: 70%;
}

.technologies--text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 44px;
}

.technologies--news-list {
    display: grid;
    grid-template-columns: 2fr 3fr;
    justify-content: space-between;
    gap: 80px;
}

.news-list--main {
    display: block;
}

.news-list--main-img {
    position: relative;
    margin-bottom: 27px;
}

.new-theme:after{
    content: "релю медекх";
    position: absolute;
    left: 0;
    top: 30px;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 2px;
    padding: 3px 10px;
    background: #FF4F12;
}

.news-list--main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list--main-tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.news-list--main-tags p{
    color: rgba(16, 24, 40, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.news-list--date {

}

.news-list--time {
    display: flex;
    align-items: center;
}

.news-list--time:before {
    content: url("../assets/icons/timer-icon.svg");
    margin: 0 2px 0 0;
    width: 24px;
    height: 24px;
}

.news-list--tag {

}

.news-list--main-title {
    color: #101828;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.news-list--column {

}

.news-list--item {
    padding: 20px 0;
}
.news-list--item:first-child{
    border-top: 2px solid rgba(16, 24, 40, 0.07);
}
.news-list--item{
    border-bottom: 2px solid rgba(16, 24, 40, 0.07);
}

.news-list--list-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #101828;
}

.news-list--more {
    color: #FF4F12;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.news-list--more:after{
    content: url("../assets/icons/orange-right-arrow.svg");
    width: 24px;
    height: 24px
}

.swiper-button-next.thumb-next,
.swiper-button-prev.thumb-prev{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 4px 16px rgba(16,24,40,.15);
    box-shadow: 0 4px 16px rgba(16,24,40,.15);
    padding: 4px;
    position: relative;
}

.swiper-button-next.thumb-next{
    content: url("../assets/icons/arrow-black.svg");
}

.swiper-button-prev.thumb-prev{
    content: url("../assets/icons/arrow-black.svg");
    transform: rotate(180deg);
}

.thumb-control{
    position: absolute;
    display: none;
    flex-direction: row;
    margin: 0;
    gap: 8px;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 20px;
}

.thumb-control .swiper-pagination{
    position: relative;
    width: 70px;
    color: rgba(16,24,40,.5);
}

.mainSW .swiper-slide:before{
    content: '';
    position: absolute;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    display: none;
}

.mainSW .swiper-slide.swiper-slide-thumb-active:before{
    display: block;
}

.mainSW .swiper-slide:nth-child(1):before{
    right: 20px;
}
.mainSW .swiper-slide:nth-child(2):before{
    left: 50%;
}
.mainSW .swiper-slide:nth-child(3):before{
    left: 20px;
}

@media screen and (max-width: 1100px){
    .technologies--news-list{
        gap: 16px;
        grid-template-columns: 1fr 1fr;
    }
    .mainSW{
        display: none;
    }
    .thumb-control{
        display: flex;
    }
    .slider-thumbed--item{
        flex-direction: column-reverse;
    }
    .slider-thumbed--image{
        height: 400px;
    }
.slider-thumbed--image img{
    height: 100%;
}
    .slider-item--content,
    .slider-thumbed--image{
        width: 100%;
    }
    .slider-item--content{
        border-radius: 0;
        padding: 24px;
        min-height: 300px;
    }
    .slider-thumbed--image{
        border-radius: 0;
    }
    .slider-thumbed--image:before{
        display: none;
    }
    .slider-item--more{
        margin: auto 0 0 0;
    }
    .promo-contract--wrap{
        flex-direction: column-reverse;
border-radius: 12px;
    }
    .promo-contract--image{
        width: 100%;
        padding: 36px 24px 0;
height: 100%;
    }
    .promo-contract--text{
        padding: 30px;
        width: 100%;
    }
    .promo-contract--text a{
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .certificate--wrap{
        flex-direction: column-reverse;
        padding: 24px;
    }
    .certificate--image,
    .certificate--content{
        width: 100%;
    }
    .certificate-more{
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 768px){
.thumb-control{
    gap: 2px;
}
.swiper-button-next.thumb-next, 
.swiper-button-prev.thumb-prev{
    width: 28px;
    height: 28px;
}
 .slider-thumbed--image{
        height: 200px;
    }
    .technologies--news-list{
        display: flex;
        flex-direction: column;
    }
    .btn-wrap-next .swiper-button-next{
        background: transparent;
        right: 0;
    }
    .btn-wrap-prev .swiper-button-prev{
        left: 0;
        background: transparent;
    }
    .slider-item--text,
    .technologies--text{
        font-size: 14px;
        line-height: 20px;
    }
    .slider-item--title{
        font-size: 28px;
        line-height: 32px;
    }
    .promo-contract--text h3{
        font-size: 22px;
        line-height: 24px;
    }
    .services-list--title,
    .technologies--title,
    .certificate--text-title{
        font-size: 24px;
        line-height: 32px;
    }
    .technologies--title, .technologies--text{
        width: 100%;
    }
    .news-list--list-title,
    .news-list--main-title{
        font-size: 17px;
        line-height: 22px;
    }
    .certificate--text{
        font-size: 16px;
        line-height: 24px;
    }
}