@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?p3n6gi");
    src: url("../fonts/icomoon.eot?p3n6gi#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?p3n6gi") format("truetype"), url("../fonts/icomoon.woff?p3n6gi") format("woff"), url("../fonts/icomoon.svg?p3n6gi#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

body, html {
    height: 100%
}

body {
    font: 14px/1.5 'Roboto', sans-serif;
    background-color: #f2f4f5;
    color: #002f34;
    margin: 0;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #002f34
}

p {
    margin: 0 0 1.5em
}

img {
    max-width: 100%;
    vertical-align: top
}

section {
    margin: 0 0 50px
}

section.nomargin {
    margin: 0
}

.section-title {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #002f34
}

.section-title small {
    display: block;
    font-weight: 400;
    font-size: 22px
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.gazeta .container {
    padding: 0 20px;
}
.site-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.site-header {
    background-color: #111;
    margin: 0 0 20px;
    padding: 14px 0
}

.site-header__right {
    position: relative;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo {
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    color: #fff
}

.languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 10px;
    width: 100%;
    color: #999
}

.languages a {
    text-decoration: none;
    font-size: 13px;
    color: #fff
}

.languages a:not(:first-child)::before {
    content: '|';
    padding: 0 14px;
    color: #999
}

.languages a.current {
    color: #999;
    pointer-events: none
}

.profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 10px;
    width: 100%
}

.profile .icon-down-arrow {
    display: none;
    font-size: 16px
}

.profile_active .icon-down-arrow {
    display: block
}

.profile__user {
    position: relative
}

.profile__dropdown {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 1;
    width: 225px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 48, 53, 0.15), 0 0 4px 0 rgba(0, 48, 53, 0.15);
    box-shadow: 0 0 4px 0 rgba(0, 48, 53, 0.15), 0 0 4px 0 rgba(0, 48, 53, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.profile__dropdown li:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 10px
}

.profile__dropdown li:last-child a {
    padding-bottom: 14px;
    padding-top: 14px
}

.profile__dropdown a {
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;
    color: #111
}

.profile__dropdown a:hover {
    background-color: #111;
    color: #fff
}

.site-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.site-footer {
    border-top: 1px solid #7f9799;
    padding: 70px 0
}

.footer-nav {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -ms-grid-columns:(minmax(200px, 1fr)) [ auto-fit ];
    grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
    font-size: 16px;
    font-weight: 500
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-nav li + li {
    margin: 12px 0 0 0
}

.footer-nav a {
    text-decoration: none;
    color: #111
}

button, input {
    font-family: inherit
}

button:focus, input:focus {
    outline: none
}

button {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none
}

input, textarea {
    color: #406367
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #406367
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #406367;
    opacity: 1
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #406367;
    opacity: 1
}

input:-ms-input-placeholder, textarea:-ms-textarea-placeholder {
    color: #406367
}

.check label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7f9799;
    cursor: pointer
}

.check label::before {
    content: '';
    font-family: 'icomoon';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 2px solid #002f34;
    color: #fff;
    margin-right: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.check input[type="checkbox"] {
    position: absolute;
    left: -999em
}

.check input[type="checkbox"]:checked + label::before {
    content: '\e90b';
    background-color: #002f34
}

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    position: relative
}

.search-form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 72px;
    padding: 0 24px 0 10px;
    border-right: 1px solid #f2f4f5;
    border-bottom: 1px solid #f2f4f5;
}

.search-form__field:nth-child(1) {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 8px;
    border-bottom: 1px solid #f2f4f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.search-form__field:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0
}

.search-form__field_cities::before {
    content: '\e902';
    display: block;
    margin: 0 10px 0 0;
    font-family: 'icomoon';
    font-size: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.search-form__field_cities input.active + .regions {
    display: block
}

.search-form__inp {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.search-form input[type="text"], .search-form input[type="search"] {
    border: none;
    padding: 8px 0;
    font-size: 16px;
    width: 100%;
    height: 56px
}

.search-form button[type="submit"] {
    width: 48px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: .3s;
    transition: .3s
}
.site-main .search-form button[type="submit"] {
    width: 72px;
}
.search-form button[type="submit"]::after {
    content: '\e903';
    display: block;
    margin: 0 0 0 0;
    font-family: 'icomoon';
    font-size: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.search-form button[type="submit"]:hover {
    background-color: #111;
    color: #fff
}

.search-form__drop {
    color: #9b9b9b
}

.filters {
    display: -ms-grid;
    display: grid;
    /* grid-gap: 16px; */
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;
    position: relative;
    /*padding-top: 70px;*/
}

.filters .dropdown {
    background-color: #fff;
    height: 48px
}

.filters .dropdown__current {
    padding-right: 16px;
    font-size: 16px;
    color: #002f34
}

.filters .dropdown__current::after {
    background-color: #fff;
    padding: 0 0 0 10px;
    margin-left: auto;
    font-size: 20px;
    color: #002e33
}

.filters .dropdown__list {
    right: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*min-height: 265px;*/
    /* max-height: 70vh; */
    overflow: auto;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
}

.filter-row {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 6px;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.filter label {
    display: block;
    margin: 0 0 5px
}

.filter input {
    width: 100%;
    font-size: 16px;
    color: #002f34;
    border: none;
    padding: 0 16px;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.breadcrumbs__list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #406367
}

.breadcrumbs__list span {
    font-size: 15px;
    padding: 0 8px;
    position: relative;
    top: 2px
}

.breadcrumbs__list li {
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.breadcrumbs a {
    text-decoration: none;
    color: inherit
}

.breadcrumbs a:hover {
    background-color: #111;
    color: #fff
}

.breadcrumbs .current {
    font-size: 12px
}

.currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.currency ul {
    list-style: none;
    display: inherit;
    padding: 0;
    margin: 0;
    font-size: 14px
}

.currency li {
    margin: 0 0 0 30px
}

.currency span {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    color: #002f34
}

.currency a {
    color: #7f9799
}

.categories {
    list-style: none;
    padding: 0;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.categories li {
    margin: 0 18px 18px 0
}

.categories li:last-child a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.categories li:last-child a::after {
    content: '\e901';
    font-family: 'icomoon';
    padding: 0 0 0 10px;
    display: block
}

.categories a {
    text-decoration: none;
    color: #002f34
}

.categories a:hover .link {
    background-color: #002f34;
    color: #fff
}

.categories .counter {
    color: #7f9799
}

.rubrics {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(3, 1fr)
}

.rubric {
    text-decoration: none;
    text-align: center;
    color: #002f34;
    font-size: 14px;
    font-weight: 500
}

.rubric figure {
    margin: 0
}

.rubric img {
    display: block;
    margin: 0 auto 10px;
    width: 75px;
    height: 75px;
}

.rubric figcaption {
    display: inline-block;
    color: #111;
    padding: 0 3px;
}

.rubric:hover figcaption, .rubric_active figcaption {
    background-color: #002f34;
    color: #fff
}

.single-box {
    padding: 10px;
    margin: 0 0 16px;
    background-color: #fff;
    overflow: hidden;
}

.single-box__title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 12px
}

.single__title {
    font-size: 32px;
    line-height: 1.2;
    color: #002f34
}

.single__price {
    font-size: 40px;
    font-weight: 500;
    color: #002f34
}

.single__price small {
    font-size: 16px;
    font-weight: 400;
    color: #406367;
    margin-left: 7px
}

.single__desc {
    font-size: 16px
}

.single__desc button {
    color: #0098d0;
    font-weight: 700;
    font-size: 16px
}

.single__desc button:hover {
    text-decoration: underline
}

.single__desc + .post-author {
    margin-top: 30px
}

.single__meta {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 2px solid #406367;
    margin: 30px 0 0 0;
    padding: 20px 0 0 0
}

.single__meta li {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px
}

.single__meta li + li {
    border-top: 1px solid #e6ebeb;
    padding-bottom: 10px;
    padding-top: 10px
}

.single__meta li b {
    font-weight: 500
}

.single__meta li a {
    text-decoration: none;
    color: inherit
}

.single__meta li a:hover {
    text-decoration: underline
}

.single__meta li:first-child {
    position: relative;
    padding-left: 20px
}

.single__meta li:first-child::before {
    content: '\e910';
    display: block;
    position: absolute;
    left: 0;
    font-family: 'icomoon';
    font-size: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 5px 0 0
}

.single__city {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.2
}

.single__city::before {
    content: '\e902';
    display: block;
    font-family: 'icomoon';
    margin: 0 10px 0 0
}

.single-photo figcaption {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0 0 0
}

.single-photo figcaption > button {
    font-size: 14px;
    font-weight: 500;
    color: #002f34
}

.single-photo__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-photo__prev, .single-photo__next {
    color: #002f34
}

.single-photo__prev::before, .single-photo__next::before {
    content: '\e905';
    display: block;
    font-family: 'icomoon';
    font-size: 20px
}

.single-photo__prev {
    margin: 0 18px 0 0;
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.single-photo__counter {
    margin: 0 0 0 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-photo__counter span {
    width: 36px;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #002f34;
    margin: 0 8px
}

.single__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px
}

.single__categories a {
    text-decoration: none;
    border: 1px solid #002f34;
    color: #002f34;
    font-size: 14px;
    line-height: 1.2;
    padding: 7px 16px;
    margin: 4px 8px 4px 0
}

.single__categories a b {
    font-weight: 500
}

.single__categories a:hover {
    background-color: #002f34;
    color: #fff
}

.social {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social li + li {
    margin: 0 0 0 12px
}

.social a {
    font-size: 26px;
    text-decoration: none
}

.post-author__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px
}

.post-author__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px
}

.single__content .post-author__details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.single__content .post-author {
    display: none;
}
.post-author__avatar {
    width: 64px;
    height: 64px;
    margin: 0 20px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.post-author__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.post-author__name {
    font-size: 24px;
    font-weight: 500
}

.post-author__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: green
}

.post-author__status.ofline {
    color: grey
}

.post-author__status::before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    margin: 0 5px 0 0;
    border-radius: 100%;
    background-color: currentColor
}

.post-author__phone {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 0 0
}

.post-author__phone::before {
    content: '\e90e';
    display: block;
    font-family: 'icomoon';
    font-size: 20px;
    margin: 0 5px 0 0
}

.post-author__phone .btn {
    margin-left: 20px
}

.post-author__other {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: inherit;
    border-bottom: 2px solid currentColor;
    margin: 10px 0 0 0;
    display: inline-block;
    vertical-align: top
}

.post-author__other:hover {
    border-bottom-color: transparent
}

.post-author__btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.post-author .btn {
    font-size: 14px
}

.post-author .btn + .btn {
    margin-top: 10px
}

.regions {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    top: calc(100% + 13px);
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(182, 197, 199, 0.34);
    box-shadow: 0 2px 4px 0 rgba(182, 197, 199, 0.34)
}

.regions__title {
    padding: 14px 12px;
    border-bottom: 1px solid #ccc;
    font-size: 16px
}

.regions__title a {
    text-decoration: none;
    color: #707070
}

.regions__title a:hover {
    text-decoration: underline
}

.regions__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr
}

.regions ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-right: 1px solid #ccc
}

.regions ul:nth-child(2n+2) {
    border: none
}

.regions ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 7px 28px 7px 12px;
    color: #707070;
    cursor: pointer;
}

.regions ul a span {
    color: #707070
}

.regions ul a::after {
    content: '\e905';
    display: block;
    position: absolute;
    right: 5px;
    color: #111;
    font-family: 'icomoon';
    font-size: 14px
}

.regions ul a:hover {
    text-decoration: none;
    background-color: #111;
    color: #fff;
}

.regions ul a:hover::after {
    color: #fff
}

.regions ul a:hover span {
    color: #fff
}

.share a {
    text-decoration: none;
    font-size: 20px;
    color: inherit
}

.share a + a {
    margin: 0 0 0 15px
}

.post {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    text-align: left;
    padding: 8px;
    margin: 0
}



.post__ribbon {
    position: static;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 13px;
    padding: 3px 8px;
    background-color: #c12828;
    color: #fff
}

.post__caption {
    padding: 0px 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.post__title {
    width: 100%;
    font-size: 14px;
    line-height: 1.2
}

.post__title a {
    text-decoration: none;
    color: #002f34
}

.post__title a h3 {
    margin: 0;
    padding: 0 3px;
    word-break: break-all;
}

.post__title a:hover h3 {
    background-color: #002f34;
    color: #fff;
}

.post__price {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    display: block
}

.post__price small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #909090
}

.post__img-wrap {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.post__img-wrap a {
    display: block;
    width: 100%;
    text-align: center;
}

.post__img {
    vertical-align: top;
    width: 100%
}

.post__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    font-size: 11px;
    position: relative;
}

.post__fav {
    text-decoration: none;
    font-size: 20px;
    color: inherit;
    margin-left: 10px;
    position: absolute;
    top: -28px;
    right: 0;
}

.offers-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 5px 0 24px
}

