@charset 'UTF-8';

/**
* Шрифты
*/

@font-face {
	font-display: swap;
    font-family: 'Muller';
    font-weight: 900;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/MullerBlack.woff2') format('woff2'), url('../fonts/MullerBlack.woff') format('woff');
}

@font-face {
	font-display: swap;
    font-family: 'Muller';
    font-weight: 900;
    font-style: italic;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/MullerBlackItalic.woff2') format('woff2'), url('../fonts/MullerBlackItalic.woff') format('woff');
}

@font-face {
	font-display: swap;
    font-family: 'Muller';
    font-weight: 800;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/MullerExtraBold.woff2') format('woff2'), url('../fonts/MullerExtraBold.woff') format('woff');
}

@font-face {
	font-display: swap;
    font-family: 'Muller';
    font-weight: 800;
    font-style: italic;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/MullerExtraBoldItalic.woff2') format('woff2'), url('../fonts/MullerExtraBoldItalic.woff') format('woff');
}

@font-face {
	font-display: swap;
    font-family: 'Muller';
    font-weight: 700;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/MullerBold.woff2') format('woff2'), url('../fonts/MullerBold.woff') format('woff');
}

@font-face {
	font-display: swap;
    font-family: 'Muller';
    font-weight: 700;
    font-style: italic;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/MullerBoldItalic.woff2') format('woff2'), url('../fonts/MullerBoldItalic.woff') format('woff');
}

@font-face {
	font-display: swap;
    font-family: 'Muller';
    font-weight: 500;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/MullerMedium.woff2') format('woff2'), url('../fonts/MullerMedium.woff') format('woff');
}

@font-face {
	font-display: swap;
    font-family: 'Muller';
    font-weight: 500;
    font-style: italic;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/MullerMediumItalic.woff2') format('woff2'), url('../fonts/MullerMediumItalic.woff') format('woff');
}

@font-face {
	font-display: swap;
    font-family: 'Muller';
    font-weight: 400;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/MullerRegular.woff2') format('woff2'), url('../fonts/MullerRegular.woff') format('woff');
}

@font-face {
	font-display: swap;
    font-family: 'Muller';
    font-weight: 400;
    font-style: italic;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/MullerRegularItalic.woff2') format('woff2'), url('../fonts/MullerRegularItalic.woff') format('woff');
}

@font-face {
	font-display: swap;
    font-family: 'Muller';
    font-weight: 300;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/MullerLight.woff2') format('woff2'), url('../fonts/MullerLight.woff') format('woff');
}

@font-face {
	font-display: swap;
    font-family: 'Muller';
    font-weight: 300;
    font-style: italic;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/MullerLightItalic.woff2') format('woff2'), url('../fonts/MullerLightItalic.woff') format('woff');
}

/**
* Normalize
*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;

    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    font-family: Muller, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    letter-spacing: -0.005em;
    color: #000000;
    background-color: #f6f7fb;
}

[tabindex='-1']:focus {
    outline: none !important;
}

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: 0;

    -webkit-text-decoration: underline dotted;
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: underline;
    color: #ff2e69;
    background-color: transparent;

    -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    color: #ff2e69;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
    color: inherit;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    text-decoration: none;
    color: inherit;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

a:focus {
    outline: none;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    overflow: auto;
    margin-top: 0;
    margin-bottom: 1rem;
}

figure {
    margin: 0 0 1rem;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    caption-side: bottom;
    text-align: left;
    color: #868e96;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button:focus {
    outline: none;
}

input,
button,
select,
optgroup,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
    cursor: pointer;

    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    font-size: 1.5rem;
    line-height: inherit;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
    white-space: normal;
    color: inherit;
}

progress {
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;

    -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;

    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/**
* Общие
*/

.post-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 50px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-grid__item {
  width: 25%;
  padding: 10px;
}

.post-grid__link {
  display: block;
  overflow: hidden;
  height: 100%;
  text-align: center;
  color: #3d364e;
  border: 2px solid #e9ecf3;
  border-radius: 20px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all .3s;
}

.post-grid__link:hover {
  color: #3d364e;
  border-color: #ff2e69;
}

.post-grid__img {
  display: block;
  padding: 15px 0;
}

.post-grid__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 10px;
  color: #3d364e;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.post-grid__title:hover {
  color: #3d364e;
  text-decoration: underline;
}

.post-grid__link:hover .post-grid__title {
  -webkit-text-decoration-color: #f9e0dc;
  text-decoration-color: #f9e0dc;
}


.authors {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #e8eff1;
    background-color: #ffffff;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.authors .authors__btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: inline-flex;
    height: 52px;
    padding: 11px 100px;
    vertical-align: bottom;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    background-color: #ff2e69;
}

.authors .authors__btn:hover {
    color: #ffffff;
    background-color: #ff4979;
}

.authors__main {
    width: 260px;
    padding: 20px;
    text-align: center;
}

.authors__caption {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 10px;
    color: #000000;
}

.authors__info {
    width: 320px;
    padding: 20px;
}

.wrapper {
    overflow: hidden;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}

.main__content {
    width: 72.5%;
    padding: 0 15px;
}

.main__content-author {
    width: 100%;
    padding: 0 15px;
}

.main__aside {
    width: 27.5%;
    padding: 0 15px;
}

.content-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-bar__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    border-left: 4px solid #ff76c4;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.content-bar__nav-head {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-right: 30px;
    color: #000000;
}

.content-bar__nav-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.content-bar__nav-item {
    margin-right: 12px;
}

.content-bar__nav-item:last-child {
    margin-right: 0;
}

.content-bar__nav-btn {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    display: block;
    text-decoration: none;
    color: #000000;
}

.content-bar__nav-btn_active {
    font-weight: 800;
    padding-right: 16px;
    padding-left: 16px;
    color: #ffffff;
    border-radius: 16px;
    background-color: #ff2e69;
}

.content-bar__nav-btn_active:hover {
    color: #ffffff;
}

.content-bar__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.content-bar__more-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-right: 30px;
    color: #748589;
}

.content-bar__more-btn {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    display: block;
    padding: 0 12px;
    text-decoration: none;
    color: #000000;
    border-radius: 16px;
    background-color: #dfe6e7;
}

.product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.authors-list__item {
    margin-bottom: 10px;
}

.authors-list__item:last-child {
    margin-bottom: 0;
}

.product-list__item {
    width: 33.333333%;
    margin-bottom: 20px;
    padding: 0 10px;
}

.product-list__item_lg {
    width: 50%;
}

.product-list__banner {
    width: 100%;
    padding: 30px 10px;
}

.product-item__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    border-radius: 10px;
    background-color: #ffffff;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.product-item_brilliant .product-item__link {
    -webkit-box-shadow: inset 0 0 0 2px #dcb9d9;
    box-shadow: inset 0 0 0 2px #dcb9d9;
}

.product-item_vip .product-item__link {
    -webkit-box-shadow: inset 0 0 0 2px #e4d39f;
    box-shadow: inset 0 0 0 2px #e4d39f;
}

.product-item_online .product-item__link {
	-webkit-box-shadow: inset 0 0 0 2px #badfa9;
	box-shadow: inset 0 0 0 2px #badfa9
}

.product-item__plate {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 6px;
    color: #ffffff;
    border-radius: 0 10px 0 10px;
}

.product-item_brilliant .product-item__plate {
    background-color: #b55ba6;
}

.product-item_vip .product-item__plate {
    background-color: #ca9d14;
}

.product-item_online .product-item__plate {
	background-color: #8dcb71
}

.product-item__img {
    display: block;
    width: 120px;
}

.product-item__img img {
    border-radius: 10px;
}

.product-item__inner {
    display: block;
    padding: 10px 10px 10px 18px;

    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.product-item__year {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    display: block;
    color: #6f929a;
    margin-bottom: 5px;
}

.product-item__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    display: block;
    margin-bottom: 5px;
    color: #000000;
}

.product-item__city {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    display: block;
    color: #ff2e69;
    margin-bottom: 5px;
}

.product-item__desc {
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    display: block;
    letter-spacing: -0.010em;
    color: #6c6c6e;
}

.product-item__btn {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    margin-top: 25px;
    padding: 0 16px;
    vertical-align: bottom;
    color: #000000;
    border: 1px solid #999999;
    border-radius: 12px;
}

.product-item__btn:hover {
    color: #ffffff;
    background-color: #999999;
}

