/* Анимация */
@-webkit-keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-webkit-keyframes fade-out {
    from { opacity: 1; }
    to { opacity: 0; }
}
@keyframes fade-out {
    from { opacity: 1; }
    to { opacity: 0; }
}
@-webkit-keyframes fade-deep-in {
    from { visibility: visible; opacity: 0; }
    to { opacity: 1; }
}
@keyframes fade-deep-in {
    from { visibility: visible; opacity: 0; }
    to { opacity: 1; }
}
@-webkit-keyframes fade-deep-out {
    from { opacity: 1; }
    to { opacity: 0; visibility: hidden; }
}
@keyframes fade-deep-out {
    from { opacity: 1; }
    to { opacity: 0; visibility: hidden; }
}
@-webkit-keyframes menu-in-down {
    from { visibility: visible; opacity: 0; -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); }
    to { opacity: 1; }
}
@keyframes menu-in-down {
    from { visibility: visible; opacity: 0; -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); }
    to { opacity: 1; }
}
@-webkit-keyframes menu-in-up {
    from { opacity: 1; }
    to { opacity: 0; -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); visibility: hidden; }
}
@keyframes menu-in-up {
    from { opacity: 1; }
    to { opacity: 0; -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); visibility: hidden; }
}
@-webkit-keyframes menu-in-right {
    from { visibility: visible; opacity: 0; -webkit-transform: translate3d(-15px, 0, 0); transform: translate3d(-15px, 0, 0); }
    to { opacity: 1; }
}
@keyframes menu-in-right {
    from { visibility: visible; opacity: 0; -webkit-transform: translate3d(-15px, 0, 0); transform: translate3d(-15px, 0, 0); }
    to { opacity: 1; }
}
@-webkit-keyframes menu-in-left {
    from { opacity: 1; }
    to { opacity: 0; -webkit-transform: translate3d(-15px, 0, 0); transform: translate3d(-15px, 0, 0); visibility: hidden; }
}
@keyframes menu-in-left {
    from { opacity: 1; }
    to { opacity: 0; -webkit-transform: translate3d(-15px, 0, 0); transform: translate3d(-15px, 0, 0); visibility: hidden; }
}
@-webkit-keyframes slide-fade-in-down {
    from { visibility: visible; opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    to { opacity: 1; }
}
@keyframes slide-fade-in-down {
    from { visibility: visible; opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    to { opacity: 1; }
}
@-webkit-keyframes slide-fade-in-up {
    from { opacity: 1; }
    to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: hidden; }
}
@keyframes slide-fade-in-up {
    from { opacity: 1; }
    to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: hidden; }
}
@-webkit-keyframes zoom-in {
    from { -webkit-transform: scale3d(0, 0, 0); transform: scale3d(0, 0, 0); }
    to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
@keyframes zoom-in {
    from { -webkit-transform: scale3d(0, 0, 0); transform: scale3d(0, 0, 0); }
    to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
@-webkit-keyframes pulse {
    from { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
    to { opacity: .25; -webkit-transform: scale(.75); transform: scale(.75); }
}
@keyframes pulse {
    from { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
    to { opacity: .25; -webkit-transform: scale(.75); transform: scale(.75); }
}



/* Нормализация */

*,
*::before,
*::after {
    box-sizing: inherit;
}
html {
    height: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}
body {
    height: inherit;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    background-color: #fff;
}
dl,
dt,
dd,
nav,
main,
aside,
figure,
footer,
header,
hgroup,
legend,
section,
address,
article,
fieldset,
figcaption {
    display: block;
}
p,
dl,
dt,
dd,
ul,
ol,
form,
legend,
figure,
address,
fieldset,
figcaption {
    margin: 0;
    padding: 0;
}
address {
    font-style: normal;
}
iframe,
object {
	max-width: 100%;
}
object {
    background: none;
    border: none;
    outline: none;
    border-radius: 0;
}
legend,
fieldset {
    min-width: 0;
}
fieldset {
    border: none;
}
legend {
    max-width: 100%;
    width: 100%;
    font: inherit;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
ul, ol {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
svg {
    display: block;
    overflow: hidden;
    fill: currentColor;
}
em {
    font-style: italic;
}
b,
strong {
    font-weight: 700;
}
hr {
    height: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    overflow: visible;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
label {
    word-wrap: break-word;
    word-break: break-word;
}
label[for] {
    cursor: pointer;
}
textarea {
    min-height: 100px;
    line-height: inherit;
    resize: vertical;
}
a {
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-word;
    background-color: transparent;
    outline: none;
    transition: all .2s
}
a:link,
a:visited {
    color: inherit;
}
a:hover,
a:focus,
a:active {
    text-decoration: underline;
    outline: none;
}
a:hover {
    color: #27ae60;
}
a:focus,
a:active {
    color: #1e8549;
}

._theme-red a:hover {
    color: #e74c3c;
}
._theme-red a:focus,
._theme-red a:active {
    color: #d52d1a;
}



/* Заголовки */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 1em;
    line-height: 1.2;
    font-weight: 400;
    word-wrap: break-word;
    word-break: break-word
}
h1:empty,
h1:first-child,
h2:empty,
h2:first-child,
h3:empty,
h3:first-child,
h4:empty,
h4:first-child,
h5:empty,
h5:first-child,
h6:empty,
h6:first-child,
.h1:empty,
.h1:first-child,
.h2:empty,
.h2:first-child,
.h3:empty,
.h3:first-child,
.h4:empty,
.h4:first-child,
.h5:empty,
.h5:first-child,
.h6:empty,
.h6:first-child {
    margin-top: 0;
}
h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.76923em; /* 20/26 */
    font-size: 2.16667em; /* 26/12 */
}
h2, .h2 {
    font-size: 1.33333em; /* 16/12 */
}
h3, .h3 {
    font-size: 1.16667em; /* 14/12 */
}
h4, h5, h6,
.h4, .h5, .h6 {
    font-size: 1.08333em; /* 13/12 */
}
@media (min-width: 576px) {

    h1, .h1 {
        font-size: 2.5em; /* 30/15 */
    }
    h2, .h2 {
        font-size: 1.66667em; /* 20/14 */
    }
}
@media (min-width: 922px) {

    h1, .h1 {
        margin-bottom: 0.55556em; /* 20/36 */
        font-size: 3em; /* 36/12 */
    }
    h2, .h2 {
        font-size: 2em; /* 24/12 */
    }
    h3, .h3 {
        font-size: 1.66667em; /* 20/14 */
    }
    h4, h5, h6,
    .h4, .h5, .h6 {
        font-size: 1.33333em; /* 16/12 */
    }
}
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
.h1:empty,
.h2:empty,
.h3:empty,
.h4:empty,
.h5:empty,
.h6:empty {
    margin-bottom: 0;
}


h1, .h1 {
    text-align: center;
}


/* Типографика */

._text {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    word-wrap: break-word;
    word-break: break-word
}
._text a {
    color: #27ae60;
}
._text a:hover,
._text a:focus,
._text a:active {
    text-decoration: underline;
    color: #27ae60;
}
._text a:active {
    color: #1e8549;
}
._theme-red ._text a:not(.button-d),
._theme-red ._text a:not(.button-d):hover,
._theme-red ._text a:not(.button-d):focus {
    color: #e74c3c;
}
._theme-red ._text a:not(.button-d):active {
    color: #d52d1a;
}
._text h1,
._text h2,
._text h3,
._text h4,
._text h5,
._text h6 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
._text h1 {
    margin-top: 0;
}
._text p,
._text ol,
._text ul,
._text pre,
._text table {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
._text p:empty,
._text p:first-child,
._text ol:empty,
._text ol:first-child,
._text ul:empty,
._text ul:first-child,
._text pre:empty,
._text pre:first-child,
._text table:empty,
._text table:first-child {
    margin-top: 0;
}
._text p:empty,
._text p:last-child,
._text ol:empty,
._text ol:last-child,
._text ul:empty,
._text ul:last-child,
._text pre:empty,
._text pre:last-child,
._text table:empty,
._text table:last-child {
    margin-bottom: 0;
}
._text ol,
._text ul {
    padding-left: 1.4em;
    list-style-position: outside;
}
._text ol {
    list-style-type: decimal;
}
._text ul {
    list-style-type: disc;
}
._text ol li,
._text ul li {
    margin-bottom: 0.5em;
    list-style: inherit;
}
._text ol li:last-child,
._text ul li:last-child {
    margin-bottom: 0;
}
._text ol ul,
._text ol ol,
._text ul ol,
._text ul ul {
    margin-bottom: 0;
}
._text ol ul:first-child,
._text ol ol:first-child,
._text ul ol:first-child,
._text ul ul:first-child {
    margin-top: 0.5em;
}
._text ol ol,
._text ul ul {
    list-style: inherit;
}
._text table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid;
}
._text #ya-site-results table {
    border: 0;
}
._text table thead,
._text table tbody,
._text table tfoot,
._text table tr,
._text table th,
._text table td {
    border: inherit;
}
._text table th,
._text table thead { 
    font-weight: 700;
    text-align: inherit;
}
._text table th,
._text table td {
    padding: 0.5em;
    vertical-align: top;
}
._text hr {
    box-sizing: border-box;
    height: 1px;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #444;
    background: currentColor;
    border: 0;
    overflow: visible;
}
._text img {
    vertical-align: baseline;
    border-style: none;
}
._text b,
._text strong {
    font-weight: bold;
}
._text em {
    font-style: italic;
}
._text small {
    font-size: 80%;
}
._text sub,
._text sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
._text sub {
    bottom: -0.5em;
}
._text sup {
    top: -0.5em;
}
._text pre,
._text code,
._text kbd,
._text samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}



/* Свободные классы-помощники — Ширина */

._w1 {
    width: 100% !important;
}
._w2 {
    width: 50% !important;
}
._w3 {
    width: 33.33333% !important;
}
._w4 {
    width: 25% !important;
}
._w5 {
    width: 20% !important;
}

._w40 {
    width: 40px !important;
}
._w50 {
    width: 50px !important;
}
._w60 {
    width: 60px !important;
}
._w80 {
    width: 80px !important;
}
._w100 {
    width: 100px !important;
}
._w120 {
    width: 120px !important;
}
._w140 {
    width: 140px !important;
}
._w150 {
    width: 150px !important;
}
._w160 {
    width: 160px !important;
}
._w180 {
    width: 180px !important;
}
._w200 {
    width: 200px !important;
}
._w220 {
    width: 220px !important;
}
._w240 {
    width: 240px !important;
}
._w250 {
    width: 250px !important;
}
._w260 {
    width: 260px !important;
}
._w280 {
    width: 280px !important;
}
._w300 {
    width: 300px !important;
}
._w_auto {
    width: auto !important;
}

._mw1 {
    max-width: 100% !important;
}
._mw2 {
    max-width: 50% !important;
}
._mw3 {
    max-width: 33.33333% !important;
}
._mw4 {
    max-width: 25% !important;
}
._mw5 {
    max-width: 20% !important;
}

._mw40 {
    max-width: 40px !important;
}
._mw50 {
    max-width: 50px !important;
}
._mw60 {
    max-width: 60px !important;
}
._mw80 {
    max-width: 80px !important;
}
._mw100 {
    max-width: 100px !important;
}
.mw120 {
    max-width: 120px !important;
}
._mw140 {
    max-width: 140px !important;
}
._mw150 {
    max-width: 150px !important;
}
._mw160 {
    max-width: 160px !important;
}
._mw180 {
    max-width: 180px !important;
}
._mw200 {
    max-width: 200px !important;
}
._mw250 {
    max-width: 250px !important;
}
._mw280 {
    max-width: 280px !important;
}
._mw300 {
    max-width: 300px !important;
}



/* Свободные классы-помощники — Высота */

._h20 {
    height: 20px !important;
}
._h30 {
    height: 30px !important;
}
._h40 {
    height: 40px !important;
}
._h50 {
    height: 50px !important;
}

._mh20 {
    max-height: 20px !important;
}
._mh30 {
    max-height: 30px !important;
}
._mh40 {
    max-height: 40px !important;
}
._mh50 {
    max-height: 50px !important;
}
._mh60 {
    max-height: 60px !important;
}
._mh80 {
    max-height: 80px !important;
}
._mh90 {
    max-height: 90px !important;
}
._mh100 {
    max-height: 100px !important;
}
._mh500 {
    max-height: 500px !important;
}

._minh40 {
    min-height: 40px !important;
}
._minh100 {
    min-height: 100px !important;
}
._minh200 {
    min-height: 200px !important;
}
._minh250 {
    min-height: 250px !important;
}
._minh300 {
    min-height: 300px !important;
}



/* Свободные классы-помощники — Поля */

._ml0 {
    margin-left: 0 !important;
}
._ml5 {
    margin-left: 0.35714rem !important; /* 5/14 */
}
._ml10 {
    margin-left: 0.71428rem !important; /* 10/14 */
}
._ml,
._ml15 {
    margin-left: 1.07142rem !important; /* 15/14 */
}
._ml20 {
    margin-left: 1.42857rem !important; /* 20/14 */
}
._ml30 {
    margin-left: 2.14285rem !important; /* 30/14 */
}
._ml_auto {
    margin-left: auto !important;
}


._mt0 {
    margin-top: 0 !important;
}
._mt5 {
    margin-top: 0.35714rem !important; /* 5/14 */
}
._mt10 {
    margin-top: 0.71428rem !important; /* 10/14 */
}
._mt,
._mt15 {
    margin-top: 1.07142rem !important; /* 15/14 */
}
._mt20 {
    margin-top: 1.42857rem !important; /* 20/14 */
}
._mt30 {
    margin-top: 2.14285rem !important; /* 30/14 */
}
._mt_auto {
    margin-top: auto !important;
}


._mr0 {
    margin-right: 0 !important;
}
._mr5 {
    margin-right: 0.35714rem !important; /* 5/14 */
}
._mr10 {
    margin-right: 0.71428rem !important; /* 10/14 */
}
._mr,
._mr15 {
    margin-right: 1.07142rem !important; /* 15/14 */
}
._mr20 {
    margin-right: 1.42857rem !important; /* 20/14 */
}
._mr30 {
    margin-right: 2.14285rem !important; /* 30/14 */
}
._mr_auto {
    margin-right: auto !important;
}


._mb0 {
    margin-bottom: 0 !important;
}
._mb5 {
    margin-bottom: 0.35714rem !important; /* 5/14 */
}
._mb10 {
    margin-bottom: 0.71428rem !important; /* 10/14 */
}
._mb,
._mb15 {
    margin-bottom: 1.07142rem !important; /* 15/14 */
}
._mb20 {
    margin-bottom: 1.42857rem !important; /* 20/14 */
}
._mb30 {
    margin-bottom: 2.14285rem !important; /* 30/14 */
}
._mb_auto {
    margin-bottom: auto !important;
}



/* Свободные классы-помощники — Отступы */

._pl0 {
    padding-left: 0 !important;
}
._pl5 {
    padding-left: 0.35714rem !important; /* 5/14 */
}
._pl10 {
    padding-left: 0.71428rem !important; /* 10/14 */
}
._pl,
._pl15 {
    padding-left: 1.07142rem !important; /* 15/14 */
}
._pl20 {
    padding-left: 1.42857rem !important; /* 20/14 */
}
._pl30 {
    padding-left: 2.14285rem !important; /* 30/14 */
}


._pt0 {
    padding-top: 0 !important;
}
._pt5 {
    padding-top: 0.35714rem !important; /* 5/14 */
}
._pt10 {
    padding-top: 0.71428rem !important; /* 10/14 */
}
._pt,
._pt15 {
    padding-top: 1.07142rem!important; /* 15/14 */
}
._pt20 {
    padding-top: 1.42857rem !important; /* 20/14 */
}
._pt30 {
    padding-top: 2.14285rem !important; /* 30/14 */
}


._pr0 {
    padding-right: 0 !important;
}
._pr5 {
    padding-right: 0.35714rem !important; /* 5/14 */
}
._pr10 {
    padding-right: 0.71428rem !important; /* 10/14 */
}
._pr,
._pr15 {
    padding-right: 1.07142rem !important; /* 15/14 */
}
._pr20 {
    padding-right: 1.42857rem !important; /* 20/14 */
}
._pr30 {
    padding-right: 2.14285rem !important; /* 30/14 */
}


._pb0 {
    padding-bottom: 0 !important;
}
._pb5 {
    padding-bottom: 0.35714rem !important; /* 5/14 */
}
._pb10 {
    padding-bottom: 0.71428rem !important; /* 10/14 */
}
._pb,
._pb15 {
    padding-bottom: 1.07142rem !important; /* 15/14 */
}
._pb20 {
    padding-bottom: 1.42857rem !important; /* 20/14 */
}
._pb30 {
    padding-bottom: 2.14285rem !important; /* 30/14 */
}



/* Список */

._list > * {
    margin-bottom: 1.07142rem /* 15/14 */
}
._list > *:last-child,
._list5 > *:last-child {
    margin-bottom: 0;
}

._list5 > * {
    margin-bottom: 0.35714rem; /* 5/14 */
}



/* Ряд */

._row,
._row5 {
    display: flex;
    flex-wrap: wrap;
}
._row5 > * {
    margin-right: 0.35714rem; /* 5/14 */
}
._row > * {
    margin-right: 1.07142rem; /* 15/14 */
}
._row > *:last-child,
._row5 > *:last-child {
    margin-right: 0;
}




/* Вид */

._viewrows > * {
    margin-bottom: 2.14285rem; /* 30/14 */
}
._viewrows > *:last-child {
    margin-bottom: 0;
}
._viewgrid > * {
    max-width: 21.42857rem; /* 300/14 */
    margin-bottom: 2.14285rem; /* 30/14 */
}
._viewgrid > *:last-child {
    margin-bottom: 0;
}
@media (min-width: 576px) {

    ._viewgrid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(17.85714rem, 1fr)); /* 250/14 */
        gap: 2.14285rem; /* 30/14 */
        align-items: start;
    }
    ._viewgrid > * {
        max-width: none;
        margin-bottom: 0;
    }
}



/* Плитка */

._tile {
    padding: 2.14285rem; /* 30/14 */
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 0.71428rem; /* 10/14 */
}
._bgray ._tile {
    background-color: #fff;
}



/* Граница */

._bounded:not(:last-child) {
    margin-bottom: 0;
}
._bounded:not(:first-child),
._bounded ._bounded:first-child {
    border-top: 1px solid #dfdfdf;
}
._bounded:not(:first-child),
._bounded ._bounded:first-child {
    margin-top: 1.42857rem; /* 20/14 */
    padding-top: 1.42857rem; /* 20/14 */
}



/* Уведомления */

._ok,
._err,
._warn,
._note,
._attent,
._unavailable {
    margin: 0.35714rem auto; /* 5/14 */
    padding: 0.35714rem 0.71428rem; /* 5/15 10/15 */
    color: #fff;
    border-radius: 0.21428em; /* 3/12 */
    overflow: hidden;
}
._ok:link,
._ok:visited,
._ok:hover,
._ok:focus,
._ok:active,
._err:link,
._err:visited,
._err:hover,
._err:focus,
._err:active,
._warn:link,
._warn:visited,
._warn:hover,
._warn:focus,
._warn:active,
._note:link,
._note:visited,
._note:hover,
._note:focus,
._note:active,
._attent:link,
._attent:visited,
._attent:hover,
._attent:focus,
._attent:active {
    color: #fff;
}
._ok a:link,
._ok a:visited,
._ok a:hover,
._ok a:focus,
._ok a:active,
._err a:link,
._err a:visited,
._err a:hover,
._err a:focus,
._err a:active,
._warn a:link,
._warn a:visited,
._warn a:hover,
._warn a:focus,
._warn a:active,
._note a:link,
._note a:visited,
._note a:hover,
._note a:focus,
._note a:active,
._attent a:link,
._attent a:visited,
._attent a:hover,
._attent a:focus,
._attent a:active {
    color: inherit;
}
._ok a,
._err a,
._warn a,
._note a,
._attent a {
    text-decoration: underline
}
._ok a:hover,
._ok a:focus,
._ok a:active,
._err a:hover,
._err a:focus,
._err a:active,
._warn a:hover,
._warn a:focus,
._warn a:active,
._note a:hover,
._note a:focus,
._note a:active,
._attent a:hover,
._attent a:focus,
._attent a:active {
    text-decoration: none;
}
._ok {
    background-color: #27ae60;
}
._err,
._warn {
    background-color: #ec7669;
}
._note {
    background-color: #2196f3;
}
._attent {
    background-color: #ffb400;
}
._unavailable {
    color: inherit;
    background-color: #dfdfdf;
}



/* Статус/Маркер */

._blocked {
    padding: 1.07142rem; /* 15/14 */
    background-color: #ebebeb;
    border: 1px solid #dfdfdf;
}
._noact {
    background-color: #ebebeb;
}
._isnew,
._unread,
._picked {
    padding: 1.07142rem; /* 15/14 */
    background-color: #fef8f6;
    border: 1px solid #fdede8 !important;
}
._bounded._isnew,
._bounded._unread,
._bounded._picked {
    padding: 1.42857rem 1.07142rem; /* 20/14 15/14 */
}
._bounded._isnew + ._isnew,
._bounded._unread + ._bounded {
    margin-top: 0;
}
._asterisk::after {
    display: inline;
    content: '*';
    color: #f00;
}


/* Помощники */

._box {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.07142rem; /* 15/14 */
    padding-right: 1.07142rem; /* 15/14 */
}
._boxsmall {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.07142rem; /* 15/14 */
    padding-right: 1.07142rem; /* 15/14 */
}
._inline {
    display: inline;
}
._block {
    display: block;
}
._iblock {
    display: inline-block;
}
._grid {
    display: grid;
}
._flex {
    display: flex;
}
._hidden {
    display: none !important;
}
:disabled,
.disabled,
._disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
._images {
    vertical-align: top;
}
._images img {
    display: inline-block;
    margin-right: 1.07142rem; /* 15/14 */
    margin-bottom: 1.07142rem; /* 15/14 */
    vertical-align: top;
    border-radius: 0.21428rem; /* 3/14 */
}
._attachments > * {
    display: block;
    margin-bottom: 0.35714rem; /* 5/14 */
}
._attachments > *:empty,
._attachments > *:last-child {
    margin-bottom: 0;
}
._attachments img {
    border-radius: 0.21428rem; /* 3/14 */
}
._ellipsis {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}
._wordbreak {
    word-break: break-word;
}
._wordbreak_all {
    word-break: break-all;
}
._wordwrap {
    word-wrap: break-word;
    word-wrap: break-word;
}
._underlined {
    text-decoration: underline !important;
}
a._underline:hover,
a._underline:focus,
a._underline:active,
._underline a:hover,
._underline a:focus,
._underline a:active {
    text-decoration: underline;
}
._cover {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}


/* Подгонка */

._fit,
._fit_none,
._fit_cover,
._fit_contain {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

._fit::after,
._fit_none::after,
._fit_cover::after,
._fit_contain::after {
    display: block;
    padding-bottom: 100%;
    content: '';
}
._fit img,
._fit video,
._fit iframe,
._fit canvas,
._fit_none img,
._fit_none video,
._fit_none iframe,
._fit_none canvas,
._fit_cover img,
._fit_cover video,
._fit_cover iframe,
._fit_cover canvas,
._fit_contain img,
._fit_contain video,
._fit_contain iframe,
._fit_contain canvas,
._fit__object {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: contain;
    object-fit: contain;
}
._fit_cover img,
._fit_cover video,
._fit_cover iframe,
._fit_cover canvas,
._fit_cover ._fit__object {
    -o-object-fit: cover;
    object-fit: cover;
}
._fit_contain img,
._fit_contain video,
._fit_contain iframe,
._fit_contain canvas,
._fit_contain ._fit__object {
    -o-object-fit: contain;
    object-fit: contain;
}
._fit_none img,
._fit_none video,
._fit_none iframe,
._fit_none canvas,
._fit_none ._fit__object {
    -o-object-fit: none;
    object-fit: none;
}

/* Подгонка — Форма */

._fit_rect::after,
._fit._rect::after {
    padding-bottom: 50%;
}
._fit_circle,
._fit._circle {
    border-radius: 50%;
}



/* Изображение-заглушка */

._dummyimage {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    background-image: url('../img/dummyimage.svg');
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 58 58'%3E%3Cpath fill='%23dfdfdf' d='M57,6H1C0.448,6,0,6.447,0,7v44c0,0.553,0.448,1,1,1h56c0.552,0,1-0.447,1-1V7C58,6.447,57.552,6,57,6z M56,50H2V8h54V50z' /%3E%3Cpath fill='%23dfdfdf' d='M16,28.138c3.071,0,5.569-2.498,5.569-5.568C21.569,19.498,19.071,17,16,17s-5.569,2.498-5.569,5.569 C10.431,25.64,12.929,28.138,16,28.138z M16,19c1.968,0,3.569,1.602,3.569,3.569S17.968,26.138,16,26.138s-3.569-1.601-3.569-3.568 S14.032,19,16,19z'/%3E%3Cpath fill='%23dfdfdf' d='M7,46c0.234,0,0.47-0.082,0.66-0.249l16.313-14.362l10.302,10.301c0.391,0.391,1.023,0.391,1.414,0s0.391-1.023,0-1.414 l-4.807-4.807l9.181-10.054l11.261,10.323c0.407,0.373,1.04,0.345,1.413-0.062c0.373-0.407,0.346-1.04-0.062-1.413l-12-11 c-0.196-0.179-0.457-0.268-0.72-0.262c-0.265,0.012-0.515,0.129-0.694,0.325l-9.794,10.727l-4.743-4.743 c-0.374-0.373-0.972-0.392-1.368-0.044L6.339,44.249c-0.415,0.365-0.455,0.997-0.09,1.412C6.447,45.886,6.723,46,7,46z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    overflow: hidden
}
._dummyimage::after {
    display: block;
    padding-bottom: 100%;
    content: '';
}
._dummyimage img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: none;
    object-fit: none;
}


._circle {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
._circle40 {
    display: block;
    width: 2.85714rem; /* 40/14 */
    height: 2.85714rem; /* 40/14 */
    border-radius: 50%;
    overflow: hidden;
}
._bordered {
    border: 1px solid #dfdfdf;
}
._rounded {
    overflow: hidden;
    border-radius: 0.71428rem; /* 10/14 */
}
._scroll {
    overflow: hidden;
    overflow-y: auto
}
._scroll::-webkit-scrollbar {
    width: 4px;
    background: #dfdfdf;
    border-radius: 3px;
    transition: all;
}
._scroll::-webkit-scrollbar-thumb {
    background: #27ae60;
    border-radius: 3px;
    transition: all;
}
._scroll:hover::-webkit-scrollbar-thumb {
    background: #37d278;
}
._theme-red ._scroll::-webkit-scrollbar-thumb {
    background: #e74c3c;
}
._theme-red ._scroll:hover::-webkit-scrollbar-thumb {
    background: #ec7669;
}
._dark {
    color: #fff
}
._dark a:hover {
    color: #dfdfdf;
}
._dark a:focus,
._dark a:active {
    color: #c8c7c7;
}
._animated {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
._ctext {
    text-align: center !important;
}
._rtext {
    text-align: right !important;
}
._jtext {
    text-align: justify !important;
}


/* Свободные классы-помощники — Цвет */

._black {
    color: #000 !important;
}
._green {
    color: #27ae60 !important;
}
._gray {
    color: #c8c7c7 !important;
}
._blue {
    color: #2196f3 !important;
}
._yellow {
    color: #ffb400 !important;
}
._red {
    color: #e74c3c !important;
}



/* Свободные классы-помощники — Скругление углов */

._radius_t0,
._radius_l0,
._radius_tl0 {
    border-top-left-radius: 0 !important;
}
._radius_t0,
._radius_r0,
._radius_tr0 {
    border-top-right-radius: 0 !important;
}
._radius_b0,
._radius_l0,
._radius_bl0 {
    border-bottom-left-radius: 0 !important;
}
._radius_b0,
._radius_r0,
._radius_br0 {
    border-bottom-right-radius: 0 !important;
}



/* Спинер */

.spiner-d {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.57143em;
    vertical-align: middle;
    font-size: 1rem;
}
.spiner-d:after,
.spiner-d:before {
    content: '';
}
.spiner-d i,
.spiner-d:after,
.spiner-d:before {
    display: inline-block;
    width: 0.85714em;
    height: 0.85714em;
    line-height: 1;
    vertical-align: middle;
    font-style: normal;
    background: #27ae60;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-animation: pulse .6s ease 0s infinite alternate;
            animation: pulse .6s ease 0s infinite alternate;
}
._theme-red .spiner-d i,
._theme-red .spiner-d:after,
._theme-red .spiner-d:before {
    background: #e74c3c;
}
.spiner-d i {
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
}
.spiner-d:after {
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
}



.in_process-d {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 100000;
}
.in_process-d .spiner-d {
    font-size: 2rem;
}



/* Поле ввода ( по умолчанию ) */

input,
select,
textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0.71428em 1.07142em; /* 10/14 15/14 */
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 0.35714rem; /* 5/14 */
    outline: none;
}
input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
    border-color: #c8c7c7;
}
input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .1s;
}
input::-moz-placeholder {
    opacity: 1;
    transition: opacity .1s;
}
input:-moz-placeholder {
    opacity: 1;
    transition: opacity .1s;
}
input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .1s;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
option {
    font-size: 1em;
    line-height: inherit;
    font-weight: normal;
}
.field-d {
    position: relative;
}
.field-d:empty {
    display: none;
}
.field-d:after {
    display: table;
    content: '';
    clear: both;
}
.field-d input[type='radio'],
.field-d input[type='checkbox'] {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    border: none;
    clip: rect(0,0,0,0);
    opacity: 0;
}
.field-d input[type='radio'] + label,
.field-d input[type='checkbox'] + label {
    display: inline-block;
    min-height: 18px;
    padding-top: 1px;
    padding-left: 1.78571em; /* 25/14 */
    position: relative;
    vertical-align: middle;
}
.field-d input[type='radio'] + label:hover::before,
.field-d input[type='checkbox'] + label:hover::before {
    border-color: #c8c7c7;
}
.field-d input[type='radio'] + label::before,
.field-d input[type='checkbox'] + label::before {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #fff no-repeat center center;
    border: 1px solid #dfdfdf;
    transition: all 0.1s;
    z-index: 2;
}
.field-d input[type='checkbox'] + label::before {
    border-radius: 0.21428em; /* 3/14 */
}
.field-d input[type='radio'] + label::before {
    border-radius: 50%;
}
.field-d input[type='radio']:checked + label::before,
.field-d input[type='checkbox']:checked + label::before {
    color: #e74c3c;
    border-color: currentColor;
    background-color: currentColor;
}
.field-d input[type='checkbox']:checked + label::before {
    background-image: url('../img/check.svg');
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
    background-size: 10px 10px;
}
.field-d input[type='radio']:checked + label::after {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 5px;
    content: '';
    background: #fff;
    border-radius: 50%;
    -webkit-animation: 0.2s both zoom-in;
            animation: 0.2s both zoom-in;
    z-index: 2;
}
.infofield,
.field-d__name {
    display: block;
    margin-bottom: 0.35714em; /* 5/14 */
    word-wrap: break-word;
    word-break: break-word;
    font-weight: 500;
}
.field-d__title {
    font-size: 1.14285rem; /* 16/14 */
}
.field-d__text,
.attachment_extensions {
    margin-top: 0.41667em; /* 5/12 */
    font-size: 0.85714rem; /* 12/14 */
}
.field-d__bb,
.bbcode_toolbar {
    margin-bottom: -1px;
    padding: 0.35714rem; /* 5/14 */
    border: 1px solid #dfdfdf;
    border-bottom: none;
    border-radius: 0.21428rem 0.21428rem 0 0; /* 3/14 */
}
.field-d__bb img,
.bbcode_toolbar img {
    cursor: pointer;
}
.bbcode_smiles {
    margin-top: 0.35714rem; /* 5/14 */
    padding-top: 0.35714rem; /* 5/14 */
    border-top: 1px solid #dfdfdf;
}
.bbcode_toolbar + textarea {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.field-d__list > *:not(:last-child) {
    margin-bottom: 0.71428rem; /* 10/14 */
}


/* Поле ввода - Файл */

.attach-d,
.inpimage,
.inpattachment {
    display: block;
    padding: 0.35714rem 0; /* 5/14 0 */
    position: relative;
    float: left;
    clear: both;
    overflow: hidden
}
.attach-d input[type='file'],
.inpimage input[type='file'],
.inpattachment input[type='file'] {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border: none;
    z-index: 2;
    cursor: pointer;
}
.attach-d input[type='file']::-webkit-file-upload-button,
.inpimage input[type='file']::-webkit-file-upload-button,
.inpattachment input[type='file']::-webkit-file-upload-button {
    cursor: pointer;
}
.attach-d input[type='file'] + label,
.inpimage input[type='file'] + label,
.inpattachment input[type='file'] + label {
    display: inline-block;
    padding-left: 1.42857rem; /* 20/14 */
    vertical-align: middle;
    color: #e74c3c;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0 center;
    background-image: url('../img/attach.svg');
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512'%3E%3Cpath fill='%23e54d43' d='M97.344,482.17c-23.311,0-45.215-9.084-61.689-25.555c-34.01-34.014-34.01-89.361,0-123.371L305.343,63.543 c21.727-21.75,50.645-33.713,81.39-33.713c30.75,0,59.667,11.963,81.395,33.713c21.748,21.744,33.726,50.645,33.726,81.389 c0,30.75-11.964,59.65-33.708,81.381L255.843,438.596c-6.374,6.371-16.696,6.371-23.067,0c-6.374-6.373-6.374-16.695,0-23.07 l212.298-212.283c15.583-15.58,24.153-36.291,24.153-58.311c0-22.016-8.588-42.74-24.167-58.322 c-15.583-15.58-36.294-24.154-58.327-24.154c-22.029,0-42.74,8.574-58.323,24.154L58.725,356.311 c-21.283,21.301-21.283,55.938,0,77.234c20.645,20.617,56.589,20.617,77.233,0l181.091-181.105 c4.924-4.924,7.745-11.74,7.745-18.688c0-7.045-2.755-13.686-7.759-18.689c-10.291-10.291-27.067-10.322-37.358,0L156,338.754 c-6.37,6.375-16.697,6.375-23.067,0c-6.374-6.371-6.374-16.697,0-23.066l123.673-123.691c23.005-23.004,60.461-23.004,83.497,0 c11.169,11.166,17.317,26,17.317,41.756c0,15.547-6.308,30.762-17.3,41.754L159.029,456.615 C142.555,473.086,120.65,482.17,97.344,482.17z'/%3E%3C/svg%3E%0A");
    background-size: 15px 15px;
    cursor: pointer;
}
.attach-d:hover input[type='file'] + label,
.inpimage:hover input[type='file'] + label,
.inpattachment:hover input[type='file'] + label {
    color: #ec7669;
}
.attach-d + *,
.inpimage + *,
.inpattachment + * {
    clear: both;
}
.image_delete,
.attach-d__delete,
.delete_attachment,
.inpattachment_delete {
    display: inline-block;
    width: 1rem; /* 14/14 */
    height: 1rem; /* 14/14 */
    margin: 0.35714rem; /* 5/14 */
    padding: 0;
    position: relative;
    vertical-align: middle;
    font-size: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    background-image: url('../img/trash.svg');
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M436,60h-90V45c0-24.813-20.187-45-45-45h-90c-24.813,0-45,20.187-45,45v15H76c-24.813,0-45,20.187-45,45v30 c0,8.284,6.716,15,15,15h16.183L88.57,470.945c0.003,0.043,0.007,0.086,0.011,0.129C90.703,494.406,109.97,512,133.396,512 h245.207c23.427,0,42.693-17.594,44.815-40.926c0.004-0.043,0.008-0.086,0.011-0.129L449.817,150H466c8.284,0,15-6.716,15-15v-30 C481,80.187,460.813,60,436,60z M196,45c0-8.271,6.729-15,15-15h90c8.271,0,15,6.729,15,15v15H196V45z M393.537,468.408 c-0.729,7.753-7.142,13.592-14.934,13.592H133.396c-7.792,0-14.204-5.839-14.934-13.592L92.284,150h327.432L393.537,468.408z M451,120h-15H76H61v-15c0-8.271,6.729-15,15-15h105h150h105c8.271,0,15,6.729,15,15V120z'/%3E%3Cpath fill='%23000000' d='M256,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C271,186.716,264.284,180,256,180z'/%3E%3Cpath fill='%23000000' d='M346,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C361,186.716,354.284,180,346,180z'/%3E%3Cpath fill='%23000000' d='M166,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C181,186.716,174.284,180,166,180z'/%3E%3C/svg%3E%0A");
    background-size: 1rem 1rem; /* 14/14 */
    border: none;
    outline: none;
    border-radius: 0;
    overflow: hidden;
    transition: none;
    cursor: pointer;
    z-index: 3
}
.image_delete:hover,
.attach-d__delete:hover,
.delete_attachment:hover,
.inpattachment_delete:hover {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512'%3E%3Cpath fill='%23ec7669' d='M436,60h-90V45c0-24.813-20.187-45-45-45h-90c-24.813,0-45,20.187-45,45v15H76c-24.813,0-45,20.187-45,45v30 c0,8.284,6.716,15,15,15h16.183L88.57,470.945c0.003,0.043,0.007,0.086,0.011,0.129C90.703,494.406,109.97,512,133.396,512 h245.207c23.427,0,42.693-17.594,44.815-40.926c0.004-0.043,0.008-0.086,0.011-0.129L449.817,150H466c8.284,0,15-6.716,15-15v-30 C481,80.187,460.813,60,436,60z M196,45c0-8.271,6.729-15,15-15h90c8.271,0,15,6.729,15,15v15H196V45z M393.537,468.408 c-0.729,7.753-7.142,13.592-14.934,13.592H133.396c-7.792,0-14.204-5.839-14.934-13.592L92.284,150h327.432L393.537,468.408z M451,120h-15H76H61v-15c0-8.271,6.729-15,15-15h105h150h105c8.271,0,15,6.729,15,15V120z'/%3E%3Cpath fill='%23e54d43' d='M256,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C271,186.716,264.284,180,256,180z'/%3E%3Cpath fill='%23e54d43' d='M346,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C361,186.716,354.284,180,346,180z'/%3E%3Cpath fill='%23e54d43' d='M166,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C181,186.716,174.284,180,166,180z'/%3E%3C/svg%3E%0A");
}
.image_delete:focus,
.image_delete:active,
.attach-d__delete:focus,
.attach-d__delete:active,
.delete_attachment:focus,
.delete_attachment:active,
.inpattachment_delete:focus,
.inpattachment_delete:active {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512'%3E%3Cpath fill='%23d52d1a' d='M436,60h-90V45c0-24.813-20.187-45-45-45h-90c-24.813,0-45,20.187-45,45v15H76c-24.813,0-45,20.187-45,45v30 c0,8.284,6.716,15,15,15h16.183L88.57,470.945c0.003,0.043,0.007,0.086,0.011,0.129C90.703,494.406,109.97,512,133.396,512 h245.207c23.427,0,42.693-17.594,44.815-40.926c0.004-0.043,0.008-0.086,0.011-0.129L449.817,150H466c8.284,0,15-6.716,15-15v-30 C481,80.187,460.813,60,436,60z M196,45c0-8.271,6.729-15,15-15h90c8.271,0,15,6.729,15,15v15H196V45z M393.537,468.408 c-0.729,7.753-7.142,13.592-14.934,13.592H133.396c-7.792,0-14.204-5.839-14.934-13.592L92.284,150h327.432L393.537,468.408z M451,120h-15H76H61v-15c0-8.271,6.729-15,15-15h105h150h105c8.271,0,15,6.729,15,15V120z'/%3E%3Cpath fill='%23e2382c' d='M256,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C271,186.716,264.284,180,256,180z'/%3E%3Cpath fill='%23e2382c' d='M346,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C361,186.716,354.284,180,346,180z'/%3E%3Cpath fill='%23e2382c' d='M166,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C181,186.716,174.284,180,166,180z'/%3E%3C/svg%3E%0A");
}
.image_delete {
    margin-top: 0;
    margin-left: 0;
}
.inpimage img {
    margin-right: 0.35714rem; /* 5/14 */
    margin-bottom: 0.35714rem; /* 5/14 */
    border-radius: 0.21428rem; /* 3/14 */
}


/* Поле ввода в форме */

form .field-d {
    margin-bottom: 1.07142rem; /* 15/14 */
}
form .field-d:last-child {
    margin-bottom: 0;
}
form .field-d ~ .button-d, 
form .field-d ~ [type='reset'], 
form .field-d ~ [type='submit'] {
    margin-top: 0.35714rem; /* 5/14 */
}



/* Кнопка */

.button-d,
[type='reset'],
[type='submit'] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: auto;
    margin: 0;
    padding: 1em 2em; /* 14/14 28/14 */
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem; /* 14/14 */
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    text-overflow: ellipsis;
    background: #27ae60;
    border: none;
    outline: none;
    overflow: hidden;
    border-radius: 0.35714rem; /* 5/14 */
    cursor: pointer;
    transition: all 0.1s;
}
._theme-red .button-d,
._theme-red [type='reset'],
._theme-red [type='submit'] {
    background: #e74c3c;
}
.button-d:hover,
[type='reset']:hover,
[type='submit']:hover,
.button-d:focus,
[type='reset']:focus,
[type='submit']:focus,
.button-d:active,
[type='reset']:active,
[type='submit']:active {
    color: #fff;
    background-color: #37d278;
    outline: none;
}
.button-d:active,
[type='reset']:active,
[type='submit']:active {
    background-color: #1e8549;
}
._theme-red .button-d:hover,
._theme-red [type='reset']:hover,
._theme-red [type='submit']:hover,
._theme-red .button-d:focus,
._theme-red [type='reset']:focus,
._theme-red [type='submit']:focus,
._theme-red .button-d:active,
._theme-red [type='reset']:active,
._theme-red [type='submit']:active {
    background-color: #ec7669;
}
._theme-red .button-d:active,
._theme-red [type='reset']:active,
._theme-red [type='submit']:active {
    background-color: #d52d1a;
}
.button-d__icon,
.button-d__name {
    margin-right: 0.5em; /* 10/20 */
}
.button-d__icon:last-child,
.button-d__name:last-child {
    margin-right: 0;
}
.button-d:link,
.button-d:visited,
.button-d:link:hover,
.button-d:visited:hover,
.button-d:link:focus,
.button-d:visited:focus,
.button-d:link:active,
.button-d:visited:active {
    color: #fff;
}
.button-d:hover,
.button-d:focus {
    background-color: #37d278;
}
.button-d:active {
    background-color: #1e8549;
}
._theme-red .button-d:hover,
._theme-red .button-d:focus {
    background-color: #ec7669;
}
._theme-red .button-d:active {
    background-color: #d52d1a;
}
.button-d_red {
    background-color: #e74c3c;
}
.button-d_red:hover,
.button-d_red:focus {
    background-color: #ec7669;
}
.button-d_red:active {
    background-color: #d52d1a;
}
/* .button-d_white,
.button-d_white:hover,
.button-d_white:focus,
.button-d_white:active {
    background-color: #fff;
} */
.button-d_white,
._theme-red .button-d_white {
    background-color: #fff;
}
.button-d_white,
.button-d_white:link,
.button-d_white:visited {
    color: #000;
}
/* .button-d_white:hover,
.button-d_white:focus,
.button-d_white:link:hover,
.button-d_white:visited:hover,
.button-d_white:link:focus,
.button-d_white:visited:focus {
    color: #37d278;
}
.button-d_white:active,
.button-d_white:link:active,
.button-d_white:visited:active {
    color: #1e8549;
} */
.button-d_wide {
    width: 100%;
}

