/* rest_artatom */
p, span, h1, h2, h3, h4, h5, h6, applet, object, iframe, pre, a, abbr, acronym, address, big, cite, code, del, dfn, ins, kbd, q, s, samp, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend, article, aside, button, canvas, details, embed, figure, figcaption, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    line-height: 1.15;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

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

caption, th, td {
    vertical-align: baseline;
    text-align: left;
}

ol, ul {
    list-style: none;
}

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio, canvas, progress, video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, [hidden] {
    display: none;
}

/* Links
   ========================================================================== */
/**
	 * 1. Remove the gray background on active links in IE 10.
	 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
	 */
a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
	 * Remove the outline on focused links when they are also active or hovered
	 * in all browsers (opinionated).
	 */
a:active, a:hover {
    outline-width: 0;
}

/* Embedded content
   ========================================================================== */
/**
	 * Remove the border on images inside links in IE 10-.
	 */
img {
    max-width: 100%;
    border-style: none;
    vertical-align: baseline;
}

/**
	 * Hide the overflow in IE.
	 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
	 * 1. Correct the inheritance and scaling of font size in all browsers.
	 * 2. Correct the odd `em` font sizing in all browsers.
	 */
code, kbd, pre, samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
	 * Add the correct margin in IE 8.
	 */
figure {
    margin: 1em 40px;
}

/**
	 * 1. Add the correct box sizing in Firefox.
	 * 2. Show the overflow in Edge and IE.
	 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
	 * 1. Change font properties to `inherit` in all browsers (opinionated).
	 * 2. Remove the margin in Firefox and Safari.
	 */
button, input, optgroup, select, textarea {
    background: 0 none;
    font: inherit; /* 1 */
    margin: 0; /* 2 */
}

/**
	 * Restore the font weight unset by the previous rule.
	 */
optgroup {
    font-weight: 700;
}

/**
	 * Show the overflow in IE.
	 * 1. Show the overflow in Edge.
	 */
button, input { /* 1 */
    overflow: visible;
}

button {
    cursor: pointer; /* 1 */
    border: 0 none;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/**
	 * Remove the inheritance of text transform in Edge, Firefox, and IE.
	 * 1. Remove the inheritance of text transform in Firefox.
	 */
button, select { /* 1 */
    text-transform: none;
}

/**
	 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
	 *    controls in Android 4.
	 * 2. Correct the inability to style clickable types in iOS and Safari.
	 */
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
	 * Remove the inner border and padding in Firefox.
	 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
	 * Restore the focus styles unset by the previous rule.
	 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
	 * Change the border, margin, and padding in all browsers (opinionated).
	 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
	 * 1. Correct the text wrapping in Edge and IE.
	 * 2. Correct the color inheritance from `fieldset` elements in IE.
	 * 3. Remove the padding so developers are not caught out when they zero out
	 *    `fieldset` elements in all browsers.
	 */
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 */
}

/**
	 * Remove the default vertical scrollbar in IE.
	 */
textarea {
    overflow: auto;
}

/**
	 * 1. Add the correct box sizing in IE 10-.
	 * 2. Remove the padding in IE 10-.
	 */