.offers-options .dropdown {
    background-color: #fff;
    color: #002f34;
    font-size: 16px;
    width: 220px;
    height: 48px
}

.offers-options .dropdown__current::after {
    margin-left: auto;
    margin-right: 20px;
    font-size: 20px
}

.offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.offer + .offer {
    margin-top: 16px
}

.offer__inner {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 15px
}

.offer__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.offer__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.offer__title {
    font-size: 20px;
    line-height: 1.1
}

.offer__title a {
    text-decoration: none;
    color: #002f34
}

.offer__title a:hover {
    text-decoration: underline
}

.offer__title small {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    margin: 7px 0 0 0
}

.offer__img {
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
}

.offer__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.offer__price {
    margin-left: auto;
    font-size: 20px;
    white-space: nowrap;
    line-height: 1.1;
}

.offer__actions {
    margin: 15px 0 0 0;
    font-size: 12px
}

.offer__actions a {
    text-decoration: none;
    color: #406367
}

.offer__actions a:hover {
    text-decoration: underline
}

.offer__bottom {
    margin: 5px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.offer__stat {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 20px 0 0;
    text-decoration: none;
    color: #002f34;
    cursor: unset;
    pointer-events: none;
}

.offer__stat::before {
    content: '\e90c';
    display: block;
    font-family: 'icomoon';
    position: absolute;
    left: 0
}

/*.offer__stat:hover {*/
/*    text-decoration: underline*/
/*}*/

.offer__views, .offer__call, .offer__fav, .offer__comm {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px 0 0;
    color: #7f9799
}

.offer__views::before, .offer__call::before, .offer__fav::before, .offer__comm::before {
    content: '\e90d';
    display: block;
    font-family: 'icomoon';
    margin: 0 5px 0 0
}

.offer__call::before {
    content: '\e90e'
}

.offer__fav::before {
    content: '\e900'
}

.offer__comm {
    text-decoration: none;
    border: 2px solid #111;
    color: #111;
    padding: 6px 12px
}

.offer__comm::before {
    content: '\e90f'
}

.offer__btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0 0 0;
    width: 100%
}

.offer__btn-group a {
    padding: 10px 20px;
    font-size: 14px
}

.offer__btn-group a + a {
    margin: 10px 0 0 0
}

.posts-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.posts-nav ul {
    list-style: none;
    padding: 0 14px;
    margin: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.posts-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.posts-nav ul li + li::before {
    content: "\2022";
    display: block;
    padding: 0 10px
}

.posts-nav ul li:last-child {
    font-weight: 500
}

.posts-nav ul a {
    color: #406367
}

.posts-nav ul a:hover {
    background-color: #002f34;
    color: #fff
}

.posts-nav a {
    text-decoration: none
}

.posts-nav__next, .posts-nav__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #002f34
}

.posts-nav__next:hover span, .posts-nav__prev:hover span {
    background-color: #002f34;
    color: #fff
}

.posts-nav__prev::before {
    content: '\e905';
    font-family: 'icomoon';
    font-size: 18px;
    display: block;
    margin: 0 10px 0 0;
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.posts-nav__next {
    margin: 0 0 0 auto
}

.posts-nav__next::after {
    content: '\e905';
    font-family: 'icomoon';
    font-size: 18px;
    display: block;
    margin: 0 0 0 10px
}

.cabinet-head {
    background-color: #fff;
    margin: -40px 0 0 0;
    padding: 53px 0
}

.cabinet-main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cabinet-main-title .section-title {
    margin: 0 0 20px
}

.cabinet-main-title .section-title a {
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #111;
    display: flex;
    align-items: center;
    justify-self: center;
    padding: 12px 22px;
    font-size: 16px;
    font-weight: 500;
    border: 4px solid #111;
    background-color: transparent;
    transition: .3s;
}

.cabinet-main-title .section-title a:hover {
    background-color: #111;
    color: #fff;
}

.balance {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.balance .btn-primary {
    margin: 10px 0 0 0;
    padding: 10px 20px;
    font-size: 14px
}

.cabinet-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 17px 0 24px
}

.cabinet-tabs__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c5d3d5
}

.cabinet-tabs__right {
    margin: 20px 0 0 0
}

