@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body *, body ::after, body ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    font: 400 16px/1.3 Poppins, sans-serif;
    color: #343d51;
    height: 100%
}

body {
    overflow-x: hidden;
    background: #fff no-repeat left top
}

.page-main {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    width: 100%
}

.disabled-scroll {
    overflow: hidden
}

.page-main__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

img {
    max-width: 100%;
    height: auto
}

.wrap {
    max-width: 1730px;
    padding: 0 25px;
    margin: auto
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.content-text p {
    margin-bottom: 30px
}

.content-text p:last-child {
    margin-bottom: 0
}

.content-text {
    color: #343d51;
    font-size: 18px;
    line-height: 1.67;
    font-weight: 400
}
.content-text--custom {
    font-weight: 400;
    font-size: 16px;
}
.content-text ol, .content-text ul {
    padding: 0;
    color: #7a87a4;
    margin-left: 60px !Important;
}
.content-text li {
    margin-bottom: 5px;
    list-style-type: none
}

.content-text li:last-child {
    margin-bottom: 0
}

.content-text ol {
    counter-reset: counter
}

.content-text ol li:before {
    counter-increment: counter;
    content: counter(counter) ".";
    font-size: 18px;
    width: 25px;
    text-align: center;
    margin-left: -33px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 23px;
    border-radius: 20px;
    margin-top: -3px;
    color: #e6282e;
    font-weight: 700
}

.content-text ol li {
    padding-left: 33px;
    margin: 0 0 8px
}

.content-text ol li ol, .content-text ol li ul, .content-text ul li ol, .content-text ul li ul {
    margin: 8px 0
}

.content-text ul li {
    padding-left: 28px;
    margin: 0 0 8px
}

.content-text ul li:before {
    content: "";
    display: inline-block;
    color: #fff;
    font-weight: 600;
    width: 18px;
    height: 18px;
    text-align: center;
    margin-left: -28px;
    margin-right: 8px;
    vertical-align: top;
    margin-top: 5px;
    counter-increment: none;
    background: url(../img/ul.svg) no-repeat center center
}

.content-text:after {
    content: "";
    display: block;
    clear: both
}

.content-text--custom ul {
    padding-left: 49px
}

.content-text ol, .content-text--custom ul {
    padding: 0;
    list-style-type: none
}

.content-text li {
    margin-bottom: 5px
}

.content-text li:last-child {
    margin-bottom: 0
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 30px
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.content-text blockquote p:last-child {
    margin-bottom: 0
}

.content-text .adaptivevideowrapper, .content-text .contents-wraps, .content-text .tableContainer, .content-text blockquote, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text ol, .content-text p, .content-text ul, .contents-wraps, .gallery-single {
    margin: 0 0 30px
}

.content-text blockquote p {
    margin: 0 0 15px
}

.content-text .wp-caption {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: auto auto 30px
}

.wp-caption img {
    display: block
}

.content-text .wp-caption-text {
    padding: 0;
    margin: 0
}

.wp-caption.aligncenter {
    text-align: center
}

.wp-caption.aligncenter img {
    margin: auto
}

.content-text table {
    border-collapse: collapse;
    width: 100%
}

.adaptivevideowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    display: block !important
}

.adaptivevideowrapper embed, .adaptivevideowrapper iframe, .adaptivevideowrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.content-text table {
    width: 100%;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(9, 9, 9, .8)
}

.content-text table td {
    padding: 15px 24px
}

.content-text table tr:nth-child(even) td {
    background-color: rgba(157, 157, 156, .06)
}

.content-text a {
    color: #e6282e;
    text-decoration: underline
}

.content-text a:hover {
    color: #343d51;
    text-decoration: none
}

blockquote {
    padding: 15px 0;
    padding-left: 30px;
    margin: 0 0 30px;
    border-left: 7px solid #343d51;
    position: relative
}

.tableContainer {
    overflow: hidden;
    overflow-x: auto
}

.tableContainer table {
    width: 100%
}

.content-text h2 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700
}

.content-text h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700
}

.content-text h4 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700
}

.content-text h5 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700
}

.menu-mobile {
    display: none
}

.btn-filter-mob {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #c1c1c1;
    cursor: pointer;
    display: none;
    z-index: 100
}

.btn-filter-mob svg {
    width: 100%;
    height: 100%
}

.mobile-filter {
    z-index: 120
}

.mobile-filter__close {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 0;
    display: none
}
.bbq-gray {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
}

.bbq-gray__item {
    background: #F5F5F5;
    padding: 30px;
    margin-bottom: 30px;
    width: calc(50% - 15px);
}

.bbq-gray__text {
    margin-top: 30px;
    padding-left: 30px;
    border-left: 1px solid #E6282E;
    font-size: 16px;
    line-height: 24px;
    color: #7A87A4;
}

.bbq-gray__title {
    font-style: italic;
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    color: #7A87A4;
}

.why-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.why-list__item {
    width: 33.3333%;
    text-align: center;
}

.why-list__text {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #343D51;
}

.why-list__img img {
    display: block;
    margin: auto;
}

.why-list__img {
    margin-bottom: 30px;
}


.bq-i {
    padding: 18px;
    padding-left: 60px;
    background: rgba(230, 177, 40, 0.15);
    border: 1px solid #E6B128;
    border-radius: 5px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #343D51;
}

.bq-i:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 30C23.2847 30 30 23.2843 30 15C30 6.71567 23.2847 0 15 0C6.71533 0 0 6.71567 0 15C0 23.2843 6.71533 30 15 30ZM15.8333 5.25C17.2143 5.25 18.3333 6.36933 18.3333 7.75C18.3333 9.13067 17.2143 10.25 15.8333 10.25C14.4523 10.25 13.3333 9.13067 13.3333 7.75C13.3333 6.36933 14.4523 5.25 15.8333 5.25ZM15 11.4167C17.5 11.4167 18.1063 12.8917 17.8263 14.7113L16.6667 22.25C16.6667 22.25 17.5 22.25 19.1667 21.4167C19.1667 21.4167 18.3333 24.75 15 24.75C12.5 24.75 11.8937 23.275 12.1737 21.4553L13.3333 13.9167C13.3333 13.9167 12.5 13.9167 10.8333 14.75C10.8333 14.75 11.6667 11.4167 15 11.4167Z" fill="%23E6B128"/></svg>') no-repeat center center;
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.disabled-scroll {
    overflow: hidden
}

.header-site {
    padding: 20px 0
}

.header-site__logo img {
    display: block
}

.header-site__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-menu-top {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-site__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    margin-left: auto
}

.btn-burger, .btn-search {
    padding: 0;
    background: 0;
    border: 0;
    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;
    cursor: pointer
}

.btn-burger {
    display: none
}

.btn-search {
    position: relative;
    width: 50px;
    height: 50px
}

.btn-search:after, .btn-search:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.btn-search:after {
    background: url(../img/search-btn.svg) no-repeat center center
}

.btn-search:before {
    background: url(../img/close.svg) no-repeat center center;
    opacity: 0
}

.btn-search.active:before {
    opacity: 1
}

.btn-search.active:after {
    opacity: 0
}

.header-site__nav {
    margin-bottom: -20px;
    margin-top: 20px;
    background: #7a87a4
}

.header-site__logo {
    margin-top: -20px
}

.top-menu {
    margin: 0 auto;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px
}

.top-menu ul, .top-menu-top ul {
    display: none
}

.top-menu a ,.top-menu span{
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    display: block
}

.top-menu .current-menu-item > a, .top-menu a:hover {
    background: #e6282e
}

.top-menu>li:hover ul.sub-menu {
    display: block;
}

.top-menu>li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 46px;
    background: #7a87a4;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    width: 275px;
}

.top-menu>li {
    position: relative;
    z-index: 99;
}

.top-menu-top a {
    display: block;
    text-decoration: none;
    padding: 10px 20px
}

.header-site__center a {
    color: #343d51;
    text-decoration: none
}

.header-site__email a {
    padding: 10px 20px;
    display: block;
    padding-left: 30px;
    background: url(../img/mail.svg) no-repeat left center
}

.top-menu-top .current-menu-item > a, .top-menu-top a:hover {
    color: #e6282e
}

.header-site__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.search-style {
    position: relative
}

.search-style__item {
    font-size: 14px;
    display: block;
    width: 225px;
    padding: 11px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    line-height: 16px;
    padding-right: 45px
}

.search-style .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px
}

.search-style .btn-search:before {
    background-size: 14px
}

.search-style--hidden {
    display: none
}

.footer-site {
    background: #343d51;
    color: #fff;
    padding-top: 69px;
    padding-bottom: 50px
}

.footer-site a {
    color: #fff
}