.button-d_narrow,
.button-d_outline {
    padding-top: 0.85714em; /* 12/14 */
    padding-bottom: 0.85714em; /* 12/14 */
}
.button-d_outline,
.button-d_outline:link,
.button-d_outline:visited {
    color: #27ae60;
}
._theme-red .button-d_outline,
._theme-red .button-d_outline:link,
._theme-red .button-d_outline:visited {
    color: #e74c3c;
}
.button-d_outline,
._theme-red .button-d_outline {
    background-color: #fff;
    border: 2px solid currentColor;
}
.button-d_outline:hover,
.button-d_outline:focus {
    background-color: #27ae60;
    border-color: #27ae60;
}
.button-d_outline:active {
    border-color: #1e8549;
}
._theme-red .button-d_outline:hover,
._theme-red .button-d_outline:focus {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
._theme-red .button-d_outline:active {
    color: #fff;
    border-color: #d52d1a;
}
.button-d_small {
    padding: 0.71428em 1em; /* 10/14 14/14 */
}
.button-d_thick {
    padding: 0.9em 1.75em; /* 18/20 35/20 */
    font-size: 1.42857rem; /* 20/14 */
}
.button-d_dark,
.button-d_dark:link,
.button-d_dark:visited {
    color: inherit;
}
.button-d_dark,
._theme-red .button-d_dark {
    background-color: #dfdfdf;
}
.button-d_transparent,
.button-d_transparent:link,
.button-d_transparent:visited {
    color: inherit;
}
.button-d_transparent,
.button-d_transparent:hover,
.button-d_transparent:focus,
.button-d_transparent:active,
._theme-red .button-d_transparent,
._theme-red .button-d_transparent:hover,
._theme-red .button-d_transparent:focus,
._theme-red .button-d_transparent:active {
    background-color: transparent;
}
.button-d_transparent {
    border: 2px solid transparent
}
.button-d_transparent:hover,
.button-d_transparent:focus,
.button-d_transparent:active {
    border-color: currentColor;
}
.button-d_transparent:hover,
.button-d_transparent:focus {
    color: #27ae60;
}
.button-d_transparent:active {
    color: #1e8549;
}
._theme-red .button-d_transparent:hover,
._theme-red .button-d_transparent:focus {
    color: #e74c3c;
}
._theme-red .button-d_transparent:active {
    color: #d52d1a;
}



._buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: -1.07142rem; /* -15/14 */
    margin-right: -1.07142rem; /* -15/14 */
}
._buttons > * {
    margin-top: 1.07142rem; /* 15/14 */
    margin-left: 1.07142rem; /* 15/14 */
    margin-right: 1.07142rem; /* 15/14 */
}



/* Кнопка Вверх */

.upper-d {
    width: 2.85714rem; /* 40/14 */
    height: 2.85714rem; /* 40/14 */
    padding: 0;
    position: fixed;
    bottom: 50px;
    right: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    border: 1px solid #37d278;
    z-index: -2;
    -webkit-animation: .8s both fade-deep-out;
            animation: .8s both fade-deep-out;
}
._theme-red .upper-d {
    border-color: #ec7669;
}
._upper-show .upper-d {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 101;
    -webkit-animation-name: fade-deep-in;
            animation-name: fade-deep-in;
}



.icon-d_ok {
    color: #27ae60;
}
.icon-d_attent {
    color: #cccc00;
}
.icon-d_warn {
    color: #e74c3c;
}



/* Кнопка Убрать/Удалить */