.cabinet-tabs__right form {
    background-color: #fff;
    height: 48px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cabinet-tabs__right form i {
    position: absolute;
    bottom: 0;
    left: 14px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px
}

.cabinet-tabs__right input[type="search"] {
    width: calc(100% - 157px);
    padding: 0 20px 0 47px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.cabinet-tabs__right input[type="search"]:focus + button[type="submit"] {
    background-color: #c12828;
    color: #fff
}

.cabinet-tabs__right button[type="submit"] {
    border-left: 2px solid #f2f4f5;
    padding: 0 19px;
    font-size: 16px;
    font-weight: 500
}

.cabinet-tabs a {
    text-decoration: none;
    display: block;
    padding: 13px 19px 26px;
    color: #7f9799
}

.cabinet-tabs a.selected {
    font-weight: 700;
    color: #002f34;
    -webkit-box-shadow: inset 0 -1px 0 0 #002e33, 0 1px 0 0 #002e33;
    box-shadow: inset 0 -1px 0 0 #002e33, 0 1px 0 0 #002e33
}

.cabinet-tabs a span {
    font-weight: 400
}

.accordeon {
    margin: 50px 0 0 0
}

.accordeon__item {
    background-color: #fff;
    padding: 0 20px;
    height: 68px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.accordeon__item + .accordeon__item {
    margin: 16px 0 0 0
}

.accordeon__item.active {
    height: auto
}

.accordeon__item input {
    background-color: #f2f4f5;
    width: 100%;
    max-width: 355px;
    height: 48px;
    font-size: 16px;
    border: none;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.aditional_fields {
    margin: 10px 0;
}
.accordeon__item .aditional_fields input {
    height: 30px;
}
.accordeon__item .check + .check, .accordeon__item .hidden + .check {
    margin-top: 15px
}

.accordeon__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    /* height: 68px; */
    height: auto;
    cursor: pointer;
    padding: 10px 0;
}

.accordeon__title::after {
    content: '\e901';
    display: block;
    font-family: 'icomoon';
    font-size: 20px
}

.accordeon__inner {
    border-top: 1px solid #d8dfe0;
    padding: 20px 0
}

.accordeon__field + .accordeon__field {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 20px
}

.accordeon__field + .btn-primary {
    margin-top: 20px
}

.accordeon__field > label {
    display: block;
    margin: 0 0 5px
}

article {
    margin: 0 0 50px
}

article .section-title {
    text-align: center
}

.article-row {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr
}

.article-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.article-menu li {
    font-weight: 500
}

.article-menu li + li {
    margin: 8px 0 0 0
}

.article-menu a {
    text-decoration: none;
    display: inline-block;
    color: inherit
}

.article-menu a.selected, .article-menu a:hover {
    background-color: #002f34;
    color: #fff
}

.dropdown {
    position: relative;
    color: #9b9b9b;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.filter_item .dropdown {
    /* width: 200px; */
    background-color: #fff;
}
.filter_item .dropdown__list {
    background-color: #fff;
}
.dropdown__current {
    padding: 0 0 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    height: 48px;
}

.dropdown__current::after {
    content: '\e901';
    display: block;
    font-family: 'icomoon';
    margin: 0 0 0 16px
}

.dropdown__list {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    /*position: absolute;*/
    right: -8px;
    top: 100%;
    z-index: 10;
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(182, 197, 199, 0.34);
    box-shadow: 0 2px 4px 0 rgba(182, 197, 199, 0.34)
}

.dropdown__list a {
    text-decoration: none;
    display: block;
    padding: 8px 16px;
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

.dropdown__list a:hover {
    background-color: #002f34;
    color: #fff
}

.mobile_view .dropdown__list a {
    padding: 16px 16px;
}
.btn {
    text-decoration: none;
    white-space: nowrap;
    color: #fff
}

.btn-primary {
    display: inline-block;
    border-radius: 4px;
    vertical-align: top;
    padding: 12px 22px;
    font-size: 16px;
    font-weight: 500;
    background-color: #c12828;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.btn-primary:hover {
    background-color: #971f1f
}

.btn-favorites {
    font-size: 26px;
}

.btn-favorites::before {
    content: '\e900';
    display: block;
    font-family: 'icomoon';
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.btn-profile {
    margin: 0 0 0 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    line-height: 1
}

.btn-profile::before {
    content: '\e904';
    display: block;
    font-family: 'icomoon';
    font-size: 26px;
    margin: 0 5px 0 0
}

/* .btn-profile_active::after {
    content: '\e901';
    font-family: 'icomoon';
    font-size: 14px;
    display: block;
    margin: 0 10px 0 5px
} */

.btn-invert {
    background-color: transparent;
    color: #c12828;
    min-width: 166px;
    text-align: center;
    -webkit-box-shadow: inset 0 0 0 2px #c12828;
    box-shadow: inset 0 0 0 2px #c12828
}

.btn-invert:hover {
    background-color: #c12828;
    color: #fff
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-share:before {
    content: "\e911"
}

.icon-telegram:before {
    content: "\e907";
    color: #039be5
}

.icon-messenger .path1:before {
    content: "\e908";
    color: #39b4e8
}

.icon-messenger .path2:before {
    content: "\e909";
    margin-left: -1em;
    color: #fff
}

.icon-whatsapp:before {
    content: "\e90a";
    color: #8dc63f
}

.icon-viber:before {
    content: "\e906";
    color: #8e24aa
}

.icon-next:before {
    content: "\e905"
}

.icon-down-arrow:before {
    content: "\e901"
}

.icon-maps-and-flags:before {
    content: "\e902"
}

.icon-search:before {
    content: "\e903"
}

.icon-user:before {
    content: "\e904"
}

.icon-love:before {
    content: "\e900"
}

.remove_wish_list .icon-love:before {
    color: #c12828;
    content: "❤️";
}

.hidden {
    display: none!important;
}

.dropdown-open {
    display: flex;
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

.common_but {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    color: #002f34;
    line-height: 1.25;
    border: none;
    padding: 0 40px;
    height: 48px;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 2px #002f34;
    -moz-box-shadow: inset 0 0 0 2px #002f34;
    -ms-box-shadow: inset 0 0 0 2px #002f34;
    -o-box-shadow: inset 0 0 0 2px #002f34;
    box-shadow: inset 0 0 0 2px #002f34;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.common_but:hover {
    -webkit-box-shadow: inset 0 0 0 5px #002f34;
    -moz-box-shadow: inset 0 0 0 5px #002f34;
    -ms-box-shadow: inset 0 0 0 5px #002f34;
    -o-box-shadow: inset 0 0 0 5px #002f34;
    box-shadow: inset 0 0 0 5px #002f34;
}

.rubriks label,
.sort_dropdown label {
    margin-bottom: 5px;
    display: none;
}
.filters .rubriks label,
.filters .sort_dropdown label {
    display: block;
}

.locations_list {
    position: absolute;
    font-size: 14px;
    line-height: 18px;
    left: 0;
    margin-top: 0;
    top: 100%;
    /* width: auto !important; */
    width: 120%;
    min-width: 378px;
    z-index: 10;
    max-height: 280px;
    overflow: auto;
    text-shadow: 0 0 0 transparent;
    font-size: 14px;
    line-height: 1.29;
    border: none !important;
    background-color: #fff;
    padding-inline-start: 0%;
}

.search-form__field_cities {
    flex: 0;
    width: 30%;
    min-width: 320px;
}

.search-form__field {
    position: relative;
}

.search-form__field li {
    padding: 0;
    list-style: none;
    padding: 9px 25px 9px 10px;
    border-bottom: 1px solid #111000;
    cursor: pointer;
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
}

.search-form__field li:last-child {
    border-bottom: none;
}

.search-form__field li b {
    max-width: 500px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-form__field li.selected,
.search-form__field li:hover {
    background-color: #111;
    color: #fff;
    transition: all .15s linear;
}

.search-form__field li.selected b,
.search-form__field li:hover b {
    color: #fff;
    transition: all .15s linear;
}

.filters .dropdown__current::after {
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
}

.filters .dropdown-open .dropdown__current::after {
    margin-right: -9px;
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
}

.dropdown__list li.view-child ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    background: #fff;
    list-style: none;
    padding-inline-start: 0;
    max-height: 300px;
    overflow-y: auto;
}

.dropdown__list li {
    /*position: relative;*/
}

/*.dropdown__list li.view-child:hover ul {*/
/*    display: block !important;*/
/*}*/

.filters .dropdown__list {
    overflow-y: auto;
}

.post__img-wrap {
    width: 100%;
    margin-bottom: 5px;
}
.post__img-wrap img {
    height: 105px!important;
}

.icon-love {
    position: relative;
}

.icon-love:after {
    content: attr(data-translate);
    position: absolute;
    width: max-content;
    color: grey;
    left: -80px;
    font-size: 15px;
    top: 1px;
    opacity: 0;
    visibility: hidden;
}

.remove_wish_list .icon-love:after {
    content: attr(data-translate);
    position: absolute;
    width: max-content;
    color: grey;
    left: -80px;
    font-size: 15px;
    top: 1px;
    opacity: 0;
    visibility: hidden;
}

.icon-love:hover:after {
    opacity: 1;
    visibility: visible;
}

.download_yet {
    text-align: center;
    margin-bottom: 10px;
}

.products_pagination {
    text-align: center;
}

#download_products {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    color: #002f34;
    line-height: 1.25;
    margin-bottom: 20px;
    border: none;
    padding: 0 40px;
    height: 48px;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 2px #002f34;
    -moz-box-shadow: inset 0 0 0 2px #002f34;
    -ms-box-shadow: inset 0 0 0 2px #002f34;
    -o-box-shadow: inset 0 0 0 2px #002f34;
    box-shadow: inset 0 0 0 2px #002f34;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#download_products:hover {
    -webkit-box-shadow: inset 0 0 0 5px #002f34;
    -moz-box-shadow: inset 0 0 0 5px #002f34;
    -ms-box-shadow: inset 0 0 0 5px #002f34;
    -o-box-shadow: inset 0 0 0 5px #002f34;
    box-shadow: inset 0 0 0 5px #002f34;
}

.preview_announcement {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    color: #002f34;
    line-height: 1.25;
    margin-bottom: 20px;
    border: none;
    padding: 0 40px;
    height: 48px;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 2px #002f34;
    -moz-box-shadow: inset 0 0 0 2px #002f34;
    -ms-box-shadow: inset 0 0 0 2px #002f34;
    -o-box-shadow: inset 0 0 0 2px #002f34;
    box-shadow: inset 0 0 0 2px #002f34;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.preview_announcement:hover {
    -webkit-box-shadow: inset 0 0 0 5px #002f34;
    -moz-box-shadow: inset 0 0 0 5px #002f34;
    -ms-box-shadow: inset 0 0 0 5px #002f34;
    -o-box-shadow: inset 0 0 0 5px #002f34;
    box-shadow: inset 0 0 0 5px #002f34;
}

.profile__dropdown.dropdown-open {
    display: block;
    z-index: 11;
}

.paginator a {
    width: 32px;
    height: 32px;
    background: transparent;
    display: inline-flex;
    margin: 0 2px;
    border-radius: 50%;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    color: #002f34;
}

.paginator a.current_page {
    border: 2px solid #002f34;
}

.paginator a:not(.current_page):hover {
    background-color: lightgrey;
}

.pag_right,
.pag_left,
a.pag_right,
a.pag_left {
    position: relative;
    font-size: 30px;
    top: 3px;
    width: 20px;
    display: inline-block;
}

.paginator a.pag_right:hover,
.paginator a.pag_left:hover {
    background: transparent;
}

.pag_right:after {
    content: "\203A";
}

.pag_left:before {
    content: "\2039";
}

.foo_col .fc_title {
    font-size: 18px;
    margin-bottom: 12px;
}

.login_or_reg {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 20px 30px 20px;
    text-align: left;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.login_or_reg .common_tit {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    cursor: pointer;
}

.login_or_reg input {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 4px;
    background: #f2f4f5;
    border: none;
    margin: 5px 0 15px;
}

.login_or_reg label {
    color: grey;
}

.login_or_reg input:focus {
    -webkit-box-shadow: 0 2px 0 0 #111;
    -moz-box-shadow: 0 2px 0 0 #111;
    -ms-box-shadow: 0 2px 0 0 #111;
    -o-box-shadow: 0 2px 0 0 #111;
    box-shadow: 0 2px 0 0 #111;
}

#login_form {
    margin-bottom: 30px;
}

#login_send,
#reg_send {
    width: 100%;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 0;
    background-color: #111;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    -moz-box-shadow: inset 0 0 0 2px #fff;
    -ms-box-shadow: inset 0 0 0 2px #fff;
    -o-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

#login_send:hover,
#reg_send:hover {
    -webkit-box-shadow: inset 0 0 0 4px #fff;
    -moz-box-shadow: inset 0 0 0 4px #fff;
    -ms-box-shadow: inset 0 0 0 4px #fff;
    -o-box-shadow: inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 4px #fff;
}

.remind_me {
    text-decoration: none;
    color: #111;
    font-weight: 500;
}

.accordeon__item {
    padding: 20px;
}

.selected_rubric.rubric_drop {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 5px 20px 5px 5px;
    background: #f2f4f5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.selected-cat {
    margin-left: 30px;
    position: relative;
}

.selected-cat + .selected-cat:before {
    content: "\203A";
    left: -17px;
    position: absolute;
    font-size: 20px;
    top: -6px;
    font-weight: 100;
}

.rubric-popup ul li {
    padding: 0;
    cursor: pointer;
}

.rubric-popup ul li span {
    padding: 14px 10px;
}

.dropdown.currencies {
    height: 49px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-flex;
}

.dropdown.currencies .dropdown__current::after {
    margin-left: 30px;
}

.dropdown__current::after {
    position: absolute;
    right: 10px;
}

.accordeon__item {
    overflow: visible;
}

.accordeon__item .dropdown.currencies {
    background-color: #f2f4f5;
}

.accordeon__item .dropdown.currencies .dropdown__list {
    background-color: #f2f4f5;
}

.accordeon__field .dropdown__current {
    background: #f2f4f5;
    padding: 10px;
    /* width: 200px; */
    position: relative;
    width: 355px;
}

.dropdown__list {
    background-color: #f2f4f5;
    overflow-y: auto;
}

#profile_form .accordeon__item,
.cabinet-head + .container .accordeon .accordeon__item {
    height: auto;
    padding: 0 20px;
}

.offers-options .dropdown {
    width: 200px;
}

.sw_links {
    display: flex;
}

.sw_links ul {
    list-style: none;
    display: flex;
}

.sw_links ul li + li {
    margin-left: 20px;
}

.sw_links ul li a {
    font-size: 24px;
    text-decoration: none;
    color: #111;
}

.mup_tab_th {
    display: flex;
    padding-left: 40px;
}

.user_page .mtt_cell + .mtt_cell {
    margin-left: 50px;
}


.announcement_locations_list {
    /* position: absolute; */
    font-size: 14px;
    line-height: 18px;
    left: 0;
    margin-top: 0;
    top: 100%;
    /* width: auto !important; */
    width: 100%;
    z-index: 10;
    max-height: 280px;
    overflow: auto;
    text-shadow: 0 0 0 transparent;
    font-size: 14px;
    line-height: 1.29;
    border: none !important;
    background-color: #f2f4f5;
    padding-inline-start: 0%;
}

.announcement_locations_list li {
    padding: 0;
    list-style: none;
    padding: 9px 25px 9px 10px;
    border-bottom: 1px solid #111000;
    cursor: pointer;
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
}

.announcement_locations_listd li:last-child {
    border-bottom: none;
}

.announcement_locations_list li b {
    max-width: 500px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.announcement_locations_list li.selected,
.announcement_locations_list li:hover {
    background-color: #111;
    color: #fff;
    transition: all .15s linear;
}

.announcement_locations_list li.selected b,
.announcement_locations_list li:hover b {
    color: #fff;
    transition: all .15s linear;
}

.post_ribbons_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 5px;
}

.post_ribbons_wrap .post__ribbon {
    margin-bottom: 1px;
    font-size: 9px;
}

.post_ribbons_wrap .post__ribbon + .post__ribbon {
    margin-left: 1px;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.filter-row .filter-col {
    width: 48%;
}

.filter-row .common_but {
    width: 100%;
}

.accordeon__inner {
    display: none;
}

.accordeon__item.active .accordeon__inner {
    display: block;
}

.languages a:not(:first-child)::before {
    display: none;
}

.languages a:not(.active) {
    display: none;
}

.languages {
    display: block;
    position: absolute;
    left: -50px;
    right: auto;
    top: -4px;
    height: auto;
    padding: 8px 8px 8px 8px;
    background: #111;
    z-index: 111;
    width: auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.languages a {
    font-size: 14px;
    width: 27px;
    display: block;

    padding: 1px 4px;
}

.languages a.active {
    border-radius: 50%;
    border: 2px solid #fff;
}

.languages_active a:not(.active) {
    display: block;
}

.languages_active a.active:after {
    top: 10px;
    transform: scale(-1);
}

.languages a:not(.active):hover {
    text-decoration: underline
}

.btn-profile span {
    display: none;
}

.profile {
    justify-content: space-around;
    width: auto;
    margin-bottom: 0;
}

.profile__user .btn-profile {
    margin-left: 11px;
}

.site-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header__right .btn-primary {
    display: none;
}

.site-header__right .btn-primary_mobile {
    display: inline-block;
    padding: 0 8px;
    font-size: 18px;
}

.logo img {
    width: 75px;
    height: 25px;
}

/* .search-form input[type="text"]:focus + .regions {
    display: block;
} */
.active {
    display: block;
}

.search-form__field_last {
    flex: 0;
    padding: 0;
}

a.btn-favorites {
    display: inline-flex;
    align-items: center;
    position: relative;
}

a.btn-favorites span {
    font: 14px/1.5 'Roboto', sans-serif;
    display: none;
    margin: 10px 0 0 5px;
    font-weight: 500;
}

.wish_count {
    position: absolute;
    top: -8px;
    left: 16px;
    z-index: 11;
}
.wish_count:after {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #c12828;
    top: 0px;
    left: -6px;
    border-radius: 50%;
    z-index: -1;
}

.languages span {
    position: absolute;
    right: -5px;
    top: 12px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    display: none;
}

.profile {
    margin-right: 15px;
}

.offers .check label {
    margin-right: 10px;
}

.offers .check label::before {
    margin-right: 5px;
}

.login_or_reg {
    position: relative;
    height: 550px;
}

.login_or_reg:after {
    content: '';
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #111;
}

.lor_col {
    position: absolute;
    width: 80%;
}

/* .lor_col.with_line {
    display: none;
} */
.login_or_reg .common_tit {
    text-align: left;
    position: relative;
    opacity: 0.6;
}

.login_or_reg .common_tit.active_reg {
    opacity: 1;
    font-weight: 600;
}
.login_or_reg .common_tit:hover {
    opacity: 1;
}

.login_or_reg .common_tit.active_reg:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: -20px;
    width: 100px;
    height: 2px;
    background-color: #111;
}
.login_forgot .login_or_reg .common_tit.active_reg:after {
    display: none;
}
.login_forgot .login_or_reg .lor_col {
    position: static;
    width: 100%;
}
.login_forgot .login_or_reg .lor_box.text {
    margin-top: 10px;
}
.login_forgot .login_or_reg .common_tit.active_reg {
    font-size: 20px;
}
.login_or_reg .lor_col.with_line .common_tit.active_reg:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: auto;
    right: -13px;
    width: 176px;
    height: 2px;
    background-color: #111;
}

.login_or_reg .lor_col.with_line .common_tit {
    text-align: right;
}

/* .reg_height {
    height: 450px;
} */
.single {
    display: block;
}

.images-place {
    width: 100% !important;
}

.images-place .image-item img {
    width: 100%;
    height: auto;
}
.rubric-sub-menu {
    display: none;
    grid-template-rows: 3fr;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 4fr;
    padding: 20px 50px 20px 70px;
    /* display: flex; */
    flex-wrap: wrap;
    /* margin-top: 10px; */
}

/* .rubric a.view-child figure {
    position: relative;
}
.rubric a.view-child figure:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
} */
.rubric-sub-menu a {
    width: 25%;
    padding: 10px 0;
    text-align: left;
    position: relative;
    color: #111111;
    text-decoration: none;
    opacity: .75;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.rubric-sub-menu a:hover {
    opacity: 1;
    transition: all .2s linear;
}

.rubric-sub-menu a::after {
    content: '\e905';
    display: block;
    position: absolute;
    left: -20px;
    top: 11px;
    color: #111;
    font-family: 'icomoon';
    font-size: 14px;
}

.currency {
    height: 48px;
    margin-top: 25px;
    align-items: center;
    padding: 10px 10px 10px 0;
    position: relative;
}

.currency__title {
    position: absolute;
    top: -26px;
    left: 0;
}

.currency_list {
    display: flex;
}

.currency-item {
    margin-left: 6px;
    padding: 13.5px;
    cursor: pointer;
    background: #fff;
    transition: all .15s linear;
}
.currency-item:first-child {
    margin-left: 0;
}
.currency-item:hover,
.currency-item.active {
    background-color: #282828;
    transition: all .15s linear;
}
.currency-item:hover span,
.currency-item.active span {
    color: #fff;
    transition: all .15s linear;
}
.show_hide_filtr {
    margin: 0;
    position: absolute;
    padding: 0 50px 0 16px;
    width: 220px;
    justify-content: left;
}

/* .filter_box_overflow {
    margin-top: -50px;
} */

.filter_box_overflow .section-title {
    height: 50px;
    position: relative;
    width: 295px;
    margin-right: 15px;
}

.hide {
    display: none !important;
}

.show_hide_filtr::after {
    content: '\e901';
    display: block;
    font-family: 'icomoon';
    margin: 0 0 0 16px;
    position: absolute;
    right: 10px;
}

.show_hide_filtr:nth-child(2)::after {
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
}

.search-form__field_cities,
.search-form__field_last {
    display: none;
}
.search-form__inp .search-form__field_last {
    display: inline-flex;
    position: absolute;
    right: -1px;
    border: none;
    top: 0px;
}
.search-form .search-form__inp button[type="submit"] {
    height: 100%;
}
.breadcrumbs__list li a {
    color: #111;
    text-decoration: none;
}

.submit_filters {
    width: 239px;
}

.filters .rubriks,
.filters .sort_dropdown,
.filters .filter {
    grid-column-start: 1;
    grid-column-end: 6;
}
.filters .currency {
    grid-column-start: 1;
    grid-column-end: 2;
}
.filters #filter_prices {
    grid-column-start: 2;
    grid-column-end: 6;
}
.w-article ul {
    padding-inline-start: 19px;
}
.w-article ul li a {
    color: #111;
    text-decoration: none;
}
.w-article ul li a:hover {
    text-decoration: underline;
}
.answer-item {
    padding: 5px 18px;
}
details:focus,
details[open],
details[open] summary,
summary {
    outline: none;
}
details {
    margin-bottom: 10px;
}
.fil_group .dropdown__list a {
    display: flex;
    flex-wrap: wrap;
}
.fil_group .dropdown__list a span {
    margin-left: 10px;
}
.filters .dropdown__list a a.submit_filters {
    position: fixed;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    z-index: 1111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2f4f5;
}
.dropdown__list a:hover a.submit_filters {
    color: #002f34;
    background: #f2f4f5;
}
.dropdown__list a a.submit_filters i {
    font-size: 12px;
}
.dropdown__list a a.submit_filters:hover,
.dropdown__list a a.submit_filters:hover  {
    background: #f2f4f5;
    webkit-box-shadow: inset 0 0 0 5px #002f34;
    -moz-box-shadow: inset 0 0 0 5px #002f34;
    -ms-box-shadow: inset 0 0 0 5px #002f34;
    -o-box-shadow: inset 0 0 0 5px #002f34;
    box-shadow: inset 0 0 0 5px #002f34;
    transition: all .2s linear;
}
.dropdown__list a a.submit_filters:hover span {
    transition: all .2s linear;
}
.fil_group .dropdown__list a.submit_filters span {
    color: #111;
}

/*  GAZETA STYLES  */
*:not(.slick-slider, .slick-list, .slick-track, .slick-slide) {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.gazeta {
    width: 100%;
    transition: all .2s linear;
}
.gazeta_1_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.gazeta_1_inner .news_main,
.gazeta_2_inner_list {
    max-width: 100%;
    /* height: 400px; */
    width: 100%;
    position: relative;
}
.gazeta_1_inner .big_news {
    width: 100%;
    position: relative;
    padding: 15px;
}
.gazeta_1_inner .big_news_item {
    width: 100%;
    position: relative;
    border: 1px solid grey;
}
.gazeta_1_inner  a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-decoration: none;
}

.gazeta_1_inner .small_news_item a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.gazeta_1_inner a img{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    filter: brightness(.5);
}
.gazeta_1_inner a .news_title {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    padding: 20px;
}
.gazeta_1_inner a .news_title span {
    display: block;
}
.gazeta_1_inner a .news_title .news_rubric {
    color: #c12828;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 16px
}
.gazeta_1_inner a .news_title .news_name {
    text-shadow: 0 1px 2px rgba(0,0,0,.4);
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: 40px;
    margin: 12px 0 20px;
    width: 100%;
}
.gazeta_1_inner a .news_title .news_date {
    display: flex;
    justify-content: space-between;
    color: #9d9d9d;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 16px;
}
.gazeta_1_inner .small_news {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
    text-decoration: none;
}
.gazeta_1_inner .small_news_item {
    width: 48%;
    height: auto;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 15px 0;
    border-top: 1px solid #cfd1d2;
}
.gazeta_1_inner .small_news_item img {
    width: 100%;
    height: 108px;
    min-height: 108px;
    filter: none;
    object-fit: cover;
}
.gazeta_1_inner .small_news_item .news_title {
    position: relative;
    width: 100%;
    height:100%;
    align-content: space-between;
    padding: 20px 0;
}

.gazeta_1_inner .small_news_item .news_title .news_name {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    margin: 12px 0;
    color: #111;
    text-shadow: none;
    width: 100%;
}

.gazeta_1_inner .small_news_item .news_title b {
    padding: 3px 8px;
    margin-right: 12px;
    border-radius: 2px;
    background-color: #c12828;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    line-height: 16px;
    letter-spacing: .25px;
    color: #fff;
}

.gazeta_1_inner .small_news:after {
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    height: 100%;
    left: 50%;
    background-color: #cfd1d2;
}

.gazeta_1_inner .big_news_item:hover .news_name,
.gazeta_1_inner .small_news_item:hover .news_title .news_name {
    color: #c12828;
}
.gazeta_1_inner .big_news_item:hover a img {
    filter: brightness(.7);
}



.gazeta_1_inner .actual_news {
    display: none;
}

.gazeta_2_inner {
    display: flex;
    justify-content: space-between;
}
.gazeta_2_inner .actual_news,
.gazeta_4_inner .actual_news {
    margin-top: 17px;
}
.gazeta_2_item {
    text-decoration: none;
    display: flex;
    padding: 19px 0 20px;
    border-bottom: 1px solid rgba(0,0,0,.14);
}
.gazeta_2_item_important .gazeta_2_item_title {
    font-weight: 900;
}
.gazeta_2_title {
    margin: 32px 0 20px;
    padding-left: 16px;
    border-left: 4px solid #c12828;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    letter-spacing: .5px
}
.gazeta_2_item_time {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    width: fit-content;
    color: #9d9d9d;
    margin-right: 15px;
    position: relative;
}
.gazeta_2_item_title {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    color: #191a1e;
    flex: 1;
}
.gazeta_2_item:hover .gazeta_2_item_title {
    color: #c12828;
}
.actual_news_list li a .photo img {
    height: 34px;
    min-height: 34px;
}
.gazeta_3 .actual_news_list li a .news-title {
    margin-left: 0;
}
.gazeta_4 img {
    display: none;
}
.gazeta_5_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.gazeta_5_inner_item {
    text-decoration: none;
    color: #191a1e;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    margin-right: 40px;
    margin-bottom: 40px;
    background-color: #f8f8f8;
}
.gazeta_5_inner_item_header {
    display: flex;
    text-decoration: none;
    margin-bottom: 20px;
}
.gazeta_5_inner_item_header:hover .author_name {
    color: #c12828;
}
.gazeta_5_inner_item_header .author_info {
    display: block;
}
.gazeta_5_inner_item_header .author_photo {
    margin-right: 14px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.14);
    width: 48px;
    height: 48px;
    overflow: hidden;
}
.gazeta_5_inner_item:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    right: -20px;
    top: 0px;
    background: rgba(0,0,0,.14);
}
.gazeta_5_inner_item:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -20px;
    right: 0px;
    background: rgba(0,0,0,.14);
}

.gazeta_5_inner_item:nth-child(odd) {
    margin-right: 40px;
}
.gazeta_5_inner_item_header .author_name {
    max-width: 258px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #111;
    font-weight: 500;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 4px;
}
.gazeta_5_inner_item_header .author_job {
    max-width: 258px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #9d9d9d;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 16px;
}
.gazeta_5_inner_item_content .author_title {
    margin-bottom: 15px;
}
.gazeta_5_inner_item_content .author_title a {
    text-decoration: none;
    margin: 20px 0;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    color: #111;
}
.gazeta_5_inner_item_content .author_title:hover a {
    color: #c12828;
}
.gazeta_5_inner .news_date {
    color: #9d9d9d;
}

.gazeta_details {
    padding-top: 50px;
    background: #fff;
}
.gazeta_details_item {
    width: 100%;
    position: relative;
}
.gazeta_details_header {
    width: 100%;
    position: relative;
    color: #c12828;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 16px;
    margin-bottom: 40px;
    text-decoration: none;
}
.gazeta_details_item .gallery {
    margin-bottom: 30px;
}
.gazeta_details_header h1 {
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: 40px;
    width: 100%;
    margin: 30px 0;
}
.details_topic {
    color: #c12828;
    text-decoration: none;
}
.details_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #9d9d9d;
}
.details_info .author {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #c12828
}
.details_info .author img {
    width: 48px;
    height: 48px;
    background-size: 77px;
    background-position: top;
    background-repeat: no-repeat;
    margin-right: 14px;
}
.details_info .subtopic {
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}
.details_info .subtopic a {
    color: #c12828;
    text-decoration: none;
}
.details_info .date {
    color: #9d9d9d;
    white-space: nowrap;
}
.gazeta_details_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gazeta_details_item .actual_news {
    display: none;
}
.gazeta_details_item .actual_news_title {
    line-height: 1.1;
    font-size: 22px;
}
.gazeta_details_content_left {
    width: 100%;
    margin-bottom: 30px;
}
.det_content_title {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 19px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.14);
}
.det_content_text a {
    color: #111;
    text-decoration: none;
    border-bottom: 2px solid #f71;
}
.det_content_text a:hover, .det_content_text a:visited {
    color: #c12828;
}
.det_content_text {
    font-size: 18px;
    font-weight: 100;
}
.det_content_text ul {
    list-style: disc;
}
.gazeta_details_footer_top {
    padding: 10px 20px 14px;
    background-color: #f8f8f8;
}
.read_also_title {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    color: #4e4f51;
    opacity: .5;
    margin: 0 0 6px;
}
.read_also_item {
    position: relative;
}
.read_also_item a {
    color: #191a1e;
    font-size: 19px;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}