.footer-site__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px
}

.footer-site__logo-item img {
    display: block
}

.footer-site__logo-item {
    margin-bottom: 40px
}

.footer-site__email {
    padding: 10px 20px;
    display: block;
    padding-left: 45px;
    background: url(../img/mail.svg) no-repeat left center;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px
}

.footer-site__logo {
    width: 25%
}

.footer-site__logo, .footer-site__menu, .footer-site__text {
    width: calc(25% - 30px)
}

.footer-site__title {
    color: #7a87a4;
    padding-bottom: 30px;
    border-bottom: 1px solid;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px
}

.footer-site__desc {
    font-size: 16px
}

.footer-menu {
    padding-left: 20px;
    margin: 0;
    color: #e6282e;
    font-size: 16px;
    margin-top: -7px
}

.footer-menu ul {
    display: block
}

.footer-menu a {
    display: block;
    padding: 7px 0
}

.footer-menu .current-menu-item > a, .footer-menu a:hover {
    text-decoration: none
}

.page-main__content {
    padding-top: 60px;
    padding-bottom: 120px;
    word-break: break-word
}
.page-main__content--p {
    padding-top: 30px;
    padding-bottom: 30px;
}
.item-rating__value {
    font-size: 64px;
    position: absolute;
    top: 0;
    bottom: 0;
    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;
    width: 225px;
    background: #fff;
    margin: 10px;
    border-radius: 50%
}

.item-rating {
    font-size: 245px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #d9d9d9;
    position: relative
}

.item-rating__slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(auto, auto, auto, auto)
}

.item-rating__bar {
    position: absolute;
    border: 10px solid #e6282e;
    width: 1em;
    height: 1em;
    clip: rect(0, .5em, 1em, 0);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.item-rating__fill {
    position: absolute;
    border: 10px solid #e6282e;
    width: 1em;
    height: 1em;
    clip: rect(0, .5em, 1em, 0);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.item-rating__fill.alt {
    border-color: #d9d9d9;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.breadcrumbs {
    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;
    font-size: 16px;
    color: #e6282e;
    margin: -10px;
    margin-bottom: 20px
}

.breadcrumbs > span {
    margin: 10px
}

.breadcrumbs__sep {
    width: 20px;
    height: 1px;
    background: #d9d9d9
}

.breadcrumbs__current {
    text-decoration: underline
}

.breadcrumbs a {
    color: #343d51;
    text-decoration: underline
}

.breadcrumbs a:hover {
    text-decoration: none
}

.title-page {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px
}

.wrap-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wrap-aside__left {
    width: 73%
}

.wrap-aside__right {
    width: 24%
}

.offer-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 50px
}

.offer-heading__gallery {
    width: 400px;
    margin-right: 30px;
    margin-bottom: -92px
}

.offer-heading__image {
    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;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    height: 400px
}

.offer-heading__image img {
    border-radius: 5px;
    display: block;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-two-p {
    margin: 0 25px;
    margin-top: 20px;
    position: relative
}

.offer-heading__image-sub img {
    max-height: 66px;
    max-width: 66px;
    -o-object-fit: contain;
    object-fit: contain
}

.offer-heading__image-sub.first img {
    padding: 5px
}

.offer-heading__image-sub {
    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;
    border: 3px solid transparent;
    cursor: pointer
}

.offer-heading__image-sub.swiper-slide-thumb-active {
    border-color: #7a87a4
}

.swiper2-button-next, .swiper2-button-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: auto;
    background: url(../img/arrow-slide.svg) no-repeat center center;
    z-index: 10
}

.swiper2-button-prev {
    left: -40px
}

.swiper2-button-next {
    right: -40px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: auto
}

.btn-site {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    padding: 16px 30px;
    border-radius: 50px;
    background: #343d51;
    color: #fff;
    border: 0
}

.offer-heading__btn .btn-site {
    width: 100%
}

.offer-heading__btn {
    margin-top: 20px
}
.offer-heading {
    flex-wrap: wrap;
}
.offer-heading__rating {
    margin-right: 30px;
    width: calc(62% - 460px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.offer-heading__params {
    width: calc(76% - 467px);
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #D9D9D9;
}

.offer-heading__rating .btn-site.red {
    margin-top: 10px;
}

.offer-heading__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.offer-heading__tags span {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #E6282E;
    text-decoration: none;
    border: 1px solid #E6282E;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 3px;
}

.offer-heading__ex-desc {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #343D51;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D9D9D9;
}

.offer-heading__params-har {
    padding-top: 30px;
    margin-top: 25px;
    border-top: 1px solid #D9D9D9;
}

.offer-heading__params-har-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px 0;
}

.offer-heading__params-har-title {
    flex: 0 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7A87A4;
}

.offer-heading__params-har-value {
    text-align: right;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #343D51;
}

.btn-site:hover {
    opacity: .9
}

.item-phone {
    color: #343d51;
    padding: 10px 0;
    padding-left: 35px;
    background: url(../img/offers/icon-phone.svg) no-repeat left center;
    font-size: 18px
}

.item-phone a {
    color: #343d51
}

.item-site {
    color: #343d51;
    font-size: 18px
}

.item-site a {
    text-decoration: none;
    color: #343d51;
    padding: 10px 0;
    padding-left: 35px;
    background: url(../img/offers/icon-site.svg) no-repeat left center;
    display: block
}

.item-email {
    color: #343d51;
    font-size: 18px
}

.item-email a {
    text-decoration: none;
    display: block;
    color: #343d51;
    padding: 10px 0;
    padding-left: 35px;
    background: url(../img/offers/icon-mail.svg) no-repeat left center;
    line-height: 17px
}

.props__heading.desc .props__title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z" fill="%237A87A4"/><path d="M5.6001 5.77552C5.59999 5.43727 5.66653 5.10231 5.79593 4.78979C5.92532 4.47727 6.11503 4.1933 6.35421 3.95412C6.59339 3.71494 6.87735 3.52524 7.18988 3.39584C7.5024 3.26645 7.83736 3.19991 8.17561 3.20001H8.1854C8.52223 3.20001 8.85576 3.26636 9.16695 3.39525C9.47814 3.52415 9.76089 3.71308 9.99906 3.95125C10.2372 4.18943 10.4262 4.47218 10.5551 4.78337C10.684 5.09455 10.7503 5.42808 10.7503 5.76491C10.7502 6.28899 10.6076 6.80318 10.3377 7.25241C10.0678 7.70165 9.68075 8.06899 9.21806 8.31511C8.75515 8.56126 8.36792 8.92871 8.09786 9.37809C7.8278 9.82747 7.68508 10.3419 7.685 10.8661" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.7002 14.7C8.25248 14.7 8.7002 14.2523 8.7002 13.7C8.7002 13.1477 8.25248 12.7 7.7002 12.7C7.14791 12.7 6.7002 13.1477 6.7002 13.7C6.7002 14.2523 7.14791 14.7 7.7002 14.7Z" fill="white"/></svg>');
    margin-right: 10px
}

.props__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #7a87a4
}

.props__desc {
    display: none;
    position: absolute;
    left: -8px;
    right: -8px;
    top: auto;
    padding: 20px;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    background: #343d51;
    z-index: 10;
    border-radius: 8px
}

.props__heading.desc {
    position: relative;
    cursor: pointer
}

.props__heading.desc:hover .props__desc {
    display: block
}

.props__heading.desc:hover .props__title:before {
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z" fill="%23343D51"/><path d="M5.6001 5.77552C5.59999 5.43727 5.66653 5.10231 5.79593 4.78979C5.92532 4.47727 6.11503 4.1933 6.35421 3.95412C6.59339 3.71494 6.87735 3.52524 7.18988 3.39584C7.5024 3.26645 7.83736 3.19991 8.17561 3.20001H8.1854C8.52223 3.20001 8.85576 3.26636 9.16695 3.39525C9.47814 3.52415 9.76089 3.71308 9.99906 3.95125C10.2372 4.18943 10.4262 4.47218 10.5551 4.78337C10.684 5.09455 10.7503 5.42808 10.7503 5.76491C10.7502 6.28899 10.6076 6.80318 10.3377 7.25241C10.0678 7.70165 9.68075 8.06899 9.21806 8.31511C8.75515 8.56126 8.36792 8.92871 8.09786 9.37809C7.8278 9.82747 7.68508 10.3419 7.685 10.8661" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.7002 14.7C8.25248 14.7 8.7002 14.2523 8.7002 13.7C8.7002 13.1477 8.25248 12.7 7.7002 12.7C7.14791 12.7 6.7002 13.1477 6.7002 13.7C6.7002 14.2523 7.14791 14.7 7.7002 14.7Z" fill="white"/></svg>')
}