.product-banner__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 172px;
    padding-left: 144px;
    text-decoration: none;
    border-radius: 10px;
    background: url(https://lovezoid.com/img/bg-product-banner.png) center center repeat;
}

.product-banner__img {
    display: block;
    margin-top: -22px;
    margin-right: 34px;
}

.product-banner__main {
    display: block;

    align-self: center;
    -ms-flex-item-align: center;
}

.product-banner__label {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: block;
    margin-bottom: 5px;
    color: #000000;
}

.product-banner__title {
    font-size: 50px;
    font-weight: 800;
    line-height: 36px;
    display: block;
    color: #1e7be2;
}

.product-banner__more {
    display: block;
    margin-left: 26px;

    align-self: center;
    -ms-flex-item-align: center;
}

.product-banner__btn {
    font-size: 15px;
    font-weight: 700;
    line-height: 36px;
    display: block;
    padding: 0 16px;
    white-space: nowrap;
    text-decoration: none;
    color: #ffffff;
    border-radius: 18px;
    background-color: #020202;
}

.product-banner__link:hover .product-banner__btn {
    background-color: #ff2e69;
}

.product-more {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.product-more__btn {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    padding: 3px 40px;
    vertical-align: bottom;
    text-decoration: none;
    color: #000000;
    border: 1px solid #999999;
    border-radius: 15px;
}


.product-more__btn:hover {
    color: #ffffff;
    background-color: #999999;
}

.welcome__desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #ffffff;
}

.welcome__desc_hide {
    display: none;
}

.welcome__more {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.welcome__more-btn {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    padding: 3px 40px;
    vertical-align: bottom;
    text-decoration: none;
    color: #000000;
    border: 1px solid #999999;
    border-radius: 15px;
}

.welcome__more-btn:before {
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: '';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #ffffff url(https://lovezoid.com/img/svg/ico-arrow-btn.svg) center center no-repeat;
    background-size: 5px 9px;
}

.welcome__more-btn:hover {
    color: #ffffff;
    background-color: #999999;
}

.widget {
    margin-bottom: 20px;
}

.widget-review {
    padding: 25px 35px;
    border-radius: 10px;
    background-color: #ffffff;
}

.widget-review__head {
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 30px;
    padding-left: 16px;
    color: #000000;
    border-left: 4px solid #08c0e7;
}

.widget-review__item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f4f5;
}

.widget-review__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-review__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    color: #000000;
}

.widget-review__title-link {
    text-decoration: none;
    color: #000000;
}

.widget-review__category {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 5px;
    color: #6f929a;
}

.widget-review__category-link {
    text-decoration: none;
    color: #6f929a;
}

.widget-list {
    padding: 25px 35px;
    border-radius: 10px;
    background-color: #ffffff;
}

.widget-list__head {
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 30px;
    padding-left: 16px;
    color: #000000;
    border-left: 4px solid #ff76c4;
}

.widget-list__item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f4f5;
}

.widget-list__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.widget-list__img {
    display: block;
    width: 82px;
    margin-right: 20px;
}

.widget-list__img img {
    border-radius: 10px;
}

.widget-list__inner {
    display: block;

    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.widget-list__year {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    color: #6f929a;
}

.widget-list__vip {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0 5px;
    vertical-align: bottom;
    color: #ffffff;
    border-radius: 8px;
    background-color: #ca9d14;
}

.widget-list__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000000;
    text-decoration: none;
}


.widget-list__city {
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    display: block;
    color: #ff2e69;
}

.widget-list__desc {
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    display: block;
    color: #6c6c6e;
}

.widget-list__foot {
    margin-top: 25px;
    text-align: center;
}

.widget-list__btn {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    padding: 3px 40px;
    vertical-align: bottom;
    text-decoration: none;
    color: #000000;
    border: 1px solid #999999;
    border-radius: 15px;
}

.widget-list__btn:hover {
    color: #ffffff;
    background-color: #999999;
}

.widget-tile {
    padding: 25px 35px;
    border-radius: 10px;
    background-color: #ffffff;
}

.widget-tile__head {
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 30px;
    padding-left: 16px;
    color: #000000;
    border-left: 4px solid #ff76c4;
}

.widget-tile__item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f4f5;
}

.widget-tile__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-tile__img {
    margin-bottom: 10px;
    cursor: pointer;
}

.widget-tile__img img {
    border-radius: 10px;
}

.widget-tile__img_logo {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: url(https://lovezoid.com/img/review-background.jpg) center center / cover no-repeat;
}

.widget-tile__img_logo:before {
    content: '';
    display: block;
    padding-top: 46.212121212121212%;
}

.widget-tile__img_logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.widget-tile__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000000;
}

.widget-tile__title-link {
    color: #000000;
    text-decoration: none;
}