.read_also_item:hover a {
    color: #c12828;
}
.read_also_item:not(:last-child) {
    margin-bottom: 24px;
}
.read_also_item:not(:last-child):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -12px;
    left: 0;
    background-color: rgba(0,0,0,.14);
}
.gazeta_details_footer_bot span {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 16px;
    margin-right: 25px;
}
.gazeta_details_footer_bot a {
    text-decoration: none;
    color: #f71;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 16px;
    padding: 4px 8px;
    margin: 4px 8px 4px 0;
    border: 1px solid #f71;
    border-radius: 2px;
}
.gazeta_details_footer_bot a:hover {
    color: #fff;
    background-color: #f71;
}
.gazeta_details_footer_bot .more_about {
    position: relative;
    margin: 25px 0;
    padding-bottom: 15px;
}
.gazeta_details_footer_bot .more_about:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.14);
}
.share_social {
    display: flex;
    align-items: center;
}
.share_social_inner {
    display: flex;
    align-items: center;
}
.share_social_inner div {
    padding: 0 15px;
    cursor: pointer;
}
.share_social_inner svg {
    width: 22px;
}
.share_social_inner div:hover svg path {
    fill: #1da1f2;
}
.det_photo {
    margin-bottom: 15px;
}
.gazeta .breadcrumbs {
    text-transform: uppercase;
    margin: 0 0 35px 0;
    font-size: 11px;
    justify-content: flex-start;
}
.breadcrumbs a {
    color: #c12828;
}
.breadcrumbs span {
    color: #111;
    position: relative;
}
.breadcrumbs .separator:before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 24 24"><path d="M8.122 24l-4.122-4 8-8-8-8 4.122-4 11.878 12z"/></svg>');
    opacity: .5;
}
.breadcrumbs a, .breadcrumbs span {
    margin: 0 5px 0 0;
}
/*  GAZETA STYLES END */