[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
	 * Correct the cursor style of increment and decrement buttons in Chrome.
	 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
	 * 1. Correct the odd appearance in Chrome and Safari.
	 * 2. Correct the outline style in Safari.
	 */
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
	 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
	 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
	 * Correct the text style of placeholders in Chrome, Edge, and Safari.
	 */
::-webkit-input-placeholder {
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
    opacity: 0.54;
}

/**
	 * 1. Correct the inability to style clickable types in iOS and Safari.
	 * 2. Change font properties to `inherit` in Safari.
	 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* / rest_artatom */
@font-face {
    font-family: 'AdelleCyrillicRegular';
    src: url('../fonts/AdelleCyrillicRegular.eot');
    src: url('../fonts/AdelleCyrillicRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AdelleCyrillicRegular.woff2') format('woff2'),
    url('../fonts/AdelleCyrillicRegular.woff') format('woff'),
    url('../fonts/AdelleCyrillicRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AdelleCyrillicSemiBold';
    src: url('../fonts/AdelleCyrillicSemiBold.eot');
    src: url('../fonts/AdelleCyrillicSemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AdelleCyrillicSemiBold.woff2') format('woff2'),
    url('../fonts/AdelleCyrillicSemiBold.woff') format('woff'),
    url('../fonts/AdelleCyrillicSemiBold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AdelleCyrillicBold';
    src: url('../fonts/AdelleCyrillicBold.eot');
    src: url('../fonts/AdelleCyrillicBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AdelleCyrillicBold.woff2') format('woff2'),
    url('../fonts/AdelleCyrillicBold.woff') format('woff'),
    url('../fonts/AdelleCyrillicBold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'geometriaregular';
    src: url('../fonts/geometria-webfont.eot');
    src: url('../fonts/geometria-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/geometria-webfont.woff2') format('woff2'),
    url('../fonts/geometria-webfont.woff') format('woff'),
    url('../fonts/geometria-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'geometriabold';
    src: url('../fonts/geometria-bold-webfont.eot');
    src: url('../fonts/geometria-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/geometria-bold-webfont.woff2') format('woff2'),
    url('../fonts/geometria-bold-webfont.woff') format('woff'),
    url('../fonts/geometria-bold-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'geometriamedium';
    src: url('../fonts/geometria-medium-webfont.eot');
    src: url('../fonts/geometria-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/geometria-medium-webfont.woff2') format('woff2'),
    url('../fonts/geometria-medium-webfont.woff') format('woff'),
    url('../fonts/geometria-medium-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'geometriaitalic';
    src: url('../fonts/geometria-italic-webfont.eot');
    src: url('../fonts/geometria-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/geometria-italic-webfont.woff2') format('woff2'),
    url('../fonts/geometria-italic-webfont.woff') format('woff'),
    url('../fonts/geometria-italic-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Fonts */
html, body, table, button, input, textarea, select, ymaps, .g-ffr {
    font-family: 'geometriaregular', sans-serif;
}

.g-fsi, em, i, .editor em, .editor i {
    font-family: 'geometriaitalic', sans-serif;
}

.g-fwb, strong, b, .g-btn__txt, .editor strong, .editor b, .party-item:before {
    font-family: 'geometriabold', sans-serif;
}

.g-fwm, .editor_fmed, .editor_fmed strong, .editor_fmed b, .editor_fmed em, .editor_fmed i, .nice-select .option.disabled, .about-reg__text .editor .about-reg__text-title, .about-reg__text .editor .about-reg__text-title-li:before {
    font-family: 'geometriamedium', sans-serif;
}

.g-fade, .home-last__btn-txt {
    font-family: 'AdelleCyrillicRegular', serif;
}

.g-fadeb {
    font-family: 'AdelleCyrillicBold', serif;
}

.g-fades {
    font-family: 'AdelleCyrillicSemiBold', serif;
}

/* / Fonts */
/* Vertical align middle element */
.g-vac, .g-btn, .home-last__btn {
    display: block;
    white-space: nowrap;
}

.g-vac:after, .g-btn:after, .home-last__btn:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.g-vac__el, .g-btn__txt, .home-last__btn-txt {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    line-height: 1;
}

/* / vertical align middle element */
/* Diz */
.diz, .diz-img, .diz-bg {
    display: block;
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.abs, .g-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/* Diz */
/* transition */
.about-cer__heading-tab__el {
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.events-item__img {
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* transition */
/* $button-bg: yellow; */
html, body, table, button, input, textarea, select {
    font-size: 10px;
}

strong, b {
    font-weight: 800;
}

em, i {
    font-style: italic;
}

.fs_10 {
    font-size: 1em;
}

h6, .h6 {
    font-size: 1em;
    line-height: 1.25;
}

h5, .h5 {
    font-size: 1em;
    line-height: 1.25;
}

h4, .h4, .t-h4 {
    font-size: 1.2em;
    line-height: 1.785;
}

h3, .h3, .t-h3 {
    font-size: 1.4em;
    line-height: 1.4;
}

h2, .h2, .t-h2 {
    font-size: 1.6em;
    line-height: 1.25;
}

h1, .h1, .t-h1 {
    font-size: 1.8em;
    line-height: 1.7;
}

/* Setting base element */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #202020;
}

.js-tel {
    cursor: default;
}

iframe {
    max-width: 100%;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.tar {
    text-align: right;
}

.height {
    height: 100%;
}

.nowrap {
    white-space: nowrap;
}

.g-wrap {
    max-height: 100%;
    overflow: hidden;
}

.hidden {
    visibility: hidden;
}

.g-zoom {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/ico-zoom.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 4em 4em;
    background-size: 4em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: Alpha(opacity=000);
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s
}

.g-zoom:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    filter: Alpha(opacity=100);
}

/* / setting base element */
/* Table element */
.tfixed {
    table-layout: fixed;
}

.twidth {
    width: 100%;
}

.theight {
    height: 100%;
}

.tbig {
    width: 100%;
    height: 100%;
}

.height td, .tbig td, .height td .height td, .tbig td .tbig td {
    height: 100%;
}

.theight td td, .tbig td td {
    height: auto;
}

/* / table element */
/* Null and clearfix*/
.null {
    display: inline-block;
    width: 0px;
    height: 0px;
    font-size: 0px;
    clear: both;
}

.null:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .null {
    display: block;
}

/*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* Null and clearfix*/
/* Vertical align middle element */
/* / vertical align middle element */
/* Diz absolute */
.abs_t {
    bottom: auto;
}

.abs_r {
    left: auto;
}

.abs_b {
    top: auto;
}

.abs_l {
    right: auto;
}

.bg_img {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

/* / diz absolute */
/*  @import "partials/vendors/*.css"; */
/* Buttons .g-link & .g-btn & .g-back  */
.g-link {
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    z-index: 100;
}

.g-btn {
    display: inline-block;
    height: 5em;
    min-width: 22em;
    position: relative;
    z-index: 5;
    padding: 0.1em 1.9em 0 2em;
    border: 0 none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #D3B876;
    -webkit-box-shadow: 0 1.7em 1.7em rgba(156, 136, 87, 0.5);
    box-shadow: 0 1.7em 1.7em rgba(156, 136, 87, 0.5);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 24px;
}

.g-btn__txt {
    font-size: 1em;
    letter-spacing: 0.042em;
}

.g-btn_big {
    height: 7em;
    min-width: 24em;
}

.g-btn_big .g-btn__txt {
    font-size: 1.1em;
    letter-spacing: 0.03818181818181818em;
}

.g-btn_wide {
    width: 100%;
}

.g-btn:hover {
    background: #C5A555; /* box-shadow: 0 0 0 transparent; */
}

.g-btn:active {
    background: #C5A555;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.g-back {
    height: 6em;
    padding: 0.15em 2em 0 5.5em;
    margin: 0 -1em;
    position: relative;
}

/*border-bottom: 1px solid #F1F1F1;*/
.g-back__ico {
    width: 2.5em;
    height: 2em;
    left: 2em;
}

.g-back__txt {
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1;
}

/*кнопка покупки билетов через сервис*/
[data-radario-event-id] {}

.g-btn_buy-ticket {
    margin: 0 10px 10px 0 !important;
    font-family: 'geometriabold', sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 0.38px;
    color: #fff !important;
    display: block !important;
    height: 50px;
    line-height: 51px !important;
    overflow: hidden;
    min-width: 240px;
    position: relative;
    z-index: 5;
    padding: 0 20px !important;
    background: #D3B876 !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 1.7em 1.7em rgba(156, 136, 87, 0.5);
    box-shadow: 0 1.7em 1.7em rgba(156, 136, 87, 0.5);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-transform: uppercase;
}

.g-btn_event-main {
    margin: 0 10px 10px 0 !important;
    font-family: 'geometriabold', sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 0.38px;
    color: #fff !important;
    display: block !important;
    height: 50px;
    line-height: 51px !important;
    overflow: hidden;
    min-width: 240px;
    position: relative;
    z-index: 5;
    padding: 0 20px !important;
    background: #D3B876 !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 1.7em 1.7em rgba(156, 136, 87, 0.5);
    box-shadow: 0 1.7em 1.7em rgba(156, 136, 87, 0.5);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-transform: uppercase;
}

.g-btn_event {
    margin: 0 auto !important;
    font-family: 'geometriabold', sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 0.38px;
    color: #fff !important;
    display: block !important;
    height: 50px;
    line-height: 51px !important;
    overflow: hidden;
    min-width: 240px;
    position: relative;
    z-index: 5;
    padding: 0 20px !important;
    background: #D3B876 !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 1.7em 1.7em rgba(156, 136, 87, 0.5);
    box-shadow: 0 1.7em 1.7em rgba(156, 136, 87, 0.5);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-transform: uppercase;
}

[data-radario-event-id]:hover {
    background: #C5A555 !important;
}

[data-radario-event-id]:active {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

/* // Buttons .g-link & .g-btn  */
/* grid */
.grid {
    margin: 0 -0.5em;
}

.grid .row {
    float: left;
}

.grid__el {
    float: left;
    padding: 0 0.5em;
}

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

.grid_flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid_x2 .grid__el {
    width: 100%;
}

.grid_x3 .grid__el {
    width: 100%;
}

.grid_x4 .grid__el {
    width: 100%;
}

.grid_indent-b {
    margin: 0 -0.5em;
}

.grid_indent-b .grid__el {
    padding: 0 0.5em;
    margin-bottom: 2em;
}

/* grid */
/* Editor	*/
.editor {
    font-size: 1.2em;
    line-height: 1.7;
    word-break: break-word;
}

.editor ul, .editor ol {
    margin: 0 0 20px 30px;
    margin: 0 0 20px 30px;
    margin: 0 0 2rem 3rem;
    list-style: disc outside;
}

.editor ul ul, .editor ul ol, .editor ol ul, .editor ol ol {
    margin-top: 10px;
    margin-top: 10px;
    margin-top: 1rem;
}

.editor ol {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset: num;
}

/* Задаём имя счетчика */
.editor ol > li {
    position: relative;
    z-index: 1
}

.editor ol > li:before {
    content: counter(num) '. '; /* Выводим число */
    counter-increment: num; /* Увеличиваем значение счётчика */
    position: absolute;
    left: -24px;
    left: -24px;
    left: -2.4rem;
}

.editor ol ol {
    counter-reset: num2;
}

/* Инициируем счетчик вложенного списка */
.editor ol ol > li:before {
    counter-increment: num2; /* Увеличиваем значение счетчика вложенного списка */
    content: counter(num) "." counter(num2) ". "; /* Выводим число */
}

.editor p, .editor span, .editor li {
    font-size: 1em;
    margin-bottom: 10px;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.editor p span, .editor p p, .editor span span, .editor span p, .editor li span, .editor li p {
    margin-bottom: 0;
}

.editor p + ul, .editor p + ol, .editor span + ul, .editor span + ol, .editor li + ul, .editor li + ol {
    margin-top: -0.5em;
}

.editor li {
    margin-bottom: 6px;
    margin-bottom: 6px;
    margin-bottom: .6rem;
}

.editor li span, .editor li p {
    margin-bottom: 0;
}

.editor a {
    color: #c1954d;
    text-decoration: underline
}

.editor a:hover {
    text-decoration: none;
}

.editor a[href^="tel"] {
    color: #202020;
    text-decoration: none;
}

.editor a[href^="tel"]:hover {
    text-decoration: none;
}

.editor p:empty, .editor span:empty, .editor strong:empty, .editor em:empty, .editor li:empty, .editor a:empty {
    border: 0 none;
    padding: 0;
    margin: 0;
    height: 0;
    width: 0;
}

.editor img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.editor iframe {
    max-width: 100%;
}

.editor table {
    max-width: 100%;
    /* margin: 0.6em 0; */
}

.editor th, .editor td {
    font-size: 1.3em;
    vertical-align: inherit;
    padding: 4px 8px;
    padding: 4px 8px;
    padding: 0.4rem 0.8rem;
}

.editor th td, .editor td td {
    font-size: 1em;
}

.editor th p, .editor th span, .editor th li, .editor td p, .editor td span, .editor td li {
    margin-bottom: 0;
}

.editor th:first-child, .editor td:first-child {
    padding-left: 0;
}

.editor th {
}

.editor tr:hover {
}

.editor sup {
    vertical-align: super;
    font-size: x-small;
}

.editor h1, .editor .h1 {
    font-size: 1.5em;
    line-height: 1.5;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.editor h2, .editor .h2 {
    font-size: 1.33em;
    line-height: 1.25;
    margin-bottom: .6em;
    margin-top: 1em;
}

.editor h3, .editor .h3 {
    font-size: 1.166em;
    line-height: 1.4;
    margin-top: 1em;
    margin-bottom: 1em;
}

.editor h4, .editor .h4 {
    font-size: 1em;
    line-height: 1.7;
    margin-top: 0.635em;
    margin-bottom: .635em;
}

.editor h1:first-child, .editor .h1:first-child, .editor h2:first-child, .editor .h2:first-child, .editor h3:first-child, .editor .h3:first-child, .editor h4:first-child, .editor .h4:first-child {
    margin-top: 0;
}

.editor h5, .editor .h5 {
    font-size: 1em;
    line-height: 1.7;
    margin-bottom: 1em;
}

.editor h6, .editor .h6 {
    font-size: 0.92em;
    margin-bottom: 1.2em;
}

.editor_big {
    font-size: 1.4em;
    line-height: 1.45;
}

.editor_big p, .editor_big span, .editor_big li {
    margin-bottom: 20px;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.editor_big p span, .editor_big p p, .editor_big span span, .editor_big span p, .editor_big li span, .editor_big li p {
    margin-bottom: 0;
}

.editor_mb-off p, .editor_mb-off span, .editor_mb-off li {
    margin-bottom: 0;
}

.editor_lh-big {
    line-height: 1.7;
}

/* / editor	*/
.placeholder, .placeholdersjs {
    color: #acacac;
}

::-webkit-input-placeholder {
    color: #acacac;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

/*noinspection CssInvalidPseudoSelector*/
::-o-input-placeholder {
    color: #acacac;
}

:-moz-placeholder {
    color: #acacac;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

::-moz-placeholder {
    color: #acacac;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

:-ms-input-placeholder {
    color: #acacac;
}

::-ms-clear {
    display: none;
}

/*// ::-moz-selection {
  //     background: #b3d4fc;
  //     text-shadow: none;
  // }
  // ::selection {
  //     background: #b3d4fc;
  //     text-shadow: none;
  // }*/
.input__search, .input__field, .textarea {
    font-size: 1.4em;
    width: 100%;
    height: 50px;
    height: 50px;
    height: 5rem;
    background: #fff;
    border: 1px solid #D3D3D3;
    padding: 0 20px 1px;
    padding: 0 20px 1px;
    padding: 0 2rem 0.1rem;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.input__search:focus, .input__search:hover, .input__field:focus, .input__field:hover, .textarea:focus, .textarea:hover {
    border-color: #D3B876;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.textarea {
    padding-top: 18px;
    padding-top: 1.8rem;
    padding-bottom: 18px;
    padding-bottom: 1.8rem;
    height: 100px;
    height: 10rem;
    resize: none;
    /* // resize: vertical; */
}

form .captcha-img {
    float: left;
    margin-right: 2em;
}

select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #D3D3D3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    /*line-height: ;*/
    outline: none;
    padding-left: 16px;
    padding-right: 10px;
    position: relative;
    text-align: left !important;
    min-width: 220px;
}

.button-form {
    height: 5em;
    background: #fff;
    border: 1px solid #4A4A4A;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    padding: 0 1.9em 0 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.button-form__txt {
    font-size: 1.2em;
    font-weight: 600;
}

.button-form:active {
    background: #4A4A4A;
}

.button-form_wide {
    width: 100%;
}

.g-form-item {
    margin-bottom: 1.6em;
}

.g-form-item__name {
    margin-bottom: 0.4em;
}

.g-form-item__name-txt {
    display: block;
    font-size: 1.4em;
    line-height: 1.45;
}

.g-form-item__name-txt-dop {
    display: block;
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
    font-size: 1.1em;
    line-height: 1.2;
}

.g-form-item__name-txt-dop a {
    text-decoration: underline;
}

.g-form-item__field-in {
    overflow: hidden;
}

/* &-captcha {
      margin-bottom: 1.5em;
      margin-left: 10em;
    } */
.g-form__btn {
    margin-top: 1.8em;
    /* text-align: center; */
}

.g-form label.error {
    display: block;
    margin-top: 3px;
    margin-top: 3px;
    margin-top: 0.3rem;
    font-size: 1.2em;
    color: #ed4e48;
}

.welldone {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    background: #FFF;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
    text-transform: uppercase;
}

.welldone__in {
    max-width: 60em;
    margin: 0 auto 10em;
    padding: 0 2em;
}

.welldone__title-txt {
    font-size: 2.4em;
    letter-spacing: 0.083em;
    line-height: 1;
    color: #B2954D;
}

.welldone__desc {
    margin-top: 2.8em;
}

.welldone__desc .editor {

}

.welldone.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    visibility: visible;
}

label.error {
    display: block;
    font-size: 1.1em;
    margin-top: 5px;
    color: #ed4e48;
}

.g-input-el__file-cont {
    cursor: pointer;
    margin-top: 0.7em;
    position: relative;
}

.g-input-el__file {
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=000);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.g-input-el__in {
    display: none;
    padding: 1.8em 4em 1.4em 1em;
    margin-top: -1px;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    white-space: nowrap;
    position: relative;
}

.g-input-el__name {
    display: inline-block;
    width: 60%;
    padding-right: 10px;
    padding-right: 1rem;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 1.3em;
    vertical-align: middle;
}

.g-input-el__size {
    font-size: 1.3em;
    display: inline-block;
    width: 40%;
    padding-right: 10px;
    padding-right: 1rem;
    text-align: right;
    vertical-align: middle;
}

.g-input-el__btn {
    height: 100%;
    width: 4em;
    fill: #9B9B9B;
}

.g-input-el__btn-ico {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.3em;
    height: 1.2em;
    width: 1.1em;
}

.g-input-el__btn-txt {
    display: none;
    vertical-align: middle;
    font-size: 1.2em;
}

/*.g-input-el__btn:hover,
  .g-input-el__btn:hover .g-input-el__btn-txt {
    fill: $blue;
    color: $blue; }*/
.g-input-el.hidden {
    display: none;
}

.g-input-el.active .g-input-el__in {
    display: block;
}

.g-input-el.active .g-input-el__file-cont, .g-input-el.active .g-input-el__file {
    display: none;
}

/*   // Default variables */
/* // Style the dropdown */
.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #D3D3D3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 48px;
    outline: none;
    padding-left: 20px;
    padding-right: 46px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    min-width: 220px
}

.nice-select:hover {
    border-color: #D3B876;
}

.nice-select:active, .nice-select:focus {
    border-color: #D3B876;
}

.nice-select { /* // Arrow */
}

.nice-select:after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: '';
    display: block;
    height: 6px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 6px;
}

.nice-select.open {
    border-color: #D3B876;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

/*noinspection CssInvalidFunction*/
.nice-select.disabled {
    border-color: lighten(#D3D3D3, 2%);
    color: #999;
    pointer-events: none;
}

/*noinspection CssInvalidFunction*/
.nice-select.disabled:after {
    border-color: lighten(#000, 20%);
}

.nice-select { /* // Modifiers */
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

/* // List and options */
/*noinspection CssInvalidFunction*/
.nice-select .list {
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #D3D3D3;
    -webkit-box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
    box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
	-webkit-transform: scale(.75) translateY(-50px / 2);
    -ms-transform: scale(.75) translateY(-50px / 2);
    transform: scale(.75) translateY(-50px / 2);
    -webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    -o-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    list-style: none;
    outline: none;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 20px;
    padding-right: 31px;
    text-align: left;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: 700;
}

.nice-select .option.disabled {
    margin-top: 5px;
    padding-bottom: 6px;
    background-color: transparent;
    color: #999;
    cursor: default;
}

/* // Use display instead of opacity for IE <= 10 */
.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/* / form */
/*/ Component animations
// --------------------------------------------------

// Heads up!
//
// We don't use the `.opacity()` mixin here since it causes a bug with text
// fields in IE7-8. Source: https://github.com/twbs/bootstrap/pull/3552.*/
.fade {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=000);
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    filter: alpha(opacity=100);
}

.collapse {
    display: none
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

/*//
// Dropdown menus
// --------------------------------------------------*/
/*// Dropdown arrow/caret*/
.caret {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    display: block;
    height: 6px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 6px;
}

/*// The dropdown wrapper (div)*/
.dropup, .dropdown {
    position: relative;
}

.dropdown__btn {
    display: block;
    height: 5em;
    width: 100%;
    padding: 0 40px 0 20px;
    padding: 0 4rem 0 2rem;
    border: 1px solid #D3D3D3;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    white-space: nowrap;
    text-align: left;
}

.dropdown__btn-txt {
    font-size: 1.4em;
    line-height: 1.7;
}

.dropdown__btn:focus {
    outline: 0;
}

/*// The dropdown menu (ul)*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none; /*// none by default, but block on "open" of the menu*/
    /*// float: left;*/
    min-width: 100%;
    padding: 0.7em 0 1em;
    margin: 5px 0 0; /*// override default ul*/
    list-style: none;
    /*// font-size: $font-size-base;*/
    text-align: left; /*// Ensures proper alignment if parent has it changed (e.g., modal footer)*/
    background-color: #fff;
    border: 1px solid #D3D3D3;
    -webkit-box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
    box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
}

/*// Links within the dropdown menu
  // > li {
  //   &.active {
  //     display: none;
  //   }
  // }*/
.dropdown-menu > li > a {
    display: block;
    clear: both;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*// Hover/Focus state*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
}

/*// Active state*/
.dropdown-menu > .selected > a, .dropdown-menu > .selected > a:hover, .dropdown-menu > .selected > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
}

/*// Disabled state
//
// Gray out text and ensure the hover/focus state remains gray*/
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
}

/*// Open state for the dropdown*/
.select.open .dropdown-toggle {
}

.select.open .caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select.open .dropup .caret, .select.open .navbar-fixed-bottom .dropdown .caret {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/*// Show the menu*/
.dropdown.open > .dropdown-menu {
    display: block;
}

.dropdown.open .caret {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*// Remove the outline when :focus is triggered*/
.dropdown.open > a {
    outline: 0;
}

/* base */
html.is-lock {
    overflow: hidden;
}

html.is-lock body, html.is-lock .body {
    overflow: hidden;
}

html.is-lock .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    opacity: 0.95;
    visibility: visible;
}

.overlay {
    content: "";
    display: block;
    top: -9.4em;
    right: 0;
    bottom: -9.4em;
    left: 0;
    position: fixed;
    z-index: 1055;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

body {
    color: #202020;
    background: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    height: 100%;
    line-height: 1.25;
}

.body {
    width: 100%;
    min-width: 32em;
    height: 100%;
    position: relative;
    z-index: 1;
}

.body-wrap {
    z-index: 1;
    min-width: 32em;
    min-height: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.content {
    max-width: 120em;
    margin: 0 auto;
    padding: 0 1em;
}

.content_large {
    max-width: 143.4em;
}

.content_mid {
    max-width: 98em;
}

.content_small {
    max-width: 78em;
}

.content .content {
    padding: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

/* // base */
/* Header */
.header {
    border-bottom: 1px solid #F1F1F1;
}

.header__in {
    text-align: center;
    position: relative;
    min-height: 6em;
}

.header-logo {
    display: inline-block;
}

.header-logo__ico {
    width: 10em;
    max-height: 9.35em;
}

.header-logo__ico-txt {
    display: block;
    padding-top: 3.5px;
    padding-top: 0.35rem;
    padding-left: 11px;
    padding-left: 1.1rem;
    text-align: center;
    font-size: 1.8em;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.625em;
}

.header-logo__ico-txt-small {
    display: block;
    padding-top: 8px;
    padding-top: 0.8rem;
    padding-left: 3.5px;
    padding-left: 0.35rem;
    text-align: center;
    color: #B2954D;
    font-size: 0.8em;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}

.header-logo_small:after {
    height: 6em;
}

.header-logo_small .header-logo__ico {
}

.header-burger {
    width: 6em;
    height: 6em;
    top: 0em;
    right: -0.7em;
    z-index: 10;
}

.header-burger-diz {
    width: 2.5em;
    height: 1.9em;
    bottom: 0.1em;
}

.header-burger-diz__line {
    height: 0.3em;
    min-height: 2px;
    background: #000;
}

.header_home {
    border-bottom: 0 none;
}

.header_home .header__in {
    padding-top: 3em;
}

.header_home .header-logo {
    display: inline-block;
}

.header_home .header-logo__ico-txt {
    padding-top: 16px;
    padding-top: 1.6rem;
    font-size: 2.4em;
    letter-spacing: 0.625em;
}

/* // Header */
/* navigation */
.nav {
    top: -9.4em;
    bottom: -9.4em;
    left: 100%;
    position: fixed;
    padding: 9.4em 0;
    width: 100%;
    z-index: 1060;
    background: #FFF;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.header:hover ~ .nav {
    will-change: transform;
}

.nav-open .nav {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    will-change: transform;
}

.nav-open.no-transform .nav {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    margin-left: -100%;
}

.nav__close {
    width: 5em;
    height: 5em;
    top: 9.9em;
    right: 0.5em;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
}

.nav__close-ico {
    width: 2.1em;
    height: 2.1em;
}

.nav__wrap {
    height: 100%;
    padding: 4.5em 2em 0.8em 2em;
    -ms-overflow-x: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nav__in {
    min-height: 100%;
    padding-bottom: 11em;
    position: relative;
}

.nav-menu {
    margin-bottom: 2em;
}

.nav-menu__el {
    display: block;
}

.nav-menu__el-in {
    display: inline-block;
    height: 4.2em;
    padding: 0 1em;
    position: relative;
}

.nav-menu__el-in-txt {
    white-space: nowrap;
    font-size: 1.4em;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.125em;
}

.nav-menu__el-in.active:before {
    content: "";
    top: 0;
    right: -0.6em;
    bottom: 0.2em;
    left: 0;
    position: absolute;
    margin: auto;
    height: 0.2em;
    min-height: 1px;
    background: #D3B876;
}

.nav-footer {
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
}

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

.nav-footer__copyright-txt-top {
    display: inline-block;
    margin-right: 7px;
    margin-right: 0.7rem;
    font-size: 1.2em;
    line-height: 1.25;
}

.nav-footer__copyright-txt-bottom {
    display: inline-block;
    padding-top: 2px;
    padding-top: 0.2rem;
    font-size: 1em;
    line-height: 1.35;
}

.nav-footer__dev {
    display: inline-block;
    height: 4em;
    padding-right: 1.6em;
    position: relative;
    margin-top: 1.6em;
}

.nav-footer__dev-txt {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.09124999999999998em;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.nav-footer__dev-ico {
    width: 1.1em;
    height: 1.5em;
    bottom: 1em;
}

/* // navigation */
/* modal-form */
.modal-form {
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    margin: auto;
    z-index: 1060;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.nav-open .modal-form, .modal-form-open .modal-form {
    will-change: transform, visibility, opacity;
}

.modal-form-open .modal-form {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.modal-form__overlay {
    display: none;
    z-index: 0;
}

.modal-form__wrap {
    height: 100%;
    padding: 0;
    overflow: hidden;
    -ms-overflow-y: auto;
    overflow-y: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    background: #FFF
}

.modal-form__wrap:after {
    display: none;
}

.modal-form__in {
    display: inline-block;
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 84em;
    min-height: 30em;
    padding: 5.6em 2em 3em;
    text-align: left;
    background: #FFF;
    overflow: hidden;
}

.modal-form__close {
    width: 5em;
    height: 5em;
    top: 0.5em;
    right: 0.5em;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
}

.modal-form__close-ico {
    width: 2.1em;
    height: 2.1em;
}

.modal-form__left {
}

.modal-form__right {
}

.modal-form-text {
    padding-top: 4.6em;
}

.modal-form-text__contact {

}

.modal-form__form {
}

/* // navigation */
/* Footer */
.footer {
    padding: 5.3em 0 6.2em;
    background: #FFF;

}

.footer-menu {
    float: left;
    width: 50%;
}

.footer-menu__list {
    margin-right: -6em;
}

.footer-menu-item {
    float: left;
    max-width: 10em;
    margin-right: 6em;
}

.footer-menu-item-title__link {
    display: block;
    padding: 0.6em 0;
}

.footer-menu-item-title__link-txt {
    display: block;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 700;
}

.footer-menu-item-title__link:hover {
    color: #c1954d;
}

.footer-menu-item-title_dop-off .footer-menu-item-title__link {
    margin-bottom: 0.4em;
}

.footer-menu-item-title.active {
    color: #c1954d;
}

.footer-menu-item-list {
    margin-top: 0.7em;
}

.footer-menu-item-list__el {
    display: block;
    padding: 0.3em 0 0.3em;
}

.footer-menu-item-list__el-txt {
    display: block;
    font-size: 1.2em;
    line-height: 1.2;
}

.footer-menu-item-list__el:hover, .footer-menu-item-list__el.active {
    color: #c1954d;
}

.footer__right {
    width: 50%;
    float: right;
}

.footer__right-left {
    float: left;
    width: 50%;
    text-align: center;
}

.footer__right-right {
    float: right;
    max-width: 50%;
    text-align: right;
}

.footer-contact {
    display: inline-block;
    text-align: left;
    max-width: 19em;
}

.footer-contact__in {
}

.footer-contact__title {
    padding: 0.6em 0;
    margin-bottom: 0.7em;
}

.footer-contact__title-txt {
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2;
}

.footer-contact__item {
    padding: 0.25em 0;
    margin-bottom: 0.1em;
}

.footer-contact__item-txt {
    display: block;
    font-size: 1.2em;
    line-height: 1.2;
}

.footer-contact__item a {
    padding: 2.5px 0;
    padding: 0.25rem 0;
    color: #c1954d;
    text-decoration: underline
}

.footer-contact__item a:hover {
    text-decoration: none;
}

.footer-contact__item a[href^="tel"] {
    color: #202020;
    text-decoration: none;
}

.footer-contact-soc {
    display: inline-block;
    text-align: left;
    padding: 0.7em 0;
}

.footer-contact-soc__title {
    padding: 0.6em 0;
    margin-bottom: 0.2em;
}

.footer-contact-soc__title-txt {
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2;
}

.footer-contact-soc__list {
    margin: 0 -1em;
}

.footer-contact-soc__item {
    float: left;
    height: 3em;
    padding: 0 1em;
}

.footer-contact-soc__item-ico_vk {
    width: 2em;
    height: 1.2em;
}

.footer-contact-soc__item-ico_f {
    width: 1.1em;
    height: 1.9em;
}

.footer-contact-soc__item-ico_tw {
    width: 2em;
    height: 2em;
}

.footer-copyright {
    padding: 0.5em 0 0.4em;
}

.footer-copyright__txt {
    font-size: 1.2em;
    line-height: 1.4;
}

.footer-dev__link {
    padding: 1em 0
}

.footer-dev__link:hover .footer-dev__txt-name {
    text-decoration: none;
}

.footer-dev__txt {
    font-size: 1.2em;
    line-height: 1.4;
}

.footer-dev__txt-name {
    text-decoration: underline;
}

/* // Footer */
/* inner page */
.inner-page {
    position: relative;
}

.inner-page-heading {
    padding-top: 2.9em;
    text-align: center;
    margin-bottom: 1.5em;
}

.inner-page-heading__txt {
    color: #B2954D;
    text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: 0.083em;
}

.inner-page-nav {
    text-align: center;
}

.inner-page-nav__wrap {
}

.inner-page-nav__el {
    display: block;
    height: 4em;
    padding: 0 2em;
}

.inner-page-nav__el-txt {
    font-size: 1.4em;
    line-height: 1.7;
}

.inner-page-nav__el.active {
    color: #ABABAB;
}

.inner-page-detail__btn {
    margin-bottom: 3em;
}

.inner-page-detail__btn {
    margin: 5em auto;
}

.inner-page-detail__img {
    max-height: 30em;
    min-height: 18em;
    max-width: 102.4em;
    margin: 0 -1em 1.6em;
    overflow: hidden;
    -webkit-box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
    box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11)
}

.inner-page-detail__img:before {
    content: "";
    display: block;
    padding-bottom: 48.5%;
}

.inner-page-detail__date {
    margin-bottom: 1.7em;
}

.inner-page-detail__date-txt {
    color: #B2954D;
    font-size: 1.6em;
}

.inner-page-detail__heading {
    margin-bottom: 1.5em;
}

.inner-page-detail__heading-txt {
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 1.4;
    letter-spacing: 0.08333333333333333em;
}

.inner-page-detail__text .editor {

}

/* // inner page */
/* pager */
.pager_more {
    padding: 0 1em;
    max-width: 48em;
    margin: 1em auto 0;
}

/* // pager */
/* Home */
.home__in {
    position: relative;
    max-width: 53em;
    margin: auto;
}

.home__in:after {
    content: '';
    display: block;
    clear: both;
}

.home-text {
    padding: 3.7em 1em 0;
    margin-bottom: 2.2em;
}

.home-text__in {
    width: 100%;
}

.home-text__title {
    margin-bottom: 2.7em;
    position: relative;
}

.home-text__title-txt {
    font-size: 2.4em;
    line-height: 1.25;
    letter-spacing: 0.06em;
}

.home-text__title:after {
    content: "";
    display: block;
    width: 14em;
    height: 0.1em;
    min-height: 1px;
    background: #D3B876;
    bottom: -1.2em;
    left: -2em;
    position: absolute;
    z-index: -2;
}

.home-text__desc {
    text-transform: uppercase;
}

.home-text__desc .editor br {
    display: none;
}

.home-text__btn {
    margin-top: 2.4em;
}

.home-link {
    margin: 3em -1em 0;
    -ms-overflow-x: auto;
    overflow-x: auto;
}

.home-link:after {
    content: '';
    display: block;
    clear: both;
}

.home-link__list {
    /*float: right;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 1.5em;
}

.home-link-el {
    float: left;
    display: block;
    vertical-align: bottom;
    position: relative;
    width: 12em;
    min-width: 12em;
    height: 10em;
    margin: 0 0.5em 4em;
    padding: 1.3em 1.5em 1em;
    background: #FFF;
    -webkit-box-shadow: 0 2em 2.5em rgba(0, 0, 0, 0.11);
    box-shadow: 0 2em 2.5em rgba(0, 0, 0, 0.11);
}

.home-link-el__ico {
    top: 2em;
    right: 1.8em;
}

.home-link-el__ico_archive {
    width: 2.2em;
    height: 2em;
}

.home-link-el__ico_cup {
    width: 2.2em;
    height: 2em;
}

.home-link-el__ico_user {
    width: 2.5em;
    height: 1.8em;
}

.home-link-el__ico_star {
    width: 2em;
    height: 2em;
}

.home-link-el__ico_polozhenie {
    width: 1.8em;
    height: 2.4em;
}

.home-link-el__txt {
    vertical-align: bottom;
    font-size: 1em;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.home-link-el:active {
    -webkit-box-shadow: 0 0.2em 0.1em rgba(0, 0, 0, 0.11);
    box-shadow: 0 0.2em 0.1em rgba(0, 0, 0, 0.11);
}

.home-link-el:last-of-type {
    margin-right: 2em;
}

.home-winner__cont {
    padding-top: 2.9em;
    margin-bottom: 2.2em;
}

.home-winner__title {
    margin: 0 1em 1em;
}

.home-winner__title-txt {
    font-size: 1.6em;
    line-height: 1.875;
    letter-spacing: 0.043750000000000004em;
}

.home-winner {
    max-width: 41em;
    margin: 0 auto 2em;
    overflow: hidden;
    position: relative;
    background: #FFF;
    -webkit-box-shadow: 0 0.6em 1.7em rgba(25, 25, 25, 0.17);
    box-shadow: 0 0.6em 1.7em rgba(25, 25, 25, 0.17);
}

.home-winner-el {
    width: 100%;
}

.home-winner-el__title {
    height: 4em;
    padding: 0.2em 5em 0;
    text-align: center;
}

.home-winner-el__title-txt {
    font-size: 1em;
    text-transform: uppercase;
}

.home-winner-el__img {
    height: 24em;
    position: relative;
}

.home-winner-el__text {
    overflow: hidden;
    padding: 1.4em 2em 2.6em;
}

.home-winner-el__name {
    margin-bottom: 0.6em;
}

.home-winner-el__name-txt {
    font-size: 1.8em;
    line-height: 1.25;
    color: #B2954D;
}

.home-winner-el__nom-txt {
    font-size: 1em;
    text-transform: uppercase;
}

.home-winner__link-all {
    margin: 0 1em;
}

.home-winner-btn {
    height: 4em;
    width: 4.8em;
    z-index: 10;
}

.home-winner-btn__ico {
    width: 0.7em;
    height: 1.2em;
}

.home-winner-btn.swiper-button-disabled { /* display: none; */
}

.home-last {
    padding: 10em 0 0;
    text-align: center;
}

.home-last-logo {
    display: inline-block;
    max-width: 30em;
    margin-bottom: 4.2em;
}

.home-last-logo__ico {
    width: 15em;
    max-height: 14.1em;
}

.home-last-logo__ico-txt {
    display: block;
    padding-top: 28.5px;
    padding-top: 2.85rem;
    padding-left: 11.5px;
    padding-left: 1.15rem;
    text-align: center;
    font-size: 2.4em;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.625em;
}

.home-last-logo__ico-txt-small {
    display: block;
    padding-top: 12px;
    padding-top: 1.2rem;
    padding-left: 3px;
    padding-left: 0.3rem;
    text-align: center;
    color: #B2954D;
    font-size: 0.8em;
    line-height: 2.5;
    text-transform: uppercase;
    letter-spacing: 0.7000000000000001em;
}

.home-last__title {
    position: relative;
    padding-top: 2.9em;
    margin-bottom: 2.6em;
}

.home-last__title-txt {
    display: block;
    font-size: 1.2em;
    line-height: 1.25;
    text-transform: uppercase;
}

.home-last__title:before {
    content: "";
    display: block;
    height: 0.1em;
    min-height: 1px;
    top: 0;
    right: 1em;
    left: 1em;
    position: absolute;
    background: #D3B876;
}

.home-last__btn-cont {
    margin-bottom: 3.8em;
}

.home-last__btn {
    display: inline-block;
    height: 7em;
    width: 100%;
    min-width: 22em;
    position: relative;
    z-index: 5;
    padding: 0.15em 1.9em 0 2em;
    border: 0 none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 0.7em 2em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.7em 2em rgba(0, 0, 0, 0.1);
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    color: #B2954D;
}

.home-last__btn-txt {
    font-size: 1.8em;
}

.home-bg {
    max-width: 70em;
    z-index: -3;
    overflow: hidden;
}

.home-bg__ico {
    display: block;
    z-index: -2;
    position: absolute;
    backgorund-repeat: no-repeat;
}

.home-bg__ico-b-bl-1 {
    bottom: -60px;
    left: -40px;
    background-position: 0px 0px;
    width: 197px;
    height: 213px;
}

.home-bg__ico-b-2 {
    top: 215px;
    left: 19%;
    background-position: -297px -116px;
    width: 15px;
    height: 21px;
}

.home-bg__ico-n-bl-2 {
    top: 335px;
    right: 7%;
    background-position: -280px 0px;
    width: 69px;
    height: 116px;
}

.home-bg__ico-n-bl-3 {
    top: -10px;
    right: 0%;
    background-position: -197px 0px;
    width: 83px;
    height: 109px;
}

.home-bg__ico-n-1 {
    top: 45px;
    left: 10%;
    background-position: -280px -116px;
    width: 17px;
    height: 25px;
}

/* // Home */
/* About page */
.about-hist {
    padding-top: 2.6em;
}

.about-hist-item {
    margin-bottom: 4em;
}

.about-hist-item__heading {
    margin-bottom: 2.2em;
}

.about-hist-item__heading-txt {
    color: #B2954D;
    font-size: 1.6em;
    line-height: 1.25;
}

.about-hist-item__desc {
    text-transform: uppercase;
}

.about-hist-item__desc .editor {
    font-size: 1em;
    line-height: 2;
}

.about-hist-item__text .editor {
}

.about-hist-item + .about-hist-item .about-hist-item__heading {
    margin-bottom: 1.2em;
}

.about-reg {
    padding-top: 2.6em;
}

.about-reg__heading {
    margin-bottom: 2em;
}

.about-reg__heading-txt {
    color: #B2954D;
    font-size: 1.6em;
    line-height: 1.25;
}

.about-reg__text-download {
    margin-bottom: 3.4em;
}

.about-reg__text-download-ico {
    display: inline-block;
    width: 18px;
    width: 1.8rem;
    height: 18px;
    height: 1.8rem;
    position: relative;
    top: 4px;
    top: 0.4rem;
    margin-right: 7px;
    margin-right: 0.7rem;
}

.about-reg__text-download-txt {
    text-decoration: underline;
}

.about-reg__text-download .editor a {
    text-decoration: none;
}

.about-reg__text .editor .about-reg__text-title, .about-reg__text .editor .about-reg__text-title-li:before {
    font-size: 14px;
    font-size: 1.4rem;
}

.about-reg__text .editor .about-reg__text-title {
    display: inline-block;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}

.about-reg__text .editor li {
    margin-bottom: 18px;
    margin-bottom: 1.8rem
}

.about-reg__text .editor li:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: relative;
    display: inline-block;
    margin-right: 4px;
    margin-right: 0.4rem;
}

.about-reg__text .editor li li {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.about-reg__text .editor ol {
    margin-left: 0;
}

.about-ntion {
    padding-top: 2.6em;
}

.about-ntion-item {
    margin-bottom: 1em;
}

.about-ntion-item__heading {
    margin-bottom: 2em;
}

.about-ntion-item__heading-txt {
    color: #B2954D;
    font-size: 1.6em;
    line-height: 1.25;
}

.about-ntion-item-el {
    margin-bottom: 2em;
}

.about-ntion-item-el__title {
    margin-bottom: 1.1em;
}

.about-ntion-item-el__title-txt {
    display: block;
    font-size: 1.4em;
    line-height: 1.4;
}

.about-ntion-item-el__text .editor {
}

.about-nom {
    max-width: 108em;
    padding-top: 2.6em;
    margin: auto;
}

.about-nom__heading {
    margin-bottom: 2em;
}

.about-nom__heading-txt {
    color: #B2954D;
    font-size: 1.6em;
    line-height: 1.25;
}

.about-nom-item {
    margin-bottom: 0.6em;
}

.about-nom-item__title {
    margin: 0 0 1.5em 0;
}

.about-nom-item__title-txt {
    display: block;
    font-size: 1.4em;
    line-height: 1.4;
}

.about-nom-item-el {
    height: 12em;
    position: relative;
    padding: 0.6em 0 0 13.6em;
}

.about-nom-item-el__img {
    width: 12em;
}

.about-nom-item-el__text {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.about-nom-item-el__title {
    min-height: inherit;
    margin-bottom: 1.3em;
}

.about-nom-item-el__title-txt {
    display: block;
    font-size: 1.6em;
    line-height: 1.25;
    color: #B2954D;
}

.about-nom-item-el__field {
    margin-bottom: 0.5em;
}

.about-nom-item-el__field-txt {
    display: block;
    font-size: 1.2em;
    line-height: 1.25;
}

.about-cer {
    padding-top: 2.6em;
    margin-bottom: 2.5em;
}

.about-cer__heading {
    margin: 0 0 1.4em;
}

.about-cer__heading-txt {
    color: #B2954D;
    font-size: 1.6em;
    line-height: 1.25;
}

.about-cer__heading-tab {
    margin: 1.1em -0.5em 0;
}

.about-cer__heading-tab:after {
    content: '';
    display: block;
    clear: both;
}

.about-cer__heading-tab__el {
    float: left;
    display: inline-block;
    padding: 0 1.5em;
    height: 4em;
    color: #ABABAB;
}

.about-cer__heading-tab__el-txt {
    font-size: 1.6em;
    white-space: nowrap;
    line-height: 1.9;
    border-bottom: 2px solid transparent;
}

.about-cer__heading-tab__el.active {
    color: #B2954D;
}

.about-cer__heading-tab__el.active .about-cer__heading-tab__el-txt {
    border-bottom-color: currentColor;
}

.about-cer-title {
    margin: 0 0 0.6em;
}

.about-cer-title__in {
    max-width: 51.6em;
    padding: 1.7em 1em 1.1em 2em;
    margin-left: -1em;
    border-top: 0.5em solid #D3B876;
}

.about-cer-title__txt {
    display: block;
    margin-bottom: 11px;
    margin-bottom: 1.1rem;
    text-transform: uppercase;
    font-size: 1.4em;
    line-height: 1.8;
}

.about-cer-title__dop-txt {
    display: block;
    font-size: 1.2em;
    line-height: 1.25;
}

.about-cer-item {
    margin-bottom: 0.2em;
}

.about-cer-item:after {
    content: '';
    display: block;
    clear: both;
}

.about-cer-item__title {
    margin-bottom: 0.4em;
    padding: 0 1em;
}

.about-cer-item__title-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.about-cer-item__title-in:after, .about-cer-item__title-more:after {
    height: 4em;
}

.about-cer-item__title-in {
    float: left;
}

.about-cer-item__title-in-txt {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #B2954D;
    white-space: nowrap;
}

.about-cer-item__title-more {
    float: right;
    position: relative;
    top: 0.2em;
}

.about-cer-item__title-more-txt {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1;
    white-space: nowrap;
    border-bottom: 1px solid currentColor;
}

.about-cer-item-el__cont {
    margin: 0 -2.5em 0 -1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    -ms-overflow-x: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.about-cer-item-el__cont .grid__el {
    float: none;
    display: inline-block;
    white-space: normal;
    width: 25em;
    min-width: 25em;
    padding: 0;
    margin-right: 1.5em;
}

.about-cer-item-el__cont_in {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow: hidden;
    display: block;
    white-space: normal;
    margin: 0;
}

.about-cer-item-el__cont_in .grid__el {
    float: left;
    display: inline-block;
    white-space: normal;
    width: 100%;
    min-width: inherit;
    padding: 0 1em;
    margin-right: 0;
}

.about-cer-item-el__cont_in .about-cer-item-el-news {
    max-height: 28em;
    margin-bottom: 2em;
    width: 100%;
}

.about-cer-item-el__cont_in .about-cer-item-el-photo__in {
    max-height: 28em;
    margin-bottom: 2em;
    width: 100%;
}

.about-cer-item-el__cont_in .about-cer-item-el-video {
    max-height: 28em;
    margin-bottom: 2em;
    width: 100%;
}

.about-cer-item-el-news {
    width: 25em;
    max-height: 25em;
    margin-bottom: 1.5em;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
    box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
}

.about-cer-item-el-news__size {
    padding-bottom: 100%;
}

.about-cer-item-el-news__img {
    z-index: 1
}

.about-cer-item-el-news__img:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
}

.about-cer-item-el-news__text {
    right: 2em;
    bottom: 2.3em;
    left: 2em;
    z-index: 2;
}

.about-cer-item-el-news__date {
    margin-bottom: 1.5em;
}

.about-cer-item-el-news__date-txt {
    display: block;
    font-size: 1em;
    line-height: 1;
    text-transform: uppercase;
    color: #B2954D;
}

/*min-height: 4em;*/
.about-cer-item-el-news__title-txt {
    display: block;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.4285714285714286;
}

.about-cer-item-el-photo {
    margin-bottom: 1.5em;
}

.about-cer-item-el-photo__in {
    width: 25em;
    max-height: 19em;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
    box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
}

.about-cer-item-el-photo__size {
    padding-bottom: 75%;
}

.about-cer-item-el-photo__img {
    z-index: 1
}

.about-cer-item-el-photo__img:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

.about-cer-item-el-photo__img-preview {
    visibility: hidden;
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: 100%;
}

.about-cer-item-el-photo__img-zoom {
    z-index: 3;
    fill: #fff;
    width: 3.5em;
    height: 3.5em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

.about-cer-item-el-photo__text {
    right: 2em;
    bottom: 2.8em;
    left: 2em;
    z-index: 2;
}

.about-cer-item-el-photo_gal .about-cer-item-el-photo__in {
    width: 100%;
    max-height: 28em;
    margin-bottom: 2em;
}

.about-cer-item-el-photo_gal .about-cer-item-el-photo__size {
    padding-bottom: 85%;
}

.about-cer-item-el-video {
    width: 25em;
    max-height: 18.5em;
    margin-bottom: 1.5em;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
    box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
}

.about-cer-item-el-video__size {
    padding-bottom: 100%;
}

.about-cer-item-el-video__img {
    z-index: 1
}

.about-cer-item-el-video__img:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
}

.about-cer-item-el-video__img:after {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    z-index: 3;
    width: 0;
    height: 0;
    border: 0.9em solid transparent;
    border-left: 1.5em solid #D3B876;
    border-right: none 0;
}

.about-cer-item-el-video__text {
    right: 2em;
    bottom: 1.3em;
    left: 2em;
    z-index: 2;
}

/*min-height: 4em;*/
.about-cer-item-el-video__title-txt {
    display: block;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.4285714285714286;
}

.about-cer-item .pager_more {
    margin-bottom: 3em;
}

.about-cer-nom {
    margin: 0 1em 3em;
}

.about-cer-nom:after {
    content: '';
    display: block;
    clear: both;
}

.about-cer-nom__heading {
    margin-bottom: 2em;
}

.about-cer-nom__heading-txt {
    color: #B2954D;
    font-size: 1.6em;
    line-height: 1.25;
}

.about-cer-nom-item {
    margin-bottom: 4.2em;
}

.about-cer-nom-item:after {
    content: '';
    display: block;
    clear: both;
}

.about-cer-nom-item__title {
    margin-bottom: 1.6em;
}

.about-cer-nom-item__title-txt {
    display: inline-block;
    font-size: 1.4em;
    line-height: 1.4;
}

.about-cer-nom-item-el {
    position: relative;
}

.about-cer-nom-item-el_winner {
    max-width: 41.4em;
    min-height: 14em;
    margin-bottom: 2.6em;
    padding: 0 0 0 13.4em;
}

.about-cer-nom-item-el_party {

}

.about-cer-nom-item-el__img {
    width: 12em;
    height: 12em;
    top: 2em;
    bottom: auto;
    z-index: 1;
    -webkit-box-shadow: 0 2em 2.5em rgba(0, 0, 0, 0.11);
    box-shadow: 0 2em 2.5em rgba(0, 0, 0, 0.11);
}

.about-cer-nom-item-el__text-in {
    margin-top: 1.3em;
}

.about-cer-nom-item-el__rank {
    margin-bottom: 1.4em;
    position: relative;
    left: -13.4em;
}

.about-cer-nom-item-el__rank-txt {
    display: block;
    text-transform: uppercase;
    color: #B2954D;
    font-size: 1.1em;
    line-height: 1;
}

.about-cer-nom-item-el_party .about-cer-nom-item-el__rank {
    left: 0;
    margin-bottom: 1.7em;
}

.about-cer-nom-item-el-winner__name {
    margin-bottom: 1em;
}

.about-cer-nom-item-el-winner__name-txt {
    display: block;
    font-size: 1.6em;
    line-height: 1.25;
}

.about-cer-nom-item-el-winner__dop-txt {
    display: block;
    font-size: 1.2em;
    line-height: 1.6666666666666667;
}

.about-cer-nom-item-el-party__name {
    margin-bottom: 0.7em;
}

.about-cer-nom-item-el-party__name-txt {
    display: block;
    font-size: 1.2em;
    line-height: 1.25;
}

.about-cer-nom-item-el-party__dop-txt {
    display: block;
    font-size: 1.2em;
    line-height: 1.25;
}

.about-cer-nom_winner {
    padding-top: 1.5em;
}

/* Events page */
.events {
    margin-bottom: 3em;
}

.events__list {
    padding-top: 3em;
}

.events-item {
    display: block;
    max-height: 30em;
    margin-bottom: 2em;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
    box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11)
}

.events-item:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.events-item__img {
    z-index: 1;
}

.events-item__img:before {
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: 0.6;
}

.events-item__text {
    right: 2em;
    bottom: 1.4em;
    left: 2em;
    z-index: 2;
    max-height: 100%;
    overflow: hidden;
}

.events-item__date {
    display: block;
    margin-bottom: 1.3em;
}

.events-item__date-txt {
    font-size: 1.1em;
    text-transform: uppercase;
    line-height: 1;
    color: #B2954D;
}

.events-item__title {
    display: block;
}

.events-item__title-txt {
    color: #fff;
    font-size: 1.6em;
    line-height: 1.25;
}

.events-item__more {
    display: inline-block;
    height: 2.5em;
}

.events-item__more-txt {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    border-bottom: 1px solid currentColor;
}

/* Management page */
.management {
    margin-bottom: 3em;
}

.management__list {
    padding-top: 3em;
}

.management-item {
    display: block;
    height: auto;
    margin-bottom: 2em;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
    box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
}

.management-item:after {
    content: '';
    display: block;
    clear: both;
}

.management-item__img {
    height: 25em;
    z-index: 1;
    position: relative;
}

.management-item__text {
    padding: 2.1em 1.5em 2.4em;
    z-index: 2;
    position: relative;
}

.management-item__text-wrap {
    max-height: 100%;
    overflow: hidden;
}

.management-item__title {
    display: block;
    margin-bottom: 0.9em;
}

.management-item__title-txt {
    color: #B2954D;
}

.management-item__rank {
    display: block;
}

.management-item__rank-txt {
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1.25;
}

.management-item__desc {
    margin-top: 2.1em;
}

.management-item__desc .editor p, .management-item__desc .editor span, .management-item__desc .editor li {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.management-item__desc .editor p span, .management-item__desc .editor p p, .management-item__desc .editor span span, .management-item__desc .editor span p, .management-item__desc .editor li span, .management-item__desc .editor li p {
    margin-bottom: 0;
}

/* News page */
.news {
    margin-bottom: 3em;
}

.news__list:after {
    content: '';
    display: block;
    clear: both;
}

.news-el {
    max-height: 28em;
    margin-bottom: 2em;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
    box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
}

.news-el__size {
    padding-bottom: 100%;
}

.news-el__img {
    z-index: 1
}

.news-el__img:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
}

.news-el__text {
    right: 2em;
    bottom: 2.3em;
    left: 2em;
    z-index: 2;
}

.news-el__date {
    margin-bottom: 1.4em;
}

.news-el__date-txt {
    display: block;
    font-size: 1em;
    line-height: 1;
    text-transform: uppercase;
    color: #B2954D;
}

.news-el__title {
    min-height: 4em;
}

.news-el__title-txt {
    display: block;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.4285714285714286;
}

.news .grid {
    margin: 0;
}

.news .grid_x4 .grid__el {
    padding: 0 1em;
}

/* Partner page */
.partner {
    padding-top: 2em;
    margin-bottom: 3em;
}

.partner-item {
    margin-bottom: 3em;
}

.partner-item__title {
    margin-bottom: 1em;
}

.partner-item__title-txt {
    color: #B2954D;
    text-transform: uppercase;
}

.partner-item__list {
    margin: 0 -2em;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partner-item__el {
    display: inline-block;
    height: 10em;
    max-width: 50%;
    padding: 2em;
}

.partner-item__el-img {
    max-height: 100%;
}

.partner-item__el_link {
}

/* Contact page */
.contact {
    padding-top: 2.6em;
}

.contact-main {
    padding: 0 1em 0.8em;
    margin-bottom: 2.4em;
    border-bottom: 2px solid #D3B876;
}

.contact-main:after {
    content: '';
    display: block;
    clear: both;
}

.contact-main__list {
}

.contact-main__txt {
    display: block;
    font-size: 1.2em;
    line-height: 1.7;
}

.contact-main__txt-in {
    white-space: nowrap;
}

.contact-main__address {
    margin-bottom: 1em;
}

.contact-main__tel {
    margin-bottom: 1em;
}

.contact-main__mail {
    margin-bottom: 1em;
}

.contact-main__mail a {
    white-space: nowrap;
}

.contact-item {
    max-width: 94.6em;
    padding: 0 1em 2em;
}

.contact-item__title {
    margin-bottom: 1em;
}

.contact-item__title-txt {
    color: #B2954D;
}

.contact-item-el {
    margin-bottom: 2em;
}

.contact-item-el:after {
    content: '';
    display: block;
    clear: both;
}

.contact-item-el__txt {
    display: block;
    font-size: 1.2em;
    line-height: 1.7;
}

.contact-item-el__name {
    margin-bottom: 1em;
}

.contact-item-el__rank {
    margin-bottom: 1em;
}

.contact-item-el__tel {
    margin-bottom: 1em;
}

.contact-item-el__tel-in {
    display: block;
    white-space: nowrap;
}

.contact-item-el__mail {
    margin-bottom: 1em;
}

.contact-item-el__mail-in {
    display: inline-block;
}

.contact-item-el__mail-in-title {
    color: #B2954D;
}

.contact-item-el__mail-in a {
    white-space: nowrap;
    text-decoration: underline;
}

.contact-item-el__mail-in:hover {
    text-decoration: none;
    opacity: 0.75;
}

/*=== Social Mobile ===*/

.contact-info {
    padding: 0.5px 0;
}

.contact-info__in {
    max-width: 100em;
    margin: 9.3em auto 5em;
}

.contact-info-el {
    max-width: 50em;
    margin-bottom: 0em;
}

/*.contact-info-el__title {
            margin-bottom: 0em; }
            .contact-info-el__title-txt {
              font-size: 1.1em;
              line-height: 1; }*/
.contact-info-el-stage {
    margin-top: 2em;
    padding-bottom: 0.5em;
}

.contact-info-el-stage__el {
    display: inline-block;
    height: 3em;
    color: #0077E5;
}

.contact-info-el-stage__el-txt {
    font-size: 1.6em;
    text-decoration: underline;
}

.contact-info-el-stage__el:hover .contact-info-el-stage__el-txt {
    text-decoration: none;
}

.contact-info-el-soc__el {
    float: left;
    height: 1.7em;

    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.contact-info-el-soc__el-ico_vk {

    width: 2.4em;
    height: 1.3em;
    margin-right: 2.5em;
}

.contact-info-el-soc__el-ico_f {

    width: 0.9em;
    height: 1.7em;
    margin-right: 2.5em;
}

.contact-info-el-soc__el-ico_i {

    width: 1.8em;
    height: 1.7em;
    margin-right: 2.5em;
}

.contact-info-el-soc__el-ico_y {

    width: 2.1em;
    height: 1.5em;
}

.contact-info-el-soc__el:hover {
    opacity: 0.75;
}

/*=== End-Social ===*/

/* Map page */
.map {
    padding-top: 1em;
    padding-bottom: 2em;
}

.map__marker {
    padding-right: 10px;
}

.map__marker a {
    text-decoration: underline;
}

.map__map {
    height: 20em;
    position: relative;
    margin-bottom: 4.6em;
}

.map-theater__title {
    text-align: center;
    margin-bottom: 2em;
}

.map-theater__title-txt {
    color: #B2954D;
    letter-spacing: 0.08125em;
}

.map-theater-el {
    position: relative;
    min-height: 13em;
    padding: 1.1em 0 0 14em;
    margin-bottom: 2em;
}

.map-theater-el__img {
    width: 13em;
    height: 13em;
    padding: 0.5em;
    background: #FFF;
    -webkit-box-shadow: 0 2em 2.5em rgba(0, 0, 0, 0.11);
    box-shadow: 0 2em 2.5em rgba(0, 0, 0, 0.11);
}

.map-theater-el__img-in {
    width: 100%;
    height: 100%;
}

.map-theater-el__name {
    margin-bottom: 0.8em;
}

.map-theater-el__name-txt {
    color: #B2954D;
    font-size: 1.4em;
    line-height: 1.45;
}

.map-theater-el__link {
    display: inline-block;
}

.map-theater-el__link-txt {
    font-size: 1.2em;
    line-height: 1.25;
}

.map-theater-el__link:hover {
    text-decoration: underline;
}

.map .grid {
    margin: 0 -0.5em;
}

.map .grid__el {
    padding: 0;
}

/* Order page */
.order {
    max-width: 80em;
    padding: 1em 1em 0;
    margin: 0 auto 5em;
}

.order__list {

}

.order-item {
    margin-bottom: 1.6em;
}

.order-item__name {
    margin-bottom: 0.4em;
}

.order-item__name-txt {
    display: block;
    font-size: 1.4em;
    line-height: 1.45;
}

.order-item__name-txt-dop {
    display: block;
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
    font-size: 1.1em;
    line-height: 1.2;
}

.order-item__name-txt-dop a {
    text-decoration: underline;
}

.order-item__field-in {
    overflow: hidden;
}

.order-item__field-in_sm {
}

.order-item__field-in_md {
}

.order-item__field-in_fl {
    width: 100%;
}

.order-item__field-in + .order-item__field-in {
    margin-top: 2em;
}

.order-item__field-btn {
    display: inline-block;
    margin-top: 0.2em;
    padding: 1.1em 2.3em 1em 0;
    color: #c1954d;
    position: relative
}

.order-item__field-btn:before {
    content: "";
    display: inline-block;
    width: 0.2em;
    height: 1.2em;
    background: currentColor;
    top: 1.2em;
    right: 0.5em;
    position: absolute;
}

.order-item__field-btn:after {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 0.2em;
    background: currentColor;
    top: 1.7em;
    right: 0;
    position: absolute;
}

.order-item__field-btn-txt {
    font-size: 1.2em;
}

.order-item__field select {
    width: 100%;
}

.order-item__field .nice-select {
    width: 100%;
}

.order__btn {
    margin-top: 4em;
}

/*.order__title {*/
/*    margin-bottom: 6.9em;*/
/*    padding-right: 2em;*/
/*    text-align: center;*/
/*}*/

/*.order__title-ico {*/
/*    width: 4.2em;*/
/*    height: 3.2em;*/
/*    display: inline-block;*/
/*    margin-right: 3.3em;*/
/*    position: relative;*/
/*    top: 0.5em;*/
/*}*/

/*.order__title-txt {*/
/*    font-size: 2.4em;*/
/*    line-height: 1.45;*/
/*    letter-spacing: 0.08em;*/
/*    color: #B2954D;*/
/*    text-transform: uppercase;*/
/*}*/

/* Nominees page */
.nominees {
    margin-bottom: 2em;
}

.nominees__list {
    padding-top: 3em;
}

.nominees__list:after {
    content: '';
    display: block;
    clear: both;
}

.nominees-item {
    display: block;
    height: auto;
    min-height: 12em;
    margin-bottom: 1.6em;
    padding: 0 0 0 12em;
    position: relative;
    background: #fff;
}

.nominees-item:after {
    content: '';
    display: block;
    clear: both;
}

.nominees-item__img {
    width: 12.5em;
    height: 17em;
    top: 0;
    bottom: auto;
    z-index: 1;
}

.nominees-item__text {
    padding: 0.6em 0 1em 1.5em;
    height: 100%;
    z-index: 2;
}

.nominees-item__text-wrap {
    max-height: 100%;
    overflow: auto;
}

.nominees-item__title {
    display: block;
    margin-bottom: 1.3em;
}

.nominees-item__title-txt {
    color: #B2954D;
    font-size: 1.6em;
    line-height: 1.25;
}

.nominees-item__dop {
    display: block;
    margin-bottom: 0.5em;
}

.nominees-item__dop-txt {
    font-size: 1.2em;
    line-height: 1.25;
}

.nominees-item__desc {
    margin-top: 0.5em;
}

.nominees-item__desc .editor {
    line-height: 1.25;
}

.nominees-item__desc .editor p, .nominees-item__desc .editor span, .nominees-item__desc .editor li {
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
}

.nominees-item__desc .editor p span, .nominees-item__desc .editor p p, .nominees-item__desc .editor span span, .nominees-item__desc .editor span p, .nominees-item__desc .editor li span, .nominees-item__desc .editor li p {
    margin-bottom: 0;
}

/* Party page */
.party {
    margin-bottom: 2em;
}

.party__in {
    display: inline-block;
    text-align: left;
    padding: 2.6em 1em 0;
}

.party__list {
    margin-left: 2.4em;
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset: num; /* Задаём имя счетчика */
}

.party__list:after {
    content: '';
    display: block;
    clear: both;
}

.party-item {
    position: relative;
    z-index: 1;
    margin-bottom: 2.3em
}

.party-item:before {
    font-size: 1.4em;
    line-height: 1.25;
    content: counter(num) '. '; /* Выводим число */
    counter-increment: num; /* Увеличиваем значение счётчика */
    position: absolute;
    left: -24px;
    left: -24px;
    left: -2.4rem;
}

.party-item__text {
}

.party-item__title {
    display: block;
    margin-bottom: 0.5em;
}

.party-item__title-txt {
    font-size: 1.4em;
    line-height: 1.25;
}

.party-item__dop {
    display: block;
}

.party-item__dop-txt {
    font-size: 1.2em;
    line-height: 1.25;
}

/* 404 page */
.inner-page-404 {
    min-height: 30em;
}

.inner-page-404__in {
    right: 0;
    bottom: 16%;
    left: 0;
    position: absolute;
    z-index: 1;
    text-align: right;
}

.inner-page-404__bg {
    background-color: #232323;
    z-index: -1;
}

.inner-page-404__heading-txt {
    font-size: 3.4em;
    line-height: 1;
    color: #B2954D;
}

.inner-page-404__heading-txt-in {
    position: relative;
    top: -10px;
    top: -1rem;
    font-size: 3em;
    margin-left: 47px;
    margin-left: 4.7rem;
}

.inner-page-404__text {
    margin-top: 0.5em;
}

.inner-page-404__text .editor {
    font-size: 1.8em;
    line-height: 1.25;
    color: #B2954D;
}

.inner-page-404__link {
    color: #FFF;
    margin-top: 3em;
}

.inner-page-404__link-in {
    display: inline-block;
    height: 4em;
    color: #fff;
}

.inner-page-404__link-txt {
    font-size: 1em;
    line-height: 1.25;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid currentColor;
    line-height: 1;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
}

/* Hostcms Panel reset b*/
.hostcmsPanel {
    z-index: 1002 !important;
}

.hostcmsPanel a {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    line-height: normal !important;
    vertical-align: inherit !important;
}

.hostcmsWindow input, .hostcmsWindow textarea {
    color: #000 !important;
    text-shadow: none !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

/* Hostcms Panel reset e */
@media screen and (min-width: 360px) {
    .home-winner-el__img {
        height: 30em;
    }

    .management-item__img {
        height: 34em;
    }

    .map .grid {
        margin: 0;
    }
}

@media screen and (min-width: 375px) {
    .nav__wrap {
        padding-top: 4.9em;
    }

    .nav-menu {
        margin-bottom: 4em;
    }

    .nav-footer__copyright {
        float: left;
        max-width: 51%;
    }

    .nav-footer__copyright-txt-top {
        display: block;
    }

    .nav-footer__copyright-txt-bottom {
        display: block;
        padding-top: 0.2rem;
    }

    .nav-footer__dev {
        margin-top: 0;
        float: right;
        max-width: 36%;
        display: block;
        top: -0.9em;
    }
}

@media screen and (min-width: 430px) {
    .home-winner__title {
        text-align: center;
    }
}

@media screen and (min-width: 480px) {
    .about-cer-item-el__cont_in.grid_x3 .grid__el {
        width: 50%;
    }
}

@media screen and (min-width: 560px) {
    .about-cer-item-el__cont_in.grid_x4 .grid__el {
        width: 50%;
    }

    .news .grid_x4 .grid__el {
        width: 50%;
    }
}

@media screen and (min-width: 600px) {
    .g-form-item {
        margin-bottom: 3em;
    }

    .g-form-item__name {
        float: left;
        width: 30%;
        padding: 1.25em 2em 0 0;
    }

    .g-form-item__name-txt {
        display: block;
        font-size: 1.4em;
        line-height: 1.8;
    }

    .g-form-item__name-txt-dop {
        display: block;
        font-size: 1.1em;
        line-height: 1.2;
    }

    .g-form-item__name-txt-dop a {
        text-decoration: underline;
    }

    .g-form-item__field {
        float: left;
        width: 70%;
    }

    .g-form-item__field-in {
        overflow: hidden;
    }

    .g-form-item__field-in_sm {
        max-width: 22em;
    }

    .g-form-item__field-in_md {
        max-width: 40em;
    }

    .g-form-item__field-in_fl {
        width: 100%;
    }

    /* &-captcha {
          margin-bottom: 1.5em;
          margin-left: 10em;
        } */
    .g-form__btn {
        margin-top: 2.6em;
        margin-left: 30%;
        /* text-align: center; */
    }

    .g-form label.error {
        display: block;
        margin-top: 3px;
        margin-top: 0.3rem;
        font-size: 1.2em;
        color: #ed4e48;
    }

    .modal-form__in {
        padding: 7em 5em 4em;
    }

    .modal-form-text__contact .editor br {
        display: none;
    }

    .about-ntion .grid_x2 .grid__el {
        width: 50%;
    }

    .about-cer-nom .grid_x2 .grid__el {
        width: 50%;
    }

    .about-cer-nom-item-el_winner {
        padding-right: 1em;
    }

    .about-cer-nom-item-el__img {
        top: 0;
    }

    .about-cer-nom-item-el__rank {
        margin-bottom: 1em;
        left: 0;
    }

    .management-item {
        height: 34em;
        margin-bottom: 3em;
    }

    .management-item__img {
        width: 50%;
        height: auto;
        position: absolute;
    }

    .management-item__text {
        position: absolute;
        padding: 1em 2em 1em;
        width: 50%;
    }

    .management-item__text-wrap {
        max-height: 100%;
        overflow: hidden;
    }

    .map .grid {
        margin: 0 -1em;
    }

    .map .grid__el {
        padding: 0 1em;
    }

    .map .grid_x3 .grid__el {
        width: 50%;
    }

    .map-theater-el {
        padding-right: 0.5em;
    }

    .order-item {
        margin-bottom: 3em;
    }

    .order-item__name {
        float: left;
        width: 38%;
        padding: 1.5em 2em 0 0;
    }

    .order-item__field {
        float: left;
        width: 62%;
    }

    .order-item__field-in {
        overflow: hidden;
    }

    .order-item__field-in_sm {
        max-width: 22em;
    }

    .order-item__field-in_md {
        max-width: 40em;
    }

    .order-item__field-in_fl {
        width: 100%;
    }

    .order-item__field-in + .order-item__field-in {
        margin-top: 2em;
    }

    .order-item__field select {
        max-width: 22rem;
    }

    .order-item__field .nice-select {
        max-width: 22rem;
    }

    .order-item__field .nice-select .list {
        right: auto;
    }

    .order-item__field-btn {
    }

    .order__btn {
        margin-left: 38%;
        width: 22em;
    }

    .party {
        text-align: center;
    }

    .party__in {
        max-width: 38em;
    }
}

@media screen and (min-width: 660px) {
    .events .grid_x2 {
        margin: 0 -0.5em;
    }

    .events .grid_x2 .grid__el {
        width: 50%;
        padding: 0 0.5em;
    }
}

@media screen and (min-width: 700px) {
    .g-input-el__in {
        padding: 1.8em 8em 1.4em 1em;
    }

    .g-input-el__name {
        width: 75%;
    }

    .g-input-el__size {
        width: 25%;
    }

    .g-input-el__btn {
        width: 7em;
    }

    .g-input-el__btn-txt {
        display: inline-block;
    }

    .home-bg__ico-b-bl-1 {
        left: 0;
    }

    .about-nom .grid_x2 .grid__el {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .modal-form__overlay {
        display: block;
        z-index: 0;
    }

    .modal-form__wrap {
        padding: 4em 4em 4em;
        background: none;
    }

    .modal-form__wrap:after {
        display: inline-block;
    }

    .modal-form__in {
        padding: 12.5em 10em 9.5em;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        overflow: hidden;
        -webkit-box-shadow: 0 1.4em 2.5em rgba(173, 173, 173, 0.5);
        box-shadow: 0 1.4em 2.5em rgba(173, 173, 173, 0.5);
    }

    .inner-page-detail__img {
        max-height: 42.4em;
    }

    .inner-page-detail__img:before {
        content: "";
        display: block;
        padding-bottom: 48.5%;
    }

    .about-cer-item-el__cont_in.grid_x3 .grid__el {
        width: 33.333%;
    }
}

@media screen and (min-width: 800px) {
    .nav {
        max-width: 63em;
    }

    .header:hover ~ .nav {
        will-change: transform, box-shadow;
    }

    .nav-open .nav {
        -webkit-box-shadow: 0 1.4em 2.5em rgba(173, 173, 173, 0.5);
        box-shadow: 0 1.4em 2.5em rgba(173, 173, 173, 0.5);
        will-change: transform, box-shadow;
    }

    .about-cer-item-el__cont_in.grid_x4 .grid__el {
        width: 33.333%;
    }

    .news .grid_x4 .grid__el {
        width: 33.333%;
    }

    .contact-main:after {
        content: '';
        display: block;
        clear: both;
    }

    /*margin-bottom: 5.1em;*/
    .contact-main__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .contact-main__txt {
        line-height: 1.25;
    }

    .contact-main__txt-in {
        white-space: nowrap;
    }

    .contact-main__address {
        padding-right: 4em;
        float: left;
    }

    .contact-main__tel {
        padding-right: 4em;
        float: left;
    }

    .contact-main__mail {
        float: left;
    }

    .contact-main__mail a {
        white-space: nowrap;
    }

    .contact-item__title-txt {
    }

    .contact-item-el {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .contact-item-el:after {
        content: '';
        display: block;
        clear: both;
    }

    .contact-item-el__txt {
        display: block;
        font-size: 1.2em;
        line-height: 1.25;
    }

    .contact-item-el__name {
        padding-right: 3.8em;
        float: left;
        width: 20.5%;
    }

    .contact-item-el__rank {
        padding-right: 2em;
        float: left;
        width: 20.5%;
    }

    .contact-item-el__tel {
        padding-right: 2em;
        float: left;
        width: 20.5%;
    }

    .contact-item-el__tel-in {
        display: block;
        white-space: nowrap;
    }

    .contact-item-el__mail {
        padding-right: 2em;
        float: left;
        width: 38.5%;
    }

    .contact-item-el__mail-in {
        display: inline-block;
    }

    .contact-item-el__mail-in a {
        white-space: nowrap;
    }
}

@media screen and (min-width: 900px) {
    .management-item {
        height: 49em;
        margin-bottom: 5em;
    }

    .management-item__img {
    }

    .management-item__text {
        padding: 7em 6.2em 5.8em;
    }

    .map .grid_x3 .grid__el {
        width: 33.333%;
    }

    .map-theater-el {
        padding-right: 0.5em;
    }
}

@media screen and (min-width: 960px) {
    .nominees .grid_x2 {
        margin: 0 -1em;
    }

    .nominees .grid_x2 .grid__el {
        width: 50%;
        padding: 0 1em;
    }

    .nominees-item {
        height: 22em;
        margin-bottom: 2em;
        padding: 0 0 0 22em;
        -webkit-box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
        box-shadow: 0 0.5em 0.9em rgba(0, 0, 0, 0.11);
    }

    .nominees-item__img {
        width: 22em;
        height: 22em;
    }

    .nominees-item__text {
        padding: 2em 2em 2em;
    }
}

@media screen and (min-width: 1024px) {
    .inner-page-detail__img {
        margin-right: auto;
        margin-left: auto;
    }

    .about-cer-item-el__cont_in.grid_x4 .grid__el {
        width: 25%;
    }

    .news .grid_x4 .grid__el {
        width: 25%;
    }
}

@media screen and (max-width: 1150px) {
    .footer-menu {
        width: 60%;
    }

    .footer__right {
        width: 40%;
    }
}

.lng-switcher {
    position: absolute;
    display: inline-block;
    top: 4px;
    left: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.lng-switcher__link {
    display: inline-block;
    height: 4em;
    white-space: nowrap;
    text-transform: uppercase;
}

.lng-switcher__txt {
    display: inline-block;
    border-bottom: 1px solid currentColor;
    font-size: 1em;
    line-height: 1;
}

.g-btn-eng {
    display: inline-block;
    height: 4em;
    min-width: 5em;
    position: relative;
    z-index: 5;
    padding: 0.1em 1.9em 0 2em;
    border: 0 none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #D3B876;
    -webkit-box-shadow: 0 1.7em 1.7em rgba(156, 136, 87, 0.5);
    box-shadow: 0 1.7em 1.7em rgba(156, 136, 87, 0.5);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.g-btn-eng:hover {
    background: #C5A555; /* box-shadow: 0 0 0 transparent; */
}

.g-btn-eng:active {
    background: #C5A555;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.input-checkbox {
    margin: 13px 0 0 0;
    padding: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    color: #D3B876;
}
.home-link__list--left {
    float: left !important;
    margin: 0 0 0 -20px !important;
}
