/*** RESET ***/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
a,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: 0 none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

img,
a img,
:link img,
:visited img {
    border: 0;
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

tr {
    vertical-align: middle
}

th,
td {
    vertical-align: inherit
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

ins {
    background: #999;
    color: #000;
    text-decoration: none
}

mark {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .5em;
    background: #999;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border: 1px dotted #999;
    cursor: help
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    color: #999;
    background: #999;
    border: 0
}

hr.odd {
    color: #f2e5ff;
    background: #f2e5ff;
}

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    outline: 0 none;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button,
input {
    width: auto;
    overflow: visible
}

button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    resize: none;
    vertical-align: top
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

::-webkit-input-placeholder {
    font-style: italic;
    color: inherit;
    opacity: .5;
}

:-moz-placeholder {
    font-style: italic;
    color: inherit;
    opacity: .5;
}

::-moz-placeholder {
    font-style: italic;
    color: inherit;
    opacity: .5;
}

:-ms-input-placeholder {
    font-style: italic;
    color: inherit;
    opacity: .5;
}

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif
}

html {
    overflow-y: scroll
}

small,
.small {
    font-size: .75em
}

big,
.big {
    font-size: 1.25em
}

b,
strong {
    font-weight: 700
}

i,
em {
    font-style: italic
}

sub {
    vertical-align: sub;
    font-size: smaller;
    line-height: .5
}

sup {
    vertical-align: super;
    font-size: smaller;
    line-height: .5
}

pre {
    padding: 2em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

img {
    max-width: 100%;
    height: auto
}


/*** GRID ***/

.d-grid {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
}

.is-liquid-layout .d-grid {
    max-width: 100%;
}

.is-fixed-layout .d-grid {
    width: 1170px;
}

.d-row {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

.d-col {
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    min-height: 1px;
}

.d-col.d-fr {
    float: right;
}

.d-row_ib {
    word-spacing: -5px;
}

.d-row_ib>* {
    word-spacing: 0;
}

.d-row_ib .d-col {
    float: none;
}

.d-col_xs_1 {
    width: 8.33%;
}

.d-col_xs_2 {
    width: 16.66%;
}

.d-col_xs_3 {
    width: 25%;
}

.d-col_xs_4 {
    width: 33.33%;
}

.d-col_xs_5 {
    width: 41.66%;
}

.d-col_xs_6 {
    width: 50%;
}

.d-col_xs_7 {
    width: 58.33%;
}

.d-col_xs_8 {
    width: 66.66%;
}

.d-col_xs_9 {
    width: 75%;
}

.d-col_xs_10 {
    width: 83.33%;
}

.d-col_xs_11 {
    width: 91.66%;
}

.d-col_xs_12 {
    width: 100%;
}

.d-col-offset_xs_0 {
    margin-left: 0;
}

.d-col-offset_xs_1 {
    margin-left: 8.33%;
}

.d-col-offset_xs_2 {
    margin-left: 16.66%;
}

.d-col-offset_xs_3 {
    margin-left: 25%;
}

.d-col-offset_xs_4 {
    margin-left: 33.33%;
}

.d-col-offset_xs_5 {
    margin-left: 41.66%;
}

.d-col-offset_xs_6 {
    margin-left: 50%;
}

.d-col-offset_xs_7 {
    margin-left: 58.33%;
}

.d-col-offset_xs_8 {
    margin-left: 66.66%;
}

.d-col-offset_xs_9 {
    margin-left: 75%;
}

.d-col-offset_xs_10 {
    margin-left: 83.33%;
}

.d-col-offset_xs_11 {
    margin-left: 91.66%;
}

.d-col-offset_xs_12 {
    margin-left: 100%;
}

.article.full-width-article {
    margin-top: 0;
}

.article__body.full-width-article__body {
    margin: 0 !important;
    padding: 0 !important;
}

.article__body.full-width-article__body p {
    /* padding-top: 0.75em; */
    /* padding-bottom: 0.75em; */
    padding-bottom: 30px;
    max-width: 770px;
    margin: 0 auto;
}

.article__body.full-width-article__body .wp-block-image {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.article__body.full-width-article__body .wp-block-image img {
    display: block;
    line-height: 0;
    margin: 0 auto;
}

.article__body.full-width-article__body .wp-block-gallery {
    margin: 0.75em auto;
}

.article__body.full-width-article__body .wp-block-gallery .blocks-gallery-item {
    margin-bottom: 0;
}

.article__intro-block {
    max-width: 770px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1000;
}

.article.full-width-article .article__picture {
    /* margin-bottom: -270px !important; */
    margin-bottom: 0 !important;
    position: relative;
}

.article__intro-block h1 {
    color: #FFF;
    font-size: 55px;
    line-height: 1.3;
}

.full-width {
    width: 100%;
}

.full-width img,
.full-width video {
    width: 100%;
}

.article__body.full-width-article__body .royalSlider {
    margin: 0 auto;
    /* width: 100% !important; */
}

.mobile_language_switch {
	display: none;
}

@media (max-width:1024px) {
    .article__intro-block h1 {
        /* color: #000; */
    }
    .article.full-width-article .article__picture.d-hide_md {
        display: block !important;
    }
    .article__body.full-width-article__body .article__thumb {
        display: none !important;
    }
	.mobile_language_switch {
		display: block;
	}
	.mobile_language_switch a {
		color: black;
	}
	.nightMode .mobile_language_switch a {
		color: white !important;
	}
	.nightMode .mobile_language_switch .icl_lang_sel_native {
		border-bottom: 1px solid #fff;
	}
	
}

@media (max-width:800px) {
    .article__body.full-width-article__body p {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .article__intro-block {
        padding-left: 15px;
        padding-right: 15px;
        width: 90%;
    }
    .article.full-width-article .article__meta {
        margin-bottom: 0;
    }
    .article__body.full-width-article__body .royalSlider {
        width: 100% !important;
    }
}

@media (max-width:600px) {
    .article__body.full-width-article__body .wp-block-gallery .blocks-gallery-item {
        margin-bottom: 15px;
    }
    ins.adsbygoogle {
        margin-left: -15px !important;
    }
}

@media (min-width:640px) {
    .d-col_sm_1 {
        width: 8.33%;
    }
    .d-col_sm_2 {
        width: 16.66%;
    }
    .d-col_sm_3 {
        width: 25%;
    }
    .d-col_sm_4 {
        width: 33.33%;
    }
    .d-col_sm_5 {
        width: 41.66%;
    }
    .d-col_sm_6 {
        width: 50%;
    }
    .d-col_sm_7 {
        width: 58.33%;
    }
    .d-col_sm_8 {
        width: 66.66%;
    }
    .d-col_sm_9 {
        width: 75%;
    }
    .d-col_sm_10 {
        width: 83.33%;
    }
    .d-col_sm_11 {
        width: 91.66%;
    }
    .d-col_sm_12 {
        width: 100%;
    }
    .d-col-offset_sm_0 {
        margin-left: 0;
    }
    .d-col-offset_sm_1 {
        margin-left: 8.33%;
    }
    .d-col-offset_sm_2 {
        margin-left: 16.66%;
    }
    .d-col-offset_sm_3 {
        margin-left: 25%;
    }
    .d-col-offset_sm_4 {
        margin-left: 33.33%;
    }
    .d-col-offset_sm_5 {
        margin-left: 41.66%;
    }
    .d-col-offset_sm_6 {
        margin-left: 50%;
    }
    .d-col-offset_sm_7 {
        margin-left: 58.33%;
    }
    .d-col-offset_sm_8 {
        margin-left: 66.66%;
    }
    .d-col-offset_sm_9 {
        margin-left: 75%;
    }
    .d-col-offset_sm_10 {
        margin-left: 83.33%;
    }
    .d-col-offset_sm_11 {
        margin-left: 91.66%;
    }
    .d-col-offset_sm_12 {
        margin-left: 100%;
    }
}

@media (min-width:768px) {
    .d-col_md_1 {
        width: 8.33%;
    }
    .d-col_md_2 {
        width: 16.66%;
    }
    .d-col_md_3 {
        width: 25%;
    }
    .d-col_md_4 {
        width: 33.33%;
    }
    .d-col_md_5 {
        width: 41.66%;
    }
    .d-col_md_6 {
        width: 50%;
    }
    .d-col_md_7 {
        width: 58.33%;
    }
    .d-col_md_8 {
        width: 66.66%;
    }
    .d-col_md_9 {
        width: 75%;
    }
    .d-col_md_10 {
        width: 83.33%;
    }
    .d-col_md_11 {
        width: 91.66%;
    }
    .d-col_md_12 {
        width: 100%;
    }
    .d-col-offset_md_0 {
        margin-left: 0;
    }
    .d-col-offset_md_1 {
        margin-left: 8.33%;
    }
    .d-col-offset_md_2 {
        margin-left: 16.66%;
    }
    .d-col-offset_md_3 {
        margin-left: 25%;
    }
    .d-col-offset_md_4 {
        margin-left: 33.33%;
    }
    .d-col-offset_md_5 {
        margin-left: 41.66%;
    }
    .d-col-offset_md_6 {
        margin-left: 50%;
    }
    .d-col-offset_md_7 {
        margin-left: 58.33%;
    }
    .d-col-offset_md_8 {
        margin-left: 66.66%;
    }
    .d-col-offset_md_9 {
        margin-left: 75%;
    }
    .d-col-offset_md_10 {
        margin-left: 83.33%;
    }
    .d-col-offset_md_11 {
        margin-left: 91.66%;
    }
    .d-col-offset_md_12 {
        margin-left: 100%;
    }
}

@media (min-width:1024px) {
    .d-col_lg_1 {
        width: 8.33%;
    }
    .d-col_lg_2 {
        width: 16.66%;
    }
    .d-col_lg_3 {
        width: 25%;
    }
    .d-col_lg_4 {
        width: 33.33%;
    }
    .d-col_lg_5 {
        width: 41.66%;
    }
    .d-col_lg_6 {
        width: 50%;
    }
    .d-col_lg_7 {
        width: 58.33%;
    }
    .d-col_lg_8 {
        width: 66.66%;
    }
    .d-col_lg_9 {
        width: 75%;
    }
    .d-col_lg_10 {
        width: 83.33%;
    }
    .d-col_lg_11 {
        width: 91.66%;
    }
    .d-col_lg_12 {
        width: 100%;
    }
    .d-col-offset_lg_0 {
        margin-left: 0;
    }
    .d-col-offset_lg_1 {
        margin-left: 8.33%;
    }
    .d-col-offset_lg_2 {
        margin-left: 16.66%;
    }
    .d-col-offset_lg_3 {
        margin-left: 25%;
    }
    .d-col-offset_lg_4 {
        margin-left: 33.33%;
    }
    .d-col-offset_lg_5 {
        margin-left: 41.66%;
    }
    .d-col-offset_lg_6 {
        margin-left: 50%;
    }
    .d-col-offset_lg_7 {
        margin-left: 58.33%;
    }
    .d-col-offset_lg_8 {
        margin-left: 66.66%;
    }
    .d-col-offset_lg_9 {
        margin-left: 75%;
    }
    .d-col-offset_lg_10 {
        margin-left: 83.33%;
    }
    .d-col-offset_lg_11 {
        margin-left: 91.66%;
    }
    .d-col-offset_lg_12 {
        margin-left: 100%;
    }
}

@media (min-width:1170px) {
    .d-col_1 {
        width: 8.33%;
    }
    .d-col_2 {
        width: 16.66%;
    }
    .d-col_3 {
        width: 25%;
    }
    .d-col_4 {
        width: 33.33%;
    }
    .d-col_5 {
        width: 41.66%;
    }
    .d-col_6 {
        width: 50%;
    }
    .d-col_7 {
        width: 58.33%;
    }
    .d-col_8 {
        width: 66.66%;
    }
    .d-col_9 {
        width: 75%;
    }
    .d-col_10 {
        width: 83.33%;
    }
    .d-col_11 {
        width: 91.66%;
    }
    .d-col_12 {
        width: 100%;
    }
    .d-col-offset_0 {
        margin-left: 0;
    }
    .d-col-offset_1 {
        margin-left: 8.33%;
    }
    .d-col-offset_2 {
        margin-left: 16.66%;
    }
    .d-col-offset_3 {
        margin-left: 25%;
    }
    .d-col-offset_4 {
        margin-left: 33.33%;
    }
    .d-col-offset_5 {
        margin-left: 41.66%;
    }
    .d-col-offset_6 {
        margin-left: 50%;
    }
    .d-col-offset_7 {
        margin-left: 58.33%;
    }
    .d-col-offset_8 {
        margin-left: 66.66%;
    }
    .d-col-offset_9 {
        margin-left: 75%;
    }
    .d-col-offset_10 {
        margin-left: 83.33%;
    }
    .d-col-offset_11 {
        margin-left: 91.66%;
    }
    .d-col-offset_12 {
        margin-left: 100%;
    }
}


/*** COMMON ***/

body,
button,
input,
select,
textarea {
    font: 19px/1.4 'PT Serif', Arial, Helvetica, sans-serif;
    color: #000000;
}

button,
input,
select,
textarea {
    font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5em;
    font-weight: 700;
    line-height: normal;
    font-family: 'ALSStory', Verdana, Geneva, sans-serif;
}

h1,
.h1 {
    font-size: 26px;
}

.h1_odd {
    margin-bottom: 1.5em;
}

h2,
.h2 {
    font-size: 20px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4,
.fs_s {
    font-size: 16px;
}

h5,
.h5,
.fs_xs {
    font-size: 14px;
}

h6,
.h6,
.fs_xxs {
    font-size: 12px;
}

.hl_pts {
    font-family: 'PT Serif', Arial, Helvetica, sans-serif;
}

.hl_italic {
    font-style: italic;
}

.clr_light {
    color: #b9b9b9;
}

a {
    color: #ff7c7d;
    text-decoration: underline;
}

a:hover {
    color: #d84546;
}

a.d-lnk-js {
    border-bottom: 1px dashed;
}

a.d-lnk-js,
a.d-lnk-tdn,
.d-lnk-tdn a {
    text-decoration: none;
}

a.d-lnk-js:hover {
    border-bottom-color: transparent;
}

a.d-lnk-txt,
.d-lnk-txt a {
    border-color: inherit;
    color: inherit;
}

a.d-lnk-txt:hover,
.d-lnk-txt a:hover {
    color: #ff7c7d;
}

a[href^='tel:'] {
    color: inherit !important;
    text-decoration: none !important;
    cursor: default;
}

p {
    margin-bottom: 1.5em;
}

dd {
    padding: 0 0 1em 1em;
}

ol,
ul {
    margin-bottom: 1.5em;
}

ol {
    margin-left: 1.5em;
    list-style-type: decimal;
}

ul {
    margin-left: 1em;
    list-style: disc;
}

li {
    margin-bottom: .75em;
}

nav ol,
nav ul,
nav li,
fieldset ol,
fieldset ul,
fieldset li,
.d-plain,
.d-plain li,
.d-plain dd,
input.d-plain,
button.d-plain,
textarea.d-plain {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    list-style: none;
}

nav li:before,
fieldset li:before,
.d-plain li:before {
    display: none;
}

fieldset li {
    margin-bottom: 1.5em;
}

blockquote {
    margin: 2em 14%;
    font-weight: 700;
    font-size: 26px;
    line-height: normal;
    font-family: 'GothamPro', Verdana, Geneva, sans-serif;
}

blockquote:before {
    float: left;
    margin: .1em 0 0 -.7em;
    font-size: 2.75em;
    line-height: .625;
    font-family: 'PT Serif', Arial, Helvetica, sans-serif;
    color: #bb7dff;
    content: '“';
}

blockquote p:last-child {
    margin: 0;
}

.d-bsbb,
.d-grid,
.d-col,
.d-wrapper,
.btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.d-wrapper {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.d-table {
    display: table;
    table-layout: fixed;
}

.d-table__row {
    display: table-row;
}

.d-table__cell {
    display: table-cell;
    vertical-align: middle;
}

.d-cb:after,
.d-grid:after,
.d-row:after {
    clear: both;
    display: block;
    height: 0;
    content: '.';
    visibility: hidden;
}

.d-clear {
    clear: both;
}

.d-ht {
    display: block;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.d-db {
    display: block;
}

.d-ib,
.btn {
    display: inline-block;
    vertical-align: middle;
}

.d-ha:after,
.d-hb:before {
    display: block;
    height: 0;
    content: '.';
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.d-fn {
    float: none;
}

.d-fl {
    float: left;
}

.d-fr {
    float: right;
}

.d-pr {
    position: relative;
}

.d-tac {
    text-align: center;
}

.d-tal {
    text-align: left;
}

.d-tar {
    text-align: right;
}

.d-taj {
    text-align: justify;
}

.d-ttu {
    text-transform: uppercase;
}

.d-lhn {
    line-height: normal;
}

.d-vat {
    vertical-align: top;
}

.d-vam {
    vertical-align: middle;
}

.d-vab {
    vertical-align: bottom;
}

.d-wsnw {
    white-space: nowrap;
}

.d-hidden,
.d-hide-pc {
    display: none;
}

img.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

img.alignright {
    float: right;
    margin: 0 0 10px 10px;
}


/* table */

.page-wrap table {
    margin: 2em 0;
}

.page-wrap tr {
    vertical-align: inherit;
}

.page-wrap td,
.page-wrap th {
    padding: .5em 1em;
    border: 1px solid #999;
}

.page-wrap th {
    background: #f0f0f0;
    font-weight: 700;
    text-align: center;
}

.page-wrap table.d-plain,
.page-wrap table.d-plain th,
.page-wrap table.d-plain td {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
}


/* form */

.page-wrap button,
.page-wrap input,
.page-wrap select,
.page-wrap textarea,
#colorbox button,
#colorbox input,
#colorbox select,
#colorbox textarea,
.btn,
.catalog-filter input[type="text"] {
    padding: 1.185em 30px;
    height: auto;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}

.page-wrap input:focus,
.page-wrap select:focus,
.page-wrap textarea:focus,
#colorbox input:focus,
#colorbox select:focus,
#colorbox textarea:focus {
    border-color: #bb7dff;
}

.page-wrap button,
.page-wrap [type="button"],
.page-wrap [type="reset"],
.page-wrap [type="submit"],
#colorbox button,
#colorbox [type="button"],
#colorbox [type="reset"],
#colorbox [type="submit"],
.btn {
    padding: 1.25em 60px;
    background-color: #ff7c7d;
    border-color: #ff7c7d;
    font-weight: 700;
    font-size: 16px;
    font-family: 'GothamPro', Verdana, Geneva, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.page-wrap button:hover,
.page-wrap [type="button"]:hover,
.page-wrap [type="reset"]:hover,
.page-wrap [type="submit"]:hover,
#colorbox button:hover,
#colorbox [type="button"]:hover,
#colorbox [type="reset"]:hover,
#colorbox [type="submit"]:hover,
.btn:hover {
    background-color: #ec5657;
    border-color: #ec5657;
    color: #fff;
}

.page-wrap button:active,
.page-wrap [type="button"]:active,
.page-wrap [type="reset"]:active,
.page-wrap [type="submit"]:active,
#colorbox button:active,
#colorbox [type="button"]:active,
#colorbox input[type="reset"]:active,
#colorbox [type="submit"]:active,
.btn:active {
    background-color: #d84546;
    border-color: #d84546;
    color: #fff;
}

.page-wrap .btn_o,
#colorbox .btn_o {
    background: none;
    color: #ff7c7d;
}

.page-wrap .btn_o:hover,
#colorbox .btn_o:hover {
    background: none;
    color: #ec5657;
}

.page-wrap .btn_o:active,
#colorbox .btn_o:active {
    background: none;
    color: #d84546;
}

.page-wrap input[type="checkbox"],
.page-wrap input[type="radio"],
#colorbox input[type="checkbox"],
#colorbox input[type="radio"] {
    position: absolute;
    left: -999em;
    padding: 0;
    background: none;
    border: 0;
}

.page-wrap input[type="checkbox"]+label,
.page-wrap input[type="radio"]+label,
#colorbox input[type="checkbox"]+label,
#colorbox input[type="radio"]+label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.page-wrap input[type="checkbox"]+label:before,
.page-wrap input[type="radio"]+label:before,
#colorbox input[type="checkbox"]+label:before,
#colorbox input[type="radio"]+label:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 2px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #d1d1d1;
    font: normal normal normal 14px/18px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-align: center;
    content: '\f00c';
    border-radius: 3px;
}

.page-wrap input[type="checkbox"]:checked+label:before,
.page-wrap input[type="radio"]:checked+label:before,
#colorbox input[type="checkbox"]:checked+label:before,
#colorbox input[type="radio"]:checked+label:before {
    color: #ff7c7d;
}

.page-wrap select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist
}

.page-wrap label,
#colorbox label {
    display: block;
    margin-bottom: .25em;
    font-style: italic;
    font-weight: 700;
}


/* transition */

.page-wrap a,
.page-wrap button,
.page-wrap input,
.page-wrap select,
.page-wrap textarea,
#colorbox a,
#colorbox button,
#colorbox input,
#colorbox select,
#colorbox textarea,
.trans,
.trans_hb:before,
.trans_ha:after {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.page-wrap .notrans,
#colorbox .notrans,
.notrans_hb:before,
.notrans_ha:after {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.cbtrans {
    -webkit-transition: all 1s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: all 1s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all 1s cubic-bezier(.215, .61, .355, 1);
    transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

#d-wrap .b-share {
    padding: 0 !important;
    font-size: 14px !important;
}

#d-wrap .b-share__handle {
    margin: 0 10px 10px 0;
    padding: 0 !important;
    width: 30px;
    height: 30px;
    color: #fff;
}

#d-wrap .b-share__handle:before {
    display: block;
    font: normal normal normal 14px/30px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    border-radius: 100%;
}

#d-wrap .b-share__handle .b-share-icon {
    display: none;
}