.props__desc:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #343d51;
    position: absolute;
    left: 6px;
    top: -5px
}

.props__value {
    font-size: 18px
}

.props__item {
    margin-bottom: 20px
}

.props__item:last-child {
    margin-bottom: 0
}

.widget-item {
    padding: 30px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-bottom: 30px
}

.widget-item__title {
    font-size: 24px;
    font-weight: 700;
    border-bottom: #d9d9d9 1px solid;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.widget-item .menu {
    padding-left: 20px;
    margin: 0;
    color: #e6282e;
    font-size: 18px;
    margin: 0;
    margin-top: -8px;
    margin-bottom: -8px
}

.widget-item .menu a {
    display: block;
    color: #343d51;
    padding: 8px 0
}

.widget-item .menu ul {
    margin: 10px 0;
    padding-left: 30px
}

.widget-item .menu a:hover {
    text-decoration: none
}

.section-page__page {
    margin-top: 60px
}
.offer-heading.no + .section-page__page {
    margin-top: 0;
}
.section-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px
}

.section-comments {
    border-top: 1px solid #d9d9d9;
    padding-top: 60px;
    margin-top: 60px
}

.item-star__active, .item-star__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 130px
}

.item-star span {
    width: 20px;
    height: 20px;
    margin: 3px
}

.item-star__line span {
    background: url(../img/star.svg) no-repeat center center
}

.item-star {
    position: relative
}

.item-star__active span {
    background: url(../img/star-active.svg) no-repeat center center
}

.item-star__line-active {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100px;
    overflow: hidden
}

ul.list-comments, ul.list-comments ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.items-comments__item {
    padding: 30px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-bottom: 30px
}

.items-comments__thumb img {
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.items-comments__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.items-comments__thumb {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 5px
}

.items-comments__name {
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px;
    line-height: 21px
}

.items-comments__head {
    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-bottom: 20px
}

.items-comments__meta {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

.items-comments__text {
    color: #7a87a4;
    font-size: 18px
}

.items-comments__text p {
    margin: 0;
    margin-bottom: 10px
}

.items-comments__time {
    font-size: 14px;
    color: #a8a8a8;
    line-height: 16px
}

.items-comments__fake {
    width: 155px;
    height: 20px;
    margin-right: 20px;
    background: url(../img/offers/spam-reviews.svg) no-repeat center center;
    background-size: contain
}

.items-comments__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.like-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 4px;
    font-size: 12px;
    cursor: pointer;
    background: 0;
    border: 0
}

.comment-reply-link {
    display: inline-block;
    font-size: 18px;
    text-decoration: underline;
    color: #343d51;
    cursor: pointer
}

span.items-comments__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.like-btn svg {
    margin-right: 5px
}

.like-btn--like path {
    fill: #e6282e
}

.comment-reply-link:hover {
    text-decoration: none
}

.like-btn.disable, .like-btn:hover {
    opacity: .7
}

ul.list-comments ul > li {
    padding-left: 60px;
    padding-top: 20px;
    margin-top: -20px;
    background: url(../img/reply.svg) no-repeat 25px top
}

.input-check {
    position: relative
}

.input-check__label:before {
    width: 25px;
    height: 25px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.input-check__input {
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 12;
    opacity: 0
}

.input-check__label {
    font-size: 16px;
    padding: 5px 0;
    display: block;
    padding-left: 32px;
    line-height: 17px
}

.input-check__label:after {
    content: "";
    background: url(../img/checked.svg) no-repeat center center;
    border: 1px solid #e6282e;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    opacity: 0
}

.input-check__input:checked + .input-check__label:after {
    opacity: 1
}

.input-check__input:checked + .input-check__label:before {
    opacity: 0
}

.filter-comments__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.filter-comments__result {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter-comments__result-l {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 10px;
    border-radius: 10px;
    background: #f5f5f5;
    position: relative
}

.filter-comments__check {
    margin-right: 40px;
    width: 140px
}

.filter-comments__result-text {
    width: 50px;
    text-align: right;
    font-size: 16px;
    color: #7a87a4
}

.filter-comments__result-a {
    border-radius: 10px;
    background: #e6282e;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.filter-comments__line:nth-child(3) .filter-comments__result-a, .filter-comments__line:nth-child(4) .filter-comments__result-a, .filter-comments__line:nth-child(5) .filter-comments__result-a {
    background: #7a87a4
}

.filter-comments {
    margin-bottom: 55px
}

.filter-comments__buttons {
    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;
    margin: -7px
}

.filter-comments__reset-all {
    margin-left: auto !important;
    display: none
}

.filter-comments__buttons button {
    margin: 7px;
    background: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

a.filter-reset, button.filter-reset {
    border: 1px solid #d9d9d9;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    margin: 7px;
    background: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

a.filter-reset:hover, button.filter-reset:hover {
    opacity: .7
}

.filter-reset:after {
    content: "";
    width: 17px;
    height: 17px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M1 16L16 1M16 16L1 1" stroke="%23E6282E" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    margin-left: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-site.red {
    background: #e6282e
}

.filter-comments__buttons .filter-comments__reset {
    display: none
}

.filter-comments__buttons .filter-comments__reset-all {
    display: none
}

.comment-add {
    padding: 30px;
    border: 1px solid #d9d9d9;
    border-radius: 5px
}

.comment-add label {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #7a87a4;
    margin-bottom: 8px
}

.style-input {
    height: 60px;
    padding: 20px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 5px
}

.comment-add__item {
    margin-bottom: 30px
}

.comment-add__item:last-child {
    margin-bottom: 0
}

.item-select {
    position: relative
}

.item-select .item-star {
    max-width: 120px;
    margin-right: 10px
}

.item-select .item-star span {
    margin: 2px
}

.item-select__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.item-select__text {
    font-size: 18px;
    line-height: 21px;
    color: #343d51
}

.item-select__current {
    height: 60px;
    padding: 17px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    cursor: pointer;
    padding-right: 50px;
    position: relative
}

.item-select__current:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background: url(../img/select.svg) no-repeat center center
}

.item-select__body {
    position: absolute;
    background: #fff;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 60px;
    display: none;
    z-index: 3
}

.item-select__option {
    padding: 10px 16px;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer
}

.item-select.error .item-select__current {
    border-color: #e6282e;
    -webkit-box-shadow: 0 0 5px rgba(230, 40, 46, .33);
    box-shadow: 0 0 5px rgba(230, 40, 46, .33)
}

.item-select__option:last-child {
    border-bottom: 0
}

.item-select__option:hover {
    background: #f7f7f7
}

.item-select input {
    display: none
}

.comment-add__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.comment-add__left {
    width: 49%
}

.comment-add__right {
    width: 49%
}

textarea.style-input {
    height: 296px
}

.comment-add__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px
}

.comment-add__btn .btn-site {
    width: 100%
}

.comment-add__btn {
    width: 100%;
    max-width: 225px
}

a#cancel-comment-reply-link {
    color: #e6282e;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px
}

.item-select.active .item-select__body {
    display: block
}

.style-input.error {
    border-color: #e6282e;
    -webkit-box-shadow: 0 0 5px rgba(230, 40, 46, .33);
    box-shadow: 0 0 5px rgba(230, 40, 46, .33)
}

p.result-msg {
    color: #e6282e;
    position: absolute;
    font-size: 14px;
    margin: 0;
    margin-top: 4px
}

.loading {
    position: relative
}

.loading:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: url(../img/loading.svg) no-repeat center center
}

ul.list-comments .comment-add {
    margin-bottom: 30px
}

.result-ok {
    font-size: 18px;
    text-align: center;
    background: #7a87a4;
    color: #fff;
    padding: 34px;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 30px
}

ul.list-comments .comment-add__item.rating {
    display: none
}

ul.list-comments textarea {
    height: 180px
}

ul.list-comments .comment-add__btns {
    margin-top: 20px
}

.item-review__rating .item-star {
    max-width: 130px
}

.item-review__heading {
    overflow: hidden
}

.item-review__img {
    overflow: hidden;
    width: 70px;
    border-radius: 5px;
    height: 70px;
    border: 1px solid #d9d9d9;
    padding: 10px;
    float: left;
    margin-right: 15px
}

.item-review__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 5px
}

.item-review__rating {
    overflow: hidden;
    margin-top: 3px
}

.item-review__name {
    padding-top: 11px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px;
    line-height: 21px
}

.item-review__text {
    padding: 14px 0;
    font-size: 14px;
    line-height: 1.4;
    color: #7a87a4
}

.item-review__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.item-review__company {
    font-size: 14px;
    font-weight: 700
}

.item-review__cat {
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.item-review:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9
}

