html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    font-weight: 400;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    text-decoration: none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
    -moz-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
ul {
    padding: 0;
    list-style-type: none;
}
@font-face {
    font-family: custom;
    src: url(../fonts/custom.eot);
    src: url(../fonts/custom.eot?#iefix) format("embedded-opentype"), url(../fonts/custom.woff) format("woff"), url(../fonts/custom.ttf) format("truetype"), url(../fonts/custom.svg#custom) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*="icon-"]:before {
    display: inline-block;
    font-family: custom;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-sort:before {
    content: "\0041";
}
.icon-place:before {
    content: "\0042";
}
.icon-menu:before {
    content: "\0043";
}
.icon-male-sign:before {
    content: "\0044";
}
.icon-like:before {
    content: "\0045";
}
.icon-light:before {
    content: "\0046";
}
.icon-home:before {
    content: "\0047";
}
.icon-check:before {
    content: "\0048";
}
.icon-left:before {
    content: "\0049";
}
.icon-right:before {
    content: "\004b";
}
.ss-main {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #666;
    width: 100%;
}
.ss-main .ss-single-selected {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 30px;
    padding: 6px;
    border: 1px solid #dcdee2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.ss-main .ss-single-selected.ss-disabled {
    background-color: #dcdee2;
}
.ss-main .ss-single-selected.ss-open-above {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}
.ss-main .ss-single-selected.ss-open-below {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ss-main .ss-single-selected .placeholder {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: left;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    line-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ss-main .ss-single-selected .placeholder,
.ss-main .ss-single-selected .placeholder * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ss-main .ss-single-selected .placeholder * {
    width: auto;
}
.ss-main .ss-single-selected .placeholder .ss-disabled {
    color: #8a8a8a;
}
.ss-main .ss-single-selected .ss-deselect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 6px;
    font-weight: 700;
}
.ss-main .ss-single-selected .ss-deselect.ss-hide {
    display: none;
}
.ss-main .ss-single-selected .ss-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 6px;
}
.ss-main .ss-single-selected .ss-arrow span {
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transition: margin 0.2s, -webkit-transform 0.2s;
    -moz-transition: margin 0.2s, -webkit-transform 0.2s;
    -o-transition: margin 0.2s, -webkit-transform 0.2s;
    transition: margin 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, margin 0.2s;
    transition: transform 0.2s, margin 0.2s, -webkit-transform 0.2s;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-up {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: 3px 0 0;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-down {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -3px 0 0;
}
.ss-main .ss-multi-selected {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
    min-height: 30px;
    width: 100%;
    padding: 0 0 0 3px;
    border: 1px solid #dcdee2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.ss-main .ss-multi-selected.ss-disabled {
    background-color: #dcdee2;
}
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
    color: #666;
}
.ss-main .ss-multi-selected.ss-open-above {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}
.ss-main .ss-multi-selected.ss-open-below {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ss-main .ss-multi-selected .ss-values {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}
.ss-main .ss-multi-selected .ss-values .ss-disabled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 5px;
    margin: 2px 0;
    line-height: 1em;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #8a8a8a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes scaleIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes scaleOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}
@keyframes scaleOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}
.ss-main .ss-multi-selected .ss-values .ss-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    padding: 3px 5px;
    margin: 3px 5px 3px 0;
    color: #fff;
    background-color: #5897fb;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-animation-name: scaleIn;
    -moz-animation-name: scaleIn;
    animation-name: scaleIn;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
    -webkit-animation-name: scaleOut;
    -moz-animation-name: scaleOut;
    animation-name: scaleOut;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
    margin: 0 0 0 5px;
    cursor: pointer;
}
.ss-main .ss-multi-selected .ss-add {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-box-flex: 0;
    -webkit-flex: 0 1 3px;
    -ms-flex: 0 1 3px;
    flex: 0 1 3px;
    margin: 9px 12px 0 5px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #666;
    position: relative;
    height: 10px;
    width: 2px;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -webkit-transform 0.2s;
    -o-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.ss-main .ss-multi-selected .ss-add .ss-plus:after {
    background: #666;
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    left: -4px;
    top: 4px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ss-main .ss-content {
    position: absolute;
    width: 100%;
    margin: -1px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dcdee2;
    z-index: 1010;
    background-color: #fff;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -o-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.ss-main .ss-content.ss-open {
    display: block;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.ss-main .ss-content .ss-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 8px 8px 6px;
}
.ss-main .ss-content .ss-search.ss-hide,
.ss-main .ss-content .ss-search.ss-hide input {
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
}
.ss-main .ss-content .ss-search input {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: inherit;
    line-height: inherit;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 30px;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #dcdee2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    outline: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    box-sizing: border-box;
}
.ss-main .ss-content .ss-search input::-webkit-input-placeholder {
    color: #bdbdbd;
    vertical-align: middle;
}
.ss-main .ss-content .ss-search input::-moz-placeholder {
    color: #bdbdbd;
    vertical-align: middle;
}
.ss-main .ss-content .ss-search input:-ms-input-placeholder {
    color: #bdbdbd;
    vertical-align: middle;
}
.ss-main .ss-content .ss-search input::placeholder {
    color: #bdbdbd;
    vertical-align: middle;
}
.ss-main .ss-content .ss-search input:focus {
    -webkit-box-shadow: 0 0 5px #5897fb;
    -moz-box-shadow: 0 0 5px #5897fb;
    box-shadow: 0 0 5px #5897fb;
}
.ss-main .ss-content .ss-search .ss-addable {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-box-flex: 0;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    margin: 0 0 0 8px;
    border: 1px solid #dcdee2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ss-main .ss-content .ss-addable {
    padding-top: 0;
}
.ss-main .ss-content .ss-list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
}
.ss-main .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
    padding: 6px 10px;
    font-weight: 700;
}
.ss-main .ss-content .ss-list .ss-optgroup .ss-option {
    padding: 6px 6px 6px 25px;
}
.ss-main .ss-content .ss-list .ss-optgroup-label-selectable {
    cursor: pointer;
}
.ss-main .ss-content .ss-list .ss-optgroup-label-selectable:hover {
    color: #fff;
    background-color: #5897fb;
}
.ss-main .ss-content .ss-list .ss-option {
    padding: 6px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ss-main .ss-content .ss-list .ss-option * {
    display: inline-block;
}
.ss-main .ss-content .ss-list .ss-option.ss-highlighted,
.ss-main .ss-content .ss-list .ss-option:hover {
    color: #fff;
    background-color: #5897fb;
}
.ss-main .ss-content .ss-list .ss-option.ss-hide {
    display: none;
}
.ss-main .ss-content .ss-list .ss-option .ss-search-highlight {
    background-color: rgba(255, 247, 0, 0.38);
}
body {
    background-color: #202020;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 0;
}
.logo {
    width: 267px;
    height: 55px;
    background-image: url(../img/logo1.svg);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
.container {
    max-width: 1680px;
    margin: auto;
    padding: 0 10px;
}
.header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.nav {
    margin-left: auto;
    margin-right: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nav > a:first-child:before {
    font-family: custom;
    content: "\0047";
    font-size: 16px;
}
.nav a,
.nav span {
    color: #a3acb3;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    padding: 10px 15px;
}
.nav > a {
    border: 1px solid transparent;
}
.nav > a:hover {
    color: #fff;
    border-color: #424242;
}
.nav > span {
    position: relative;
}
.nav > span:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
    content: "";
    position: absolute;
    top: 18px;
    right: 5px;
}
.nav > span.active {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #121212 !important;
    background-image: none;
    border: none;
}
.nav > span.active .c-drop,
.nav > span.active .cat-drop {
    display: block;
}
.nav > span .c-drop,
.nav > span .cat-drop {
    display: none;
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #121212;
    z-index: 99;
    padding: 10px;
    width: 636px;
}
.nav > span .c-drop a,
.nav > span .cat-drop a {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
}
.nav > span .c-drop a:hover,
.nav > span .cat-drop a:hover {
    color: #F573B9;
}
.nav > span .c-drop {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    width: 250px;
}
.nav .cam-drop {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background-color: #0840ad;
    background-image: -webkit-gradient(linear, left top, right top, from(#003492), to(#0059fd));
    background-image: -webkit-linear-gradient(left, #003492 0, #0059fd 100%);
    background-image: linear-gradient(to right, #003492 0, #0059fd 100%);
    padding-right: 20px;
}
.header-text-section h1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.header-text-section p {
    color: #949494;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
}
.pagination {
    background-color: #191919;
    text-align: center;
}
.pagination a,
.pagination span {
    height: 55px;
    display: inline-block;
    vertical-align: top;
    color: #a3acb3;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 15px;
    min-width: 55px;
}
.pagination a:hover,
.pagination span {
    background-color: #0D3ED9;
    color: #fff;
}
.icon-left,
.icon-right {
    position: relative;
}
.icon-left:after,
.icon-right:after {
    content: "";
    background-color: #424242;
    position: absolute;
    left: 35px;
    top: -8px;
    height: 34px;
    width: 1px;
}
.icon-right:after {
    left: auto;
    right: 35px;
}
.title-section {
    background-color: #191919;
    padding: 7px 6px 7px 0;
    margin: 10px 0;
}
.title-section-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.title {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    position: relative;
    padding-left: 3px;
}
.title span {
    color: #5ff604;
    font-weight: 600;
}
.thumb {
    width: 270px;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 6px 0;
}
.thumb:hover .thumb-title {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}
.thumb-image {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.thumb-image img {
    position: absolute;
    height: 100%;
    width: 100%;
}
.thumb-title {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fefefe;
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    width: 100%;
    padding: 5px 25px 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 51;
}
.thumb-meta {
    background-color: #191919;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 10px;
    margin-top: 1px;
}
.thumb-from,
.thumb-rating {
    color: #6c6167;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
}
.thumb-from:before,
.thumb-rating:before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 3px;
    width: 11px;
    height: 11px;
    background-image: url(../img/location-thumb.svg);
}
.thumb-rating:before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    background-image: url(../img/views.svg);
}
.thumb-from:hover {
    color: #fff;
    text-decoration: underline;
}
.thumb-rating {
    color: #949494;
}
.footer {
    text-align: center;
}
.footer .logo {
    margin: 10px 0;
    display: block;
}
.footer-text {
    text-align: center;
    color: #fefeff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}
.footer-links {
    text-align: center;
}
.footer-links a {
    color: #0D3ED9;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
}
.footer-links a:hover {
    opacity: 0.8;
}
.toggle-mode {
    background-color: transparent;
    border: none;
    color: #a3acb3;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 30px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}
.toggle-mode:before {
    font-family: custom;
    font-size: 24px;
    color: #fff;
    content: "\0046";
    position: absolute;
    left: 0;
    top: 0;
}
.light .toggle-mode:before {
    color: #373839;
}
.about {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    padding: 20px;
    margin: 20px 0;
}
.about-col {
    vertical-align: top;
    display: inline-block;
    width: 33.3333%;
    padding: 0 25px;
}
.about-col:first-child {
    padding-left: 0;
}
.about-col:last-child {
    padding-right: 0;
}
.about-col h2 {
    color: #353535;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.about-col p {
    margin: 0;
    color: #797979;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.about-checks {
    margin-top: 20px;
}
.about-checks span {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    color: #353535;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding-left: 16px;
}
.about-checks span:before {
    font-family: custom;
    font-size: 14px;
    color: #0D3ED9;
    content: "\0048";
    position: absolute;
    left: 0;
    top: -2px;
}
.ss-main {
    width: auto;
    min-width: 90px;
    max-width: 160px;
    margin: 2px 0 2px 4px;
}
.ss-main .ss-content,
.ss-main .ss-single-selected {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #484848;
    background-color: #202020;
}
.ss-main .ss-content {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.ss-main .ss-content .ss-list .ss-option,
.ss-main .ss-single-selected .placeholder,
.ss-main .ss-single-selected .placeholder * {
    color: #a3acb3;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.ss-main .ss-content .ss-list .ss-option.ss-highlighted,
.ss-main .ss-content .ss-list .ss-option:hover {
    color: #0D3ED9;
    background-color: transparent;
}
.ss-main .ss-single-selected.ss-open-below {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.toggle-menu {
    position: relative;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-align: center;
    width: 50px;
    display: none;
}
.toggle-menu.active:before {
    font-family: inherit;
    content: "X";
}
.toggle-menu:focus {
    outline: 0;
}
.toggle-menu:before {
    font-family: custom;
    content: "\0043";
    font-size: 19px;
    color: #fff;
}

.light {
    background-color: #fff;
}
.light .nav > a,
.light .nav > span {
    color: #373839;
}
.light .nav .cam-drop {
    color: #fff;
}
.light .nav .cam-drop:after {
    border-color: #fff transparent transparent transparent;
}
.light .nav > span:after {
    border-color: #373839 transparent transparent transparent;
}
.light .toggle-mode {
    color: #373839;
}
.light .header-text-section h1 {
    color: #121212;
}
.light .header-text-section p {
    color: #949494;
}
.light .title-section {
    background-color: #ececec;
}
.light .title {
    color: #373839;
}
.light .title span {
    color: #0058fb;
}
.light .about {
    background-color: #ececec;
}
.light .pagination {
    background-color: #ececec;
}
.light .pagination a {
    color: #373839;
}
.light .pagination a:hover,
.light .pagination span {
    color: #fff;
}
.light .pagination .icon-left:after,
.light .pagination .icon-right:after {
    background-color: #ccc;
}
.light .footer-text {
    color: #010101;
}
.light .thumb-meta {
    background-color: #ececec;
}
.light .thumb-from:hover {
    color: #000;
}
.light .ss-main .ss-content,
.light .ss-main .ss-single-selected {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #484848;
    background-color: #fff;
}
.light .ss-main .ss-content {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}
.light .ss-main .ss-content .ss-list .ss-option,
.light .ss-main .ss-single-selected .placeholder,
.light .ss-main .ss-single-selected .placeholder * {
    color: #373839;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.light .ss-main .ss-content .ss-list .ss-option.ss-highlighted,
.light .ss-main .ss-content .ss-list .ss-option:hover {
    color: #0D3ED9;
    background-color: transparent;
}
.light .ss-main .ss-single-selected.ss-open-below {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.light .logo {
    background-image: url(../img/logo1.svg);
}
.light .nav > span .c-drop,
.light .nav > span .cat-drop {
    background-color: #ececec;
}
.light .nav > span .c-drop a,
.light .nav > span .cat-drop a {
    color: #373839;
}
.light .nav > span .c-drop a:hover,
.light .nav > span .cat-drop a:hover {
    color: #0D3ED9;
}
.light .nav > span.active {
    color: #373839 !important;
    background-color: #ececec !important;
}
.light .nav > span.active:after {
    border-color: #373839 transparent transparent transparent !important;
}
.light .toggle-menu:before {
    color: #373839;
}
.light .footer-links a {
    color: #0D3ED9;
}
body.dark.light .footer-links a {
    color: #0D3ED9;
}
body.dark .footer-links a {
    color: #F573B9;
}
body.dark .ss-main .ss-content .ss-list .ss-option.ss-disabled {
    background-color: #202020;
    color: #F573B9;
}
body.dark.light .ss-main .ss-content .ss-list .ss-option.ss-disabled {
    background-color: #fff;
    color: #0D3ED9;
}
body.dark.light .ss-main .ss-content .ss-list .ss-option.ss-highlighted, .ss-main .ss-content .ss-list .ss-option:hover {
    color: #F573B9;
    background-color: transparent;
}
@media screen and (max-width: 1700px) {
    .container {
        max-width: 1400px;
    }
}
@media screen and (max-width: 1440px) {
    .container {
        max-width: 1124px;
    }
    .nav > span .cat-drop {
        width: 360px;
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}
@media screen and (max-width: 1164px) {
    .container {
        max-width: 848px;
    }
    .nav > span .cat-drop {
        width: 325px;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}
@media screen and (max-width: 878px) {
    .nav > span .c-drop a,
    .nav > span .cat-drop a {
        padding: 10px 10px;
    }
    .toggle-menu {
        display: inline-block;
        margin-left: auto;
    }
    .title-section-content {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -ms-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .toggle-mode {
        font-size: 0;
    }
    .container {
        max-width: none;
    }
    .thumb {
        width: -webkit-calc(33.3333% - 6px);
        width: calc(33.3333% - 6px);
    }
    .nav {
        position: absolute;
        background-color: #121212;
        z-index: 99;
        left: -150%;
        top: 60px;
        padding: 10px;
        width: -webkit-calc(100% + 18px);
        width: calc(100% + 18px);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .nav.active {
        left: -10px;
    }
    .nav > a,
    .nav > span {
        display: block;
    }
    .nav > a .c-drop,
    .nav > a .cat-drop,
    .nav > span .c-drop,
    .nav > span .cat-drop {
        position: relative;
        width: 100%;
        -webkit-columns: unset;
        -moz-columns: unset;
        columns: unset;
        height: 200px;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
    }
    .nav > a .c-drop a,
    .nav > a .cat-drop a,
    .nav > span .c-drop a,
    .nav > span .cat-drop a {
        display: block;
    }
    .nav > a:first-child {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    .about-col {
        text-align: center;
        padding: 0 !important;
        width: 100%;
        margin-bottom: 10px;
    }
    .about-checks {
        text-align: center;
    }
    .about-checks span {
        width: auto;
        margin-right: 40px;
    }
}
@media screen and (max-width: 630px) {
    .thumb {
        width: -webkit-calc(50% - 6px);
        width: calc(50% - 6px);
    }
}
@media screen and (max-width: 458px) {
    .ss-main {
        width: calc(50% - 4px);
        margin: 2px 0 2px 4px;
        font-size: 12px;
        max-width: 205px;
    }
}
@media screen and (max-width: 370px) {
    .thumb {
        width: 100%;
    }
}


@media screen and (max-width: 878px) {
    .light .nav {
        background-color: #ececec;
        top: 65px;
    }
    .light .nav > span .c-drop,
    .light .nav > span .cat-drop {
        background-color: #ececec;
    }
    .light .nav > span .c-drop a,
    .light .nav > span .cat-drop a {
        color: #373839;
    }
    .light .nav > span .c-drop a:hover,
    .light .nav > span .cat-drop a:hover {
        color: #0D3ED9;
    }
}