#d-wrap .b-share-btn__facebook:before {
    background: #36609c;
    content: '\f09a';
}

#d-wrap .b-share-btn__vkontakte:before {
    background: #6087aa;
    content: '\f189';
}

#d-wrap .b-share-btn__odnoklassniki:before {
    background: #ff681c;
    content: '\f263';
}

#d-wrap .b-share-btn__twitter:before {
    background: #4aa9df;
    content: '\f099';
}

.is-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.is-flexbox_justify {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.is-flexbox_row {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.is-flexbox_stretch {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}


/* figure */

figure.is-bgd {
    display: block;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

figure.is-bgd img {
    display: none;
}

figure.is-contain {
    display: block;
    position: relative;
    overflow: hidden;
}

figure.is-contain img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*** STYLES ***/

html,
body {
    min-width: 1200px;
    min-height: 100%;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

#d-wrap {
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

#d-wrap:after {
    display: block;
    clear: both;
    height: 0;
    content: '.';
    visibility: hidden;
}

#d-header {
    position: relative;
    padding-top: 65px;
    height: auto;
}

#nightHeader{
    position: relative;
    padding-top: 65px;
    height: auto;
    background: #111111;
}

.d-logo {
    display: inline-block;
    max-width: 100%;
    color: rgba(0, 0, 0, .5) !important;
    text-decoration: none;
}

.d-logo img {
    display: block;
}

.d-logo span {
    display: block;
    margin-top: .25em;
    font-size: 14px;
    font-family: 'Georgia', serif;
    text-align: right;
}

.d-header__search {
    float: left;
    margin-left: 8%;
    padding-top: 25px;
}

.d-header__search input[type="text"] {
    padding: 5px 20px 10px;
    width: 200px;
    border-width: 0 0 1px;
    font-size: 14px;
    border-radius: 0;
}

.d-header__search input[type="submit"],
.d-header__search input[type="submit"]:hover,
.d-header__search input[type="submit"]:active {
    float: left;
    margin-right: 10px;
    padding: 0;
    width: 28px;
    height: 28px;
    background: url(../img/ico_search.svg) 50% no-repeat;
    background-size: 100%;
    border: 0;
}

.d-header__search__toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background: url(../img/ico_search.svg) 50% no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.nav_socials {
    display: inline-block;
}

.nav_socials .fa, .nav_socials .fab {
    float: left;
    margin: 0 10px 10px 0;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    border-radius: 100%;
}

.nav_socials .fa-facebook {
    background: #36609c;
}

.nav_socials .fa-instagram {
    background: #125688;
}

.nav_socials .fa-youtube {
    background: #bb548f;
}

.nav_socials .fa-vk {
    background: #6087aa;
}

.nav_socials .fa-twitter {
    background: #4aa9df;
}

.nav_socials .fa-google-plus {
    background: #dd4b39;
}
.nav_socials .fa-yandex {
    background: #ff0000;
}

.d-header__socials {
    margin: -25px 0 0/*1.25em*/
    ;
}

.d-header__socials .nav_socials .fa {
    margin-left: 10px;
    margin-right: 0;
}

.d-header__nav {
    font-weight: 700;
    font-size: 18px;
    font-family: ALSStory, sans-serif;
    text-transform: uppercase;
}

.d-header__nav li {
    display: inline-block;
    vertical-align: top;
    border: 0 !important;
}

.d-header__nav li ul {
    display: none !important;
}

.d-header__nav a {
    text-decoration: none;
}

.d-header__nav li.menu-item-603 {
    display: none;
}

.d-header__nav li.current-menu-item a {
    color: #ff7c7d;
}

.d-header__nav.nav_main li {
    margin: 0 0 .5em 25px;
}

.d-header__nav.nav_sections {
    margin: 2.5em 0 1.5em;
    padding-top: 3em;
    border-top: 1px solid #fe9ea0;
    font-size: 14px;
    text-align: justify;
}

.d-header__nav.nav_sections ul:after {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 0;
    overflow: hidden;
    content: '';
}

.d-header__nav.nav_sections li {
    margin: 0;
}

.d-header__topbanner {
    position: relative;
}

.d-header__topbanner a {
    display: block;
    padding: .5em 35px;
    background-color: #2b2b2b;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'ALSStory', Verdana, Geneva, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.d-header__topbanner .fa {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -.5em;
    color: #fff;
    cursor: pointer;
}

.d-burger__toggle {
    position: absolute;
    top: 20px;
    left: 5px;
    width: 20px;
    background: #000;
    height: 2px;
    border: 0 solid #fff;
    border-width: 4px 10px;
    cursor: pointer;
}

.d-burger__toggle:before,
.d-burger__toggle:after {
    position: absolute;
    left: -10px;
    right: -10px;
    height: 2px;
    background: #000;
    border: 0 solid #fff;
    border-width: 4px 10px;
    content: '';
}

.d-burger__toggle:before {
    bottom: 100%;
    border-top-width: 12px;
}

.d-burger__toggle:after {
    top: 100%;
    border-bottom-width: 12px;
}

.d-burger {
    position: fixed;
    z-index: 11111;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100vh);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.d-burger__body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 20px;
    padding: 20px 0;
    background: #fff;
    overflow: auto;
}