.item-review .btn-site {
    padding: 8px 5px;
    font-size: 14px;
    border-radius: 5px;
    width: 100%
}

.item-sortby__text, .sort-filter__text {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #7a87a4
}

.sort-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
    margin-bottom: 30px
}

.sort-filter__item {
    margin: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px
}

.sort-filter__text {
    margin-right: 15px
}

.sort-filter__item .item-select__current {
    height: 46px;
    padding: 13px;
    padding-right: 45px
}

.sort-filter__item .item-select__body {
    top: 45px
}

.sort-filter__item .item-select {
    width: 275px
}

.item-sortby__radio > input[type=radio] {
    display: none
}

.item-sortby__input {
    width: 30px;
    height: 15px;
    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
}

.item-sortby__input input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10
}

.item-sortby__asc span {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #7a87a4;
    display: inline-block
}

.item-sortby__desc span {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #7a87a4;
    display: block
}

.item-sortby {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d9d9d9;
    padding: 7px 12px;
    border-radius: 5px;
    position: relative
}

.item-sortby__text {
    margin-bottom: 0;
    margin-right: 11px;
    color: #343d51
}

.item-sortby__asc input:checked + span, .item-sortby__asc:hover span {
    border-bottom: 8px solid #343d51
}

.item-sortby__desc input:checked + span, .item-sortby__desc:hover span {
    border-top: 8px solid #343d51
}

.item-sortby__asc input {
    height: 50%
}

.item-sortby__desc input {
    height: 50%;
    top: auto
}

.item-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    border: #d9d9d9 1px solid;
    border-radius: 5px;
    margin-bottom: 20px
}

.item-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.item-offer__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 78px;
    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;
    margin-right: 30px
}

.item-offer__short {
    padding-right: 30px;
    width: 240px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    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: center;
    -ms-flex-pack: center;
    justify-content: center
}

.item-offer__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.item-rate__stars {
    max-width: 130px;
    margin-right: 10px
}

.item-rate__text {
    color: #343d51;
    font-size: 16px;
    line-height: 17px;
    text-decoration: underline
}

.item-offer__title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 15px
}

.item-offer__short > :last-child {
    margin-bottom: 0
}

.item-offer__btns {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 240px;
    margin-left: auto
}

.item-offer__btns .btn-site.red {
    margin-top: 15px
}

.item-offer__text {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.4;
    color: #7a87a4;
    padding: 10px 30px;
    border-left: 1px solid #d9d9d9
}

.item-offer__params {
    padding: 10px 30px;
    border-left: 1px solid #d9d9d9;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 340px
}

.item-offer__params-i {
    font-size: 16px
}

.item-cat {
    color: #e6282e;
    font-size: 16px
}

.item-cat a {
    color: #e6282e
}

.item-cat a:hover {
    text-decoration: none
}

.item-reviews {
    padding-left: 35px;
    color: #7a87a4;
    font-size: 16px;
    background: url(../img/offers/icon-reviews.svg) no-repeat left center;
    margin-bottom: 15px;
    text-decoration: none;
}

.item-reviews span {
    text-decoration: underline;
    padding-left: 10px;
    color: #343d51
}

a.item-offer__title {
    color: #343d51;
    text-decoration: none;
}

a.item-offer__title:hover {
    color: #e6282e;
}

.item-rate__text {
    cursor: pointer;
    position: relative;
}

.item-rate__text:after {
    content: attr(data-name);
    position: absolute;
    left: -43px;
    top: -37px;
    width: 109px;
    font-size: 14px;
    background: #fff;
    padding: 5px;
    border: 1px solid #343d51;
    text-align: center;
    border-radius: 5px;
    display: none;
}

.item-rate__text:hover:after {
    display: block;
}

.nav-pages {
    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-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.page-numbers {
    font-size: 18px;
    line-height: 18px;
    padding: 18px 8px;
    border-radius: 5px;
    background: #343d51;
    color: #fff;
    text-decoration: none;
    min-width: 54px;
    text-align: center;
    margin: 5px
}

.nav-pages__current, a.page-numbers:hover {
    background: #e6282e
}

.props__checkbox {
    margin-top: 18px
}

.props__checkbox .input-check {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px
}

.list-reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px;
    margin-bottom: 30px
}

.list-reset .filter-reset {
    color: #343d51
}

.irs--round .irs-from, .irs--round .irs-single, .irs--round .irs-to {
    background-color: #343d51 !important
}

.irs--round .irs-from:before, .irs--round .irs-single:before, .irs--round .irs-to:before {
    border-top-color: #343d51 !important
}

.irs--round .irs-handle {
    border-color: #343d51 !important
}

.irs--round .irs-bar {
    background-color: #343d51 !important
}

.props__rang {
    padding-top: 15px;
    padding-bottom: 10px;
    max-width: 320px
}

.section-first {
    margin-top: -60px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #343d51;
    color: #fff
}

.section-first__text h1 {
    font-size: 55px;
    margin: 0
}

.section-first__text h1 span {
    color: #e6282e
}

.section-first__left {
    max-width: 814px;
    margin-right: 30px
}

.section-first__text {
    padding: 15px 0;
    padding-left: 67px;
    position: relative
}

.section-first__text:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: -20px;
    width: 7px;
    background: url('data:image/svg+xml,<svg width="7" height="180" viewBox="0 0 7 180" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10L7 0V170L0 180V10Z" fill="%23E6282E"/></svg>') no-repeat left center;
    background-size: 100%
}

.section-first__desc {
    margin-top: 30px;
    font-size: 18px
}

.search-first {
    position: relative;
    margin-top: 60px
}

.search-first__item {
    border: 0;
    background: #23272d;
    padding: 21px 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    padding-right: 70px;
    color: #fff
}

.btn-search.search-first__btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px
}

.btn-search.search-first__btn:after {
    background: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.63554 16.2711C12.8525 16.2711 16.2711 12.8525 16.2711 8.63554C16.2711 4.41855 12.8525 1 8.63554 1C4.41855 1 1 4.41855 1 8.63554C1 12.8525 4.41855 16.2711 8.63554 16.2711Z" stroke="white" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.0344 14.0344L21 21" stroke="white" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center
}

.section-first__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-first__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    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
}

.section-first__img img {
    display: block
}

.block-offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.offer-block {
    padding: 30px;
    border: #d9d9d9 1px solid;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.block-offers__item {
    width: calc(25% - 30px);
    margin: 15px
}

.offer-block__img {
    max-height: 210px;
    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-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.offer-block__img img {
    max-height: 100%;
    width: auto;
    height: 210px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 20px
}

.offer-block__title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 15px
}

.offer-block__short {
    margin: 15px 0;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.offer-block__text {
    font-size: 16px;
    line-height: 1.4;
    color: #7a87a4;
    margin-bottom: 15px
}

.offer-block__btns {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.offer-block__btns a {
    color: #343d51
}

.offer-block__btns a:hover {
    text-decoration: none
}

.search-none {
    padding-top: 60px;
    max-width: 570px
}

.search-none__form {
    margin-top: 30px
}

.list-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto
}

.list-categories__item {
    width: 25%;
    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;
    position: relative
}

.section-item {
    padding: 60px 0
}

.list-categories__img img {
    display: block;
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain
}

.list-categories__link {
    display: block;
    text-align: center;
    margin-top: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    color: #343D51;
    text-transform: uppercase;
}

.list-categories__link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.list-categories__link:hover {
    text-decoration: underline
}

.list-categories__sub-cats,.showHide {
    position: relative;
    z-index: 50;
    text-align: center;
    margin-top: 30px;
}

.showHide {
    display: inline-block;
    vertical-align: middle;
    background: 0;
    padding: 0;
    border: 0;
    color: #E6282E;
    text-decoration: underline;
    cursor: pointer;
}

.list-categories__link-s {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #343D51;
    text-decoration: underline;
}

.list-categories__link-s:hover {
    text-decoration: none;
}
@media screen and (max-width: 1250px) {
    .list-categories__item {
        width: 50%;
        padding: 30px 0;
    }
}
@media screen and (min-width: 580px) and (max-width: 1024px) {

    .list-categories__link {
        font-size: 22px;
    }
    .list-categories__img img {
        width: 80px;
        height: 80px
    }
}
@media screen and (max-width: 580px) {
    .list-categories__item {
        width: 100%;
        border-bottom: 1px solid #D9D9D9;
    }
    .wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
.showHide__show {
    display: none;
}

.showHide__Hide {
    display: block;
}

.showHide.active .showHide__show {
    display: block;
}

.showHide.active  .showHide__Hide {
    display: none;
}

.list-categories__sub-cats {
    display: none;
}

.list-categories__sub-cats.active {
    display: block;
}

.section-about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-about__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.section-about__desc {
    padding-left: 67px;
    position: relative;
    font-size: 24px;
    line-height: 1.6
}

.section-about__desc:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    /*background: url('data:image/svg+xml,<svg width="7" height="180" viewBox="0 0 7 180" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10L7 0V170L0 180V10Z" fill="%23E6282E"/></svg>') no-repeat left center;*/
    background: url('data:image/svg+xml,<svg width="7" height="328" viewBox="0 0 7 328" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10.75L7 0.75V317.25L0 327.25V10.75Z" fill="%237A87A4"/></svg>') no-repeat left center;
    background-size: contain
}
.section-about__btn {
    margin-top: 30px;
}


@media screen and (max-width: 580px) {
.section-about__btn {
    margin-top: 50px;
    margin-bottom: 40px;
}

.section-about__btn-site {
    width: 100%;
}
}
.section-about__btn-site {
    width: 173px;
    padding: 20px 0;
}
.title-large {
    font-size: 55px;
    margin: 0;
    margin-bottom: 80px;
    text-align: center;
    font-weight: 700
}

.list-offers.index .item-offer__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-item.section-cat {
    padding-top: 120px
}

.post-main {
    position: relative;
    height: 480px;
    border-radius: 25px;
    overflow: hidden
}

.index-articles__item {
    margin: 15px;
    width: calc(33.3333% - 30px)
}

.post-main__img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.post-main__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px
}