.widget-banner {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    background: url(https://lovezoid.com/img/bg-banner-aside.jpg) center center no-repeat;
}

.widget-banner__link {
    display: block;
    min-height: 450px;
    padding: 50px 40px;
    text-decoration: none;
    border-radius: 10px;
    background: url(https://lovezoid.com/img/img-banner-aside.png) right bottom no-repeat;
}

.widget-banner__label {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
}

.widget-banner__title {
    font-size: 44px;
    font-weight: 700;
    line-height: 33px;
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
}

.widget-banner__btn {
    font-size: 15px;
    font-weight: 700;
    line-height: 36px;
    display: inline-block;
    padding: 0 16px;
    vertical-align: bottom;
    text-decoration: none;
    color: #ffffff;
    border-radius: 18px;
    background-color: #020202;
}

.content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(https://lovezoid.com/img/bg-content-wrapper.jpg) center 0 no-repeat;
}

.content-wrapper_review {
    padding-top: 22px;
}

/**
* Кнопки
*/

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    border: none;
}

.stream-btn {
    cursor: pointer;
}

/**
* Шапка
*/

.header {
    position: relative;
    z-index: 500;
    padding: 17px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 21px rgba(3, 5, 14, 0.27);
    box-shadow: 0 5px 21px rgba(3, 5, 14, 0.27);
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__toggle {
    display: none;
}

.logo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.logo__ico {
    display: block;
}

.logo__title {
    font-size: 13px;
    font-weight: 500;
    line-height: 12px;
    display: block;
    margin-left: 20px;
    color: #7f8292;
}

.logo_footer .logo__title {
    color: #ffffff;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu__item {
    margin-right: 24px;
}

.menu__item:last-child {
    margin-right: 0;
}

.menu__link {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    letter-spacing: -0.010em;
    color: #0e1218;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.menu__link_current,
.menu__link:hover {
    color: #ff2e69;
    border-bottom-color: #ff2e69;
}

.no-active:hover {
    cursor: pointer;
}

.menu__item_parent {
    position: relative;
}

.menu__item_parent > .menu__link {
    padding-right: 20px;
}

.menu__sub {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu__toggle {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 10px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    cursor: pointer;
    transition: all .3s;
    background: url(../img/svg/ico-arrow-menu.svg) center center/5px auto no-repeat;
}

.menu__sub-item {
    position: relative
}

.menu__sub-link {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    display: block;
    padding: 7px 15px;
    text-decoration: none;
    color: #0e1218
}

.lang {
    position: relative;
}

.lang__selected {
    position: relative;
    z-index: 501;
    cursor: pointer;
}

.lang__list {
    position: absolute;
    z-index: 500;
    top: 100%;
    right: 0;
    margin-top: 14px;
    display: none;
    width: 680px;
    padding: 20px 35px 10px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 46px rgba(3, 5, 14, 0.15);
    box-shadow: 0 5px 46px rgba(3, 5, 14, 0.15);
    align-items: flex-start;
    flex-wrap: wrap;
}

.lang_open .lang__list {
    display: flex;
}

.lang__item {
    margin-bottom: 14px;
    width: 33.333333%;
    display: flex;
    align-items: center;
}

.lang__item_selected {
    display: none;
}

.lang__item:last-child {
    margin-bottom: 0;
}

.lang__ico {
    flex: 0 0 24px;
    margin-right: 12px;
    cursor: pointer;
}

.lang__ico img {
    display: block;
}

.lang__link {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    text-decoration-color: rgba(0,0,0,0.15);
    color: #000;
}

.menu-opened {
    overflow: hidden;
}

.nav-toggle {
    display: none;
}

/**
* Навигация
*/

/**
* Подвал
*/

.footer {
    padding: 40px 0;
    background-color: #020202;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__nav {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.footer__copyright {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #8c8e94;
}

.footer-menu {
    margin: 0;
    padding: 0 30px;
    list-style: none;
    width: 25%;
}

.footer-menu__item {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
    color: #ffffff;
}

.footer-menu__link {
    text-decoration: none;
    color: #ffffff;
}

.scroll-top {
    position: fixed;
    z-index: 900;
    right: 20px;
    bottom: 20px;
    display: none;
}

.scroll-top__btn {
    display: block;
    width: 40px;
    height: 50px;
    border-radius: 10px;
    background: #ff2e69 url(../img/ico-arrow-scroll-top.svg) center center no-repeat;
    background-size: 20px auto;
}

.scroll-top__btn:hover {
    background-color: #ff4d7d;
}

/**
* Главная страница
*/

.welcome {
    margin-bottom: 20px;
    background: url(../img/bg-welcome.jpg) center center no-repeat;
}

.welcome__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 330px;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.welcome__about {
    padding-right: 100px;
    padding-left: 470px;

    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.welcome__title_ads {
    font-size: 48px;
    font-weight: 800;
    line-height: 38px;
    margin: 0 0 15px 0;
    color: #ffffff;
}

.welcome__title_ads span {
    color: #ff579a;
}

.welcome__title {
    font-size: 55px;
    font-weight: 800;
    line-height: 44px;
    margin: 0 0 15px 0;
    color: #ffffff;
}

.welcome__title span {
    color: #ff579a;
}

.welcome__search {
    width: 300px;
}

.w-search__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.w-search__label {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    width: 110px;
    color: #ffffff;
}

.w-search__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 190px;
}

.w-search__toggle {
    position: relative;
    display: block;
    margin: 0 14px 0 0;
    cursor: pointer;
}

.w-search__toggle:last-child {
    margin-right: 0;
}

.w-search__toggle-check {
    position: absolute;
    opacity: 0;
}

.w-search__toggle-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    position: relative;
    display: block;
    height: 34px;
    padding: 6px 10px 6px 28px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    background-repeat: no-repeat;
}

.w-search__toggle-label_man {
    background-image: url(../img/ico-filter-man.svg);
    background-position: 10px center;
    background-size: 14px auto;
}

.w-search__toggle-label_woman {
    background-image: url(../img/ico-filter-woman.svg);
    background-position: 12px center;
    background-size: 11px auto;
}

.w-search__toggle-check:checked + .w-search__toggle-label {
    border-color: #000000;
    background-color: #000000;
}

.w-search__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.w-search__select-control {
    font-size: 18px;
    font-weight: 700;
    display: block;
    width: 78px;
    height: 34px;
    padding: 0 30px 0 16px;
    color: #000000;
    border: none;
    border-radius: 10px;
    background: #ffffff url(../img/ico-arrow-select.svg) calc(100% - 15px) center/10px 5px no-repeat;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-search__select-control ::-ms-expand {
    display: none;
}

.w-search__select-and {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    width: 34px;
    text-align: center;
    color: #ffffff;
}

.w-search__control {
    font-size: 18px;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 10px 0 35px;
    color: #000000;
    border: none;
    border-radius: 10px;
    background: #ffffff url(../img/ico-filter-zip.svg) 14px center/11px auto no-repeat;
}

.w-search__btn {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 44px;
    text-align: center;
    text-decoration: none;
    color: #06080b;
    border: none;
    border-radius: 10px;
    background-color: #fffd79;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.w-search__btn:before {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-bottom: 2px;
    content: '';
    background: url(../img/ico-filter-search.svg) 0 0/16px 16px no-repeat;
}

.w-search__btn:hover {
    color: #06080b;
    background-color: #fff768;
}

.page-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-desc__img {
    width: 180px;
    padding-right: 26px;
}

.page-desc__img-inner {
    margin-left: -30px;
}

.page-desc__article {
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.page-desc__article h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
}

.page-desc__article h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
}

.page-desc__article p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #171717;
}

/**
* Категория
*/

.category-head {
    margin-bottom: 30px;
    padding: 25px 0;
    background: url(https://lovezoid.com/img/bg-content-wrapper.jpg) center 0 no-repeat;
}

.category-head__bread {
    margin-bottom: 10px;
}

.category-head__title {
    font-size: 48px;
    font-weight: 800;
    line-height: 0.9166666666666667;
    margin: 0;
    color: #ffffff;
}

.breadcrumbs {
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
    list-style: none;
}

.page-desc__breadcrumbs .breadcrumbs {
    color: #7f8292;
    padding: 0;
}

.welcome-breadcrumbs .breadcrumbs {
    padding: 0;
    margin: 0 0 10px 300px;
}

.breadcrumbs li {
  float: left;
  }
  
.breadcrumbs li+li:before {
    margin: 0 4px;
    color: #ffffff;
    content: "/";
}

.page-desc__breadcrumbs .breadcrumbs li+li:before {
    color: #7f8292;
}

.breadcrumbs__link {
    text-decoration: none;
    color: #ffffff;
}

.page-desc__breadcrumbs .breadcrumbs__link {
    color: #7f8292;
}

.breadcrumbs__current {
    color: #d6c6d9;
}

.page-desc__breadcrumbs .breadcrumbs__current {
    color: #ff579a;
}

.post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -12px;
    margin-left: -12px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-list__item {
    width: 33.3334%;
    margin-bottom: 24px;
    padding: 0 12px;
}

.post-list_4 {
    margin-right: -11px;
    margin-left: -11px;
}

.post-list_4 .post-list__item {
    width: 25%;
    margin-bottom: 22px;
    padding: 0 11px;
}

.post-list__banner {
    width: 100%;
    padding: 30px 10px;
}

.related {
    margin-bottom: 10px;
    width: 100%;
}

.related__head {
    font-size: 27px;
    font-weight: 800;
    line-height: 30px;
    margin: 0 0 20px 0;
    color: #000000;
}

.post-item {
    border-radius: 10px;
    background-color: #ffffff;
}

.post-item__img img {
    border-radius: 10px;
    cursor: pointer;
}

.post-item__img-link_logo {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: url(https://lovezoid.com/img/review-background.jpg) center center / cover no-repeat;
}

.post-item__img-link_logo:before {
    content: '';
    display: block;
    padding-top: 46.212121212121212%;
}

.post-item__img-link_logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.post-item__inner {
    padding: 20px 24px;
}

.post-item__category {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 5px;
    color: #6f929a;
}

.post-item__category-link {
    text-decoration: none;
    color: #6f929a;
}

.post-item__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 16px;
    color: #000000;
}

.post-item__title-link {
    text-decoration: none;
    color: #000000;
}

.post-item__desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 10px;
    color: #6c6c6e;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination__btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 32px;
    position: relative;
    display: block;
    padding: 0 20px;
    text-decoration: none;
    color: #171717;
    border: 1px solid #d7e5e8;
    border-radius: 17px;
}

.pagination__btn:hover {
    color: #171717;
    background-color: #ffffff;
}

.pagination__btn:before {
    position: absolute;
    top: 50%;
    display: block;
    width: 4px;
    height: 8px;
    margin-top: -4px;
    content: '';
    background: url(https://lovezoid.com/img/ico-arrow-pagination.svg) center center/4px 8px no-repeat;
}

.pagination__btn_prev {
    margin-right: 80px;
    padding-left: 50px;
}

.pagination__btn_prev:before {
    left: 15px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination__btn_next {
    margin-left: 80px;
    padding-right: 50px;
}

.pagination__btn_next:before {
    right: 15px;
}

.pagination__link {
    font-size: 22px;
    font-weight: 500;
    line-height: 42px;
    display: block;
    width: 42px;
    height: 42px;
    margin: 1px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    border-radius: 50%;
}

.pagination__link:hover {
    text-decoration: underline;
    color: #000000;
}

.pagination__link_current,
.pagination__link_current:hover {
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    background-color: #ff2e69;
}

.pagination__link_dots:hover {
    text-decoration: none;
}

/**
* Статья
*/

.content {
    padding: 36px 36px 70px 60px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 15px 35px rgba(5, 9, 26, 0.14);
    box-shadow: 0 15px 35px rgba(5, 9, 26, 0.14);
}

.content_review {
    margin-bottom: 30px;
    padding-right: 60px;
    padding-bottom: 36px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.attr {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    color: #8d92ac;
}

.attr__date {
    margin-right: 30px;
    padding-left: 18px;
    background: url(https://lovezoid.com/img/ico-attr-date.svg) 0 1px/14px 9px no-repeat
}


.attr__category {
    margin-right: 30px;
    padding-left: 18px;
    background: url(https://lovezoid.com/img/ico-attr-category.svg) 0 1px/9px 11px no-repeat;
}

.attr__category-link {
    text-decoration: none;
    color: #535353;
}

.attr__comment {
    padding-left: 18px;
    background: url(https://lovezoid.com/img/ico-attr-comment.svg) 0 1px/12px 12px no-repeat;
}

.article {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #171717;
    margin-bottom: 40px;
}


.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    font-weight: 700;
    line-height: 0.9166666666666667;
    margin-top: 36px;
    margin-bottom: 24px;
    color: #000000;
}

.article h1:first-child,
.article h2:first-child,
.article h3:first-child,
.article h4:first-child,
.article h5:first-child,
.article h6:first-child {
    margin-top: 0;
}

.article h1:last-child,
.article h2:last-child,
.article h3:last-child,
.article h4:last-child,
.article h5:last-child,
.article h6:last-child {
    margin-bottom: 0;
}

.article h1 {
    font-size: 36px;
}

.article h2 {
    font-size: 33px;
}

.article h3 {
    font-size: 30px;
}

.article h4 {
    font-size: 24px;
}

.article h5 {
    font-size: 22px;
}

.article h6 {
    font-size: 20px;
}

.article p {
    margin-bottom: 24px;
}

.article p:last-child {
    margin-bottom: 0;
}

.article p a {
    font-weight: 700;
    color: #171717;

    -webkit-text-decoration-color: #f4519e;
    text-decoration-color: #f4519e;
}

.article ul:not([class]),
.article ol:not([class]) {
    margin: 24px 0;
    padding: 0 0 0 50px;
    list-style: none;
}

.article ul:not([class]) li,
.article ol:not([class]) li {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 4px;
    padding-left: 36px;
    color: #171717;
}

.article ul:not([class]) li:last-child,
.article ol:not([class]) li:last-child {
    margin-bottom: 0;
}

.article ul:not([class]) li {
    background: url(https://lovezoid.com/img/ico-list-point.svg) 10px 2px/13px 13px no-repeat;
}

.article ol:not([class]) {
    counter-reset: list;
}

.article ol:not([class]) li {
    position: relative;
}

.article ol:not([class]) li:before {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    content: counter(list) '.';
    counter-increment: list;
    color: #f4519e;
}

.article ol:not([class]) li:nth-child(-n+9):before {
    content: '0' counter(list) '.';
}

.article table {
    width: 100%;
    margin: 24px 0 36px 0;
}

.article table th {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 20px;
    color: #000000;
    border-right: 1px solid rgba(222, 225, 231, 0.5);
    background-color: #ebedf2;
}

.article table th:last-child {
    border-right: none;
}

.article table td {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 20px;
    color: #000000;
    border-right: 1px solid rgba(222, 225, 231, 0.5);
}

.article table td:last-child {
    border-right: none;
}

.article table tr:nth-child(2n+2) td {
    background-color: #f6f7fb;
}

.content-nav {
    margin-top: 36px;
    margin-bottom: 24px;
    margin-left: -60px;
    padding: 20px 36px 20px 60px;
    border-radius: 0 10px 10px 0;
    background: #f6f7fb url(https://lovezoid.com/img/bg-content-nav.png) calc(100% - 40px) calc(100% + 85px) no-repeat;
}

.content-nav__head {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    cursor: pointer;
    color: #000000;
}

.content-nav__head:before {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-top: -10px;
    padding-right: 18px;
    content: 'Hide';
    color: #171717;
    background: url(https://lovezoid.com/img/ico-arrow-content-nav.svg) right 6px/9px auto no-repeat;
}

.content-nav_close .content-nav__head:before {
    content: 'Show';
    background-image: url(https://lovezoid.com/img/ico-arrow-content-nav-down.svg);
}

.content-nav__list {
    margin-top: 15px;
    counter-reset: list1;
}

.content-nav__item {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.content-nav__item:before {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    content: counter(list1) '. ';
    counter-increment: list1;
    color: #9f397f;
}

.content-nav__sub-list {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 28px;
    counter-reset: list2;
}

.content-nav__sub-item:before {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    content: counter(list1) '.' counter(list2) '. ';
    counter-increment: list2;
    color: #9f397f;
}

.content-nav__link {
    text-decoration: none;
    color: #171717;

    -webkit-text-decoration-color: #f4519e;
    text-decoration-color: #f4519e;
}

.content-nav__link:hover {
    text-decoration: underline;
    color: #171717;

    -webkit-text-decoration-color: #f4519e;
    text-decoration-color: #f4519e;
}

.table-offer {
    margin: 24px 0;
}

.table-offer:first-child {
    margin-top: 0;
}

.table-offer:last-child {
    margin-bottom: 0;
}

.table-offer__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    border-radius: 10px;
    background-color: #000000;
}

.table-offer__th {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 5px;
    color: #ffffff;
}

.table-offer__th_num {
    width: 60px;
    text-align: center;
}

.table-offer__th_site {
    width: 120px;
    text-align: center;
}

.table-offer__th_rate {
    width: 184px;
}

.table-offer__th_advant {
    width: 230px;
}

.table-offer__th_review {
    width: 150px;
}

.table-offer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #e8eaee;
}

.table-offer__td {
    padding: 5px 10px;
}

.table-offer__td_num {
    width: 8.06452%;
    text-align: center;
}

.table-offer__td_site {
    width: 16.12903%;
    text-align: center;
}

.table-offer__td_rate {
    width: 24.73118%;
}

.table-offer__td_advant {
    width: 30.91398%;
}

.table-offer__td_review {
    width: 20.16129%;
}

.table-offer__num {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    padding-top: 15px;
    color: #000000;
}

.table-offer__row:first-child .table-offer__num:before {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    content: '';
    background: url(https://lovezoid.com/img/ico-offer-top.svg) 0 0/16px 16px no-repeat;
}

.table-offer__site {
    display: block;
    text-decoration: none;
}

.table-offer__site-logo {
    display: block;
    margin-bottom: 5px;
}

.table-offer__site-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    text-decoration: underline;
    color: #000000;
}

.table-offer__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.table-offer__rate-bar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 113px;
    flex: 0 0 113px;
}

.table-offer__rate-value {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-left: 15px;
    color: #000000;

    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.table-offer__comment {
    display: none;
}

.table-offer__advant {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
}

.table-offer__advant-item {
    position: relative;
    padding-left: 14px;
}

.table-offer__advant-item:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    content: '';
    border-radius: 50%;
    background-color: #ff2e69;
}

.table-offer__review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.table-offer__review-comment {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 4px;
    padding-left: 24px;
    color: #000000;
    background: url(https://lovezoid.com/img/ico-comment-offer.svg) 0 center/18px 18px no-repeat;
}

.table-offer__review-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    display: block;
    padding: 7px 44px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 18px;
    background-color: #ff2e69;
}

.table-offer__review-btn:hover {
    color: #ffffff;
    background-color: #ff4a7e;
}

.table-offer__review-more {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    width: 100%;
    margin-top: 5px;
    text-align: center;
    color: #000000;
}

.table-offer__review-link {
    text-decoration: none;
    color: #000000;
}

.img {
    position: relative;
    margin: 30px -19px;
}

.img img {
    border-radius: 20px;
}

.img__plate {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 0 22px;
    color: #171717;
    border-radius: 12px;
    background-color: #ffffff;
}

.accent {
    margin: 24px 0 24px -60px;
    padding: 26px 26px 26px 126px;
    border-radius: 0 10px 10px 0;
    background-repeat: no-repeat;
    background-position: 60px 25px;
    background-size: 48px 48px;
}

.accent_quote {
    background-color: #fff5fa;
    background-image: url(https://lovezoid.com/img/ico-accent-quote.svg);
}

.accent_info {
    background-color: #fbfbe3;
    background-image: url(https://lovezoid.com/img/ico-accent-info.svg);
}

.accent__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}

.accent_quote .accent__title {
    color: #f4519e;
}

.accent_info .accent__title {
    color: #bfbd28;
}

.accent__desc {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #171717;
}

.cta {
    margin: 24px 0;
    text-align: center;
}

.cta:last-child {
    margin-bottom: 0;
}

.cta:first-child {
    margin-top: 0;
}

.cta__btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 11px 100px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    background-color: #ff2e69;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cta__btn:hover {
    color: #ffffff;
    background-color: #ff4979;
}

.cta__btn:after {
    display: block;
    width: 5px;
    height: 10px;
    margin-left: 16px;
    content: '';
    background: url(https://lovezoid.com/img/ico-arrow-btn.svg) 0 0/5px 10px no-repeat;
}

.content-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
    padding: 16px 0;
    border-top: 1px solid #e7edf0;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-about__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.content-about__author-img {
    position: relative;
}

.content-about__author-img:before {
    position: absolute;
    top: -2px;
    right: -2px;
    display: block;
    width: 18px;
    height: 18px;
    content: '';
    border-radius: 50%;
    background: #08c0e7 url(https://lovezoid.com/img/ico-arrow-btn.svg) center center/4px 8px no-repeat;
}

.content-about__author-img img {
    border-radius: 50%;
}

.content-about__author-inner {
    margin-left: 20px;
}

.content-about__author-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #000000;
}

.content-about__author-post {
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    color: #535353;
}

.content-about__social {
    margin: 20px 0;
}

.content-about__rate-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.content-about__rate-value {
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    margin-left: 18px;
    padding-top: 2px;
    color: #000000;
}

.content-about__rate-label {
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 8px;
    color: #9398b5;
}

.recommend__head {
    font-size: 27px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 20px 0;
    color: #000000;
}

.recommend__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -12px;
    margin-left: -12px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recommend__item {
    width: 33.333333%;
    margin-bottom: 24px;
    padding: 0 12px;
}

.recommend__item-authors {
    margin-bottom: 24px;
    padding: 0 12px;
}

.recommend__img {
    margin-bottom: 15px;
}

.recommend__img img {
    border-radius: 10px;
}

.recommend__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000000;
}

.recommend__title-link {
    text-decoration: none;
    color: #000000;
}

.recommend__category {
    margin-top: 5px;
}

.recommend__category-link {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    padding-top: 2px;
    padding-left: 18px;
    vertical-align: bottom;
    text-decoration: none;
    color: #7f86a9;
    background: url(https://lovezoid.com/img/ico-attr-category.svg) 0 center/12px auto no-repeat;
}

.comments__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comments__title {
    font-size: 27px;
    font-weight: 700;
    line-height: 26px;
    padding-top: 2px;
    padding-left: 16px;
    color: #000000;
    border-left: 4px solid #f4519e;
}

.comments__action-btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    display: block;
    padding: 5px 54px 5px 14px;
    text-decoration: none;
    color: #171717;
    border: 1px solid #d7e5e8;
    border-radius: 17px;
    background: #ffffff url(https://lovezoid.com/img/ico-arrow-comment.svg) calc(100% - 20px) center/4px 8px no-repeat;
}

.comments__action-btn:hover {
    color: #171717;
    background-color: #d7e5e8;
}

.comments__desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 28px;
    padding: 6px 20px;
    vertical-align: bottom;
    color: #171717;
    border-radius: 18px;
    background-color: #f6f7fb;
}

.comments__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f3f4;
}

.comment-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.comment-item__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.comment-item__author-name {
    font-size: 17px;
    font-weight: 700;
    line-height: 18px;
    margin-left: 14px;
    color: #000000;
}

.comment-item__date {
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    margin-left: 30px;
    padding-top: 2px;
    padding-left: 18px;
    color: #6f929a;
    background: url(https://lovezoid.com/img/ico-attr-date.svg) 0 center/11px 11px no-repeat;
}

.comment-item__desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #171717;
}

.comment-item__foot {
    margin-top: 12px;
}

.comment-item__reply {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    padding-right: 16px;
    vertical-align: bottom;
    text-decoration: none;
    color: #171717;
    background: url(https://lovezoid.com/img/ico-arrow-comment.svg) right center/4px 8px no-repeat;
}

.comment-item__reply:hover {
    text-decoration: underline;
    color: #171717;
}

.comment-form__group {
    margin-bottom: 20px;
}

.comment-form__control {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    width: 100%;
    height: 52px;
    padding: 15px 26px;
    color: #171717;
    border: 1px solid #d0d3d5;
    border-radius: 10px;
    background-color: #ffffff;
}

.comment-form__control_textarea {
    height: 120px;
    resize: none;
}

.comment-form__btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: inline-block;
    height: 44px;
    padding: 11px 68px 11px 26px;
    vertical-align: bottom;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    background: #ff2e69 url(https://lovezoid.com/img/ico-arrow-btn.svg) calc(100% - 25px) center/6px 12px no-repeat;
}

.comment-form__btn:hover {
    background-color: #ff4175;
}

/**
* Обзор
*/

.review-welcome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -100px;
    margin-bottom: 35px;
    margin-left: -100px;
    padding: 35px 100px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 15px 35px rgba(5, 9, 26, 0.14);
    box-shadow: 0 15px 35px rgba(5, 9, 26, 0.14);
}

.review-welcome__main {
    width: 270px;
    margin-top: -70px;
    margin-right: 30px;
    padding: 30px 35px 15px 30px;
    border-radius: 10px;
    background-color: #f6f7fb;
}

.review-welcome__logo {
    margin-bottom: 25px;
    text-align: center;
}

.review-welcome__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    color: #000000;
}

.review-welcome__stat {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
    color: #6f929a;
}

.review-welcome__stat-value {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.review-welcome__screen {
    margin-bottom: 10px;
}

.review-welcome__screen-btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 14px;
    text-decoration: none;
    color: #a6216b;
    border: 2px solid rgba(181, 91, 166, 0.4);
    border-radius: 17px;
    background-color: #ffffff;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.review-welcome__screen-btn:before {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    content: '';
    background: url(https://lovezoid.com/img/ico-screenshot.svg) center center/16px auto no-repeat;
}

.review-welcome__gender {
    margin-bottom: 16px;
}

.review-welcome__gender-head {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
    color: #000000;
}

.review-welcome__gender-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
}

.review-welcome__gender-item {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 10px);
    margin-right: 5px;
    margin-left: 5px;
    padding: 6px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.review-welcome__gender-item:before {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    content: '';
}

.review-welcome__gender-item_man {
    background-color: #2696ff;
}

.review-welcome__gender-item_man:before {
    background: url(../img/ico-filter-man.svg) center center/14px 14px no-repeat;
}

.review-welcome__gender-item_woman {
    background-color: #f4519e;
}

.review-welcome__gender-item_woman:before {
    background: url(../img/ico-filter-woman.svg) center center/11px 16px no-repeat;
}

.review-welcome__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    border-top: 1px solid #e6e8ec;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.review-welcome__data-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.review-welcome__data-value {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    color: #000000;
}