.d-burger__hide {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 45px;
    line-height: 40px;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    cursor: pointer;
}

.d-burger .d-header__socials {
    margin: 0;
    margin: 0 50px 0 25px;
    min-height: 40px;
}

.d-burger .d-header__nav {
    border-top: 1px solid #fe9ea0;
}

.d-burger .d-header__nav ul {
    display: block;
}

.d-burger .d-header__nav.nav_main {
    margin-top: .5em;
    padding: 1.25em 0 .5em 10px;
    font-size: 16px;
}

.d-burger .d-header__nav.nav_main li {
    margin: 0 25px 1em 25px;
}

.d-burger .d-header__nav.nav_sections {
    margin: 0;
    padding-top: 1em;
    font-size: 12px;
    text-align: left;
}

.d-burger .d-header__nav.nav_sections ul:after {
    display: none;
}

.d-burger .d-header__nav.nav_sections li {
    display: block;
    padding: 1.5em 0 0 35px;
}

.is-burger-opened body {
    overflow: hidden;
}

.is-burger-opened .d-burger {
    background: rgba(0, 0, 0, .8);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.is-search-opened .popup-search {
    position: fixed;
    z-index: 888;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    overflow: hidden;
}

.is-search-opened .popup-search__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .9);
}

.is-search-opened .popup-search__body {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4em 20px;
    padding: calc(20vh) 20px;
    overflow: auto;
}

.is-search-opened .popup-search__content {
    position: relative;
    margin: 0 auto;
    width: 960px;
    max-width: 100%;
    text-align: center;
}

.is-search-opened .popup-search__content form {
    padding-left: 120px;
}

.is-search-opened .popup-search__content input[type="text"] {
    padding: .5em 20px;
    width: 100%;
    background: none;
    border-width: 0 0 2px;
    border-color: #fff;
    font-size: 32px;
    color: #fff;
}

.is-search-opened .popup-search__content input[type="submit"],
.is-search-opened .d-header__search input[type="submit"]:hover,
.is-search-opened .d-header__search input[type="submit"]:active {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background-image: url(../img/ico_search_w.svg);
}

.is-search-opened .popup-search__notice {
    display: inline-block;
    margin-top: 5em;
    max-width: 420px;
    font-size: 18px;
    text-align: left;
}

.is-search-opened .popup-search__tags {
    margin-top: 2em;
    margin-right: -15px;
    font-size: 16px;
}

.is-search-opened .popup-search__tags a {
    margin-right: 10px;
    color: #ff7c7d;
}

.nav_aside {
    padding: .75em 0 1.5em;
    line-height: 20px;
}

.nav_aside ul {
    display: block;
}