/*  NEW CATEGORY LIST*/
.cat_list_wrap > .container {
    /* background-color: #fff; */
}
.only_mobile {
    display: block;
}
.only_destkop {
    display: none;
}
.cat_list_wrap,
.cat_list,
.cat_list_item {
    width: 100%;
    position: relative;
}
.cat_list_wrap h1 {
    font-size: 32px;
    color: #111;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}
.cat_list_item {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ccc;

    padding: 15px 0;
}
.cat_list_item:last-child {
    border-bottom: 1px solid #ccc;
}
.cat_list_item_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.cat_list_item_left {
    align-items: center;
    width: 100px;
    align-items: unset;
    margin-right: 15px
}
.cat_list_item_row a {
    text-decoration: none;
}
.cat_list_item_name.only_mobile {
    width: auto;
    order: 1;
}
.cat_list_item_name {
    font-size: 20px;
    color: #111;
    width: auto;
    text-align: left;
    margin-bottom: 10px;
    padding: 0 3px;
    text-decoration: none;
    font-weight: bold;
}
.cat_list_item_name:hover {
    background-color: #002f34;
    color: #fff;

}
.cat_list_item_logo {
    width: 100px;
    height: 100px;
    margin-right: 0;
    text-align: left;
}
.cat_list_item_logo img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.cat_list_item_reviews {
    display: flex;
    align-items: center;
    width: 100%;
    color: #111;
    flex-wrap: wrap;
}
.review_like {
    font-size: 14px;
}
.like_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
    min-width: 175px;
}
.like_line {
    margin-bottom: 0;
    margin-right: 10px;
    width: 100%;
    border: 1px solid #111;
    height: 10px;
    display: inline-block;
}
.like_line_rating {
    background: #111;
    height: 100%;
    width: 91%;
}
.like_percent {
    font-size: 12px;
    color: #111;
}
.reviews_count {
    width: 100%;
    display: block;
    color: grey;
}
.work_hours {
    position: relative;
    font-size: 14px;
    color: green;
    margin-bottom: 5px;
    padding-left: 12px;
    width: 100%;
}
.work_hours:before {
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: green;
    display: block;
    left: 0;
    top: 8px;
}
.work_hours_closed {
    color: red;
}
.work_hours_closed:before {
    background-color: red;
}
.short_preview {
    font-size: 14px;
    color: #111;
    margin-bottom: 15px;
}
.preview_photo {
    margin-bottom: 15px;
    display: flex;
    justify-content: left;
    width: 100%;
}
.preview_photo img {
    width: 65px;
    height: auto;
    margin-right: 10px;
}
.preview_tags {
    display: flex;
    flex-wrap: wrap;
}
.preview_tags a {
    text-decoration: underline;
    color: #111;
    margin-right: 5px;
    padding: 2px 3px;
}
.preview_tags a:hover {
    background-color: #002f34;
    color: #fff;
    text-decoration: none;
}
.cat_list_item_right {
    display: block;
}
.cat_list_item_right a {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    color: #111;
    align-items: center;
    position: relative;
    padding-left: 25px;
}
.cat_list_item_right a:hover {
    text-decoration: underline;
}
.cat_list_item_right a svg,
.company_location svg {
    width: 20px;
    height: 25px;
    display: block;
    fill: #111;
    position: absolute;
    left: 0;
}