.review-welcome__data-label {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    margin-left: 12px;
    color: #6f929a;
}

.review-welcome__data-btn {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    display: block;
    padding: 0 16px;
    text-decoration: none;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 12px;
}

.review-welcome__data-btn:hover {
    text-decoration: underline;
    color: #000000;
}

.review-welcome__inner {
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.review-welcome__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #f6f7fb;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.review-welcome__rate-item {
    width: 33.3334%;
    margin-bottom: 30px;
}

.review-welcome__rate-head {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
    color: #000000;
}

.review-welcome__rate-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.review-welcome__rate-value {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin-left: 12px;
    color: #000000;
}

.review-welcome__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.review-welcome__app {
    margin-right: 26px;
}

.review-welcome__app-head {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 4px;
    color: #000000;
}

.review-welcome__app-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.review-welcome__app-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    margin-right: 4px;
    padding-right: 8px;
    padding-left: 26px;
    border: 1px solid rgba(200, 202, 210, 0.4);
    border-radius: 12px;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.review-welcome__app-item_android {
    background: #ffffff url(https://lovezoid.com/img/ico-app-android.svg) 6px center/16px auto no-repeat;
}

.review-welcome__app-item_apple {
    background: #ffffff url(https://lovezoid.com/img/ico-app-apple.svg) 6px center/16px auto no-repeat;
}