.nav_aside li {
    display: block;
    margin: 0;
    padding: .9em 0 1em;
    border-bottom: 1px solid rgba(187, 125, 255, .3) !important;
}

.nav_aside em {
    display: block;
    margin-bottom: .25em;
    font-weight: 700;
}

.nav_aside strong {
    font-style: italic;
}

.nav_breadcrumbs {
    margin-bottom: 4em;
    font-weight: 700;
    font-size: 12px;
    font-family: 'GothamPro', Verdana, Geneva, sans-serif;
    text-transform: uppercase;
}

.nav_breadcrumbs__sep {
    margin: 0 15px;
}

.nav_pages {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ead8ff;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    font-family: 'GothamPro', Verdana, Geneva, sans-serif;
    color: #000;
    text-align: center;
}

.nav_pages li {
    float: left;
    margin-right: 10px;
}

.nav_pages a,
.nav_pages span {
    display: block;
    padding: .46em 0;
    width: 50px;
    color: inherit;
    text-decoration: none;
    border-radius: 100%;
}

.nav_pages span.current,
.nav_pages a:hover {
    background: #ff7c7d;
    color: #fff;
}

.nav_pages a.prev,
.nav_pages a.next {
    position: relative;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.nav_pages a.prev:before,
.nav_pages a.next:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .46em 0;
    text-indent: 0;
    text-align: center;
}

.nav_pages a.prev:before {
    content: '<';
}

.nav_pages a.next:before {
    content: '>';
}

.nav_ajax {
    position: relative;
    margin: 70px 0;
    font-size: 20px;
    text-align: center;
}

.nav_ajax a {
    position: relative;
    border-bottom: 1px dashed rgba(0, 0, 0, .15);
    color: inherit;
    text-decoration: none;
}

.nav_ajax a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -62px -55px;
    width: 110px;
    height: 125px;
    background: url(../img/ico_load.svg) 50% no-repeat;
    background-size: 100%;
    content: '';
}

.nav_ajax a:hover {
    border-bottom-color: rgba(0, 0, 0, 0);
}

.nav_ajax a strong {
    position: relative;
    z-index: 2;
}

.nav_abc {
    margin-bottom: 4em;
    font-weight: 700;
    font-size: 16px;
    font-family: 'GothamPro', Verdana, Geneva, sans-serif;
    text-transform: uppercase;
}

.nav_abc li {
    display: inline-block;
    margin: 0 4px .75em 0;
    cursor: pointer;
}

.d-slider .slider__item {
    display: block !important;
}

.slider_featured {
    margin-bottom: 4.5em;
}

.slider_featured .d-table__cell {
    position: relative;
}

.slider_featured__image {
    left: 25%;
}

