/* https://Get-Web.site - Верстка сайтов на заказ
*/
/* ::selection {
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
} */
main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-color: rgba(0, 0, 0, 0.15);
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

video,
iframe {
    max-width: 100%;
    height: auto;
}

a {
    background-color: transparent;
    color: #EECD56;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    transition-property: opacity, color, background-color;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

/* убираем выделение ссылок пунктирной рамкой в FF и IE */
a:active,
a:focus {
    outline: 0;
}

::-webkit-input-placeholder {
    color: #C4C4C4;
    opacity: 1;
}

::-moz-placeholder {
    color: #C4C4C4;
    opacity: 1;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #C4C4C4;
    opacity: 1;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #C4C4C4;
    opacity: 1;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

[type="text"],
[type="email"],
[type="tel"],
[type="url"],
[type="password"],
[type="number"],
[type="search"],
[type="button"],
[type="color"],
[type="time"],
[type="date"],
[type="datetime-local"],
[type="file"],
[type="image"],
[type="month"],
[type="reset"],
[type="week"],
select,
textarea {
    width: auto;
    height: 38px;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 0;
    padding: 3px 10px 3px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    font-family: "Gotham Pro", "Open Sans", Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-align: left;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
    /* flex-basis: 130px; */
}

textarea {
    height: 100px;
    text-align: left;
    padding: 13px 10px;
    line-height: calc(14px + 2px);
    border-radius: 2px;
}

textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #A64FFF;
    color: #333333;
}

[type="text"]:focus,
[type="email"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="color"]:focus,
[type="time"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="file"]:focus,
[type="image"]:focus,
[type="month"]:focus,
[type="reset"]:focus,
[type="week"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #A64FFF;
    color: #333333;
}

option {
    background-color: #ffffff;
    color: #333333;
    font-family: "Gotham Pro", "Open Sans", Arial, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

option:hover {
    color: #000;
    background-color: #757575;
}

/* Оформление checkbox */
.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 14px;
    color: #333;
}

.checkbox__label {
    height: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    /*   padding-right: 10px; */
}

.checkbox__name {
    margin-right: 10px;
}

.checkbox__block {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

.checkbox__block:after {
    font-family: 'gwi';
    content: "\e806";
    position: absolute;
    top: -1px;
    left: 1px;
    opacity: 0;
    -webkit-transition: .2s all;
    transition: .2s all;
    pointer-events: none;
    font-size: 11px;
    color: #A64FFF;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.checkbox__block_large {
    width: 18px;
    height: 18px;
}

.checkbox__block_large:after {
    font-size: 13px;
    top: 1px;
    left: 2px;
}

.checkbox__input {
    display: none;
}

.checkbox__input:checked+.checkbox__block:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* field */
.field {
    position: relative;
    z-index: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    background-color: #fff;
    color: #333333;
    border: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.field_inlnie {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.field_mt_large {
    margin-top: 30px;
}

.field_mt {
    margin-top: 15px;
}

.field_mt_xs {
    margin-top: 5px;
}

.field_mb_large {
    margin-bottom: 30px;
}

.field_mb {
    margin-bottom: 15px;
}

.field_mb_xs {
    margin-bottom: 5px;
}

.field__input,
.field__input:focus {
    border: 0;
    background-color: transparent;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: auto;
    min-width: 0;
    width: auto;
}

.field__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 10px 3px 0;
    background: #2C3451;
    border: 1px solid #2C3451;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field__pic {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #C4C4C4;
    fill: #C4C4C4;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: auto 0;
    margin-right: 20px;
    position: relative;
    z-index: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.field__input:focus~.field__pic {
    color: #A64FFF;
    fill: #A64FFF;
}

.field__pic:after {
    display: block;
    content: "";
    position: absolute;
    left: calc(100% + 9px);
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #C4C4C4;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.field__input:focus~.field__pic:after {
    background-color: #A64FFF;
}

.field__svg {
    fill: inherit;
    color: inherit;
    stroke: inherit;
}

.field__line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #C4C4C4;
}

.field__line:after {
    display: block;
    content: "";
    height: 1px;
    top: 0;
    left: 0;
    right: 100%;
    position: absolute;
    background-color: #A64FFF;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.field__input:focus~.field__line:after {
    right: 0;
}

/* selection */
.selection {
    padding-left: 10px;
    padding-right: 34px;
    background: #FFF;
    border: 1px solid #DDD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/icons/selection-arrow-down.svg) no-repeat calc(100% - 12px) center;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: "Gotham Pro", "Open Sans", Arial, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    cursor: default;
}

body {
    position: relative;
    z-index: 0;
    overflow-x: hidden;
    margin: 0;
    min-width: 320px;
}

.page {
    position: relative;
    z-index: 2;
    max-width: 100%;
    min-height: 100vh;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
}

.section {
    position: relative;
    z-index: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: 1590px;
    width: 100%;
    padding-right: calc(10px * 2);
    padding-left: calc(10px * 2);
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rw {
    margin-left: -20px;
    margin-right: -20px;
}

.cl {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.spacer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 5rem;
}

/* link */
.link {
    display: inline-block;
    color: inherit;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

/* title */
.title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.7rem;
    color: #329D22;
    margin: 0;
}

.title_mb {
    margin-bottom: 15px;
}

/* sub-title */
.sub-title {
    color: #333;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
}

/* desc */
.desc {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

/* more */
.more {
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
    color: #329D22;
}

.more:hover {
    text-decoration: none;
    white-space: nowrap;
}

/* ttl */
.ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ttl_mt {
    margin-top: 35px;
}

.ttl_mb {
    margin-bottom: 15px;
}

.ttl__content {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.81rem;
    color: #329D22;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    padding-bottom: 5px;
    margin: 0;
}

.ttl__content_size_small {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-bottom: 10px;
}

.ttl__content:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    right: 30%;
    height: 2px;
    background-color: #FFC700;
}

/* choise */
.choise {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    min-height: 26px;
}

.choise:after {
    display: block;
    font-family: 'gwi';
    content: "\f004";
    font-size: 10px;
}

.choise__pic,
.choise__content {
    margin-right: 8px;
}

.choise__img {
    display: block;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.choise__content_adaptive {
    display: none;
}

/* tip-menu */
.tip-menu {}

.tip-menu__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.tip-menu__item {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tip-menu__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    white-space: nowrap;
    padding: 10px 0;
    min-height: 30px;
    -webkit-transition: .2s all;
    transition: .2s all;
    width: 100%;
}

.tip-menu__link:hover {
    color: #797979;
}

.tip-menu__img {
    margin-right: 10px;
}

/* tippy def-theme  */
[data-theme="def"] {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07),
        inset 0px 5px 0px #B063FF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07),
        inset 0px 5px 0px #B063FF;
    border-radius: 5px;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    padding: 15px 15px 10px 15px;
    pointer-events: all;
    min-width: 207px;
}

[data-theme="def"] .tippy-content {
    padding: 0;
}

[data-theme="def"] .tippy-arrow {
    color: #fff;
}

[data-theme="def"].tippy-box[data-placement^="bottom"]>.tippy-arrow::before {
    top: -10px;
    border-width: 0 10px 10px;
}

/* tip */
.tip-content {
    display: none;
}

/* social */
.social {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social__content {
    display: none;
    margin-right: 30px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
}

/* arrows */
.arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.arrows__arrow,
.arrow {
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #FFC700;
    outline: 0;
    border: 0;
    background: transparent;
    position: relative;
    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.arrows__arrow {
    opacity: .7;
}

.arrows__arrow:hover {
    opacity: 1;
}

.arrows__arrow.swiper-button-disabled,
.arrow.swiper-button-disabled {
    opacity: 0.2;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
}

.arrows__arrow:before,
.arrow:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: #398FCD; */
    border-radius: 1px;
    z-index: -1;
}

.arrows__arrow_prev,
.arrow_prev {
    padding-right: 2px;
}

.arrows__arrow_next,
.arrow_next {
    padding-left: 2px;
}

/* video */
.video {
    text-decoration: none;
    width: 100%;
    height: 170px;
    cursor: pointer;
    background-image: url(../images/presentation/video.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 20px 10px;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.video__icon {
    font-size: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.video:hover .video__icon {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.video__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    margin-top: 11px;
    min-height: 25px;
}

/* box */
.box {
    -webkit-filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.07));
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    z-index: 0;
    min-width: 0;
    /* font-weight: 500; */
    font-size: 12px;
    color: #333;
}

.boxdec {
    -webkit-box-shadow: inset 0px 9px 0px #B063FF;
    box-shadow: inset 0px 9px 0px #B063FF;
}

.boxpad {
    padding: 30px 25px;
}

.boxrw {
    margin-left: -25px;
    margin-right: -25px;
}

.boxshadow {
    -webkit-filter: drop-shadow(0px 11px 42px rgba(0, 0, 0, 0.19));
    filter: drop-shadow(0px 11px 42px rgba(0, 0, 0, 0.19));
}

/* boxhd */
.boxhd {
    position: relative;
    z-index: 0;
    /* padding-left: 90px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #59A4DB;
    /* padding-right: 20px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 5px 20px 7px 65px;
    min-height: 64px;
}

.boxhd__img {
    position: absolute;
    left: -10px;
    bottom: 0;
}

.boxhd__title {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.31rem;
    text-transform: uppercase;
    color: #FFF;
}

.boxhd__desc {
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
}

.content-box {
    font-size: 12px;
    color: #333;
}

/* wrap */
.wrap {
    position: relative;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-gap: 50px 54px;
}

/* sidebar */
.sidebar {
    min-width: 0;
    display: grid;
    grid-gap: 16px;
}

.sidebar__box {
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
}

.sidebar__box_null {
    padding: 0;
}

.sidebar__row {
    margin-left: -20px;
    margin-right: -20px;
}

.sidebar__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333;
}

/* content */
.content {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: grid;
    grid-gap: 54px;
    font-size: 12px;
    color: #333;
}

/* post */
.post {
    max-width: 100%;
    display: grid;
    grid-gap: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.post__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.post__img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 84px;
    border-radius: 5px;
}

.post__container {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.post__title {
    margin: 0;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.32rem;
    color: #329D22;
}

.post__date {
    font-size: 14px;
    line-height: 1.3;
    color: #83949E;
    position: relative;
    z-index: 0;
}

.post__date:before {
    display: inline-block;
    content: '\e825';
    font-family: "gwi";
    margin-right: 6px;
    font-size: 15px;
}

.post__heading {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

.post__info {
    display: grid;
    grid-gap: 5px 20px;
}

.post__content {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
}

.post__content_mb_small {
    margin-bottom: 12px;
}

/* first-post */
/* greeting */
.greeting {
    text-align: center;
}

.greeting_m {
    margin-top: 45px;
    margin-bottom: 15px;
}

.greeting__title {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #329D22;
    margin-bottom: 18px;
}

/* sysreq */
.sysreq {
    width: 100%;
    background: #fff;
    font-size: 12px;
    word-break: break-all;
    border: 1px solid #ddd;
}

.sysreq__header {
    background: #eee;
}

.sysreq__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #ddd;
    min-height: 45px;
}

.sysreq__row:nth-last-child(1) {
    border: 0;
}

.sysreq__row_header {
    background: #eee;
    font-weight: 500;
}

.sysreq__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

/* tbl */
.tbl {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
    line-height: 1.2;
    color: #333;
}

.tbl__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.tbl__row:nth-last-child(1) {
    border: 0;
}

.tbl__row_header {
    background: #eee;
    font-weight: 500;
}

.tbl__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.tbl__row_characters {
    grid-template-columns: 1fr 1fr;
}

.tbl__col_num {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    min-width: 60px;
}

.tbl__col_mra {
    margin-right: auto;
}

/* prof */
.prof {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
}

.prof_max {
    max-width: 546px;
}

.prof_header {
    background: #eee;
}

.prof__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #ddd;
    min-height: 45px;
}

.prof__row:nth-last-child(1) {
    border-bottom: none;
}

.prof__row_header {
    background: #eee;
}

.prof__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 5px;
}

/* skills */
.skills {
    background: #fff;
    border: 1px solid #ddd;
}

.skills_header {
    background: #eee;
    display: none;
}

.skills__row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.skills__row:nth-last-child(1) {
    border-bottom: none;
}

.skills__row_header {
    background: #eee;
    display: none;
}

.skills__col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 0;
}

.skills__col:before {
    content: attr(data-title) ' : ';
    opacity: 0.5;
}

/* info */
.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    line-height: 1.31rem;
    background: #1F6EA8;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.info__pic {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    color: #FFF;
    font-size: 25px 20px;
}

/* alert */
.alert {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.125rem;
    color: #93671D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    background: #FFF096;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 8px;
    min-height: 70px;
}

.alert_success {
    background: #C6F8B2;
    color: #38841E;
}

.alert_mt {
    margin-top: 20px;
}

.alert_mb {
    margin-bottom: 20px;
}

.alert__icon {
    margin-right: 10px;
    font-size: 1.2rem;
}

/* short-menu */
.short-menu {
    width: 100%;
    display: grid;
    grid-gap: 5px 15px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.short-menu__item {
    text-align: center;
}

.short-menu__link {
    font-size: 14px;
    color: #329D22;
    text-decoration: none;
    position: relative;
    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 0;
    display: inline-block;
    text-align: center;
}

.short-menu__link:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 1px;
    background-color: #329D22;
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.short-menu__link_active {
    font-weight: 500;
}

.short-menu__link:hover:after,
.short-menu__link_active:after {
    opacity: 1;
}

/* dashboard */
.dashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dashboard_mb {
    margin-bottom: 30px;
}

.dashboard__short-menu {
    margin-top: 30px;
}

/* ico-coin */
.ico-coin {
    display: inline-block;
    background: url(../images/icons/ico-coin.svg) no-repeat;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* ico-cart */
.ico-cart {
    display: inline-block;
    background: url(../images/icons/ico-cart.svg) no-repeat;
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.example:not(.p):not(:nth-child(1)) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 15px;
}

.example:not(.p):not(:nth-child(1)) {
    width: 40px;
    height: 555px;
}

/* preload */
.preload {
    background-color: #18131a;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s cubic-bezier(0.64, 0.14, 0.34, 1.32);
    transition: all 0.5s cubic-bezier(0.64, 0.14, 0.34, 1.32);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.preload__logo {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.preload__fade {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@-webkit-keyframes preanimateout {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }
}

@keyframes preanimateout {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }
}

.preload__progress {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: rgb(200, 129, 107);
}

/* bar */
[data-section="bar"] {
    min-height: 48px;
    background: #18131a url(../images/bar/bg-repeat.jpg) repeat;
    z-index: 10;
}

.bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
}

.bar__sep {
    height: 26px;
    width: 1px;
    background-color: #333333;
    margin: 0 10px;
}

.bar__logotype {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 10px;
}

/* logo */
.logo {
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 0;
    line-height: 0;
}

/* scl */
.scl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -4px;
}

.scl__item {
    color: #fff;
    background-color: #452853;
    text-decoration: none;
    position: relative;
    z-index: 0;
    width: 22px;
    height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s all;
    transition: .3s all;
    font-size: 12px;
    margin: 2px 4px;
    opacity: .45;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 1px;
}

.scl__item_large {
    width: 36px;
    height: 36px;
    font-size: 18px;
}

.scl__item:hover {
    opacity: 1;
}

.scl__gwi {
    position: relative;
    z-index: 5;
}

/* Кнопка меню */
.burger {
    /* background: #1C2339; */
    border-radius: 3px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-filter: drop-shadow(0 1px 1px #000);
    filter: drop-shadow(0 1px 1px #000);
}

.burger__inner {
    height: 30px;
    width: 26px;
    position: relative;
    z-index: 0;
}

.burger__line {
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.burger__line_pos_top {
    top: 5px;
}

.burger__line_pos_middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.burger__line_pos_bottom {
    bottom: 5px;
}

.mob-nav-active .burger__line_pos_top {
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    top: 50%;
}

.mob-nav-active .burger__line_pos_middle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
}

.mob-nav-active .burger__line_pos_bottom {
    -webkit-transform: rotate(-45deg) translateY(50%);
    transform: rotate(-45deg) translateY(50%);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    bottom: 50%;
}

/* nav */
.nav__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav__close-box {
    display: none;
}

.nav__el {
    position: relative;
    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    min-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    padding-left: calc(10px * 2);
    padding-right: calc(10px * 2);
    color: #fff;
    position: relative;
    z-index: 0;
    text-align: left;
    text-transform: uppercase;
}

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

.nav__arrow {
    margin: auto 0;
    padding-left: 10px;
    cursor: pointer;
}

.nav__arrow:after {
    display: inline-block;
    font-family: 'gwi';
    content: '\f004';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 11px;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transition: .3s all;
    transition: .3s all;
    pointer-events: none;
    position: relative;
    top: -1px;
    color: #5a5a5b;
    /* @media (width >=1000px) {

        position: absolute;
        left: calc(100% + 6px);
        top: 50%;
        transform: translateY(-50%) rotateX(0);
    } */
}

/* .nav__link:hover:after {
    @media (width >=1000px) {
        transform: rotateX(180deg);
        color: var(--color-accent);
    }
} */
/* .nav__link_open:after {
    transform: rotateX(180deg);
    color: var(--color-accent);
} */
.nav__pic {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nav__ico {
    fill: inherit;
    stroke: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nav__content {
    min-width: 0;
    /* font-size: 14px;
    line-height: 14px; */
    color: inherit;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.nav__sup {
    font-size: 12px;
    top: -1.2em;
}

/* nav__link:hover */
/* nav__sub-list */
.nav__sub-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.nav__item_open~.nav__sub-list {
    display: block;
}

.nav__sub-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s all;
    transition: .2s all;
    color: #fff;
    position: relative;
    z-index: 0;
    font-size: 14px;
    text-align: left;
    padding: 15px 40px;
}

/* .nav__sub-link:before {
    @media (width >=1000px) {
        display: block;
        content: '\F006';
        font-family: var(--font-ico);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) translateX(-5px);
        opacity: 0;
        transition: .3s all;
    }
}

.nav__sub-link:hover:before {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
} */
.nav__sub-content {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.nav__sub-name {
    font-size: 18px;
    line-height: 18px;
    color: #000;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.nav__sub-desc {
    padding-top: 3px;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.nav__sub-link:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* panel */
.panel__noauth {
    display: inline-grid;
    grid-auto-flow: column;
    grid-gap: 23px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 10px 0;
    margin: auto 0;
}

.panel__auth {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
}

.panel__item {
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.panel__item:before {
    display: block;
    content: "\f006";
    font-family: 'gwi';
    color: #EECD56;
    margin-right: 6px;
    font-weight: normal;
    font-size: 15px;
}

.panel__item__user:before {
    content: "\e81c";
}

.panel__item_balance:before {
    content: "";
    background: url(../images/icons/ico-coin.svg) no-repeat;
    width: 20px;
    height: 20px;
}

/* navigation */
[data-wrapper="navigation"] {
    height: 60px;
}

[data-section="navigation"] {
    position: static;
    z-index: auto;
    background: transparent;
    border-top: 1px solid #333;
}

[data-container="navigation"] {
    position: static;
    z-index: auto;
}

.navigation {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.navigation__burger {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    position: fixed;
    top: 6px;
    right: 20px;
    z-index: 1000;
}

.navigation__panel {
    -ms-flex-item-align: center;
    align-self: center;
}

.nav-fixed [data-wrapper="navigation"] {
    position: static;
}

.nav-fixed [data-section="navigation"] {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
}

.nav-fixed [data-section="navigation"]:after {
    top: -18px;
}

.nav-fixed .navigation {
    height: 46px;
}

/* btns */
/* lbtn */
.lbtn {
    display: inline-grid;
    grid-auto-flow: column;
    grid-gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 13px;
    font-weight: 500;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all;
    text-shadow: none;
    position: relative;
    z-index: 0;
    outline: 0;
    padding: 3px 14px;
    height: 34px;
    -webkit-box-shadow: 0px 4px 12px rgba(96, 255, 70, 0.37),
        inset 0px 4px 5px rgba(255, 255, 255, 0.95);
    box-shadow: 0px 4px 12px rgba(96, 255, 70, 0.37),
        inset 0px 4px 5px rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    background: url(../images/btns/lbtn-bg-1.jpg) repeat-x;
}

.lbtn__content {
    position: relative;
    z-index: 5;
    display: inline-block;
}

.lbtn__ico {
    font-size: 17px;
    margin-right: 8px;
}

.lbtn:hover {
    -webkit-filter: brightness(110%) contrast(110%);
    filter: brightness(110%) contrast(110%);
}

/* lbtn_type_1 */
.lbtn_type_1 {
    -webkit-box-shadow: 0px 4px 12px rgba(166, 79, 255, 0.37),
        inset 0px 4px 5px rgba(255, 255, 255, 0.71);
    box-shadow: 0px 4px 12px rgba(166, 79, 255, 0.37),
        inset 0px 4px 5px rgba(255, 255, 255, 0.71);
    background: url(../images/btns/lbtn-bg-2.jpg) repeat-x;
}

/* resbtn */
.resbtn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all;
    text-shadow: none;
    position: relative;
    z-index: 0;
    outline: 0;
    padding: 15px 10px 20px 10px;
    height: 140px;
    background: #FFC700;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd950), to(#FFC700));
    background: linear-gradient(to bottom, #ffd950 0%, #FFC700 100%);
    -webkit-box-shadow: 0px 10px 18px rgba(255, 199, 0, 0.4),
        inset 0px 2px 0px rgba(255, 255, 255, 0.69),
        inset 0px -8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 18px rgba(255, 199, 0, 0.4),
        inset 0px 2px 0px rgba(255, 255, 255, 0.69),
        inset 0px -8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    border: 0;
    color: #333333;
    --text-shadow-color: rgba(255, 255, 255, 0.56);
}

.resbtn__content {
    position: relative;
    z-index: 5;
    display: inline-block;
    text-align: left;
}

.resbtn__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    text-shadow: -1px 1px 0px var(--text-shadow-color);
}

.resbtn__desc {
    font-size: 15px;
    line-height: 15px;
    margin-top: 5px;
}

.resbtn__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.resbtn__img {
    display: block;
}

.resbtn:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.resbtn:hover .resbtn__pic {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* resbtn_type_1 */
.resbtn_type_1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#31C1FF), to(#0075FF));
    background: linear-gradient(to bottom, #31C1FF 0%, #0075FF 100%);
    -webkit-box-shadow: 0px 10px 18px rgba(31, 165, 255, 0.4),
        inset 0px 2px 0px rgba(255, 255, 255, 0.69),
        inset 0px -8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 18px rgba(31, 165, 255, 0.4),
        inset 0px 2px 0px rgba(255, 255, 255, 0.69),
        inset 0px -8px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    --text-shadow-color: rgba(51, 51, 51, 0.56);
}

/* res-btns */
.res-btns {
    display: grid;
    grid-gap: 43px;
    margin-bottom: 21px;
}

/* btn */
.btn {
    display: inline-grid;
    grid-auto-flow: column;
    grid-gap: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all;
    text-shadow: none;
    position: relative;
    z-index: 0;
    outline: 0;
    padding: 6px 20px;
    height: 36px;
    background: transparent;
    border-radius: 4px;
    text-align: center;
    border: 0;
}

.btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url(../images/btns/btn-bg-0.jpg) repeat-x;
    -webkit-box-shadow: 0px 4px 12px rgba(96, 255, 70, 0.37),
        inset 0px 4px 5px rgba(255, 255, 255, 0.47);
    box-shadow: 0px 4px 12px rgba(96, 255, 70, 0.37),
        inset 0px 4px 5px rgba(255, 255, 255, 0.47);
    border-radius: 4px;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.btn:hover:after {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.btn__content {
    position: relative;
    z-index: 5;
    display: inline-block;
    /* flex-grow: 1; */
    min-width: 0;
}

.btn__desc {
    color: #ceb980;
    font-size: 11px;
    font-weight: 400;
}

.btn__ico {
    position: relative;
    z-index: 5;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn__img {
    display: block;
}

/* btn_type_1 */
.btn_type_1 {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.btn_type_1:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-16.67%, #FFD335), color-stop(117.51%, #DEB113));
    background: linear-gradient(180deg, #FFD335 -16.67%, #DEB113 117.51%);
    -webkit-box-shadow: 0px 4px 8px rgba(255, 199, 0, 0.49),
        inset 0px 4px 4px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 4px 8px rgba(255, 199, 0, 0.49),
        inset 0px 4px 4px rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

/* btn_type_2 */
.btn_type_2 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.btn_type_2:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-16.67%, #67C8FF), color-stop(121.43%, #177CB5));
    background: linear-gradient(180deg, #67C8FF -16.67%, #177CB5 121.43%);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 178, 255, 0.49),
        inset 0px -2px 1px rgba(255, 255, 255, 0.25),
        inset 0px 4px 4px rgba(255, 255, 255, 0.45);
    box-shadow: 0px 4px 8px rgba(0, 178, 255, 0.49),
        inset 0px -2px 1px rgba(255, 255, 255, 0.25),
        inset 0px 4px 4px rgba(255, 255, 255, 0.45);
    border-radius: 3px;
}

/* btn_size_large */
.btn_size_large {
    width: 238px;
    height: 52px;
    font-weight: 500;
}

/* breadcrumbs */
.breadcrumbs {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    color: #329D22;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.breadcrumbs__item:not(:nth-last-child(1)):after {
    display: block;
    content: "/";
    margin-left: 7px;
    margin-right: 7px;
}

/* .breadcrumbs__item:nth-child(1) .breadcrumbs__link:not([href]), */
.breadcrumbs__link {
    color: #329D22;
    text-decoration: none;
}

.breadcrumbs__link[href]:hover,
.breadcrumbs__link:not([href]) {
    color: #999999;
}

/* header */
.header {
    padding-top: 35px;
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header__logotype {
    text-decoration: none;
    display: block;
}

/* snews */
.snews {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.snews__slider {
    position: relative;
    z-index: 0;
}

.snews__slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 43px 15px;
    min-height: 323px;
    background-image: url(../images/snews/img-def.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 12px;
}

.snews__inner {
    max-width: 775px;
}

.snews__title {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #FFF;
    margin-bottom: 20px;
    margin-top: 0;
}

.snews__content {
    min-height: 80px;
    font-size: 1rem;
    line-height: 1.3;
    color: #FFF;
}

.snews__btn {
    margin-top: 20px;
}

.snews__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2px 0 0 0;
}

.snews__bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #FFC700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 7px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.snews__bullet_active {
    background-color: #FFC700;
}

.snews__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 10;
}

/* schedbattles */
.schedbattles {}

.schedbattles__heading {
    margin-bottom: 18px;
}

.schedbattles__events {
    display: grid;
    grid-gap: 9px;
}

.schedbattles__event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    text-align: left;
    text-decoration: none;
    font-weight: 500;
}

.schedbattles__event:hover {
    color: rgb(119, 119, 119);
}

.schedbattles__mark {
    width: 14px;
    height: 14px;
    border: 1px solid #DDD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.schedbattles__ico {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #398FCD;
    border: 1px solid #DDD;
    width: 8px;
    height: 8px;
}

.schedbattles__time {
    margin-right: 7px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.schedbattles__name {}

.schedbattles__note {
    font-size: 12px;
    color: #83949E;
    margin-bottom: -10px;
    margin-top: 10px;
}

/* shortnav */
.shortnav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.shortnav__item {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 7px 0;
}

.shortnav__item:hover {
    color: #A64FFF;
}

.shortnav__item:before {
    display: block;
    content: "";
    background: url(../images/icons/dot.svg) no-repeat;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(190, 87, 253, 0.56));
    filter: drop-shadow(0px 0px 5px rgba(190, 87, 253, 0.56));
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.shortnav__balance {
    font-weight: bold;
    color: #E8B80E;
    margin-left: 5px;
}

/* shortcp */
.shortcp {}

.shortcp__title {
    margin-bottom: 35px;
}

.shortcp__title_mb_small {
    margin-bottom: 12px;
}

.shortcp__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

.shortcp__auth:after {
    background: #DE5555;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shortcp__remind {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: underline;
    color: #329D22;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.shortcp__welcome {
    font-size: 13px;
    line-height: 15px;
    color: #333;
    margin-bottom: 20px;
}

/* widget */
.widget {
    width: 100%;
}

[id="vk_groups"] {
    width: 100% !important;
}

[id="vk_groups"] iframe {
    width: 100% !important;
}

/* lnews */
.lnews {}

.lnews__list {
    display: grid;
    grid-gap: 22px 28px;
}

/* event */
.event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.event:hover {
    background: #3384BE;
}

.event__pic {
    width: 42px;
    height: 42px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    display: none;
}

.event__container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.event__btn {
    margin-bottom: 3px;
    margin-top: 6px;
    margin-left: auto;
}

.event__btn .btn__ico {
    top: 1px;
}

.event__type {
    font-weight: bold;
    text-transform: uppercase;
}

.event__date {
    font-size: 12px;
    line-height: 13px;
    color: #FFF;
    margin-top: 5px;
}

/* author */
.author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #83949E;
}

.author__logo_ml {
    margin-left: 3px;
}

/* fnav */
.fnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fnav__box {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fnav__header {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    /* color: #FFF; */
}

.fnav__list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.fnav__el {
    margin-bottom: 11px;
}

.fnav__link {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #A2A0A3;
    text-transform: uppercase;
}

.fnav__link:hover {
    color: #A64FFF;
    opacity: 1;
}

/* footer */
[data-section="footer"] {
    background: #0E283A url(../images/footer/bg-repeat.jpg) repeat;
}

[data-section="footer"]:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    background: url(../images/footer/bg-top.png) no-repeat center top;
    height: 20px;
}

.footer {
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 44px;
    padding-bottom: 44px;
    min-height: 262px;
    display: grid;
    grid-gap: 30px;
}

.footer__logo {
    display: block;
    text-decoration: none;
}

.footer__desc {
    font-size: 13px;
    line-height: 14px;
    color: #83949E;
    margin-top: 4px;
    margin-bottom: 18px;
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__link {
    margin-right: 12px;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: underline;
    color: #83949E;
    margin-bottom: 5px;
}

.footer__link:hover {
    text-decoration: none;
}

.footer__fnav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    grid-template-columns: auto auto auto;
    grid-gap: 0 10px;
}

.footer__contacts {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__authors {
    font-size: 13px;
    color: #83949E;
}

.footer__bnrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.footer__bnrs a {
    margin: 5px 15px;
    display: block;
}

/* news */
.news__list {
    display: grid;
    grid-gap: 22px;
}

/* pagination */
.pagination {
    display: grid;
    grid-template-columns: repeat(auto-fill, 28px);
    grid-gap: 6px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pagination_mt {
    margin-top: 30px;
}

.pagination__item {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 16px;
    color: #A64FFF;
    border: 1px solid #A64FFF;
    background: #FFF;
    font-weight: 500;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.pagination__item_active {
    background: #A64FFF;
    pointer-events: none;
    color: #fff;
}

.pagination__item:hover {
    background: rgba(166, 79, 255, 0.6);
    color: #fff;
}

.pagination__link {
    text-decoration: none;
    color: currentColor;
    text-align: center;
    line-height: 28px;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .2s all;
    transition: .2s all;
}

/* fullnews */
.fullnews {}

.fullnews__type {
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    margin-right: 8px;
    font-size: 1.5rem;
    line-height: 1.7rem;
}

.fullnews__title {
    margin: 0;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.7rem;
}

.fullnews__date {
    font-size: 14px;
    line-height: 1.2;
    color: #83949E;
    position: relative;
    z-index: 0;
    margin-top: 4px;
}

.fullnews__date:before {
    display: inline-block;
    content: '\e825';
    font-family: "gwi";
    margin-right: 6px;
    font-size: 15px;
}

.fullnews__heading {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

.fullnews__info {
    margin-top: 20px;
    margin-bottom: 15px;
    display: grid;
    grid-gap: 3px;
    color: #329D22;
}

.fullnews__content {}

/* features */
.features {}

/* dwl */
.dwl {
    display: grid;
    grid-gap: 20px;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fit, minmax(180px, auto));
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.dwl__link {
    height: 42px;
    border: 2px solid #F3CA39;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    color: #896B00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.dwl__link:hover {
    background-color: #F3CA39;
}

.dwl__btn {
    padding-left: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 3px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    height: 42px;
}

.dwl__btn:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-16.67%, #FFE073), color-stop(121.43%, #E8B500));
    background: linear-gradient(180deg, #FFE073 -16.67%, #E8B500 121.43%);
    -webkit-box-shadow: 0px 4px 14px rgba(238, 193, 31, 0.5),
        inset 0px 1px 2px rgba(255, 255, 255, 0.71),
        inset 0px -2px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 4px 14px rgba(238, 193, 31, 0.5),
        inset 0px 1px 2px rgba(255, 255, 255, 0.71),
        inset 0px -2px 0px rgba(0, 0, 0, 0.13);
    border-radius: 3px;
}

/* interface */
.interface-table {
    background: #fff;
    font-size: 13px;
    line-height: 15px;
    color: #333;
    font-weight: 400;
    display: grid;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

[class*='interface-col'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.interface-col-1 {
    background: #eee;
    text-align: center;
    color: #333;
    font-weight: 500;
}

.interface-col-2 {}

.interface-table-num {
    width: 20px;
    text-align: left;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

.interface-table-name {
    /* white-space: nowrap; */
    text-align: left;
}

/* instr */
.instr-list {
    display: grid;
    grid-gap: 42px
}

.instr_mb {
    margin-bottom: 20px;
}

.instr__container {
    font-size: 14px;
    color: #333;
}

.instr__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 0;
}

[class*='manual-arrow'] {
    position: relative;
}

[class*='manual-arrow']:before {
    display: block;
    content: "";
    position: absolute;
}

/* instrhort */
.instrhort {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 17px;
    font-size: 14px;
    color: #333;
}

.instrhort__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* kb */
.kb {
    background: #fff;
    color: #333;
    font-size: 12px;
    line-height: 17px;
    word-wrap: break-word;
    border: 1px solid #ddd;
}

.kb__box {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
}

.kb__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 25px;
    background: #eee;
    border-right: 1px solid #ddd;
}

.kb__control {
    display: grid;
    grid-template-columns: 50% 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
}

.kb__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 25px;
}

.kb__txt {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 6px;
}

.kb__pt {
    padding-top: 10px;
}

.kb__pb {
    padding-bottom: 10px;
}

.kb__bl {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
}

.kb__bb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

/* mouse */
.mouse-list {
    display: grid;
    grid-gap: 25px;
}

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

.mouse__pic {
    width: 74px;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mouse__container {
    font-size: 12px;
    line-height: 15px;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
}

.mouse__title {
    font-weight: bold;
}

.mouse__content {}

/* manual */
.manual {
    /* @media (width >=1000px) {
        padding: 0 12px;
    } */
}

.manual__interface-table {
    max-width: 756px;
    margin: 0 auto;
}

.manual__section {
    position: relative;
    z-index: 0;
}

.manual__section_mouse {
    max-width: 700px;
}

.manual__instrhort {
    margin-bottom: 28px;
}

.manual__box-max {
    max-width: 780px;
}

/* class */
.class {
    position: relative;
    z-index: 0;
}

.class__container {
    margin-top: 20px;
}

.class__pic {
    display: none;
    position: relative;
    z-index: -1;
}

.class__image {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 350px;
}

/* cls */
.cls {
    --cls-bg-img: url(../images/classes/warrior__bg.jpg);
    --cls-bg-color: #FF9A9A;
    --cls-text-color: #A33333;
}

.cls_warrior {
    --cls-bg-img: url(../images/classes/warrior__bg.jpg);
    --cls-bg-color: #FF9A9A;
    --cls-text-color: #A33333;
}

.cls_archer {
    --cls-bg-img: url(../images/classes/archer__bg.jpg);
    --cls-bg-color: #7CDA6D;
    --cls-text-color: #1B6010;
}

.cls_mage {
    --cls-bg-img: url(../images/classes/mage__bg.jpg);
    --cls-bg-color: #F19BFF;
    --cls-text-color: #751F83;
}

.cls__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #FFF;
    text-align: center;
    position: relative;
    z-index: 0;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

.cls__title:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 20%;
    top: calc(100% + 2px);
    height: 2px;
    background-color: #ffe536;
}

.cls__container {
    width: 100%;
    height: 107px;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    background-image: var(--cls-bg-img);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
}

.cls__picture {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: .3s all;
    transition: .3s all;
    /* max-width: 60%; */
}

.cls__img {
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    display: block;
}

.cls__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 0;
}

.cls__btns:after {
    display: block;
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 2px;
    background-color: var(--cls-bg-color);
}

.cls__btn {
    text-align: center;
    font-size: 15px;
    color: var(--cls-text-color);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    -webkit-transition: .3s all;
    transition: .3s all;
    background: #FFF;
    border: 1px solid var(--cls-bg-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 17px;
    font-weight: 500;
}

.cls__btn_active,
.cls__btn:hover {
    background-color: var(--cls-bg-color);
}

/* classes */
.classes {
    display: grid;
    grid-gap: 40px 20px;
}

.classes__cls {}

/* installer */
.installer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.installer__pic {
    max-width: 53px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.installer__content {
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
}

.installer__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.installer__btn {
    margin: 3px 6px;
    min-height: 34px;
    min-width: 60px;
    font-size: 12px;
}

/* download */
.download {}

.download_max {
    max-width: 800px;
}

.download__downloader {
    margin-top: 10px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 53px 1fr;
    grid-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.download__pic {
    margin-top: -5px;
    display: none;
}

.download__installer {
    margin: 10px 0;
}

.download__info {
    margin-top: 20px;
}

/* shop */
.shop {}

/* product */
.product {
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;
    z-index: 0;
}

.product_hov {
    position: relative;
    z-index: 0;
}

.product_hov:after,
.product_active:after {
    display: block;
    content: "";
    background: #F8F1FF;
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0;
    left: -25px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.product_hov:hover:after,
.product_active:after {
    opacity: 1;
}

.product_active {
    padding-bottom: 20px;
}

.product__picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 78px;
    margin-right: 10px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3px;
}

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

.product__cotainer {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product__title {
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    color: #329D22;
    margin-bottom: 3px;
    min-height: 28px;
}

.product__content {
    font-size: 12px;
    line-height: 13px;
    color: #333;
}

.product__box {
    min-width: 190px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #E3B100;
    padding-top: 7px;
    padding-bottom: 7px;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__btns {}

.product__btn {
    min-width: 124px;
    min-height: 34px;
    padding-left: 27px;
    padding-right: 27px;
}

.product__alert {
    margin-bottom: 10px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #D2A60A;
    font-weight: 500;
}

.product__alert-icon {
    font-size: 20px;
    margin-right: 10px;
}

.product__char {
    margin-top: 10px;
}

.product__char-content {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
    color: #329D22;
    margin-top: 5px;
}

.product__selection {
    width: 100%;
    max-width: 200px;
    margin-top: 5px;
}

/* shopnav */
.shopnav {}

.shopnav__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.shopnav__el {
    margin: 0;
    padding: 0;
}

.shopnav__el:not(:nth-child(1)) .shopnav__item {
    border-top: 1px solid #ddd;
}

.shopnav__el_active {}

.shopnav__item {
    min-height: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 40px 7px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid transparent;
    position: relative;
    z-index: 0;
    width: 100%;
    cursor: pointer;
}

.shopnav__discount {
    margin-left: auto;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    color: #FFF;
    text-transform: uppercase;
    background: #FF5C5C;
    border-radius: 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 7px;
}

.shopnav__marker {
    background: transparent url(../images/shopnav/arrow-down.svg) no-repeat;
    width: 12px;
    height: 7px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.shopnav__el_active .shopnav__marker {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.shopnav__marker:after {
    content: "";
    display: block;
    width: 2px;
    background-color: #398FCD;
    position: absolute;
    top: 4px;
    left: calc(50% - 1px);
    bottom: 4px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.shopnav__el_active .shopnav__marker:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: 0;
}

.shopnav__sublist {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
}

.shopnav__subel {
    padding: 0;
    margin: 0;
}

.shopnav__subitem {
    background: #F8F1FF;
    min-height: 50px;
    text-decoration: none;
    font-size: 14px;
    line-height: 13px;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 40px 7px 20px;
}

.shopnav__subitem:hover,
.shopnav__subitem_active {
    color: rgb(124, 124, 124);
}

/* cp */
.cp {}

/* scrolltop */
.scrolltop-container {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -35px);
    transform: translate(-50%, -35px);
    top: 0;
    z-index: 20;
}

.scrolltop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    background: url(../images/scrolltop/scrolltop.png) no-repeat;
}

.scrolltop:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

/* appform */
.appform {
    font-size: 14px;
    line-height: 1.2;
    color: #333;
}

.appform__list {
    counter-reset: i;
    padding: 0;
    margin: 0;
    padding-left: 25px;
    list-style-type: none;
    max-width: 380px;
}

.appform__item {
    counter-increment: i;
    position: relative;
    z-index: 0;
    margin-top: 30px;
}

.appform__item:before {
    content: counter(i) ".";
    display: inline-block;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: 0;
    right: calc(100% + 10px);
}

.appform__item_field:before {
    top: 7px;
}

.appform__checkbox {
    font-size: inherit;
}

.appform__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

/* ww */
.ww {
    max-width: 460px;
    width: 100%;
    /* box-shadow: none; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Gotham Pro", "Open Sans", Arial, Tahoma, sans-serif;
}

.ww__inner {
    background: transparent;
    border: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ww__body {
    padding: 35px 15px;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07),
        inset 0px 9px 0px #B063FF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07),
        inset 0px 9px 0px #B063FF;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.ww__close {
    width: 22px;
    height: 22px;
    background: #C4C4C4;
    display: block;
    position: absolute;
    top: 15px;
    right: 7px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    background-size: contain;
    border-radius: 50%;
}

.ww__close:before,
.ww__close:after {
    display: block;
    content: "";
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: 5px;
    right: 5px;
    height: 2px;
    border-radius: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.ww__close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ww__close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ww__close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* .ww__close:hover:before,
.ww__close:hover:after {
    filter: brightness(120%);
    transform: rotate(0);
} */
.ww__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
}

.ww__desc {
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0;
}

.ww__content {
    position: relative;
    z-index: 5;
}

/* fancybox */
.fancybox-container {
    z-index: 666 !important;
}

.fancybox-content {
    padding: 0;
    background: transparent;
}

.fancybox-bg {
    background: #130b34;
    background: rgb(0, 0, 0);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.7;
}

/* Custom animation */
.fancybox-is-open .fancybox-content {
    -webkit-animation: fadeInDown 0.5s ease;
    animation: fadeInDown 0.5s ease;
}

.fancybox-is-closing .fancybox-content {
    -webkit-animation: fadeOutDown 0.5s ease;
    animation: fadeOutDown 0.5s ease;
}

/* def */
.width-full {
    width: 100%;
}

.hidden {
    display: none;
}

.tt-uppercase {
    text-transform: uppercase;
}

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

[class^="gwi_"]:before,
[class*=" gwi_"]:before {
    margin: 0;
}

.pr {
    padding-right: 10px;
}

.pl {
    padding-left: 10px;
}

.pt {
    padding-top: 10px;
}

.pb {
    padding-bottom: 10px;
}

.mr {
    margin-right: 10px;
}

.ml {
    margin-left: 10px;
}

.mt {
    margin-top: 10px;
}

.mb {
    margin-bottom: 10px;
}

.m {
    margin: 10px;
}

.mra {
    margin-right: auto;
}

.mla {
    margin-left: auto;
}

.mta {
    margin-top: auto;
}

.ma {
    margin: auto;
}

.mba {
    margin-bottom: auto;
}

.mr0 {
    margin-right: 0;
}

.ml0 {
    margin-left: 0;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.m0 {
    margin: 0;
}

/* title ranks */
.title-rank-1 {
    background: url(../images/title-rank/1.png) no-repeat;
    background-size: 64px 64px;
    height: 64px;
    width: 64px;
}

.title-rank-2 {
    background: url(../images/title-rank/2.png) no-repeat;
    background-size: 64px 64px;
    height: 64px;
    width: 64px;
}

.title-rank-3 {
    background: url(../images/title-rank/3.png) no-repeat;
    background-size: 64px 64px;
    height: 64px;
    width: 64px;
}

.title-rank-4 {
    background: url(../images/title-rank/4.png) no-repeat;
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}

.title-rank-5 {
    background: url(../images/title-rank/5.png) no-repeat;
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}

.title-rank-6 {
    background: url(../images/title-rank/6.png) no-repeat;
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}

.title-rank-7 {
    background: url(../images/title-rank/7.png) no-repeat;
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}

.title-rank-8 {
    background: url(../images/title-rank/8.png) no-repeat;
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}

.title-rank-9 {
    background: url(../images/title-rank/9.png) no-repeat;
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}

.title-rank-10 {
    background: url(../images/title-rank/10.png) no-repeat;
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}

/* faction icons */
.faction-light {
    height: 32px;
    width: 32px;
    background: url(../images/faction/light.png) no-repeat;
    background-size: 32px 32px;
}

.faction-dark {
    height: 32px;
    width: 32px;
    background: url(../images/faction/dark.png) no-repeat;
    background-size: 32px 32px;
}

.faction-chaos {
    height: 32px;
    width: 32px;
    background: url(../images/faction/chaos.png) no-repeat;
    background-size: 32px 32px;
}

.class-novice {
    height: 32px;
    width: 32px;
    background: url(../images/class/novice.png) no-repeat;
    background-size: 32px 32px;
}

.class-warrior {
    height: 32px;
    width: 32px;
    background: url(../images/class/warrior.png) no-repeat;
    background-size: 32px 32px;
}

.class-archer {
    height: 32px;
    width: 32px;
    background: url(../images/class/archer.png) no-repeat;
    background-size: 32px 32px;
}

.class-mage {
    height: 32px;
    width: 32px;
    background: url(../images/class/mage.png) no-repeat;
    background-size: 32px 32px;
}

/* colors */
.color-light {
    color: #e8d1a6;
}

.color-red {
    color: rgb(255, 39, 39);
}

.color-yellow {
    color: #fcfc41;
}

.color-orange {
    color: #FFC700;
}

.color-purple {
    color: #A64FFF;
}

.color-pink {
    color: rgb(255, 117, 140);
}

.color-light-blue {
    color: rgb(87, 160, 206);
}

.color-blue {
    color: #398FCD;
}

.color-green {
    color: #329D22;
}

.color-grey {
    color: #c5c1c1;
}

.color-white {
    color: white;
}

.color-aqua {
    color: #56DCEE;
}

/* bg */
.bg-light {
    background-color: #e8d1a6;
}

.bg-red {
    background-color: rgb(255, 39, 39);
}

.bg-yellow {
    background-color: #fcfc41;
}

.bg-orange {
    background-color: #FFC700;
}

.bg-purple {
    background-color: #A64FFF;
}

.bg-pink {
    background-color: rgb(255, 117, 140);
}

.bg-light-blue {
    background-color: rgb(87, 160, 206);
}

.bg-blue {
    background-color: #398FCD;
}

.bg-green {
    background-color: #329D22;
}

.bg-grey {
    background-color: #c5c1c1;
}

.bg-white {
    background-color: white;
}

.bg-aqua {
    background-color: #56DCEE;
}

/* other */
.sbttl {
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
}

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

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

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

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fs09 {
    font-size: 0.9em;
}

.fs095 {
    font-size: 0.95em;
}

.fs11 {
    font-size: 1.1em;
}

.fs12 {
    font-size: 1.2em;
}

.fs13 {
    font-size: 1.3em;
}

.fs14 {
    font-size: 1.4em;
}

.fs15 {
    font-size: 1.5em;
}

.fs2 {
    font-size: 2em;
}

.clear {
    clear: both;
}

/* animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInleft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInleft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (min-width: 300px) {
    .werwer1000px {
        width: 20px;
        height: 15px;
    }
}

@media (min-width: 360px) {
    .bar__sep {
        margin: 0 20px
    }
}

@media (min-width: 380px) {
    .sysreq__row {
        grid-template-columns: 100px 1fr 1fr
    }
}

@media (min-width: 400px) {
    .breadcrumbs {
        font-size: 1.125rem
    }

    .shortcp__btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .shortcp__auth {
        margin-right: 20px
    }

    .shortcp__remind {
        margin: 0
    }

    .download__pic {
        display: block
    }

    .appform__list {
        padding-left: 0
    }

    .appform__item:before {
        right: calc(100% + 15px)
    }

    .ww__body {
        padding: 35px 50px
    }

    .ww__title {
        font-size: 1.5rem
    }
}

@media (min-width: 450px) {
    .short-menu {
        grid-auto-flow: column
    }

    .resbtn {
        padding: 15px 20px 20px 25px
    }
}

@media (min-width: 500px) {
    html {
        font-size: 14px
    }

    .more {
        font-size: 14px;
        line-height: 16px
    }

    .content-box {
        font-size: 14px
    }

    .content {
        font-size: 14px
    }

    .event {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

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

    .event__btn {
        margin-top: auto;
        margin-left: 15px
    }

    .mouse__container {
        font-size: 14px;
        line-height: 17px
    }

    .installer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .installer__container {
        padding-right: 20px
    }

    .installer__content {
        font-size: 15px;
        line-height: 17px
    }

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

    .product__title {
        font-size: 15px;
        line-height: 18px
    }

    .product__content {
        font-size: 13px;
        line-height: 16px
    }

    .product__bar {
        padding-top: 4px;
        padding-bottom: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .product__char {
        width: 100%
    }
}

@media (min-width: 540px) {
    .bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-right: 40px
    }

    .bar__sep_1 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .bar__sep_2 {
        -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
        order: 30
    }

    .bar__logotype {
        width: auto;
        margin: 0
    }

    .bar__lang {
        -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
        order: 20
    }

    .bar__games {
        -webkit-box-ordinal-group: 41;
        -ms-flex-order: 40;
        order: 40
    }

    .bar__social {
        -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
        order: 50;
        margin-left: auto
    }

    .navigation__burger {
        top: 8px
    }
}

@media (min-width: 600px) {
    .box {
        font-size: 14px
    }

    .post {
        grid-gap: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .post__pic {
        width: 175px;
        margin-right: 12px
    }

    .post__img {
        height: auto
    }

    .post__date {
        margin-right: auto
    }

    .post__info {
        grid-gap: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .post__content {
        margin-bottom: 25px
    }

    .post__content_mb_small {
        margin-bottom: 12px
    }

    .sysreq__row {
        grid-template-columns: 150px 1fr 1fr
    }

    .sysreq__col {
        padding: 5px 15px
    }

    .snews__slide {
        padding-left: 26px;
        padding-right: 26px;
        padding-bottom: 27px
    }

    .snews__title {
        font-size: 2rem;
        line-height: 2.2rem
    }

    .snews__arrows {
        left: 230px;
        bottom: 34px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .fullnews__date {
        margin-left: 7px
    }

    .fullnews__info {
        grid-gap: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .interface-table {
        font-size: 15px;
        line-height: 17px;
        grid-template-columns: 200px 1fr
    }

    [class*='interface-col'] {
        min-height: 60px;
        padding: 10px 10px 10px 20px
    }

    .kb__box {
        grid-template-columns: 150px 1fr
    }

    .kb__name {
        font-size: 15px
    }

    .kb__cat {
        font-size: 15px
    }

    .kb__txt {
        padding: 8px 13px
    }

    .kb__txt_lg {
        padding: 8px 8px
    }

    .kb__pt {
        padding-top: 15px
    }

    .kb__pb {
        padding-bottom: 15px
    }
}

@media (min-width: 650px) {
    .choise__content_adaptive {
        display: block
    }

    .instr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .instr__pic {
        width: 36%;
        margin: 0 13px 0 0;
        max-width: 350px
    }

    .instr__pic_large {
        width: 46%;
        margin: 0 13px 0 0
    }

    .classes {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (min-width: 700px) {
    .tbl {
        font-size: 15px
    }

    .skills_header {
        display: block
    }

    .skills__row {
        display: grid;
        grid-template-columns: 60px 15% 10% 10% 1fr 12%;
        padding: 0 10px;
        min-height: 45px
    }

    .skills__row_header {
        display: grid
    }

    .skills__col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 14px 5px
    }

    .skills__col_desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
        padding-left: 20px
    }

    .skills__col_lvl {
        white-space: nowrap
    }

    .skills__col:before {
        content: none
    }

    .panel__item {
        font-size: 15px;
        line-height: 17px
    }

    .shortcp__welcome {
        font-size: 14px;
        line-height: 16px
    }

    .product__char {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .product__char-content {
        margin-top: 0;
        margin-right: 14px;
        font-size: 16px
    }

    .product__selection {
        margin-top: 0;
        margin-right: 12px
    }
}

@media (min-width: 800px) {
    .social__content {
        display: block
    }

    .header {
        min-height: 470px
    }

    .header__logotype {
        margin-bottom: 68px
    }

    .snews__slide {
        padding-left: 38px;
        padding-right: 38px
    }

    .footer {
        /* display: flex;
        gap: 0; */
        grid-template-columns: 250px 1fr
    }

    .footer__fnav {
        margin-left: 20px;
        margin-right: auto;
        grid-gap: 0 30px
    }
}

@media (min-width: 1000px) {
    html {
        font-size: 16px
    }

    .pad-md {
        padding: 0 12px
    }

    .wrap {
        grid-auto-flow: dense;
        grid-template-columns: 1fr 333px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .content {
        grid-gap: 20px
    }

    .werwer1000px {
        width: 20px;
        height: 15px;
    }

    [data-section="bar"] {
        height: 48px
    }

    .bar {
        padding-right: 0
    }

    .burger {
        display: none
    }

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

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

    .nav__el {
        margin-right: 44px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nav__link {
        min-height: 30px;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    .nav__item {
        cursor: pointer
    }

    .nav__content:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -1px;
        height: 2px;
        background-color: #A64FFF;
        -webkit-transition: .3s all;
        transition: .3s all;
        opacity: 0
    }

    .nav__el>.nav__link:hover .nav__content:before {
        opacity: 1
    }

    .nav__el>.nav__link:hover .nav__content {
        color: #A64FFF
    }

    .nav__sub-list {
        position: absolute;
        left: 0;
        top: calc(100% - 2px);
        background-color: #fff;
        -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07),
            inset 0px 5px 0px #B063FF;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07),
            inset 0px 5px 0px #B063FF;
        border-radius: 5px;
        border: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #333;
        padding: 10px 15px;
        pointer-events: all;
        min-width: 207px;
        -webkit-filter: drop-shadow(0px 11px 42px rgba(0, 0, 0, 0.19));
        filter: drop-shadow(0px 11px 42px rgba(0, 0, 0, 0.19));
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }

    .nav__item_open~.nav__sub-list,
    .nav__item:hover~.nav__sub-list,
    .nav__sub-list:hover {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    .nav__sub-link {
        padding: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #333;
        white-space: nowrap;
        padding: 10px 0;
        min-height: 30px
    }

    .nav__sub-link:hover {
        color: #797979
    }

    [data-wrapper="navigation"] {
        position: relative;
        z-index: 5
    }

    [data-section="navigation"]:after {
        display: block;
        content: "";
        background: transparent url(../images/navigation/bg.png) no-repeat center top;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 98px;
        z-index: -1;
        pointer-events: none;
        -webkit-transition: .3s all;
        transition: .3s all
    }

    .navigation {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navigation__panel {
        margin-left: auto
    }

    .snews {
        min-height: 293px;
        margin-bottom: 18px
    }

    .author {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .fnav__link {
        font-size: 14px;
        line-height: 17px
    }

    .footer {
        /* display: flex;
        gap: 0; */
        grid-template-columns: 250px 1fr 200px
    }

    .footer__contacts {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .footer__authors {
        text-align: right
    }

    .instr__pic_large {
        width: 55%
    }

    .manual-arrow-1:before {
        background: url(../images/manual/arrow-1.png) no-repeat;
        width: 44px;
        height: 115px;
        left: calc(100% - 4px);
        bottom: calc(100% - 70px)
    }

    .manual-arrow-2:before {
        background: url(../images/manual/arrow-2.png) no-repeat;
        width: 26px;
        height: 87px;
        right: calc(100% + 0px);
        bottom: -33px;
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    .manual-arrow-3:before {
        background: url(../images/manual/arrow-3.png) no-repeat;
        width: 35px;
        height: 90px;
        right: calc(100% - 5px);
        top: calc(100% - 6px)
    }

    .manual-arrow-4:before {
        background: url(../images/manual/arrow-4.png) no-repeat;
        width: 38px;
        height: 89px;
        left: calc(100% - 12px);
        top: calc(100% - 6px)
    }

    .manual-arrow-5:before {
        background: url(../images/manual/arrow-5.png) no-repeat;
        width: 116px;
        height: 87px;
        left: calc(100%);
        top: calc(100% - 10px)
    }

    .manual-arrow-6:before {
        background: url(../images/manual/arrow-6.png) no-repeat;
        width: 45px;
        height: 113px;
        left: calc(100% - 20px);
        top: calc(100% - 60px)
    }
}

@media (min-width: 1100px) {
    .class__container {
        display: grid;
        grid-template-columns: 1fr calc(100% / 4);
        grid-gap: 10px 40px
    }

    .class__pic {
        display: block;
        margin-top: 45px
    }
}

@media (min-width: 1170px) {
    .manual-arrow-1:before {
        bottom: calc(100% + 1px)
    }

    .kb {
        display: grid;
        grid-template-columns: 54% 1fr
    }

    .kb__bb_hide {
        border-bottom: 0
    }

    .kb__box_lg {
        display: grid;
        grid-template-columns: 120px 1fr;
        word-wrap: normal
    }

    .kb__cat_lg {
        background-color: transparent;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

    .kb__control_lg {
        display: grid;
        grid-template-columns: 90px 1fr
    }
}

@media (min-width: 1200px) {
    .sysreq {
        font-size: 15px;
        word-break: normal
    }

    .footer {
        /* display: flex;
        gap: 0; */
        grid-template-columns: 420px 1fr 200px
    }

    .product__title {
        font-size: 18px;
        line-height: 21px
    }

    .product__content {
        font-size: 14px;
        line-height: 16px
    }
}

@media (min-width: 1300px) {
    .footer__fnav {
        grid-gap: 0 66px
    }

    .product__alert {
        width: auto;
        margin-left: 30px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .product__char {
        width: auto;
        margin-left: 20px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .product__char-content {
        white-space: nowrap
    }
}

@media (min-width: 1400px) {
    .short-menu {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .dashboard__short-menu {
        width: auto;
        margin-top: 0;
        margin-left: auto
    }

    .class__container {
        grid-template-columns: 1fr 260px
    }

    .classes {
        grid-gap: 40px 74px
    }
}

@media (min-width: 1450px) {
    .kb {
        font-size: 15px;
        grid-template-columns: 48% 1fr
    }
}

@media (min-width: 1500px) {
    .first-post {
        grid-row: span 4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 25px;
    }

    .first-post__pic {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: auto;
        margin: 0;
    }

    .first-post__pic:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 13, 21, 0)), color-stop(107.29%, #0D0D15));
        background: linear-gradient(180deg, rgba(13, 13, 21, 0) 0%, #0D0D15 107.29%);
    }

    .first-post__container {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .first-post__title {
        color: #fff;
        font-size: 1.5rem;
    }

    .first-post__content {
        color: #fff;
    }

    .first-post__accent {
        color: #FFC700;
    }

    .lnews__list {
        grid-template-columns: minmax(250px, 464px) 1fr
    }
}

@media (min-width: 2000px) {
    .werwer1000px {
        width: 20px;
        height: 15px;
    }
}

@media (max-width: 1200px) {
    .werwer1200px {
        width: 20px;
        height: 15px;
    }
}

@media (max-width: 1169px) {
    .kb__hide {
        display: none
    }
}

@media (max-width: 1000px) {
    .example__block {
        width: 20px;
        height: 15px;
    }

    .example {
        width: 20px;
        height: 15px;
    }

    .werwer1000px {
        width: 20px;
        height: 15px;
    }
}

@media (max-width: 999px) {
    .nav {
        position: fixed;
        z-index: 100;
        top: 0;
        right: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: rgba(26, 31, 53, 0.95);
        /* opacity: 0; */
        visibility: hidden;
        -webkit-transition: .3s all;
        transition: .3s all;
        min-height: 100vh;
        height: 100vh;
        padding-top: 10vh;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
    }

    .mob-nav-active .nav {
        opacity: 1;
        visibility: visible;
        overflow: auto;
    }

    .nav__list {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: .3s all .2s;
        transition: .3s all .2s;
        /* min-height: 100vh; */
        height: auto;
        /* margin: auto 0; */
    }

    .mob-nav-active .nav__list {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .nav__close-box {
        padding-right: 60px;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mob-nav-active {
        overflow: hidden;
    }

    .nav__arrow {
        width: 20px;
        height: 20px;
        background-color: #fff;
        border-radius: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000;
        padding-left: 0;
    }

    .nav__arrow:after {
        top: 1px;
        font-size: 12px;
    }
}

@media (max-width: 460px) {
    .preload {
        display: none
    }
}