.remover-d {
    cursor: pointer;
}
.remover-d:hover {
    color: #27ae60;
}
._theme-red .remover-d:hover {
    color: #e74c3c;
}
.remover-d__input {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    clip: rect(0,0,0,0);
    opacity: 0;
    border: none;
}
.remover-d__icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-size: 1,14285rem; /* 16/14 */
    color: inherit;
}
.remover-d__input:focus + .remover-d__icon,
.remover-d__input:active + .remover-d__icon {
    color: #d52d1a;
}
.clean-d {
    display: inline-block;
    width: 1em; /* 14/14 */
    height: 1em; /* 14/14 */
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    background-image: url('../img/trash.svg');
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M436,60h-90V45c0-24.813-20.187-45-45-45h-90c-24.813,0-45,20.187-45,45v15H76c-24.813,0-45,20.187-45,45v30 c0,8.284,6.716,15,15,15h16.183L88.57,470.945c0.003,0.043,0.007,0.086,0.011,0.129C90.703,494.406,109.97,512,133.396,512 h245.207c23.427,0,42.693-17.594,44.815-40.926c0.004-0.043,0.008-0.086,0.011-0.129L449.817,150H466c8.284,0,15-6.716,15-15v-30 C481,80.187,460.813,60,436,60z M196,45c0-8.271,6.729-15,15-15h90c8.271,0,15,6.729,15,15v15H196V45z M393.537,468.408 c-0.729,7.753-7.142,13.592-14.934,13.592H133.396c-7.792,0-14.204-5.839-14.934-13.592L92.284,150h327.432L393.537,468.408z M451,120h-15H76H61v-15c0-8.271,6.729-15,15-15h105h150h105c8.271,0,15,6.729,15,15V120z'/%3E%3Cpath fill='%23000000' d='M256,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C271,186.716,264.284,180,256,180z'/%3E%3Cpath fill='%23000000' d='M346,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C361,186.716,354.284,180,346,180z'/%3E%3Cpath fill='%23000000' d='M166,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C181,186.716,174.284,180,166,180z'/%3E%3C/svg%3E%0A");
    background-size: 1em 1em; /* 14/14 */
    border: none;
    outline: none;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer
}
.clean-d:hover {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512'%3E%3Cpath fill='%23e54d43' d='M436,60h-90V45c0-24.813-20.187-45-45-45h-90c-24.813,0-45,20.187-45,45v15H76c-24.813,0-45,20.187-45,45v30 c0,8.284,6.716,15,15,15h16.183L88.57,470.945c0.003,0.043,0.007,0.086,0.011,0.129C90.703,494.406,109.97,512,133.396,512 h245.207c23.427,0,42.693-17.594,44.815-40.926c0.004-0.043,0.008-0.086,0.011-0.129L449.817,150H466c8.284,0,15-6.716,15-15v-30 C481,80.187,460.813,60,436,60z M196,45c0-8.271,6.729-15,15-15h90c8.271,0,15,6.729,15,15v15H196V45z M393.537,468.408 c-0.729,7.753-7.142,13.592-14.934,13.592H133.396c-7.792,0-14.204-5.839-14.934-13.592L92.284,150h327.432L393.537,468.408z M451,120h-15H76H61v-15c0-8.271,6.729-15,15-15h105h150h105c8.271,0,15,6.729,15,15V120z'/%3E%3Cpath fill='%23e54d43' d='M256,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C271,186.716,264.284,180,256,180z'/%3E%3Cpath fill='%23e54d43' d='M346,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C361,186.716,354.284,180,346,180z'/%3E%3Cpath fill='%23e54d43' d='M166,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C181,186.716,174.284,180,166,180z'/%3E%3C/svg%3E%0A");
}
.clean-d:focus,
.clean-d:active {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512'%3E%3Cpath fill='%23e2382c' d='M436,60h-90V45c0-24.813-20.187-45-45-45h-90c-24.813,0-45,20.187-45,45v15H76c-24.813,0-45,20.187-45,45v30 c0,8.284,6.716,15,15,15h16.183L88.57,470.945c0.003,0.043,0.007,0.086,0.011,0.129C90.703,494.406,109.97,512,133.396,512 h245.207c23.427,0,42.693-17.594,44.815-40.926c0.004-0.043,0.008-0.086,0.011-0.129L449.817,150H466c8.284,0,15-6.716,15-15v-30 C481,80.187,460.813,60,436,60z M196,45c0-8.271,6.729-15,15-15h90c8.271,0,15,6.729,15,15v15H196V45z M393.537,468.408 c-0.729,7.753-7.142,13.592-14.934,13.592H133.396c-7.792,0-14.204-5.839-14.934-13.592L92.284,150h327.432L393.537,468.408z M451,120h-15H76H61v-15c0-8.271,6.729-15,15-15h105h150h105c8.271,0,15,6.729,15,15V120z'/%3E%3Cpath fill='%23e2382c' d='M256,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C271,186.716,264.284,180,256,180z'/%3E%3Cpath fill='%23e2382c' d='M346,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C361,186.716,354.284,180,346,180z'/%3E%3Cpath fill='%23e2382c' d='M166,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C181,186.716,174.284,180,166,180z'/%3E%3C/svg%3E%0A");
}
.clean-d_white,
.clean-d_white:hover,
.clean-d_white:focus,
.clean-d_white:active {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M436,60h-90V45c0-24.813-20.187-45-45-45h-90c-24.813,0-45,20.187-45,45v15H76c-24.813,0-45,20.187-45,45v30 c0,8.284,6.716,15,15,15h16.183L88.57,470.945c0.003,0.043,0.007,0.086,0.011,0.129C90.703,494.406,109.97,512,133.396,512 h245.207c23.427,0,42.693-17.594,44.815-40.926c0.004-0.043,0.008-0.086,0.011-0.129L449.817,150H466c8.284,0,15-6.716,15-15v-30 C481,80.187,460.813,60,436,60z M196,45c0-8.271,6.729-15,15-15h90c8.271,0,15,6.729,15,15v15H196V45z M393.537,468.408 c-0.729,7.753-7.142,13.592-14.934,13.592H133.396c-7.792,0-14.204-5.839-14.934-13.592L92.284,150h327.432L393.537,468.408z M451,120h-15H76H61v-15c0-8.271,6.729-15,15-15h105h150h105c8.271,0,15,6.729,15,15V120z'/%3E%3Cpath fill='%23ffffff' d='M256,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C271,186.716,264.284,180,256,180z'/%3E%3Cpath fill='%23ffffff' d='M346,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C361,186.716,354.284,180,346,180z'/%3E%3Cpath fill='%23ffffff' d='M166,180c-8.284,0-15,6.716-15,15v212c0,8.284,6.716,15,15,15s15-6.716,15-15V195C181,186.716,174.284,180,166,180z'/%3E%3C/svg%3E%0A");
}



/* Сaptcha */

.captcha {
    margin-top: 1.07142rem; /* 15/14 */
    margin-bottom: 1.07142rem; /* 15/14 */
}
.captcha .button-d {
    margin: 0;
}
.captcha + .button-d,
.captcha + [type='reset'],
.captcha + [type='submit'] {
    margin-top: 0.35714rem; /* 5/14 */
}
.captcha-d__name,
.captcha-d__question {
    display: block;
    margin-bottom: 0.35714rem; /* 5/14 */
    word-wrap: break-word;
    word-break: break-word;
}



/* Ошибки/уведомления */

.error,
.errors {
    padding: 0.41667em 0.83333em; /* 5/12 10/12 */
    font-size: 0.85714rem; /* 12/14 */
    font-weight: 500;
    color: #e74c3c;
    border-bottom: 1px solid;
}
.privacy_field a {
    color: #27ae60;
}
.error a,
.errors a,
._theme-red .privacy_field a {
    color: #d52d1a;
}
.privacy_field a:hover,
.privacy_field a:focus,
.privacy_field a:active {
    color: #1e8549;
}
.error a:hover,
.error a:focus,
.error a:active,
.errors a:hover,
.errors a:focus,
.errors a:active,
._theme-red .privacy_field a:hover,
._theme-red .privacy_field a:focus,
._theme-red .privacy_field a:active {
    color: #d52d1a;
}
.required_field,
.privacy_field {
    margin-top: 0.41667em; /* 5/12 */
    font-size: 0.85714rem; /* 12/14 */
}



.popup-d {
    display: none;
    min-width: 250px;
    max-width: 90%;
    padding: 1.42857rem; /* 20/14 */
    text-align: center;
    background-color: #fff;
    border-radius: 0.71428rem; /* 10/14 */
}
.popup-d__head {
    margin-bottom: 1.42857rem; /* 20/14 */
    text-align: center;
}
.popup-d__name {
    font-size: 1.71428rem; /* 24/14 */
}
.popup-d__subname {
    font-size: 1.14285rem; /* 16/14 */
}
.popup-d__name + .popup-d__subname {
    margin-top: 1.07142rem; /* 15/14 */
}
@media (min-width: 576px) {

    .popup-d__name {
        font-size: calc((100vw - 576px) / (1200 - 576) * (30 - 24) + 24px);
    }
}
@media (min-width: 1200px) {

    .popup-d__name {
        font-size: 2.14285rem; /* 30/14 */
        line-height: 1.2;
    }
}

@media (min-width: 480px) {

    .popup-d_createsite {
        max-width: 400px;
    }
}



