.frame-after:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-swiper:after {
    background-image: url(/local/templates/kashtan/i/about/about-swiper_frame.png);
}

.about-swiper .swiper-slide {
    height: 57rem;
}

.mobile .about-swiper .swiper-slide {
    height: 32vh;
}

.finishing-swiper:after {
    background-image: url(/local/templates/kashtan/i/about/finishing-swiper_frame.png);
}

.finishing-swiper .swiper-slide {
    height: 78rem;
}

.mobile .finishing-swiper .swiper-slide {
    height: 52vh;
}

.enter-swiper:after {
    background-image: url(/local/templates/kashtan/i/about/enter-swiper_frame.png);
}

.enter-swiper .swiper-slide {
    height: 72rem;
}

.mobile .enter-swiper .swiper-slide {
    height: 36vh;
}

.about-swiper .swiper-slide picture img,
.finishing-swiper .swiper-slide picture img,
.enter-swiper .swiper-slide picture img{
    height: 99%;
    object-fit: cover;
    z-index: 1;
}
.about-swiper .swiper-slide,
.finishing-swiper .swiper-slide,
.enter-swiper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-swiper .swiper-slide picture,
.finishing-swiper .swiper-slide picture,
.enter-swiper .swiper-slide picture {
    height: 99%;
    width: 98%;
}

.mobile .iblock__image {
    margin-left: -10px!important;
    margin-right: -10px!important;
}

@media screen and (max-width: 767px) and (orientation: landscape){
    .mobile .about-swiper .swiper-slide {
        height: calc(100vh - 25rem);
    }
    .mobile .enter-swiper .swiper-slide {
        height: calc(100vh - 25rem);
    }
    .mobile .about__title{
        width: 66.666%;
    }
    .mobile .about_link-btn {
        font-size: 7.2rem;
    }
    .mobile .iblock__image.about__image-1 img {
        width: 66.666%;
        margin: 0 auto;
        display: block;
    }

}
.award-banner {
    /*background-color: #9dbe56;*/
    background: linear-gradient(30deg, rgba(157, 190, 86, 0.1), rgba(157, 190, 86, 0.8));
    background: linear-gradient(45deg, #dcdcdc, #999);
    padding: 5rem 20rem;
    position: relative;
    overflow: hidden;
}
.award-banner img{
}
.award-cert__inner {
    position: fixed;
    height: 82rem;
    width: 58rem;
    top: calc(50% - 41rem);
    left: calc(50% - 29rem);
    z-index: 101;
}
.award-cert__inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.award-cert__close {
    position: absolute;
    top: 1rem;
    cursor: pointer;
    right: 1rem;
}
.award-banner__title {
    font-size: 3.6rem;
    line-height: 5.4rem;
    margin-bottom: 4rem;
    font-weight: 500;
}
.award-banner__title span{
    font-weight: 400;
}
.award-banner__btn{
    display: inline-flex;
    align-items: center;
    height: 7rem;
    padding: 0 3rem;
    border: solid .2rem #1c1c1c;
    border-radius: 1rem;
    color: #1c1c1c;
   background-color: #dcdcdc;
    transition: all .3s;
    cursor: pointer;
    font-size: 5.4rem;
    font-weight: 500;
    margin-bottom: 4rem;
}
.award-banner__zhk{
    font-size:7.2rem;
}
.award-banner__link {
    font-size: 1.6rem;
}
.award-banner__medal{
    width: 45rem;
    height: 45rem;
    object-fit: contain;
    position: absolute;
    right: 10rem;
    top: -5rem;
}
@media(max-width: 1280px){
    .award-banner {
        padding: 20rem 10rem 20rem;
        margin: 18rem 0 0;
    }
    .award-banner__title {
        font-size: 9.6rem;
        line-height: normal;
        margin-bottom: 8rem;
        width: 75%;
    }
    .award-banner__btn {
        height: 25rem;
        padding: 0 10rem;
        font-size: 15.6rem;
        margin-bottom: 8rem;
        border-radius: 4rem;
    }
    .award-banner__link {
        font-size: 6.2rem;
    }
    .award-banner__medal {
        width: 76rem;
        height: 76rem;
        right: -5rem;
        top: -10rem;
    }
    .award-cert__inner {
        height: 232rem;
        width: 166rem;
        top: calc(50% - 116rem);
        left: calc(50% - 83rem);
    }
    .award-cert__close {
        top: 2rem;
        right: 3rem;
    }
}