html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.kcury2212{
    position: absolute;
    opacity: 0;
    z-index: 0;
    left: 0;
    top: 0;
}

.ks_hidden { 
    display: none;
}

.ks_active {
    display: none;
}

.ks_search-form__wrapper {
    margin: 15px 0;
    padding: 0 15px;
}

.ks_search-form__head {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 10px;
}

.ks_search-form__head span {
    font-weight: 400;
    font-size: 23px;
}

.ks_search-form{
    display: flex;
    flex-direction: column;
    margin: 15px auto 0;
}

.ks_search-form__input {
    font: 300 14px/1 RobotoFull, sans-serif;
    padding: 5px 8px;
    border: 2px solid #bbafa0;
}

.ks_custom-selects__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
}

.ks_custom-select__wrapper {
    position: relative;
    display: inline-flex;
    flex-direction: column;
}

.ks_custom-select__items {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    padding: 4px 8px;
    background-color: #fff;
    z-index: 2;
    border: 1px solid #bbafa0;
    border-top: 0;
}

.ks_custom-select__items.ks_active {
    display: inline-block;
}

.ks_custom-select__items li {
    cursor: pointer;
    margin-bottom: 5px;
}

.ks_custom-select__items li:last-child {
    margin-bottom: 0;
}

.ks_custom-select__selectValue{
    font: 300 14px/1 RobotoFull, sans-serif;
    position: relative;
    display: inline-block;
    padding: 8px 28px 8px 8px;
    border: 2px solid #bbafa0;
    cursor: pointer;
}    

.ks_custom-select__selectValue:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: calc(50% - 2px);
    right: 5px;
    border: 5px solid transparent;	
    border-top: 5px solid #000;
    border-bottom: 0;
}    

@media screen and (min-width: 365px) {
    .ks_custom-selects__wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .ks_search-form__input {
        grid-column: 1 / -1;
    }
  }
  
@media screen and (min-width: 498px) {
    .ks_custom-selects__wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    
  }

@media screen and (min-width: 787px) {
    .ks_custom-selects__wrapper {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
    .ks_search-form__input {
        grid-column: 2 / -1;
    }
  }

@media screen and (min-width: 1240px) {
    .ks_custom-selects__wrapper {
        display: grid;
        grid-template-columns: repeat(6, 1fr) 2fr;
    }
    .ks_search-form__input {
        grid-column: initial;
    }
  }

.pageHo-content .pageHo-content__item h2 a {
    position: relative;
    z-index: 1;
}