.review-welcome__app-item:last-child {
    margin-right: 0;
}

.review-welcome__plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    padding: 6px;
    border: 1px solid #deec9c;
    border-radius: 10px;
    background-color: rgba(241, 244, 227, 0.58);

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    -ms-flex-align: center;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.review-welcome__plan-free {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
    height: 100%;
    text-align: center;
    color: #a2bd21;
    border-right: 1px solid #dfe3ce;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.review-welcome__plan-free:before {
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 12px;
    content: '';
    background: url(https://lovezoid.com/img/ico-review-check.svg) center center/12px 12px no-repeat;
}

.review-welcome__plan-premium-free {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
    height: 100%;
    text-align: center;
    color: #a2bd21;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.review-welcome__plan-premium-free:before {
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 12px;
    content: '';
    background: url(https://lovezoid.com/img/ico-review-check.svg) center center/12px 12px no-repeat;
}

.review-welcome__plan-premium {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    width: 45%;
    text-align: center;
    color: #000000;
}

.review-welcome__plan-link {
    position: relative;
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #ced2be;
}

.review-welcome__plan-link:before {
    position: absolute;
    top: 0;
    right: -16px;
    bottom: 0;
    display: block;
    width: 16px;
    content: '';
    background: url(https://lovezoid.com/img/ico-arrow-review.svg) right center/8px 6px no-repeat;
}

.review-welcome__btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 306px;
    height: 50px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    background-color: #ff2e69;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.review-welcome__btn:after {
    display: block;
    width: 5px;
    height: 10px;
    margin-left: 16px;
    content: '';
    background: url(https://lovezoid.com/img/ico-arrow-btn.svg) center center/5px 10px no-repeat;
}

.review-welcome__btn:hover {
    color: #ffffff;
    background-color: #ff497b;
}

.review-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.review-about__item {
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
    padding: 0 30px 10px 30px;
    border-radius: 10px;
}

.review-about__item_plus {
    background-color: #fbffea;
}

.review-about__item_minus {
    background-color: #ffebf5;
}

.review-about__head {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    padding: 28px 10px 22px 96px;
    color: #000000;
    border-bottom: 1px solid #cccccc;
}

.review-about__head:before {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    position: absolute;
    top: 50%;
    left: 40px;
    display: block;
    width: 40px;
    height: 34px;
    margin-top: -17px;
    content: '';
    text-align: center;
    border-radius: 17px;
}

.review-about__item_plus .review-about__head {
    border-bottom-color: #c3e136;
}

.review-about__item_plus .review-about__head:before {
    content: '+';
    color: #869e16;
    background-color: #c3e136;
}

.review-about__item_minus .review-about__head {
    border-bottom-color: #ff7fbc;
}

.review-about__item_minus .review-about__head:before {
    content: '-';
    color: #971847;
    background-color: #ff7fbc;
}

.review-about__body {
    padding: 20px 50px;
}

.review-about__unit {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    margin-bottom: 2px;
    padding-left: 22px;
    color: #000000;
}

.review-about__unit:last-child {
    margin-bottom: 0;
}

.review-about__unit:before {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
}

.review-about__item_plus .review-about__unit:before {
    content: '+';
    color: #a3bf22;
}

.review-about__item_minus .review-about__unit:before {
    content: '-';
    color: #ff2e69;
}

.review-about__action {
    margin-top: 20px;
}

.review-about__btn {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    padding: 0 18px;
    vertical-align: bottom;
    text-decoration: none;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 12px;
}


.faq h3 {
  font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.faq__head {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    margin-bottom: 6px;
    vertical-align: bottom;
    color: #000000;
    border-bottom: 2px solid #f4519e;
}


.faq__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;

    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faq__item {
    position: relative;
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;
    padding: 14px 0;
    border-bottom: 1px solid #e8eaee;
}

.faq__question {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 34px;
    padding-left: 48px;
    cursor: pointer;
    color: #000000;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.faq__question:before {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    padding-top: 3px;
    content: '+';
    text-align: center;
    color: #ff2e69;
    border: 1px solid #d6d8e0;
    border-radius: 17px;
}


.faq__item_open .faq__question:before {
    content: '-';
    color: #000000;
}

.faq__answer {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: none;
    margin-top: 10px;
    padding-left: 48px;
    color: #000000;
}


.plan__head {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    color: #000000;
}

.plan__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.plan__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.plan__unit {
    margin-right: 30px;
    padding-right: 80px;
    border-right: 1px solid #e8eaee;
}

.plan__unit:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.plan__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #6f929a;
}

.plan__value {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #ff2e69;
}

.plan__btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 306px;
    height: 50px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    background-color: #ff2e69;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.plan__btn:after {
    display: block;
    width: 5px;
    height: 10px;
    margin-left: 16px;
    content: '';
    background: url(https://lovezoid.com/img/ico-arrow-btn.svg) center center/5px 10px no-repeat;
}

.plan__btn:hover {
    color: #ffffff;
    background-color: #ff497b;
}

.data-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.data-group__item {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.data-age {
    height: 100%;
    padding: 25px 60px;
    border-radius: 10px;
    background-color: #ffffff;
}

.data-age__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.data-age__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
}

.data-age__gender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.data-age__gender-man {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    position: relative;
    margin-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 42px;
    color: #2696ff;
}

.data-age__gender-man:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 34px;
    height: 34px;
    content: '';
    border-radius: 17px;
    background: #2696ff url(../img/ico-filter-man.svg) center center/14px auto no-repeat;
}

.data-age__gender-woman {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 42px;
    color: #f4519e;
}

.data-age__gender-woman:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 34px;
    height: 34px;
    content: '';
    border-radius: 17px;
    background: #f4519e url(../img/ico-filter-woman.svg) center center/11px auto no-repeat;
}

.data-age__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: center;
    -ms-flex-align: end;
    -ms-flex-pack: center;
    justify-content: center;
}