.post-main__img:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background: linear-gradient(180deg, #000 0, #000 100%);
    opacity: .9;
    border-radius: 25px
}

.post-main__desc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: #a8a8a8
}

.post-main__more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 180px
}

.post-main__title {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    display: block
}

.post-main__date {
    margin-top: 40px
}

.post-main__more:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.index-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.section-articles .index-articles__item:nth-child(1), .section-articles .index-articles__item:nth-child(2) {
    width: calc(50% - 30px)
}

.post-main__left {
    margin-right: 30px
}

.section-item:last-child {
    padding-bottom: 0
}

.all-btn {
    margin-top: 35px;
    text-align: center
}

.btn-border {
    font-size: 18px;
    line-height: 20px;
    color: #343d51;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid;
    padding: 19px 30px;
    border-radius: 50px
}

.all-btn .btn-border {
    width: 100%;
    max-width: 400px
}

.btn-border:hover {
    background: #343d51;
    color: #fff
}

.list-reviews__item {
    background: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 35px
}

.section-reviews {
    background: #f0f0f0
}

.section-reviews .title-large {
    margin-bottom: 35px
}

.list-reviews__text {
    font-size: 16px;
    padding-top: 85px;
    line-height: 1.6;
    background: url('data:image/svg+xml,<svg fill="%23343D51" width="800px" height="800px" viewBox="0 0 36 36" version="1.1" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M11.86,16.55a4.31,4.31,0,0,0-2.11.56,14.44,14.44,0,0,1,4.36-6,1.1,1.1,0,0,0-1.4-1.7c-4,3.25-5.78,7.75-5.78,10.54A5.08,5.08,0,0,0,10,24.58a4.4,4.4,0,0,0,1.88.44,4.24,4.24,0,1,0,0-8.47Z" class="clr-i-outline clr-i-outline-path-1"></path><path d="M23,16.55a4.29,4.29,0,0,0-2.11.56,14.5,14.5,0,0,1,4.35-6,1.1,1.1,0,1,0-1.39-1.7c-4,3.25-5.78,7.75-5.78,10.54a5.08,5.08,0,0,0,3,4.61A4.37,4.37,0,0,0,23,25a4.24,4.24,0,1,0,0-8.47Z" class="clr-i-outline clr-i-outline-path-2"></path><rect x="0" y="0" width="36" height="36" fill-opacity="0"/></svg>') no-repeat center top;
    background-size: 65px;
    margin-bottom: 30px
}

.list-reviews__img img {
    display: inline-block;
    border-radius: 100%;
    width: 60px;
    height: 60px
}

.list-reviews__img {
    max-width: 60px;
    max-height: 60px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 10px
}

.list-reviews__stars {
    max-width: 130px;
    margin: auto
}

.list-reviews__name {
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px
}

.list-reviews__d {
    font-size: 14px;
    margin-top: 5px
}

.list-reviews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.list-reviews__b {
    margin-top: auto
}

.slider-btn {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: 0;
    cursor: pointer;
    z-index: 20;
    border: 0
}

.section-item.section-reviews {
    padding-bottom: 100px
}

.slider-btn.swiper-reviews__right {
    left: auto;
    right: 0
}

.page-main__content.index {
    padding-bottom: 0
}

.item-post {
    padding: 20px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.item-post img {
    display: block;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px
}

.item-post__short {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    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
}

.item-post__title {
    font-size: 20px;
    text-decoration: none;
    color: #343d51;
    display: block;
    margin-bottom: 10px
}

.item-post .item-cat {
    margin-bottom: 10px
}

.item-post__img {
    max-width: 300px;
    margin: auto
}

.page-error {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 60px
}

.page-error .section-page__page {
    margin-top: 0;
    text-align: center
}

.page-error .title-page {
    margin-bottom: 20px
}

.page-error .section-page__page p {
    margin: 25px 0
}

form.wpcf7-form.init {
    max-width: 600px
}

form.wpcf7-form.init label {
    font-size: 18px;
    line-height: 20px;
    color: #7a87a4
}

form.wpcf7-form.init label .wpcf7-form-control-wrap {
    display: block;
    margin-top: 10px
}

form.wpcf7-form .wpcf7-submit {
    width: 220px
}

.flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-error img {
    max-height: 250px
}

.flex-content__desc {
    width: 50%;
    font-size: 20px
}

.widget-item--props-mobile {
    display: none
}

.flex-content__img {
    width: 46%
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important
}

.myFancyBox .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .3)
}

.myFancyBox .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px
}

.fancybox-slide--image .fancybox-content {
    background: #fff;
    padding: 20px
}

.list-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.list-articles__item {
    width: calc(33.3333% - 30px);
    margin: 15px
}

.list-articles__item .post-main__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px
}

.list-articles__item .post-main__date {
    margin-top: 20px;
    margin-bottom: 30px
}

.comment-add__flex--article textarea.style-input {
    height: 178px
}