.slider_featured__image figure {
    display: block;
    position: relative;
    padding-bottom: 55%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.slider_featured__image figure:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(left, #ff7c7d, #bb7dff);
    background: -moz-linear-gradient(left, #ff7c7d, #bb7dff);
    background: -ms-linear-gradient(left, #ff7c7d, #bb7dff);
    background: -o-linear-gradient(left, #ff7c7d, #bb7dff);
    background: linear-gradient(to right, #ff7c7d, #bb7dff);
    content: '';
    opacity: .5;
}

.slider_featured__descr {
    left: -75%;
}

.slider_featured__text {
    display: block;
    margin-right: -120px;
    padding: 50px 0;
    line-height: 1.25;
    color: #000;
    text-decoration: none;
}

.slider_featured__title {
    position: relative;
    padding: .125em 10px .25em;
    background: #000;
    font-weight: 700;
    font-size: 26px;
    font-family: 'GothamPro', Verdana, Geneva, sans-serif;
    color: #fff;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.slider_featured__intro {
    display: block;
    margin-top: 1em;
    font-size: 16px;
}

.slider_featured__intro p {
    display: inline;
}

.slider_featured__intro span {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.slider_featured .slick-arrow {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    margin: 0;
}

.slider_featured .slick-next {
    margin-left: 70px;
}

.slider_featured a {
    color: inherit;
}

.slider_featured a:hover .slider_featured__intro span {
    border-bottom-color: rgba(0, 0, 0, .15);
}

.article__tag {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 11px 5px 0;
    padding: 4px 8px;
    background: #bb7dff;
    font-size: 12px;
    line-height: 1;
    color: #fff !important;
    text-decoration: none;
    border-radius: 3px;
}

.list-articles h2 {
    margin-bottom: 2em;
    padding-bottom: .75em;
    border-bottom: 1px solid #e5e5e5;
}

.list-articles .nav_aside h2 {
    margin-bottom: .5em;
}

.list-articles__item {
    display: block;
    position: relative;
    margin-bottom: 3em;
}

.list-articles__item a {
    color: inherit !important;
    text-decoration: none;
}

.list-articles__item a.article__tag {
    color: #fff !important;
}

.list-articles__item figure {
    display: block;
    position: relative;
    margin-bottom: .5em;
    padding-bottom: 78%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.list-articles__item figure span,
.list-articles__item figure span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.list-articles__item figure span {
    opacity: 0;
}

.list-articles__item figure span:before {
    background: -webkit-linear-gradient(left, #ff7c7d, #bb7dff);
    background: -moz-linear-gradient(left, #ff7c7d, #bb7dff);
    background: -ms-linear-gradient(left, #ff7c7d, #bb7dff);
    background: -o-linear-gradient(left, #ff7c7d, #bb7dff);
    background: linear-gradient(to right, #ff7c7d, #bb7dff);
    content: '';
    opacity: .55;
}

.list-articles__item figure strong {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -40px;
    padding-top: 60px;
    background: url(../img/ico_comments.svg) 50% 0 no-repeat;
    font-size: 16px;
    font-family: 'GothamPro', Verdana, Geneva, sans-serif;
    color: #fff;
    text-align: center;
}

.list-articles__meta {
    display: block;
    margin-bottom: .75em;
}

.list-articles__date,
.article__date {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}

.list-articles__title {
    display: block;
    /* color: #000; */
}

.list-articles__preview {
    margin-top: 1em;
    display: block;
    font-size: 16px;
}

.list-articles__item a:hover .list-articles__title span {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.list-articles__item:hover figure span {
    opacity: 1;
}

.list-articles .aside_popular {
    float: right;
}

.list-articles .d-col:nth-child(even) .article__tag {
    background: #ff7c7d;
}

.list-brands h2 {
    padding-bottom: 1em;
    font-size: 26px;
}

.list-brands ul {
    display: block !important;
    margin-bottom: 2em;
}

.list-brands li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -.25em .5em 0;
    padding-right: 15px;
    width: 25%;
    border: 0 !important;
    font-style: italic;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-brands .nav_brands {
    margin-bottom: 2em;
    font-family: 'GothamPro', Verdana, Geneva, sans-serif;
}

.list-brands .nav_brands ul {
    margin-bottom: .5em;
}

.list-brands .nav_brands li {
    margin: 4px;
    padding: 0;
    width: auto;
    font-style: normal;
    font-weight: 700;
    color: #b9b9b9;
}

.list-brands .nav_brands_sm {
    font-size: 16px;
}

.list-brands .nav_brands_sm li {
    margin: 0;
}

.list-dict h2 {
    margin-bottom: 1.5em;
}

.list-dict ul {
    margin-bottom: 3em;
}

.content_brand h1 {
    margin-bottom: 3em;
    text-align: center;
}

.logo_brand img {
    display: block;
    margin: 1.5em auto 3em;
}

.box-subscribe {
    position: relative;
    margin: 1.67em 0;
    background: url(../img/bg_subscribe.jpg) 50% no-repeat;
    background-size: cover;
    color: #fff;
}

.box-subscribe__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.box-subscribe .d-table {
    position: relative;
    z-index: 5;
    width: 100%;
}

.box-subscribe .d-table__cell {
    padding-top: 5em;
    padding-bottom: 5em;
}

.box-subscribe__descr {
    padding-left: 7%;
    padding-right: 30px;
}

.box-subscribe__form {
    padding-right: 7%;
}

.box-subscribe h2 {
    margin-bottom: .25em;
    color: inherit;
}

.box-subscribe p {
    margin: 0;
}

.box-subscribe form {
    position: relative;
    padding-right: 35px;
}

.box-subscribe input {
    width: 100%;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, .5);
    color: inherit;
}

.box-subscribe input:focus {
    border-color: #fff;
}

.box-subscribe input[type="submit"] {
    position: absolute;
    top: 9px;
    right: 0;
    padding: 0;
    width: 70px;
    height: 50px;
    background: #bb7dff url(../img/ico_email.svg) 50% no-repeat !important;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
}

.box-banner {
    margin: 1.67em 0;
}

.box-banner a {
    display: block;
    color: #b9b9b9;
    text-decoration: none;
}

.box-banner img {
    display: block;
    width: 100%;
}

.box-banner figcaption {
    margin-top: .5em;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
}

#contact-box {
    margin: 3em 0 6em;
    padding-top: 3em;
    border-top: 1px solid #e5e5e5;
}

#contact-box #contact-form,
#contact-box #response {
    max-width: 700px;
}

#contact-box .contact-left {
    float: none;
    margin: 0 -15px;
}

#contact-box .contact-left .input-block {
    float: left;
    padding: 0 15px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact-box .contact-left input {
    width: 100%;
}

#contact-box .contact-right {
    float: none;
}

#contact-box .contact-right textarea {
    width: 100%;
}

.comment-respond {
    padding: 2em 65px;
}

.comment-reply-title {
    margin-bottom: 1em;
    font-size: 26px;
}

.comment-respond .comment-left {
    float: none;
    margin: 0 -15px;
}

.comment-respond .comment-left .input-block {
    float: left;
    padding: 0 15px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.comment-respond .comment-left input {
    width: 100%;
}

.comment-respond .comment-right {
    float: none;
}

.comment-respond .comment-right textarea {
    width: 100%;
}

.comment-respond .form-submit {
    margin: .5em 0 0;
}

.mc4wp-checkbox-wp-comment-form {
    display: none;
}

.article {
    display: block;
    margin: 4em 0;
}

.article__picture {
    margin-bottom: -px;
    min-height: 200px;
}

.article__picture img {
    display: block;
    width: 100%;
    height: auto;
}

.article__body {
    position: relative;
    z-index: 2;
    margin: 0 140px;
    padding: 3em 60px 1em;
    min-height: 150px;
    background: #fff;
}

.article__body h1 {
    text-transform: uppercase;
}

.article__meta {
    margin: 1em 0 3em;
}

.article__date {
    margin-right: 30px;
}

.article__comments {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}

.article__share {
    margin: 2em 0 5em;
    padding: 20px 60px;
    background: #f5f5f5;
    color: #000;
    text-align: right;
}

.article__share h4 {
    float: left;
    margin: 0 15px 0 0;
    padding: 15px 0;
}

.article__share .fa, .article__share .fab {
    margin: 5px 0 5px 6px;
    padding: 10px 0;
    width: 130px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.article__share .fa-facebook {
    background: #36609c;
}

.article__share .fa-vk {
    background: #6087aa;
}

.article_shop .article__body h1 {
    display: inline-block;
}

.article_shop .shop-links {
    float: right;
    margin-left: 30px;
}

.article_shop .shop-links p {
    margin: 0;
}

.article_shop .shop-links .nav_socials {
    margin-top: .75em;
}

.article_shop .article__tag {
    background: #ff7c7d;
}

.article_shop .shop-info {
    clear: both;
    padding-top: 1em;
}

.article_shop .shop-info__addr {
    margin-bottom: 1.5em;
}

.article_shop .shop-info__schedule {
    margin-top: .5em;
}

.article_shop .shop-info__phone {
    margin-top: .5em;
}

.article_shop_top {}

.article_shop_bottom {
    padding-top: 1em;
}

.comments {
    margin: 4em 0 2em;
}

.comments h2 {
    margin: 0;
    padding-bottom: .75em;
    border-bottom: 1px solid #e5e5e5;
}

.comments h5 {
    display: none;
}

.comments li {
    margin-bottom: 0;
}

.comments-list,
.comments-list>li,
.comments-list ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-list ol .comment-wrap {
    padding-left: 65px;
}

.comment-wrap {
    padding: 2em 0;
    border-bottom: 1px solid #e5e5e5;
}

.comment-avatar {
    float: left;
    font: normal normal normal 40px/1 im;
    color: #ff7c7d;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.comment-avatar:before {
    content: '\e902';
}

.comment-avatar img {
    display: none;
}

.comment-body {
    margin-left: 65px;
}

.comment-body h6 {
    margin: 0;
    font-style: italic;
    font-size: 1em;
    font-family: 'PT Serif', Arial, Helvetica, sans-serif;
}

.comment-body p {
    margin: 0;
}

.comment-body .comment-button {
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 14px;
}

.comment-body .comment-button a {
    text-decoration: none;
}

.comment-body .elements-box {
    margin-top: 1em;
}

.entry-date {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    color: #b9b9b9;
}

.entry-date .fa {
    display: none;
}

.catalog-filter fieldset li {
    margin: 0;
    padding: .25em 0;
}

.catalog-filter fieldset label {
    font-weight: 400;
}

.catalog-filter__box {
    margin-bottom: 1.5em !important;
}

.catalog-filter__toggle {
    margin-bottom: 1.25em;
    padding-bottom: .75em;
    border-bottom: 1px solid #ead8ff;
}

.catalog-filter__fields {
    padding-right: 15px;
    max-height: 400px;
    overflow: auto;
}

.catalog-filter__fields li a {
    font-style: italic;
}

.catalog-filter__fields li.current-cat a {
    font-weight: 700;
}

.catalog-filter__fields_price {
    padding: 0;
    max-height: none;
    overflow: visible;
}

.catalog-filter__btns {
    margin-top: 1em;
    text-align: center;
}

.catalog-filter__btns button {
    margin-top: 1.5em;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.catalog-filter__btns button.reset {
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    border-bottom: 1px dashed !important;
    color: inherit !important;
    border-radius: 0 !important;
}

.catalog-filter input[type="text"] {
    background: #fff !important;
    border-color: transparent;
    font-size: 18px;
}

.catalog-filter input[type="text"]:focus {
    border-color: #d1d1d1;
}

.catalog-filter__fields_price input[type="text"] {
    width: 45%;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.catalog-section__sort {
    margin-bottom: 1em;
    text-align: right;
}

.catalog-section__sort a {
    display: none;
    position: relative;
    margin-right: 30px;
    font-weight: 700;
    font-size: 16px;
    font-family: 'GothamPro', Verdana, Geneva, sans-serif;
}

.catalog-section__sort a.current {
    display: inline;
}

.catalog-section__sort a .fa {
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -.5em;
    opacity: .5;
}

.catalog-section__sort label {
    margin-right: 50px;
    font-weight: 400;
}

.catalog-section__items {}

.catalog-section__item a {
    display: block;
    margin-bottom: 3em;
}

.catalog-section__item figure {
    display: block;
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 127%;
    background-color: #f5f5f5;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.catalog-section__item figure strong {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    padding-top: 14px;
    width: 60px;
    height: 60px;
    background: #ff7c7d;
    font-size: 16px;
    line-height: 1;
    font-family: 'GothamPro', Verdana, Geneva, sans-serif;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

.catalog-section__item em {
    display: block;
    margin-bottom: .5em;
    font-size: 14px;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog-item__price {
    display: block;
    margin: 0;
    font-size: 16px;
    color: #000;
    text-align: left;
}

.page-offset {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.list-contacts {
    margin: 0 -4em 0 0;
}

.list-contacts .d-ib {
    margin: 1.5em 4em 0 0;
}

.list-contacts p {
    margin: 0;
}

.list-contacts strong {
    color: #ff7c7d;
}

#d-footer {
    margin-top: 5em;
    padding-top: 3.5em;
    background: #ede9f3;
}

.d-footer__info {
    display: inline-block;
    text-align: right;
}

.d-footer__info .d-logo {
    margin-bottom: .25em;
}

.d-footer__contact {
    margin-top: .5em;
    font-weight: 700;
    font-size: 16px;
    font-family: 'GothamPro', Verdana, Geneva, sans-serif;
}

#d-wrap .d-footer__socials {
    margin-top: 2em;
}

.d-footer__socials .nav_socials .fa {
    margin-left: 10px;
    margin-right: 0;
}

.d-footer__title {
    margin: 1em 0;
    padding: .5em 0;
    border-bottom: 1px solid rgba(174, 158, 197, .3);
    font-weight: 700;
    font-size: 20px;
    color: #ae9ec5;
}

.nav_footer {
    font-weight: 700;
    font-size: 16px;
    font-family: 'GothamPro', Verdana, Geneva, sans-serif;
}

.nav_footer li {
    display: block;
    margin: 0 0 .5em;
    border: 0 !important;
}

.nav_footer li ul {
    display: none !important;
}

.nav_footer_sections {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.nav_info {
    margin-top: 2.5em;
    padding: .75em 0;
    border-top: 1px solid rgba(174, 158, 197, .3);
    font-size: 14px;
    font-family: 'Georgia', serif;
    color: #000;
    text-align: center;
}

.nav_info ul {
    display: block;
}

.nav_info li {
    display: inline-block;
    margin: .75em 10px;
    border: 0 !important;
}

.nav_info a {
    opacity: .5;
}

.nav_info a:hover {
    color: inherit;
    opacity: 1;
}

.royalSlider.rsFullscreen {
    z-index: 777;
}

.wp-caption {
    max-width: 100%;
}

.page-id-2292 h1,
.page-id-64 h1,
.page-id-29110 h1 {
    display: none;
}

.lnk_radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-style: italic;
}

.lnk_radio:before {
    position: absolute;
    top: .2em;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #e5e5e5;
    content: '';
    border-radius: 10px;
}

.active .lnk_radio {
    font-weight: 700;
}

.active .lnk_radio:before {
    background: #ff7c7d;
}

.nav_radios li {
    margin-bottom: .5em;
}

.nav_tags {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
    font-size: 0;
}

.nav_tags a {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    padding: .5em 10px;
    border: 1px solid;
    font-style: italic;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 1;
    text-decoration: none;
    border-radius: 3px;
}

.nav_tags a:hover {
    background: #ff7c7d;
    border-color: #ff7c7d;
    color: #fff;
}

.shops-filter {
    margin: 1.5em 0;
    padding: 1.25em 0 .75em;
    border: solid #e5e5e5;
    border-width: 1px 0;
}

.shops-filter .d-col {
    margin-bottom: 1em;
}

.shops-filter .nav_radios {
    padding-top: 1.65em;
}

.list-shops {
    margin-top: 2em;
}

.list-shops h2 {
    margin-top: 1em;
}

.list-shops__row {
    padding: .5em 0;
    border-bottom: 1px solid #e5e5e5;
}

.list-shops__item {
    margin: 1em 0;
    width: 100%;
}

.list-shops__item .d-table__cell {
    vertical-align: top;
}

.list-shops__item__address {
    margin-top: .5em;
}

.list-shops__item__meta {
    padding: 0 30px;
    width: 33%;
}

.list-shops__item__phone {
    margin-top: .5em;
}

.list-shops__item__links {
    width: 25%;
}

.list-shops__item__links .d-ib {
    margin: 0 10px 10px 0;
    line-height: 1;
}

.list-shops__item__links .nav_socials {
    vertical-align: middle;
}

.shops-filter__switch {
    display: none;
}

.list-shops__section.is-hidden {
    display: none;
}

.list-shops__row.is-hidden {
    display: none;
}

.shops-search {
    position: relative;
}

.shops-search button.btn,
.shops-search button.btn:hover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 20px;
    background: none;
    border: 0;
    color: #999;
}

.page-wrap .mejs-button>button {
    background: transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px;
    transition: all 0s;
}

.page-wrap .mejs-controls button:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-image: url(/wp-includes/js/mediaelement/mejs-controls.svg);
}

.page-wrap .mejs-button>button:focus {
    outline: 1px dotted #999
}

.page-wrap .mejs-play>button {
    background-position: 0 0
}

.page-wrap .mejs-pause>button {
    background-position: -20px 0
}

.page-wrap .mejs-replay>button {
    background-position: -160px 0
}

.page-wrap .mejs-fullscreen-button>button {
    background-position: -80px 0
}

.page-wrap .mejs-unfullscreen>button {
    background-position: -100px 0
}

.page-wrap .mejs-mute>button {
    background-position: -60px 0
}

.page-wrap .mejs-unmute>button {
    background-position: -40px 0
}

.page-wrap .mejs-volume-button {
    position: relative
}

.page-wrap .mejs-volume-button>.mejs-volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, .7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    z-index: 1
}

.page-wrap .mejs-volume-button:hover {
    border-radius: 0 0 4px 4px
}

.page-wrap .mejs-captions-button,
.page-wrap .mejs-chapters-button {
    position: relative
}

.page-wrap .mejs-captions-button>button {
    background-position: -140px 0
}

.page-wrap .mejs-chapters-button>button {
    background-position: -180px 0
}

.page-wrap .mejs-captions-button>.mejs-captions-selector,
.page-wrap .mejs-chapters-button>.mejs-chapters-selector {
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px
}

.page-wrap .mejs-chapters-button>.mejs-chapters-selector {
    margin-right: -55px;
    width: 110px
}

.nav_catalog {
    position: relative;
    z-index: 111;
    margin: 0 -2px 34px;
}

.nav_catalog__section {
    width: 33.33%;
}

.nav_catalog__section__link {
    display: block;
    position: relative;
    margin: 0 2px;
    padding: 1.45em 5px 1.45em 17.5%;
    background: #bb7dff;
    font-weight: 700;
    line-height: 1;
    font-family: 'GothamPro', Verdana, Geneva, sans-serif;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
}

.nav_catalog__section__link figure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.nav_catalog__section__link span {
    position: relative;
    z-index: 2;
}

.nav_catalog__section__items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 2px;
    padding: 0 5%;
    background: #000;
    border-top: 4px solid #fff;
}

.nav_catalog__section__items>li>a {
    display: block;
    padding: 1.75em 0;
    border: solid transparent;
    border-width: 4px 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    font-family: 'GothamPro', Verdana, Geneva, sans-serif;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
}

.nav_catalog__section__items>li>a .fa {
    display: none;
}

.nav_catalog__section__sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 4% 41.66% 4% 6%;
    background: #fff;
    box-shadow: 0 5px 60px -20px rgba(36, 36, 36, .5);
}

.nav_catalog__section__sub figure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 58.37%;
    right: 0;
}

.nav_catalog__section__sub h2 {
    margin-bottom: 1.5em;
}

.nav_catalog__section__sub ul {
    font-size: 16px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.nav_catalog__section__sub ul li {
    margin-bottom: .5em;
}

.nav_catalog__section__items>li:hover>a {
    border-bottom-color: #ff7c7d;
}

.nav_catalog__section__items>li:hover .nav_catalog__section__sub {
    display: block;
}

.nav_catalog .nav_catalog__section:nth-child(2) .nav_catalog__section__link {
    background: #ff7c7d;
}

.nav_catalog .nav_catalog__section:nth-child(3) .nav_catalog__section__link {
    background: #eec83e;
}

.nav_catalog.is-opened {
    margin-bottom: 100px;
}

.nav_catalog__section.is-off .nav_catalog__section__link {
    background: #ede9f3 !important;
    color: #000 !important;
}

.nav_catalog__section.is-off .nav_catalog__section__link figure {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    opacity: .35;
}

.nav_catalog__section.is-on .nav_catalog__section__items__wrap {
    display: block;
}

.catalog-sections {
    margin-bottom: 20px;
    font-size: 0;
}

.catalog-sections__item {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-bottom: 60px;
    width: 33.33%;
}

.catalog-sections__link {
    display: block;
    position: relative;
    padding-left: 25%;
    color: inherit;
    text-decoration: none;
}

.catalog-sections__link figure {
    padding-bottom: 120%;
}

.catalog-sections__link span {
    position: absolute;
    bottom: 1em;
    left: 0;
}

.catalog-sections__link strong {
    display: inline-block;
    padding: .125em 10px;
    background: #000;
    font-size: 26px;
    font-family: 'GothamPro', Verdana, Geneva, sans-serif;
    color: #fff;
}

.catalog-sections__link em {
    display: block;
    margin-top: 1.5em;
    max-width: 145px;
    min-height: 2.8em;
    font-style: normal;
    font-size: 14px;
}

.catalog-sections .catalog-sections__item:nth-child(1),
.catalog-sections .catalog-sections__item:nth-child(2) {
    width: 50%;
}

.catalog-sections .catalog-sections__item:nth-child(1) .catalog-sections__link,
.catalog-sections .catalog-sections__item:nth-child(2) .catalog-sections__link {
    padding-left: 16.665%;
}

.catalog-sections .catalog-sections__item:nth-child(1) .catalog-sections__link figure,
.catalog-sections .catalog-sections__item:nth-child(2) .catalog-sections__link figure {
    padding-bottom: 67.4%;
}


/*** MEDIA QUERIES ***/

@media (max-width:1200px) {
    html,
    body {
        min-width: 990px;
    }
    .d-hide_lg {
        display: none !important;
    }
    .d-show_lg {
        display: block !important;
    }
    .d-fn_lg {
        float: none;
    }
    .d-fl_lg {
        float: left;
    }
    .d-fr_lg {
        float: right;
    }
    .d-tac_lg {
        text-align: center;
    }
    .d-tal_lg {
        text-align: left;
    }
    .d-tar_lg {
        text-align: right;
    }
    .d-grid {
        max-width: 100%;
    }
    .is-fixed-layout .d-grid {
        width: 960px;
    }
    .d-header__nav.nav_main {
        font-size: 12px;
    }
    .d-header__nav.nav_main li {
        margin-left: 10px;
    }
    .d-header__nav.nav_sections {
        font-size: 11px;
    }
    .article__body {
        margin: 0 30px;
        padding: 3em 60px 1em;
    }
    .comment-respond {
        padding: 2em 0;
    }
}

@media (max-width:1023px) {
    html,
    body {
        min-width: 320px;
    }
    .d-hide_md {
        display: none !important;
    }
    .d-show_md {
        display: block !important;
    }
    .d-fn_md {
        float: none;
    }
    .d-fl_md {
        float: left;
    }
    .d-fr_md {
        float: right;
    }
    .d-tac_md {
        text-align: center;
    }
    .d-tal_md {
        text-align: left;
    }
    .d-tar_md {
        text-align: right;
    }
    .is-fixed-layout .d-grid {
        width: 735px;
    }
    h1,
    .h1,
    .article__intro-block h1 {
        font-size: 20px;
    }
    h2,
    .h2 {
        font-size: 18px;
    }
    h3,
    .h3 {
        font-size: 16px;
    }
    h4,
    .h4,
    .fs_s {
        font-size: 14px;
    }
    h5,
    .h5,
    .fs_xs {
        font-size: 13px;
    }
    h6,
    .h6,
    .fs_xxs {
        font-size: 12px;
    }
    blockquote {
        font-size: 20px;
    }
    #d-header {
        padding-top: 20px;
        height: 70px;
        background: #fff;
    }
    #d-header:after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 15px;
        height: 0;
        border-bottom: 1px solid #fe9ea0;
        content: '';
    }
    .d-logo {
        position: absolute;
        top: 0;
        left: 50%;
        width: 150px;
        margin-left: -75px;
    }
    .d-logo span {
        margin-top: .25em;
        font-size: 9px;
    }
    .d-header__search {
        position: absolute;
        z-index: 13;
        top: -10px;
        right: 0;
        float: none;
        margin-left: 0;
        padding: 20px 55px 20px 15px;
        background: #fff;
    }
    .d-header__search form {
        display: none;
    }
    .d-header__search input[type="text"] {
        width: 100%;
    }
    .d-header__search input[type="submit"],
    .d-header__search input[type="submit"]:hover,
    .d-header__search input[type="submit"]:active {
        position: absolute;
        top: 20px;
        right: 15px;
        float: none;
        margin: 0;
    }
    .d-header__search__toggle {
        margin: 20px 15px 0 0;
    }
    .is-search-opened .popup-search__content form {
        display: block;
        padding-left: 50px;
    }
    .is-search-opened .popup-search__content input[type="text"] {
        padding: .5em 20px;
        border-width: 0 0 1px;
        font-size: 16px;
    }
    .is-search-opened .popup-search__content input[type="submit"],
    .is-search-opened .d-header__search input[type="submit"]:hover,
    .is-search-opened .d-header__search input[type="submit"]:active {
        width: 40px;
        height: 40px;
    }
    .is-search-opened .popup-search__notice {
        margin-top: 2em;
        font-size: 14px;
    }
    .is-search-opened .popup-search__tags {
        font-size: 14px;
    }
    #d-content {
        margin-top: 20px;
    }
    .slider_featured .d-table,
    .slider_featured .d-table__cell {
        display: block;
        left: 0;
    }
    .slider_featured__text {
        margin: 20px 0 0;
        padding: 0;
    }
    .slider_featured__title {
        font-size: 20px;
    }
    .slider_featured .slick-arrow {
        top: 100%;
        bottom: auto;
    }
    .box-subscribe,
    .box-subscribe .d-table__cell {
        display: block;
    }
    .box-subscribe .d-table__cell {
        padding: 20px;
    }
    .box-subscribe .box-subscribe__form {
        padding-top: 0;
        padding-right: 10px;
    }
    .page-wrap input,
    .page-wrap select,
    .page-wrap textarea,
    #colorbox input,
    #colorbox select,
    #colorbox textarea {
        padding: 1.185em 15px;
    }
    #d-footer {
        margin-top: 2em;
        padding-top: 2em;
    }
    .d-footer__info {
        display: block;
        margin-bottom: 1em;
        text-align: left;
    }
    .d-footer__info .d-logo {
        position: static;
        left: 0;
        margin-left: 0;
        margin-bottom: .75em;
    }
    .d-footer__contact {
        margin-top: 0;
    }
    #d-footer .d-row {
        position: relative;
    }
    #d-footer .d-col {
        position: static;
    }
    #d-wrap .d-footer__socials {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: 20px;
        text-align: center;
    }
    #d-wrap .d-footer__socials .b-share__handle {
        margin: 0 5px;
    }
    .d-footer__title {
        position: relative;
        margin: 0;
        padding: .75em 0;
        cursor: pointer;
    }
    .d-footer__title .fa {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -.5em;
    }
    .nav_footer ul {
        display: none !important;
    }
    .nav_footer_sections {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .is-nav-opened .d-footer__title .fa {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .is-nav-opened .nav_footer ul {
        display: block !important;
        margin-top: 1em;
    }
    .nav_info {
        margin-top: 70px;
        padding: 1em 0;
    }
    .nav_info li {
        display: block;
        margin: .25em 0;
    }
    .nav_breadcrumbs {
        display: none;
    }
    .article {
        margin-top: 0;
        margin-bottom: 2em;
    }
    .article__body {
        margin: 0;
        padding: 0;
    }
    .article__meta {
        margin-bottom: 1.5em;
    }
    .article__thumb {
        margin: 1.5em 0;
    }
    .article__thumb img {
        display: block;
        width: 100%;
    }
    .article__share {
        margin: 2em 0;
        padding: 20px 0 20px 20px;
        text-align: left;
    }
    .article__share h4 {
        float: none;
        margin: 0 20px 1em 0;
        padding: 0;
    }
    .article__share .fa {
        margin: 5px 15px 5px 0;
        width: 115px;
    }
    .comments {
        margin-top: 2em;
    }
    .comment-wrap {
        padding: 1.5em 0;
    }
    .comment-avatar {
        display: none;
    }
    .comment-body {
        margin-left: 0;
    }
    .comment-body header {
        height: auto;
    }
    .comments-list ol .comment-wrap {
        padding-left: 0;
    }
    .comment-reply-title {
        font-size: 20px;
    }
    .comment-respond .comment-left .input-block {
        width: 100%;
    }
    .list-articles_similar h2 {
        margin-bottom: 1em;
    }
    .list-articles_similar .list-articles__item {
        margin-bottom: 1em;
    }
    .list-articles_similar .list-articles__item:after {
        display: block;
        clear: both;
        height: 0;
        content: '';
        overflow: hidden;
    }
    .list-articles_similar .list-articles__item figure {
        float: left;
        margin: .5em 0 0;
        padding: 0;
        width: 130px;
        height: 100px;
    }
    .list-articles_similar .list-articles__meta {
        margin: 0 0 .25em 145px;
    }
    .list-articles_similar .list-articles__title {
        margin: 0 0 0 145px;
    }
    .list-brands li {
        width: 33.33%;
    }
    .list-brands .is-m-hidden {
        display: none;
    }
    .list-brands .current {
        display: block;
    }
    #respond .comment-left,
    #respond .comment-right,
    #contact-box .contact-left,
    #contact-box .contact-right {
        width: auto;
    }
    #contact-box {
        margin: 2em 0;
        padding-top: 2em;
    }
    #contact-box .contact-left .input-block {
        width: 100%;
    }
    .catalog-section .catalog-filter__switch {
        margin-bottom: 2em;
        padding-left: 15px;
        padding-right: 15px;
        cursor: pointer;
    }
    .catalog-section .catalog-filter__switch span {
        border-bottom: 1px dashed;
    }
    .catalog-section__filter {
        position: static;
    }
    .catalog-filter__overlay {
        display: none;
        position: absolute;
        z-index: 700;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, .8);
    }
    .catalog-filter {
        display: none;
        position: absolute;
        z-index: 710;
        top: 110px;
        left: 15px;
        right: 15px;
        padding: 20px;
        background: #fff;
        border-radius: 4px;
    }
    .catalog-filter__header {
        display: block;
        margin: -20px -20px 1.75em;
        padding: 15px 20px;
        border-bottom: 1px solid #ead8ff;
        font-weight: 700;
        font-size: 12px;
        font-family: 'GothamPro', Verdana, Geneva, sans-serif;
        text-align: right;
        text-transform: uppercase;
    }
    .catalog-filter__header .d-lnk-js {
        border-color: #2b2b2b;
    }
    .catalog-filter__box {
        margin-bottom: 0 !important;
        padding-bottom: 1.5em !important;
        border-bottom: 1px solid #ead8ff !important;
    }
    .catalog-filter__toggle {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0;
        cursor: pointer;
    }
    .catalog-filter__toggle .fa {
        position: absolute;
        top: .125em;
        right: 0;
        color: #ae9ec5;
        opacity: .5;
    }
    .catalog-filter__fields {
        display: none;
        margin-top: 1.5em;
    }
    .is-flds-opened .catalog-filter__fields {
        display: block;
    }
    .is-flds-opened .catalog-filter__toggle .fa {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .is-filter-opened .catalog-filter__overlay,
    .is-filter-opened .catalog-filter {
        display: block;
    }
    .catalog-section__sort {
        text-align: left;
    }
    .catalog-section__sort label {
        margin-bottom: .5em;
        width: 100%;
    }
    .catalog-item__price {
        font-size: 26px;
    }
    .nav_catalog__section__link {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
        text-align: center;
    }
    .nav_catalog__section__link figure {
        display: none;
    }
    .nav_catalog__section__items {
        display: block;
        padding: 0;
    }
    .nav_catalog__section__items>li {
        position: relative;
    }
    .nav_catalog__section__items>li>a {
        position: relative;
        padding: 1.4em 30px;
        border: 0;
        border-bottom: 1px solid #383838;
    }
    .nav_catalog__section__items>li:hover>a {
        border-bottom-color: #383838;
    }
    .nav_catalog__section__items>li:hover .nav_catalog__section__sub {
        display: none;
    }
    .nav_catalog__section__items>li>a .fa {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 46px;
        text-align: center;
        font-size: 18px;
    }
    .nav_catalog__section__items>li>a .fa:before {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -.5em;
    }
    .nav_catalog__section__items>li.is-opened>a .fa:before {
        content: '\f107';
    }
    .nav_catalog__section__items>li.is-opened .nav_catalog__section__sub {
        display: block;
    }
    .nav_catalog__section__sub {
        display: none;
        position: static;
        top: 0;
        padding: 0;
        background: none;
        box-shadow: none;
    }
    .nav_catalog__section__sub figure {
        display: none;
    }
    .nav_catalog__section__sub h2 {
        display: none;
    }
    .nav_catalog__section__sub ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        color: #fff;
    }
    .nav_catalog__section__sub ul li {
        margin-bottom: 0;
    }
    .nav_catalog__section__sub ul li a {
        display: block;
        padding: .65em 15px .75em 50px;
        border-bottom: 1px solid #383838;
    }
    .catalog-sections {
        margin: 0 -8px 20px;
    }
    .catalog-sections__item {
        margin-bottom: 30px;
        padding: 0 8px;
        width: 50%;
    }
    .catalog-sections__link {
        padding-left: 0;
    }
    .catalog-sections__link span {
        display: block;
        position: relative;
        margin-top: -30px;
        bottom: 0;
        padding: 0 10px;
    }
    .catalog-sections__link strong {
        padding: .375em 10px .5em;
        font-size: 16px;
    }
    .catalog-sections__link em {
        margin-top: .75em;
        max-width: unset;
        min-height: unset;
        font-size: 16px;
        line-height: 1.25;
    }
    .catalog-sections .catalog-sections__item:nth-child(1),
    .catalog-sections .catalog-sections__item:nth-child(2) {
        width: 100%;
    }
    .catalog-sections .catalog-sections__item:nth-child(1) .catalog-sections__link,
    .catalog-sections .catalog-sections__item:nth-child(2) .catalog-sections__link {
        padding-left: 0;
    }
    .catalog-sections .catalog-sections__item:nth-child(1) .catalog-sections__link figure,
    .catalog-sections .catalog-sections__item:nth-child(2) .catalog-sections__link figure {
        padding-bottom: 67.4%;
    }
    #sidebar_poddelka img {
        height: auto !important;
    }

    #nightHeader{
        padding-top: 20px;
        height: 70px;
        background: #111111;
    }
}