.data-age__body:before {
    position: absolute;
    right: 0;
    bottom: 21px;
    left: 0;
    display: block;
    height: 1px;
    content: '';
    background-color: #e9eaf2;
}

.data-age__section {
    width: 50px;
    margin: 0 17px;
}

.data-age__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: center;
    -ms-flex-align: end;
    -ms-flex-pack: center;
    justify-content: center;
}

.data-age__unit {
    width: 8px;
    margin: 0 2px;
    border-radius: 4px;
}

.data-age__unit_man {
    background-color: #2696ff;
}

.data-age__unit_woman {
    background-color: #f4519e;
}

.data-age__label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
    color: #7f86a9;
}

.data-member {
    height: 100%;
    padding: 25px 60px;
    border-radius: 10px;
    background-color: #ffffff;
}

.data-member__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
}

.data-member__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -6px;
    margin-bottom: 8px;
    margin-left: -6px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.data-member__unit {
    width: calc(50% - 12px);
    margin: 0 6px 12px 6px;
    padding: 12px 18px 10px 18px;
    border-radius: 10px;
    background-color: #f1f7f8;
}

.data-member__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    margin-bottom: 4px;
    color: #6f929a;
}

.data-member__value {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #000000;
}

.data-member__list {
    margin-bottom: 20px;
    padding-right: 80px;
    padding-left: 24px;
}

.data-member__item {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    position: relative;
    padding-left: 14px;
    color: #000000;
}

.data-member__item:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    content: '';
    border-radius: 50%;
    background-color: #ff2e69;
}

.data-member__gender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.data-member__gender-item {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    padding: 6px 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.data-member__gender-item:before {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    content: '';
}

.data-member__gender-item_man {
    background-color: #2696ff;
}

.data-member__gender-item_man:before {
    background: url(../img/ico-filter-man.svg) center center/14px 14px no-repeat;
}

.data-member__gender-item_woman {
    background-color: #f4519e;
}

.data-member__gender-item_woman:before {
    background: url(../img/ico-filter-woman.svg) center center/11px 16px no-repeat;
}

.other-sites {
    margin-bottom: 40px;
}

.other-sites__head {
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 30px;
    color: #000000;
}

.other-sites__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.other-sites__item {
    width: calc(25% - 30px);
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
    padding: 28px 30px;
    border-radius: 10px;
    background-color: #ffffff;
}

.other-sites__item_top {
    position: relative;
    -webkit-box-shadow: inset 0 0 0 1px #e5ac5c;
    box-shadow: inset 0 0 0 1px #e5ac5c;
}

.other-sites__item_top:before {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 30px;
    height: 30px;
    content: '';
    background: url(https://lovezoid.com/img/ico-offer-top.svg) 0 0/30px 30px no-repeat;
}

.other-sites__img {
    margin-bottom: 24px;
    text-align: center;
}

.other-sites__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    color: #000000;
}

.other-sites__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.other-sites__rate-value {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-left: 15px;
    color: #000000;
}

.other-sites__list {
    margin-bottom: 15px;
}

.other-sites__list-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    position: relative;
    padding-left: 14px;
    color: #000000;
}

.other-sites__list-item:before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    content: '';
    border-radius: 50%;
    background-color: #ff2e69;
}

.other-sites__action {
    text-align: center;
}