@media screen and (max-width: 1600px) {
    .wrap {
        max-width: 1280px
    }

    .section-about__img {
        max-width: 40%
    }

    .section-item {
        padding: 20px 0
    }

    .page-main__content {
        padding-bottom: 35px;
        padding-top: 35px
    }

    .page-main__content.index {
        padding-bottom: 0
    }

    .section-about__desc {
        font-size: 18px;
        padding-left: 40px
    }

    .title-large {
        font-size: 32px;
        margin-bottom: 40px
    }

    .item-offer:last-child {
        margin-bottom: 0
    }

    .post-main__desc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 30px
    }

    .post-main__left {
        margin-right: 0
    }

    .post-main__date {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .section-item.section-reviews {
        padding: 30px 0;
        margin: 20px 0;
        margin-bottom: 0;
        padding-bottom: 60px
    }

    .section-first {
        margin-top: -35px
    }

    .section-item.section-cat {
        padding-top: 60px
    }

    .footer-site {
        padding: 30px 0
    }

    .wrap-aside__left .item-offer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .wrap-aside__left .item-offer__params {
        width: 40%
    }

    .wrap-aside__left .item-offer__short {
        width: calc(60% - 108px)
    }

    .wrap-aside__left .item-offer__img {
        width: 78px
    }

    .wrap-aside__left .item-offer__btns {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        margin-top: 15px;
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .wrap-aside__left .item-offer__btns .btn-site {
        margin: 5px !important;
        width: 50%;
        font-size: 16px;
        border-radius: 6px
    }

    .item-review__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item-review__cat {
        margin-top: 10px
    }

    .offer-heading__params {
        padding: 0;
        border: 0;
        margin-top: 30px;
        width: 100%
    }

    .offer-heading {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 30px
    }

    .offer-heading__gallery {
        width: 50%;
        margin-bottom: 0
    }

    .offer-heading__rating {
        width: calc(50% - 60px);
        margin: 0;
        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
    }

    .offer-heading__image {
        border: 0;
        height: auto
    }

    .offer-heading__image img {
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        padding: 10px
    }

    .section-page__page {
        margin-top: 10px
    }

    .section-comments {
        padding-top: 30px;
        margin-top: 30px
    }

    .filter-comments {
        margin-bottom: 30px
    }

    .page-error {
        padding-top: 15px
    }

    .page-error .title-page {
        margin-bottom: 0
    }
}
@media screen and (max-width: 1024px) {
    .why-list__item {
        width: 100%;
        margin-bottom: 60px;
    }

    .why-list {
        margin-bottom: -30px;
    }

    .bbq-gray__item {
        width: 100%;
    }

    .bbq-gray__title {
        font-size: 24px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 1230px) {
    .wrap {
        max-width: 1024px
    }

    .item-offer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .item-offer__params {
        width: 40%
    }

    .item-offer__short {
        width: calc(60% - 108px)
    }

    .item-offer__img {
        width: 78px
    }

    .item-offer__btns {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        margin-top: 15px;
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .item-offer__btns .btn-site {
        margin: 5px !important;
        width: 50%;
        font-size: 16px;
        border-radius: 6px
    }

    .item-offer__text {
        padding: 0;
        border: 0;
        text-align: center;
        width: 100%;
        margin-top: 20px
    }

    .footer-site__logo {
        width: 50%
    }

    .footer-site__text {
        width: 48%
    }

    .footer-site__menu {
        width: 48%;
        margin-top: 27px
    }

    .footer-site__wrap {
        gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer-site__title {
        font-size: 18px;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .footer-site__logo-item {
        margin-bottom: 20px
    }

    .section-first__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section-first__img {
        width: 40%
    }

    .section-first__left {
        width: 57%;
        margin-right: 0
    }

    .section-first__text {
        padding-left: 30px
    }

    .section-first__desc {
        margin-top: 20px
    }

    .section-first__text h1 {
        font-size: 38px
    }

    .search-first {
        margin-top: 30px
    }

    .header-site__right .btn-search {
        display: none
    }




    .props__title {
        font-size: 14px
    }

    .props__value {
        font-size: 14px;
        padding-left: 26px
    }

    .props__heading.desc .props__title:before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .widget-item {
        padding: 15px
    }

    .comment-add__btns {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .comment-add__file {
        margin-bottom: 20px
    }

    .item-review__img {
        width: 35px;
        height: 35px;
        padding: 5px
    }

    .item-review__name {
        margin-right: 0;
        padding-top: 5px;
        margin-bottom: 13px
    }

    .widget-item__title {
        font-size: 18px
    }

    .widget-item .menu {
        font-size: 16px
    }

    .flex-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .flex-content__desc {
        width: 100%
    }

    .flex-content__img {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .block-offers__item {
        width: calc(33.3333% - 30px)
    }
}

@media screen and (max-width: 1024px) {
    .widget-item--props-mobile {
        display: block;
        margin: 0;
        width: 100%;
        margin-top: 25px
    }
    .widget-item--props {
        display: none
    }
    .wrap {
        max-width: 768px
    }

    .block-offers__item {
        width: calc(50% - 30px)
    }

    .item-offer__short {
        width: calc(54% - 108px)
    }

    .item-offer__params {
        width: 46%;
        word-break: break-word
    }

    .top-menu-top {
        display: none
    }

    .header-site__logo {
        width: 140px;
        margin: 0
    }

    .header-site__flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-site__nav {
        display: none
    }

    .btn-burger {
        display: block
    }

    .section-first__left {
        width: 100%
    }

    .section-first__img {
        width: 100%;
        margin-top: 30px
    }

    .index-articles__item {
        width: calc(50% - 30px)
    }

    .index-articles__item:first-child {
        width: calc(100% - 30px) !important
    }

    .wrap-aside__left {
        width: 100%
    }

    aside.wrap-aside__right {
        width: 100%;
        margin-top: 30px
    }

    .comment-add__left {
        width: 100%
    }

    .comment-add__right {
        width: 100%;
        margin-top: 20px
    }

    .items-comments__item {
        padding: 20px
    }

    .offer-heading__gallery {
        width: 100%;
        max-width: 360px;
        margin: 0
    }

    .offer-heading__rating {
        width: calc(100% - 360px);
        padding-left: 30px;
        margin-bottom: auto;
    }

    .item-rating {
        font-size: 140px
    }

    .item-rating__value {
        width: 120px;
        font-size: 52px
    }

    textarea.style-input {
        height: 110px
    }

    header.header-site.page-main__header {
        border-bottom: 1px solid #c1c1c1
    }

    .list-articles__item {
        width: calc(50% - 30px)
    }

    .menu-mobile.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        visibility: visible
    }

    .menu-mobile {
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        min-width: 320px;
        visibility: hidden;
        display: block;
        opacity: 0;
        -webkit-transition: visibility .5s cubic-bezier(.86, 0, .07, 1), opacity .5s cubic-bezier(.86, 0, .07, 1);
        transition: visibility .5s cubic-bezier(.86, 0, .07, 1), opacity .5s cubic-bezier(.86, 0, .07, 1)
    }

    .menu-mobile__body {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
        -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
        transition: transform .5s cubic-bezier(.86, 0, .07, 1);
        transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
        -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, .1);
        box-shadow: 2px 0 4px rgba(0, 0, 0, .1);
        background-color: #fff;
        z-index: 30;
        padding: 20px 20px;
        overflow: auto
    }

    .menu-mobile.active .menu-mobile__body {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .menu-mobile__fix {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: auto
    }

    .menu-mobile__list--appendTo {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        overflow: auto;
        list-style: none;
        padding: 0;
        margin: 20px 0
    }

    .popup-close {
        width: 41px;
        position: fixed;
        right: 20px;
        top: 13px;
        height: 41px;
        background-color: transparent;
        border: 0;
        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;
        padding: 0
    }

    .menu-mobile__fix .header-site__email {
        display: block
    }

    .menu-mobile__body a {
        color: #343d51
    }

    .menu-mobile__list {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .menu-mobile__list a {
        display: block;
        padding: 6px 0
    }

    .btn-filter-mob {
        display: block
    }

    .mobile-filter {
        display: none
    }

    .mobile-filter {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        padding: 20px;
        overflow: auto;
        padding-right: 50px
    }

    .mobile-filter__close {
        position: absolute;
        right: 0;
        top: 0;
        display: block
    }
}

@media screen and (max-width: 680px) {
    .block-offers__item {
        width: calc(100% - 30px) !important
    }

    .list-articles__item {
        width: calc(100% - 30px) !important
    }

    .index-articles__item {
        width: calc(100% - 30px) !important
    }

    .section-reviews .title-large, .title-large {
        margin-bottom: 30px
    }

    .item-offer {
        padding: 10px
    }

    .item-offer__params {
        width: 100%;
        padding: 20px 0;
        border: 0;
        border-top: 1px solid #d9d9d9;
        margin-top: 20px
    }

    .item-offer__text {
        border: 0;
        border-top: 1px solid #d9d9d9;
        text-align: left;
        padding-top: 20px;
        margin-top: 0
    }

    .section-about__desc {
        width: 100%
    }

    .section-about__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section-about__img {
        max-width: 100%;
        margin-top: 20px;
        width: 100%
    }

    .section-first__img {
        max-width: 340px;
        margin: auto;
        margin-top: 30px
    }

    .item-offer__short {
        width: calc(100% - 108px)
    }

    .wrap-aside__left .item-offer__img {
        width: 100%
    }

    .wrap-aside__left .item-offer__short {
        width: 100%
    }

    .wrap-aside__left .item-offer__params {
        width: 100%
    }

    .wrap-aside__left .item-offer__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .wrap-aside__left .item-offer__btns .btn-site {
        width: 100%
    }




    .footer-site__logo {
        width: 100%;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer-site__text {
        width: 100%;
        margin-top: 20px
    }

    .footer-site__menu {
        width: 100%
    }

    .item-offer__img {
        width: 100%;
        margin: 0;
        max-width: 160px;
        margin-left: auto;
        margin-right: auto
    }

    .item-offer__short {
        padding-right: 0;
        margin-top: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        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;
        width: 100%
    }

    .item-offer__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item-offer__btns .btn-site {
        width: 100%;
        border-radius: 50px
    }

    .items-comments__left {
        width: 100%
    }

    .items-comments__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .items-comments__right {
        margin-top: 20px
    }

    .offer-heading__gallery {
        margin-left: auto;
        margin-right: auto
    }

    .items-comments__thumb {
        width: 30px;
        height: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .comment-add {
        padding: 20px
    }

    .style-input {
        height: 45px
    }

    .offer-block {
        padding: 15px
    }

    .comment-add__btn {
        max-width: 100%
    }
}

@media screen and (max-width: 520px) {
    .wrap {
        max-width: 100%
    }

    .header-site__email {
        display: none
    }

    .header-site__email {
        display: none
    }

    .header-site__logo {
        margin-top: -6px
    }

    .section-first__text h1 {
        font-size: 28px;
        margin-bottom: 15px
    }

    .section-about__desc {
        font-size: 14px
    }

    .section-articles .index-articles__item:nth-child(1), .section-articles .index-articles__item:nth-child(2) {
        width: calc(100% - 30px)
    }
}

.item-offer__first {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-right: 30px;
    border-right: 1px solid #D9D9D9;
    width: 20%;
}

.item-offer__first .item-offer__img {
    min-width: 10px;
    min-height: 10px;
}

.item-offer__first .item-offer__short {
    width: calc(100% - 108px);
    padding-right: 0;
}

.item-offer__params-card {margin-top: 20px;}

.item-offer__full-rating {
    margin: 0 30px;
    width: calc(34% - 60px);)31%;
}

.item-offer.item-offer--custom {
    align-items: center;
    flex-wrap: wrap;
}

.item-offer__text-c {
    margin-right: 30px;
    width: calc(34% - 70px);
}

.item-offer__text-c {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7A87A4;
    display: flex;
    align-items: center;
    align-items: center;
}

.rating-card__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    width: 100%;
}

.rating-card__check {
    display: flex;
    align-items: center;
}

.input-check__label-c {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #343D51;
    width: 20px;
    margin-right: 10px;
}

.rating-card__stars svg {
    display: block;
}

.rating-card__result-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #7A87A4;
    width: 40px;
    text-align: right;
}

.rating-card__result-l {
    width: calc(100% - 90px);
    height: 10px;
    position: relative;
    margin-left: 30px;
    background: #F5F5F5;
    border-radius: 10px;
    overflow: hidden;
}

.rating-card__result {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    justify-content: space-between;
    align-items: center;
}

.rating-card__result-a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #e6282e;
    border-radius: 10px;
}

.rating-card {
    width: 100%;
}

@media screen and (max-width: 1650px) {
    .item-offer__full-rating {
        margin: 0 30px;
        width: calc(54% - 377px);
    }

    .item-offer__first {
        width: 310px;
    }

    .item-offer__text-c {
        width: calc(54% - 377px);
    }

    .item-offer.item-offer--custom .item-offer__btns {
        width: 20%;
    }
}

@media screen and (max-width: 1600px) {
.rating-card__result-l {
    display: none;
}

.rating-card__line {
    justify-content: space-between;
}

.rating-card__result-text {
    margin-left: auto;
}


.item-offer__text-c {
    font-size: 14px;
    margin-right: 0;
    width: calc(54% - 330px);
}
}

@media screen and (max-width: 1250px) {
.item-offer__text-c {
    order: 3;
    width: 100%;
    margin-top: 15px;
}

.item-offer__full-rating {
    width: calc(60% - 310px);
}

.item-offer.item-offer--custom .item-offer__btns {
    flex-direction: column;
    width: calc(60% - 310px);
    max-width: 100%;
}

.item-offer.item-offer--custom .item-offer__btns .btn-site {
    width: 100%;
}
}
@media screen and (max-width: 1024px) {
.item-offer__full-rating {
    width: calc(90% - 310px);
}

.item-offer.item-offer--custom .item-offer__btns {
    width: 100%;
    order: 3;
}

.item-offer__text-c {
    order: 2;
}
}
.item-review__rating {
    display: flex;
    align-items: center;
    margin: 7px 0;
}

.item-review__rating .item-rate__text {
    margin-left: 5px;
    margin-top: 1px;
}
@media screen and (max-width: 680px) {
.item-offer__first {
    width: 100%;
    border: 0;
    padding-right: 0;
    margin-right: 0;
    display: block;
}

.item-offer__first .item-offer__short {
    width: 100%;
    text-align: left;
    width: 260px;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
    margin-top: 15px;
}

.item-offer__params-card {
    width: 100%;
    text-align: left;
    width: 260px;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
    margin-top: 15px;
}

.item-offer__first .item-offer__img img {
    max-width: 70px;
}

.item-offer.item-offer--custom {
    display: block;
}

.item-offer__full-rating {
    text-align: left;
    width: 260px;
    margin: auto;
    margin-top: 15px;
}

.item-offer.item-offer--custom .item-offer__btns .btn-site {
    max-width: 225px;
}
}

.item-review__name {
    padding-top: 0;
}

.item-review__btn-site:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.item-review {
    position: relative;
}

.props__checkbox {
    max-height: 185px;
    overflow: auto;
}

.authors-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    margin-bottom: 15px;
}

.authors-list__item {
    width: calc(33.3333% - 30px);
    margin: 15px;
}

.itemb-author__img {
    max-width: 340px;
}

.itemb-author__img img {
    display: block;
}

.itemb-author__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #E6282E;
    margin-top: 15px;
}

.itemb-author__dolg {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #343D51;
    margin-top: 15px;
}

.itemb-author__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7A87A4;
    margin-top: 15px;
}
@media screen and (max-width:1024px) {
    .authors-list__item {
        margin: 15px 0;
        width: 100%;
    }

    .authors-list {
        margin: 0;
        margin-bottom: 30px;
    }
    .wrap--team {
        display: flex;
        flex-direction: column;
    }

    .wrap--team  .breadcrumbs {
        order: 0;
    }

    .wrap--team  h1.title-page {
        order: 0;
    }

    .wrap--team .content-text.content-text--custom {
        order: 1;
        margin-bottom: 15px;
    }

    .wrap--team .authors-list {
        order: 2;
    }
}

.meta-author {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    border: 10px solid #F3F3F3;
    margin-bottom: 30px;
}

.meta-author__img {
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 160px;
}

.meta-author__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.meta-author__content {
    width: calc(100% - 190px);
}

.meta-author__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #E6282E;
}

.meta-author__dolg {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #343D51;
    margin-top: 15px;
}

.meta-author__text {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7A87A4;
    margin-top: 15px;
}

@media screen and (max-width:640px) {
.meta-author {
    flex-direction: column;
}

.meta-author__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.meta-author__content {
    width: 100%;
}
}

.pc-block-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.pc-block-content__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #343D51;
    margin-bottom: 20px;
}

