.q-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #404040;
    margin-bottom: 15px;
}
.q-line__input {
    width: 100%;
    padding: 10px;
    border: none;
}
.q-line__input:focus-visible {
    outline: none;
}
.q-line__form {
    padding-bottom: 20px;
}
.q-line__go {
    background: transparent;
    border: none;
}
.q-line__ico {
    margin-right: 10px;
}
.q-line__where {
    display: inline-block;
    text-decoration: none;
    color: #212529;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    padding: 0 10px 0 0;
    margin: 0;
}
.q-line__where label {
    cursor: pointer;
}
.q-line__where .active {
    border-bottom: 2px solid #BC1A19;
}
.q-line__where input[type="radio"] {
    display: none;
}


.page-work__item {
    position: relative;
    margin: 10px;
}
.page-work__itemslider .slick-list {
    margin: 0 -10px;
}
.page-work__itemsimage {
    width: 100%;
    border-radius: 15px;
}


.page-work__itemslider .slick-list {
    margin: 0 -10px;
}
.page-work__itemsimage {
    width: 100%;
}
.page-work__item {
    border-radius: 15px;
    background: #F2F2F2;
    margin: 10px;
}

.page-work__listprop {
    padding-left: 20px;
    margin: 0;
    color: #bc1a19;
}
.page-work__listprop > li {
    padding-bottom: 6px;
    list-style: square;
}
.page-work__listprop .title {
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: black;
}
.page-work__listprop .value {
    padding: 0;
    margin: 0;
    color: black;
}
.page-work__listtitle {
    font-size:18px;
    font-weight: 700;
    color: black;
    margin: 0;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
}
.page-work__listtitle:hover {
    color: #bc1a19;
    text-decoration: none;
}
.page-work__itemarea {
    height: 100%;
    padding: 20px 20px;
}

@media only screen and (max-width : 1365px) {
    .page-work__listprop .title {
        display: none;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
    .page-work__itemarea {
        font-size: 13px;
    }
    .page-work__listtitle {
        font-size: 15px;
        line-height: 1.2;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

@media only screen and (max-width : 575px) {

}




/* EVENTS */

.page-events__listitem {
    background: #f2f2f2;
    height: 100%;
    border-radius: 15px;
}
.page-events__listtitle {
    padding: 5px 29px 10px;
    font-weight: 500;
    font-size: 18px;
    display: block;
    text-decoration: none;
    color: #404040;
    min-height: 60px;
}
.page-events__listtitle:hover {
    color: #BC1A19;
    text-decoration: none;
}
.page-events__listinfo {
    padding: 7px 30px 20px;
    display: block;
}
.page-events__listreadmore {
    padding: 7px 30px 20px;
}
.page-events__listimage {
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}
.page-events__listdate {
    color: #a0a0a0;
    padding: 20px 29px 5px;
    font-size: 18px;
    font-weight: 500;
}
.page-events__listreadmore {
    min-height: 57px;
}
.page-events__listreadmore .buttn {
    line-height: 14px;
    padding: 7px 10px;
    font-size: 14px;
}
.page-events__listreadmore .link-red {
    padding: 8px 10px;
    display: inline-block;
}
.page-events__date {
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #404040;
    padding: 0 0 0 15px;
    display: inline-block;
    vertical-align: middle
}
.page-events__date svg {
    height: 22px;
    margin-right: 3px;
}
.page-events__date span {
    vertical-align: middle;
}

@media only screen and (max-width : 1365px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
    .page-events__date svg {
        height: 18px;
        margin-right: 0;
        width: auto;
    }
    .page-events__date {
        padding: 0 0 0 5px;
    }
    .page-events__date span {
        vertical-align: middle;
        font-size: 15px;
    }
}
@media only screen and (max-width : 991px) {
    .page-events__date {
        padding: 0 0 0 20px;
    }
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .page-events__listinfo {
        height: auto !important;
    }
    .page-events__listreadmore {
        padding: 7px 20px 20px;
    }
    .page-events__listinfo {
        padding: 7px 20px 20px;
    }
    .page-events__listtitle {
        padding: 5px 20px 10px;
    }
    .page-events__listdate {
        padding: 20px 20px 5px;
    }
}

@media only screen and (max-width : 575px) {
    .page-events__date svg {
        display: none;
    }
    .page-events__date {
        padding: 0 0 0 10px;
    }
}