.other-sites__btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    display: inline-block;
    padding: 5px 22px;
    vertical-align: bottom;
    text-decoration: none;
    color: #ffffff;
    border-radius: 16px;
    background-color: #ff2e69;
}

.other-sites__btn:hover {
    color: #ffffff;
    background-color: #ff4176;
}

.other-sites__more {
    margin-top: 5px;
    text-align: center;
}

.other-sites__more-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    color: #000000;
}

.other-sites__foot {
    text-align: center;
}

.other-sites__show {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    padding: 3px 40px;
    vertical-align: bottom;
    text-decoration: none;
    color: #000000;
    border: 1px solid #999999;
    border-radius: 15px;
}

.other-sites__show:hover {
    color: #ffffff;
    background-color: #999999;
}

.tags {
    margin-bottom: 20px;
}

/**
* Медиазапросы
*/

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }

    .product-item_lg .product-item__plate {
        font-size: 12px;
        line-height: 26px;
    }

    .product-item_lg .product-item__img {
        width: 196px;
    }

    .product-item_lg .product-item__name {
        font-size: 24px;
        line-height: 20px;
    }

    .product-item_lg .product-item__desc {
        font-size: 14px;
        line-height: 14px;
    }

    .comment-form__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .comment-form__row .comment-form__group {
        width: 270px;
        margin-right: 30px;
    }

    .comment-form__row .comment-form__group:last-child {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 990px;
    }

    .main__aside_category {
        margin-top: -130px;
    }

    .footer-menu__item:last-child {
        margin-right: 0;
    }

    .menu__sub {
        box-shadow: 0 13px 32px rgba(5,9,26,.25);
        background-color: #fff;
        position: absolute;
        z-index: 500;
        top: 100%;
        left: 0;
        min-width: 200px;
        padding: 10px 0;
        border-radius: 10px;
        margin-top: 10px;
    }

    .menu__sub:after {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        height: 10px;
    }

    .menu__sub:before {
        position: absolute;
        top: -6px;
        left: 16px;
        display: block;
        content: '';
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }

    .menu__item:hover > .menu__sub {
        display: block;
    }

    .menu__item_parent:hover > .menu__link {
        color: #ff2e69;
        border-bottom-color: #ff2e69;
    }

    .menu__item_parent > .menu__toggle {
        right: 0;
        transform: rotate(90deg);
    }

    .menu__item_parent:hover > .menu__toggle {
        transform: rotate(270deg);
    }

    .menu__sub-link:hover,
    .menu__sub-item:hover > .menu__sub-link {
        color: #ff2e69;
        background-color: #f6f7fb;
    }
}