@media (max-width:767px) {
    .d-hide_sm {
        display: none !important;
    }
    .d-show_sm {
        display: block !important;
    }
    .d-fn_sm {
        float: none;
    }
    .d-fl_sm {
        float: left;
    }
    .d-fr_sm {
        float: right;
    }
    .d-tac_sm {
        text-align: center;
    }
    .d-tal_sm {
        text-align: left;
    }
    .d-tar_sm {
        text-align: right;
    }
    .is-fixed-layout .d-grid {
        width: 612px;
    }
    .nav_abc {
        margin-bottom: 2em;
    }
    .list-brands li {
        width: 50%;
    }
    .list-shops__item,
    .list-shops__item .d-table__cell {
        display: block;
        width: 100%;
    }
    .list-shops__item .d-table__cell+.d-table__cell {
        margin-top: .75em;
    }
    .list-shops__item__meta {
        padding: 0;
    }
    .shops-filter {
        padding-top: 0;
        border-top: 0;
    }
    .shops-filter__switch {
        margin-bottom: 1em;
        padding-left: 15px;
        padding-right: 15px;
    }
    .shops-filter__switch span {
        border-bottom: 1px dashed;
    }
    .shops-filter__overlay {
        display: none;
        position: absolute;
        z-index: 700;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, .8);
    }
    .shops-filter__body {
        display: none;
        position: absolute;
        z-index: 710;
        top: 110px;
        left: 15px;
        right: 15px;
        padding: 20px;
        background: #fff;
        border-radius: 4px;
    }
    .shops-filter__header {
        display: block;
        margin: -20px -20px 1.75em;
        padding: 15px 20px;
        border-bottom: 1px solid #ead8ff;
        font-weight: 700;
        font-size: 12px;
        font-family: 'GothamPro', Verdana, Geneva, sans-serif;
        text-align: right;
        text-transform: uppercase;
    }
    .shops-filter__header .d-lnk-js {
        border-color: #2b2b2b;
    }
    .is-filter-opened .shops-filter__overlay,
    .is-filter-opened .shops-filter__body {
        display: block;
    }
    .article_shop .shop-links {
        float: none;
        margin: 0 0 .5em 0;
    }
}