.popup-d_reglog .popup-d__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.14285rem; /* 30/14 */
}
.popup-d_reglog .popup-d__socnets .socnets-d {
    grid-template-columns: 2.85714rem; /* 40/14 */
    justify-content: center;
}
.popup-d_reglog .popup-d__socnets a {
    width: 2.85714rem; /* 40/14 */
    height: 2.85714rem; /* 40/14 */
    font-size: 1.28571rem; /* 18/14 */
    color: #fff;
    background-color: #27ae60;
}
._theme-red .popup-d_reglog .popup-d__socnets a {
    background-color: #e74c3c;
}
@media (min-width: 576px) {

    .popup-d_reglog {
        max-width: 540px;
    }
    .popup-d_reglog .popup-d__content {
        grid-template-columns: 1fr 1fr;
    }
    .popup-d_reglog .popup-d__form:first-child {
        position: relative;
    }
    .popup-d_reglog .popup-d__form:first-child::after {
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -1.07142rem; /* -15/14 */
        content: '';
        background: linear-gradient(to bottom, #27ae60 0%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27ae60', endColorstr='#00ffffff', GradientType=0);
        z-index: 1;
    }
    ._theme-red .popup-d_reglog .popup-d__form:first-child::after {
        background: linear-gradient(to bottom, #e74c3c 0%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74c3c', endColorstr='#00ffffff', GradientType=0);
    }
    .popup-d_reglog .popup-d__socnets {
        grid-column: span 2;
    }
}



/* Деталь */

.details-d,
.details-d__enum {
    display: block;
}
.details-d > *,
.details-d__enum > * {
    margin-bottom: 0.71428rem; /* 10/14 */
}
.details-d > *:empty,
.details-d > *:last-child,
.details-d__enum > *:empty,
.details-d__enum > *:last-child {
    margin-bottom: 0;
}
.detail-d {
    word-wrap: break-word;
    word-break: break-word;
}
/* .detail-d_anons {
    color: #808080;
}
.detail-d_anons > a {
    color: inherit;
} */



/* Навигационная цепочка */

.breadcrumbs-d {
    margin-bottom: 1rem;
    font-size: 0.83333em;
    color: #808080;
}



/* Постраничная навигация */

.paginat-d {
    margin-top: 2rem; /* 30/15 */
    text-align: center;
}
.paginat-d a:hover,
.paginat-d a:focus,
.paginat-d a:active {
    text-decoration: none;
}
.paginat-d__item {
    margin: 0 0.25rem; /* 0 3/12 */
    vertical-align: middle;
    border-bottom: 1px solid transparent;
}
.paginat-d__item:not(.button-d) {
    display: inline-block;
    padding: 0.35714rem; /* 5/14 */
    font-size: 1.16667em; /* 14/12 */
}
.paginat-d__item:first-child {
    margin-left: 0;
}
.paginat-d__item:last-child {
    margin-right: 0;
}
.paginat-d__item:hover,
.paginat-d__item:focus,
.paginat-d__item:active {
    border-bottom-color: currentColor;
}
.paginat-d__item_current {
    border-bottom-color: #27ae60;
}
._theme-red .paginat-d__item_current {
    border-bottom-color: #e74c3c;
}
.paginat-d__item_prev {
    margin-right: 2rem; /* 30/15 */
}
.paginat-d__item_next {
    margin-left: 2rem; /* 30/15 */
}


.prevnext-d {
    margin-top: 2rem; /* 30/15 */
    padding-top: 1rem; /* 15/15 */
    overflow: hidden;
    border-top: 1px solid #dfdfdf;
}
.prevnext-d__prev,
.prevnext-d__next {
    position: relative;
}
.prevnext-d__icon {
    position: absolute;
    top: 0.25rem; /* 3/12 */
    line-height: 1;
    vertical-align: middle;
}
.prevnext-d__prev {
    padding-left: 2rem; /* 30/15 */
    float: left;
}
.prevnext-d__prev .icon-d {
    margin-right: 1rem; /* 15/15 */
    left: 0;
}
.prevnext-d__next {
    padding-right: 2rem; /* 30/15 */
    float: right;
}
.prevnext-d__next .icon-d {
    margin-left: 1rem; /* 15/15 */
    right: 0;
}



/* Показать ещё */

.showmore-d {
    align-self: end;
    margin-top: 2rem /* 30/15 */
}
.showmore-d .button-d,
.showmore-d [type='reset'],
.showmore-d [type='submit'] {
    margin-top: 0;
}



/* Дата */

.date-d {
    font-size: 0.85714rem; /* 12/14 */
    font-weight: 500;
    color: #808080;
}



/* Редактор сообщения */

.messeditor-d {
    font-size: 0.85714rem; /* 12/14 */
    color: #808080;
}



.code code,
.code-d code {
    display: block;
    padding: 1.07142em; /* 15/14 */
    white-space: pre-wrap;
    color: #000;
    background-color: #f6f8fa;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
.code,
.code-d,
.quote,
.quote-d {
    margin-top: 0.5em;
    margin-bottom: 1em
}
.code:first-child,
.code-d:first-child,
.quote:first-child,
.quote-d:first-child {
    margin-top: 0;
}
.code:last-child,
.code-d:last-child,
.quote:last-child,
.quote-d:last-child {
    margin-bottom: 0;
}
.code:empty,
.code-d:empty,
.quote:empty,
.quote-d:empty {
    display: none;
}
.code_header,
.quote_header,
.code-header,
.code-d__name,
.quote-header,
.quote-d__name {
    margin-bottom: 0.5em;
    font-size: 0.85714rem; /* 12/14 */
    font-weight: 500;
}
.quote,
.quote-d {
    padding: 1.07142em; /* 15/14 */
    padding-left: 4.28571em; /* 60/14 */
    /* color: #808080;
    background-color: #fef7f6; */
    background-image: url(../img/quotes.svg);
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32'%3E%3Cpolygon fill='%23e74c3c' points='0,4 0,28 12,16 12,4 '/%3E%3Cpolygon fill='%23e74c3c' points='20,4 20,28 32,16 32,4 '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 1.07142em 1.07142em; /* 15/14 */
    -webkit-background-size: 2.14285em 2.14285em; /* 30/14 */
            background-size: 2.14285em 2.14285em; /* 30/14 */
}



/* Учетная запись пользователя */

.account-d__name,
.account-d__name a,
.account-d__name:link,
.account-d__name:visited {
    color: #e74c3c;
}
a.account-d__name:hover,
.account-d__name a:hover {
    color: #ec7669;
}
a.account-d__name:focus,
a.account-d__name:active,
.account-d__name a:focus,
.account-d__name a:active {
    color: #d52d1a;
}
.account-d__nikname {
    color: #808080;
}
a:hover .account-d__nikname,
a:focus .account-d__nikname,
a:active .account-d__nikname {
    color: inherit;
}

.account-d_line {
    display: flex;
    align-items: center;
    max-width: 100%
}
.account-d_line .account-d__images {
    flex: none;
    flex-basis: 4em; /* 60/15 */
    max-width: 4em; /* 60/15 */
    margin-right: 1em; /* 15/15 */
}
.account-d_line .account-d__details {
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -0.35714rem; /* -5/14 */
    margin-right: -0.35714rem; /* -5/14 */
}
.account-d_line .account-d__details > * {
    margin-left: 0.35714rem; /* 5/14 */
    margin-right: 0.35714rem; /* 5/14 */
    margin-bottom: 0.35714rem; /* 5/14 */
}

.account-d_row {
    display: grid;
    grid-auto-flow: column;
    gap: 1.07142rem; /* 15/14 */
    justify-content: start;
}
.account-d_row .account-d__details {
    align-self: center;
}

.account-d_list > * {
    margin-bottom: 1em; /* 15/15 */
}
.account-d_list > *:last-child {
    margin-bottom: 0;
}

.account-d_profile > * {
    margin-bottom: 1.42857rem; /* 20/14 */
}
.account-d_profile > *:last-child {
    margin-bottom: 0;
}
.account-d_profile .account-d__images {
    display: flex;
    align-items: center;
    max-width: 100%;
}
.account-d_profile .account-d__avatar {
    flex: 0 0 auto;
    margin-right: 1rem; /* 15/15 */
}
.account-d_profile .account-d__greeting {
    flex-grow: 1;
    font-size: 1.06667rem; /* 16/15 */
}
.account-d_profile .account-d__nav .item-d:not(:last-child) {
    margin-bottom: 1rem; /* 15/15 */
}



/* Панель — Языки */

.langs-d {
    display: inline-block;
    margin-bottom: -1px;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid;
    border-radius: 1rem;
}
.lang-d {
    display: inline-block;
    margin-top: -1px;
    padding: 0.35714rem 0.71428rem; /* 5/15 10/15 */
    vertical-align: middle;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid transparent;
}
.lang-d:hover,
.lang-d:focus,
.lang-d:active {
    text-decoration: none;
}
.lang-d_current {
    font-weight: 700;
    border-radius: 1rem;
}
.lang-d_current:first-child,
.lang-d_current:not(:first-child):not(:last-child) {
    border-right-color: currentColor;
}
.lang-d_current:last-child,
.lang-d_current:not(:first-child):not(:last-child) {
    border-left-color: currentColor;
}
.lang-d_current:hover,
.lang-d_current:focus,
.lang-d_current:active {
    color: inherit;
}



/* Закрыть */

.close-d {
    margin: 0;
    padding: 0.35714rem 0.71428rem; /* 5/15 10/15 */
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 2;
}
.close-d::after {
    content: '×';
    font-size: 2.33333rem; /* 28/12 */
}
.close-d:hover {
    color: #27ae60;
}
.close-d:focus,
.close-d:active {
    color: #1e8549;
}
._theme-red .close-d:hover {
    color: #e74c3c;
}
._theme-red .close-d:focus,
._theme-red .close-d:active {
    color: #d52d1a;
}



/* Рейтинг */

.rating-d {
    display: block;
    line-height: 1;
}
.rating-d fieldset {
    position: relative;
}
.rating-d input,
.rating-d legend {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    clip: rect(0,0,0,0);
    opacity: 0;
    border: none;
}
.rating-d input {
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
}
.rating-d .errors,
.rating-d__details {
    margin-top: 0.41667em; /* 5/14 */
}
.rating-d__details > * {
    margin-bottom: 0.5em; /* 5/10 */
    font-size: 0.71428rem; /* 10/14 */
}

/* Рейтинг — Значки шрифта "Font Awesome" */

.rating-d_fa input:focus + label,
.rating-d_fa input:checked + label {
    font-weight: 900;
    color: #27ae60;
}
._theme-red .rating-d_fa input:focus + label,
._theme-red .rating-d_fa input:checked + label {
    color: #e74c3c;
}
.rating-d_fa label {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0.16667em; /* 2/12 */
    text-rendering: auto;
    line-height: 1;
    color: transparent;
    z-index: 5;
}
.rating-d_fa label::before {
    content: '\f005';
}
.rating-d_fa label:nth-of-type(2) {
    z-index: 4;
}
.rating-d_fa label:nth-of-type(2)::before {
    content: '\f005 \f005';
}
.rating-d_fa label:nth-of-type(3) {
    z-index: 3;
}
.rating-d_fa label:nth-of-type(3)::before {
    content: '\f005 \f005 \f005';
}
.rating-d_fa label:nth-of-type(4) {
    z-index: 2;
}
.rating-d_fa label:nth-of-type(4)::before {
    content: '\f005 \f005 \f005 \f005';
}
.rating-d_fa label:last-of-type {
    position: relative;
    color: #27ae60;
    z-index: 1;
}
._theme-red .rating-d_fa label:last-of-type {
    color: #e74c3c;
}
.rating-d_fa label:last-of-type::before {
    content: '\f005 \f005 \f005 \f005 \f005';
}
.rating-d_fa label:hover {
    font-weight: 900;
    color: #27ae60;
}
._theme-red .rating-d_fa label:hover {
    color: #e74c3c;
}
.rating-d_fa label:hover ~ input:focus + label,
.rating-d_fa label:hover ~ input:checked + label {
    font-weight: 400;
    color: transparent;
}
.rating-d_fa label:hover ~ input:focus + label:last-of-type,
.rating-d_fa label:hover ~ input:checked + label:last-of-type {
    color: #27ae60;
}
._theme-red .rating-d_fa label:hover ~ input:focus + label:last-of-type,
._theme-red .rating-d_fa label:hover ~ input:checked + label:last-of-type {
    color: #e74c3c;
}

/* Рейтинг — Значки из картинок */

.rating-d_img fieldset {
    width: 6.25em; /* 75/12 */
    height: 1.25em; /* 15/15 */
}
.rating-d_img input:focus + label,
.rating-d_img input:checked + label {
    background-color: #fff;
    background-image: url('../img/star_on.svg');
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.481 19.481' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%2327ae60' d='m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z'/%3E%3C/svg%3E%0A");
}
._theme-red .rating-d_img input:focus + label,
._theme-red .rating-d_img input:checked + label {
    background-image: url('../img/star_on.svg');
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.481 19.481' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%23e74c3c' d='m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z'/%3E%3C/svg%3E%0A");
}
.rating-d_img label { 
    width: 1.25em; /* 15/15 */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: repeat-x;
    background-size: 1.25em 1.25em; /* 15/15 */
    z-index: 5;
}
.rating-d_img label:nth-of-type(2) {
    width: 2.5em; /* 30/15 */
    padding-left: 1.25em; /* 15/15 */
    z-index: 4;
}
.rating-d_img label:nth-of-type(3) {
    width: 3.75em; /* 45/12 */
    padding-left: 2.5em; /* 30/15 */
    z-index: 3;
}
.rating-d_img label:nth-of-type(4) {
    width: 5em; /* 60/12 */
    padding-left: 3.75em; /* 45/12 */
    z-index: 2;
}
.rating-d_img label:last-of-type {
    width: 100%;
    padding-left: 5em; /* 60/12 */
    background-image: url('../img/star_off.svg');
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 487.222 487.222'%3E%3Cpath fill='%2327ae60' d='M486.554,186.811c-1.6-4.9-5.8-8.4-10.9-9.2l-152-21.6l-68.4-137.5c-2.3-4.6-7-7.5-12.1-7.5l0,0c-5.1,0-9.8,2.9-12.1,7.6 l-67.5,137.9l-152,22.6c-5.1,0.8-9.3,4.3-10.9,9.2s-0.2,10.3,3.5,13.8l110.3,106.9l-25.5,151.4c-0.9,5.1,1.2,10.2,5.4,13.2 c2.3,1.7,5.1,2.6,7.9,2.6c2.2,0,4.3-0.5,6.3-1.6l135.7-71.9l136.1,71.1c2,1,4.1,1.5,6.2,1.5l0,0c7.4,0,13.5-6.1,13.5-13.5 c0-1.1-0.1-2.1-0.4-3.1l-26.3-150.5l109.6-107.5C486.854,197.111,488.154,191.711,486.554,186.811z M349.554,293.911 c-3.2,3.1-4.6,7.6-3.8,12l22.9,131.3l-118.2-61.7c-3.9-2.1-8.6-2-12.6,0l-117.8,62.4l22.1-131.5c0.7-4.4-0.7-8.8-3.9-11.9 l-95.6-92.8l131.9-19.6c4.4-0.7,8.2-3.4,10.1-7.4l58.6-119.7l59.4,119.4c2,4,5.8,6.7,10.2,7.4l132,18.8L349.554,293.911z'/%3E%3C/svg%3E%0A");
    z-index: 1;
}
._theme-red .rating-d_img label:last-of-type {
    background-image: url('../img/star_off.svg');
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 487.222 487.222'%3E%3Cpath fill='%23e74c3c' d='M486.554,186.811c-1.6-4.9-5.8-8.4-10.9-9.2l-152-21.6l-68.4-137.5c-2.3-4.6-7-7.5-12.1-7.5l0,0c-5.1,0-9.8,2.9-12.1,7.6 l-67.5,137.9l-152,22.6c-5.1,0.8-9.3,4.3-10.9,9.2s-0.2,10.3,3.5,13.8l110.3,106.9l-25.5,151.4c-0.9,5.1,1.2,10.2,5.4,13.2 c2.3,1.7,5.1,2.6,7.9,2.6c2.2,0,4.3-0.5,6.3-1.6l135.7-71.9l136.1,71.1c2,1,4.1,1.5,6.2,1.5l0,0c7.4,0,13.5-6.1,13.5-13.5 c0-1.1-0.1-2.1-0.4-3.1l-26.3-150.5l109.6-107.5C486.854,197.111,488.154,191.711,486.554,186.811z M349.554,293.911 c-3.2,3.1-4.6,7.6-3.8,12l22.9,131.3l-118.2-61.7c-3.9-2.1-8.6-2-12.6,0l-117.8,62.4l22.1-131.5c0.7-4.4-0.7-8.8-3.9-11.9 l-95.6-92.8l131.9-19.6c4.4-0.7,8.2-3.4,10.1-7.4l58.6-119.7l59.4,119.4c2,4,5.8,6.7,10.2,7.4l132,18.8L349.554,293.911z'/%3E%3C/svg%3E%0A");
}
.rating-d_img label:hover {
    background-color: #fff;
    background-image: url('../img/star_on.svg');
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.481 19.481' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%2327ae60' d='m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z'/%3E%3C/svg%3E%0A");
}
._theme-red .rating-d_img label:hover {
    background-image: url('../img/star_on.svg');
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.481 19.481' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%23e74c3c' d='m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z'/%3E%3C/svg%3E%0A");
}
.rating-d_img label:hover ~ input:focus + label,
.rating-d_img label:hover ~ input:checked + label {
    background-image: url('../img/star_off.svg');
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 487.222 487.222'%3E%3Cpath fill='%2327ae60' d='M486.554,186.811c-1.6-4.9-5.8-8.4-10.9-9.2l-152-21.6l-68.4-137.5c-2.3-4.6-7-7.5-12.1-7.5l0,0c-5.1,0-9.8,2.9-12.1,7.6 l-67.5,137.9l-152,22.6c-5.1,0.8-9.3,4.3-10.9,9.2s-0.2,10.3,3.5,13.8l110.3,106.9l-25.5,151.4c-0.9,5.1,1.2,10.2,5.4,13.2 c2.3,1.7,5.1,2.6,7.9,2.6c2.2,0,4.3-0.5,6.3-1.6l135.7-71.9l136.1,71.1c2,1,4.1,1.5,6.2,1.5l0,0c7.4,0,13.5-6.1,13.5-13.5 c0-1.1-0.1-2.1-0.4-3.1l-26.3-150.5l109.6-107.5C486.854,197.111,488.154,191.711,486.554,186.811z M349.554,293.911 c-3.2,3.1-4.6,7.6-3.8,12l22.9,131.3l-118.2-61.7c-3.9-2.1-8.6-2-12.6,0l-117.8,62.4l22.1-131.5c0.7-4.4-0.7-8.8-3.9-11.9 l-95.6-92.8l131.9-19.6c4.4-0.7,8.2-3.4,10.1-7.4l58.6-119.7l59.4,119.4c2,4,5.8,6.7,10.2,7.4l132,18.8L349.554,293.911z'/%3E%3C/svg%3E%0A");
}
._theme-red .rating-d_img label:hover ~ input:focus + label,
._theme-red .rating-d_img label:hover ~ input:checked + label {
    background-image: url('../img/star_off.svg');
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 487.222 487.222'%3E%3Cpath fill='%23e74c3c' d='M486.554,186.811c-1.6-4.9-5.8-8.4-10.9-9.2l-152-21.6l-68.4-137.5c-2.3-4.6-7-7.5-12.1-7.5l0,0c-5.1,0-9.8,2.9-12.1,7.6 l-67.5,137.9l-152,22.6c-5.1,0.8-9.3,4.3-10.9,9.2s-0.2,10.3,3.5,13.8l110.3,106.9l-25.5,151.4c-0.9,5.1,1.2,10.2,5.4,13.2 c2.3,1.7,5.1,2.6,7.9,2.6c2.2,0,4.3-0.5,6.3-1.6l135.7-71.9l136.1,71.1c2,1,4.1,1.5,6.2,1.5l0,0c7.4,0,13.5-6.1,13.5-13.5 c0-1.1-0.1-2.1-0.4-3.1l-26.3-150.5l109.6-107.5C486.854,197.111,488.154,191.711,486.554,186.811z M349.554,293.911 c-3.2,3.1-4.6,7.6-3.8,12l22.9,131.3l-118.2-61.7c-3.9-2.1-8.6-2-12.6,0l-117.8,62.4l22.1-131.5c0.7-4.4-0.7-8.8-3.9-11.9 l-95.6-92.8l131.9-19.6c4.4-0.7,8.2-3.4,10.1-7.4l58.6-119.7l59.4,119.4c2,4,5.8,6.7,10.2,7.4l132,18.8L349.554,293.911z'/%3E%3C/svg%3E%0A");
}



/* Тег */

.tag-d_basic {
    display: inline-block;
    margin-top: 0.2em; /* 2/10 */
    margin-bottom: 0.2em; /* 2/10 */
    padding: 0.2em 0.5em; /* 2/10 5/10 */
    vertical-align: middle;
    font-size: 0.71428rem; /* 10/14 */
    text-decoration: none;
    background-color: #f5f5f5;
    border-radius: 0.3em; /* 3/10 */
    transition: all .2s;
}
.tag-d_basic,
.tag-d_basic:link,
.tag-d_basic:visited {
    color: #808080;
}
.tag-d_basic:hover,
.tag-d_basic:focus,
.tag-d_basic:active,
a.tag-d_basic:hover,
a.tag-d_basic:focus,
a.tag-d_basic:active {
    color: #fff;
}
.tag-d_basic:hover,
.tag-d_basic:focus,
.tag-d_basic:active {
    background-color: #37d278;
}
.tag-d_basic:active {
    background-color: #27ae60;
}
._theme-red .tag-d_basic:hover,
._theme-red .tag-d_basic:focus,
._theme-red .tag-d_basic:active {
    background-color: #ec7669;
}
._theme-red .tag-d_basic:active {
    background-color: #e74c3c;
}

.tag-d_fr,
.tag-d_fr:link,
.tag-d_fr:visited {
    color: inherit;
}
.tag-d_fr,
.tag-d_fr:hover,
.tag-d_fr:focus,
.tag-d_fr:active {
    text-decoration: none !important;
}
.tag-d_fr .tag-d__front {
    display: block;
    /* padding: 0.4em 0.75em; 8/20 15/20 */
    padding: 0.71428em 1em; /* 10/14 14/14 */
    white-space: nowrap;
    line-height: 1;
    background-color: #fff;
    border-radius: 0.35714rem; /* 5/14 */
}
.tag-d_fr:not(.tag-d_lic):not(.tag-d_active):not(.tabname-d_active) .tag-d__front {
    color: #27ae60;
}
.tag-d_fr .tag-d__icon {
    margin-right: 0.25em; /* 5/20 */
    color: #27ae60;
}
.tag-d_lic .tag-d__front,
._theme-red .tag-d_fr:not(.tag-d_active):not(.tabname-d_active) .tag-d__front {
    color: #e74c3c;
}
.tag-d_lic .tag-d__icon,
._theme-red .tag-d_fr .tag-d__icon {
    color: #e74c3c;
}
.tag-d_fr .tag-d__name {
    border-bottom: 1px dashed transparent;
}
.tag-d_fr:not(.tag-d_active):not(.tabname-d_active) .tag-d__name {
    border-bottom-color: currentColor;
}
.tag-d_fr:hover .tag-d__front .tag-d__name,
.tag-d_fr:focus .tag-d__front .tag-d__name,
.tag-d_fr:active .tag-d__front .tag-d__name {
    border-bottom-color: transparent;
}
.tag-d_fr.tag-d_active .tag-d__front,
.tag-d_fr.tabname-d_active .tag-d__front {
    background-color: #27ae60;
    color: #fff;
}
.tag-d_lic.tag-d_active .tag-d__front,
.tag-d_lic.tabname-d_active .tag-d__front,
._theme-red .tag-d_fr.tag-d_active .tag-d__front,
._theme-red .tag-d_fr.tabname-d_active .tag-d__front {
    background-color: #e74c3c;
}
.tag-d_fr.tag-d_active .tag-d__icon,
.tag-d_fr.tabname-d_active .tag-d__icon {
    color: inherit;
}
/* .tag-d_fr:hover .tag-d__front,
.tag-d_fr:focus .tag-d__front,
.tag-d_fr:active .tag-d__front,
.tag-d_fr.tag-d_active .tag-d__front,
.tag-d_fr.tabname-d_active .tag-d__front {
    color: #fff;
}
.tag-d_fr:hover .tag-d__front,
.tag-d_fr:focus .tag-d__front {
    background-color: #37d278;
}
.tag-d_fr:active .tag-d__front,
.tag-d_fr.tag-d_active .tag-d__front,
.tag-d_fr.tabname-d_active .tag-d__front {
    background-color: #27ae60;
}
[type=radio]:checked + .tag-d_fr .tag-d__front {
    color: #fff;
    background-color: #27ae60;
}
.tag-d_fr .tag-d__icon {
    margin-right: 0.35714em;
    color: #27ae60;
}
.tag-d_fr:hover .tag-d__icon,
.tag-d_fr:focus .tag-d__icon,
.tag-d_fr:active .tag-d__icon,
.tag-d_fr.tag-d_active .tag-d__icon,
.tag-d_fr.tabname-d_active .tag-d__icon,
[type=radio]:checked + .tag-d_fr .tag-d__icon {
    color: #fff;
}
.tag-d_fr.tag-d_active .tag-d__num,
.tag-d_fr.tabname-d_active .tag-d__num,
[type=radio]:checked + .tag-d_fr .tag-d__num {
    font-weight: 500;
} */
.tag-d_fr .tag-d__desc {
    color: #808080;
}
@media (min-width: 580px) {

    .tag-d_fr .tag-d__desc {
        margin-top: 0.71428em; /* 10/14 */
    }
}



/*  */

.badge-d {
    display: inline-block;
    margin-bottom: 0.16666em; /* 2/12 */
    padding: 0.25em 0.83333em; /* 3/12 10/12 */
    vertical-align: top;
    font-size: 0.85714rem; /* 12/14 */
    background-color: #f5f5f5;
    border-radius: 0.35714rem; /* 5/14 */
}
.badge-d,
.badge-d:link,
.badge-d:visited,
.badge-d:hover,
.badge-d:focus,
.badge-d:active {
    color: #808080;
}

.badge-d__icon,
.badge-d__name {
    margin-right: 0.25em; /* 3/12 */
    vertical-align: middle;
}
.badge-d__icon:last-child,
.badge-d__name:last-child {
    margin-right: 0;
}

.badge-d_red,
.badge-d_ok,
.badge-d_green,
.badge-d_blue,
.badge-d_yellow,
.badge-d_red:link,
.badge-d_red:visited,
.badge-d_red:hover,
.badge-d_red:focus,
.badge-d_red:active,
.badge-d_ok:link,
.badge-d_ok:visited,
.badge-d_ok:hover,
.badge-d_ok:focus,
.badge-d_ok:active,
.badge-d_green:link,
.badge-d_green:visited,
.badge-d_green:hover,
.badge-d_green:focus,
.badge-d_green:active,
.badge-d_blue:link,
.badge-d_blue:visited,
.badge-d_blue:hover,
.badge-d_blue:focus,
.badge-d_blue:active,
.badge-d_yellow:link,
.badge-d_yellow:visited,
.badge-d_yellow:hover,
.badge-d_yellow:focus,
.badge-d_yellow:active,
._theme-red .badge-d_red:link,
._theme-red .badge-d_red:visited,
._theme-red .badge-d_red:hover,
._theme-red .badge-d_red:focus,
._theme-red .badge-d_red:active,
._theme-red .badge-d_ok:link,
._theme-red .badge-d_ok:visited,
._theme-red .badge-d_ok:hover,
._theme-red .badge-d_ok:focus,
._theme-red .badge-d_ok:active,
._theme-red .badge-d_green:link,
._theme-red .badge-d_green:visited,
._theme-red .badge-d_green:hover,
._theme-red .badge-d_green:focus,
._theme-red .badge-d_green:active,
._theme-red .badge-d_blue:link,
._theme-red .badge-d_blue:visited,
._theme-red .badge-d_blue:hover,
._theme-red .badge-d_blue:focus,
._theme-red .badge-d_blue:active,
._theme-red .badge-d_yellow:link,
._theme-red .badge-d_yellow:visited,
._theme-red .badge-d_yellow:hover,
._theme-red .badge-d_yellow:focus,
._theme-red .badge-d_yellow:active{
    color: #fff;
}
.badge-d_red {
    background-color: #e74c3c;
}
.badge-d_ok,
.badge-d_green {
    background-color: #27ae60;
}
.badge-d_blue {
    background-color: #2196f3;
}
.badge-d_yellow {
    background-color: #ffb400;
}



/* Значок */

.shield-d {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
    color: inherit;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    transition: all 0.1s
}
.shield-d:hover,
.shield-d:focus,
.shield-d:active {
    background: none;
    outline: none;
}
.shield-d > * {
    margin-right: 0.71428rem; /* 8/12 */
}
.shield-d > *:last-child {
    margin-right: 0;
}
.shield-d__name {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}



/* Файл */

.file-d > * {
    margin-bottom: 0.71428rem /* 10/14 */
}
.file-d > *:last-child {
    margin-bottom: 0;
}



/* Стикер */

.stickers-d {
    position: absolute;
    top: -1rem; /* 15/15 */
    left: -1rem; /* 15/15 */
    z-index: 3;
}
.sticker-d {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.66667rem; /* 40/15 */
    height: 2.66667rem; /* 40/15 */
    font-size: 1.14285rem; /* 16/14 */
    color: #fff;
    background-color: #e74c3c;
    overflow: hidden;
    border-radius: 50%;
}
.sticker-d_red,
.sticker-d_shop {
    background-color: #e74c3c;
}
.sticker-d_biz,
.sticker-d_green {
    background-color: #27ae60;
}



/* Взаимодействие */

.interacts-d {
    position: absolute;
    top: 0.71428rem; /* 10/14 */
    right: 0.71428rem; /* 10/14 */
    z-index: 2;
}
.interact-d {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #ebebeb;
    border: none;
    border-radius: 50%;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}
.interact-d:not(:last-child) {
    margin-bottom: 0.71428rem; /* 10/14 */
}
.interact-d,
.interact-d:link,
.interact-d:visited {
    color: #808080;
}
.interact-d:hover,
.interact-d:focus,
.interact-d:active {
    text-decoration: none;
    outline: none;
}
.interact-d:hover,
.interact-d:active {
    color: #fff;
}
.interact-d:hover {
    background-color: #ec7669;
}
.interact-d:active {
    background-color: #d52d1a;
}
.interact-d__icon {
    padding-top: 2px;
    font-size: 1.42857rem; /* 16/12 */
}
.interact-d_active,
.interact-d._active {
    color: #fff;
    background-color: #e74c3c
}
.interact-d_active:link,
.interact-d_active:visited,
.interact-d._active:link,
.interact-d._active:visited {
    color: #fff;
}
.interact-d_active:hover,
.interact-d._active:hover {
    color: #808080; 
    background-color: #dfdfdf;
}
.interact-d_active:active,
.interact-d._active:active {
    color: #fff;
    background-color: #d52d1a;
}



/* Цена */

.price-d {
    display: inline-block;
    font-weight: 700;
    vertical-align: middle
}
.price-d > * {
    line-height: 1.2;
    vertical-align: middle;
}
.price-d_old {
    position: relative;
    color: #808080
}
.price-d_old::after {
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    border-bottom: 1px solid currentColor;
}



/* Количество */

.count-d {
    max-width: 10rem; /* 120/12 */
    text-align: center;
    position: relative;
    overflow: hidden
}
.count-d:hover .count-d__input {
    border-color: #bdbdbd;
}
.count-d__control {
    width: 6.66667rem; /* 80/12 */
    position: relative;
    float: left;
}
.count-d__unit,
.count-d__input {
    padding: 1.08333rem 0; /* 13/12 0 */
}
.count-d__input {
    padding-left: 1.42857rem; /* 20/14 */
    padding-right: 1.42857rem; /* 20/14 */
    text-align: inherit;
    border-width: 2px;
}
.count-d__input::-webkit-inner-spin-button {
    -moz-dearance: none;
    -webkit-appearance: none;
            appearance: none;
}
.count-d__input::-webkit-outer-spin-button {
    -moz-dearance: none;
    -webkit-appearance: none;
            appearance: none;
}
.count-d__dec,
.count-d__inc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.42857rem; /* 20/14 */
    height: 100%;
    height: calc(100% - 4px);
    margin: 0 !important;
    padding: 0;
    position: absolute;
    top: 2px;
    line-height: 1;
    font-size: 0.91667rem; /* 11/12 */
    text-align: center;
    color: inherit;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.1s;
    z-index: 2
}
.count-d__dec:hover,
.count-d__dec:focus,
.count-d__dec:active,
.count-d__inc:hover,
.count-d__inc:focus,
.count-d__inc:active {
    background: none;
}
.count-d__dec:hover,
.count-d__inc:hover {
    color: #27ae60;
}
.count-d__dec:focus,
.count-d__dec:active,
.count-d__inc:focus,
.count-d__inc:active { 
    color: #1e8549;
}
._theme-red .count-d__dec:hover,
._theme-red .count-d__inc:hover {
    color: #e74c3c;
}
._theme-red .count-d__dec:focus,
._theme-red .count-d__dec:active,
._theme-red .count-d__inc:focus,
._theme-red .count-d__inc:active { 
    color: #d52d1a;
}
.count-d__dec {
    left: 2px;
}
.count-d__inc {
    right: 2px;
}
.count-d__unit {
    max-width: 2rem; /* 30/15 */
    margin-left: 0.35714rem; /* 5/14 */
    float: right;
}



/* Действие */

.action-d {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2em; /* 24/12 */
    height: 2em; /* 24/12 */
    margin: 0.21428em; /* 3/12 */
    padding: 0;
    vertical-align: middle;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 50%;
    overflow: hidden;
    outline: none;
    cursor: pointer;
}
.action-d:first-child {
    margin-left: 0;
}
.action-d:last-child {
    margin-right: 0;
}
.action-d,
.action-d:link,
.action-d:visited {
    color: #808080;
}
.action-d:hover,
.action-d:focus,
.action-d:active {
    text-decoration: none;
    outline: none;
}
.action-d:hover,
.action-d:active {
    color: #fff;
}
.action-d:hover {
    background-color: #37d278;
}
.action-d:active {
    background-color: #1e8549;
}
._theme-red .action-d:hover {
    background-color: #ec7669;
}
._theme-red .action-d:active {
    background-color: #d52d1a;
}
.action-d__icon svg {
	width: 1em;
	height: 1em;
}



/* Функция */

.function-d {
    margin-top: 0.71428rem; /* 10/14 */
    margin-right: 1rem; /* 15/15 */
}
.function-d:last-child { 
    margin-right: 0;
}
.function-d:empty {
    display: none;
}
.functions-d__contents > * {
    margin-top: 0.71428rem; /* 10/14 */
}



/* Интерактивный счётчик */

.amount-d {
    font-size: 0.85714rem; /* 12/14 */
}
.amount-d__icon {
    vertical-align: middle;
}
.amount-d__num {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
}
.amount-d__num:empty {
    display: none;
}
.amount-d_stick {
    position: relative;
}
.amount-d_stick .amount-d__num {
    min-width: 1.63636em; /* 18/11 */
    height: 1.63636em; /* 18/11 */
    padding: 0.36363em 0.54545em; /* 4/11 6/11 */
    position: absolute;
    top: -0.90909em; /* -10/11 */
    right: -0.90909em; /* -10/11 */
    font-size: 0.78571rem; /* 11/14 */
    font-weight: 500;
    color: #fff;
    background-color: #27ae60;
    overflow: hidden;
    border-radius: 0.81818em; /* 9/11 */
    z-index: 2;
}
._theme-red .amount-d_stick .amount-d__num {
    background-color: #e74c3c;
}
.amount-d_stick.amount-d_red .amount-d__num {
    background-color: #e74c3c;
}



/* Бегунок */

.runner-d .field-d {
    margin: 0;
}
.runner-d__from {
    grid-area: from;
}
.runner-d__div {
    grid-area: div;
}
.runner-d__to {
    grid-area: to;
}
.runner-d__board {
    display: grid;
    grid: 'from div to' / 1fr auto 1fr;
    gap: 1rem; /* 15/15 */
    align-items: center;
}
.runner-d__track.ui-slider {
    height: 2px;
    margin-top: 1.42857rem; /* 20/14 */
    margin-bottom: 2.08333rem; /* 25/12 */
    background: #dfdfdf;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
.runner-d__track.ui-slider::after {
    display: block;
    width: 100%; 
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
}
.runner-d__track.ui-slider .ui-slider-range {
    background: #27ae60;
    border-radius: 0;
}
._theme-red .runner-d__track.ui-slider .ui-slider-range {
    background: #e74c3c;
}
.runner-d__track.ui-slider .ui-slider-handle {
    width: 18px;
    height: 18px;
    top: -8px;
    margin-left: -9px;
    color: #27ae60;
    background: #fff;
    border: 2px solid currentColor;
    border-radius: 50%;
    cursor: pointer;
}
._theme-red .runner-d__track.ui-slider .ui-slider-handle {
    color: #e74c3c;
}
.runner-d__track.ui-slider .ui-slider-handle:hover,
.runner-d__track.ui-slider .ui-slider-handle:focus,
.runner-d__track.ui-slider .ui-slider-handle:active {
    outline: none;
    color: #37d278;
}
._theme-red .runner-d__track.ui-slider .ui-slider-handle:hover,
._theme-red .runner-d__track.ui-slider .ui-slider-handle:focus,
._theme-red .runner-d__track.ui-slider .ui-slider-handle:active {
    color: #ec7669;
}
.runner-d__track.ui-slider .ui-slider-handle:focus,
.runner-d__track.ui-slider .ui-slider-handle:active {
    color: #1e8549;
}
._theme-red .runner-d__track.ui-slider .ui-slider-handle:focus,
._theme-red .runner-d__track.ui-slider .ui-slider-handle:active {
    color: #d52d1a;
}



/* Изображение */

.img-d {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    position: relative;
}
.img-d img {
    display: block;
    max-width: 100%;
    width: auto; 
    height: auto;
}



/* Аватар */

.avatar-d {
    display: block;
    width: 4rem; /* 60/15 */
    height: 4rem; /* 60/15 */
    overflow: hidden;
    border-radius: 50%;
}
.avatar-d_cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.avatar-d_contain {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.avatar-d_fit {
    position: relative;
}
.avatar-d_fit img,
.avatar-d_fit video,
.avatar-d_fit iframe,
.avatar-d_fit canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.avatar-d_fit_contain img,
.avatar-d_fit_contain video,
.avatar-d_fit_contain iframe,
.avatar-d_fit_contain canvas {
    -o-object-fit: contain;
    object-fit: contain;
}
.avatar-d_none {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ebebeb;
}
.avatar-d_none .avatar-d__icon {
    font-size: 1.6rem; /* 24/15 */
    line-height: 1;
}
.avatar-d_none,
.avatar-d_none:link,
.avatar-d_none:visited,
.avatar-d_none:hover,
.avatar-d_none:focus,
.avatar-d_none:active {
    color: #808080;
}



/* Обложка */

.cover-d {
    display: block;
    max-width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden
}
.cover-d::after {
    display: block;
    padding-bottom: 100%;
    content: '';
}


/* Обложка — Форма */

.cover-d_rect::after,
.cover-d._rect::after {
    padding-bottom: 50%;
}
.cover-d_circle,
.cover-d._circle {
    border-radius: 50%;
}



/* Подсказка */

.infotip-d  {
    position: relative;
}
.infotip-d__icon {
    display: inline-block;
    /* font-size: 0.55555em;  20/36 */
    vertical-align: top;
}
.infotip-d__contents  {
    width: 220px;
    padding: 0.71428em; /* 10/14 */
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 1rem;
    color: #000;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    clip: rect(0,0,0,0);
    filter: alpha(opacity=0);
    border-radius: 0.35714rem; /* 5/14 */
    box-shadow: 0 0 2.14285rem 0 rgba(0, 0, 0, .1); /* 30/14 */
    z-index: -2;
}
.infotip-d:hover > .infotip-d__contents,
.infotip-d:focus > .infotip-d__contents,
.infotip-d._active > .infotip-d__contents {
    visibility: visible;
    clip: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
}



/* Слайд */

.slide-d {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
}
.slide-d:hover,
.slide-d:focus,
.slide-d:active {
    text-decoration: none;
}
.slide-d__content {
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    word-break: break-word;
    z-index: 2;
}
.slide-d_fit,
.slide-d_plane,
.slide-d_cover,
.slide-d_poster,
.slide-d_contain {
    overflow: hidden;
}
.slide-d_fit::after,
.slide-d_cover::after,
.slide-d_contain::after {
    display: block;
    padding-bottom: 100%;
    content: '';
}
.slide-d_fit .slide-d__content,
.slide-d_plane .slide-d__content,
.slide-d_cover .slide-d__content,
.slide-d_poster .slide-d__content,
.slide-d_contain .slide-d__content {
    height: 100%;
    padding: 1.07142rem; /* 15/14 */
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}
.slide-d_plane .slide-d__content {
    position: relative;
}
.slide-d_fit .slide-d__content,
.slide-d_cover .slide-d__content,
.slide-d_contain .slide-d__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.slide-d_fit .slide-d__content > *,
.slide-d_plane .slide-d__content > *,
.slide-d_cover .slide-d__content > *,
.slide-d_poster .slide-d__content > *,
.slide-d_contain .slide-d__content > * {
    margin-bottom: 1.07142rem; /* 15/14 */
}
.slide-d_fit .slide-d__content > *:last-child,
.slide-d_plane .slide-d__content > *:last-child,
.slide-d_cover .slide-d__content > *:last-child,
.slide-d_poster .slide-d__content > *:last-child,
.slide-d_contain .slide-d__content > *:last-child {
    margin-bottom: 0;
}
.slide-d_fit:link,
.slide-d_fit:visited,
.slide-d_fit:hover,
.slide-d_fit:focus,
.slide-d_fit:active,
.slide-d_plane:link,
.slide-d_plane:visited,
.slide-d_plane:hover,
.slide-d_plane:focus,
.slide-d_plane:active,
.slide-d_cover:link,
.slide-d_cover:visited,
.slide-d_cover:hover,
.slide-d_cover:focus,
.slide-d_cover:active,
.slide-d_contain:link,
.slide-d_contain:visited,
.slide-d_contain:hover,
.slide-d_contain:focus,
.slide-d_contain:active {
    color: #fff;
}
.slide-d_plane,
.slide-d_cover,
.slide-d_contain {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slide-d_poster {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}
.slide-d_contain {
    background-size: contain;
}
/* __object, но не __img, так как может понадобится подогнать: img, video, iframe, canvas, ... */
.slide-d_fit img,
.slide-d_fit .slide-d__object,
.slide-d_plane .slide-d__object {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.slide-d_fit_contain .slide-d__object,
.slide-d_plane_contain .slide-d__object {
    -o-object-fit: contain; 
    object-fit: contain;
}
.slide-d._bordered {
    border-radius: 0.21428rem; /* 3/14 */
}



/* Галерея */

.swiper-wrapper {
    box-sizing: inherit;
    height: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.gall-d__button,
.swiper-button-prev,
.swiper-button-next {
    width: auto;
    height: auto;
    margin: 0;
    padding: 1.07142rem; /* 15/14 */
    vertical-align: middle;
    position: absolute;
    top: 50%;
    line-height: 1;
    text-align: center;
    color: #dfdfdf;
    background: none;
    border: none;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all 0.1s;
    z-index: 2;
}
.gall-d__button.swiper-button-lock,
.swiper-button-prev.swiper-button-lock, 
.swiper-button-next.swiper-button-lock {
    display: none !important;
}
.gall-d__button .icon-d,
.swiper-button-prev .icon-d,
.swiper-button-next .icon-d {
    font-size: 1.71428rem; /* 24/14 */
}
.gall-d__button:hover,
.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #27ae60;
    background: none;
}
._theme-red .gall-d__button:hover,
._theme-red .swiper-button-prev:hover,
._theme-red .swiper-button-next:hover {
    color: #e74c3c;
}
.gall-d__button:focus,
.gall-d__button:active,
.swiper-button-prev:focus,
.swiper-button-prev:active,
.swiper-button-next:focus,
.swiper-button-next:active {
    color: #1e8549;
    background: none;
}
._theme-red .gall-d__button:focus,
._theme-red .gall-d__button:active,
._theme-red .swiper-button-prev:focus,
._theme-red .swiper-button-prev:active,
._theme-red .swiper-button-next:focus,
._theme-red .swiper-button-next:active {
    color: #d52d1a;
}

.swiper-button-prev,
.gall-d__button_prev {
    left: 0;
}
.swiper-button-next,
.gall-d__button_next {
    right: 0;
}
.swiper-pagination-bullets {
    bottom: 0;
}
.swiper-pagination-bullet {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.42857rem; /* 20/14 */
    height: 2.85714rem; /* 40/14 */
    margin: 0;
    vertical-align: middle;
    color: #dfdfdf;
    border-radius: 0;
    background: none;
    opacity: 1;
}
.swiper-pagination-bullet::after {
    display: block; 
    width: 10px;
    height: 10px;
    content: '';
    background: currentColor;
    border-radius: 50%;
}
.swiper-pagination-bullet-active {
    color: #27ae60;
}
._theme-red .swiper-pagination-bullet-active {
    color: #e74c3c;
}
.swiper-pagination-progressbar,
.swiper-pagination-progressbar-fill {
    border-radius: 0.21428rem; /* 3/14 */
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #27ae60;
}
._theme-red .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #e74c3c;
}
.swiper-container:not(.swiper-container-initialized) .gall-d__nav,
.swiper-container:not(.swiper-container-initialized) .gall-d__pagin,
.swiper-container:not(.swiper-container-initialized) .swiper-pagination {
    display: none;
}
.gall-d.swiper-container:not(.swiper-container-initialized) .gall-d__list,
.gall-d.swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, 17.85714rem); /* 250/14 */
    gap: 2.14285rem; /* 30/14 */
    align-items: start;
}
.slideshow-d .gall-d.swiper-container:not(.swiper-container-initialized) .gall-d__list,
.slideshow-d .gall-d.swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    display: flex;
}
.slideshow-d .gall-d.swiper-container:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
    display: none;
}
.gall-d_navbottom .gall-d__nav {
    text-align: center;
}
.gall-d_navbottom .gall-d__button,
.gall-d_navbottom .swiper-button-prev,
.gall-d_navbottom .swiper-button-next {
    display: inline-flex;
    position: static;
    -webkit-transform: none;
            transform: none;
}
.gall-d_navbottom .swiper-button-prev,
.gall-d_navbottom .gall-d__button_prev {
    padding-right: 0.57142rem; /* 8/14 */
}
.gall-d_navbottom .swiper-button-next,
.gall-d_navbottom .gall-d__button_next {
    padding-left: 0.57142rem; /* 8/14 */
}
.gall-d_navbottom .gall-d__pagin {
    position: static;
}



/* Слайд-шоу */

.slideshow-d_main {
    background-color: #27ae60;
}
._theme-red .slideshow-d_main {
    background-color: #e74c3c;
}
.slideshow-d_main ._box > * {
    margin-bottom: 1.07142rem; /* 15/14 */
}
.slideshow-d_main ._box > *:last-child {
    margin-bottom: 0;
}
.slideshow-d_main .slide-d__content {
    padding: 8.57142rem 0; /* 120/14 */
}
.slideshow-d_main .slide-d__title {
    font-size: 1.42857rem; /* 20/14 */
    line-height: 1.2;
}
.slideshow-d_main .slide-d__text {
    font-size: 0.85714rem; /* 12/14 */
}
.slideshow-d_main .slide-d__title .infotip-d__icon {
    font-size: 0.55555em;  /* 20/36 */
}
.slideshow-d_main .infotip-d__contents {
    top: 1.42857rem; /* 20/14 */
}
.slideshow-d_main .slide-d__form,
.slideshow-d_main .slide-d__buttons {
    margin-top: 3.57142rem; /* 50/14 */
}
.slideshow-d_main .slide-d__form input,
.slideshow-d_main .slide-d__form .button-d {
    width: 100%;
    height: 3.92857rem;
}
.slideshow-d_main .slide-d__form input {
    margin-bottom: 1.07142rem; /* 15/14 */
    font-size: 1.42857rem; /* 20/14 */
    text-align: inherit;
    color: #fff;
    background-color: transparent;
    border: 2px solid currentColor;
}
.slideshow-d_main .slide-d__form input::-webkit-input-placeholder {
    color: #fff;
}
.slideshow-d_main .slide-d__form input::-moz-placeholder {
    color: #fff;
}
.slideshow-d_main .slide-d__form input:-moz-placeholder {
    color: #fff;
}
.slideshow-d_main .slide-d__form input:-ms-input-placeholder {
    color: #fff;
}
.slideshow-d_main .slide-d__form .button-d {
    margin: 0;
}
.slideshow-d_main .form-d__text {
    margin-top: 1.07142rem; /* 15/14 */
}
.slideshow-d_main .slide-d__buttons .button-d {
    margin-bottom: 1.07142rem; /* 15/14 */
}
.slideshow-d_main .gall-d__pagin {
    bottom: 0;
}
.slideshow-d_main .swiper-pagination-bullet {
    color: #fff;
    opacity: 0.3;
}
.slideshow-d_main .swiper-pagination-bullet-active {
    opacity: 1;
}
.slideshow-d_main .slide-d_poster {
    background-position: right 5% bottom;
}
.slideshow-d_main .slide-d_poster .slide-d__content {
    background-color: transparent;
}

.slideshow-d_main_about ._box {
    position: relative;
}

@media (max-width: 767px) {

    .slideshow-d_main .infotip-d__contents {
        left: auto;
        right: 0;
    }
}
@media (min-width: 576px) {

    .slideshow-d_main .slide-d {
        text-align: left;
    }
    .slideshow-d_main .slide-d__title {
        font-size: calc((100vw - 576px)/(992 - 576) * (36 - 24) + 24px);
        line-height: 1.5;
    }
    .slideshow-d_main .slide-d__text {
        font-size: calc((100vw - 576px)/(992 - 576) * (16 - 14) + 14px);
    }
    .slideshow-d_main .slide-d__form input,
    .slideshow-d_main .slide-d__form .button-d {
        width: auto;
    }
    .slideshow-d_main .slide-d__form input {
        display: inline-block;
        width: 21.42857rem; /* 300/14 */
        margin-right: 1.42857rem; /* 20/14 */
        margin-bottom: 0;
        vertical-align: middle;
    }
    .slideshow-d_main .slide-d__buttons .button-d {
        margin-right: 1.07142rem; /* 15/14 */
    }
}
@media (min-width: 992px) {

    .slideshow-d_main .slide-d__title {
        font-size: 2.57142rem; /* 36/14 */
    }
    .slideshow-d_main .slide-d__text {
        font-size: 1.14285rem; /* 16/14 */
    }
    .slideshow-d_main .slide-d__form,
    .slideshow-d_main .slide-d__buttons {
        margin-top: 4.28571rem; /* 60/14 */
    }
}



/* Карман */

.pocket-d {
    position: relative;
    overflow: hidden;
}
.pocket-d__icon,
.pocket-d__name {
    display: inline-block;
    vertical-align: middle;
}
.pocket-d__icon svg {
	width: 1.14285rem; /* 16/14 */
	height: 1.14285rem; /* 16/14 */
	fill: #27ae60;
}
._theme-red .pocket-d__icon svg {
    fill: #e74c3c;
}
.pocket-d__flap {
    cursor: pointer;
}
.pocket-d__flap:focus .pocket-d__icon svg,
.pocket-d__flap:active .pocket-d__icon svg {
    fill: #1e8549;
}
._theme-red .pocket-d__flap:focus .pocket-d__icon svg,
._theme-red .pocket-d__flap:active .pocket-d__icon svg {
    fill: #d52d1a;
}
.pocket-d__contents {
    margin-top: 0.35714rem; /* 5/14 */
    padding-top: 1.07142rem; /* 15/14 */
    position: absolute;
    visibility: hidden;
    opacity: 0;
    clip: rect(0,0,0,0);
    filter: alpha(opacity=0);
	border-top: 3px solid #f5f5f5;
    z-index: -2;
}
.pocket-d__contents:empty {
    display: none;
}
.pocket-d._active > .pocket-d__contents {
    position: static;
    visibility: visible;
    clip: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
}


.contents-d__head {
    font-size: 1.14285rem; /* 16/14 */
}
.contents-d__list {
    list-style: none;
}



/* Вкладки */

.tabs-d {
    position: relative;
}
.tabname-d {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 1.07142rem 0.35714rem; /* 15/14 5/14 */
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}
.tabname-d:hover,
.tabname-d:focus,
.tabname-d:active {
    text-decoration: none;
}
.tabname-d:link,
.tabname-d:hover,
.tabname-d:focus,
.tabname-d:active,
.tabname-d:visited,
.tabname-d_active {
    outline: none;
}
.tabname-d__icon {
    padding-left: 1.07142rem; /* 15/14 */
}
.tabname-d__name {
    display: block;
    padding-left: 1.07142rem; /* 15/14 */
    padding-right: 1.07142rem; /* 15/14 */
    text-overflow: ellipsis;
    overflow: hidden;
}
.tab-d {
    padding: 1.78571rem 1.42857rem; /* 25/14 20/14 */
    position: absolute;
    visibility: hidden;
    opacity: 0;
    clip: rect(0,0,0,0);
    filter: alpha(opacity=0);
    z-index: -2;
}
.tab-d_active {
    position: static;
    visibility: visible;
    clip: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
}
@media (min-width: 576px) {

    .tabs-d_sm .tabs-d__tabnames {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
    }
}
.tabs-d_gray .tabname-d {
    line-height: 1;
    color: inherit;
    background-color: #dfdfdf;
}
.tabs-d_gray .tabname-d:before {
    display: block;
    width: 0.35714rem;/* 5/14 */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: transparent;
    z-index: 2;
}
.tabs-d_gray .tabname-d:link,
.tabs-d_gray .tabname-d:hover,
.tabs-d_gray .tabname-d:focus,
.tabs-d_gray .tabname-d:active,
.tabs-d_gray .tabname-d:visited,
.tabs-d_gray .tabname-d_active {
    color: inherit;
}
.tabs-d_gray .tabname-d:hover,
.tabs-d_gray .tabname-d:focus,
.tabs-d_gray .tabname-d:active,
.tabs-d_gray .tabname-d_active {
    background-color: #c8c7c7;
}
.tabs-d_gray .tabname-d:hover:before,
.tabs-d_gray .tabname-d:focus:before,
.tabs-d_gray .tabname-d:active:before,
.tabs-d_gray .tabname-d_active:before {
    background-color: #e74c3c;
}
.tabs-d_gray .tabs-d__tabnames {
    margin-bottom: -1px;
}
.tabs-d_gray .tabs-d__stack {
    background-color: #fff;
    border: 1px solid #dfdfdf;
}
@media (min-width: 576px) {

    .tabs-d_sm_gray .tabname-d:before {
        width: 100%;
        height: 0.35714rem; /* 5/14 */
    }
    .tabs-d_sm_gray .tabname-d:after {
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background: linear-gradient(to bottom, #c8c7c7 0%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c7c7', endColorstr='rgb(0, 255, 255)', GradientType=1);
        z-index: 1;
    }
    .tabs-d_sm_gray .tabname-d:first-child {
        border-radius: 0.21428rem 0 0 0; /* 3/14 */
    }
    .tabs-d_sm_gray .tabname-d:first-child:after {
        display: none;
    }
    .tabs-d_sm_gray .tabname-d:last-child {
        border-radius: 0 0.21428rem 0 0; /* 3/14 */
    }
    .tabs-d_sm_gray .tabname-d:hover:after,
    .tabs-d_sm_gray .tabname-d:focus:after,
    .tabs-d_sm_gray .tabname-d:active:after,
    .tabs-d_sm_gray .tabname-d_active:after {
        display: none;
    }
    .tabs-d_sm_gray .tabname-d:hover + .tabname-d:after,
    .tabs-d_sm_gray .tabname-d:focus + .tabname-d:after,
    .tabs-d_sm_gray .tabname-d:active + .tabname-d:after,
    .tabs-d_sm_gray .tabname-d_active + .tabname-d:after {
        display: none;
    }
    .tabs-d_sm_gray .tabname-d:hover + .tabname-d:hover:after,
    .tabs-d_sm_gray .tabname-d:hover + .tabname-d:focus:after,
    .tabs-d_sm_gray .tabname-d:hover + .tabname-d:active:after,
    .tabs-d_sm_gray .tabname-d:hover + .tabname-d.tabname-d_active:after,
    .tabs-d_sm_gray .tabname-d:focus + .tabname-d:hover:after,
    .tabs-d_sm_gray .tabname-d:focus + .tabname-d:focus:after,
    .tabs-d_sm_gray .tabname-d:focus + .tabname-d:active:after,
    .tabs-d_sm_gray .tabname-d:focus + .tabname-d.tabname-d_active:after,
    .tabs-d_sm_gray .tabname-d:active + .tabname-d:hover:after,
    .tabs-d_sm_gray .tabname-d:active + .tabname-d:focus:after,
    .tabs-d_sm_gray .tabname-d:active + .tabname-d:active:after,
    .tabs-d_sm_gray .tabname-d:active + .tabname-d.tabname-d_active:after,
    .tabs-d_sm_gray .tabname-d_active + .tabname-d:hover:after,
    .tabs-d_sm_gray .tabname-d_active + .tabname-d:focus:after,
    .tabs-d_sm_gray .tabname-d_active + .tabname-d:active:after,
    .tabs-d_sm_gray .tabname-d_active + .tabname-d.tabname-d_active:after {
        display: block; background: linear-gradient(to bottom, #dfdfdf 0%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='rgb(0, 255, 255)', GradientType=1);
    }
}
.tabs-d_white .tabname-d {
    margin-bottom: -1px;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 0.21428rem 0.21428rem 0 0; /* 3/14 */
}
.tabs-d_white .tabname-d:not(:last-child) {
    margin-right: -1px;
}
.tabs-d_white .tabname-d__name {
    font-size: 1.14285rem; /* 16/14 */
}
.tabs-d_white .tabname-d:link,
.tabs-d_white .tabname-d:hover,
.tabs-d_white .tabname-d:focus,
.tabs-d_white .tabname-d:active,
.tabs-d_white .tabname-d:visited,
.tabs-d_white .tabname-d_active {
    color: inherit;
}
.tabs-d_white .tabname-d:hover,
.tabs-d_white .tabname-d:focus,
.tabs-d_white .tabname-d:active,
.tabs-d_white .tabname-d_active {
    border-bottom-color: #fff;
}
.tabs-d_white .tabs-d__stack {
    background-color: #fff;
    border: 1px solid #dfdfdf;
}



/* Характеристики */

.param-d {
    margin-bottom: 0.21428rem; /* 3/14 */
}
.param-d:last-child {
    margin-bottom: 0;
}
.param-d__title {
    font-size: 1.14285rem; /* 16/14 */
}
.param-d_brand .param-d__images {
    margin-top: 0.71428rem; /* 10/14 */
}



/* Элементы */

.element-d {
    display: block;
    position: relative;
}
a.element-d:hover,
a.element-d:focus,
a.element-d:active {
    text-decoration: none;
}
.element-d__images {
    display: block;
    position: relative;
}
.element-d__images ._fit img {
    -o-object-fit: none;
    object-fit: none;
}
.element-d_card > .element-d__details > .detail-d_name,
.element-d_card > .element-d__details > .details-d__enum > .detail-d_name,
.element-d_rowcard > .element-d__details > .detail-d_name,
.element-d_rowcard > .element-d__details > .details-d__enum > .detail-d_name,
.element-d_postcard > .element-d__details > .detail-d_name,
.element-d_postcard > .element-d__details > .details-d__enum > .detail-d_name {
    /* font-size: 1.42857rem;  20/14 
    line-height: 1.2; */
    font-size: 1.14285rem; /* 16/14 */
    font-weight: 500;
}
.element-d_card,
.element-d_rowcard {
    border: 1px solid #f5f5f5;
    border-radius: 0.71428rem; /* 10/14 */
}
.element-d_card > .element-d__images,
.element-d_rowcard > .element-d__images {
    border: inherit;
    border-width: 0;
    border-bottom-width: 1px;
}
.element-d_postcard > .element-d__images {
    overflow: hidden;
    border-radius: 0.71428rem; /* 10/14 */
}
.element-d_card > .element-d__details,
.element-d_rowcard > .element-d__details {
    padding: 1.07142rem; /* 15/14 */
}
.element-d_card > *,
.element-d_postcard > * {
    /* __images, __details, __... */
    margin-bottom: 1.07142rem; /* 15/14 */
}
.element-d_card > *:last-child,
.element-d_postcard > *:last-child {
    margin-bottom: 0;
}
.element-d_card > .element-d__images + .element-d__details {
    padding-top: 0;
}
.element-d_row > .element-d__images ._fit::after {
    padding-bottom: 50%;
}
.element-d_postcard > .element-d__details .account-d__details > .detail-d {
    margin-bottom: 0;
}
@media (min-width: 576px) {

    .element-d_rowcard {
        display: flex;
        max-width: 100%;
    }
    .element-d_rowcard > * {
        flex-grow: 1;
        margin-right: 1.07142rem; /* 15/14 */
    }
    .element-d_rowcard > *:last-child {
        margin-right: 0;
    }
    .element-d_rowcard > .element-d__images {
        flex-shrink: 0;
        flex-basis: 17.85714rem; /* 250/14 */
        max-width: 17.85714rem; /* 250/14 */
        border-right-width: 1px;
        border-bottom-width: 0;
    }
    .element-d_rowcard > .element-d__images + .element-d__details {
        padding-left: 0;
    }
    .element-d_row {
        display: flex;
        max-width: 100%;
    }
    .element-d_row > * {
        margin-right: 2.14285rem; /* 30/14 */
    }
    .element-d_row > *:last-child {
        margin-right: 0;
    }
    .element-d_row > .element-d__images {
        flex-shrink: 0;
        flex-basis: 17.85714rem; /* 250/14 */
        max-width: 17.85714rem; /* 250/14 */
        border: none;
    }
    .element-d_row > .element-d__images ._fit::after {
        padding-bottom: 100%;
    }
}

.element-d_shop_item > .element-d__details > *,
.element-d_shop_item > .element-d__details > .details-d__enum > * {
    margin-bottom: 1.42857rem; /* 20/14 */
}
.element-d_shop_item > .element-d__details > .detail-d_params,
.element-d_shop_item > .element-d__details > .details-d__enum > .detail-d_params {
    font-size: 0.71428rem; /* 10/14 */
    color: #808080;
}
.element-d_shop_item > .element-d__details > .offer-d,
.element-d_shop_item > .element-d__details > .details-d__enum > .offer-d {
    margin-bottom: 0;
}
@media (min-width: 480px) {

    ._viewrows > .element-d_shop_item {
        display: grid;
        grid-template-columns: 12.85714rem 1fr; /* 180/14 */
        gap: 1.42857rem; /* 20/14 */
    }
    ._viewrows > .element-d_shop_item > * {
        margin: 0;
    }
    ._viewrows > .element-d_shop_item > .element-d__images {
        padding: 1.07142rem; /* 15/14 */
        border-right-width: 1px;
        border-bottom-width: 0;
    }
    ._viewrows > .element-d_shop_item > .element-d__images + .element-d__details {
        padding-left: 0;
    }
    ._viewrows > .element-d_shop_item > .element-d__details {
        padding: 1.42857rem; /* 20/14 */
    }
}
@media (min-width: 576px) {

    ._viewrows > .element-d_shop_item {
        grid-template-columns: 17.85714rem 1fr; /* 250/14 */
    }
}
@media (min-width: 768px) and (max-width: 921px), (min-width: 1080px) {

    ._viewrows > .element-d_shop_item > .element-d__details {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.42857rem; /* 20/14 */
    }
    ._viewrows > .element-d_shop_item > .element-d__details > * {
        margin: 0;
    }
    ._viewrows .offer-d {
        padding-left: 1.42857rem; /* 20/14 */
        border-left: 1px solid #f5f5f5;
    }
}
@media (min-width: 768px) and (max-width: 900px), (min-width: 1080px) and (max-width: 1200px) {

    ._viewrows .offer-d__button_tocart .button-d__icon {
        margin-right: 0;
    }
    ._viewrows .offer-d__button_tocart .button-d__name {
        display: none;
    }
}
.element-d_message {
    display: flex;
    max-width: 100%
}
.element-d_message > * {
    margin-right: 1.07142rem; /* 15/14 */
}
.element-d_message > *:last-child {
    margin-right: 0;
}
.element-d_message > form {
    flex: auto;
}
.element-d_message > .element-d__images {
    flex: none;
}
.element-d_message > .element-d__images .account-d__images {
    margin-right: 0;
}
.element-d_message > .element-d__details,
.element-d_message > .element-d__details > .details-d__enum {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.element-d_message > .element-d__details > *,
.element-d_message > .element-d__details > .details-d__enum > * {
    flex-grow: 1;
    flex-basis: 100%;
    margin-bottom: 0.57142rem; /* 8/14 */
}
.element-d_message > .element-d__details > *:last-child,
.element-d_message > .element-d__details > .details-d__enum > *:last-child {
    margin-bottom: 0;
}
.element-d_message > .element-d__details > *:empty,
.element-d_message > .element-d__details > .details-d__enum > *:empty {
    display: none;
}
.element-d_message > .element-d__details > .detail-d_name,
.element-d_message > .element-d__details > .detail-d_date,
.element-d_message > .element-d__details > .detail-d_account,
.element-d_message > .element-d__details > .detail-d_actions,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_name,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_date,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_account,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_actions {
    flex: initial;
}
.element-d_message > .element-d__details > .detail-d_name,
.element-d_message > .element-d__details > .detail-d_account,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_name,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_account {
    margin-right: auto;
}
.element-d_message > .element-d__details > .detail-d_name,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_name {
    font-size: 1.42857rem; /* 20/14 */
    line-height: 1.2;
}
.element-d_message > .element-d__details > .detail-d_account .detail-d_name,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_account .detail-d_name {
    font-size: unset;
}
.element-d_message > .element-d__details > .detail-d_actions,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_actions {
    margin-right: 1.07142rem; /* 15/14 */
}
.element-d_message > .element-d__details > .detail-d_functions,
.element-d_message > .element-d__details > .details-d__enum > .detail-d_functions {
    margin-bottom: 0;
}

@media (min-width: 480px) {

    .element-d_col,
    .element-d_col > .element-d__details {
        display: grid;
        grid-auto-flow: column;
        gap: 1.07142rem; /* 15/14 */
        align-items: center;
    }
    .element-d_col > .element-d__details > * {
        margin-bottom: 0;
    }
}
@media (min-width: 480px) and (min-width: 576px) {

    .element-d_col,
    .element-d_col > .element-d__details {
        gap: 2.14285rem; /* 30/14 */
    }
}
.element-d_col > .element-d__details > .detail-d:before {
    display: block;
    margin-bottom: 0.35714rem; /* 5/14 */
    font-weight: 500;
    content: attr(title);
}
@media (min-width: 480px) {

    .element-d_col > .element-d__details > .detail-d:before {
        display: none;
    }
}
.element-d_col > .element-d__details > .detail-d_count,
.element-d_col > .element-d__details > .detail-d_author {
    display: none;
}
.element-d_col_head {
    padding-bottom: 0.35714rem; /* 5/14 */
    font-size: 0.71428rem; /* 10/14 */
}
@media (max-width: 479px) {

    .element-d_col_head {
        display: none;
    }
}
.element-d_col_head._tile {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.element-d_col_head > .element-d__details > * {
    font-size: inherit;
}



/* Таблица */

.cell-d {
    flex-shrink: 0;
    margin-bottom: 0.71428rem /* 10/14 */
}
.cell-d:last-child {
    margin-bottom: 0;
}
.cell-d:before {
    display: block;
    font-size: 1.14285rem; /* 16/14 */
    font-weight: 500;
    content: attr(title);
}
.cell-d_num:before {
    display: inline-block;
    margin-right: 0.35714rem; /* 5/14 */
}
.cell-d_buy .button-d {
    margin-top: 0;
}
.cell-d_title {
    font-size: 1.14285rem; /* 16/14 */
}
.cell-d_coupon {
    flex-shrink: 1;
}
.table-d .detail-d {
    margin-bottom: 0.35714rem;/* 5/14 */
}
.table-d .detail-d:last-child {
    margin-bottom: 0;
}
.table-d .param-d,
.table-d .addition-d {
    margin-bottom: 0.21428rem; /* 3/14 */
}
.table-d .param-d:last-child,
.table-d .addition-d:last-child {
    margin-bottom: 0;
}
.table-d__row {
    margin-bottom: 1.42857rem; /* 20/14 */
    padding-bottom: 1.42857rem; /* 20/14 */
    border-bottom: 1px solid #f5f5f5
}
.table-d__head .table-d__row {
    margin-bottom: 0.35714rem; /* 5/14 */
    padding-bottom: 0.35714rem;/* 5/14 */
}
.table-d__row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.table-d__head {
    display: none;
    margin-bottom: 1.42857rem; /* 20/14 */
    padding-bottom: 0.35714rem; /* 5/14 */
    font-size: 0.57142rem; /* 8/14 */
    font-weight: 500;
    border-bottom: 1px solid #f5f5f5;
}
.table-d__total {
    margin-top: 1.42857rem; /* 20/14 */
    padding: 1.42857rem; /* 20/14 */
    font-size: 1.14285rem; /* 16/14 */
    background-color: #f5f5f5;
    border-radius: 0.21428rem; /* 3/14 */
}
.table-d__total .table-d__row:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.table-d__total .cell-d_count strong {
    display: inline-block;
    width: 5.71428rem; /* 80/14 */
    padding: 0.71428rem; /* 10/14 */
    line-height: 1;
    font-weight: 600;
    font-size: 1.14285rem; /* 16/14 */
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 0.21428rem; /* 3/14 */
}
.table-d__total .cell-d_sum .price-d {
    margin-right: 0.71428rem; /* 10/14 */
}
.table-d__total .cell-d_sum .price-d:last-child {
    margin-right: 0;
}
.table-d__total .cell-d_sum .price-d_old {
    font-weight: inherit;
    font-size: inherit;
}
.table-d__total .price-d {
    white-space: nowrap;
    font-size: 1.14285rem; /* 16/14 */
}
.table-d__total .price-d_tax {
    font-size: 0.92857em; /* 13/14 */
}
.table-d__total_cart {
    padding-right: 2.14285rem; /* 30/14 */
}
@media (min-width: 480px) {

    .table-d_xs .table-d__row {
        display: flex;
        align-items: center;
        max-width: 100%;
    }
    .table-d_xs .cell-d {
        margin-bottom: 0;
    }
    .table-d_xs .cell-d:before {
        display: none;
    }
    .table-d_xs .cell-d:not(:last-child) {
        margin-right: 0.71428rem;/* 10/14 */
    }
    .table-d_xs .cell-d_title {
        text-align: right;
    }
    .table-d_xs .table-d__head {
        display: block;
    }
}
@media (min-width: 576px) {

    .table-d_sm:not(.table-d_xs) .table-d__row {
        display: flex; 
        align-items: center;
        max-width: 100%;
    }
    .table-d_sm:not(.table-d_xs) .cell-d {
        margin-bottom: 0;
    }
    .table-d_sm:not(.table-d_xs) .cell-d:before {
        display: none;
    }
    .table-d_sm:not(.table-d_xs) .cell-d:not(:last-child) {
        margin-right: 0.71428rem; /* 10/14 */
    }
    .table-d_sm:not(.table-d_xs) .cell-d_title {
        text-align: right;
    }
    .table-d_sm:not(.table-d_xs) .table-d__head {
        display: block;
    }
    .table-d_sm:not(.table-d_xs) .table-d__total_goods {
        padding-left: 0;
        padding-right: 0;
    }
    .table-d_sm:not(.table-d_xs) .table-d__total_goods .cell-d_count {
        text-align: center;
    }
    .table-d_sm {

    }
}
@media (min-width: 768px) {

    .table-d_md:not(.table-d_xs) {

    }
    .table-d_md:not(.table-d_sm) {

    }
    .table-d_md {

    }
}
@media (min-width: 1024px) {

    .table-d_lg:not(.table-d_xs) {

    }
    .table-d_lg:not(.table-d_sm) {

    }
    .table-d_lg:not(.table-d_md) {

    }
    .table-d_lg {

    }
}



/* Значок-бутерброд */

.burger-d  {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
    color: inherit;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    transition: all 0.1s
}
.burger-d:hover,
.burger-d:focus,
.burger-d:active {
    text-decoration: none;
    background: none;
    outline: none;
}
.burger-d:hover {
    color: inherit;
}
.burger-d:focus,
.burger-d:active {
    color: inherit;
}
.burger-d > * {
    margin-right: 0.71428em; /* 10/14 */
}
.burger-d > *:empty,
.burger-d > *:last-child {
    margin-right: 0;
}
.burger-d__icon {
    display: block;
    width: 25px;
}
.burger-d__icon::before,
.burger-d__icon span,
.burger-d__icon::after {
    display: block;
    height: 4px;
    background: currentColor;
    transition: all 0.2s;
}
.burger-d__icon::before,
.burger-d__icon::after {
    content: ''; 
    -webkit-transform-origin: 24px;
            transform-origin: 24px;
}
.burger-d__icon span {
    margin: 4px 0;
}
.burger-d__name {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}



/* Навигация */

.link-d__name,
.item-d__text {
    word-wrap: break-word;
    word-break: break-word;
}
.item-d__text {
    display: none;
    margin-top: 0.21428rem; /* 3/14 */
}
.menu-d {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
.nav-d {
    position: relative;
}



/* Навигация — Модификации */

.nav-d_vertical .nav-d__menu,
.nav-d_vertical .nav-d__inside,
.nav-d_vertical .nav-d__menu > .menu-d__list,
.nav-d_horizontal .nav-d__menu,
.nav-d_horizontal .nav-d__inside,
.nav-d_horizontal .nav-d__menu > .menu-d__list {
    background-color: inherit; /* Наследуем оформление ( конкретные цвета устанавливаются в цветовых модификациях ( по потребности ) ) */
}
/* Подменю */
.nav-d_vertical .item-d__menu,
.nav-d_horizontal .item-d__menu {
    position: absolute;
    background-color: inherit; /* Наследуем цветовое оформление ( конкретные цвета задаются в цветовых модификациях ( по потребности ) ) */
    visibility: hidden;
    clip: rect(0,0,0,0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -100;
    -webkit-animation-name: menu-in-up;
            animation-name: menu-in-up;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
}
.nav-d_vertical .nav-d__burger,
.nav-d_horizontal .nav-d__burger {
    padding: 0.71428rem 0; /* 10/14 0 */
    background-color: inherit; /* Наследуем цветовое оформление ( конкретные цвета задаются в цветовых модификациях ( по потребности ) ) */
}
/* Наследуем цветовое оформление ( конкретные цвета задаются в цветовых модификациях ( по потребности ) ) */
.nav-d_vertical .nav-d__burger:hover,
.nav-d_vertical .nav-d__burger:focus,
.nav-d_vertical .nav-d__burger:active,
.nav-d_horizontal .nav-d__burger:hover,
.nav-d_horizontal .nav-d__burger:focus,
.nav-d_horizontal .nav-d__burger:active {
    color: inherit;
    background-color: inherit;
}
/* Пункт */
.nav-d_vertical .item-d,
.nav-d_horizontal .item-d {
    position: relative;
    background-color: inherit; /* Наследуем цветовое оформление ( конкретные цвета задаются в цветовых модификациях ( по потребности ) ) */
}
/* Ссылка */
.nav-d_vertical .link-d,
.nav-d_horizontal .link-d {
    display: flex;
    align-items: center; 
    max-width: 100%;
    position: relative;
    background-color: inherit; /* Наследуем цветовое оформление ( конкретные цвета задаются в цветовых модификациях ( по потребности ) ) */
    transition: all .6s;
}

/* Исходные габариты компонентов пункта */
.nav-d_vertical .link-d__icon,
.nav-d_vertical .link-d__name,
.nav-d_vertical .link-d__sign,
.nav-d_horizontal .link-d__icon,
.nav-d_horizontal .link-d__name,
.nav-d_horizontal .link-d__sign {
    display: block;
    max-width: 100%;
}
.nav-d_vertical .link-d__icon,
.nav-d_horizontal .link-d__icon {
    max-width: 4.28571rem; /* 60/14 */
    padding-right: 0;
    overflow: hidden;
    border-radius: 0.21428rem; /* 3/14 */
}
.nav-d_vertical .link-d__name,
.nav-d_horizontal .link-d__name {
    flex-grow: 1;
}
/* Указатель на пункте — Иконка */
.nav-d_vertical .sign-d__icon,
.nav-d_horizontal .sign-d__icon {
    transition: all .1s;
}
/* Ссылка — Указатель на пункте */
.nav-d_vertical .link-d__sign,
.nav-d_horizontal .link-d__sign {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -0.71428rem; /* -10/14 */
    z-index: 2;
}
.nav-d_vertical .link-d:link,
.nav-d_vertical .link-d:hover,
.nav-d_vertical .link-d:focus,
.nav-d_vertical .link-d:active,
.nav-d_vertical .link-d:visited,
.nav-d_horizontal .link-d:link,
.nav-d_horizontal .link-d:hover,
.nav-d_horizontal .link-d:focus,
.nav-d_horizontal .link-d:active,
.nav-d_horizontal .link-d:visited {
    color: inherit; /* Наследуем цветовое оформление ( конкретные цвета устанавливаем в цветовых модификациях ( по потребности ) ) */
}
.nav-d_vertical .link-d:hover,
.nav-d_vertical .link-d:focus,
.nav-d_vertical .link-d:active,
.nav-d_horizontal .link-d:hover,
.nav-d_horizontal .link-d:focus,
.nav-d_horizontal .link-d:active {
    background-color: inherit; /* Наследуем цветовое оформление ( конкретные цвета устанавливаем в цветовых модификациях ( по потребности ) ) */
}



/* Навигация горизонтальная на широкоэкранных устройствах ( viewport > 992px ) */

/* Прячем кнопку-бутерброд */
.nav-d_horizontal .nav-d__burger {
    display: none;
}
.nav-d_horizontal .link-d__icon,
.nav-d_horizontal .link-d__name,
.nav-d_horizontal .link-d__sign {
    padding: 0.35714rem 0.71428rem; /* 5/14 10/14 */
}
/* Приводим компоненты ссылки подпункта к единым габаритам ( 2+ уровень ) */
.nav-d_horizontal .item-d__link_child .link-d__icon,
.nav-d_horizontal .item-d__link_child .link-d__name,
.nav-d_horizontal .item-d__link_child .link-d__sign {
    padding-left: 1.07142rem; /* 15/14 */
    padding-right: 1.07142rem; /* 15/14 */
}
/* Преобразуем иконку указателя подпункта ( 2+ уровень ) */
.nav-d_horizontal .item-d__link_child .link-d__sign .sign-d__icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
/* Задаём габаритные ограничения подменю ( все уровни ) */
.nav-d_horizontal .item-d__menu {
    max-width: 300px;
    min-width: 245px;
}
/* Анимация подменю ( 2+ уровень ) */
.nav-d_horizontal .item-d__menu .item-d__menu {
    -webkit-animation-name: menu-in-left;
            animation-name: menu-in-left;
}
/* По наведению на пункт показываем его подменю ( все уровни ) */
.nav-d_horizontal .item-d:hover > .item-d__menu {
    visibility: visible;
    clip: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 100;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
}
/* Позиция подменю ( 1 уровень ) */
.nav-d_horizontal .item-d_main > .item-d__menu {
    top: 100%;
    left: 0;
}
/* По наведению на пункт преобразование указателя на пункте ( 1 уровень ) */
.nav-d_horizontal .item-d_main:hover > .link-d .sign-d__icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
/* По наведению на пункт анимация подменю ( 1 уровень ) */
.nav-d_horizontal .item-d_main:hover > .item-d__menu {
    -webkit-animation-name: menu-in-down;
            animation-name: menu-in-down;
}
/* Позиция подменю ( 2+ уровень ) */
.nav-d_horizontal .item-d_child > .item-d__menu {
    top: 0;
    left: 100%;
}
/* По наведению на пункт анимация подменю ( 2+ уровень ) */
.nav-d_horizontal .item-d_child:hover > .item-d__menu {
    -webkit-animation-name: menu-in-right;
            animation-name: menu-in-right;
}
/* Меню */
.nav-d_horizontal .nav-d__menu {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}


/* Навигация горизонтальная ( viewport < 992px ) */

@media (max-width: 1023px) {

    /* Показываем значок-бутерброд */
    .nav-d_horizontal_laptop .nav-d__burger {
        display: flex;
    }
    /* Приводим компоненты ссылки подпункта к единым габаритам ( все уровни ) */
    .nav-d_horizontal_laptop .link-d__icon,
    .nav-d_horizontal_laptop .link-d__name,
    .nav-d_horizontal_laptop .link-d__sign {
        padding-left: 1.07142rem; /* 15/14 */
        padding-right: 1.07142rem; /* 15/14 */
    }
    /* Смещаем подпункты ( 2+ уровень ) */
    .nav-d_horizontal_laptop .item-d__link_child {
        padding-left: 0.71428rem; /* 10/14 */
    }
    /* Восстанавливаем исходное состояние иконки указателя на пункте ( 2+ уровень ) */
    .nav-d_horizontal_laptop .item-d__link_child .sign-d__icon {
        -webkit-transform: none;
                transform: none;
    }
    /* Сбрасываем габаритные ограничения подменю ( все уровни ) */
    .nav-d_horizontal_laptop .item-d__menu {
        max-width: none;
        min-width: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    /* По наведению на пункт сбрасываем преобразование иконки указателя на пункте ( все уровни ) */
    .nav-d_horizontal_laptop .item-d:hover > .link-d .sign-d__icon {
        -webkit-transform: none;
                transform: none;
    }
    /* По наведению на пункт отменяем показ подменю ( все уровни ) */
    .nav-d_horizontal_laptop .item-d:hover > .item-d__menu {
        visibility: hidden;
        clip: rect(0,0,0,0);
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: -100;
        -webkit-animation-name: menu-in-up;
                animation-name: menu-in-up;
        -webkit-animation-duration: 0s;
                animation-duration: 0s;
    }
    /* Преобразуем указатель на пункте ( все уровни ) */
    .nav-d_horizontal_laptop .item-d._active > .link-d .sign-d__icon,
    .nav-d_horizontal_laptop .item-d.item-d_active > .link-d .sign-d__icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    /* Показываем подменю ( все уровни ) */
    .nav-d_horizontal_laptop .item-d._active > .item-d__menu,
    .nav-d_horizontal_laptop .item-d.item-d_active > .item-d__menu {
        position: static;
        visibility: visible;
        clip: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 100;
        -webkit-animation-name: menu-in-down;
                animation-name: menu-in-down;
        -webkit-animation-duration: 0.3s;
                animation-duration: 0.3s;
    }
    /* Добавляем отступ к подменю ( все уровни ) */
    .nav-d_horizontal_laptop .item-d:not(:last-child) > .item-d__menu {
        padding-bottom: 1.07142rem; /* 15/14 */
    }
    /* Меняем представление меню */
    .nav-d_horizontal_laptop .nav-d__menu {
        display: block;
        max-width: none;
        width: 250px;
        margin-top: -0.28571rem; /* -4/14 */
        position: absolute;
        top: 100%;
        left: 0.28571rem; /* 4/14 */
        visibility: hidden;
        clip: rect(0,0,0,0);
        opacity: 0;
        filter: alpha(opacity=0);
        border: 1px solid transparent;
        z-index: -100;
        box-shadow: 0 0 2.14285rem 0 rgba(0, 0, 0, .1); /* 30/14 */
        -webkit-animation-name: menu-in-up;
                animation-name: menu-in-up;
        -webkit-animation-duration: 0s;
                animation-duration: 0s;
    }
}



/* Навигация вертикальная */

/* Приводим компоненты ссылки подпункта к единым габаритам ( все уровни ) */
.nav-d_vertical .link-d__icon,
.nav-d_vertical .link-d__name,
.nav-d_vertical .link-d__sign {
    padding: 0.35714rem 1.07142rem; /* 5/14 15/14 */
}
/* Смещаем подпункты ( 2+ уровень ) */
.nav-d_vertical .item-d__link_child {
    padding-left: 0.71428rem; /* 10/14 */
}
/* Преобразуем иконку указателя пункта по состоянию пункта ( все уровни ) */
.nav-d_vertical .item-d._active > .link-d .sign-d__icon,
.nav-d_vertical .item-d.item-d_active > .link-d .sign-d__icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
/* Показываем подменю по состоянию пункта ( все уровни ) */
.nav-d_vertical .item-d._active > .item-d__menu,
.nav-d_vertical .item-d.item-d_active > .item-d__menu {
    position: static;
    visibility: visible;
    clip: auto;
    opacity: 1; 
    filter: alpha(opacity=100);
    z-index: auto;
    z-index: initial;
    -webkit-animation-name: menu-in-down;
            animation-name: menu-in-down;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
}
/* Добавляем отступ к подменю ( все уровни ) */
.nav-d_vertical .item-d:not(:last-child) > .item-d__menu {
    padding-bottom: 1.07142rem; /* 15/14 */
}



/* Главное меню */

.nav-d_main a {
    text-decoration: none;
}
.nav-d_main a:hover .link-d__name,
.nav-d_main a:focus .link-d__name,
.nav-d_main a:active .link-d__name {
    text-decoration: underline;
}
.nav-d_main .burger-d__name {
    display: none;
}
.nav-d_main .item-d_active > .link-d .link-d__name,
.nav-d_main .item-d_current > .link-d .link-d__name {
    font-weight: 600;
}
/* .nav-d_main .menu-d a:hover,
.nav-d_main .menu-d a:focus {
    color: #27ae60;
}
.nav-d_main .menu-d a:active {
    color: #1e8549;
} */
.nav-d_main > .nav-d__menu {
    display: block;
}
.nav-d_main > .nav-d__menu > .menu-d__auth {
    margin-bottom: 1.07142rem; /* 15/14 */
}
.nav-d_main > .nav-d__menu > .menu-d__auth .nav-d__menu {
    gap: 0;
    width: auto;
    margin: 0;
    position: static;
    visibility: visible;
    clip: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    border: none;
    box-shadow: none;
    z-index: initial;
    -webkit-animation: none;
            animation: none;
}
.nav-d_main > .nav-d__menu > .menu-d__list {
    display: flex;
    flex-wrap: wrap;
}
.nav-d_main > .nav-d__menu > .menu-d__langs {
    margin-top: 1.07142rem; /* 15/14 */
    text-align: center;
}
.nav-d_main > .nav-d__menu > .menu-d__socnets {
    margin-top: 2.14285rem; /* 30/14 */
}
.nav-d_main .socnets-d {
    justify-content: center;
}
@media (max-width: 1023px) {

    .nav-d_main > .nav-d__menu {
        padding-top: 0.71428rem; /* 10/14 */
        padding-bottom: 2.14285rem; /* 30/14 */
        color: #000;
        background-color: #fff;
        border-color: #f5f5f5;
        border-radius: 0.35714rem; /* 5/14 */
    }
    .nav-d_main > .nav-d__menu > .menu-d__list {
        display: block;
    }
}
@media (max-width: 699px) {

    .nav-d_main > .nav-d__menu {
        left: auto;
        right: -0.71428rem; /* -10/14 */
    }
}
@media (min-width: 320px) {

    .nav-d_main .burger-d__name {
        display: block;
    }
}
@media (min-width: 700px) {

    .nav-d_main .burger-d__icon {
        margin-left: 0;
        margin-right: 0.71428em; /* 10/14 */
    }
    .nav-d_main .burger-d__name {
        order: 2;
    }
    .nav-d_main > .nav-d__menu > .menu-d__auth,
    .nav-d_main > .nav-d__menu > .menu-d__langs {
        display: none;
    }
}
@media (min-width: 1024px) {

    .nav-d_main > .nav-d__menu > *:not(.menu-d__list) {
        display: none;
    }
    .nav-d_main .item-d__link_child {
        margin-bottom: -1px;
    }
    .nav-d_main .item-d__link_child,
    .nav-d_main .item-d__link_child:hover,
    .nav-d_main .item-d__link_child:focus,
    .nav-d_main .item-d__link_child:active {
        background-color: #fff;
    }
    .nav-d_main .item-d__menu {
        color: #000;
        box-shadow: 0 0 2.14285rem 0 rgba(0, 0, 0, .1); /* 30/14 */
    }
    .nav-d_main .item-d_child:first-child > .link-d {
        padding-top: 0.71428rem; /* 10/14 */
        border-top-left-radius: 0.35714rem; /* 5/14 */
        border-top-right-radius: 0.35714rem; /* 5/14 */
    }
    .nav-d_main .item-d_child:last-child > .link-d {
        padding-bottom: 0.71428rem; /* 10/14 */
        border-bottom-left-radius: 0.35714rem; /* 5/14 */
        border-bottom-right-radius: 0.35714rem; /* 5/14 */
    }
}

._nav-main-open .nav-d_main .burger-d__icon span {
    opacity: 0;
}
._nav-main-open .nav-d_main .burger-d__icon::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
._nav-main-open .nav-d_main .burger-d__icon::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
._nav-main-open .nav-d_main > .nav-d__menu {
    visibility: visible;
    clip: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 100;
    -webkit-animation-name: menu-in-down;
            animation-name: menu-in-down;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
}



/* Страница */

.page-d {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 300px
}
.page-d > * {
    flex: 0 0 auto;
}
.page-d__content {
    flex: 1 0 auto;
    margin-top: 1.07142rem; /* 15/14 */
    margin-bottom: 1.07142rem; /* 15/14 */
}
@media (min-width: 480px) {

    .page-d__content {
        margin-top: 2.14285rem; /* 30/14 */
        margin-bottom: 2.14285rem; /* 30/14 */
    }
}
@media (min-width: 576px) {

    .page-d__content {
        margin-top: 3.57142rem; /* 50/14 */
        margin-bottom: 3.57142rem; /* 50/14 */
    }
}



@media (min-width: 1020px) {

    .content-d {
        display: flex;
    }
    main {
        flex: auto;
    }
    aside {
        flex: none;
        flex-basis: 280px;
        /* order: -2; */
        max-width: 280px;
        margin-right: 2.14285rem; /* 30/14 */
    }
}



/* Логотип */

.signboard-d {
    display: flex;
    align-items: center;
}
.signboard-d:hover,
.signboard-d:focus,
.signboard-d:active {
    text-decoration: none;
}
.signboard-d__logo,
.signboard-d__inscript {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.signboard-d svg {
    display: block;
}
.signboard-d svg,
._hboard-fixed .signboard-d svg {
    height: 2.85714rem; /* 40/14 */
}
.inscript-d__slogan,
.inscript-d__monogram {
    display: block;
}
@media (max-width: 1023px) {

    .signboard-d .logo-d__img_short {
        display: none;
    }
}
@media (min-width: 700px) {

    .signboard-d svg {
    	height: 3.14285rem; /* 44/14 */
    }
}
@media (min-width: 1024px) {

    .signboard-d .logo-d__img_full {
        display: none;
    }
}



.auth-d__nav .nav-d__menu {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    gap: 0.71428rem; /* 10/14 */
}
.auth-d__nav .nav-d__menu > *:first-child {
    font-weight: 600;
}
.auth-d__nav .link-d {
    display: flex;
    align-items: center;
}



.page-d__hboard {
    width: 100%;
	position: fixed;
	top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    z-index: 102;
}
._hboard-blend .page-d__hboard {
    background-color: transparent;
    border-bottom-color: transparent;
}

body:not(._hboard-blend) {
    padding-top: 50px;
}
@media (min-width: 320px) {

    body:not(._hboard-blend) {
        padding-top: 85px;
    }
}

.hboard-d {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr auto;
    gap: 1.07142rem; /* 15/14 */
    align-items: center;
    padding-top: 0.57142rem; /* 8/14 */
	padding-bottom: 0.57142rem; /* 8/14 */
}
.hboard-d a,
.hboard-d a:hover,
.hboard-d a:focus,
.hboard-d a:active {
    color: inherit;
}
._hboard-blend .hboard-d {
    color: #fff;
}

.hboard-d__signboard {
    color: #27ae60;
}
._theme-red .hboard-d__signboard {
    color: #e74c3c;
}
._hboard-blend .hboard-d__signboard {
    color: inherit;
}

.hboard-d .search-d {
    position: relative;
}
.hboard-d .search-d__shield {
    padding: 0.71428rem 0; /* 10/14 */
}
.hboard-d .search-d__shield .shield-d__icon {
	margin-right: 0;
    font-size: 1.14285rem; /* 16/14 */
}
.hboard-d .search-d__field {
    margin-bottom: 0;
}
.hboard-d .search-d__field + .search-d__button {
    margin-top: 0;
}
.hboard-d .search-d__form {
	display: none;
    position: relative;
}
#ya-site-form0 .ya-site-form__search-input {
    padding: 0 !important;
}
#ya-site-form0 .ya-site-form__input-text {
    border-color: #dfdfdf !important;
}
.hboard-d .ya-site-form__search-input-layout-r {
    display: none;
}

._hboard-search-active .hboard-d > * {
    display: none;
}
._hboard-search-active .hboard-d__signboard,
._hboard-search-active .hboard-d__search {
    display: block;
}
._hboard-search-active .hboard-d__search .search-d__shield {
    display: none;
}
._hboard-search-active .hboard-d__search .ya-site-form__input-text {
    padding-top: 0.71428rem; /* 10/14 */
    padding-bottom: 0.71428rem; /* 10/14 */
}
._hboard-search-active .search-d__form {
    display: block;
}

@media (max-width: 699px) {

    .hboard-d > * {
        display: none;
    }
    .hboard-d__nav,
    .hboard-d__signboard {
        display: block;
    }
}
@media (min-width: 320px) {

    .hboard-d {
        padding-top: 1.42857rem; /* 20/14 */
        padding-bottom: 1.42857rem; /* 20/14 */
    }
}
@media (min-width: 700px) {

    .hboard-d {
        grid-template-columns: auto 1fr;
    }
}


@-webkit-keyframes press-top {
    0% { -webkit-transform: translateY(10px); transform: translateY(10px); opacity: 0; }
    100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@keyframes press-top {
    0% { -webkit-transform: translateY(10px); transform: translateY(10px); opacity: 0; }
    100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

._hboard-fixed .page-d__hboard {
    background-color: #27ae60;
    border-bottom-color: #37d278;
    -webkit-animation: press-top both .5s;
            animation: press-top both .5s;
}
._theme-red._hboard-fixed .page-d__hboard {
    background-color: #e74c3c;
    border-bottom-color: #ec7669;
}
._hboard-fixed .hboard-d {
    padding-top: 0.57142rem; /* 8/14 */
	padding-bottom: 0.57142rem; /* 8/14 */
    color: #fff;
}
._hboard-fixed .hboard-d a {
    transition: none;
}
._hboard-fixed .hboard-d__signboard {
    color: inherit;
}



.nav-d_main .socnets-d a,
.nav-d_main .socnets-d a:hover,
.nav-d_main .socnets-d a:focus,
.nav-d_main .socnets-d a:active {
    color: #fff;
}
.nav-d_main .socnets-d a {
    background-color: #27ae60;
}
.nav-d_main .socnets-d a:hover {
    background-color: #37d278;
}
.nav-d_main .socnets-d a:focus,
.nav-d_main .socnets-d a:active {
    background-color: #1e8549;
}
._theme-red .nav-d_main .socnets-d a {
    background-color: #e74c3c;
}
._theme-red .nav-d_main .socnets-d a:hover {
    background-color: #ec7669;
}
._theme-red .nav-d_main .socnets-d a:focus,
._theme-red .nav-d_main .socnets-d a:active {
    background-color: #d52d1a;
}



._unit {
    padding-bottom: 4.28571rem; /* 60/14 */
}
._unit._bgray,
._unit._bgreen,
._unit._bgray + ._unit,
._unit._bgreen + ._unit {
    padding-top: 4.28571rem; /* 60/14 */
}
._bgray {
    background-color: #f5f5f5;
}
._bred {
    color: #fff;
    background-color: #e74c3c;
}
._bpro {
    color: #fff;
    background-color: #759c48;
}
._bgreen {
    color: #fff;
    background-color: #27ae60;
}
._bred a,
._bred a:hover,
._bred a:focus,
._bred a:active,
._bpro a,
._bpro a:hover,
._bpro a:focus,
._bpro a:active,
._bgreen a,
._bgreen a:hover,
._bgreen a:focus,
._bgreen a:active,
a._bred,
a._bred:hover,
a._bred:focus,
a._bred:active,
a._bpro,
a._bpro:hover,
a._bpro:focus,
a._bpro:active,
a._bgreen,
a._bgreen:hover,
a._bgreen:focus,
a._bgreen:active {
    color: #fff;
}
._bred .swiper-pagination-bullet,
._bpro .swiper-pagination-bullet,
._bgreen .swiper-pagination-bullet {
    color: #fff;
    opacity: 0.3;
}
._bred .swiper-pagination-bullet-active,
._bpro .swiper-pagination-bullet-active,
._bgreen .swiper-pagination-bullet-active {
    opacity: 1;
}



._hstart {
    justify-content: flex-start;
    justify-content: start;
}
._hcenter {
    justify-content: center;
}
._vstart {
    align-items: flex-start;
    align-items: start;
}



._grid._col2,
._grid._col3,
._grid._col4,
._grid._col5,
._grid._col6 {
    gap: 2.14285rem; /* 30/14 */
}
._grid._col2 {
    grid-template-columns: repeat(auto-fill, minmax(0, 570px));
}
._grid._col3 {
    grid-template-columns: repeat(auto-fill, minmax(0, 370px));
}
._grid._col4 {
    grid-template-columns: repeat(auto-fill, minmax(0, 270px));
}
._grid._col5 {
    grid-template-columns: repeat(auto-fill, minmax(0, 210px));
}
._grid._col6 {
    grid-template-columns: repeat(auto-fill, minmax(0, 170px));
}



.desc-d article {
    margin-bottom: 4.28571rem; /* 60/14 */
}
.desc-d article:last-child {
    margin-bottom: 0;
}



section > header {
    margin-bottom: 1em;
    word-wrap: break-word;
    word-break: break-word;
}
.section-d_main > header {
    font-size: 1.33333rem; /* 16/12 */
}
@media (min-width: 576px) {

    .section-d_main > header {
        font-size: 1.66667rem; /* 20/12 */
        line-height: 1.2;
    }
}
@media (min-width: 922px) {

    .section-d_main > header {
        font-size: 2rem; /* 24/12 */
    }
}
.section-d_child {
    margin-bottom: 1.66667rem; /* 20/12 */
}
.section-d_child > header {
    font-size: 1.16667rem; /* 14/12 */
}
@media (min-width: 922px) {

    .section-d_child > header {
        font-size: 1.66667rem; /* 20/12 */
        line-height: 1.2;
    }
}



.form-d__head,
.block-d__head {
    margin-bottom: 2.14285rem; /* 30/14 */
    text-align: center;
}
.form-d__name,
.block-d__name {
    font-size: 2.14285rem; /* 30/14 */
    line-height: 1.2;
}
._boxsmall .form-d__name,
._boxsmall .block-d__name {
    font-size: 1.85714rem; /* 26/14 */
}
.form-d__subname,
.block-d__subname {
    font-size: 1.42857rem; /* 20/14 */
}
.form-d__name + .form-d__subname,
.block-d__name + .block-d__subname {
    margin-top: 1.07142rem; /* 15/14 */
}
.block-d__jump {
    margin-top: 1.07142rem; /* 15/14 */
}
@media (min-width: 576px) {

    .form-d__name,
	.block-d__name	{
        font-size: 2.57142rem; /* 36/14 */
        font-size: calc((100vw - 576px) / (1200 - 576) * (50 - 36) + 36px);
    }
}
@media (min-width: 1200px) {

    .form-d__name,
	.block-d__name	{
        font-size: 3.57142rem; /* 50/14 */
    }
}



.element-d_feature {
    text-align: center;
}
.element-d_feature > .element-d__images {
    margin-bottom: 0.71428rem; /* 10/14 */
}
.element-d_feature > .element-d__images img,
.element-d_feature > .element-d__images svg {
    display: inline-block;
    width: 3.57142rem; /* 50/14 */
    height: 3.57142rem; /* 50/14 */
    vertical-align: top;
}
.element-d_feature > .element-d__images svg {
    fill: #27ae60;
}
.element-d_feature .element-d__name {
    font-size: 1.14285rem; /* 16/14 */
    font-weight: 500;
}
@media (min-width: 380px) {

    .element-d_feature > .element-d__images {
        margin-bottom: 1.07142rem; /* 15/14 */
    }
}
@media (min-width: 922px) {

    .element-d_feature > .element-d__images {
        margin-bottom: 2.14285rem; /* 30/14 */
    }
}



.element-d_exam {
    position: relative;
    border-radius: 0.71428rem; /* 10/14 */
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .1);
}
.element-d_exam > .element-d__images {
    overflow: hidden;
    border-radius: inherit;
}
.element-d_exam > .element-d__images img {
    transition: all .3s;
}
.element-d_exam:hover > .element-d__images img {
    transform: scale(1.1);
}
.element-d_exam > .element-d__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 1.07142rem; /* 15/14 */
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    visibility: hidden;
    opacity: 0;
    clip: rect(0,0,0,0);
    filter: alpha(opacity=0);
    border: 3px solid #27ae60;
    overflow: hidden;
    border-radius: inherit;
    transition: opacity .3s;
}
.element-d_exam_all > .element-d__details,
.element-d_exam:hover > .element-d__details {
    visibility: visible;
    clip: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
}
.element-d_exam .element-d__num,
.element-d_exam .element-d__website {
    font-size: 0.85714rem; /* 12/14 */
    font-weight: 500;
}
.element-d_exam .element-d__name {
    font-size: 1.28571rem; /* 18/14 */
    line-height: 1.2;
}
.element-d_exam .element-d__text {
    font-size: 1.14285rem; /* 16/14 */
}
.element-d_exam .element-d__links {
    margin-top: 1.07142rem; /* 15/14 */
}
.element-d_exam .element-d__links .button-d {
    min-width: 12.14285rem; /* 170/14 */
    margin-bottom: 1.07142rem; /* 15/14 */
}
.element-d_exam .element-d__links .button-d:last-child {
    margin-bottom: 0;
}

.element-d_exam_all {
    color: #fff;
    background-color: #27ae60;
}
.element-d_exam_all > .element-d__details {
    position: static;
    background-color: transparent;
}

.element-d_exam_case .element-d__name {
    font-size: 1.42857rem; /* 20/14 */
}
.element-d_exam_case .element-d__links {
    margin-top: 2.14285rem; /* 30/14 */
}
@media (min-width: 480px) {

    .element-d_exam > .element-d__details {
        padding: 2.14285rem; /* 30/14 */
    }
    .element-d_exam_all .element-d__text {
        font-size: 1.42857rem; /* 20/14 */
    }
    .element-d_exam_case .element-d__name {
        font-size: 1.71428rem; /* 24/14 */
    }
}

.element-d_exam_small .element-d__text {
    font-size: 1rem; /* 14/14 */
}



.element-d_tile,
.element-d_outline {
    padding: 2.14285rem; /* 30/14 */
    /* padding-top: 3.57142rem;  50/14 */
    overflow: hidden;
    border-radius: 0.71428rem; /* 10/14 */
}
.element-d_tile {
    background-color: #f5f5f5;
}
._bgray .element-d_tile {
    background-color: #fff;
}
.element-d_tile .element-d__name {
    margin-bottom: 1.42857rem; /* 20/14 */
    /* font-size: 1.42857rem; 20/14
    line-height: 1.2; */
    font-size: 1.14285rem; /* 16/14 */
    font-weight: 500;
}
.element-d_tile > .element-d__images {
    margin-bottom: 1.07142rem; /* 15/14 */
}
.element-d_tile2 .element-d__text,
.element-d_tile2 .element-d__anons {
    font-size: 0.85714rem; /* 12/14 */
}
.element-d_outline {
    background-color: #fff;
    border: 1px solid #f5f5f5;
}



.section-d_cases.section-d_list .section-d__text,
.section-d_example.section-d_list .section-d__text {
    margin-bottom: 2.14285rem; /* 30/14 */
    font-size: 1.42857rem; /* 20/14 */
    text-align: center;
}



.element-d__breadcrumbs {
    font-size: 0.85714rem; /* 12/14 */
    font-weight: 500;
    color: #808080;
}



.block-d_present .block-d__head {
    margin-bottom: 4.28571rem; /* 60/14 */
}

.present-d {
    overflow: hidden;
}
.present-d__content {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}
.present-d__points {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.present-d__point {
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 1.42857rem; /* 20/14 */
    font: inherit;
    text-align: inherit;
    color: inherit;
    background: none;
    border: none;
    border-left: 4px solid transparent;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.present-d__point,
.present-d__slide {
    margin-bottom: 4.28571rem; /* 60/14 */
}
.present-d__point:last-child,
.present-d__slide:last-child {
    margin-bottom: 0;
}
.present-d__point._active {
    border-left-color: currentColor;
}
.present-d__slides {
    text-align: center;
}
.present-d__title {
    font-size: 1.42857rem; /* 20/14 */
    line-height: 1.2;
}
.present-d__text {
    margin-top: 0.71428rem; /* 10/14 */
}
.present-d__desc {
    margin-top: 1.07142rem; /* 15/14 */
}
@media (max-width: 921px) {

    .present-d__slide,
    .present-d__content {
        height: auto !important;
    }
    .present-d__content {
        margin-right: 0 !important;
    }
}
@media (min-width: 922px) {

    .present-d__content {
        display: grid;
        grid-template-columns: minmax(0, 500px) 1fr;
        gap: 2.14285rem; /* 30/14 */
        align-items: start;
    }
    .present-d__points {
        display: block;
    }
    .present-d__slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .present-d__slide:last-child {
        margin-bottom: 0;
    }
    .present-d__slide img {
        max-width: 450px;
    }
    .present-d__desc {
        display: none;
    }
}



.page-d__integrats {
    margin-bottom: 2.14285rem; /* 30/14 */
}

.block-d_integrats .block-d__subname {
    margin-bottom: 4.28571rem; /* 60/14 */
}
.block-d_integrats .block-d__list {
    justify-content: center;
    align-items: center;
}
@media (max-width: 1199px) {

    .block-d_integrats .block-d__list {
        grid-template-columns: repeat(auto-fill, minmax(0, 100px));
    }
}



.element-d_review .element-d__account {
    margin-bottom: 1.07142rem; /* 15/14 */
}
.element-d_review .account-d__details {
    font-size: 0.85714rem; /* 12/14 */
    color: #808080;
}
.element-d_review .account-d__details > .detail-d {
    margin-bottom: 0;
}
.element-d_review .account-d__name {
    font-size: 1.14285rem; /* 16/14 */
}
.element-d_review .account-d__website {
    font-weight: 500;
}
@media (max-width: 340px) {

    .element-d_review .quote,
    .element-d_review .quote-d {
        padding-top: 4.28571rem; /* 60/14 */
        padding-left: 0;
        padding-right: 0;
        background-position-x: 0;
    }
}



.block-d_reviews .block-d__list {
    justify-content: center;
}
@media (max-width: 767px) {

    .page-d__reviews .element-d_review + .element-d_review {
        display: none;
    }
}



.element-d_post > .element-d__images ._fit_cover::after {
    padding-bottom: 35%;
}
.element-d_post .element-d__account .detail-d_special {
    font-size: 0.85714rem; /* 12/14 */
    color: #808080;
}



.element-d_public > .element-d__images ._fit_cover::after {
    padding-bottom: 67.5%;
}


@media (min-width: 1200px) {

    .page-d__news .block-d__list {
        grid-template-columns: 2fr 1fr 1fr;
    }
}



.element-d_shade {
    position: relative;
    overflow: hidden;
    border-radius: 0.71428rem; /* 10/14 */
}
.element-d_shade > .element-d__images {
    border-radius: inherit;
    z-index: 1;
}
.element-d_shade > .element-d__images img {
    transition: all .3s;
}
.element-d_shade:hover > .element-d__images img {
    transform: scale(1.1);
}
.element-d_shade > .element-d__details {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 1.07142rem; /* 15/14 */
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0);
    z-index: 2;
}



.element-d_webinar > .element-d__images ._fit::after {
    padding-bottom: 48%;
}
.element-d_webinar .element-d__name {
    font-size: 1.42857rem; /* 20/14 */
    line-height: 1.2;
}
.element-d_webinar .date-d {
    color: inherit;
}



.tariffs-d__tabs {
    overflow: hidden;
}
.tariffs-d__toggles2 {
    margin-bottom: 2.5rem; /* 35/14 */
}
.tariffs-d__toggles select {
    display: block;
    margin-bottom: 1.07142rem; /* 15/14 */
    color: #fff;
    background-color: #27ae60;
    border: none;
}
.tariffs-d__toggles select > * {
    color: inherit;
    background-color: inherit;
}
.tariffs-d__tabnames {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    margin-bottom: 2.14285rem; /* 30/14 */
}
@media (min-width: 480px) {

    .tariffs-d__tabnames {
        gap: 1.42857rem; /* 20/14 */
        margin-bottom: 3.57142rem; /* 50/14 */
    }
}
.tariffs-d__tabnames .tabname-d {
    padding: 0;
}
.tariffs-d__months {
    display: flex;
    justify-content: center;
    max-width: 25.35714rem; /* 355/14 */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.85714rem; /* 40/14 */
    padding-top: 1.07142rem; /* 15/14 */
    text-align: center;
    border-top: 3px solid #f5f5f5;
}
.tariffs-d__months input {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    border: none;
    clip: rect(0,0,0,0);
    opacity: 0;
}
.tariffs-d__month {
    flex-shrink: 0;
    margin-right: 3.92857rem; /* 55/14 */
    position: relative;
    white-space: nowrap;
}
.tariffs-d__month:last-child {
    margin-right: 0;
}
.tariffs-d__month::after {
    display: block;
    width: 1.42857rem; /* 20/14 */
    height: 1.42857rem; /* 20/14 */
    margin-left: -0.71428rem; /* -10/14 */
    position: absolute;
    top: -1.92857rem; /* -27/14 */
    left: 50%;
    content: '';
    background-color: #f5f5f5;
    border-radius: 50%;
    z-index: 2;
}
.tariffs-d__months input:checked + .tariffs-d__month::after {
    background-color: #27ae60;
}
.tariffs-d__month-name {
    color: #808080;
}
.tariffs-d__month-name::after,
.tariffs-d__months input:checked + .tariffs-d__month .tariffs-d__month-name {
    font-weight: 600;
    color: #000;
}
.tariffs-d__month-name::after {
    display: block;
    height: 0;
    content: attr(title);
    visibility: hidden;
    opacity: 0;
}
.tariffs-d__month-discount {
    font-weight: 600;
    color: #27ae60;
}
.tariffs-d__tabs .tab-d {
    width: 100%;
    padding: 0;
}
.tariffs-d__gall {
    padding: 0.35714rem 1.07142rem 1.07142rem 0.35714rem; /* 5/14 15/14 */
}
.tariff-d__name {
    font-size: 1.42857rem; /* 20/14 */
}
.tariff-d__subname,
.tariff-d__details {
    font-size: 0.85714rem; /* 12/14 */
    font-weight: 500;
}
.tariff-d__subname {
    color: #ababab;
}
.tariff-d__details {
    margin-bottom: 2.14285rem; /* 30/14 */
    color: #808080;
}
.tariff-d__details > .detail-d {
    display: flex;
    align-items: center;
    min-height: 2.28571rem; /* 32/14 */
}
.tariff-d__details .detail-d__icon {
    flex: none;
    width: 1.3em; /* 26/20 */
    margin-right: 0.25em; /* 5/20 */
    font-size: 1.42857rem; /* 20/14 */
    text-align: center;
    color: #27ae60;
}
.tariff-d__price,
.tariff-d__period {
    display: block;
    color: #27ae60;
}
.tariff-d__price {
    line-height: 1;
    font-weight: 400;
}
.tariff-d__price-num {
    font-size: 3.57142rem; /* 50/14 */
}
.tariff-d__price-curr {
    font-size: 3rem; /* 42/14 */
}
.tariff-d__period {
    margin-top: 0.57142rem; /* 8/14 */
    font-weight: 500;
}

.tariff-d_short {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 1.42857rem; /* 20/14 */
    padding-top: 2.85714rem; /* 40/14 */
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .1) /* 30/14 */
}
.tariff-d_short .tariff-d__head {
    margin-bottom: 2.14285rem; /* 30/14 */
}
.tariff-d_short .tariff-d__foot {
    margin-top: auto;
    text-align: center;
}
.tariff-d_short .tariff-d__foot .button-d {
    margin-top: 2.14285rem; /* 30/14 */
}



.block-d_tariffs_short > .block-d__jump {
    max-width: 25.35714rem;
    margin: 4.28571rem auto 0; /* 60/14 */
    padding-top: 1.07142rem; /* 15/14 */
    border-top: 3px solid #f5f5f5;
}



.tariffs-d__intro {
    margin-bottom: 2.85714rem; /* 40/14 */
    font-size: 1.42857rem; /* 20/14 */
    text-align: center;
}
.tariff-d_table dl {
    display: grid;
    grid-template: repeat(2, auto) / repeat(4, 25%);
}
.tariff-d_table dd {
    display: flex;
    justify-content: center;
    padding: 2.14285rem 0.35714rem; /* 30/14 5/14 */
    text-align: center;
}
.tariff-d_table dl:first-child dt,
.tariff-d_table dl:first-child dd {
    display: block;
}
.tariff-d_table dt {
    grid-column: span 4;

    padding: 0.35714rem; /* 5/14 */
    padding-bottom: 0;
    font-weight: 600;
}
.tariff-d_table dl:nth-child(even) {
    background-color: #f5f5f5;
}
.tariff-d_table .tariff-d__name-full {
    display: none;
}
.tariff-d_table .icon-d_ok,
.tariff-d_table .icon-d_warn,
.tariff-d_table .icon-d_attent {
    font-size: 2.14285rem; /* 30/14 */
}


.tariffs-d__notes {
    margin-top: 2.14285rem; /* 30/14 */
    font-size: 0.85714rem; /* 12/14 */
}
.tariffs-d__notes p {
    margin-bottom: 0.5em;
}
.tariffs-d__buttons {
    margin-top: 2.85714rem; /* 40/14 */
}

@media (max-width: 479px) {

    .tariff-d_table {
        font-weight: 500;
    }
    .tariffs-d__months {
        display: none !important;
    }
}

@media (max-width: 575px) {

    .tariff-d_table {
        font-size: calc((100vw - 320px) / (576 - 320) * (14 - 8) + 8px);
    }
}

@media (max-width: 599px) {

    .tariff-d_table .tariff-d__name {
        font-size: 1.07142rem; /* 15/14 */
    }
    .tariff-d_table .tariff-d__subname {
        font-size: inherit;
    }
    .tariff-d_table .tariff-d__price-curr {
        display: none;
    }
}

@media (max-width: 699px) {

    .tariff-d_table .tariff-d__price {
        font-weight: 500;
    }
}

@media (max-width: 1199px) {

    .tariff-d_table .tariff-d__price-num {
        font-size: calc((100vw - 320px) / (1200 - 320) * (50 - 18) + 18px);
    }
    .tariff-d_table .tariff-d__price-curr {
        font-size: calc((100vw - 320px) / (1200 - 320) * (42 - 16) + 16px);
    }
    .tariff-d_table .tariff-d__period {
        font-size: calc((100vw - 320px) / (1200 - 320) * (14 - 10) + 10px);
    }
    .tariff-d_table .icon-d_ok,
    .tariff-d_table .icon-d_attent {
        font-size: calc((100vw - 320px) / (1200 - 320) * (30 - 20) + 20px);
    }
}

@media (min-width: 480px) {

    .tariffs-d__toggles {
        display: grid;
        display: none !important;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
        gap: 1.42857rem; /* 20/14 */
        margin-bottom: 1.42857rem; /* 20/14 */
    }
    .tariff-d_table .tariff-d__name-full {
        display: block;
    }
    .tariff-d_table .tariff-d__name-short {
        display: none;
    }
}
@media (min-width: 1200px) {

    .tariff-d_table dl {
        grid-template: auto / repeat(5, 20%);
    }
    .tariff-d_table dt {
        grid-column: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2.14285rem 0.35714rem; /* 30/14 5/14 */
        text-align: center;
    }
    .tariff-d_table dd {
        align-items: center;
    }
}



.block-d_opportuns .block-d__name {
    margin-bottom: 2.85714rem; /* 40/14 */
}


/* .element-d_opportun,
.element-d_partners-opportun {
    text-align: center;
} */
.element-d_opportun > .element-d__images,
.element-d_partners-opportun > .element-d__images {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.element-d_opportun > .element-d__images {
    height: 15rem; /* 210/14 */
}
.element-d_opportun > .element-d__images svg {
    fill: #27ae60;
}
._theme-red .element-d_opportun > .element-d__images svg {
    fill: #e74c3c;
}



.element-d_partners-opportun > .element-d__images {
    height: 9.64285rem; /* 135/14 */
    margin-bottom: 1.07142rem; /* 15/14 */
}
.element-d_partners-opportun .element-d__text {
    font-size: 1.14285rem; /* 16/14 */
    font-weight: 500;
}

@media (max-width: 1199px) {

    .element-d_partners-opportun_empty {
        display: none;
    }
}



.element-d_cmsdev > .element-d__images svg {
    display: inline-block;
    width: 5.71428rem; /* 80/14 */
    fill: #27ae60;
}
._theme-red .element-d_cmsdev > .element-d__images svg {
    fill: #e74c3c;
}



.element-d_dual {
    margin-top: 2.14285rem; /* 30/14 */
    margin-bottom: 2.14285rem; /* 30/14 */
}
.element-d_dual > .element-d__images {
    margin-top: 1.07142rem; /* 15/14 */
}
.element-d_dual .element-d__name {
    margin-bottom: 1.07142rem; /* 15/14 */
    font-size: 1.42857rem; /* 20/14 */
    line-height: 1.2;
}
@media (max-width: 921px) {

    .element-d_dual .infotip-d__contents {
        left: auto;
        right: -3.57142rem; /* -50/14 */
    }
}
@media (min-width: 768px) {

    .element-d_dual {
        display: grid;
        grid-template-columns: 45% 55%;
        align-items: center;
        margin-top: 4.28571rem; /* 60/14 */
        margin-bottom: 4.28571rem; /* 60/14 */
    }
    .element-d_dual:nth-child(even) {
        grid-template-columns: 55% 45%;
    }
    .element-d_dual > .element-d__images {
        margin-top: 0;
    }
    .element-d_dual:nth-child(even) > .element-d__images {
        order: -1;
    }
    .element-d_dual .element-d__name {
        font-size: calc((100vw - 768px) / (1200 - 768) * (40 - 20) + 20px);
    }
    .element-d_dual .element-d__text {
        font-size: calc((100vw - 768px) / (1200 - 768) * (18 - 14) + 14px);
    }
}
@media (min-width: 1200px) {

    .element-d_dual .element-d__name {
        font-size: 2.85714rem; /* 40/14 */
    }
    .element-d_dual .element-d__text {
        font-size: 1.28571rem; /* 18/14 */
    }
}



.icon_enum {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.07142rem; /* 15/14 */
    margin-top: 1.07142rem; /* 15/14 */
    margin-bottom: 1.07142rem; /* 15/14 */
}
.icon_enum .icon-d {
    display: grid;
    grid-template-columns: 2.14285rem 1fr; /* 30/14 */
    gap: 0.71428rem; /* 10/14 */
    align-items: center;
}
.icon_enum svg {
    display: block;
    width: 2.14285rem; /* 30/14 */
    height: 2.14285rem; /* 30/14 */
    fill: #27ae60;
}
@media (min-width: 768px) {

    .icon_enum {
        gap: 2.14285rem; /* 30/14 */
        margin-top: 2.14285rem; /* 30/14 */
        margin-bottom: 2.14285rem; /* 30/14 */
    }
    .icon_enum .icon-d {
        grid-template-columns: 3.57142rem 1fr; /* 50/14 */
        gap: 1.07142rem; /* 15/14 */
    }
    .icon_enum svg {
        width: 3.57142rem; /* 50/14 */
        height: 3.57142rem; /* 50/14 */
    }
    .icon_enum figcaption {
        font-size: 1.14285rem; /* 16/14 */
    }
}


.element-d_module2 {
    text-align: center;
}
.element-d_module > .element-d__images svg {
    display: inline-block;
    width: 4.28571rem; /* 60/14 */
    height: 4.28571rem; /* 60/14 */
    vertical-align: top;
    fill: #27ae60;
}
._bgreen .element-d_module > .element-d__images svg {
    fill: currentColor;
}



.block-d_modules .block-d__head,
.block-d_moduleset .block-d__head {
    margin-bottom: 3.57142rem; /* 50/14 */
}
.block-d_modules .block-d__list,
.block-d_moduleset .block-d__list {
    row-gap: 3.57142rem; /* 50/14 */
}



.block-d_moduleset .gall-d {
    padding-bottom: 6.42857rem; /* 90/14 */
}
.block-d_moduleset .block-d__slideshow {
    margin-bottom: 5.35714rem; /* 75/14 */
    text-align: center;
}



.element-d_news_item > .element-d__images ._fit::after {
    padding-bottom: 60%;
}



.filter-d__pane {
    position: relative;
}
.filter-d__input {
    padding-right: 4.28571rem; /* 60/14 */
}
.filter-d__submit {
    width: 3.57142rem; /* 50/14 */
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    color: #27ae60;
    background: transparent !important;
    z-index: 2;
}
._theme-red .filter-d__submit {
    color: #e74c3c;
}
.filter-d__submit:hover,
.filter-d__submit:focus {
    color: #37d278;
}
.filter-d__submit:active {
    color: #1e8549;
}
._theme-red .filter-d__submit:hover,
._theme-red .filter-d__submit:focus {
    color: #ec7669;
}
._theme-red .filter-d__submit:active {
    color: #d52d1a;
}
.filter-d__params {
    margin-top: 2.85714rem; /* 40/14 */
    margin-bottom: 2.85714rem; /* 40/14 */
}
.filter-d__param {
    display: grid;
    justify-content: center;
    gap: 0.71428rem 1.42857rem; /* 10/14 20/14 */
    margin-bottom: 2.14285rem; /* 30/14 */
    position: relative;
    text-align: center;
}
.filter-d__param:last-child {
    margin-bottom: 0;
}
.filter-d__param input {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    border: none;
    clip: rect(0,0,0,0);
    opacity: 0;
}
.filter-d__report {
    text-align: center;
}
.filter-d__brief {
    font-size: 1.42857rem; /* 20/14 */
}
.filter-d__reset {
    color: #27ae60;
}
._theme-red .filter-d__reset {
    color: #e74c3c;
}
@media (min-width: 580px) {

    .filter-d__param {
        grid-auto-flow: column;
    }
}


.filter-d_manual {
    position: relative;
}
.filter-d_manual .filter-d__form {
    position: relative;
    z-index: 3;
}
.filter-d_manual .filter-d__input {
    transition: none;
}
._manual-filter-result-show .filter-d__input {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.filter-d_manual .filter-d__result {
    display: none;
    max-height: 60vh;
    width: 100%;
    padding: 1.07142rem; /* 15/14 */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #c8c7c7;
    border-top: 0;
    border-radius: 0 0 0.35714rem 0.35714rem; /* 5/14 */
    box-shadow: 0 0 2.14285rem 0 rgba(0, 0, 0, .1); /* 30/14 */
    z-index: 2;
}
._manual-filter-result-show .filter-d__result {
    display: block;
}
.filter-d_manual .element-d_manual_item,
.filter-d_manual .element-d_manual_item .element-d__name {
    transition: none;
}
.filter-d_manual .element-d_manual_item .element-d__name {
    display: block;
}
.filter-d_manual .element-d_manual_item .element-d__text {
    display: none;
}
.filter-d_manual ._picked .element-d__name {
    font-size: 1.14285rem; /* 16/14 */
    font-weight: 500;
}
.filter-d_manual ._picked .element-d__text {
    display: block;
}



.media-d {
    display: grid;
    gap: 2.14285rem; /* 30/14 */
}

@media (max-width: 921px) {

    .media-d_row {
        text-align: center;
    }
}
@media (min-width: 922px) {

    .media-d_row {
        grid-auto-flow: column;
    }
    .media-d_row .media-d__image {
        width: 17.85714rem; /* 250/14 */
    }
}

.media-d_useful,
.media-d_2partner {
    column-gap: 4.28571rem; /* 60/14 */
}
.media-d_useful .media-d__name,
.media-d_2partner .media-d__name {
    font-size: 2.14285rem; /* 30/14 */
    line-height: 1.2;
}
.media-d_useful .media-d__text,
.media-d_2partner .media-d__text {
    font-size: 1.14285rem; /* 16/14 */
}

.media-d_useful {
    align-items: center;
    padding: 2.14285rem; /* 30/14 */
    border-radius: 0.71428rem; /* 10/14 */
}

@media (max-width: 921px) {

    .media-d_2partner .media-d__text h3 {
        font-weight: 500;
    }
    .media-d_2partner .media-d__text ul {
        list-style: none;
    }
    .media-d_useful .infotip-d__contents {
        left: auto;
        right: 0;
    }
}
@media (min-width: 576px) {

    .media-d_useful {
        padding: 3.57142rem 4.28571rem; /* 50/14 60/14 */
    }
    .media-d_useful .media-d__name,
    .media-d_2partner .media-d__name {
        font-size: calc((100vw - 576px) / (1200 - 576) * (50 - 30) + 30px);
    }
    .media-d_useful .media-d__text,
    .media-d_2partner .media-d__text {
        font-size: calc((100vw - 576px) / (1200 - 576) * (20 - 16) + 16px);
    }
}
@media (min-width: 1200px) {

    .media-d_useful .media-d__name,
    .media-d_2partner .media-d__name {
        font-size: 3.57142rem; /* 50/14 */
    }
    .media-d_useful .media-d__text,
    .media-d_2partner .media-d__text {
        font-size: 1.42857rem; /* 20/14 */
    }
}



.block-d_2partners .block-d__desc {
    margin-top: 5.71428rem; /* 80/14 */
}



.element-d_docsrc {
    text-align: center;
}
.element-d_docsrc > .element-d__images svg {
    display: inline-block;
    width: 4.28571rem; /* 60/14 */
    height: 4.28571rem; /* 60/14 */
    vertical-align: top;
    fill: #e74c3c;
}



.icon-d_pdf {
    color: #e74c3c;
}



.element-d_docfile {
    grid-template-columns: 2.14285rem 1fr; /* 30/14 */
    gap: 0.35714rem; /* 5/14 */
}
.element-d_docfile._bounded:not(:first-child) {
    margin-top: 0.71428rem; /* 10/14 */
    padding-top: 0.71428rem; /* 10/14 */
}
.element-d_docfile > .element-d__images {
    font-size: 2.14285rem; /* 30/14 */
    line-height: 1;
}
.element-d_docfile > .element-d__details {
    grid-template-columns: 1fr;
}
.element-d_docfile .element-d__name {
    font-weight: 500;
}
@media (max-width: 479px) {

    .element-d_docfile {
        text-align: center;
    }
    .element-d_docfile._bounded {
        border-top: 0;
    }
    .element-d_docfile > .element-d__details .detail-d:not(.detail-d_name) {
        display: none;
    }
}



.block-d_docarc .block-d__name {
    font-size: 2.14285rem; /* 30/14 */
}



.element-d_partner > .element-d__images {
    margin-bottom: 1.07142rem; /* 15/14 */
}
.element-d_partner .element-d__name {
    margin-bottom: 1.07142rem; /* 15/14 */
    font-size: 1.42857rem; /* 20/14 */
    line-height: 1.2;
}
.element-d_partner .details-d__contacts > * {
    display: flex;
}
.element-d_partner .detail-d__icon {
    margin-right: 0.71428rem; /* 10/14 */
    line-height: inherit;
    vertical-align: middle;
}
.element-d_partner .element-d__socnets a {
    display: inline-block;
    margin-right: 0.71428rem; /* 10/14 */
    margin-bottom: 0.35714rem; /* 5/14 */
    line-height: inherit;
    vertical-align: middle;
}
@media (min-width: 768px) {

    .element-d_partner {
        display: flex;
        max-width: 100%;
    }
    .element-d_partner > .element-d__images {
        flex: none;
        flex-basis: 4rem;
        margin-right: 1.07142rem; /* 15/14 */
    }
    .element-d_partner > .element-d__details {
        flex: auto;
        display: grid;
        grid-template-columns: 1fr 300px;
        gap: 2.14285rem; /* 30/14 */
    }
    .element-d_partner > .element-d__details > * {
        margin-bottom: 0;
    }
    .element-d_partner .details-d__tags {
        grid-column: span 2;
    }
}



.element-d_partner_table {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 3.57142rem 1fr repeat(7, 7%); /* 50/14 */
    padding-left: 2.14285rem; /* 30/14 */
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 0.71428rem; /* 10/14 */
}
.element-d_partner_table > * {
    padding-top: 3.57142rem; /* 50/14 */
    padding-bottom: 2.14285rem; /* 30/14 */
}
.element-d_partner_table .element-d__details {
    padding-right: 2.14285rem; /* 30/14 */
}
.element-d_partner_table .element-d__tags,
.element-d_partner_table .element-d__rating {
    font-weight: 500;
}
.element-d_partner_table .element-d__num,
.element-d_partner_table .element-d__name {
    font-size: 1.42857rem; /* 20/14 */
    line-height: 1.2;
}
.element-d_partner_table .element-d__name {
    margin-bottom: 1.42857rem; /* 20/14 */
}
.element-d_partner_table .element-d__soclinks a {
    display: inline-block;
    margin-right: 0.71428rem; /* 10/14 */
    margin-bottom: 0.35714rem; /* 5/14 */
    vertical-align: middle;
}
.element-d_partner_table .element-d__rating {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.element-d_partner_table .element-d__rating::before {
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: -moz-radial-gradient(center, ellipse cover, #dfdfdf 0%, rgba(255,255,255,0) 60%);
    background: -webkit-radial-gradient(center, ellipse cover,  #dfdfdf 0%,rgba(255,255,255,0) 60%);
    background: radial-gradient(ellipse at center,  #dfdfdf 0%,rgba(255,255,255,0) 60%);
    z-index: 1;
}
.element-d_partner_table .element-d__rating_active {
    color: #fff;
    background-color: #e74c3c;
}
.element-d_partner_table .element-d__rating_active::before,
.element-d_partner_table .element-d__rating_active + .element-d__rating::before {
    display: none;
}
.element-d_partner_table .element-d__rating_active a {
    color: inherit;
}
.element-d_partner_table_head {
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
    font-size: 0.71428rem; /* 10/14 */
    z-index: 2;
}
.element-d_partner_table_head > * {
    padding-top: 0.71428rem; /* 10/14 */
    padding-bottom: 0.71428rem; /* 10/14 */
}
.element-d_partner_table_head select {
    font-size: inherit;
}

@media (max-width: 921px) {

    .element-d_partner_table {
        grid-template-columns: 3.57142rem 1fr 5.71428rem; /* 50/14 1fr 80/14 */
    }
    .element-d_partner_table .element-d__rating:not(.element-d__rating_active) {
        display: none;
    }
}
@media (max-width: 479px) {

    .element-d_partner_table {
        grid-template-columns: 1fr 5.71428rem; /* 1fr 80/14 */
    }
    .element-d_partner_table .element-d__num {
        display: none;
    }
}



.block-d_comments_add .errors {
    text-align: center;
}



._separat {
    margin-top: 4.28571rem; /* 60/14 */
    padding-top: 2.14285rem; /* 30/14 */
    border-top: 1px solid #dfdfdf;
}



.element-d_manual .pocket-d__flap {
    font-size: 1.14285rem; /* 16/14 */
}



.socnets-d {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 2.14285em; /* 30/14 */
    gap: 0.35714em 1.42857em; /* 5/14 20/14 */
    justify-content: start;
}
.socnets-d a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.14285rem; /* 30/14 */
    height: 2.14285rem; /* 30/14 */
    font-size: 1.14285rem; /* 16/14 */
    line-height: 1;
    text-align: center;
    color: #474747;
    background-color: #fff;
    border-radius: 50%
}
.socnets-d a:hover,
.socnets-d a:focus,
.socnets-d a:active {
    color: #fff;
    text-decoration: none;
}
.socnets-d a:hover,
.socnets-d a:focus {
    background-color: #37d278;
    border-color: #37d278;
}
.socnets-d a:active {
    background-color: #1e8549;
    border-color: #1e8549;
}
._theme-red .socnets-d a:hover,
._theme-red .socnets-d a:focus {
    background-color: #ec7669;
    border-color: #ec7669;
}
._theme-red .socnets-d a:active {
    background-color: #d52d1a;
    border-color: #d52d1a;
}



.page-d__software-box ._box {
    position: relative;
}
/* .page-d__software-box img {
    max-width: 796px;
    position: absolute;
    right: -88px;
    bottom: -90px;
    z-index: 2;
} */
.page-d__software-box img {
    /* max-width: 750px; */
    max-width: 600px;
    position: absolute;
    right: 0;
    /* bottom: -150px; */
    bottom: -75px;
    z-index: 2;
}

@media (max-width: 1023px) {

    .page-d__software-box {
        display: none;
    }
}



.block-d_license .block-d__name {
    font-size: 1.42857rem; /* 20/14 */
}
@media (min-width: 480px) {

    .block-d_license .block-d__name {
        font-size: calc((100vw - 480px) / (1200 - 480) * (30 - 20) + 20px);
    }
}
@media (min-width: 1200px) {

    .block-d_license .block-d__name {
        font-size: 2.14285rem; /* 30/14 */
    }
}
@media (max-width: 921px) {

    .block-d_license .block-d__subname {
        font-size: 1.14285rem; /* 16/14 */
    }
}


.license-d__cost {
    margin-bottom: 2.14285rem; /* 30/14 */
    font-size: 2.14285rem; /* 30/14 */
    text-align: center;
}
@media (min-width: 576px) {

    .license-d__cost {
        font-size: calc((100vw - 576px) / (1200 - 576) * (50 - 30) + 30px);
    }
}
@media (min-width: 1200px) {

    .license-d__cost {
        font-size: 3.57142rem; /* 50/14 */
    }
}
.license-d__cost span {
    color: #e74c3c;
}
.license-d__list {
    margin-bottom: 1.07142rem; /* 15/14 */
}
.license-d__pay,
.license-d__jump {
    margin-bottom: 4.28571rem; /* 60/14 */
}
.license-d__pay {
    text-align: center;
}
.license-d__pay-icons svg {
    fill: #e74c3c;
}
.license-d__pay-icons > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.07142rem; /* 15/14 */
    margin-bottom: 1.07142rem; /* 15/14 */
}

.element-d_license-unit,
.element-d_license-payment {
    text-align: center;
}
.element-d_license-unit > .element-d__images svg,
.element-d_license-payment > .element-d__images svg {
    fill: #e74c3c;
}

.element-d_license-unit > .element-d__images > * {
    display: inline-block;
    vertical-align: top;
}
.element-d_license-unit .element-d__text {
    /* font-size: 3.57142rem;  50/14 */
    font-size: 2.57142rem; /* 36/14 */
    color: #e74c3c;
}

.element-d_license-payment > .element-d__images > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.07142rem; /* 15/14 */
}

.block-d_license-payments .block-d__text {
    margin-bottom: 2.14285rem; /* 30/14 */
    text-align: center;
}
.block-d_license-payments .block-d__notes {
    margin-top: 2.14285rem; /* 30/14 */
}



.page-d__logo-cloud {
    padding-bottom: 0;
    text-align: center;
}
.page-d__logo-cloud svg {
    display: inline-block;
    width: 300px;
    vertical-align: middle;
    fill: #27ae60;
}



.section-d_buy .section-d__name {
	text-align: center;
}
.section-d_buy .count-d {
	display: inline-block;
	vertical-align: middle;
}
.section-d_buy .price-d {
	font-size: 2.14285rem; /* 30/14 */
	font-weight: normal;
	color: #e74c3c;
}
@media (min-width: 576px) {

    .section-d_buy .price-d {
        font-size: calc((100vw - 576px) / (1200 - 576) * (50 - 30) + 30px);
    }
}
@media (min-width: 1200px) {

    .section-d_buy .price-d {
        font-size: 3.57142rem; /* 50/14 */
    }
}



/* Подвал */

.page-d__foot {
    margin-top: auto;
    padding-top: 2.14285rem; /* 30/14 */
    padding-bottom: 2.14285rem; /* 30/14 */
    background-color: #474747;
    color: #fff;
}
.foot-d {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.42857rem 2.14285rem; /* 20/15 30/14 */
    align-items: center;
}
.foot-d__brand {
    display: grid;
    gap: 1.07142rem; /* 15/14 */
    justify-content: center;
    align-items: center;
}
.foot-d__brand a {
    font-weight: 600;
}
.foot-d__logo {
    grid-column: span 2;
}
.foot-d__logo svg {
    width: 2.85714rem; /* 40/14 */
    height: 2.85714rem; /* 40/14 */
    margin: auto;
}
.foot-d__contacts {
    display: grid;
    grid-auto-flow: column;
    gap: 1.07142rem; /* 15/14 */
}
.nav-d_foot .nav-d__name {
    /* margin-bottom: 0.71428rem; 10/14 */
    font-weight: 500;
    color: #979797;
}
.nav-d_foot .nav-d__menu {
    font-size: 0.85714rem; /* 12/14 */
}
.nav-d_foot .item-d {
    margin-bottom: 0.21428rem; /* 3/14 */
}

.foot-d__nav {
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* grid-template-columns: repeat(2, 1fr); */
    /* gap: 1.07142rem; 15/14 */
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
.foot-d__nav > *:not(:last-child) {
    margin-right: 1.42857rem; /* 20/14 */
}
/* .foot-d__nav .nav-d__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.07142rem; 15/14
} */
/* .foot-d__group {
    display: grid;
    grid-auto-flow: column;
    gap: 1.07142rem; 15/14
    justify-content: start;
    align-items: center;
} */
.foot-d__bottom {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.14285rem; /* 30/14 */
}
.foot-d__copyright {
    font-size: 0.92857rem; /* 13/14 */
    color: #979797;
}
.foot-d__copyright a {
    margin-right: 0.71428rem; /* 10/14 */
    color: #fff;
}
.foot-d__copyright a:hover,
.foot-d__copyright a:focus {
    color: #37d278;
}
.foot-d__copyright a:active {
    color: #1e8549;
}
._theme-red .foot-d__copyright a:hover,
._theme-red .foot-d__copyright a:focus {
    color: #ec7669;
}
._theme-red .foot-d__copyright a:active {
    color: #d52d1a;
}
@media (max-width: 479px) {

    .foot-d {
        text-align: center;
    }
    .foot-d__nav {
        display: none;
    }
    /* .foot-d__group {
        display: none;
    } */
    .foot-d__socnets .socnets-d {
        justify-content: center;
    }
    .foot-d__copyright {
        padding-top: 1.42857rem;
        border-top: 1px solid #616161;
    }
}
@media (min-width: 480px) {

    .foot-d__brand {
        grid-auto-flow: column;
        justify-content: start;
    }
    /* .foot-d__nav {
        gap: 2.14285rem; 30/14
    } */
    .foot-d__bottom {
        padding-top: 1.42857rem;
        border-top: 1px solid #616161;
    }
}
@media (min-width: 680px) {

    /* .foot-d {
        grid: 'brand group'
              'nav nav'
              'bottom bottom' / 1fr auto;
    }
    .foot-d__brand {
        grid-area: brand;
    }
    .foot-d__group {
        grid-area: group;
    }
    .foot-d__nav {
        grid-area: nav;
    }
    .foot-d__bottom {
        grid-area: bottom;
    } */
    /* .foot-d__bottom {
        grid-template-columns: 1fr auto;
    } */
    .foot-d__bottom {
        grid-auto-flow: column;
    }
    .foot-d__socnets {
        order: 2;
    }
}
/* @media (min-width: 768px) {

    .foot-d__nav {
        grid-template-columns: 130px 130px 1fr 130px;
        grid-template-columns: repeat(5, 1fr);
        grid-template-columns: 1fr 65px 100px 120px 65px;

        grid-auto-flow: column;
        grid-template-columns: 1fr;
    }
} */
@media (min-width: 1150px) {

    .foot-d {
        /* grid: 'brand nav group'
              'bottom bottom bottom' / 150px auto auto; */
        /* grid: 'brand nav'
              'bottom bottom' / 150px auto;
        align-items: start; */
        grid: 'brand nav'
              'bottom bottom' / 320px auto;
    }

    .foot-d__brand {
        grid-area: brand;
    }
    .foot-d__nav {
        grid-area: nav;
    }
    .foot-d__bottom {
        grid-area: bottom;
    }

    /* .foot-d__brand {
        grid-auto-flow: row;
        grid-auto-rows: min-content;
        gap: 0;
    } */
    .foot-d__logo {
        /* order: 1; */
        /* margin-top: 1.07142rem; 15/14 */
    }
    .foot-d__logo svg {
        margin: 0;
    }
    /* .foot-d__contacts {
        display: block;
    } */
}



.phone-call {
    display: inline-block;
    font-size: 1.42857rem; /* 20/14 */
    color: #fff;
}
.phone-call:hover,
.phone-call:focus,
.phone-call:active {
    color: inherit;
}
.phone-call svg {
    display: inline-block;
    width: 2.85714rem; /* 40/14 */
    height: auto;
    vertical-align: middle;
    fill: currentColor;
}
@media (min-width: 576px) {

    .phone-call {
        position: absolute;
        top: -2.85714rem; /* -40/14 */
        right: 1.07142rem; /* 15/14 */
    }
}



.solution_edit {
    margin-top: 2.14285rem; /* 30/14 */
}


.hosting-app .badge-d {
    line-height: 1.5;
}


.show_all {
    margin-top: 2rem; /* 28/14 */
    text-align: center;
}
.show_all a {
    display: inline-block;
    padding: 0.71428rem 1rem; /* 10/14 14/14 */
    line-height: 1;
    vertical-align: middle;
    background-color: #27ae60;
    border-radius: 0.35714rem; /* 5/14 */
    transition: all .2s;
}
._theme-red .show_all a {
    background-color: #e74c3c;
}
.show_all a,
.show_all a:hover,
.show_all a:focus,
.show_all a:active {
    color: #fff;
}
.show_all a:hover,
.show_all a:focus {
    background-color: #37d278;
}
.show_all a:active {
    background-color: #1e8549;
}
._theme-red .show_all a:hover,
._theme-red .show_all a:focus {
    background-color: #ec7669;
}
._theme-red .show_all a:active {
    background-color: #d52d1a;
}

form[loading='true'] {
    display: block;
    min-width: 50px;
    min-height: 50px;
    background: url(../img/loader.gif) no-repeat center center;
    cursor: progress
}
form[loading='true'].showmore-d > * {
    visibility: hidden;
    opacity: 0;
}