.pc-cons,.pc-pros {
    width: calc(50% - 15px);
}

.pc-block-content__item {
    padding-left: 60px;
    margin: 20px 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    background: url('data:image/svg+xml,<svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.3816 41H1L4.61837 1H41L37.3816 41Z" stroke="%2350C800" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.2142 7.57556L19.7856 34.4245" stroke="%2350C800" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.57568 19.7858L34.4247 22.2143" stroke="%2350C800" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat left center;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #343D51;
}

.pc-cons .pc-block-content__item {
    background-image: url('data:image/svg+xml,<svg width="43" height="42" viewBox="0 0 43 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.8816 41H1.5L5.11837 1H41.5L37.8816 41Z" stroke="%23E6282E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.07568 19.7858L34.9247 22.2143" stroke="%23E6282E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.pc-block-content__item {
    display: none;
}

.pc-block-content__item:nth-child(1), .pc-block-content__item:nth-child(2), .pc-block-content__item:nth-child(3), .pc-block-content__item:nth-child(4) {
    display: flex;
}

.pc-cons.active .pc-block-content__item,.pc-pros.active .pc-block-content__item {
    display: flex;
}

button.showHide.showHide2--js {
    margin-top: 0;
}
@media screen and (max-width:860px) {
    .pc-cons, .pc-pros {
        width: 100%;
    }
    .pc-pros + .pc-cons {
        margin-top: 10px;
    }

    .content-text ol, .content-text ul {
        margin-left: 0 !important;
    }
}
@media screen and (max-width:640px) {
a.filter-reset {
    padding-right: 50px;
    position: relative;
}

a.filter-reset::after {
    position: absolute;
    right: 20px;
}

.list-reset .filter-reset {
    font-size: 14px;
}
}
@media screen and (max-width:400px) {
    .items-comments__name {
        font-size: 14px;
        margin-right: 5px;
        line-height: 16px;
        flex: 0 0 auto;
    }

    .items-comments__left .item-star span {
        width: 16px;
        height: 16px;
        background-size: contain;
        margin: 1px;
    }

    .items-comments__left {
    }

    .items-comments__left .item-star__active, .items-comments__left .item-star__line {
        width: auto;
    }
.item-select__text {
    font-size: 13px;
    flex: 0 0 auto;
}

.comment-add__item.rating span {
    width: 15px;
    height: 15px;
    background-size: contain;
}

.item-select .item-star {
    max-width: 100%;
    margin-right: 7px;
}

.item-select .item-star .item-star__active {
    width: auto;
}

.item-select .item-star .item-star__line {
    width: auto;
}

}
.attention-block {
    padding: 15px;
    padding-left: 60px;
    background: no-repeat 15px center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #343D51;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 30px;
}

.attention-block-warning {
    background-color: rgba(230, 177, 40, 0.15);
    border-color: #E6B128;
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 30C23.2847 30 30 23.2843 30 15C30 6.71567 23.2847 0 15 0C6.71533 0 0 6.71567 0 15C0 23.2843 6.71533 30 15 30ZM15.8333 5.25C17.2143 5.25 18.3333 6.36933 18.3333 7.75C18.3333 9.13067 17.2143 10.25 15.8333 10.25C14.4523 10.25 13.3333 9.13067 13.3333 7.75C13.3333 6.36933 14.4523 5.25 15.8333 5.25ZM15 11.4167C17.5 11.4167 18.1063 12.8917 17.8263 14.7113L16.6667 22.25C16.6667 22.25 17.5 22.25 19.1667 21.4167C19.1667 21.4167 18.3333 24.75 15 24.75C12.5 24.75 11.8937 23.275 12.1737 21.4553L13.3333 13.9167C13.3333 13.9167 12.5 13.9167 10.8333 14.75C10.8333 14.75 11.6667 11.4167 15 11.4167Z" fill="%23E6B128"/></svg>');
}

.attention-block.attention-block-success {
    background-color: rgba(80, 200, 0, 0.15);
    border-color: #50C800;
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 30C23.2847 30 30 23.2843 30 15C30 6.71567 23.2847 0 15 0C6.71533 0 0 6.71567 0 15C0 23.2843 6.71533 30 15 30ZM15.8333 5.25C17.2143 5.25 18.3333 6.36933 18.3333 7.75C18.3333 9.13067 17.2143 10.25 15.8333 10.25C14.4523 10.25 13.3333 9.13067 13.3333 7.75C13.3333 6.36933 14.4523 5.25 15.8333 5.25ZM15 11.4167C17.5 11.4167 18.1063 12.8917 17.8263 14.7113L16.6667 22.25C16.6667 22.25 17.5 22.25 19.1667 21.4167C19.1667 21.4167 18.3333 24.75 15 24.75C12.5 24.75 11.8937 23.275 12.1737 21.4553L13.3333 13.9167C13.3333 13.9167 12.5 13.9167 10.8333 14.75C10.8333 14.75 11.6667 11.4167 15 11.4167Z" fill="%2350C800"/></svg>');
}

.attention-block.attention-block-danger {
    background-color: rgba(230, 40, 46, 0.15);
    border-color: #E6282E;
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 30C23.2847 30 30 23.2843 30 15C30 6.71567 23.2847 0 15 0C6.71533 0 0 6.71567 0 15C0 23.2843 6.71533 30 15 30ZM15.8333 5.25C17.2143 5.25 18.3333 6.36933 18.3333 7.75C18.3333 9.13067 17.2143 10.25 15.8333 10.25C14.4523 10.25 13.3333 9.13067 13.3333 7.75C13.3333 6.36933 14.4523 5.25 15.8333 5.25ZM15 11.4167C17.5 11.4167 18.1063 12.8917 17.8263 14.7113L16.6667 22.25C16.6667 22.25 17.5 22.25 19.1667 21.4167C19.1667 21.4167 18.3333 24.75 15 24.75C12.5 24.75 11.8937 23.275 12.1737 21.4553L13.3333 13.9167C13.3333 13.9167 12.5 13.9167 10.8333 14.75C10.8333 14.75 11.6667 11.4167 15 11.4167Z" fill="%23E6282E"/></svg>');
}

.faq-item__stitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #343D51;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 20px;
    color: #7a87a4;
    padding: 5px 0;
    padding-left: 30px;
    border-left: #e6b128 solid 5px;
}

.faq-item__title {
    margin-bottom: 15px;
    color: #343D51;
    font-size: 20px;
    font-weight: bold;
}

.tableContainer table {
    min-width: 100%;
    word-break: keep-all;
}

#survey-container .widget-item__title {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#survey-container .input-check {
    margin-bottom: 30px;
}