@media (max-width:639px) {
    .d-hide_xs {
        display: none !important;
    }
    .d-show_xs {
        display: block !important;
    }
    .d-fn_xs {
        float: none;
    }
    .d-fl_xs {
        float: left;
    }
    .d-fr_xs {
        float: right;
    }
    .d-tac_xs {
        text-align: center;
    }
    .d-tal_xs {
        text-align: left;
    }
    .d-tar_xs {
        text-align: right;
    }
    .is-fixed-layout .d-grid {
        width: 100%;
    }
    .list-brands li {
        padding-right: 0;
        width: 100%;
    }
    .nav_catalog__section__link {
        font-size: 11px;
    }
}


/*** PRINT STYLES ***/

@media print {
    @page {
        margin: 0.5cm;
    }
    * {
        background: #fff !important;
        color: #333 !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        border: 0 !important;
        color: #333 !important;
        text-decoration: underline !important;
    }
    abbr:after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #333;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

div#new-royalslider-138 .rsSlide {
    /*   opacity: 1;*/
}

div#new-royalslider-138.rsUni,
div#new-royalslider-138.rsUni .rsOverflow,
div#new-royalslider-138.rsUni .rsSlide,
div#new-royalslider-138.rsUni .rsVideoFrameHolder,
div#new-royalslider-138.rsUni .rsThumbs {
    /*   background: #fff !important;*/
}

