.img-side .left {
    position: relative;
}

.img-side .left::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    bottom: 0;
    margin: auto;
    height: 80%;
    background: var(--primary-color);
    content: '';
}

.w-90 {
    width: 90%;
    margin: auto;
}

img.left-img {
    position: absolute;
    left: 0;
    width: 5%;
	bottom: 0;
	top: auto;
    height: 85%;
    margin: auto;
    object-fit: cover;
}

.hero-left-1 {
top: 0;
}

.hero-left-3 {
    bottom: 0;
}

.hero-left-2 {
    top: 0;
    bottom: 0;
    margin: auto;
}

img.right-img {
    position: absolute;
    right: 0;
   width: 5%;
	bottom: 0;
	top: auto;
    height: 85%;
    margin: auto;
    object-fit: cover;
}

.hero-right-1 {
top: 0;
}

.hero-right-3 {
    bottom: 0;
}

.hero-right-2 {
    top: 0;
    bottom: 0;
    margin: auto;
}

.img-side .left {
    padding-left: 6.5rem;
}

.img-side .right {
    padding-right: 6.5rem;
}

.odborne-temy a {
	text-decoration:underline;
	color:var(--blue-color);
}

.odborne-temy a.color-primary {
    color: var(--primary-color);
}

.odborne-temy .mobile-off img {
    display: block;
	margin:auto;
}

.odborne-temy .mobile-off img.rotate {
        rotate: 180deg;
    }

.odborne-temy .kategoria-wrapper:nth-of-type(even) {
	    background-color: var(--contrast-color);
}

.odborne-temy .mobile-text {
	display:none;
}

.odborne-temy .mobile-text.active {
	display:block;
}

.p-line::after
 {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 1px;
    background-color: var(--primary-color);
    height: 40px;
}

@media only screen and (min-width: 1700px) {
    img.left-img, img.right-img, .kodex img.left-img, .kodex img.right-img {
        width: 10rem;
    }

    .w-90 {
        width: 89%;
    }

.img-side .left {
    padding-left: 6.5rem;
}

.img-side .right {
    padding-right: 6.5rem;
}
}

@media only screen and (max-width: 991px) {
    img.left-img, img.right-img, .p-s-t {
        display: none!important;
    }  
    
	
    .page-wrapper.img-side .left {
        padding-bottom: 0;
    }

    .page-wrapper.img-side .right {
        padding-top: 0;
    }

    .p-s.hero {
        padding-top: 9em;
    }

    .img-side .left::after {
        display: none;
    }

    .w-90 {
        width: 100%;
    }

}
