@font-face {
    font-family: 'Chronic-Regular';
    src: url('../fonts/Chronic-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Chronic-Regular.woff') format('woff'),
         url('../fonts/Chronic-Regular.ttf') format('truetype'),
         url('../fonts/Chronic-Regular.svg#Chronic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media only screen and (min-width: 769px) {
    .container.container-675 {
        width: 675px;
    }
}
@media only screen and (min-width: 1060px) {
    .container.container-1030 {
        width: 1030px;
    }
}
.font-chronic {
    font-family: "Chronic-Regular", serif;
}
.plazma-pokloni {
    background: rgb(244,172,178);
    background: linear-gradient(90deg, rgba(244,172,178,1) 0%, rgba(233,162,166,1) 100%);
    min-height: 100vh;
}
.plazma-pokloni__hero {
    background-color: #9BD3AB;
    box-shadow: 7px 4px 13px rgba(108, 46, 50, 0.20);
    padding: 110px 0 62px;
}
.plazma-pokloni__hero__title {
    font-size: 86px;
    line-height: 80px;
    color: #FFF;
    margin-bottom: 68px;
    text-shadow: 7px 3px 3px rgba(35, 94, 53, 0.39);
}
.plazma-pokloni__hero__subtitle {
    font-size: 48px;
    line-height: 53px;
    color: #FFF;
}
.plazma-pokloni__hero__title .plazma-pokloni__hero__title--red,
.plazma-pokloni__hero__subtitle span.plazma-pokloni__hero__subtitle--red {
    color: #E5232F;
}
.plazma-pokloni__hero__image-desktop {
    display: none;
    margin: 62px auto 0 auto;
}
.plazma-pokloni__hero__image-mobile {
    display: inline-block;
    margin: 0 auto 0 auto;
}
.plazma-pokloni__pokloni__image-desktop {
    display: none;
}
.plazma-pokloni__pokloni__image-mobile {
    display: inline-block;
}
@media only screen and (min-width: 769px) {
    .plazma-pokloni__hero__image-desktop {
        display: inline-block;
    }
    .plazma-pokloni__hero__image-mobile {
        display: none;
    }
    .plazma-pokloni__pokloni__image-desktop {
        display: inline-block;
    }
    .plazma-pokloni__pokloni__image-mobile {
        display: none;
    }
}
.desktop-break {
    display: block;
}
.plazma-pokloni__spisak {
    background-color: #9BD3AB;
    box-shadow: 7px 4px 13px rgba(108, 46, 50, 0.20);
    padding: 87px 0 133px 0;
}
.plazma-pokloni__spisak__list,
.plazma-pokloni__spisak__list-opstine,
.plazma-pokloni__spisak__list-text {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.plazma-pokloni__spisak__list__item {
    width: calc(100% / 5);
    padding: 0 15px;
    margin: 12px 0;
}
.plazma-pokloni__spisak__list-opstine > div,
.plazma-pokloni__spisak__list-text > div {
    width: calc(100% / 5);
    padding: 0 15px;
}
.plazma-pokloni__spisak__list-opstine__items .plazma-pokloni__spisak__list__item {
    margin: 12px 0;
    width: 100%;
    padding: 0;
}
.plazma-pokloni__spisak__list-opstine__items .plazma-pokloni__spisak__list__item > button {
    width: 100%;
}
.plazma-pokloni__spisak__list-opstine__back > button {
    position: relative;
}
.plazma-pokloni__spisak__list-opstine__back > button:before {
    content: "";
    display: block;
    background-image: url("../images/back.png");
    width: 59px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 59px 50px;
    position: absolute;
    top: 50%;
    left: -89px;
    transform: translateY(-50%);
}
.plazma-pokloni__spisak__list__item > button,
.plazma-pokloni__spisak__list-opstine__back > button {
    font-family: "Chronic-Regular", serif;
    font-size: 26px;
    color: #E61D2B;
    letter-spacing: 0;
    text-align: center;
    line-height: 52px;
    box-shadow: none;
    text-shadow: none;
    outline: none;
    border: none;
    background-color: #FFF;
    border-radius: 20px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.plazma-pokloni__spisak__list__item > button:hover,
.plazma-pokloni__spisak__list-opstine__back > button:hover {
    opacity: 0.7;
}
.plazma-pokloni__spisak__list-opstine__back {
    margin: 12px 0;
}
.plazma-pokloni__pokloni {
    padding: 90px 0;
}
.plazma-pokloni__pokloni__title,
.plazma-pokloni__spisak__title {
    font-size: 86px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 80px;
    text-shadow: 7px 3px 3px rgba(35, 94, 53, 0.39);
    margin-bottom: 86px;
}
.plazma-pokloni__footer {
    padding: 88px 0 180px;
}
.plazma-pokloni__footer__title {
    font-family: "Helvetica Neue LT Std", sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 52px;
    margin-bottom: 45px;
}
.plazma-pokloni__footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.plazma-pokloni__footer__social > a {
    display: block;
    margin: 0 30px;
}
.plazma-pokloni__spisak__list-text > div.plazma-pokloni__spisak__list-text__items {
    width: calc((100% / 5) * 4);
    margin: 12px 0;
}
.plazma-pokloni__spisak__list-text__items__content {
    height: 700px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    padding: 40px;
}
.scroll-y {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
.plazma-pokloni__spisak__list-text__items__content {
    font-family: "Helvetica", sans-serif;
    font-size: 22px;
    line-height: 37px;
    color: #000;
}
@media only screen and (max-width: 768px) {
    .plazma-pokloni__hero__title {
        font-size: 80px;
    }
    .plazma-pokloni__hero__subtitle {
        font-size: 63px;
        line-height: 68px;
        margin-bottom: 94px;
    }
    .plazma-pokloni__spisak__list__item,
    .plazma-pokloni__spisak__list-opstine > div,
    .plazma-pokloni__spisak__list-text > div,
    .plazma-pokloni__spisak__list-text > div.plazma-pokloni__spisak__list-text__items {
        width: 100%;
    }
    .plazma-pokloni__footer {
        padding-bottom: 127px;
    }
    .plazma-pokloni__spisak__list-opstine__back > button::before {
        bottom: calc(100% + 25px);
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        top: auto;
    }
    .opstina {
        transform: scale(0.8);
    }
    .plazma-pokloni__spisak__list-text__items--mobile {
        display: none;
    }
    .shown {
        display: block;
    }
}
@media only screen and (min-width: 789px) {
    .plazma-pokloni__spisak__list-text__items--mobile {
        display: none !important;
    }
}
.plazma-pokloni img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mbt-30 {
    margin: 30px 0 !important;
}
.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}