#survey-container .btn-site {
    width: 100%;
    cursor: pointer;
}

.widget-item__check {
    margin-bottom: 30px;
    border-bottom: #d9d9d9 1px solid;
}

#survey-container .input-check__label:before {
    top: 0;
    bottom: 0;
    margin: auto;
}

#survey-container .input-check__label:after {
    top: 0;
    bottom: 0;
    margin: auto;
}

#survey-container .input-check__label {
    padding-left: 40px;
}

#survey-container .input-check__input:checked + .input-check__label {
    color: #E6282E;
    font-weight: bold;
}

#survey-container .input-filter {
    margin-bottom: 30px;
    margin-top: 0;
    width: 100%;
    display: block;
    max-width: 100%;
}

p.result-vote {
    margin: 0;
    text-align: center;
    max-width: 240px;
    margin: auto;
}

p.result-vote span {
    display: block;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
}

#image {
    display: none;
}
#file-name {
    margin-left: 10px;
    font-family: sans-serif;
}

label.custom-filelabel {
    white-space: pre;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 18px;
    background: #efefef;
    border: 1px solid #767676;
    display: inline-block;
    border-radius: 3px;
    color: #000;
    margin: 0;
    cursor: pointer;
}

.style-file {
    margin-right: 20px;
}
.swiper--body{
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}
.swiper--body .slider-btn {
    left: 0
}
.swiper--body .slider-btn.swiper-reviews__right {
    left: auto;
    right: 0;
}
.item-cat a {
    position: relative;
    z-index: 50;
}

body.archive .item-offer__full-rating {
    width: calc(55% - 60px);
}


body.archive .item-offer__first {
    width: 25%;
}

body.archive .item-offer__text-c {
    width: auto;
    margin-right: 0;
    margin-top: 10px;
}

@media screen and (max-width: 1650px) {
body.archive .item-offer__full-rating {
    width: calc(47% - 60px);
}

body.archive .item-offer__first {
    width: 50%;
}
}
@media screen and (max-width: 880px) {
    .offer-heading__rating .btn-site.red {
        font-size: 14px;
    }

    .offer-heading__btn .btn-site {
        font-size: 14px;
    }
}
@media screen and (max-width: 680px) {
    .offer-heading__rating {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
body.archive .item-offer__full-rating {
    width: calc(47% - 60px);
}

body.archive .item-offer__first {
    width: 50%;
}

body.archive .item-offer__full-rating {
    width: auto;
}

body.archive .item-offer__first {
    width: 100%;
}

body.archive .item-offer__full-rating .rating-card {
    width: 260px;
    margin: auto;
}
}

.offer-heading__gallery+.offer-heading__ex-desc {
    margin-bottom: 0;
    padding-top: 30px;
}

.post-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    max-height: 480px;
}

.post-thumb img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}
.section-page__page--top {
    margin-top: 30px;
}

.meta-data {
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #A8A8A8;
}

.post-thumb__btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.btn-site.red.post-thumb__item {
    margin-left: 30px;
}

.btn-site.wi.post-thumb__item {
    background: #fff;
    color: #343D51;
}

.post-thumb__item {
    padding: 15px 30px;
}
@media screen and (max-width: 680px) {
    .post-thumb {
        max-height: 100%;
    }

    .post-thumb img {
        max-height: 100%;
    }
    .post-thumb__btn {
        position: static;
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }

    a.btn-site.wi.post-thumb__item {
        border: 1px solid #D9D9D9;
    }

    .btn-site.red.post-thumb__item {
        margin-left: 0;
        margin-top: 15px;
    }
}
textarea#feedback {
    padding: 15px 20px;
}
div#votePopup {
    padding: 30px !important;
    position: relative;
    border-radius: 5px !important;
    padding-top: 105px !important;
    width: 100%;
    max-width: 420px;
}

div#votePopup .widget-item {
    margin: 0;
    padding: 0;
    border: 0;
}

div#votePopup .fancybox-button {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 30px;
    background: url('data:image/svg+xml,<svg width="46" height="45" viewBox="0 0 46 45" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="0.5" width="44" height="44" rx="22" stroke="%23D9D9D9"/><path d="M15.5 30L30.5 15M30.5 30L15.5 15" stroke="%23E6282E" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
    width: 46px !important;
    height: 46px !important;
    cursor: pointer;
}

div#votePopup .fancybox-button svg {
    display: none;
}

.offer-heading__rating {
    justify-content: flex-start;
}

.footer-menu ul.sub-menu {
    display: none;
}
.footer-menu>li>a {
   cursor: pointer;
}
.footer-menu>li>a.active+ul.sub-menu {
    display: block;
}
@media screen and (max-width:1601px) {
    .comments-reviews .item-star span {
        width: 15px;
        height: 15px;
        background-size: contain;
        margin: 2px;
    }

    .comments-reviews .item-star__active, .comments-reviews .item-star__line {
        width: 101px;
    }
}