.right.reviews {
    overflow-x: clip;
}

.home .otzivi .box .right .podpis .link-arrow {
    background: url(../img/arrow1.svg) 0 0 no-repeat;
    display: block;
    margin-left: auto;
    width: 46px;
    height: 46px;
    transform: rotate(180deg);
    transition: background ease 0.3s;
}

.tehnlog .box .title {
    height: 100%;
}

#doc-jpg .box {
    height: 90vh;
}

#doc-jpg iframe {
    width: 100%;
}


.cookie__window {
    position: fixed;
    bottom: 40px;
    background: #fff;
    max-width: 40%;
    padding: 50px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2);
    display: none
}

@media only screen and (max-width: 864px) {
    .cookie__window {
        left: 0px;
        max-width: 100%;
        transform: none
    }
}


.cookie__window_close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: solid 1px #822C41;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie__window_close svg,
.cookie__window_close path {
    fill: rgba(0, 0, 0, .5) !important
}

.cookie__window_close:hover svg,
.cookie__window_close:hover path {
    fill: #000 !important
}

.cookie__window_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 40px;
    color: #822C41;
}

.cookie__window_text {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}

.cookie__window_text a {
    color: var(--FAAB18, #822C41)
}

.cookie__window_text a:hover {
    text-decoration: underline
}

.cookie__window_btn {
    background: #812b41;
    border: 1px solid #812b41;
    border-radius: 50px;
    font-weight: 350;
    font-size: 17px;
    line-height: 25px;
    color: #ffffff;
    transition: all 0.5s;
    padding: 16px 35px;
    width: 40.8%;
}

.cookie__window_btn:hover {
    background: transparent;
    color: #000;
}

.agreement-group {
    margin-bottom: 20px;
}

.agreement-group label {
    width: 100% !important;
}


.text-page {
    margin-top: 50px;
    margin-bottom: 50px;
}

.text-page h1 {
    margin-bottom: 20px;
}

.text-page h3 {
    font-size: 20px;
}

.text-page p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.text-page ul,
.text-page ul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}