div#new-royalslider-138 .rsSlide.rsActiveSlide {
    /*   opacity: 1;*/
}

.rsUni {
    margin-left: -25%;
}

.rsUni.rsHor .rsArrowLeft {
    left: 50%;
    margin-left: -35%;
}

.rsUni.rsHor .rsArrowRight {
    right: 50%;
    margin-right: -35%;
}

.list-articles.list-brands .nav_brands li:first-child {
    min-width: 200px;
}

.wp-video button {
    padding: 0 !important;
}

.pageviews-placeholder:before {
    content: "";
    float: left;
    width: 20px;
    /*эти размеры определяют область, которая будет «вырезана» из спрайта*/
    height: 20px;
    margin: 0 5px 0 0;
    background: url(https://soberger.ru/wp-content/uploads/2019/01/eye3.png);
    opacity: 0.5;
}

.sidebar_poddelka_ul {
    margin-left: 0 !important;
}

.sidebar_poddelka_list {
    list-style-type: none !important;
}

#sidebar_poddelka img {
    width: 100% !important;
    height: 280.75px;
}

.sidebar_poddelka_content p {
    font-size: 16px;
    margin-top: 1em;
}

.sidebar_poddelka_title a {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    line-height: normal;
    font-family: 'ALSStory', Verdana, Geneva, sans-serif;
    text-decoration: none;
}

.sidebar_poddelka_date {
    margin-bottom: .75em;
    margin-top: .75em;
    margin-right: 0px !important;
}

.publish__group {
    margin: 30px 0;
}

.publish__label {
    font-size: 22px;
    font-weight: 600;
}

.publish__sublabel {
    font-size: 16px;
}

input[type="text"].publish__input,
input[type="email"].publish__input,
.publish__textarea {
    padding: 1.185em 30px;
    height: auto;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    width: 600px;
    transition: all .2s linear;
    margin-top: 15px;
}

.publish__textarea {
    height: 500px;
}

input[type="text"].publish__input:focus,
input[type="email"].publish__input:focus,
.publish__textarea:focus {
    border-color: #bb7dff;
}

.publish__label__radio {
    display: inline-block;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    margin: 15px 0 0;
}

.publish__label__radio::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
}

.publish__label__radio::after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #bb7dff;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 3px;
    display: none;
}

.publish__radio input[type="radio"] {
    display: none;
}

.publish__radio span.wpcf7-list-item {
    margin: 0;
}


/* .publish__radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
} */

.publish__label__radio.active::before,
.publish__label__radio:hover::before {
    border-color: #bb7dff;
}

.publish__label__radio.active::after {
    display: block;
}

.publish__input__files {
    position: absolute;
    z-index: -100;
    opacity: 0;
    display: none;
}

.publish__files {
    display: flex !important;
    align-items: flex-start;
    width: 300px;
    border: 2px dashed #d1d1d1;
    background-color: #eee;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 15px;
}

.publish__files__icon {
    display: block;
    width: 60px;
    height: 40px;
    background: url(../img/icon-clip.svg) no-repeat center;
    background-size: contain;
}

.publish__files__text {
    width: calc(100% - 60px);
    padding: 6px 10px 0;
}

.publish__files__text .small {
    display: block;
    font-size: 14px;
    line-height: 14px;
}

.publish__files__name {
    margin-top: 10px;
}

.publish__files__name p {
    margin: 0;
}

h2.publish__header {
    font-size: 55px;
}

input[type="submit"].publish__submit {
    height: auto;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    transition: all .2s linear;
    padding: 1.25em 60px;
    background-color: #ff7c7d;
    border-color: #ff7c7d;
    font-weight: 700;
    font-size: 16px;
    font-family: 'GothamPro', Verdana, Geneva, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

input[type="submit"].publish__submit:hover {
    background-color: #ec5657;
    border-color: #ec5657;
    color: #fff;
}

.wpcf7-form input {
    display: block;
}

label.publish__label__radio,
label.publish__files {
    font-weight: 400;
    font-style: normal;
}

.d-header__nav.nav_main li {
    font-size: 14px;
    margin-left: 15px;
    padding: 4px 0;
}

.d-header__nav.nav_main li.publish-btn {
    padding: 4px 6px;
    background: #000;
    color: #fff;
    border: 1px solid #000 !important;
    transition: 0.2s ease;
    box-sizing: border-box;
    margin-left: 10px;
}

.d-header__nav.nav_main li.publish-btn:hover,
.d-header__nav.nav_main li.publish-btn.current_page_item {
    background: #fff;
    color: #000;
    border: 1px solid #000 !important;
}

.d-header__nav.nav_main li.publish-btn a:hover,
.d-header__nav.nav_main li.publish-btn.current_page_item a {
    color: #000;
}

.page-wrap textarea {
    display: block;
}

.nightMode {
    background-color: #111111;
    color: #fff;
}

.nightMode .list-articles__preview p {
    color: #a3a3a3!important;
}

.nightModeText {
    color: #a3a3a3!important;
}

.nightModeMenu {
    background-color: #fff!important;
    color: #111111!important;
}

.nightImg {
    filter: invert(100%);
}

#nightFooter {
    margin-top: 5em;
    padding-top: 3.5em;
    background: #111111!important;
}

.switchNightMode {
    display: flex;
    justify-content: flex-end;
    margin: 1.5rem;
}

#switchMode {
    position: fixed;
    z-index: 1234;
}

.checkbox:not(.checked) {
    background-image: url(/wp-content/themes/new/img/moonBlack.png);
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.checked {
    background-image: url(/wp-content/themes/new/img/moonWhite.png);
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.searchNight {
    filter: invert(1);
}

.headerSearchNight {
    background: #111111!important;
}

.pagenNight {
    color: #fff!important;
}

.nightModeTextTitle {
    color: #fff!important;
}

#disqus_thread p {
    color: red!important;
}

#disqus_thread {
	color: blue!important;
}

#disqus_thread {
    color: #ffffff;
    }

@media (max-width: 1200px) {
    .d-header__search input[type="text"] {
        width: 160px;
    }
    .d-header__nav.nav_main li {
        font-size: 12px;
        margin-left: 10px;
    }
}

@media (max-width: 900px) {
    h2.publish__header {
        font-size: 45px;
    }
}

@media (max-width: 650px) {
    input[type="text"].publish__input,
    input[type="email"].publish__input,
    .publish__textarea {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        line-height: 14px;
    }
    h2.publish__header {
        font-size: 35px;
    }

    .checkbox:not(.checked) {
        background-image: url(/wp-content/themes/new/img/moonBlackMobile.svg);
        height: 24px;
        width: 24px;
        cursor: pointer;
        background-size: contain;
    }
    
    .checked {
        background-image: url(/wp-content/themes/new/img/moonWhiteMobile.svg);
        height: 24px;
        width: 24px;
        cursor: pointer;
        background-size: contain;
    }
}

@media (max-width: 500px) {
    .page-wrap textarea,
    .page-wrap input[type="text"],
    .page-wrap input[type="email"],
    .page-wrap .list-contacts {
        width: 100%;
    }
    .page-wrap .d-ib {
        width: 100%;
    }
}

@media (max-width: 350px) {
    .publish__files {
        width: 100%;
    }
}

#menu-nav_footer_pages-1 .menu-item-50155 {
    padding: 2px 6px !important;
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    transition: 0.2s ease !important;
    box-sizing: border-box !important;
    margin-left: 10px !important;
}

#menu-nav_footer_pages-1 .menu-item-50155:hover {
    background: #fff !important;
}

#menu-nav_footer_pages-1 .menu-item-50155 a:hover {
    color: #000 !important;
}

#menu-nav_footer_pages-2 .menu-item-50155 a {
    padding: 4px 6px !important;
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    transition: 0.2s ease !important;
    box-sizing: border-box !important;
}

#menu-nav_footer_pages-2 .menu-item-50155 a:hover {
    background: #fff !important;
	color: #000 !important;
}

#search-5 .widget-title, #search-3 .widget-title {
	font-family: 'ALSStory',Verdana,Geneva,sans-serif;
}