/*  NEW CATEGORY LIST END */

/*  NEW CATEGORY DETAILS */

.cat_details > .container {
    /* background-color: #fff; */
    padding: 10px;
}
.cat_details,
.cat_details_header {
    width: 100%;
    position: relative;
}
.cat_details_header {
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
    margin-bottom: 50px;
}
.cat_details h1 {
    text-align: left;
    width: 100%;
    font-size: 32px;
}
.cat_details_logo_wrap .cat_list_item_reviews {
    width: 100%;
}
.cat_details .like_container {
    min-width: 150px;
}
.cat_details_logo_wrap {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.cat_details_logo {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.cat_details_header_social {
    width: 30%;
    background: #f5f5f5;
    padding: 10px;
    height: fit-content;
}
.add_review {
    width: 100%;
    margin-top: 20px;
}
.add_review a {
    width: 100%;
    width: 100%;
    padding: 13px 15px;
    margin-top: 0;
    font-size: 16px;
    background-color: #111;
    color: #fff;
    border: 1px solid #111;
    text-decoration: none;
}
.add_review a:hover {
    color: #111;
    background-color: #fff;
}
.company_location > a {
    display: flex;
    align-items: center;
}
.company_location {
    margin-right: 20px;
}
.cat_details_header_contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    padding: 10px;
    width: 360px;
    height: fit-content;
}
.company_phone a {
    text-decoration: none;
    color: #111;
}
table, td, th {
    border: 1px solid #e6e6e6;
    border-spacing: 0;
}
td {
    padding: 0 3px;
}
table {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.cat_details_slider {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.cat_details_slider_item {
    width: 250px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
}
.cat_details_slider_item img {
    width: 100%;
    height: auto;
}
.cat_details_content h2 {
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    z-index: 1;
    color: #111;
}
.cat_details_content h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}
.cat_details_content p {
    font-size: 16px;
}
.cat_details_content a {
    text-align: center;
    padding-bottom: 10px;
    font-size: 18px;
    display: block;
    color: #111;
}
.cat_details_comment {
    width: 100%;
    position: relative;
}
.cat_details_comment_item {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 10px;
}
.comment_avatar {
    width: 70px;
    height: 100%;
}
.comment_wrap {
    width: calc(100% - 80px);
}
.comment_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.comment_author {
    max-width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-decoration: none;
}
.comment_author a {
    text-decoration: none;
    color: #111;
}
.comment_author_name {
    width: 45%;
    font-size: 18px;
    color: #111;
    font-weight: bold
}
.comment_status {
    width: 45%;
    color: grey;
}
.disliked_comment,
.liked_comment {
    width: 100%;
    color: red;
}
.liked_comment {
    color: green;
}
.comment_rating_counter {
    padding: 0 15px;
}
.comment_rating_counter span {
    font-size: 16px;
    position: relative;
}
.comment_rating_counter svg {
    width: 20px;
    height: 20px;
}
.counter_like svg {
    fill: green;
}
.counter_dislike svg {
    fill: red;
    position: relative;
    top: 5px;
}
.auth_comment {
    margin-top: 20px;
}
.cat_details_inner {
    display: flex;
    justify-content: space-between;
}
.cat_details_left {
    width: calc(100% - 270px);
    /* border: 1px solid red; */
}
.cat_details_contacts {
    width: 250px;
    margin-top: 40px;
    position: fixed;
    right: 2%;
}
.cat_details_slider_item {
    width: 45%;
}

/*  NEW CATEGORY DETAILS END */

.accordeon__field .dropdown {
    max-width: 355px;
}

.accordeon__field .dropdown .dropdown__list {
    width: 100%;
    box-shadow: none;
}
.accordeon__field img {
    width: 100px;
    height: 100px;
}
.upload_img_tooltip {
    max-width: 250px;
    height: auto;
    padding: 10px;
    background-color: #f2f4f5;
    color: #111;
    font-size: 14px;
    position: relative;
    margin-left: 30px;
    display: none;
}
.upload_img_tooltip_visible {
    display: inline-flex;
}
.upload_img_tooltip:before {
    content: '';
    position: absolute;
    left: -20px;
    border: 10px solid transparent;
    border-right: 10px solid  #f2f4f5;
}
.icon-heart:before {
    content: "\e9da";
}
.no_image {
    width: auto!important;
    height: auto!important;
    opacity: 0.1;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
}
.payment_item {
    width: 200px;
    display: flex;
    padding: 7px 0;
    cursor: pointer;
}
.payment_item label {
    cursor: pointer;
}
.payment_item input {
    cursor: pointer;
    height: 15px;
    max-width: 30px;
}
.payment_item input:checked + label {
    font-weight: bold;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    /* gap: 15px; */
}
.search_options {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
}
.filters .rubriks,
.filters .sort_dropdown,
.filters .filters_drop {
    width: 295px;
}
.filters #filter_prices {
    width: 160px;
}
.filters .currency {
    width: 120px;
}
.filter_item {
    /* margin-right: 15px; */
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%;
}


/* IMPORT STYLES FRON "NEW STYLES.css" */

.popup {
    background-color: #f2f4f5;
    position: absolute;
    top: 50px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 200;
    left: 50%;
    transform: translateX(-50%);
}

.rubric-popup {
    background-color: #fdfdfd;
    max-width: 1024px;
    width: 100%;
    height: 100vh;
    padding: 40px 8px 44px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 200;
}
.popup-content .rubrics .left-col .rubric a {
    padding: 8px 10px;
}
.popup-content .rubrics .left-col .rubric {
    background-color: #fff;
    margin-bottom: 2px;
}

.rubric-popup ul {
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
}

.rubric-popup ul li{
    padding: 0px 0;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.rubric-popup ul li.rubric-item:not(.last):after {
    content: '\e901';
    display: block;
    font-family: 'icomoon';
    transform: rotate(-90deg);
    position: absolute;
    left: auto;
    right: 10px;
    top: 14px;
}

.rubric-popup ul li span{
    position: relative;
    /* border-bottom: 1px solid lightgrey; */
    padding: 14px 2px;
    margin: 0 12px;
    display: block;
}
.rubric-popup ul li span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 1px;
    background: #d8dfe0;
    z-index: 2
}

.rubric-popup .middle-col ul li{
    background: #f5f5f5;
}

.rubric-popup .right-col ul li{
    background: #f5f5f5;
}

.rubric-popup ul li.selected, .rubric-popup ul li:hover {
    background: #ceddff;
    /* margin-top: -1px; */
}
.rubric-popup ul li.selected span:after, .rubric-popup ul li:hover span:after, .rubric-popup ul li:not(.hidden):last-child span:after, .rubric-popup ul li:not(.hidden):last-child span:after {
    display: none;
}


.left-col {
    position: relative;
    overflow-y: auto;
    height: inherit;
}

.btn_close {
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
    z-index: 10;
    color: #fff;
    cursor: pointer;
}

/*.btn_close:before {*/
/*    content: "";*/
/*    background: url(../images/spritesheet.png) no-repeat -40px -167px;*/
/*    top: 4px;*/
/*    left: 4px;*/
/*	width: 10px;*/
/*	height: 10px;*/
/*    display: block;*/
/*    color: #000;*/
/*    font-size: 14px;*/
/*    position: absolute;*/
/*}*/

.black_opacity {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #5b5b5ba1;
    z-index: 99;
}

.hidden {
    display: none;
}

.rubrics.thee-cools {
    grid-template-columns: repeat(3, 1fr);
}
.rubrics.thee-cools div {
    /* max-height: 400px; */
    overflow-y: auto;
    position: relative;
    padding-right: 10px;
}
/* .rubrics.thee-cools div:after {
    position: absolute;
    content: '';
    right: -10px;
    width: 1px;
    height: 100%;
    background-color: #000;
} */
.create_announcement .accordeon__field {
    border: none;
}

.single__categories a.selected {
    background-color: #002f34;
    color: #fff;
}

.photo-place {
    width: 700px;
    width: 100%;
    grid-gap: 30px;
    display: inline-grid;
    padding-inline-start: 0;
    grid-template-columns: repeat(2, 1fr);
}

.photo-item {
    width: 116px;
    height: 116px;
    background: #f2f4f5;
    z-index: 1;
    display: flex;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.photo-item:not(.isset_image):after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('../images/camera.png');
    background-repeat: no-repeat;
    background-position: center;
}

.photo-preview {
    width: 116px;
    height: 116px;
    background: #f2f4f5;
    z-index: 0;
    position: absolute;
}


.photo-item .delete-photo {
    z-index: 2;
    display: none;
}

.photo-item .rotate-photo {
    z-index: 2;
    display: none;
}

.photo-item.active .delete-photo {
    display: block;
    width: 40px;
    height: 40px;
    /* margin: 38px 10px; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: -13px;
    left: -13px;
    background: radial-gradient(#fff, #ddd);
}

.photo-item.active .rotate-photo {
    display: block;
    width: 40px;
    height: 40px;
    /* margin: 38px 10px; */
    border-radius: 50%;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: -13px;
    right: -13px;
    background: radial-gradient(#fff, #ddd);
}
.photo-item.active .option-photo {
    display: block;
    width: 40px;
    height: 40px;
    /* margin: 38px 10px; */
    border-radius: 50%;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: -13px;
    left: -13px;
    background: radial-gradient(#fff, #ddd);
}
.photo-item .delete-photo,
.photo-item .rotate-photo,
.photo-item .option-photo {
    position: relative;
}
.photo-item .delete-photo:after {
    content: "";
    background: url(../images/delete.png);
    top: 40%;
    left: 60%;
    width: 16px;
    height: 16px;
    display: block;
    color: #000;
    font-size: 14px;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.photo-item .rotate-photo:after {
    content: "";
    background: url(../images/rotate-circular.png);
    top: 40%;
    left: 40%;
    width: 16px;
    height: 16px;
    display: block;
    color: #000;
    font-size: 14px;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.photo-item.active .option-photo:after {
    content: "";
    background: url(../images/settings.png);
    top: 60%;
    left: 60%;
    width: 16px;
    height: 16px;
    display: block;
    color: #000;
    font-size: 14px;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); 
}
/* .photo-item.active:hover .photo-preview {
    filter: brightness(0.35);
    -webkit-filter: brightness(0.35);
} */
.options_popup {
    width: auto;
    border: 1px solid #111;
    padding: 10px;
    max-width: 300px;
}
.options_popup .popup_inner {
    display: flex;
    flex-direction: column;
}
.options_popup .popup_inner label {
    font-weight: 600;
}
.options_popup .popup_inner input {
    margin-bottom: 10px;
}
.options_popup .popup_inner p {
    font-size: 12px;
}
.options_popup .buttons {
    display: flex;
    justify-content: space-around;
}
.options_popup .buttons .remove-btn {
    color: red;
}
.options_popup .buttons .save-btn {
    color: green;
}
.options_popup .buttons a {
    text-decoration: none;
    padding: 5px 10px;
    background: transparent;
    border-radius: 6px;
    transition: all .2s ease;
}
.options_popup .buttons a:hover {
    background-color: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}



.accordeon__item input[type="file"].upload_photo {
    width: 116px;
    height: 116px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

.dropdown.currencies {
    width: 80px;
}

.currencies ul.dropdown__list {
    width: 80px;
}

.accordeon__item textarea {
    background-color: #f2f4f5;
    resize: none;
    width: 100%;
    height: 175px;
    font-size: 16px;
    border: none;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
textarea:focus {
    outline: none;
}

input.error, textarea.error, .dropdown.error, .params-check.error a {
    border: 1px solid red;
}

.fil_group UL LI>a>em {
    position: relative;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    font-size: 10px;
}

.fil_group UL LI.active>a>em:before {
    display: block;
}
.fil_group UL LI>a>em:before {
    content: '';
    font-family: 'bigshop';
    background: #c12828;
    display: none;
    width: 9px;
    height: 9px;
}

span.phone_block {
    position: absolute;
    width: 166px;
    height: 45px;
    background: #c12828;
    margin: 0;
    z-index: 1111;
    color: #fff;
    display: none;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
span.phone_block a {
    color: #fff;
    text-decoration: none;
    margin-top: 12px;
    display: block;
}

.offer__activation {
    /*display: inline-block;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.offer__activation .activation_options {
    display: flex;
    flex-wrap: wrap;
    /*width: 56%;*/
    padding: 14px 14px 14px 0;
}
.activation_option {
    margin-bottom: 5px;
}

.offer__activation .result_block {
    /*width: 27%;*/
    display: inline-flex;
    margin-bottom: 5px;
}

.common_but {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    color: #002f34;
    line-height: 1.25;
    border: none;
    padding: 0 40px;
    height: 48px;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 2px #002f34;
    -moz-box-shadow: inset 0 0 0 2px #002f34;
    -ms-box-shadow: inset 0 0 0 2px #002f34;
    -o-box-shadow: inset 0 0 0 2px #002f34;
    box-shadow: inset 0 0 0 2px #002f34;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.common_but:hover {
    -webkit-box-shadow: inset 0 0 0 5px #002f34;
    -moz-box-shadow: inset 0 0 0 5px #002f34;
    -ms-box-shadow: inset 0 0 0 5px #002f34;
    -o-box-shadow: inset 0 0 0 5px #002f34;
    box-shadow: inset 0 0 0 5px #002f34;
}

.accordeon__field__balance{
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.accordeon__field__balance .balance_title{
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #002f34;
}

.accordeon__field__annulment{
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.accordeon__field__annulment .balance_title{
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #002f34;
}
.selected_rubric.rubric_drop .selected-cat:last-child {
    font-weight: 600;
}
.wishes_popup.popup {
    text-align: center;
    background-color: #fff;
    left: 50%;
    padding: 10px 0;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
.wishes_popup.popup .popup_title {
    padding:  0 30px;
}
.wishes_popup ul.wishlist {
    padding-inline-start: 0;
}
.wishes_popup .show_wishlist {
    text-decoration: none;
    color: #111;
    font-size: 12px;
    font-weight: 700;
}
.wishes_popup .show_wishlist:hover {
    text-decoration: underline;
}
.wishes_popup ul.wishlist figcaption {
    display: none;
}
.wishes_popup .popup_close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 18px;
    height: 18px;
}
.wishes_popup .popup_close:after,
.wishes_popup .popup_close:before,
.btn_close:after,
.btn_close:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 1px;
    right: 4px;
    background-color: #111;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.btn_close:after,
.btn_close:before {
    top: 7px;
    right: 3px;
}
.wishes_popup .popup_close:before,
.btn_close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.show_hide_filtr {
    margin: 0;
    position: absolute;
    padding: 0 50px 0 16px;
    max-width: 295px;
    width: 100%;
    justify-content: left;
}
.search_options {
    grid-column-start: 1;
    grid-column-end: 6;
}
.filter_box_overflow section {
    margin-bottom: 20px;
}
.filter_box_overflow section > .filter_item, .filter_box_overflow section > .section-title {
    display: inline-block;
    max-width: 130px;
    margin-right: 10px;
}
.filter_box_overflow section .section-title {
    float: left;
}
.filter_box_overflow {
    overflow-x: auto;
}
.filter_box_overflow > section {
    min-width: 450px;
    display: flex;
}
.catalog_box h1 {
    margin-block-end: 0;
    margin-block-start: 0;
}
.catalog_box .section-title {
    margin: 0;
}
.accordeon__item.active .accordeon__inner {
    position: relative;
    overflow-x: auto;
}
.accordeon__field__balance,
.accordeon__field__annulment {
    min-width: 710px;
}
.left-col figure {
    display: flex;
    align-items: center;
}
.popup-content .rubrics .left-col {
    padding-top: 20px;
}
.popup-content .rubrics {
    display: block;
} 
.popup-content .rubrics .left-col .rubric a {
    display: flex;
    font-size: 16px;
    padding: 14px 10px;
    margin: 0 10px;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.popup-content .rubrics .left-col .rubric a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 1px;
    background: #d8dfe0;
    z-index: 2;
}
.popup-content .rubrics .left-col .rubric {
    background-color: #f5f5f5;
    margin-bottom: 0px;
}
.popup-content .rubrics .left-col .rubric img {
    margin-right: 10px;
    margin-left: 10px;
}
.rubric-popup ul li.backward_step span {
    padding: 14px 20px;
}
.rubric-popup ul li.rubric-item.backward_step:after {
    left: 10px;
    right: auto;
    transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
}
.rubric-popup ul {
    padding-top: 20px;
}
.rubric-popup ul li.backward_step {
    position: absolute;
    top: 0;
    background-color: transparent;
}
.rubric-popup ul li.backward_step span:after {
    display: none;
}
.rubric-popup .btn_close:after, .btn_close:before {
    width: 24px;
}
.btn_close.return_to_adding {
    right: 0;
    top: 3px;
    color: transparent;
}
.btn_close.return_to_adding:after, .btn_close.return_to_adding:before {
    width: 16px;
}
.rubric-popup .btn_close {
    width: 30px;
    height: 25px;
    top: 17px;
}
.previewed_announcement {
    position: absolute;
    max-width: 1300px;
    width: 100%;
    background-color: #f2f4f5;
    height: auto;
    left: 50%;
    top: 10px;
    padding-top: 20px;
    z-index: 11111;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.single_tag {
    display: flex;
    background-color: lightgrey;
    padding: 4px 4px 4px 15px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.single_tag a {
    position: relative;
    display: block;
    margin-left: 5px;
    width: 20px;
    background: #fff;
    border-radius: 50%;
}
.single_tag A::after,
.single_tag A::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: grey;
    left: auto;
    right: 5px;
    top: 9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.single_tag A::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.textarea {
    border: 1px solid #ccc;
    padding: 10px 20px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.textarea.focus {
    border-color: #045dff;
}
.btn_remove {
    position: absolute;
    right: 2px;
    top: 4px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.textarea .btn_remove::after,
.textarea .btn_remove::before {
    content: '';
    display: block;
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 3px;
    top: 8px;
    left: 2px;
    background-color: grey;
    left: auto;
    
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.textarea .btn_remove::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.hidden_borders {
    border: none;
    outline: none;
}
.publication_tags.hidden_borders {
    width: 100%;
    max-width: 100%;
}
.btn-search {
    color: #fffff8;
    text-decoration: none;
    font-size: 26px;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.btn-search::before {
    content: '\e903';
    display: block;
    margin: 0 0 0 15px;
    font-family: 'icomoon';
    font-size: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.site-header {
    margin-bottom: 40px;
    position: relative;
    padding: 0;
    z-index: 111;
}
.site-header__container {
    z-index: 111;
    background: #111;
    padding: 14px 10px;
}
.header_search_block {
    display: block;
    position: absolute;
    transform: translate(-50%, -300px);
    opacity: 0;
    visibility: hidden;
    left: 50%;
    transition: all .3s linear;
    display: block;
    width: 101%;
    margin: 0;
    text-align: center;
    background-color: #111;
    padding: 30px 50px;
    overflow: hidden;
    z-index: -1;
    transition: all .3s linear, .3s linear ;
    -webkit-transform: translate(-50%, -300px);
    -moz-transform: translate(-50%, -300px);
    -ms-transform: translate(-50%, -300px);
    -o-transform: translate(-50%, -300px);
    -webkit-transition: all .3s linear, .3s linear ;
    -moz-transition: all .3s linear, .3s linear ;
    -ms-transition: all .3s linear, .3s linear ;
    -o-transition: all .3s linear, .3s linear ;
}
.header_search_block.active {
    /* z-index: 1; */
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    transition: all .3s linear;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
.header_search_block .search-form {
    border-radius: 5px;
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
}
.header_search_block .search-form input {
    padding: 0 20px;
   
}
.header_search_block .search-form input[type="text"], .header_search_block .search-form input[type="search"],
.header_search_block .search-form__field {
    height: 48px;
}
.wrapper_drop_ul {
    position: absolute;
    top: 48px;
    z-index: 1111;
}
li.backward  {
    background-color: #e2e2e2;
}
.backward a {
    color: #111;
}
.mobile_view .dropdown__list li {
    border-bottom: 1px solid #ddd;
    /* position: relative; */
}
/* .mobile_view .dropdown__list li.view-child a:after {
    content: '\e901';
    display: block;
    font-family: 'icomoon';
    margin: 0 0 0 16px;
    position: absolute;
    right: 10px;
    top: 10px;
} */
.filters .filter_item {
    margin: 0 15px 15px 0;
}
.filters .filter_item.currency {
    margin-top: 25px;
}
.filters .filter_item.search_options {
    margin: 15px 0;
}
.preview_publication {
    text-decoration: none;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 4px;
    vertical-align: top;
    padding: 10px 22px;
    font-size: 16px;
    border: 2px solid #111;
    font-weight: 500;
    background-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.preview_publication:hover {
    background-color: #111;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.save_publication {
    width: 204px;
    text-align: center;
    margin-top: 5px;
}



div.filters {
    position: fixed;
    overflow-y: auto;
    background: #f2f4f5;
    z-index: 9;
    height: 100vh;
    top: 0px;
    width: 100%;
    left: 0;
    padding: 20px 30px;
    z-index: 110;
    align-content: flex-start;
}

.dropdown.mobile_view ul.dropdown__list {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 100vh;
    height: 100vh;
    width: 100%;
    overflow-y: auto!important;
}

.dropdown.mobile_view ul.dropdown__list li.view-child ul {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    list-style: none;
    padding-inline-start: 0;
    max-height: 100VH;
    width: 100%;
    overflow-y: auto;
}
body.overflow_hidden{
    overflow: hidden;
}
.dropdown__current::after {
    right: 15px;
}
.filters .dropdown__current {
    position: relative;
}
.backward {
    color: #111;
    font-weight: 600;
}
.tags_block ..accordeon__inner {
    border-top: none;
}
.generate_tags {
    display: block;
    width: 100%;
   color: #111;
   text-decoration: none; 
}
.generate_tags:hover {
    text-decoration: underline;
}
.backward_div {
background: #e2e2e2;
height: 53px;
width: calc( 100% + 60px );
margin: -20px -30px 0;
display: flex;
align-items: center;
padding-left: 16px;
}

.preload_icon{
width: 100px;
height: 100px;
margin: 20px;
display:inline-block;
}
#burger {
    width: 40px;
    height: 40px;
    position: relative;
    padding: 5px 7px;
    margin-right: 10px;
}
#burger span {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 2px;
    margin: 6px 0;
}
.top_menu_btn_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    margin-left: -700px;
    z-index: 100000;
}
.top_menu_btn_close {
    background-color: rgba(0,0,0,.8);
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}
.top_menu_btn_close:after,
.top_menu_btn_close:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 2px;
    top: 30px;
    right: 4%;
    background-color: #fff;
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.top_menu_btn_close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.top_menu_btn {
    position: fixed;
    min-width: 270px;
    max-width: 350px;
    width: 80%;
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
}
.top_menu_btn ul {
    padding: 12px;
    margin: 0;
}
.top_menu_btn ul li {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.top_menu_btn ul li a {
    display: flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    width: 100%;
    padding: 10px 10px;
    text-decoration: none;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    /* border-bottom: 1px solid #ccc; */
}
/* .top_menu_btn ul li a:hover {
    background-color: #ccc;
} */

.top_menu_btn li b {
    display: block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    position: relative;
}
.top_menu_btn li b::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #282828;
    border-left: 2px solid #282828;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%) rotate(-45deg);
}

.top_menu_btn > ul > li ul {
    padding: 5px 10px;
    width: 100%;
}

.top_menu_btn > ul > li > ul a {
    font-size: 13px;
    padding: 5px 10px;;
}

.top_menu_btn > ul > li > ul li b::before {
    width: 5px;
    height: 5px;
    top: 4px;
}

.top_menu_open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}
.posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}
.lang_btn {
    width: 35px;
    height: 35px;
    text-align: center;
    background: gray;
    margin: 0 5px;
    color: white;
    cursor: pointer;
    padding: 7px;
}
.lang_btn.active{
    background: #c12828;
}
.lang_btn_tab {
    grid-template-columns: repeat(6, 1fr);
    display: inline-grid;
    margin: 0;
}
.fixed_tab {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    left: 0;
    background: #f2f4f5;
    text-align: center;
}
.wait_message{font-size: 18px; position: fixed; display: flex; flex-direction: column; background-color: #fff; align-items: center; left: 50%;top:50%;transform: translate(-50%,-50%);padding: 10px;white-space: nowrap; box-shadow: 0px 0px 17px 7px rgba(34, 60, 80, 0.2); z-index: 3;}
.wait_message svg {margin-left: 20px;}
.youtube_icon{position: relative;}
.youtube_icon:after{position: absolute;content: url(../images/youtube.png);left: 50%;
top: 50%;transform: translate(-50%, -50%);width: 60px;height: 60px;}
.gallery_item{display: inline-block;} 
.gallery-nav{
    overflow: hidden;
    position: relative;
}
.gallery-nav img.slick-slide{
    display: inline-block;
    width: 150px;
    height: 75px;
    padding: 0 10px;
    object-fit: contain;
}

.gallery-nav .slick-arrow {
    font-size: 0;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #282828;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.gallery-nav .slick-prev {
    left: 10px;
}

.gallery-nav .slick-next {
    right: 10px;
    transform: translateY(-50%) rotate(-180deg);
}

.gallery-nav .slick-arrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-left: 2px solid #282828;
    border-bottom: 2px solid #282828;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s;
}

.gallery-nav .slick-arrow:hover::before {
    left: calc(50% - 6px);
}

.main_slider_container {
    max-width: 1260px;
    margin: 0 auto;
    overflow: hidden;
}

.main_slider_container .main_slider_item {
    width: 100%;
}

.main_slider_container .main_slider {
    width: 100%;
    position: relative;
}

.main_slider .slick-track {
    display: flex;
}

.main_slider .slick-arrow {
    font-size: 0;
    width: 30px;
    height:90px;
    position: absolute;
    top: 50%;
    z-index: 10;
}

.main_slider .slick-prev {
    left: 15px;
    transform: translateY(-50%);
}


.main_slider .slick-next {
    right: 15px;
    transform: translateY(-50%) rotate(180deg);
}

.main_slider .slick-arrow::before,
.main_slider .slick-arrow::after {
    content: "";
    width: 35px;
    height: 2px;
    background-color: gray;
    position: absolute;
    transform-origin: left;
    top: 50%;
    left: 0;
    transition: 0.3s;
}

.main_slider .slick-arrow::before {
    transform: translateY(-50%) rotate(45deg)
}


.main_slider .slick-arrow::after {
    transform: translateY(-50%) rotate(-45deg)
}


.main_slider .slick-arrow:hover::before {
    transform: translateY(-50%) rotate(60deg)
}


.main_slider .slick-arrow:hover::after {
    transform: translateY(-50%) rotate(-60deg)
}

.archive_link {
    color: inherit;
    transition: 0.3s;
}

.archive_link:hover {
    opacity: 0.7;
}

/*# sourceMappingURL=base.min.css.map */