@media (min-width: 1230px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1229px) {
    .product-list__item {
        width: 50%;
    }

    .product-banner__link {
        padding-left: 46px;
    }

    .widget-review {
        padding-right: 15px;
        padding-left: 15px;
    }

    .widget-list {
        padding-right: 15px;
        padding-left: 15px;
    }

    .widget-banner__link {
        padding-right: 20px;
        padding-left: 20px;
    }

    .welcome__about {
        padding-right: 20px;
        padding-left: 340px;
    }

    .content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .article ul:not([class]),
    .article ol:not([class]) {
        padding-left: 15px;
    }

    .content-nav {
        margin-left: -20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .table-offer__rate {
        display: block;
    }

    .table-offer__rate-value {
        font-size: 16px;
        margin-left: 0;
    }

    .img {
        margin-right: 0;
        margin-left: 0;
    }

    .accent {
        margin-left: -20px;
        padding-left: 86px;
        background-position: 20px 25px;
    }

    .data-age {
        padding-right: 20px;
        padding-left: 20px;
    }

    .data-member {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .main {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }

    .main__content {
        width: auto;
        margin-bottom: 30px;
        padding: 0;
    }

    .main__content-author {
        width: auto;
        margin-bottom: 30px;
        padding: 0;
    }

    .main__aside {
        width: auto;
        padding: 0;
    }

    .widget-review {
        padding-right: 35px;
        padding-left: 35px;
    }

    .widget-list {
        padding-right: 35px;
        padding-left: 35px;
    }

    .widget-banner__link {
        padding-right: 40px;
        padding-left: 40px;
    }

    .header {
        padding: 0;
    }

    .header__inner {
        height: 54px;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
    }

    .header__nav {
        position: absolute;
        z-index: 490;
        top: 54px;
        right: 0;
        display: none;
        width: 300px;
        height: calc(100vh - 54px);
        padding: 24px 44px;
        background-color: #f6f7f7;
        overflow-y: auto;
    }

    .menu-opened .header__nav {
        display: block;
    }

    .header__toggle {
        display: block;
    }

    .header__lang {
        margin-right: 30px;
        margin-left: auto;
    }

    .lang {
        position: static;
    }

    .lang__list {
        width: auto;
        left: 0;
        margin-top: 0;
    }

    .menu {
        display: block;
    }

    .menu__item {
        margin-right: 0;
        padding: 6px 0;
    }

    .menu__link {
        border: none;
    }

    .menu__toggle {
        right: -5px;
        width: 30px;
        height: 30px;
        margin-top: 0;
        transform: rotate(90deg)
    }

    .menu__item_open > .menu__toggle,
    .menu__sub-item_open > .menu__toggle {
        transform: rotate(270deg)
    }

    .menu__item_parent > .menu__toggle {
        top: 7px
    }

    .menu__sub .menu__sub-item_parent > .menu__toggle {
        top: 3px
    }

    .nav-toggle {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        padding: 0;
        cursor: pointer;
        border: none;
        background: none;
    }

    .nav-toggle__bar {
        position: absolute;
        top: 15px;
        left: 0;
        display: block;
        width: 40px;
        height: 2px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #000000;
    }

    .nav-toggle__bar:nth-child(2) {
        top: 23px;
        width: 27px;
    }

    .menu-opened .nav-toggle__bar {
        top: 19px;
    }

    .menu-opened .nav-toggle__bar:nth-child(1) {
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .menu-opened .nav-toggle__bar:nth-child(2) {
        width: 40px;
        -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }

    .footer__inner {
        flex-direction: column;

        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-align: center;
        -ms-flex-direction: column;
    }

    .footer__logo {
        margin-bottom: 30px;
    }

    .footer__copyright {
        text-align: center;
    }

    .footer-menu {
        width: 50%;
        margin-bottom: 30px;
    }

    .welcome {
        background-image: url(../img/bg-welcome-table.jpg);
    }

    .welcome__about {
        padding-right: 100px;
        padding-left: 0;
    }

    .review-welcome__rate-item {
        width: 50%;
        margin-bottom: 15px;
    }

    .review-welcome__group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .review-welcome__plan {
        margin-right: 0;
    }

    .review-welcome__action {
        width: 100%;
        margin-top: 15px;
    }

    .review-about {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }

    .review-about__item {
        width: auto;
        margin-right: 0;
        margin-left: 0;
    }

    .faq__body {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }

    .faq__item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .plan__body {
        display: block;
    }

    .plan__action {
        margin-top: 20px;
    }

    .data-group__item {
        width: 100%;
    }

    .other-sites__head {
        font-size: 38px;
    }

    .other-sites__item {
        width: calc(50% - 30px);
    }

    .post-grid__item {
    width: 33.333333%;
  }
}

@media (max-width: 767px) {
    .table-offer__review-btn {
        font-size: 24px;
    }
    
    .cta__btn {
        font-size: 24px;
    }
    
    .post-author__name-link {
        font-size: 24px;
    }
    
    .welcome-breadcrumbs .breadcrumbs {
        margin: 0 auto 45px auto;
        display: table;
    }

    .lang__list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .lang__item {
        width: 50%;
    }

    .content-bar__nav-head {
        display: none;
    }

    .content-bar__more-title {
        display: none;
    }

    .product-list__banner {
        padding-top: 10px;
    }

    .product-item__btn {
        display: none;
    }

    .product-banner__link {
        overflow: hidden;
        min-height: 0;
        padding-right: 20px;
        padding-left: 0;

        align-items: flex-end;
        -webkit-box-align: end;
        -webkit-box-pack: center;
        -ms-flex-align: end;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .authors__info {
        width: auto;
        text-align: center;
    }

    .product-banner__img {
        width: 200px;
        margin-top: 0;
        margin-left: -20px;
    }

    .product-banner__title {
        font-size: 33px;
        line-height: 24px;
    }

    .product-banner__more {
        display: none;
    }

    .content-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content-wrapper_review {
        padding-top: 22px;
    }

    .logo__title {
        display: none;
    }

    .authors__main {
        width: auto;
    }

    .welcome {
        padding-top: 20px;
        padding-bottom: 20px;
        background-size: cover;
    }

    .authors {
        display: block;
    }

    .welcome__inner {
        display: block;
        height: auto;
    }

    .welcome__about {
        padding-right: 0;
    }

    .welcome__title_ads {
        font-size: 36px;
        line-height: 1;
        text-align: center;
    }
    
    .welcome__title_ads br {
        display: none;
    }

    .welcome__title {
        font-size: 36px;
        line-height: 1;
        text-align: center;
    }

    .welcome__title br {
        display: none;
    }

    .welcome__search {
        margin-right: auto;
        margin-left: auto;
    }

    .page-desc {
        display: block;
    }

    .page-desc__img {
        width: auto;
        margin-bottom: 30px;
        padding-right: 0;
        text-align: center;
    }

    .page-desc__img-inner {
        margin-left: 0;
    }

    .category-head__title {
        font-size: 32px;
    }

    .post-list__item {
        width: 50%;
    }

    .post-list__banner {
        padding-top: 10px;
    }

    .pagination__btn {
        font-size: 0;
        width: 30px;
        height: 30px;
        padding: 0;
    }

    .pagination__btn:before {
        right: auto;
        left: 50%;
        margin-left: -2px;
    }

    .pagination__btn_prev {
        margin-right: 7px;
    }

    .pagination__btn_next {
        margin-left: 7px;
    }

    .pagination__link {
        font-size: 16px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }

    .content {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .article {
        font-size: 16px;
        line-height: 22px;
    }

    .article h1,
    .article h2,
    .article h3,
    .article h4,
    .article h5,
    .article h6 {
        margin-top: 26px;
        margin-bottom: 16px;
    }

    .article h1 {
        font-size: 28px;
    }

    .article h2 {
        font-size: 26px;
    }

    .article h3 {
        font-size: 24px;
    }

    .article h4 {
        font-size: 18px;
    }

    .article h5 {
        font-size: 17px;
    }

    .article h6 {
        font-size: 15px;
    }

    .article p {
        margin-bottom: 16px;
    }

    .article ul:not([class]),
    .article ol:not([class]) {
        padding-left: 0;
    }

    .article ul:not([class]) li,
    .article ol:not([class]) li {
        font-size: 16px;
        line-height: 20px;
    }

    .article ol:not([class]) li:before {
        font-size: 16px;
        line-height: 20px;
    }

    .article table th {
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .article table td {
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .content-nav {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .table-offer__head {
        display: none;
    }

    .table-offer__row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .table-offer__td_num {
        width: 20%;
    }

    .table-offer__td_site {
        width: 40%;
    }

    .table-offer__td_rate {
        width: 40%;
    }

    .table-offer__td_advant {
        width: 100%;
    }

    .table-offer__td_review {
        width: 100%;
    }

    .table-offer__rate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .table-offer__rate-value {
        margin-left: 15px;
    }

    .table-offer__comment {
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
        display: block;
        padding-top: 4px;
        padding-left: 24px;
        color: #000000;
        background: url(https://lovezoid.com/img/ico-comment-offer.svg) 0 center/18px 18px no-repeat;
    }

    .table-offer__review-comment {
        display: none;
    }

    .table-offer__review-action {
        width: 100%;
    }
    
    .accent__title {
        font-size: 20px;
    }

    .accent__desc {
        font-size: 16px;
        line-height: 20px;
    }

    .content-about {
        flex-direction: column;

        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        -ms-flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .content-about__rate-label {
        text-align: center;
    }

    .recommend__head {
        font-size: 25px;
    }

    .recommend__item {
        width: 50%;
    }

    .recommend__item:nth-child(3) {
        display: none;
    }

    .comments__title {
        font-size: 25px;
    }

    .comments__desc {
        font-size: 16px;
        line-height: 20px;
    }

    .review-welcome {
        display: block;
        margin-right: -50px;
        margin-left: -50px;
        padding-right: 50px;
        padding-left: 50px;
    }

    .review-welcome__main {
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }

    .review-welcome__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;

        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column-reverse;
    }

    .review-welcome__rate {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .review-welcome__plan-free {
        width: 100%;
        border-right: none;
    }

    .review-welcome__plan-premium {
        display: none;
    }

    .review-welcome__plan-premium-free {
        display: none;
    }

    .review-welcome__btn {
        width: 100%;
    }

    .plan__unit {
        padding-right: 30px;
    }

    .other-sites__head {
        font-size: 34px;
    }

    .post-list_4 .post-list__item {
        width: 50%;
        padding: 0 10px;
    }

    .post-grid__item {
    width: 50%;
  }
}

@media (max-width: 575px) {
    .footer {
        position: relative;
        margin-top: 40px;
    }

    .footer-menu__item {
        font-size: 14px;
        line-height: 20px;
    }

    .scroll-top__btn {
        width: 30px;
        height: 40px;
        background-size: 16px auto;
    }

    .scroll-top {
        position: absolute;
        top: -20px;
        right: auto;
        bottom: auto;
        left: 50%;
        display: block !important;
        margin-left: -15px;
    }

    .scroll-top__btn {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 540px) {
    .product-list__item {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .content-bar__nav-btn {
        font-size: 13px;
    }

    .content-bar__more-btn {
        font-size: 13px;
    }

    .product-banner__img {
        margin-right: -20px;
    }

    .welcome__title_ads {
        font-size: 24px;
    }

    .welcome__title {
        font-size: 24px;
    }

    .welcome__desc {
        font-size: 14px;
        line-height: 19px;
    }

    .article table {
        display: block;
        overflow-x: auto;
        width: 100%;

        -webkit-overflow-scrolling: touch;
    }

    .table-offer__row {
        position: relative;
    }

    .table-offer__td {
        padding-right: 0;
        padding-left: 0;
    }

    .table-offer__td_num {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
    }

    .table-offer__td_site {
        width: 100%;
    }

    .table-offer__td_rate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;

        align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .table-offer__num {
        padding-right: 24px;
    }

    .cta__btn {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .comments__head {
        display: block;
    }

    .comments__action {
        margin-top: 15px;
    }

    .comments__action-btn {
        display: inline-block;
        vertical-align: bottom;
    }

    .review-welcome__rate {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .review-welcome__rate-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;

        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .review-welcome__rate-item:last-child {
        margin-bottom: 0;
    }

    .review-welcome__rate-head {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 0;
        padding-right: 20px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    }

    .review-welcome__app-head {
        text-align: center;
    }

    .review-about__head {
        padding-right: 0;
        padding-left: 50px;
    }

    .review-about__head:before {
        left: 0;
    }

    .review-about__body {
        padding-right: 0;
        padding-left: 0;
    }

    .plan__unit {
        margin-right: 15px;
        padding-right: 15px;
    }

    .plan__value {
        font-size: 24px;
    }

    .plan__btn {
        width: 100%;
    }

    .data-age__head {
        display: block;
    }

    .data-age__gender {
        margin-top: 15px;
    }

    .data-age__section {
        width: 40px;
        margin: 0 5px;
    }

    .data-age__label {
        font-size: 13px;
    }

    .other-sites__item {
        width: calc(100% - 30px);
    }

    .welcome__desc {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 14px;
    }

    .welcome__more-btn {
        padding-top: 9px;
        padding-bottom: 7px;
}

@media (max-width: 425px) {
    .category-head__title {
        font-size: 24px;
    }

    .post-list__item {
        width: 100%;
    }

    .article h1 {
        font-size: 24px;
    }

    .article h2 {
        font-size: 22px;
    }

    .article h3 {
        font-size: 20px;
    }

    .recommend__head {
        font-size: 22px;
    }

    .recommend__item {
        width: 100%;
    }

    .recommend__item:nth-child(3) {
        display: block;
    }

    .post-grid__item {
    width: 100%;
  }
    .footer__nav {
        margin-left: -15px;
        margin-right: -15px;
    }
    }

    .footer-menu {
        padding: 0 15px;
    }
}

@media (max-width: 375px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .widget-review {
        padding-right: 15px;
        padding-left: 15px;
    }

    .widget-list {
        padding-right: 15px;
        padding-left: 15px;
    }

    .lang__list {
        left: -10px;
        right: -10px;
        border-radius: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .lang__ico {
        flex: 0 0 18px;
        margin-right: 8px;
    }

    .lang__link {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1229px) {
    .product-item_lg .product-item__img {
        width: 170px;
    }
}