/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

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

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

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

/**
 * 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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

html {
    height: 100%;
    /* min-width: 410px; */
    min-width: 340px;
    overflow-x: hidden;
}

html.locked {
    overflow-y: hidden;
}

body {
    font-family: "Circe", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #282a30;
    font-weight: 400;
    overflow: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

.container {
    width: inherit !important;
    max-width: 1450px;
    margin: auto;
    padding: 0 40px;
}

.container.container--max1600 {
    max-width: 1600px;
}

.container.container--max1100 {
  max-width: 1100px;
}

@media (max-width: 1023px) {
    .container {
        padding: 0 15px;
    }
}

.container--fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1450px !important;
}

p {
    display: block;
    margin: 0 0 20px;
    line-height: 1.6;
    font-size: 15px;
}

@media (max-width: 767px) {
    p {
        margin: 0 0 10px;
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    p {
        margin-bottom: 5px;
    }
}

.title-1 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 400;
}

@media (max-width: 500px) {
    .title-1 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.title-1--tac {
    text-align: center;
    font-size: 24px;
}

@media (max-width: 500px) {
    .title-1--tac {
        font-size: 20px;
    }
}

.title-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.title-bl .title-1 {
    margin-bottom: 0;
}

@media (max-width: 500px) {
    .title-bl .btn--border {
        padding: 10px;
        font-size: 13px;
    }
}

.title-2 {
    color: #ed5338;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

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

a {
    display: inline;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    color: #ed5338;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    cursor: pointer;
}

.clearfix::after,
.clearfix::before {
    content: "";
    display: table;
    clear: both;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

@media (max-width: 1023px) {
    ul {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    ul {
        margin: 0 0 20px;
    }
}

ol {
    list-style-type: decimal;
}

@media (max-width: 1023px) {
    ol {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    ol {
        margin: 0 0 20px;
    }
}

button {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

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

.hidden {
    display: none;
}

.i-icon {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.title-1 .i-icon {
    margin-bottom: 6px;
    display: none;
}

.title-1>img {
    display: none;
}

.title-1>span {
    display: none;
}

.i-icon--big {
    width: 5em;
    height: 5em;
}

main {
    /*background: #F4F4F4;*/
    /*background: #e5e2df;*/
    background: #f8f8f8;
}

@font-face {
    font-family: "Circe";
    src: url("/local/client/app/fonts/Circe/Circe-Regular.woff2") format("woff2"),
        url("/local/client/app/fonts/Circe/Circe-Regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "Circe";
    src: url("/local/client/app/fonts/Circe/Circe-Light.woff2") format("woff2"),
        url("/local/client/app/fonts/Circe/Circe-Light.woff") format("woff");
    font-weight: 500;
}

@font-face {
    font-family: "Circe";
    src: url("/local/client/app/fonts/Circe/Circe-Bold.woff2") format("woff2"),
        url("/local/client/app/fonts/Circe/Circe-Bold.woff") format("woff");
    font-weight: 700;
}

@font-face {
    font-family: "Circe";
    src: url("/local/client/app/fonts/Circe/Circe-ExtraBold.woff2") format("woff2"),
        url("/local/client/app/fonts/Circe/Circe-ExtraBold.woff") format("woff");
    font-weight: 900;
}

@font-face {
    font-family: "PTSans";
    src: url("/local/client/app/fonts/PTSans/PTSans-Regular.woff2") format("woff2"),
        url("/local/client/app/fonts/PTSans/PTSans-Regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "PTSans";
    src: url("/local/client/app/fonts/PTSans/PTSans-Bold.woff2") format("woff2"),
        url("/local/client/app/fonts/PTSans/PTSans-Bold.woff") format("woff");
    font-weight: 700;
}

.b-breadcrumbs {
    margin-bottom: 30px;
    padding-top: 60px;
    font-size: 14px;
}

.b-breadcrumbs__item {
    display: inline-block;
    cursor: default;
    margin-bottom: 10px;
}

.b-breadcrumbs__item a {
    border-bottom: 1px solid #000;
}

.b-breadcrumbs__item.current {
    color: #ed5338;
    font-weight: 700;
    border-bottom: 0;
}

.b-breadcrumbs__item::before {
    content: "-";
    padding-right: 4px;
}

.b-breadcrumbs__item:first-of-type {
    padding-left: 0;
}

.b-breadcrumbs__item:first-of-type::before {
    display: none;
}

.b-breadcrumbs__link {
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.b-breadcrumbs__link:hover {
    color: #c59368;
    border-bottom: 1px solid #c59368;
    text-decoration: none;
}

.form-group input {
    padding: 0;
    height: auto;
    height: initial;
    width: auto;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: "";
    position: absolute;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    left: -27px;
    top: 2px;
}

.form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: -23px;
    width: 3px;
    height: 5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    .form-group label:before {
        left: -7px;
    }

    .form-group input:checked+label:after {
        left: -3px;
    }
}

.b-input {
    margin-bottom: 15px;
}

.b-input__input {
    display: inline-block;
    position: relative;
}

.b-input__label {
    display: inline !important;
    display: initial !important;
    position: relative;
}

.b-input__label>img.calendar-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-input input:not([type="radio"]) {
    width: 100%;
    padding: 15px 20px;
    resize: none;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    border: 1px #9393931a solid;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.b-input input:not([type="radio"]):autofill {
    -webkit-text-fill-color: #000;
    background: transparent;
}

.b-input input:not([type="radio"]):-webkit-autofill {
    -webkit-text-fill-color: #000;
    background: transparent;
}

.p-form .b-input input:not([type="radio"]) {
    padding: 15px 20px 15px 35px;
}

#auth-modal .b-input select {
    width: 100%;
    padding: 15px 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px #9393931a solid;
    color: #a1a1a1;
    border-radius: 8px;
    font-size: 16px;
    -webkit-box-shadow: -4px -4px 6px #fff, 3px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: -4px -4px 6px #fff, 3px 3px 4px rgba(0, 0, 0, 0.1);
}

#auth-modal #hidden_org .b-input {
    width: 100%;
    margin-bottom: 10px !important;
}

#auth-modal .b-input select option,
#auth-modal .b-input select option:focus {
    color: #000;
}

#auth-modal .b-input {
    /*width: 50%;*/
    width: 100%;
    position: relative;
    padding: 0;
}

#auth-modal .b-input:not(:nth-last-child(-n + 2)) {
    margin-bottom: 25px;
}

#auth-modal img.calendar-icon {
    float: right;
    margin-top: -35px;
    margin-right: 20px;
}

@media (max-width: 600px) {
    #auth-modal .b-input {
        width: 100%;
    }
}

.b-input input:focus {
    /*-webkit-box-shadow: inset 0 0 2px 2px #add8e6;*/
    /*box-shadow: inset 0 0 2px 2px #add8e6;*/
    -webkit-box-shadow: inset 1px 0px 5px 2px #ed53384d;
    box-shadow: inset 1px 0px 5px 2px #ed53384d;
    border-color: #ed5338 !important;
    background: #ffffff !important;
}

.b-input input::-webkit-input-placeholder {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.b-input input::-moz-placeholder {
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.b-input input:-ms-input-placeholder {
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.b-input input::-ms-input-placeholder {
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.b-input input::placeholder {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.b-input input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.b-input input:focus::-moz-placeholder {
    opacity: 0;
}

.b-input input:focus:-ms-input-placeholder {
    opacity: 0;
}

.b-input input:focus::-ms-input-placeholder {
    opacity: 0;
}

.b-input input:focus::placeholder {
    opacity: 0;
}

.b-input input.success:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.b-input textarea {
    width: 100%;
    border: none;
    resize: none;
    background-color: #fff;
    padding: 15px 20px;
    border: 0;
    border-radius: 8px;
}

.opros .b-input textarea {
    width: 100%;
    resize: none;
    background-color: #fff;
    padding: 15px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 16px;
}

.b-input.error input {
    border: 1px solid #cd152c;
}

.b-input.error input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.b-input__submit input {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*padding: 10px 35px;*/
    /*text-align: center;*/
    /*font-size: 16px;*/
    /*cursor: pointer;*/
    /*font-weight: 900;*/
    /*text-transform: uppercase;*/
    /*border-radius: 50px;*/
    /*-webkit-transition: all ease .3s;*/
    /*-o-transition: all ease .3s;*/
    /*transition: all ease .3s;*/
    /*background: #ed5338;*/
    /*color: #fff;*/
    /*border: 1px solid transparent;*/
    /*margin: 0 auto;*/

    /*я не понял зачем здесь он, вызываю пояснительную бригаду*/
    /*margin-top: 10px;*/
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 350;
    line-height: 0.83;
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, -webkit-transform 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, transform 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, transform 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #ec5438;
    -webkit-box-shadow: 0 4px 20px rgba(236, 84, 56, 0.6) !important;
    box-shadow: 0 4px 20px rgba(236, 84, 56, 0.6) !important;
    text-transform: none;
    margin: 0 auto;
    cursor: pointer;
}

.b-input__submit input:hover {
    /*border: 1px solid #ed5338;*/
    /*background: transparent;*/
    /*color: #ed5338;*/
    background-color: #d8472d;
    color: #fff;
}

.parsley-error {
    -webkit-box-shadow: inset 0 0 2px 2px #cd152c;
    box-shadow: inset 0 0 2px 2px #cd152c;
    background-color: #f2dede !important;
}

.parsley-required {
    color: #cd152c;
}

.b-tabs {
    border-radius: 20px;
    /*background: #fff;*/
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .b-tabs {
        margin-bottom: 40px;
    }
}

.b-tabs__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 3px;
    /*border: 1px solid #ed5338;*/
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .b-tabs__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.b-tabs__head-item {
    font-size: 18px;
    font-weight: 700;
    color: #ed5338;
    text-transform: uppercase;
    padding: 15px 80px;
}

@media (max-width: 1279px) {
    .b-tabs__head-item {
        padding: 15px 30px;
    }
}

.b-tabs__head-item.active {
    background: #ed5338;
    border-radius: 3px;
    color: #ffffff;
    -webkit-box-shadow: 0 4px 20px rgba(236, 84, 56, 0.6);
    box-shadow: 0 4px 20px rgba(236, 84, 56, 0.6);
}

.b-tabs__head-item:hover {
    color: #d8472d;
}

.b-tabs__head-item.active:hover {
    color: #ffffff;
}

.b-tabs__body {
    padding: 15px 0;
}

.b-tabs__body-item {
    display: none;
}

.b-tabs__body-item.active {
    display: block;
}

.btn {
    display: inline-block;
    padding: 10px 35px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 50px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.btn--orange {
    background: #ed5338;
    color: #fff;
    border: 1px solid transparent;
}

.btn--orange:hover {
    border: 1px solid #ed5338;
    background: #d8472d;
    color: #fff;
}

.btn--brown {
    background: #c59368;
    color: #fff;
    border: 1px solid transparent;
}

.btn--brown:hover,
.r-form .b-form__submit.sender-btn:hover {
    border: 1px solid #c59368;
    background: transparent;
    color: #c59368;
    cursor: pointer;
}

.btn--green {
    background: #6dc554;
    color: #fff;
    border: 1px solid transparent;
}

.btn--green:hover {
    border: 1px solid #34c528;
    background: transparent;
    color: #6dc554;
}

.btn--gray {
    background: #b3bdc8;
    color: #fff;
    border: 1px solid transparent;
}

.btn--gray:hover {
    border: 1px solid #c8d6e5;
    background: transparent;
    color: #b3bdc8;
}

.btn--white {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.btn--white:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.btn--border {
    border: 1px solid #c59368;
    color: #c59368;
    text-transform: capitalize;
}

.btn--border:hover {
    color: #fff;
}

.btn.btn--nhead {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 1.14vw 1.82vw;
    font-size: 18px;
    font-weight: 350;
    line-height: 0.83;
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, -webkit-transform 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, transform 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, transform 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #ec5438;
    -webkit-box-shadow: 0 4px 20px rgba(236, 84, 56, 0.6) !important;
    box-shadow: 0 4px 20px rgba(236, 84, 56, 0.6) !important;
    text-transform: none;
}

.btn--nhead:hover,
.btn--nhead:focus {
    background-color: #d8472d;
    color: #fff;
}

@media (max-width: 1023px) {
    .btn.btn--nhead {
        padding: 15px 45px;
    }
}

.bg--gray {
    background-color: #f4f4f4;
}

.cal-news {
    padding-bottom: 80px;
}

.cal-news .s-cal {
    margin-bottom: 80px;
}

.contacts {
    padding: 0 0 80px;
}

@media (max-width: 767px) {
    .contacts {
        padding: 0 0 40px;
    }
}

.contacts__map {
    margin-bottom: 45px;
    -webkit-box-shadow: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.08);
    border-radius: 28px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .contacts__map {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .contacts__map iframe {
        height: 250px;
    }
}

.contacts__inf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .contacts__inf {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contacts__inf-desc {
    width: 50%;
}

@media (max-width: 767px) {
    .contacts__inf-desc {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.contacts__inf-desc>div,
.contacts__inf-desc a {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contacts__inf-desc>div i,
.contacts__inf-desc a i {
    color: #ed5338;
    margin-right: 15px;
}

.contacts .p-form {
    width: 50%;
}

@media (max-width: 767px) {
    .contacts .p-form {
        width: 100%;
        margin-bottom: 25px;
    }
}

.contacts .p-form__title {
    margin-bottom: 30px;
}

.contacts form {
    padding: 0 !important;
}

.ct-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    padding: 0;
    margin-bottom: 15px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
}

/*.ct-s.active {*/
/*    !*background: #e5e2df;*!*/
/*    background: #f8f8f8;*/
/*}*/

.ct-s__i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ed5338;
    border-radius: 3px;
    padding: 0 0 0 30px;
    border: 1px solid transparent;
    position: relative;
    cursor: pointer;
    color: #ffffff;
}

.ct-s__i.active {
    /*background: #fff;*/
    /*color: #c59368;*/
    /*border: 1px solid #c59368;*/
    background: #fff;
    color: #ed5338;
    border-bottom: 1px solid #ed5338;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.ct-s__name {
    font-size: 18px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .ct-s__name {
        font-size: 12px;
    }
}

.ct-s__arr {
    width: 50px;
    height: 56px;
    cursor: pointer;
}

.ct-s__arr:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 25px;
    border: 5px solid transparent;
    border-top-color: #d7ccc2;
    border-left-color: #d7ccc2;
    -webkit-transform: translateY(-50%) translateZ(0) scale(-1) rotate(45deg);
    transform: translateY(-50%) translateZ(0) scale(-1) rotate(45deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.ct-s__arr.active:after {
    content: "";
    position: absolute;
    border-top-color: #c59368;
    border-left-color: #c59368;
    top: calc(50% + 2px);
    -webkit-transform: translateY(-50%) scale(1) rotate(45deg);
    -ms-transform: translateY(-50%) scale(1) rotate(45deg);
    transform: translateY(-50%) scale(1) rotate(45deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.ct-s__list {
    padding: 25px 30px;
    font-size: 17px;
}

.ct-s a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 900;
    padding: 10px 0 10px 20px;
    max-width: 270px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase;
}

.ct-s a:last-of-type {
    margin-bottom: 0;
}

.d-lore {
    padding: 0 0 40px;
}

.d-lore__text {
    font-size: 15px;
}

.d-luck {
    padding: 0 0 80px;
}

.d-luck__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    -webkit-box-shadow: 10px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: 10px 12px 14px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
    .d-luck__wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.d-luck__img {
    min-width: 222px;
    height: 222px;
    overflow: hidden;
    border-radius: 30px;
    margin-right: 30px;
    -webkit-box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
    .d-luck__img {
        margin: 0 auto 15px;
    }
}

.d-luck__img img {
    width: 230px;
    height: 100%;
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.d-luck__text {
    font-size: 15px;
    font-weight: 500;
}

.d-news {
    padding: 20px 0 80px;
}

@media (max-width: 500px) {
    .d-news {
        padding: 0 0 40px;
    }
}

/*.d-news .title-1 {*/
/*    font-size: 24px;*/
/*}*/

/*@media (max-width: 500px) {*/
/*    .d-news .title-1 {*/
/*        font-size: 16px*/
/*    }*/
/*}*/

.d-news__wr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1023px) {
    .d-news__wr {
        grid-template-columns: 40% 1fr;
    }
}

@media (max-width: 767px) {
    .d-news__wr {
        grid-template-columns: 100%;
        grid-row-gap: 35px;
    }
}

.d-news-slick__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.d-news__img {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.08);
    border-radius: 28px;
    overflow: hidden;
}

.d-news__img .slick-slide img {
    height: auto;
}

@media (max-width: 767px) {
    .d-news__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        max-width: 100%;
    }
}

.d-news__img img {
    font-family: "object-fit:cover;";
    -o-object-fit: cover;
    object-fit: cover;
    max-height: inherit;
    width: 100%;
    height: 100%;
}

.d-support_wr.d-support_wr--docs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 410px;
    grid-template-columns: 1fr 410px;
    width: 100%;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media all and (max-width: 1023px) {
    .d-support_wr.d-support_wr--docs {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}

.d-news__text {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}

.d-news__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.d-news__date {
    font-size: 18px;
    font-weight: 700;
    color: #ed5338;
}

.d-news__tag {
    font-size: 15px;
    font-weight: 700;
    color: #c59368;
}

.attached-files__sidebar-block {
    width: 400px;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-left: 10px;
}

.attached-files__title {
    font-size: 28px;
    color: #ed5338;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
}

@media all and (max-width: 575px) {
    .attached-files__title {
        font-size: 22px;
    }
}

.attached-files__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.attached-files__file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.attached-files__file-icon {
    width: 30px;
    min-width: 30px;
    margin-right: 10px;
}

.attached-files__file-icon img {
    width: 100%;
}

@media (max-width: 768px) {
    .attached-files__sidebar-block {
        width: 100%;
        margin-left: 0;
    }
}

.d-rev {
    padding: 20px 0 80px;
}

@media (max-width: 500px) {
    .d-rev {
        padding: 10px 0 40px;
    }
}

.d-rev__l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .d-rev__l {
        margin-left: 0;
    }
}

.d-rev__i {
    width: calc(100% / 3 - 25px);
    margin-left: 25px;
    margin-bottom: 25px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow: -1px 3px 23px -4px rgba(0, 0, 0, 0.49);
    box-shadow: -1px 3px 23px -4px rgba(0, 0, 0, 0.49);
}

.d-rev__i:nth-of-type(even) {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .d-rev__i:nth-of-type(even) {
        margin-top: 0;
    }
}

@media (max-width: 1150px) {
    .d-rev__i {
        width: calc(100% / 2 - 25px);
    }
}

@media (max-width: 767px) {
    .d-rev__i {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 500px) {
    .d-rev__i {
        padding: 10px;
    }
}

.d-rev__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

@media (max-width: 500px) {
    .d-rev__top {
        margin-bottom: 20px;
    }
}

.d-rev__name {
    font-family: "PTSans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    /*white-space: nowrap;*/
}

@media (max-width: 500px) {
    .d-rev__name {
        font-size: 16px;
    }
}

.d-rev__dl {
    font-family: "PTSans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ccc;
}

@media (max-width: 500px) {
    .d-rev__dl {
        font-size: 12px;
    }
}

.d-rev__inf {
    font-family: "PTSans", sans-serif;
}

.d-rev__img {
    max-width: 94px;
    min-width: 94px;
    height: 94px;
    overflow: hidden;
    margin-right: 30px;
}

.d-rev__img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.f {
    padding: 70px 0 40px;
    background: #623b2a;
    position: relative;
    z-index: 10;
}

@media (max-width: 767px) {
    .f {
        padding: 20px 0;
    }
}

.f__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .f__nav {
        padding: 0 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 1023px) {
    .f__nav-i {
        margin-bottom: 10px;
    }
}

.f__nav .f__nav-i:first-child {
    padding-left: 35px;
}

@media (max-width: 1023px) {
    .f__nav .f__nav-i:first-child {
        padding-left: 0;
    }
}

.f__nav-i__text {
    color: #fff;
    font-family: "PTSans", sans-serif;
    margin-bottom: 10px;
}

.f__nav-i__text i,
.f__nav-i__text svg {
    margin-right: 10px;
    color: #ed5338;
}

.f__nav-i__t {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.f__nav-i__t:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #ed5338;
    top: -8px;
    left: -35px;
}

.f__nav-i__t:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 12px;
    left: -35px;
    border: 10px solid transparent;
    border-top-color: #ed5338;
}

.f__nav-i__l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.f__nav-i__l--nba>a,
.f__nav-i__l--nba>div {
    margin-left: -30px;
}

.f__nav-i__l--nba a:before,
.f__nav-i__l--nba a:after {
    content: none !important;
}

.f__nav-i__l a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-family: "PTSans", sans-serif;
    margin-bottom: 10px;
    white-space: nowrap;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.f__nav-i__l a:hover {
    color: #ed5338;
}

@media (max-width: 500px) {
    .f__nav-i__l a {
        white-space: pre-line;
    }
}

.f__nav-i__l a i,
.f__nav-i__l a svg {
    margin-right: 10px;
    color: #ed5338;
}

.f__nav-i__l a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #ed5338;
    top: -1px;
    left: -30px;
}

.f__nav-i__l a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 9px;
    left: -30px;
    border: 5px solid transparent;
    border-top-color: #ed5338;
}

.f__phone {
    font-size: 35px;
}

.f__phone i {
    font-size: 16px;
}

@media (max-width: 500px) {
    .f__phone {
        font-size: 20px;
    }
}

.f__cpr {
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.f__cpr a {
    color: #ed5338;
}

.f .soc {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.f .soc .icon:not(:last-child) {
    margin-right: 15px;
}

.f .soc .icon {
    -webkit-box-shadow: -4px -4px 6px #00000038, 3px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: -4px -4px 6px #00000038, 3px 3px 4px rgba(0, 0, 0, 0.1);
}

.f .soc {
    margin-bottom: 20px;
}

/*.f .soc .icon a{*/
/*    margin-top: 5px;*/
/*}*/
@media (max-width: 576px) {
    .f .soc {
        margin-left: -25px;
    }
}

.h {
    background-color: #f8f8f8;
}

/*.h__top {*/
/*    border-bottom: 2px solid #c59368;*/
/*    padding-bottom: 5px;*/
/*}*/

@media (max-width: 1023px) {

    .h__top .soc,
    .h__top .h__lk {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .h__top .container--fl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .h__top .support {
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .h__top .container--fl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 !important;
    }

    .h__top .menu {
        width: 100%;
        margin-bottom: 5px;
    }

    .h__top .h__logo {
        margin: 0 auto;
        width: 104px;
        min-width: 94px;
        height: auto;
    }

    .h__logo img{
      object-fit: contain;
    }
}

.h__btm .soc,
.h__btm .h__lk {
    display: none !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1023px) {
    .h__btm .container {
        padding: 10px 15px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .h__btm .soc,
    .h__btm .h__lk {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .h__btm .h__lk-bl--fl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 10px;
    }

    .h__btm .h__lk-bl--fl a {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .h__btm {
        border-bottom: 2px solid #c59368;
    }

    .h__btm .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .h__btm .soc {
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .h__btm .h__lk {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.h__logo {
    width: 154px;
    min-width: 154px;
    height: 70px;
}

.h__logo img {
    width: 100%;
    height: 100%;
}

.h .container {
    padding: 0 40px;
}

@media (max-width: 1023px) {
    .h .container {
        padding: 0 15px;
    }
}

.h__top>.container:first-child {
    padding-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 1023px) {
    .h__top>.container:first-child {
        padding-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.h .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #c59368;
    padding: 30px;
    color: #fff;
    font-weight: 900;
    background-image: url(/html/images/arr.png);
    background-repeat: no-repeat;
    background-position: left;
}

.h .menu a:hover .i-icon {
    fill: #ed5338;
}

.h .menu .i-icon {
    margin-right: 10px;
    fill: #fff;
}

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

@media (max-width: 1023px) {
    .h__bl {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .h__bl {
        margin-bottom: 0;
    }
}

.h__bl i {
    color: #c59368;
}

.h__bl .icon {
    margin-right: 2rem;
    color: #ed5338;
}

.h__lk-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}

.h__lk-bl .reg {
    color: #ed5338;
}

.h__nav {
    padding: 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .h__nav {
        padding: 20px 0 20px;
    }
}

.h__nav li {
    margin-right: 40px;
    position: relative;
}

.h__nav li a {
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid transparent;
}

.h__nav li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #ed5338;
}

.h__nav li ul li a {
    font-weight: 400 !important;
}

.h .dropdown {
    position: relative;
}

.h .dropdown:after {
    content: ">";
    position: absolute;
    top: 0;
    right: -20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.h .dropdown__l {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: -1px -1px 5px 0 rgba(48, 50, 50, 0.5);
    box-shadow: -1px -1px 5px 0 rgba(48, 50, 50, 0.5);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
}

.h .support {
    margin-right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #ed5338;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 1023px) {
    .h .support {
        margin: 20px auto;
    }
}

@media (max-width: 500px) {
    .h .support {
        margin: 10px auto 20px;
    }
}

.support .sp__ic {
    width: 37px;
    height: 37px;
    background: #f8f8f8;
    -webkit-box-shadow: -4px -4px 6px #fff, 3px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: -4px -4px 6px #fff, 3px 3px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

.support .sp__ic>i {
    line-height: 1;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 15px;
}

.h .support a {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    text-decoration: none;
}

.h .support a:hover,
.h .support a:focus {
    color: #ed5338;
}

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

.h .soc .icon {
    margin-right: 15px;
    border: 1px solid #000;
}

.h .soc .icon a {
    line-height: 1;
}

.d-hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.d-hover:hover .dropdown__l {
    opacity: 1;
    visibility: visible;
}

.hm-menu {}

.hm-menu__btn {
    text-transform: uppercase;
}

.hm-menu__body {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 400px;
    z-index: 999;
    display: none;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.25);
}

.hm-list {
    height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hm-list a {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hm-list__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    margin-bottom: auto;
    padding: 80px 60px;
    height: auto;
}

@media (max-width: 500px) {
    .hm-list__nav {
        padding: 80px 20px;
    }

    .hm-menu__body {
        width: 250px;
    }
}

.hm-list__wrap {
    position: absolute;
    right: 0;
    top: 5px;
    min-width: 60px;
    height: 60px;
    bottom: 0;
    cursor: pointer;
}

.hm-list__close {
    cursor: pointer;
}

.hm-list__close:before,
.hm-list__close:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 20px;
    margin: auto;
    background-color: #ed5338;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.hm-list__close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hm-list__close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hmb__list--open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/*.icon {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    border-radius: 50%;*/
/*    border: 1px solid #c59368*/
/*}*/

.icon {
    width: 37px;
    height: 37px;
    background: #f8f8f8;
    -webkit-box-shadow: -4px -4px 6px #fff, 3px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: -4px -4px 6px #fff, 3px 3px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

.icon i {
    line-height: 1;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 15px;
    color: #ed5338 !important;
}

.icon svg {
    font-size: 15px;
    line-height: 1;
    color: #ed5338 !important;
}

.icon>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/*.icon i {*/
/*    font-size: 18px;*/
/*}*/

.l-service {
    padding: 10px 0 80px;
}

@media (max-width: 767px) {
    .l-service {
        padding: 10px 0 30px;
    }
}

.l-service__l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 40px 10px;
    border-radius: 15px;
}

.l-service__l .bar {
    width: 30.33333333333333%;
    position: relative;
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 1200px) {
    .l-service__l .bar {
        width: 46%;
    }
}

@media (max-width: 800px) {
    .l-service__l .bar {
        width: 100%;
        height: auto;
    }

    .l-service__l .bar {
        margin-left: 0;
        margin-right: 0;
    }

    .text_style_bar {
        padding: 15px 15px 15px 25px;
    }
}

.l-service__i {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding-left: 30px;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .l-service__i {
        margin-bottom: 10px;
    }
}

/*.l-service__i:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #ed5338;
    top: -8px;
    left: 0;
}

.l-service__i:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 12px;
    left: 0;
    border: 10px solid transparent;
    border-top-color: #ed5338;
}*/

.l-slider {
    position: relative;
}

.l-slider__img {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.l-slider__img:after {
    content: "";
    height: 100%;
    width: 100%;

    position: absolute;
    left: 0;
    background: -o-linear-gradient(bottom, #00000063 10%, #fff0 50%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #00000063), color-stop(50%, #fff0));
    background: linear-gradient(to top, #00000063 10%, #fff0 50%);
}

.l-slider__img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.l-slider-name {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.l-slider-name--d {
    color: #563935;
}

.l-slider__arrows {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .l-slider__arrows {
        bottom: -30px;
    }
}

.l-slider__arrows .i-icon {
    width: 31px;
    cursor: pointer;
}

.l-slider .swiper-container {
    /*overflow: visible;*/
}

.l-slider .swiper-slide {
    position: relative;
    height: 220px;
}

.lore {
    padding: 100px 0;
}

@media (max-width: 500px) {
    .lore {
        padding: 50px 0 70px;
    }
}

.lore .i-icon {
    fill: #fff;
}

.luck-slider {
    position: relative;
    margin: 0 -20px;
}

.luck-slider__img {
    min-width: 222px;
    height: 222px;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 30px;
    -webkit-box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 1279px) {
    .luck-slider__img {
        min-width: 192px;
        height: 192px;
    }
}

@media (max-width: 767px) {
    .luck-slider__img {
        margin: 0 auto 15px;
    }
}

.luck-slider__img img {
    width: 222px;
    height: 100%;
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1279px) {
    .luck-slider__img img {
        width: 192px;
        font-family: "object-fit:cover;object-position:top";
        -o-object-position: top;
        object-position: top;
    }
}

.luck-slider__inf {
    background: url(/html/images/luck-fon.png) no-repeat;
    background-position: top left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .luck-slider__inf {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding-top: 0;
    }
}

.luck-slider__inf p {
    font-weight: 700;
    font-size: 20px;
    color: #c59368;
    line-height: 1.2;
}

@media (max-width: 575px) {
    .luck-slider__inf p {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.btn.btn--luck {
    margin-top: auto;
}

.luck-slider__inf>*:last-child {
    margin-bottom: 0;
}

.luck-slider__inf-name {
    font-weight: 700;
    font-size: 32px;
    color: #ed5338;
    line-height: 1.2;
    margin-bottom: 5px;
}

@media (max-width: 1279px) {
    .luck-slider__inf-name {
        font-size: 28px;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .luck-slider__inf-name {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .luck-slider__inf-name {
        font-size: 24px;
        line-height: 1.2;
    }
}

.luck-slider__inf-sts {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 700;
}

@media (max-width: 1279px) {
    .luck-slider__inf-sts {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .luck-slider__inf-sts {
        font-size: 20px;
    }
}

.luck-slider__inf-uslg {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.luck-slider__inf-uslg>span {
    font-weight: 400;
}

@media (max-width: 1279px) {
    .luck-slider__inf-uslg {
        font-size: 16px;
    }
}

.luck-slider__inf-tx {
    text-decoration: underline;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.luck-slider__inf-shrt-tx {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
    /* -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 6;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical; */
}

@media (max-width: 1279px) {
    .luck-slider__inf-tx {
        font-size: 16px;
    }

    .luck-slider__inf-shrt-tx {
        /* -ms-line-clamp: 3;
        -webkit-line-clamp: 3;
        line-clamp: 3; */
    }
}

@media (max-width: 767px) {
    .luck-slider__inf-shrt-tx {
        margin-bottom: 15px;
    }
}

.luck-slider__inf-dl {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .luck-slider__inf-dl {
        font-size: 16px;
        line-height: 1.3;
    }
}

.luck-slider__inf-more {
    font-weight: 700;
    font-size: 17px;
    color: #ec5438;
    text-decoration: underline;
    -webkit-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}

@media (max-width: 575px) {
    .luck-slider__inf-more {
        display: block;
    }
}

.luck-slider__inf-more:hover,
.luck-slider__inf-more:focus-visible {
    color: #282a30;
}

.luck-slider__arrows {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
}

.luck-slider__arrows .i-icon {
    width: 100px;
}

.luck-slider .swiper-slide {
    padding: 20px;
}

.luck-slider__slide {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 27% 1fr;
    grid-template-columns: 27% 1fr;
    border-radius: 30px;
    -webkit-box-shadow: 10px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: 10px 12px 14px rgba(0, 0, 0, 0.08);
    background-color: #ec5438;
    overflow: hidden;
}

@media (max-width: 1279px) {
    .luck-slider__slide {
        -ms-grid-columns: 30% 1fr;
        grid-template-columns: 30% 1fr;
    }
}

@media (max-width: 1023px) {
    .luck-slider__slide {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}

@media (max-width: 575px) {
    .luck-slider__slide {
        border-radius: 20px;
    }
}

.luck-slider__slide-left {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1279px) {
    .luck-slider__slide-left {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .luck-slider__slide-left {
        padding: 20px;
        min-height: 157px;
    }
}

.luck-slider__slide-right {
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -1px;
}

.luck-slider__wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    -webkit-box-shadow: -10px 5px 5px 0 rgba(0, 0, 0, 0.03);
    box-shadow: -10px 5px 5px 0 rgba(0, 0, 0, 0.03);
}

@media (max-width: 1279px) {
    .luck-slider__wrap {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .luck-slider__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .luck-slider__wrap {
        padding: 25px 15px;
        border-radius: 20px;
    }
}

.luck {
    padding: 100px 0;
}

@media (max-width: 767px) {
    .luck {
        padding: 10px 0 50px;
    }
}

.p-luck__people {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 27% 1fr;
    grid-template-columns: 27% 1fr;
    border-radius: 30px;
    -webkit-box-shadow: 10px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: 10px 12px 14px rgba(0, 0, 0, 0.08);
    background-color: #ec5438;
    overflow: hidden;
}

.p-luck__people-left {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-luck__people-sts {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 700;
}

.p-luck__people-uslg {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.p-luck__people-uslg>span {
    font-weight: 400;
}

.p-luck__people-tx {
    text-decoration: underline;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.p-luck__people-right {
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -1px;
}

.p-luck__people-wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    -webkit-box-shadow: -10px 5px 5px 0 rgba(0, 0, 0, 0.03);
    box-shadow: -10px 5px 5px 0 rgba(0, 0, 0, 0.03);
}

.p-luck__people-img {
    min-width: 222px;
    height: 222px;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 30px;
    -webkit-box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.15);
}

.p-luck__people-img img {
    width: 222px;
    height: 100%;
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.p-luck__people-info {
    background: url(/html/images/luck-fon.png) no-repeat;
    background-position: top left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 15px;
}

.p-luck__people-name {
    font-weight: 700;
    font-size: 32px;
    color: #ed5338;
    line-height: 1.2;
    margin-bottom: 5px;
}

.p-luck__people-shrt-tx {
    font-size: 16px;
    line-height: 1.2;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 8;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.p-luck__l>.p-luck__people {
    margin-bottom: 2rem;
}

@media (max-width: 1279px) {
    .p-luck__people {
        -ms-grid-columns: 30% 1fr;
        grid-template-columns: 30% 1fr;
    }

    .p-luck__people-left {
        padding: 25px;
    }

    .p-luck__people-sts {
        font-size: 22px;
    }

    .p-luck__people-uslg {
        font-size: 16px;
    }

    .p-luck__people-tx {
        font-size: 16px;
    }

    .p-luck__people-wrap {
        padding: 25px;
    }

    .p-luck__people-img {
        min-width: 192px;
        height: 192px;
    }

    .p-luck__people-img img {
        width: 192px;
        font-family: "object-fit:cover;object-position:top";
        -o-object-position: top;
        object-position: top;
    }

    .p-luck__people-name {
        font-size: 28px;
        line-height: 1;
    }

    .p-luck__people-shrt-tx {
        -ms-line-clamp: 5;
        -webkit-line-clamp: 5;
        line-clamp: 5;
    }
}

@media (max-width: 1023px) {
    .p-luck__people {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}

@media (max-width: 767px) {
    .p-luck__people-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .p-luck__people-img {
        margin: 0 auto 15px;
    }

    .p-luck__people-info {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding-top: 0;
    }

    .p-luck__people-name {
        margin-bottom: 10px;
    }

    .p-luck__people-shrt-tx {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .p-luck__people {
        border-radius: 20px;
    }

    .p-luck__people-left {
        padding: 20px;
        min-height: 157px;
    }

    .p-luck__people-sts {
        font-size: 20px;
    }

    .p-luck__people-wrap {
        padding: 25px 15px;
        border-radius: 20px;
    }

    .p-luck__people-name {
        font-size: 24px;
        line-height: 1.2;
    }
}

.m-slider {
    position: relative;
    /*padding-top: 15px;*/
}

.m-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*height: 485px;*/
    height: auto;
    max-height: 485px;
    padding: 40px 40px 20px;
    /*background: url(/html/images/slider-fon.png) no-repeat;*/
    /*background-position: left;*/
}

.m-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1023px) {
    .m-slider .swiper-slide {
        /*height: 915px;*/
        max-height: none;
    }
}

@media (max-width: 991px) {
    .m-slider .swiper-slide {
        padding: 30px 15px;
    }
}

@media (max-width: 767px) {
    .m-slider .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*@media (max-width: 575px){*/
/*    .m-slider .swiper-slide{*/
/*        height: 610px;*/
/*    }*/
/*}*/

.m-slider__inner {
    width: 50%;
    padding: 80px 90px;
    background: #fff;
}

@media (max-width: 1023px) {
    .m-slider__inner {
        padding: 40px 50px;
    }
}

@media (max-width: 767px) {
    .m-slider__inner {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .m-slider__inner {
        padding: 20px 50px;
    }
}

.m-slider__img {
    width: 100%;
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.08);
}

.m-slider__img>picture {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .m-slider__img {
        -webkit-box-shadow: -4px -4px 8px #fff, 4px 4px 10px rgba(0, 0, 0, 0.08);
        box-shadow: -4px -4px 8px #fff, 4px 4px 10px rgba(0, 0, 0, 0.08);
        border-radius: 18px;
        margin-top: 0;
    }
}

/*@media(max-width: 767px) {*/
/*    .m-slider__img {*/
/*        width: 100%*/
/*    }*/
/*}*/

.m-slider__title {
    font-size: 46px;
    color: #ed5338;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 15px;
}

@media (max-width: 1279px) {
    .m-slider__title {
        font-size: 36px;
    }
}

@media (max-width: 1023px) {
    .m-slider__title {
        font-size: 26px;
    }
}

@media (max-width: 500px) {
    .m-slider__title {
        font-size: 22px;
    }
}

.m-slider__desc {
    margin-bottom: 45px;
}

.m-slider__desc-i {
    font-family: "PTSans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    position: relative;
}

@media (max-width: 1279px) {
    .m-slider__desc-i {
        font-size: 20px;
    }
}

@media (max-width: 1023px) {
    .m-slider__desc-i {
        font-size: 16px;
    }
}

.m-slider__desc-i:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #ed5338;
    top: -2px;
    left: -40px;
}

.m-slider__desc-i:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 18px;
    left: -40px;
    border: 10px solid transparent;
    border-top-color: #ed5338;
}

.m-slider_in {
    position: relative;
    margin: 0 -40px;
}

@media (max-width: 991px) {
    .m-slider_in {
        margin: 0 -15px;
    }
}

.m-slider__arrows {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*display: block;*/
    width: 100%;
    height: 0;
    max-height: 1280px;
    z-index: 1;
}

.m-slider__arrow {
    position: absolute;
    opacity: 0.7;
    z-index: 10;
    margin: 0 15px;
}

.m-slider__arrow:hover {
    color: #ed5338;
}

.m-slider__arrow i {
    font-size: 40px;
    color: #c59368;
    z-index: 99;
}

.m-slider__arrow--prev {
    left: 0;
}

/*.m-slider__arrow--prev i {*/
/*    color: #c59368;*/
/*}*/

.m-slider__arrow--next {
    right: 0;
}

/*@media(max-width: 767px) {*/
/*    .m-slider__arrow--next i {*/
/*        color: #c59368;*/
/*    }*/
/*}*/

.n-slider {
    position: relative;
}

.n-slider__name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

@media (max-width: 575px) {
    .n-slider__name {
        font-size: 16px;
    }
}

.n-slider__date {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #c59368;
}

@media (max-width: 500px) {
    .n-slider__date {
        font-size: 12px;
    }
}

.n-slider__desc {
    font-family: "PTSans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}

@media (max-width: 500px) {
    .n-slider__desc {
        height: 80px;
        overflow: hidden;
    }
}

.n-slider__tag {
    font-size: 15px;
    font-weight: 700;
    color: #c59368;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .n-slider__tag {
        margin-top: auto;
        font-size: 12px;
    }
}

.n-slider__img {
    width: 30%;
    min-width: 230px;
    border-radius: 30px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 5px 1px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 5px 1px 7px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

@media (max-width: 1279px) {
    .n-slider__img {
        min-width: 170px;
    }
}

@media (max-width: 575px) {
    .n-slider__img {
        min-width: 150px;
        width: 100%;
        border-radius: 30px;
        height: 370px;
        min-height: 370px;
        max-height: 370px;
    }
}

.n-slider__img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.n-slider__inf {
    width: 70%;
    padding: 15px 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.n-slider__lab {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    background: #d8472d;
    color: #fff;
    font-weight: 700;
    margin-top: auto;
    border-radius: 8px;
}

@media (max-width: 575px) {
    .n-slider__lab {
        margin-top: 0;
    }
}

.n-slider__arrows {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
}

@media (max-width: 575px) {
    .n-slider__arrows {
        bottom: -50px;
    }
}

.n-slider__arrows .i-icon {
    width: 100px;
}

.n-slider .swiper-container {
    /*overflow: visible;*/
    padding: 20px;
    margin: -20px;
}

.n-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 30px;
    height: 260px;
    -webkit-box-shadow: -1px 3px 16px -4px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 3px 16px -4px rgba(0, 0, 0, 0.15);
}

@media (max-width: 575px) {
    .n-slider .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    .n-slider__inf {
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
    }
}

.news {
    padding-bottom: 150px;
}

@media (max-width: 500px) {
    .news {
        padding-bottom: 90px;
    }
}

.news .i-icon {
    fill: #fff;
}

.p-form__title {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #ed5338;
    text-transform: uppercase;
}

.p-form__desc {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .p-form__desc {
        margin-bottom: 30px;
    }
}

.p-form form {
    padding: 0 320px;
}

@media (max-width: 1279px) {
    .p-form form {
        padding: 0 220px;
    }
}

@media (max-width: 1023px) {
    .p-form form {
        padding: 0 20px;
    }
}

@media (max-width: 500px) {
    .p-form form {
        padding: 0;
    }
}

.p-form input {
    padding: 15px 60px;
}

@media (max-width: 767px) {
    .p-form input {
        padding: 15px 20px;
    }
}

.p-form textarea {
    padding: 15px 20px 60px;
}

@media (max-width: 767px) {
    .p-form textarea {
        padding: 15px 20px 40px;
    }
}

.p-form input,
.p-form textarea {
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
}

.p-form input::-webkit-input-placeholder,
.p-form textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.45);
    font-size: 18px;
}

.p-form input::-moz-placeholder,
.p-form textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.45);
    font-size: 18px;
}

.p-form input:-ms-input-placeholder,
.p-form textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.45);
    font-size: 18px;
}

.p-form input::-ms-input-placeholder,
.p-form textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.45);
    font-size: 18px;
}

.p-form input::-webkit-input-placeholder,
.p-form textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.45);
    font-size: 18px;
}

.p-form input::-moz-placeholder,
.p-form textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.45);
    font-size: 18px;
}

.p-form input:-ms-input-placeholder,
.p-form textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.45);
    font-size: 18px;
}

.p-form input::-ms-input-placeholder,
.p-form textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.45);
    font-size: 18px;
}

.p-form input::-webkit-input-placeholder,
.p-form textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.45);
    font-size: 18px;
}

.p-form input::-moz-placeholder,
.p-form textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.45);
    font-size: 18px;
}

.p-form input:-ms-input-placeholder,
.p-form textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.45);
    font-size: 18px;
}

.p-form input::-ms-input-placeholder,
.p-form textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.45);
    font-size: 18px;
}

.p-form input::placeholder,
.p-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.45);
    font-size: 18px;
}

.p-lore {
    padding: 20px 0 80px;
}

.p-lore__l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .p-lore__l {
        margin-left: -15px;
    }
}

@media (max-width: 500px) {
    .p-lore__l {
        margin-left: 0;
    }
}

.p-lore__i {
    width: calc(100% / 4 - 25px);
    margin-left: 25px;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding-bottom: 10px;
}

@media (max-width: 1023px) {
    .p-lore__i {
        width: calc(100% / 3 - 25px);
    }
}

@media (max-width: 767px) {
    .p-lore__i {
        width: calc(100% / 2 - 15px);
        margin-left: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 500px) {
    .p-lore__i {
        width: 100%;
        margin-left: 0;
    }
}

.p-lore__img {
    width: 100%;
    height: 180px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

.p-lore__img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover;
}

.p-lore__name {
    font-size: 18px;
    font-weight: 700;
}

.p-luck {
    padding: 0 0 80px;
}

.p-luck__l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.p-luck__i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    -webkit-box-shadow: 10px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: 10px 12px 14px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
    .p-luck__i {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.p-luck__i:hover {
    color: currentColor;
}

.p-luck__img {
    min-width: 222px;
    height: 222px;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 30px;
    -webkit-box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
    .p-luck__img {
        margin: 0 auto 15px;
    }
}

.p-luck__img img {
    width: 222px;
    height: 100%;
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.p-luck__inf {
    background: url(/html/images/luck-fon.png) no-repeat;
    background-position: top left;
}

@media (max-width: 575px) {
    .p-luck__inf {
        text-align: center;
    }
}

.p-luck__inf-name {
    font-weight: 700;
    font-size: 32px;
    color: #ed5338;
    line-height: 1.2;
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .p-luck__inf-name {
        font-size: 24px;
        line-height: 1.2;
    }
}

.p-luck__inf-sts {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1;
}

.p-luck__inf-tx>p {
    font-weight: 700;
    font-size: 20px;
    color: #c59368;
    line-height: 1.2;
}

@media (max-width: 575px) {
    .p-luck__inf-tx>p {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.p-luck__inf-dl {
    font-family: "PTSans", sans-serif;
    font-weight: 700;
}

.p-news {
    padding: 15px 0 120px;
}

@media (max-width: 500px) {
    .p-news {
        padding: 10px 0 60px;
    }
}

.p-news .i-icon {
    fill: #fff;
}

.p-news__date-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .p-news__date-input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .p-news__date-input span {
        display: none;
    }
}

.p-news__date-input .b-input {
    margin-right: 20px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .p-news__date-input .b-input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.p-news__date-input .b-input:last-of-type {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .p-news__date-input .b-input:last-of-type {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .p-news__date-input .b-input input {
        width: 100%;
    }
}

.p-news__l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .p-news__l {
        margin-left: 0;
    }
}

.p-news__i {
    width: calc(100% / 2 - 25px);
    margin-left: 25px;
    margin-bottom: 30px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 30px;
    -webkit-box-shadow: -1px 3px 16px -4px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 3px 16px -4px rgba(0, 0, 0, 0.15);
    height: 260px;
}

@media (max-width: 767px) {
    .p-news__i {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .p-news__i {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}

.p-news__name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

@media (max-width: 575px) {
    .p-news__name {
        font-size: 16px;
    }
}

.p-news__date {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #c59368;
}

@media (max-width: 575px) {
    .p-news__date {
        font-size: 12px;
        margin-bottom: 12px;
    }
}

.p-news__desc {
    font-family: "PTSans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}

@media (max-width: 500px) {
    .p-news__desc {
        height: 80px;
        overflow: hidden;
    }
}

.p-news__tag {
    font-size: 15px;
    font-weight: 700;
    color: #c59368;
    margin-bottom: 10px;
}

.p-news__tag--mb {
    margin-bottom: 40px;
}

.p-news__tag--mt {
    margin-top: 40px;
}

@media (max-width: 575px) {
    .p-news__tag {
        font-size: 12px;
        margin-top: auto;
        margin-bottom: 12px;
    }
}

.p-news__img {
    width: 30%;
    min-width: 230px;
    border-radius: 30px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 5px 1px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 5px 1px 7px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

@media (max-width: 1279px) {
    .p-news__img {
        min-width: 170px;
    }
}

@media (max-width: 575px) {
    .p-news__img {
        min-width: 150px;
        width: 100%;
        border-radius: 30px;
        height: 370px;
        min-height: 370px;
        max-height: 370px;
    }
}

.p-news__img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.p-news__inf {
    width: 70%;
    padding: 15px 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 575px) {
    .p-news__inf {
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
    }
}

.p-news__lab {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    background: #ed5338;
    color: #fff;
    font-weight: 700;
    margin-top: auto;
    border-radius: 8px;
}

.p-news__lab:hover {
    color: #fff;
}

@media (max-width: 575px) {
    .p-news__lab {
        margin-top: 0;
    }
}

.btn.btn--p_news {
    padding: 19px 25px;
}

@media (max-width: 575px) {
    .btn.btn--p_news {
        padding: 10px 25px;
    }
}

.p-search form {
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    .p-search form {
        margin-bottom: 70px;
    }
}

.p-search i,
.p-search svg {
    position: absolute;
    font-size: 24px;
    color: #ed5338;
    top: 17px;
    left: 20px;
}

.p-search__btn {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 3px 35px;
}

@media (max-width: 500px) {
    .p-search__btn {
        top: 75px;
        right: 0;
        left: 0;
        padding: 10px 35px;
    }
}

.p-search .b-input__text {
    width: 100%;
    height: 60px;
    padding: 15px 70px;
    resize: none;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0;
    border-radius: 8px;
    -webkit-box-shadow: -4px -4px 6px #fff, 3px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: -4px -4px 6px #fff, 3px 3px 4px rgba(0, 0, 0, 0.1);
}

.p-search input::-webkit-input-placeholder {
    font-size: 16px;
}

.p-search input::-moz-placeholder {
    font-size: 16px;
}

.p-search input:-ms-input-placeholder {
    font-size: 16px;
}

.p-search input::-ms-input-placeholder {
    font-size: 16px;
}

.p-search input::placeholder {
    font-size: 16px;
}

.p-service__l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-left: -25px;*/
    margin-bottom: 30px;
    /*background: #fff;*/
    border-radius: 15px;
    padding: 15px;
    /*-webkit-box-shadow: -1px 3px 23px -4px rgba(0, 0, 0, 0.49);*/
    /*box-shadow: -1px 3px 23px -4px rgba(0, 0, 0, 0.49);*/
    margin-left: -40px;
}

/*.p-servv .p-service__l {*/
/*    background-color: #F8F8F8!important;*/
/*}*/
/*.p-servv .p-service__i{*/
/*    height: auto!important;*/
/*    -webkit-box-shadow: 0 6px 16px rgb(0 0 0 / 12%);*/
/*    box-shadow: 0 6px 16px rgb(0 0 0 / 12%);*/
/*}*/

@media (max-width: 767px) {
    .p-service__l {
        margin-left: 0;
    }
}

.p-service__i {
    width: calc(100% / 3 - 25px);
    margin-left: 25px;
    margin-bottom: 25px;
    background: #f8f8f8;
    padding: 50px;
    border-radius: 20px;
    -webkit-box-shadow: -12px -12px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.06),
        inset -12px -12px 14px #fff, inset 12px 12px 14px rgba(0, 0, 0, 0.06);
    box-shadow: -12px -12px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.06),
        inset -12px -12px 14px #fff, inset 12px 12px 14px rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-service__i:hover,
.p-service__i:focus {
    cursor: pointer;
    background-color: #ec5438;
    -webkit-box-shadow: inset -12px -12px 14px hsla(0, 0%, 100%, 0.24),
        inset 12px 12px 14px rgba(0, 0, 0, 0.1);
    box-shadow: inset -12px -12px 14px hsla(0, 0%, 100%, 0.24),
        inset 12px 12px 14px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1023px) {
    .p-service__i {
        width: calc(100% / 2 - 25px);
    }
}

@media (max-width: 767px) {
    .p-service__i {
        width: 100%;
        margin-left: 0;
        padding: 28px;
    }
}

.p-service__i-name {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .p-service__i-name {
        font-size: 20px;
        line-height: 28px;
    }
}

.p-service__i-sup {
    margin-top: auto;
    font-size: 22px;
    line-height: 54px;
    text-decoration: underline;
    color: #ec5438;
}

@media (max-width: 767px) {
    .p-service__i-sup {
        font-size: 16px;
        line-height: 24px;
    }
}

.p-service__i:hover .p-service__i-sup,
.p-service__i:focus .p-service__i-sup {
    color: #ffffff;
}

.support_element .p-service__i-name {
    font-size: 18px;
}

.p-service__i-name .i-icon {
    width: 25px;
    height: 25px;
    min-width: 25px;
    margin-right: 10px;
    fill: #c59368;
}

.p-service__i-name .i-icon path:last-of-type {
    fill: #fff;
}

.p-service__i-name img {
    margin-right: 10px;
}

.p-service__i-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-service__i-sp a {
    position: relative;
    font-family: "PTSans", sans-serif;
    font-size: 17px;
    margin-left: 60px;
}

.p-service__i-sp a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #c59368;
    top: -1px;
    left: -20px;
}

.p-service__i-sp a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 9px;
    left: -20px;
    border: 5px solid transparent;
    border-top-color: #c59368;
}

.p-service__vd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
}

@media (max-width: 767px) {
    .p-service__vd {
        margin-left: 20px;
    }
}

.p-service__vd-i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 2 - 25px);
    margin-left: 25px;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 15px;
    /*padding: 10px 20px;
    -webkit-box-shadow: -1px 3px 23px -4px rgba(0, 0, 0, 0.49);
    box-shadow: -1px 3px 23px -4px rgba(0, 0, 0, 0.49);*/
}

@media (max-width: 767px) {
    .p-service__vd-i {
        width: 100%;
        margin-left: 0;
    }
}

.p-service__vd-i--tr,
.p-service__vd-i:last-of-type {
    width: calc(100% / 3 - 25px);
}

@media (max-width: 767px) {

    .p-service__vd-i--tr,
    .p-service__vd-i:last-of-type {
        width: 100%;
        margin-left: 0;
    }
}

.p-service__vd-i__img {
    /*width: 75px;
    height: 75px;
    min-width: 75px;
    overflow: hidden;
    margin-right: 10px;*/
}

.p-service__vd-i__img img {
    width: 100%;
    height: 100%;
    font-family: "PTSans", sans-serif;
    -o-object-fit: contain;
    object-fit: contain;
}

.custom_radio {
    margin-bottom: 10px;
}

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

.custom_radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 0;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_radio label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: url(/local/images/radio-unchecked.png) 0 0 no-repeat;
}

/* Checked */

.custom_radio input[type="radio"]:checked+label:before {
    background: url(/local/images/radio-checked.png) 0 0 no-repeat;
}

/* Hover */

.custom_radio label:hover:before {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

/* Disabled */

.custom_radio input[type="radio"]:disabled+label:before {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox+label::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
    border-color: #ed5338;
    background-color: #ed5338;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #ed5338;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
    background-color: #ed5338;
    border-color: #ed5338;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 83, 56, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(237, 83, 56, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}

.p-service__vd-i__title {
    font-family: "PTSans", sans-serif;
    font-size: 15px;
    /*text-transform: uppercase;*/
}

.p-service .r-link {
    padding: 100px 0 150px;
}

@media (max-width: 767px) {
    .p-service .r-link {
        padding: 50px 0;
    }
}

.pick {
    padding: 80px 0;
}

@media (max-width: 500px) {
    .pick {
        padding: 10px 0;
    }
}

.pick__l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    margin-bottom: 3px;
}

.pick__l.pick__role {
    -webkit-box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.08);
}

.pick__sh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30%;
    padding: 40px;
}

.topWindow {
    position: fixed;
    top: 20px;
}

@media (max-width: 960px) {
    .topWindow {
        position: relative;
    }
}

@media (max-width: 500px) {
    .pick__sh {
        width: 20%;
    }
}

.pick__sh-t {
    font-size: 18px;
    color: #cacaca;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .pick__sh-t {
        font-size: 15px;
    }
}

.pick__sh .pick__sh-n {
    font-size: 25px;
    font-weight: 900;
    color: #ed5338;
}

@media (max-width: 767px) {
    .pick__sh .pick__sh-n {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .pick__sh .pick__sh-n {
        font-size: 10px;
    }
}

.pick__sp {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 500px) {
    .pick__sp {
        width: 80%;
    }
}

.pick__sp>div {
    width: 100%;
}

.pick__role .pick__sp .pick__i,
.pick__target .pick__sp .pick__i {
    width: calc(100% / 3);
    max-width: 270px;
}

.pick__service .pick__sp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    margin-left: -15px;
}

.pick__service .pick__sp .pick__i {
    width: calc(100% / 3 - 15px);
    max-width: 270px;
    background: #f8f5f2;
    margin-left: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.pick__i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    cursor: pointer;
}

.pick__service .pick__i {
    padding: 20px 10px 10px 10px;
}

@media (max-width: 767px) {
    .pick__i {
        padding: 10px 5px;
    }
}

.pick__i-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 60px;
}

.pick__service .pick__i-icon {
    height: 40px;
}

@media (max-width: 500px) {
    .pick__i-icon {
        width: 20px;
        height: 20px;
    }
}

.pick__i .i-icon {
    width: 100%;
    height: 100%;
    fill: #c59368;
    margin-bottom: 15px;
}

.pick__i .i-icon .cls-2,
.pick__i .i-icon .cls-1-icon {
    fill: #fff;
}

.pick__i .i-icon--mb {
    /*margin-bottom: 20px;*/
}

.pick__i-name {
    text-align: center;
    font-family: "PTSans", sans-serif;
    font-size: 17px;
    height: 50px;
    overflow: hidden;
}

.pick__service .pick__i-name {
    font-size: 14px;
    height: 54px;
}

@media (max-width: 767px) {
    .pick__i-name {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .pick__i-name {
        font-size: 10px;
        height: 30px;
        word-break: break-word;
    }
}

.pick__i.active {
    border-radius: 3px;
    background: #ec5438;
    -webkit-box-shadow: 0 4px 20px rgba(236, 84, 56, 0.6);
    box-shadow: 0 4px 20px rgba(236, 84, 56, 0.6);
}

.pick__i.active .i-icon {
    fill: #fff;
}

.pick__i.active .pick__i-name {
    color: #fff;
}

.pick .btn--brown {
    position: absolute;
    bottom: 20px;
    padding: 10px 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20%;
}

@media (max-width: 1023px) {
    .pick .btn--brown {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .pick .btn--brown {
        width: 50%;
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .pick .btn--brown {
        width: 80%;
        font-size: 12px;
    }
}

.pick__target .pick__sp {
    display: none;
}

.pick__target .pick__sp.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pick__service {
    position: relative;
    padding-bottom: 50px;
}

.pick__service .pick__sh {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}

.pick__service .pick__sp {
    display: none;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}

.pick__service .pick__sp.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.r-form {
    background: url(/html/images/form-fon.png) no-repeat;
    background: #ed5338;
    background-image: url(/html/images/fbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 15px;
    padding: 30px 90px;
    margin-bottom: 70px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.52);
}

@media (max-width: 767px) {
    .r-form {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
}

.r-form__t {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.r-form .b-form__submit.sender-btn {
    /*height: 34px;*/
    padding: 10px 20px;
    background: #a77448;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .r-form__t {
        font-size: 16px;
    }
}

.r-form__t-l {
    position: relative;
    text-align: center;
}

.r-form .b-input {
    margin-bottom: 20px;
}

.search-page form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 500px) {
    .r-form .b-input--w50 {
        margin-bottom: 80px;
    }
}

.r-form .b-input--w50 label input {
    border-radius: 8px;
    width: 50%;
    margin: 0 auto;
    color: #000;
}

@media (max-width: 767px) {
    .r-form .b-input--w50 label input {
        width: 100%;
    }
}

.r-form .b-input--w50 label input::-webkit-input-placeholder {
    color: #c59368;
    font-weight: 700;
    font-size: 16px;
}

.r-form .b-input--w50 label input::-moz-placeholder {
    color: #c59368;
    font-weight: 700;
    font-size: 16px;
}

.r-form .b-input--w50 label input:-ms-input-placeholder {
    color: #c59368;
    font-weight: 700;
    font-size: 16px;
}

.r-form .b-input--w50 label input::-ms-input-placeholder {
    color: #c59368;
    font-weight: 700;
    font-size: 16px;
}

.r-form .b-input--w50 label input::placeholder {
    color: #c59368;
    font-weight: 700;
    font-size: 16px;
}

.r-form .b-input--fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.r-form .b-input__label--pr {
    position: relative;
}

.r-form .b-input__check {
    position: relative;
}

.r-form .b-input__check input {
    display: none;
}

.r-form .b-input__check:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.r-form .b-input__check:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.r-form .b-form__submit {
    position: absolute;
    top: -10px;
    right: 8px;
    width: inherit !important;
    border-radius: 15px;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
    background-color: #c59368;
    outline: none;
    border: 0;
}

.search-page form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-page form .b-input {
    margin-bottom: 0;
}

.search-page form .b-input:first-child {
    margin-right: 10px;
}

.search-page form .btn {
    padding: 14px 35px;
    height: 46px;
}

.search-page form .select .select-styled {
    padding: 9px 20px;
    height: 46px;
    width: 150px;
    -webkit-box-shadow: -1px 3px 5px -4px rgba(0, 0, 0, 0.49);
    box-shadow: -1px 3px 5px -4px rgba(0, 0, 0, 0.49);
}

.search-page form .select .select-shadow {
    border-radius: 20px;
}

.search-page form .select .select-styled.active {
    border-radius: 20px 20px 0 0;
}

.search-page form .select .select-options {
    border-radius: 0 0 20px 20px;
}

.search-page form .select .select-options li:last-child {
    border-radius: 0 0 20px 20px;
}

@media (max-width: 500px) {
    .r-form .b-form__submit {
        top: 50px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

.r-form__text {
    font-family: "RTSans", sans-serif;
    color: #fff;
}

@media (max-width: 767px) {
    .r-form__text {
        font-size: 12px;
        padding-left: 10px;
    }
}

.r-link {
    padding: 100px 0;
}

.r-link .i-icon {
    fill: #fff;
}

@media (max-width: 1023px) {
    .r-link {
        padding: 40px 0 90px;
    }
}

.r-slider {
    position: relative;
}

.r-slider__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

@media (max-width: 500px) {
    .r-slider__top {
        margin-bottom: 20px;
    }
}

.r-slider__name {
    font-family: "PTSans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    /*white-space: nowrap;*/
}

@media (max-width: 500px) {
    .r-slider__name {
        font-size: 16px;
    }
}

.r-slider__dl {
    font-family: "PTSans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ccc;
}

@media (max-width: 500px) {
    .r-slider__dl {
        font-size: 12px;
    }
}

.r-slider__inf {
    font-family: "PTSans", sans-serif;
}

.r-slider__img {
    min-width: 94px;
    height: 94px;
    overflow: hidden;
    margin-right: 30px;
}

.r-slider__img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.r-slider .swiper-slide {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
}

.r-slider .swiper-slide:nth-of-type(even) {
    margin-top: 60px;
}

@media (max-width: 500px) {
    .r-slider .swiper-slide {
        padding: 10px;
    }
}

.r-slider .swiper-container {
    border-radius: 10px;
    padding: 5px;
}

.r-slider__arrows {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
}

@media (max-width: 767px) {
    .r-slider__arrows {
        bottom: -20px;
    }
}

.r-slider__arrows .i-icon {
    width: 100px;
}

.reviews {
    padding: 100px 0;
}

@media (max-width: 767px) {
    .reviews {
        padding: 100px 0 50px;
    }
}

.rl-slider {
    position: relative;
}

.rl-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 107px;
}

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

.rl-slider__arrows {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
}

.rl-slider__arrows .i-icon {
    width: 100px;
}

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

@media (max-width: 767px) {
    .s-cal__wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.calendar {
    margin-bottom: 20px;
}

.s-cal__l {
    width: 100%;
    height: 100%;
    /*background: #fff;*/
    /*border-radius: 10px;*/
    padding: 0;
    margin-right: 30px;
    /*-webkit-box-shadow: -1px 3px 23px -4px rgba(0, 0, 0, 0.49);*/
    /*box-shadow: -1px 3px 23px -4px rgba(0, 0, 0, 0.49);*/
}

@media (max-width: 767px) {
    .s-cal__l {
        margin-bottom: 15px;
    }
}

.s-cal__i {
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    -webkit-box-shadow: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
}

@media (max-width: 500px) {
    .s-cal__i {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.s-cal__i-inf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
}

@media (max-width: 500px) {
    .s-cal__i-inf {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.s-cal__i .btn--orange,
.s-cal__i .btn--green {
    margin-left: auto;
    padding: 5px 35px;
}

@media (max-width: 500px) {

    .s-cal__i .btn--orange,
    .s-cal__i .btn--green {
        margin: auto;
    }
}

@media (max-width: 767px) {

    .s-cal__i .btn--orange,
    .s-cal__i .btn--green {
        font-size: 14px;
    }
}

.s-cal__i-lab {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #d8472d;
    padding: 4px;
    width: 120px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 6px;
}

.s-cal__i-name {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.2;
}

@media (max-width: 1023px) {
    .s-cal__i-name {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .s-cal__i-name {
        text-align: center;
    }
}

.s-cal__i-img {
    width: 204px;
    min-width: 204px;
    height: 130px;
    margin-right: 15px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 1023px) {
    .s-cal__i-img {
        width: 154px;
    }
}

@media (max-width: 500px) {
    .s-cal__i-img {
        margin-bottom: 15px;
        margin-right: 0;
        width: 260px;
        height: 170px;
    }
}

.s-cal__i-img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.s-cal .i-icon {
    fill: #fff;
}

/*calendar*/

/* .s-cal .datepicker {
    width: 370px !important;
    background: transparent;
    border: none;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .s-cal .datepicker {
        width: 210px !important;
    }
}

@media (max-width: 767px) {
    .s-cal .datepicker {
        width: 100% !important;
    }
}

.s-cal .datepicker--nav {
    border-bottom: 1px solid #ccc;
}

.s-cal .datepicker--days-names {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.s-cal .datepicker--day-name {
    color: #000;
}

.s-cal .datepicker--cell.-current- {
    color: #ed5338;
}

.s-cal .datepicker--cell.-selected-,
.s-cal .datepicker--cell.-selected-.-current- {
    background: #ed5338 !important;
    color: #000 !important;
}

.s-cal .datepicker--cell.-selected- .dp-note,
.s-cal .datepicker--cell.-selected-.-current- .dp-note {
    background: transparent;
}

.s-cal .dp-note {
    position: absolute;
    background: #fff;
    width: 32px;
    height: 30px;
    border-radius: 5px;
    z-index: -1;
    left: 50%;
    bottom: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.s-cal .datepicker--cell-day.-other-month-,
.s-cal .datepicker--cell-year.-other-decade- {
    color: #ccc;
} */

.search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-form {
    margin-left: auto;
}

@media (max-width: 1023px) {

    /* .search {
        position: unset;
    } */
    .search-form {
        margin-left: 0;
    }
}

.search__btn {
    background: transparent;
    margin-left: auto;
    cursor: pointer;
    /*border-radius: 20px;*/
    background: #fff;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.search__btn.active {
    position: absolute;
    height: 50px;
    /*border-radius: 25px;*/
    /*box-shadow: 1px 1px 15px 13px #fff;*/
    border-radius: 8px;
    -webkit-box-shadow: -4px -4px 6px #fff, 3px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: -4px -4px 6px #fff, 3px 3px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    bottom: -6px;
}

@media (max-width: 1023px) {
    .search__btn.active {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.search__btn>a {
    z-index: 10;
    width: auto;
    color: #ed5338;
}

.search__btn_wrap {
    height: 40px;
    width: 40px;
}

.search__btn_wrap:not(:last-child) {
    margin-right: 15px;
}

.search__input {
    display: none;
    /*width: 500px;*/
    opacity: 0;
    visibility: hidden;
    min-width: 410px;
    /*padding: 10px 50px;*/
    text-align: center;
    background: #fff;
    /*border: 1px solid #c59368;*/
    border-radius: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.search__input input {
    width: 410px;
    height: 50px;
    padding: 11px;
    border-radius: 0 20px 20px 0;
    border: none;
}

@media (max-width: 1200px) {
    .search__input input {
        width: 300px;
    }
}

@media (max-width: 1023px) {
    .search__input {
        padding: 10px;
        width: 300px;
    }
}

@media (max-width: 767px) {
    .search__input {
        min-width: 280px;
    }
}

@media (max-width: 500px) {
    .search__input {
        min-width: 250px;
    }
}

.search__input input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 700;
    color: #c59368;
}

.search__input input::-moz-placeholder {
    font-size: 16px;
    font-weight: 700;
    color: #c59368;
}

.search__input input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 700;
    color: #c59368;
}

.search__input input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 700;
    color: #c59368;
}

.search__input input::placeholder {
    font-size: 16px;
    font-weight: 700;
    color: #c59368;
}

.search__input:focus {
    background-color: #eee;
}

.search__input.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* position: absolute; */
    /* top: 5px; */
    /* right: 60px; */
    padding-left: 2rem;
    opacity: 1;
    visibility: visible;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (max-width: 1024px) {
    .search__input.active {
        left: 23px;
        top: -6px;
        min-width: 360px;
    }
}

@media (max-width: 767px) {
    .search__input.active {
        /*left: -300px*/
    }
}

@media (max-width: 634px) {
    .search__input.active {
        /*left: -300px;*/
        /*top: 126px;*/
    }
}

@media (max-width: 500px) {
    .search__input.active {
        left: 16px;
        top: -24px;
        min-width: 205px;
    }
}

.search__input.hide {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-page .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-page .row .sort,
.search-page .row form {
    margin-top: 10px;
}

.search-page .row .sort p {
    margin: 0;
}

@media (max-width: 1200px) {

    .search-page .row .sort,
    .search-page .row form {
        width: 100%;
    }
}

.select {
    position: relative;
}

.select__wrap {
    position: relative;
}

.select__wrap--small {
    min-width: 200px;
}

.select__wrap--small .select-styled,
.select__wrap--small .select-options li {
    padding-top: 7px;
    padding-bottom: 7px;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select-hidden.inactive+.select-styled {
    pointer-events: none;
}

.select-hidden.inactive+.select-styled:after {
    /* Arrow */
    display: none;
}

.select-styled {
    width: 100%;
    /*max-height: 52px;*/
    padding: 15px 20px;
    background-color: #fff;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    cursor: pointer;
    border-radius: 8px;
    font-size: 18px;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    border: 1px #9393931a solid;
}

@media (max-width: 767px) {
    .select-styled {
        padding: 15px 20px;
    }
}

.select-styled.active {
    background: #fff;
}

.select-styled:after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
    border: 4px solid transparent;
    border-top-color: #d7ccc2;
    border-left-color: #d7ccc2;
    -webkit-transform: translateY(-50%) translateZ(0) scale(-1) rotate(45deg);
    transform: translateY(-50%) translateZ(0) scale(-1) rotate(45deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.select-styled.active {
    z-index: 2;
}

.select-styled.active:after {
    content: "";
    position: absolute;
    border-top-color: #ed5338;
    border-left-color: #ed5338;
    top: calc(50% + 2px);
    -webkit-transform: translateY(-50%) scale(1) rotate(45deg);
    -ms-transform: translateY(-50%) scale(1) rotate(45deg);
    transform: translateY(-50%) scale(1) rotate(45deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.select-styled.active+ul+.select-shadow {
    visibility: visible;
    opacity: 1;
    list-style-type: none;
}

.select-options {
    position: absolute;
    display: none;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    max-height: 300px;
    overflow-y: scroll;
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.1);
}

.select-options ul {
    list-style-type: none;
}

.select-options li {
    margin: 0;
    padding: 15px 20px;
    position: relative;
    background-color: #fff;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    z-index: 2;
    cursor: pointer;
    color: #282a30;
    font-size: 18px;
}

.select-options li:hover {
    background: #ebeff8;
}

.select-options li[rel="hide"] {
    display: none;
}

.select-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*-webkit-box-shadow: 0 3px 10px rgba(7, 16, 45, 0.15);
    box-shadow: 0 3px 10px rgba(7, 16, 45, 0.15);*/
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*! nouislider - 13.1.5 - 4/24/2019 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}

.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto;
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #3fb8af;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb,
        0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd,
        0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #ccc;
}

.noUi-marker-sub {
    background: #aaa;
}

.noUi-marker-large {
    background: #aaa;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -o-linear-gradient(right,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear,
            right top, left top,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -o-linear-gradient(left,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear,
            left top, right top,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -o-linear-gradient(bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear,
            left bottom, left top,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -o-linear-gradient(top,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear,
            left top, left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top;
    -webkit-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    -webkit-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left;
    -webkit-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    -webkit-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    -webkit-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    -webkit-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    font-family: "object-fit:contain";
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

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

.datepicker--cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 47px;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}

.datepicker--cell>.dp-note {
    position: absolute;
    background-color: #c4c4c4;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.datepicker--cell-day:not(:nth-child(7n)) {
    border-right: 1px solid #eaeaea;
}

.datepicker--cell-day:not(:nth-last-child(-n+7)) {
    border-bottom: 1px solid #eaeaea;
}

.datepicker--cell-day:nth-last-child(7) {
    border-bottom-left-radius: 9px;
}

.datepicker--cell-day:last-child {
    border-bottom-right-radius: 9px;
}

.datepicker--cell.-focus- {
    background-color: #f0f0f0;
}

.datepicker--cell.-current- {
    color: #FFFFFF;
    background-color: #ec5438;
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6;
}

.datepicker--cell.-in-range- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae;
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #c9371c;
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px;
}

/* .datepicker--cell.-selected- {
    border: none;
} */

.datepicker--cell.-selected-.-focus- {
    background: #c9371c;
}

.datepicker--cell:empty {
    cursor: default;
}

.datepicker--days-names {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.datepicker--day-name {
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    background-color: #c9371c;
    font-weight: 600;
    padding: 5px;
}

.datepicker--day-name:not(:last-child) {
    border-right: 1px solid #ec5438;
}

.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
    display: none;
}

.datepicker--cell-day {
    width: 14.28571%;
}

.datepicker--cells-months {
    height: 170px;
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%;
}

.datepicker--cells-years,
.datepicker--years {
    height: 170px;
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%;
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
}

@media print {
    .datepickers-container {
        display: none;
    }
}

.datepicker {
    background: #fff;
    /* border: 1px solid #dbdbdb; */
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: "Circe", sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    width: 330px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, left 0s 0.3s,
        -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
    -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s,
        -webkit-transform 0.3s ease;
    z-index: 100;
    -webkit-box-shadow: 8px 8px 16px 4px rgba(0, 0, 0, .09);
    box-shadow: 8px 8px 16px 4px rgba(0, 0, 0, .09);
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, left 0s 0s,
        -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s,
        -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
    background: #fff;
    -webkit-box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, 0.14);
    color: #ec5438;
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
    left: 10px;
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    right: 10px;
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2);
}

.datepicker--body.active {
    display: block;
}

.datepicker--nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    /* border-bottom: 1px solid #efefef; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    min-height: 32px;
    padding: 12px 17px;
    background-color: #ec5438;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 66px;
}

.-only-timepicker- .datepicker--nav {
    display: none;
}

.datepicker--nav-title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1.2;
    -webkit-transition: background 250ms ease-in-out, color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
    transition: background 250ms ease-in-out, color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
    -o-transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out, color 250ms ease-in-out;
    transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out, color 250ms ease-in-out;
    transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out, color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
}

.datepicker--nav-action {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 40px;
    background-color: #FFF;
    -webkit-transition: background 250ms ease-in-out, color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
    transition: background 250ms ease-in-out, color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
    -o-transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out, color 250ms ease-in-out;
    transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out, color 250ms ease-in-out;
    transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out, color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
}

.datepicker--nav-action.-disabled- {
    visibility: hidden;
}

.datepicker--nav-action svg {
    width: 32px;
    height: 34px;
}

.datepicker--nav-action path {
    fill: none;
    stroke: #000;
    stroke-width: 2px;
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 2px 12px;
}

.datepicker--buttons,
.datepicker--time {
    border-top: 1px solid #efefef;
    padding: 4px;
}

.datepicker--nav-title i {
    font-style: normal;
    margin-left: 5px;
    font-weight: 400;
    font-size: 14px;
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: #BB3A22;
}

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

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1 1;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 32px;
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0;
}

.datepicker--time {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 138px;
    -webkit-box-flex: 0;
    flex: 0 1 138px;
    max-width: 138px;
}

.-only-timepicker- .datepicker--time {
    border-top: none;
}

.datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    -webkit-box-flex: 0;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px;
}

.datepicker--time-label {
    display: none;
    font-size: 12px;
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: "";
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1;
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
    margin-bottom: 4px;
}

.datepicker--time-row input[type="range"] {
    background: 0 0;
    cursor: pointer;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.datepicker--time-row input[type="range"]::-ms-tooltip {
    display: none;
}

.datepicker--time-row input[type="range"]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type="range"]:hover::-moz-range-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type="range"]:hover::-ms-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type="range"]:focus {
    outline: 0;
}

.datepicker--time-row input[type="range"]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type="range"]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type="range"]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    margin-top: -6px;
}

.datepicker--time-row input[type="range"]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

.datepicker--time-row input[type="range"]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    -ms-transition: background 0.2s;
    transition: background 0.2s;
}

.datepicker--time-row input[type="range"]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}

.datepicker--time-row input[type="range"]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}

.datepicker--time-row input[type="range"]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}

.datepicker--time-row input[type="range"]::-ms-fill-lower {
    background: 0 0;
}

.datepicker--time-row input[type="range"]::-ms-fill-upper {
    background: 0 0;
}

.datepicker--time-row span {
    padding: 0 12px;
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: "";
    background: currentColor;
    position: absolute;
}

.datepicker--time-icon:after {
    height: 0.4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.datepicker--time-icon:before {
    width: 0.4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.mobil_head {
    background-color: #fff;
    z-index: 9999;
    width: 100%;
    /* height: 100%; */
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.menu_section {
    display: none;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: scroll;
}

.menu_section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu_block {
    padding-top: 12px;
    /*background: #e5e2df;*/
    background: #f8f8f8;
    /*background-image: url(/local/templates/mybiz/images/fon_menu_bzns.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
}

.menu_block h2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.logo_block {
    padding-top: 16px;
    padding-bottom: 12px;
}

a.logo1 {
    background-image: url(/html/images/logo.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 200px;
    height: 65px;
}

a.logo2 {
    background-image: url(/local/templates/mps/css/svg/logo2.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 159px;
    height: 63px;
    margin-left: 14px;
}

.close_menu {
    padding-top: 16px;
    padding-bottom: 12px;
    height: 86px;
    width: 86px;
    font-size: 42px;
    color: #c5936b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.close_menu a {
    line-height: 10px;
}

.line {
    background: rgba(0, 0, 0, 0.2);
    height: 2px;
}

.fon_glavnaya .bar {
    -webkit-box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.25);
    border: solid 1px rgba(210, 171, 102, 0);
}

.bar,
.box {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.82);
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
    border: 1px solid #e1e2e3;
}

.bar.corona {
    height: auto;
}

.bar:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

.text_style_bar,
.text_style_bar:hover {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    text-decoration: none;
    line-height: 1.52;
    padding: 50px 30px 50px 25px;
}

span.icon_content {
    background-repeat: no-repeat;
    height: 50px;
    width: 40px;
    display: block;
    padding-right: 70px;
}

/*####################<___404___#####################*/

section.error404 {
    padding: 20px 0;
}

.error404__image {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: block;
    border-style: none;
    max-width: 100%;
}

.error404__text {
    margin-top: 30px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #562212;
}

.error404__btn {
    max-width: 300px;
    height: 57px;
    display: block;
    margin: 40px auto 20px auto;
    padding-top: 16px;
    font-size: 18px;
    line-height: 26px;
    border-radius: 100px;
}

/*####################___404___>#####################*/

.ty_page {
    padding: 250px 0;
}

.ty_page img {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: block;
    border-style: none;
    max-width: 100%;
    max-height: 180px;
}

.ty_page h1 {
    text-align: center;
}

.ty_page a {
    margin: 40px auto 20px auto;
    max-width: 300px;
    display: block;
}

/*#######################__PROFILE__#########################*/

.title {
    position: relative;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0.05em;
    padding-left: 41px;
    text-transform: uppercase;
}

.profile__title {
    padding: 60px 0 0;
}

.profile--lk .profile__title {
    margin-left: 0;
}

.profile__title .title {
    padding-left: 30px;
    letter-spacing: 0;
    position: relative;
}

.title_icon {
    position: absolute;
    content: "";
    bottom: 15%;
    left: 0;
    width: 25px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: contain;
    vertical-align: middle;
}

.profile__title .title_icon {
    width: 18px;
    height: 26px;
}

.form_results-wrap {
    padding: 15px 0;
}

section.zayavki .list-tabs_wrap .pick__role .pick__sp {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

section.zayavki .list-tabs_wrap .pick__sp .title {
    font-size: 18px;
    font-weight: bold;
    padding-left: 0;
    text-align: center;
}

section.zayavki .list-tabs_wrap .pick__i {
    width: 100%;
    height: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 700px) {
    section.zayavki .list-tabs_wrap .pick__role .pick__sp {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

section.zayavki .list-tabs_wrap .pick__target {
    padding: 20px 0;
}

section.zayavki .list-tabs_wrap .pick__i.active .title {
    color: #fff;
}

.uk-form-controls .fields.double input {
    height: 40px;
}

.uk-form-controls.additional_register_fields {
    width: 100%;
}

.uk-form-controls.agreement {
    padding-left: 20px;
    margin-bottom: 15px;
}

.uk-form-controls.agreement label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
}

.uk-form-controls.agreement label a {
    color: #007bbe;
}

.uk-form-controls.agreement label:before {
    border: 1px solid #000;
    left: -15px;
}

.uk-form-controls.agreement input:checked+label:after {
    border: solid #000;
    left: -11px;
    width: 2px;

    border-width: 0 2px 2px 0;
}

section.agreement p strong {
    color: #dc0d37;
}

section.agreement h1 {
    color: #007bbe;
    font: 600 42px "Open Sans", sans-serif;
    margin: 0 0 15px 0;
}

@media (max-width: 700px) {
    .pick__service {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pick__service .pick__sp.active {
        margin-left: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pick__service .pick__sp .pick__i {
        margin: 0 5px;
        margin-bottom: 10px;
        width: 100%;
    }

    .pick__service .pick__i-name {
        font-size: 13px;
        height: 55px;
    }
}

/*@media(max-width: 1023px){*/
/*    .h__nav li{*/
/*        margin-right: 21px;*/
/*    }*/
/*    .h__nav li a{*/
/*        font-size: 16px;*/
/*    }*/
/*}*/
.h__btm .n-slider__arrows {
    display: none;
}

.n-slider__lab:hover {
    color: #f1f1f1;
}

@media (max-width: 1300px) {
    .h__btm .n-slider__arrows {
        bottom: 0px;
        position: relative;
        display: block;
    }

    .h__btm .container:first-child {
        overflow-x: scroll;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .h__nav {
        width: 1250px;
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    .p-news__desc {
        display: none;
    }

    .p-news__tag {
        display: none;
    }
}

.date-input_wrap {
    position: relative;
}

.date-input_wrap img.calendar-icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}

.proftest {
    background-color: #ffffff;
    padding: 40px 0;
}

.proftest .title-2 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    text-transform: none;
    line-height: 1;
}

.proftest .title-2.bold {
    font-family: "PTSans", sans-serif;
}

.status-bar {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 35px;
}

.status-bar .line-bar {
    width: 100%;
    height: 15px;
    background-color: #f4f4f4;
    overflow: hidden;
    border-radius: 10px;
}

.status-bar .line-bar .progress {
    width: 1%;
    height: 100%;
    background: #ed5338;
    display: block;
    -webkit-box-shadow: 3px 1px 20px #ed5338;
    box-shadow: 3px 1px 20px #ed5338;
}

.status-bar .meter {
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-bottom: 3px;
}

.question-text {
    margin-bottom: 100px;
    font-size: 22px;
    padding: 0 25px;
    line-height: 1.3;
}

.question-text p,
.question-text h1,
.question-text h2,
.question-text h3,
.question-text span,
.question-text b,
.question-text ul,
.question-text li {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

/*.question-answers{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}*/
.answ-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 200px;
}

.answ-l input {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.answ-l .answ-t {
    width: 100%;
    padding: 15px;
    background-color: #f3e5d8;
    cursor: pointer;
    -webkit-box-shadow: 0px 3.55311px 10.6593px rgb(182 180 179 / 34%);
    box-shadow: 0px 3.55311px 10.6593px rgb(182 180 179 / 34%);
    border-radius: 70px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.answ-l:hover .answ-t {
    background-color: #e04e39;
    color: #ffffff;
    -webkit-box-shadow: 0px 4px 13px #ed5338;
    box-shadow: 0px 4px 13px #ed5338;
}

.result-text {
    margin-bottom: 10px;
    font-size: 18px;
    padding: 0 25px;
    line-height: 1.3;
}

.result-text p,
.result-text b,
.result-text span {
    font-size: inherit;
    margin-bottom: 10px;
    line-height: inherit;
}

.result-text b {
    font-family: "PTSans", sans-serif;
    font-weight: 700;
    color: #ed5338;
}

.result-text table {
    width: 100%;
    margin: 15px 0;
    font-size: 16px;
    table-layout: fixed;
    border-collapse: collapse;
    -webkit-box-shadow: 1px 7px 10px rgba(182, 180, 179, 0.34);
    box-shadow: 1px 7px 10px rgba(182, 180, 179, 0.34);
}

.result-text table thead th {
    font-family: "PTSans", sans-serif;
    font-weight: 700;
    color: #ed5338;
    background-color: #f3e5d8;
}

.result-text table td,
.result-text table th {
    padding: 8px 15px;
    border: 1px solid #f3e5d8;
}

.result-text .table-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.result-text .table-arrows svg {
    width: 100px;
}

.proftest-congrat .container {
    padding: 30px;
    -webkit-box-shadow: -3px 1px 10px rgba(182, 180, 179, 0.34);
    box-shadow: -3px 1px 10px rgba(182, 180, 179, 0.34);
    max-width: 500px;
    margin: 30px auto;
    border-radius: 41px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.proftest-congrat .container:hover {
    -webkit-box-shadow: 0 4px 13px #ed533852;
    box-shadow: 0 4px 13px #ed533852;
}

.proftest-start .container {
    padding: 50px;
    -webkit-box-shadow: -3px 1px 10px rgba(182, 180, 179, 0.34);
    box-shadow: -3px 1px 10px rgba(182, 180, 179, 0.34);
    max-width: 900px;
    margin: 10px auto;
    border-radius: 41px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.proftest-start .container:hover {
    -webkit-box-shadow: 0px 4px 13px #ed533852;
    box-shadow: 0px 4px 13px #ed533852;
}

.result-text .congratulation {
    font-size: 28px;
    text-align: center;
    color: #ed5338;
    line-height: 1.1;
    margin-bottom: 10px;
}

.result-text .congratulation-2 {
    font-size: 18px;
    text-align: center;
}

.result-text.result-text__cong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

.result-text .congratulation-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 30px;
    margin: 20px auto;
    border-radius: 40px;
    background-color: #ed5338;
    border: 1px solid #ed5338;
    color: #ffffff;
    -webkit-box-shadow: 1px 7px 10px rgba(182, 180, 179, 0.34);
    box-shadow: 1px 7px 10px rgba(182, 180, 179, 0.34);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.result-text .congratulation-link:hover {
    background-color: #ffffff;
    color: #ed5338;
    -webkit-box-shadow: 0px 4px 13px #ed533852;
    box-shadow: 0px 4px 13px #ed533852;
}

@media only screen and (max-width: 1023px) {
    .question-text {
        font-size: 18px;
        margin-bottom: 80px;
    }

    .question-answers {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .result-text {
        font-size: 17px;
    }

    .answ-l {
        margin: 10px 0;
    }

    .result-text table {
        font-size: 15px;
    }

    .result-text .congratulation {
        font-size: 26px;
    }

    .result-text .congratulation-2 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 575px) {
    .question-text {
        font-size: 16px;
        margin-bottom: 50px;
        padding: 0 15px;
    }

    .result-text {
        font-size: 16px;
    }

    .result-text .table-container {
        overflow-x: auto;
    }

    .result-text table {
        font-size: 14px;
        width: 768px;
    }

    .proftest .title-2 {
        font-size: 32px;
    }

    .proftest-congrat .container {
        max-width: 320px;
        padding: 20px 15px;
    }

    .result-text .congratulation {
        font-size: 24px;
    }

    .result-text .congratulation-2 {
        font-size: 15px;
    }
}

.registration {
    padding: 80px 0;
    /*background-color: #ffffff;*/
}

.registration .container,
.opros .container {
    padding: 0;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px 0px rgb(239, 239, 239, 0.6);
    box-shadow: 0 0 15px 0px rgb(239, 239, 239, 0.6);
    overflow: hidden;
}

.registration .api-mf-antibot,
.opros .api-mf-antibot {
    display: none !important;
}

.registration .regist-h,
.opros .opros-h {
    background-color: #ed5338;
    padding: 30px 25px;
}

.regist-h .title-r,
.opros-h .title-r {
    text-align: center;
    font-size: 32px;
    font-family: "PTSans", sans-serif;
    font-weight: 700;
    color: #ffffff;
}

.regist-f .register_help,
.opros-f .opros_help {
    text-align: center;
    font-size: 14px;
    font-family: "PTSans", sans-serif;
    font-weight: 600;
    color: #000;
}

.select-options {
    border: 1px solid #e1e1e1;
}

.regist-f,
.opros-f {
    padding: 20px;
}

.regist-f .uk-form-row:after,
.regist-f .uk-form-row:before,
.opros-f .uk-form-row:after,
.opros-f .uk-form-row:before {
    display: none !important;
}

.regist-f .uk-form-row,
.opros-f .uk-form-row {
    display: grid;
    padding: 15px;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.regist-f .uk-form-controls,
.opros-f .uk-form-controls {
    margin-bottom: 0;
}

.regist-f .uk-type-profile,
.opros-f .uk-type-profile {
    grid-column: 1 / 5;
    text-align: left;
    margin-bottom: 5px;
    padding: 0 15px;
}

.regist-f .uk-type-profile h1,
.regist-f .uk-type-profile h2,
.regist-f .uk-type-profile h3 {
    font-family: "Gilroy", sans-serif;
    font-size: 22px;
    font-weight: 500;
}

.regist-f .additional_register_fields {
    padding: 0 15px;
}

.regist-f .uk-form-controls.agreement label {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
}

.regist-f .captcha-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 41px;
}

.regist-f .uk-form-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.regist-f .uk-form-btns .btn {
    margin-bottom: 15px;
    width: 100%;
    padding: 12px 10px;
}

@media only screen and (max-width: 1023px) {
    .regist-f .uk-form-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .regist-f .uk-type-profile {
        grid-column: 1 / 4;
    }
}

@media only screen and (max-width: 767px) {
    .regist-f .uk-form-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .regist-f .uk-type-profile {
        grid-column: 1 / 3;
    }
}

@media only screen and (max-width: 575px) {
    .regist-f .uk-form-row {
        grid-template-columns: 1fr;
    }

    .regist-f .uk-type-profile {
        grid-column: 1 / 2;
    }
}

.k_uspehu-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.attachment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.attachment .attachment_clip {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    display: inline-block;
    background-image: url(/local/templates/mybiz/images/clip.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.attachment .attachment_link {}

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

.sd_doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.1;
    font-size: 16px;
    color: #fff;
    background-color: #e04e39;
    border-radius: 20px;
    padding: 12px 15px;
    -webkit-box-shadow: 0px 3.55311px 10.6593px rgb(215 90 74 / 34%);
    box-shadow: 0px 3.55311px 10.6593px rgb(215 90 74 / 34%);
    position: relative;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    max-width: 170px;
    text-align: center;
}

.sd_doc:hover,
.sd_doc:focus {
    opacity: 0.85;
    color: #fff;
}

.sd_doc::before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 9px;
    left: 8px;
    opacity: 0.4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Capa_1' enable-background='new 0 0 512 512' height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cg%3E%3Cpath d='m126.585 512c-27.384 0-54.767-10.424-75.614-31.27-20.198-20.198-31.321-47.052-31.321-75.614 0-28.563 11.123-55.417 31.321-75.615l306.329-306.329c14.942-14.943 34.808-23.172 55.94-23.172 21.131 0 40.998 8.229 55.94 23.172 14.942 14.942 23.171 34.808 23.171 55.94 0 21.131-8.229 40.998-23.171 55.94l-264.741 264.74c-19.997 19.996-52.533 19.996-72.531 0-19.997-19.997-19.997-52.533 0-72.531l186.24-186.24c5.478-5.478 14.361-5.478 19.84 0s5.479 14.361 0 19.84l-186.241 186.239c-9.057 9.058-9.057 23.794 0 32.852 9.058 9.058 23.794 9.058 32.852 0l264.741-264.74c9.643-9.643 14.953-22.464 14.953-36.1 0-13.637-5.31-26.458-14.953-36.1-19.906-19.906-52.295-19.906-72.201 0l-306.329 306.328c-14.898 14.898-23.103 34.706-23.103 55.775 0 21.07 8.205 40.877 23.103 55.775 30.755 30.754 80.796 30.753 111.549.001l228.446-228.447c5.478-5.478 14.361-5.478 19.84 0s5.479 14.361 0 19.84l-228.446 228.446c-20.847 20.846-48.231 31.27-75.614 31.27z' fill='%23fff'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m430.645 252.283c5.479-5.478 5.479-14.362 0-19.84-5.478-5.478-14.361-5.478-19.84 0l-228.445 228.447c-18.731 18.731-44.614 26.031-68.94 21.944-4.959.695-9.956 1.046-14.955 1.046-21.091 0-42.178-6.19-60.282-18.557 3.738 5.463 8.005 10.623 12.787 15.406 20.848 20.847 48.231 31.271 75.614 31.271 27.384 0 54.768-10.424 75.615-31.27z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.sd_doc:not(:last-child) {
    margin-right: 20px;
}

.container-media-zakup.container.container-media {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 48px);
    max-width: 1248px;
    padding: 0 !important;
    margin: 0 auto;
}

.zakup-contain-custom.unit-media {
    margin: 0 24px 48px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 350px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-decoration: none;
    color: #333;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.zakup-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 3px solid #ed5236;
}

.date-new {
    font-size: 16px;
    font-weight: 300;
    color: #be996c;
    max-width: 100%;
    width: auto;
}

.zakup-unit-media-img {
    width: 100%;
    max-width: 74px;
    height: auto;
    display: block;
}

.zakup-contain-custom .unit-media-title {
    display: block;
    font-size: 16px;
    line-height: 130%;
    margin-top: 21px;
    font-weight: 700;
    color: #562212;
}

.nd_center_cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nd_center_card {
    width: 23%;
    background: #ffffff;
    border-style: solid;
    border-color: #efefef;
    border-width: 0 1px 1px 1px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    margin-bottom: 25px;
}

.nd_center_card .nd_center_card_title {
    border-top: 5px solid #835933;
}

.nd_center_card:nth-child(2n) .nd_center_card_title {
    border-top: 5px solid #337c52;
}

.nd_center_card:nth-child(3n) .nd_center_card_title {
    border-top: 5px solid #7e358a;
}

.nd_center_card:nth-child(4n) .nd_center_card_title {
    border-top: 5px solid #3979a8;
}

.nd_center_card_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 135px;
    padding: 0 30px;
    background: #fafafa;
    border-bottom: 1px solid #efefef;
}

.nd_center_card_title h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: #131313;
    font-family: "Circe", sans-serif;
}

.nd_center_card_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px;
}

.nd_center_card_list a:hover {
    color: #2f80ed;
}

.nd_center_card_list a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 140%;
    color: #252525;
    padding-left: 20px;
    position: relative;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    margin-bottom: 10px;
}

.nd_center_card_list a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #ed5036;
    left: 0;
    top: 10px;
}

.nd_center_card:hover {
    -webkit-box-shadow: 0 20px 20px -10px rgb(0 0 0 / 20%);
    box-shadow: 0 20px 20px -10px rgb(0 0 0 / 20%);
}

.inner_teams .title_icon {
    position: absolute;
    content: "";
    bottom: 25%;
    left: 0;
    width: 25px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: contain;
    vertical-align: middle;
}

.inner_teams {
    margin-bottom: 30px;
}

.inner_teams .container {
    padding: 0;
}

.inner_teams .teams__slider_wrapper {
    height: initial;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.teams__item_image {
    position: relative;
    display: block;
    width: 165px;
    height: 165px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.teams__item_name {
    margin-top: 25px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #2c2a29;
}

.inner_teams .teams__item_position {
    font-weight: bold;
    max-width: 165px;
    margin: 5px auto 0 auto;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #c59368;
}

.inner_teams .teams__item {
    width: 20%;
    margin-bottom: 30px;
}

.nbFondsList {
    font-size: 1.125rem;
    display: block;
    font-family: "Circe", sans-serif;
}

.nbFondsList .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nbFondsList .row::before {
    display: none;
}

.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}

.nbFondsList__itemImg {
    display: block;
    height: 0;
    padding-top: 26%;
    background-position: center center;
    background-size: contain;
    border: 2rem solid transparent;
    background-repeat: no-repeat;
    background-color: #fff;
}

.nbFondsList__itemImg,
.nbFondsList__itemImg:focus {
    color: #623b2a;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
}

.nbFondsList__itemContent {
    background: #fff;
    padding: 1.5rem 1rem;
}

.nbFondsList__item {
    margin-bottom: 25px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

.nbFondsList__itemName {
    font-size: 1.25rem;
    font-family: "Circe", sans-serif;
    margin-bottom: 0.75rem;
    line-height: 1.1;
    display: block;
    color: #2c2a29;
    text-align: center;
    font-weight: 700;
}

.nbFondsList__propVal,
.nbFondsList__propVal a {
    color: #552211;
}

.nbFondsList__propLine span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 18px;
    font-weight: normal;
}

.nbFondsList__prop {
    margin-bottom: 10px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.nbFondsList__props {
    background: #eee1d5;
    padding: 1.5rem 1rem 1rem;
    min-height: 10rem;
}

.nbFondsList__prop:last-child {
    margin-bottom: 0;
}

.nbFondsList__prop {
    padding-left: 1.5rem;
    position: relative;
}

.btn-link:focus,
.btn-link,
.btn-link:not(:disabled):not(.disabled).active,
.btn-link:not(:disabled):not(.disabled):active {
    background: transparent;
    color: #e04e39;
    border-color: transparent;
}

.btn-arrow {
    padding-right: 2.5625rem;
    position: relative;
}

.nbFondsList__itemLink {
    text-align: right;
}

.btn {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 350;
    line-height: 0.83;
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, -webkit-transform 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, transform 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, transform 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #ec5438;
    -webkit-box-shadow: 0 4px 20px rgba(236, 84, 56, 0.6) !important;
    box-shadow: 0 4px 20px rgba(236, 84, 56, 0.6) !important;
    text-transform: none;
}

.btn:hover,
.btn:focus {
    background-color: #d8472d;
    color: #fff;
}

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

.btn-arrow:active:focus,
.btn-arrow:hover {
    background: #fff;
    color: #e04e39;
    border: 0.125rem solid #e04e39;
    text-decoration: none;
}

.btn-link.btn-arrow:after,
.btn-secondary.btn-arrow:after {
    background-position: 0 -12.5rem;
}

.btn-arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    right: -0.0625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../icons/sprite.svg) 0 -9.375rem no-repeat;
    background-size: 3.125rem auto;
}

.d-flex-4 {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
}

.nbFondsList__propDesc {
    color: #e04e39;
}

.nbFondsList__prop._phone .nbFondsList__propDesc:before {
    content: "";
    position: absolute;
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../icons/sprite.svg) 0 -21.95rem no-repeat;
    background-size: 3.125rem auto;
}

.nbFondsList__prop._email .nbFondsList__propDesc:before {
    content: "";
    position: absolute;
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../icons/sprite.svg) 0 -25.08rem no-repeat;
    background-size: 3.125rem auto;
}

.contacts .p-form__title {
    margin-top: 80px;
}

.contacts .r-slider__arrows {
    top: -30px;
}

@media (max-width: 992px) {
    .nd_center_card {
        width: 30%;
    }

    .inner_teams .teams__item {
        width: 33.33%;
    }

    .nbFondsList .row {
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    .nd_center_card {
        width: 48%;
    }

    .inner_teams .teams__item {
        width: 50%;
    }

    .d-flex-6 {
        -ms-flex: 0 0 48%;
        -webkit-box-flex: 0;
        flex: 0 0 48%;
        max-width: 48%;
    }
}

@media (max-width: 576px) {

    .nd_center_card,
    .inner_teams .teams__item {
        width: 100%;
    }

    .d-flex-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.alert {
    padding: 15px;
    color: #000;
    background-color: #f1de31;
}

.alert.danger {
    background-color: #ed5338;
    color: white;
}

.alert .closebtn {
    margin-left: 15px;
    color: #000;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 2px;
}

.alert.danger .closebtn {
    color: #fff;
}

.alert .closebtn:hover {
    color: black;
}

.bg--white {}

.role-filter-wrap {}

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

.role-filter-item-wrap {
    width: 25%;
    padding: 5px;
}

.role-filter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    background: url(/local/templates/mybiz/favicon.ico) no-repeat left + 15px center;
    background-color: white;
    background-size: 30px;
    padding: 10px 50px;
    text-align: center;
}

.role-filter-item.active {
    border-bottom: 4px solid #d4523a;
}

@media (max-width: 1100px) {
    .role-filter-item-wrap {
        width: 50%;
    }
}

@media (max-width: 570px) {
    .role-filter-item-wrap {
        width: 100%;
    }
}

.wh-doit {
    padding-top: 30px;
    padding-bottom: 30px;
}

.wh-doit__lst {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 34px;
    grid-row-gap: 34px;
}

.wh__lst-item {
    overflow: hidden;
    min-height: 254px;
    background-color: #f8f8f8;
    -webkit-box-shadow: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease, background-color 0.3s ease;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
    transition: box-shadow 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
}

/* .wh__lst-item:hover,
.wh__lst-item:focus-within {
    box-shadow: inset -12px -12px 14px hsla(0, 0%, 100%, 0.24),
        inset 12px 12px 14px rgba(0, 0, 0, 0.1);
    background-color: #ec5438;
} */

.wh_lst-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    /* padding: 50px; */
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wh_lst-wrapper {
    padding: 50px;
    z-index: 2;
    position: relative;
    height: 100%;
    max-width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wh_lst-wrapper>* {
    z-index: 2;
    position: relative;
}

.wh_lst-wrapper::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    left: -15%;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease, background-color 0.3s ease;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
    transition: box-shadow 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    border-radius: 30px;
    width: 125%;
    height: 101%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.wh__lst-item:hover .wh_lst-wrapper::after,
.wh__lst-item:focus-within .wh_lst-wrapper::after {
    -webkit-box-shadow: inset -12px -12px 14px hsla(0, 0%, 0%, 0.1), inset 12px 12px 14px rgba(0, 0, 0, 0.1);
    box-shadow: inset -12px -12px 14px hsla(0, 0%, 0%, 0.1), inset 12px 12px 14px rgba(0, 0, 0, 0.1);
    background-color: #ec5438;
}

.wh_lst-backgr {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 30px;
    overflow: hidden;
}

.wh_lst-backgr>img {
    border-radius: 0 30px 30px 0;
    width: 35%;
    height: 100%;
    -o-object-fit: cover;
    transform: translateX(15%);
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}

.wh_lst-tl {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #2c2a29;
}

.wh__lst-item:hover .wh_lst-tl,
.wh__lst-item:focus-within .wh_lst-tl {
    color: #fff;
}

.wh_lst-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
}

.wh_lst-link-t {
    font-size: 20px;
    line-height: 0.8;
    padding-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wh__lst-item:hover .wh_lst-link-t,
.wh__lst-item:focus-within .wh_lst-link-t {
    color: #fff;
}

.wh_lst-link-t>svg {
    margin-left: 14px;
}

.wh_lst-link-t>svg path {
    fill: #ec5438;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.wh__lst-item:hover .wh_lst-link-t>svg>path,
.wh__lst-item:focus-within .wh_lst-link-t>svg>path {
    fill: #fff;
}

.wh_lst-icon {
    width: 4.32vw;
    height: 4.32vw;
}

.wh_lst-icon>svg {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.wh_lst-icon>svg path {
    fill: #ec5438;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.wh__lst-item:hover .wh_lst-icon>svg path,
.wh__lst-item:focus-within .wh_lst-icon>svg path {
    fill: #fff;
}

@media (max-width: 1023px) {
    .wh-doit__lst {
        grid-template-columns: 100%;
    }

    .wh__lst-item {
        min-height: 100%;
    }

    .wh_lst-wrapper {
        padding: 40px;
    }

    .wh_lst-tl {
        font-size: 22px;
    }

    .wh_lst-link-t {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .wh_lst-icon {
        width: 10vw;
        height: 10vw;
    }

    .wh-doit__lst {
        grid-row-gap: 20px;
    }

    .wh_lst-wrapper {
        padding: 30px;
    }

    .wh_lst-tl {
        font-size: 20px;
    }

    .wh_lst-link-t {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .wh__lst-item {
        border-radius: 12px;
    }

    .wh_lst-wrapper {
        padding: 25px;
    }

    .wh_lst-wrapper::after {
        border-radius: 20px;
    }

    .wh_lst-backgr {
        border-radius: 12px;
    }

    .wh_lst-backgr>img {
        border-radius: 0 12px 12px 0;
        width: 28%;
        transform: none;
    }

    .wh_lst-tl {
        font-size: 16px;
    }

    .wh_lst-link-t {
        font-size: 14px;
        line-height: 1;
    }
}

.p-form_nonuser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* [Переписывание стилей UK MODAL] */
.uk-modal {
    background: rgba(0, 0, 0, 0.35);
}

.uk-modal-dialog {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.24);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.24);
}

.uk-modal-header {
    border-radius: 8px 8px 4px 4px;
}

.uk-modal-header h4 {
    font-size: 18px;
}

.uk-modal-dialog>.uk-close:first-child {
    margin: -7px -7px 0 0;
}

.uk-form-row {
    margin: 0 -5px;
}

#auth-modal .uk-form-btns {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column: 1 / span 2;
}

@media (max-width: 599px) {
    #auth-modal .uk-form-btns {
        grid-column: auto;
    }
}

#auth-modal .uk-form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-column-gap: 15px;
    justify-items: center;
}

#auth-modal .uk-form-row::after,
#auth-modal .uk-form-row::before {
    display: none;
}

.bx-sonet-profile-fieldset-table input,
.bx-sonet-profile-edit-layers {
    -webkit-box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.08);
}

.bx-sonet-profile-edit-layout div.bx-sonet-profile-edit-layers {
    border-radius: 8px;
    border: 1px #9393931a solid;
}

.bx-sonet-profile-edit-layout div.bx-sonet-profile-edit-layers table.bx-sonet-profile-fieldset-table td.bx-sonet-profile-fieldcaption {
    border-bottom: 1px solid #f4f4f4;
}

.bx-sonet-profile-edit-layout ul.bx-sonet-profile-edit-menu li {
    -webkit-box-shadow: -10px 0px 11px 0 rgba(0, 0, 0, 0.04);
    box-shadow: -10px 0px 11px 0 rgba(0, 0, 0, 0.04);
    border-radius: 8px 0 0 8px !important;
    margin-bottom: 10px;
    border-top: 0;
    border-bottom: 0;
}

.bx-sonet-profile-edit-layout ul.bx-sonet-profile-edit-menu li.bx-sonet-switcher-current {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}

.bx-sonet-profile-edit-layout ul.bx-sonet-profile-edit-menu li a {
    font-size: 16px;
    font-weight: 400;
}

.bx-sonet-profile-edit-buttons .btn:first-child {
    margin-right: 15px;
}

.events-list__item {
    background: transparent;
    -webkit-box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.1);
    border: 0;
}

.events-list__img img {
    height: 159px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

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

.events-list__right {
    padding-left: 10px;
}

.bx-sonet-profile-field.b-input {
    position: relative;
}

.bx-sonet-profile-field.b-input .calendar-icon {
    position: absolute;
    left: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 800px) {
    .bx-sonet-profile-edit-layout div.bx-sonet-profile-edit-buttons {
        padding: 15px;
    }

    .bx-sonet-profile-edit-layout ul.bx-sonet-profile-edit-menu li {
        margin-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 1.1;
        padding: 6px 0;
    }

    .bx-sonet-profile-edit-layout ul.bx-sonet-profile-edit-menu li:first-child {
        border-radius: 8px 0 0 0 !important;
    }

    .bx-sonet-profile-edit-layout ul.bx-sonet-profile-edit-menu li:last-child {
        border-radius: 0 8px 0 0 !important;
    }

    .bx-sonet-profile-edit-layout ul.bx-sonet-profile-edit-menu li:not(:last-child) {
        border-right: 1px solid #f4f4f4;
    }

    .bx-sonet-profile-edit-layout ul.bx-sonet-profile-edit-menu {
        border-bottom: 1px solid #f4f4f4;
    }

    section.zayavki .list-tabs_wrap .pick__sp .title {
        font-size: 20px;
    }

    .events-list__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .events-list__left,
    .events-list__right {
        width: 100%;
    }

    .events-list__title,
    .events-list__description {
        text-align: center;
    }
}

@media (max-width: 700px) {
    section.zayavki .list-tabs_wrap .pick__i {
        height: auto;
    }
}

@media (max-width: 575px) {
    .bx-sonet-profile-edit-layout div.bx-sonet-profile-edit-layers table.bx-sonet-profile-fieldset-table {
        width: 100%;
    }

    .bx-sonet-profile-fieldset-table tbody {
        display: grid;
        grid-template-columns: 100%;
    }

    .bx-sonet-profile-fieldset-table tbody tr {
        display: grid;
        grid-template-columns: 100%;
    }

    .bx-sonet-profile-edit-layout div.bx-sonet-profile-edit-layers table.bx-sonet-profile-fieldset-table td.bx-sonet-profile-fieldcaption {
        text-align: left;
        width: 100%;
    }

    .bx-sonet-profile-edit-layout div.bx-sonet-profile-edit-layers table.bx-sonet-profile-fieldset-table td.bx-sonet-profile-field {
        width: 100%;
        padding-left: 3px;
    }

    .bx-sonet-profile-edit-layout {
        position: relative;
    }

    .bx-sonet-profile-edit-layout .l-slider__arrows {
        bottom: auto;
        top: 85px;
    }

    .bx-sonet-profile-field.b-input .calendar-icon {
        left: 3px;
    }

    .bx-sonet-profile-edit-layout div.bx-sonet-profile-edit-layers td.bx-sonet-profile-field .select {
        width: 100%;
    }

    section.zayavki .list-tabs_wrap .pick__sp .title {
        font-size: 16px;
    }

    .events-list__item {
        width: 100%;
        margin: 8px 5px;
    }
}

.events-pagination>.text {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    background-color: #fff;
    border-radius: 30px;
    padding: 8px 40px;
}

.events-pagination>.text>* {
    -webkit-transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    padding: 0 8px;
    display: inline-block;
    height: 32px;
    min-width: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #c59368;
    border-radius: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.events-pagination>.text>*:not(b):hover,
.events-pagination>.text>*:not(b):focus,
.events-pagination>.text>*:not(b):active {
    background-color: #dadada;
}

.events-pagination>.text>b {
    background: #ed5338;
    color: #fff;
}

/* #region Business plans */
.business-plans {
    padding-bottom: 70px;
}

.bss_pl_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 25px;
}

.bss_pl_lst {
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 50px;
}

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

.bss_pl_itm_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 425px;
    -webkit-box-shadow: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.08);
    border-radius: 28px;
    overflow: hidden;
    z-index: 2;
}

.bss_pl_itm_img>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.bss_pl_itm_img picture,
.bss_pl_itm_img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-height: inherit;
}

.bss_pl_itm_inf {
    z-index: 1;
    background: #f8f8f8;
    -webkit-box-shadow: inset 8px 8px 14px #fff,
        inset -28px -8px 14px rgba(0, 0, 0, 0.08);
    box-shadow: inset 8px 8px 14px #fff,
        inset -28px -8px 14px rgba(0, 0, 0, 0.08);
    border-radius: 40px;
    width: calc(100% - 10px);
    margin: -130px -40px 0px auto;
    padding: 160px 40px 30px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.bss_pl_inf_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 40px;
}

.bss_pl_inf_price>strong {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.bss_pl_inf_price>span {
    font-size: 20px;
    line-height: 0.6;
    font-weight: 400;
}

.btn.btn--bss_pl {
    padding: 18px 25px;
    font-size: 20px;
}

.bss_pl_inf_tx {
    font-size: 15px;
}

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

.bss_pl_inf_btn {
    width: 100%;
    max-width: 280px;
}

.bss_pl_detl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bss_detl_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 425px;
    -webkit-box-shadow: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.08);
    border-radius: 28px;
    overflow: hidden;
    z-index: 2;
}

.bss_detl_img>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.bss_detl_img picture,
.bss_detl_img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-height: inherit;
}

.bss_detl_inf {
    padding-top: 40px;
    display: grid;
    grid-template-columns: 1fr 320px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
}

.bss_detl_prc {
    padding: 24px 24px;
    border-radius: 20px;
    background-color: #ffffff;
    background-position: center center;
    border: 0px solid #fff;
    -webkit-box-shadow: 1px 1px 15px 8px rgb(0 0 0 / 3%);
    box-shadow: 1px 1px 15px 8px rgb(0 0 0 / 3%);
    width: 320px;
    margin-bottom: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bss_detl_pl {
    padding: 24px 24px;
    border-radius: 20px;
    background-color: #ffffff;
    background-position: center center;
    border: 0px solid #fff;
    -webkit-box-shadow: 1px 1px 15px 8px rgb(0 0 0 / 3%);
    box-shadow: 1px 1px 15px 8px rgb(0 0 0 / 3%);
    width: 320px;
    margin-bottom: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

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

.bss_detl_price>strong {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.bss_detl_price>span {
    font-size: 20px;
    line-height: 0.6;
    font-weight: 400;
}

.bss_detl_actns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.btn--bss_detl {
    padding: 18px 20px;
    font-size: 20px;
}

.bss_detl_desc {
    font-size: 16px;
    font-weight: 400;
}

.bss_detl_desc p {
    text-indent: 20px;
    /* text-align: justify; */
    margin-bottom: 10px;
}

.bss_detl_desc h2 {
    text-indent: 20px;
    font-weight: 600;
    /* text-align: justify; */
}

.bss_detl_desc h3 {
    text-indent: 20px;
    font-weight: 600;
    /* text-align: justify; */
}

.bss_detl_desc h4 {
    text-indent: 20px;
    /* text-align: justify; */
}

.bss_detl_desc table {
    margin-bottom: 20px;
}

.bss_detl_desc table {
    width: 100%;
    /* margin-left: 20px; */
    max-width: 820px;
    border-collapse: collapse;
    cursor: default;
    /* font-family: 'Open sans',
		sans-serif; */
}

.bss_detl_desc ul {
    padding-left: 20px;
}

.bss_detl_desc table td {
    padding: 9px 14px;
    cursor: default;
    /* border: 1px solid #e8e9eb; */
    border: 1px solid #c2c2c3;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.bss_detl_desc:not(.black-list-table) table td:first-child {
    width: 140px;
}

.bss_detl_desc:not(.black-list-table) .table_minwidth td:first-child {
    width: 35px !important;
}

.bss_detl_desc .table_minwidth {
    max-width: 620px !important;
}

.bss_detl_desc table p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.bss_detl_desc table a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.bss_detl_desc .summary {
    margin-bottom: 15px !important;
}

.bss_detl_desc table a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.bss_detl_desc table span {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.bss_detl_desc table tr,
.bss_detl_desc table th {
    /* border: 1px solid #e8e9eb; */
    border: 1px solid #c2c2c3;
    cursor: default;
}

.bss_detl_desc .bss_detld_img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bss_detl_desc .table_box p {
    margin-bottom: 0;
    text-indent: inherit;
}

.bss_detl_desc .table_box em {
    color: #000;
}

@media (max-width: 1100px) {
    .bss_detl_desc .table_box {
        overflow-x: scroll;
    }

    .bss_detl_desc table {
        width: 150%;
    }
}

@media (max-width: 1100px) {
    .bss_detl_desc .table_box {
        overflow-x: scroll;
    }

    .bss_detl_desc table {
        width: 150%;
    }
}

.bss_pl_grd {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.bss_pl_grd {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-auto-rows: 300px;
}

.main a[title="rss"] {
    display: none;
}

.business-plans .title-1 {
    font-family: "Circe", sans-serif;
    color: #282a30;
    margin-top: 0;
    line-height: 1.4;
}

.bss_pl_grd_itm {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, 0.08);
}

.bss_pl_grd_itm::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 180ms ease;
    -o-transition: background-color 180ms ease;
    transition: background-color 180ms ease;
}

.bss_pl_grd_itm:hover::before,
.bss_pl_grd_itm:focus-within::before {
    background-color: rgba(0, 0, 0, 0.3);
}

.bss_grd_itm_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.bss_grd_itm_img>img {
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-height: inherit;
}

.bss_grd_itm_inf {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px;
}

.bss_grd_itm_inf>strong {
    text-align: center;
    font-size: 32px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 400;
    line-height: 1;
}

.btn.btn--bss_grd {
    padding: 15px 25px;
}

@media (max-width: 1500px) {
    .bss_pl_itm_inf {
        margin-right: -20px;
    }
}

@media (max-width: 1279px) {
    .bss_pl_inf_prc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .bss_pl_inf_price {
        margin-bottom: 35px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (max-width: 1023px) {
    .bss_pl_itm_inf {
        margin-right: 0;
        width: 100%;
    }
}

.bss_detl_img .img_mob {
    display: none;
}

.bss_pl_itm_img .img_mob {
    display: none;
}

@media (max-width: 960px) {
    .bss_pl_itm_img {
        max-height: 100%;
    }

    .bss_detl_img {
        max-height: 100%;
    }

    .bss_detl_inf {
        grid-template-columns: 100%;
    }

    .bss_detl_r {
        grid-row: 1;
    }
}

@media (max-width: 660px) {
    /* .bss_detl_img .img_mob{
		display: block;
	}
	.bss_detl_img picture{
		display: none;
	}

	.bss_pl_itm_img .img_mob{
		display: block;
	}
	.bss_pl_itm_img picture{
		display: none;
	} */
}

@media (max-width: 767px) {
    .bss_pl_itm_inf {
        grid-template-columns: 100%;
        justify-items: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bss_pl_inf_prc {
        margin-top: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bss_pl_inf_price {
        padding-left: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .btn--bss_detl {
        padding: 15px 20px;
    }
}

@media (max-width: 575px) {
    .bss_pl_in {
        padding-top: 0;
    }

    .bss_pl_itm_inf {
        padding-top: 150px;
    }

    .bss_pl_inf_tx {
        font-size: 14px;
    }

    .bss_pl_inf_prc {
        margin-top: 0;
    }

    .bss_pl_inf_price>strong {
        font-size: 32px;
    }

    .bss_pl_inf_price>span {
        font-size: 18px;
    }

    .bss_pl_inf_price {
        margin-bottom: 20px;
    }

    .btn.btn--bss_pl {
        padding: 12px 25px;
        font-size: 18px;
    }

    .bss_detl_price>strong {
        font-size: 32px;
    }

    .bss_detl_price>span {
        font-size: 18px;
    }

    .btn--bss_detl {
        padding: 12px 25px;
        font-size: 18px;
    }

    .bss_detl_desc {
        font-size: 14px;
    }

    .bss_pl_grd {
        margin-top: 50px;
        grid-template-columns: 100%;
        grid-auto-rows: 250px;
    }

    .bss_grd_itm_inf>strong {
        font-size: 28px;
    }

    .btn.btn--bss_grd {
        padding: 13px 25px;
    }
}

/* #endregion */
@media (max-width: 960px) {
    .bss_detl_prc {
        width: 100%;
    }

    .bss_detl_pl {
        width: 100%;
    }
}

.singe-banner {
    padding: 15px 0;
}

.se-br__inner {
    overflow: hidden;
    padding: 35px 40px 35px 70px;
    background-color: #e7472c;
    display: grid;
    grid-template-columns: 1fr 40%;
    grid-column-gap: 100px;
    border-radius: 30px;
    -webkit-box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.08);
}

.se-br__text {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 15px;
    text-align: left;
}

.se-br__title {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.se-br__btn {
    border-radius: 25px;
    background-color: #fff;
    padding: 12px 35px;
    font-size: 20px;
    font-weight: 800;
    -webkit-box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.08);
}

.se-br__icon {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.se-br__icon>picture {
    width: 100px;
    z-index: 5;
    -o-object-fit: contain;
    object-fit: contain;
}

.se-br__icon__circle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.se-br__icon__circle>span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border-radius: 100%;
    -webkit-box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.08);
}

.se-br__icon__circle>span:nth-child(1) {
    width: 180px;
    height: 180px;
    background-color: #f3a688;
    z-index: 3;
    -webkit-animation: se-br__span 4s infinite;
    animation: se-br__span 4s infinite;
}

.se-br__icon__circle>span:nth-child(2) {
    width: 270px;
    height: 270px;
    background-color: #f08d6d;
    z-index: 2;
    -webkit-animation: se-br__span 3.7s infinite;
    animation: se-br__span 3.7s infinite;
}

.se-br__icon__circle>span:nth-child(3) {
    width: 360px;
    height: 360px;
    background-color: #ec704e;
    z-index: 1;
    -webkit-animation: se-br__span 3.5s infinite;
    animation: se-br__span 3.5s infinite;
}

@-webkit-keyframes se-br__span {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

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

@keyframes se-br__span {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

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

@media (max-width: 1279px) {
    .se-br__inner {
        grid-template-columns: 1fr 25%;
        grid-column-gap: 20px;
        padding: 35px 40px 35px 50px;
    }
}

@media (max-width: 1023px) {
    .se-br__inner {
        padding: 35px 40px;
    }
}

@media (max-width: 767px) {
    .se-br__inner {
        padding: 30px 25px 30px;
    }

    .se-br__title {
        font-size: 32px;
    }

    .se-br__btn {
        padding: 10px 30px;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .se-br__inner {
        grid-template-columns: 100%;
        grid-row-gap: 20px;
        padding: 15px;
    }

    .se-br__text {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0;
    }

    .se-br__title {
        font-size: 22px;
    }

    .se-br__icon>picture {
        width: 70px;
    }
}

.popup-support {
    position: fixed;
    right: 2.5%;
    top: 269px;
    width: 100%;
    max-width: 195px;
    background-color: #fff;
    -webkit-box-shadow: 3px 0px 14px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 0px 14px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    z-index: 15;
    padding: 10px;
    -webkit-transition: visibility 0s, opacity 0.5s ease;
    -o-transition: visibility 0s, opacity 0.5s ease;
    transition: visibility 0s, opacity 0.5s ease;
    -webkit-transition-delay: 1s, 0.1s;
    -o-transition-delay: 1s, 0.1s;
    transition-delay: 1s, 0.1s;
}

.popup-support.--is_fade {
    opacity: 0;
    visibility: hidden;
}

.popup-support-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.popup-support-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    line-height: 1;
    color: #282a30;
    display: block;
    /* display: none; */
}

.popup-support-icon {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    background-color: #ce9b6b;
    border-radius: 130px;
    color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
    margin-bottom: 10px;
}

.popup-support-text {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.popup-support-btn {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 350;
    line-height: 0.83;
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, -webkit-transform 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, transform 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, transform 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease,
        color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #ec5438;
    -webkit-box-shadow: 0 4px 20px rgba(236, 84, 56, 0.6) !important;
    box-shadow: 0 4px 20px rgba(236, 84, 56, 0.6) !important;
    text-transform: none;
}

.popup-support-btn:hover,
.popup-support-btn:focus {
    background-color: #d8472d;
    color: #fff;
}

@media all and (max-width: 1600px) {
    .popup-support-close {
        display: block;
    }
}

@media all and (max-width: 1023px) {
    .popup-support {
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
}

.p-service-banner {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 8px 9px 16px rgba(0, 0, 0, 0.11);
    box-shadow: 8px 9px 16px rgba(0, 0, 0, 0.11);
    margin-bottom: 45px;
}

.p-service-banner>picture {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-service-banner>picture>img {
    width: inherit;
    height: inherit;
    -o-object-fit: inherit;
    object-fit: inherit;
}

.p-service-information {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 32%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
}

.p-service-information-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.p-service-information-wrap {
    height: 100%;
    padding: 32px 43px 23px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 8px 9px 16px rgba(0, 0, 0, 0.11);
    box-shadow: 8px 9px 16px rgba(0, 0, 0, 0.11);
}

.p-service-information-wraps {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-auto-rows: minmax(239px, 1fr);
}

.p-service-information-wraps.--column-wraps {
    grid-template-columns: 100%;
}

.p-service-information-title {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.p-service-information-list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 2px;
}

.p-service-information-list:not(:last-child) {
    margin-bottom: 30px;
}

.p-service-information-list.--two-columns {
    grid-template-columns: 1fr 1fr;
}

.p-service-information-list li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.p-service-information-list li::before {
    content: "";
    min-width: 11px;
    height: 11px;
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTJWOS41NTU1Nk0xIDkuNTU1NTZWMi4yMjIyMkMxIDEuNTQ3MjEgMS41NDcyMSAxIDIuMjIyMjIgMUg2LjE5NDQ0TDYuODA1NTYgMS42MTExMUgxMkwxMC4xNjY3IDUuMjc3NzhMMTIgOC45NDQ0NEg2LjgwNTU2TDYuMTk0NDQgOC4zMzMzM0gyLjIyMjIyQzEuNTQ3MjEgOC4zMzMzMyAxIDguODgwNTQgMSA5LjU1NTU2Wk02LjUgMS4zMDU1NlY0LjY2NjY3IiBzdHJva2U9IiNFQzU0MzgiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-top: 7px;
    margin-right: 8px;
}

.p-service-information-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.p-service-wrap-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #ec5438;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.p-service-entity-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #282a30;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
}

.p-service-entity-link:not(:last-child) {
    margin-bottom: 13px;
}

.p-service-entity-link-icon {
    color: #ec5438;
    fill: #ec5438;
    font-size: 22px;
    line-height: 0.8;
    min-width: 22px;
    height: 22px;
    margin-right: 9px;
}

.p-service-entity-link:not(:last-child) {
    margin-bottom: 10px;
}

.p-service-information-right>.btn {
    margin: 0 auto;
}

.p-service-information-documents {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.p-service-information-document:not(:last-child) {
    margin-bottom: 18px;
}

.p-service-document-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #282a30;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.p-service-document-link-icon {
    color: #ec5438;
    fill: #ec5438;
    font-size: 24px;
    line-height: 0.8;
    min-width: 24px;
    height: 24px;
    margin-right: 9px;
    margin-top: -3px;
}

.p-service-information-bottom {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media all and (max-width: 1279px) {
    .p-service-information {
        grid-template-columns: 100%;
    }
}

@media all and (max-width: 767px) {
    .p-service-banner {
        margin-bottom: 35px;
    }

    .p-service-information-wrap {
        padding: 32px 32px 23px;
    }

    .p-service-entity-link {
        font-size: 18px;
    }

    .p-service-information-wraps {
        grid-template-columns: 100%;
    }
}

@media all and (max-width: 575px) {
    .p-service-information-wrap {
        padding: 15px 20px;
    }

    .p-service-information-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .p-service-information-list li {
        font-size: 14px;
    }

    .p-service-information-list:not(:last-child) {
        margin-bottom: 20px;
    }

    .p-service-wrap-title {
        font-size: 16px;
    }

    .p-service-entity-link {
        font-size: 14px;
    }

    .p-service-entity-link-icon {
        margin-top: -3px;
    }

    .p-service-information-wraps {
        grid-auto-rows: auto;
    }

    .p-service-document-link {
        font-size: 14px;
    }

    .p-service-information {
        grid-row-gap: 45px;
    }
}

.wh-roles-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wh-roles-list {
    padding: 0 0 64px;
    margin: 0 0 53px;
    list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 18px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.wh-roles-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* height: 100%; */
}

@media (min-width: 1279px){
    .wh-roles-item:nth-child(4) .wh-roles-change-title {
        max-width: 72%;
        margin-left: auto;
    }
}



.wh-roles-change-link {
    min-height: 66px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7px;
    -webkit-box-shadow: 8px 9px 16px rgba(0, 0, 0, 0.11);
    box-shadow: 8px 9px 16px rgba(0, 0, 0, 0.11);
    /* padding: 34px 18px 25px; */
    text-align: center;
    background-color: #ec5438;
    color: #fff;
    overflow: hidden;
    -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out !important;
    -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out !important;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out !important;
}

.wh-roles-change-link.--active-role {
    background-color: #fff;
    color: #282a30;
}

.wh-roles-change-link:hover {
    background-color: #fff;
    color: #282a30;
}

.wh-roles-item-image {
    width: 100%;
    height: 185px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wh-roles-item-image>img {
    border-radius: 7px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.wh-roles-change-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    z-index: 2;
    position: relative;
    padding: 8px 8px 25px;
    text-align: right;
    width: 100%;
    display: block;
}

.wh-roles-change-icon {
    z-index: 1;
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    color: #ec5438;
    position: relative;
    -webkit-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}

.wh-roles-change-icon>svg,
.wh-roles-change-icon>img {
    position: relative;
    z-index: 3;
}

.wh-roles-change-icon::before,
.wh-roles-change-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border-radius: 100%;
    -webkit-box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.08);
    box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.08);
    display: block;
    visibility: hidden;
}

.wh-roles-change-icon::after {
    background-color: #eb6948;
    width: 128px;
    height: 128px;
    z-index: 1;
}

.wh-roles-change-icon::before {
    background-color: #ee8160;
    width: 88px;
    height: 88px;
    z-index: 2;
}

.wh-roles-change-link.--active-role>.wh-roles-change-icon {
    color: #fff;
}

.wh-roles-change-link:hover>.wh-roles-change-icon {
    color: #fff;
}

.wh-roles-change-link.--active-role>.wh-roles-change-icon::before,
.wh-roles-change-link.--active-role>.wh-roles-change-icon::after {
    visibility: visible;
}

.wh-roles-change-link.--active-role>.wh-roles-change-icon::before {
    -webkit-animation: se-br__span 3.7s infinite;
    animation: se-br__span 3.7s infinite;
}

.wh-roles-change-link.--active-role>.wh-roles-change-icon::after {
    -webkit-animation: se-br__span 4s infinite;
    animation: se-br__span 4s infinite;
}

.wh-roles-change-link:hover>.wh-roles-change-icon::before,
.wh-roles-change-link:hover>.wh-roles-change-icon::after {
    visibility: visible;
}

.wh-roles-change-link:hover>.wh-roles-change-icon::after {
    -webkit-animation: se-br__span 4s infinite;
    animation: se-br__span 4s infinite;
}

.wh-roles-change-link:hover>.wh-roles-change-icon::before {
    -webkit-animation: se-br__span 3.7s infinite;
    animation: se-br__span 3.7s infinite;
}

.wh-roles-services {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wh-roles-services-list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(122px, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 36px;
}

.wh-roles-services-item {
    padding-left: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wh-roles-services-link {
    width: 100%;
    height: 100%;
    border: 2px solid #ec5438;
    padding: 26px 18px 30px 72px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 7px;
    position: relative;
    color: #282a30;
    text-decoration: none;
    -webkit-transition: color 250ms ease, background-color 250ms linear,
        border-color 250ms ease !important;
    -o-transition: color 250ms ease, background-color 250ms linear,
        border-color 250ms ease !important;
    transition: color 250ms ease, background-color 250ms linear,
        border-color 250ms ease !important;
}

.wh-roles-services-link.wh-roles-services-link--custom {
    border-color: var(--border-color);
}

/* .wh-roles-services-item:nth-child(2n) .wh-roles-services-link {
    border-color: #337C52;
}

.wh-roles-services-item:nth-child(3n) .wh-roles-services-link {
    border-color: #3979A8;
}

.wh-roles-services-item:nth-child(4n) .wh-roles-services-link {
    border-color: #7E358A;
} */

.wh-roles-services-link:hover {
    background-color: #ec5438;
    border-color: #ec5438 !important;
    color: #fff;
}

.wh-roles-services-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    border-radius: 7px;
    background-color: #fff;
    color: #835933 !important;
    padding: 15px;
    -webkit-box-shadow: 11px 9px 22px rgba(0, 0, 0, 0.25);
    box-shadow: 11px 9px 22px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.wh-roles-services-icon>img {
    -o-object-fit: contain;
    object-fit: contain;
}

.wh-roles-services-title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 11px;
}

.wh-roles-services-desc {
    font-size: 14px;
    line-height: 1;
    margin: 0;
}

.wh-roles-services-desc>p {
    margin: 0;
}

.wh-roles-body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 100px;
}

@media all and (max-width: 1279px) {
    .wh-roles-list {
        padding-bottom: 44px;
        margin-bottom: 44px;
        grid-column-gap: 15px;
    }

    .wh-roles-change-title {
        font-size: 18px;
    }

    .wh-roles-services-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media all and (max-width: 1023px) {
    .wh-roles-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .wh-roles-services-link {
        padding: 20px 18px 25px 60px;
    }

    .wh-roles-services-list {
        grid-auto-rows: minmax(135px, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 30px;
    }

    .wh-roles-services-icon {
        width: 75px;
        height: 75px;
    }

    .wh-roles-services-title {
        font-size: 18px;
    }
}

@media all and (max-width: 767px) {
    .wh-roles-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .wh-roles-change-icon {
        width: 60px;
        height: 60px;
    }

    .wh-roles-change-icon::before {
        width: 68px;
        height: 68px;
    }

    .wh-roles-change-icon::after {
        width: 108px;
        height: 108px;
    }

    .wh-roles-services-list {
        grid-template-columns: 100%;
        grid-auto-rows: minmax(110px, 1fr);
    }
}

@media all and (max-width: 575px) {
    .wh-roles-list {
        grid-template-columns: 100%;
        padding-bottom: 25px;
        margin-bottom: 25px;
        min-height: 396px;
        height: 396px;
    }

    .wh-roles-change-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
        /* padding: 15px 18px 15px; */
    }

    .wh-roles-item-image {
        width: 30%;
        height: 68px;
        margin-right: 15px;
    }

    .wh-roles-change-title {
        font-size: 16px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .wh-roles-change-icon {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .wh-roles-change-icon {
        width: 36px;
        height: 36px;
    }

    .wh-roles-change-icon::before {
        width: 48px;
        height: 48px;
    }

    .wh-roles-change-icon::after {
        width: 78px;
        height: 78px;
    }

    .wh-roles-services-icon {
        width: 55px;
        height: 55px;
        padding: 10px;
    }

    .wh-roles-container {
        display: block;
    }

    .wh-roles-item {
        display: block;
        height: auto;
        min-height: 66px;
    }

    .wh-roles-services-item {
        padding-left: 26px;
        min-height: 90px;
        display: block;
        height: 100%;
    }

    .wh-roles-services-list {
        grid-auto-rows: minmax(90px, 1fr);
        grid-row-gap: 15px;
    }

    .wh-roles-services-link {
        padding: 12px 18px 14px 45px;
    }

    .wh-roles-services-icon {
        width: 55px;
        height: 55px;
        padding: 10px;
    }

    .wh-roles-services-title {
        font-size: 16px;
    }

    .wh-roles-body {
        margin-bottom: 50px;
        display: block;
    }

    .wh-roles-services {
        display: block;
    }
}

.luck.--luck-services {
    padding: 60px 0 40px;
}

.luck.--luck-services>.container {
    padding: 0;
}

.luck.--luck-services .l-slider__arrows {
    bottom: auto;
    top: -73px;
}

@media all and (max-width: 1023px) {
    .luck.--luck-services {
        padding: 60px 0 60px;
    }

    .luck.--luck-services .l-slider__arrows {
        bottom: -40px;
        top: auto;
    }
}

@media all and (max-width: 575px) {
    .luck.--luck-services {
        padding: 30px 0 60px;
    }

    .luck.--luck-services .title-bl {
        margin-bottom: 10px;
    }
}

/* New Footer */
.footer {
    padding-top: 37px;
    padding-bottom: 35px;
    background-color: #eaeaea;
}

.footer__inner {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 24% 32%;
    grid-column-gap: 18px;
    grid-row-gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__nav {
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 46px;
}

.footer__nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__nav-title {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #282a30;
    text-transform: uppercase;
    display: block;
    margin-bottom: 19px;
}

.footer__nav-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__nav-item {
    display: block;
}

.footer__nav-item:not(:last-child) {
    margin-bottom: 10px;
}

.footer__nav-link {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #282a30;
    display: block;
}

.footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__contacts-title {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #282a30;
    text-transform: uppercase;
    display: block;
    margin-bottom: 19px;
}

.custom__contacts-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #282a30;
}

.custom__contacts-link:not(:last-child) {
    margin-bottom: 13px;
}

.custom__contacts-link.custom__contacts-link--phone .custom__contacts-link-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.54 5C6.6 5.89 6.75 6.76 6.99 7.59L5.79 8.79C5.38 7.59 5.12 6.32 5.03 5H6.54ZM16.4 17.02C17.25 17.26 18.12 17.41 19 17.47V18.96C17.68 18.87 16.41 18.61 15.2 18.21L16.4 17.02ZM7.5 3H4C3.45 3 3 3.45 3 4C3 13.39 10.61 21 20 21C20.55 21 21 20.55 21 20V16.51C21 15.96 20.55 15.51 20 15.51C18.76 15.51 17.55 15.31 16.43 14.94C16.3307 14.904 16.2256 14.887 16.12 14.89C15.86 14.89 15.61 14.99 15.41 15.18L13.21 17.38C10.3754 15.9304 8.06961 13.6246 6.62 10.79L8.82 8.59C9.1 8.31 9.18 7.92 9.07 7.57C8.69065 6.41806 8.49821 5.2128 8.5 4C8.5 3.45 8.05 3 7.5 3Z' fill='%23ed5338' /%3E%3C/svg%3E");
}

.custom__contacts-link.custom__contacts-link--address .custom__contacts-link-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 10C21 17 12 23 12 23C12 23 3 17 3 10C3 7.61305 3.94821 5.32387 5.63604 3.63604C7.32387 1.94821 9.61305 1 12 1C14.3869 1 16.6761 1.94821 18.364 3.63604C20.0518 5.32387 21 7.61305 21 10Z' stroke='%23ed5338' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z' stroke='%23ed5338' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.custom__contacts-link.custom__contacts-link--email .custom__contacts-link-icon {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='%23ed5338' fill-rule='evenodd' d='M3.01 5.838a1 1 0 0 1 1-1H20a1 1 0 0 1 1 1v11.324a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-11c0-.048.003-.094.01-.14v-.184ZM5 8.062v9.1h14v-9.1l-4.879 4.879a3 3 0 0 1-4.242 0L5 8.06Zm1.572-1.256h10.856l-4.72 4.72a1 1 0 0 1-1.415 0l-4.72-4.72Z' clip-rule='evenodd'/%3E%3C/svg%3E ");
}

.custom__contacts-link.custom__contacts-link--worktime .custom__contacts-link-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 12 12"%3E%3Cpath fill="%23ed5338" d="M6 1a5 5 0 1 1 0 10A5 5 0 0 1 6 1Zm0 1a4 4 0 1 0 0 8a4 4 0 0 0 0-8Zm-.5 1.5a.5.5 0 0 1 .492.41L6 4v2h1.5a.5.5 0 0 1 .09.992L7.5 7h-2a.5.5 0 0 1-.492-.41L5 6.5V4a.5.5 0 0 1 .5-.5Z"%2F%3E%3C%2Fsvg%3E');
}

.custom__contacts-link-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 12px;
}

.custom__contacts-link-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding-top: 3px;
}

.custom__contacts-link-text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    display: block;
}

.custom__contacts-link.custom__contacts-link--big .custom__contacts-link-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.custom__contacts-link.custom__contacts-link--big .custom__contacts-link-info {
    padding-top: 0;
}

.custom__contacts-link-memo {
    font-size: 14px;
    line-height: 1.2;
    color: #282a30;
    max-width: 220px;
    display: block;
    margin-top: 6px;
}

.footer__contacts-socials {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(36px, 36px));
    grid-row-gap: 22px;
    grid-column-gap: 22px;
}

.footer__contacts-socials-link {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background-color: #FFF;
    -webkit-box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
    box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
    text-decoration: none;
    font-size: 20px;
    line-height: 0.7;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #ed5338;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out, box-shadow 250ms ease-in-out, transform 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out, box-shadow 250ms ease-in-out, transform 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out, box-shadow 250ms ease-in-out, transform 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.footer__contacts-socials-link:hover,
.footer__contacts-socials-link:focus-visible {
    color: #FFF;
    background-color: #ed5338;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.footer__contacts-copyright {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #282a30;
}

.footer__contacts-politics {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: underline;
    color: #282a30;
    margin: 0;
}

.footer__subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.footer__subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ed5338;
    padding: 35px 20px 50px;
    border-radius: 8px;
    color: #FFF;
}

.footer__subscribe-title {
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 11px;
    text-align: center;
    display: block;
}

.footer__subscribe-subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #FFF;
    margin: 0 0 28px;
    display: block;
}

.footer__subscribe-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.footer__subscribe-field {
    border-radius: 8px;
    overflow: hidden;
    background-color: #FFF;
    -webkit-box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
    box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
    padding: 7px 120px 7px 55px;
    /* height: 56px; */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.footer__subscribe-field-icon {
    font-size: 22px;
    line-height: 0.6;
    color: #ed5338;
    display: block;
    position: absolute;
    z-index: 1;
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer__subscribe-field-input {
    z-index: 2;
    width: 100%;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #282a30;
    padding: 10px 0 9px;
    border: 0;
    outline: none !important;
}

.footer__subscribe-btn {
    cursor: pointer;
    z-index: 3;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    background-color: #eaeaea;
    color: #282a30;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 20px;
    -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}

.footer__subscribe-btn:hover,
.footer__subscribe-btn:focus-visible {
    background-color: #ed5338;
    color: #FFF;
}

.footer__subscribe-checkbox {
    padding-left: 1.5rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer__subscribe-checkbox>input[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.footer__subscribe-checkbox-icon {
    display: block;
    position: absolute;
    margin-left: -1.5rem;
    width: 1rem;
    height: 1rem;
    border: 1px solid #ebeced;
}

.footer__subscribe-checkbox-icon::before {
    content: "";
    display: block;
    width: 95%;
    height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="m9.55 18l-5.7-5.7l1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4Z"%2F%3E%3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in-out;
    -o-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}

.footer__subscribe-checkbox-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #FFF;
    word-break: normal;
}

.footer__subscribe-checkbox-text>a:hover,
.footer__subscribe-checkbox-text>a:focus-visible {
    color: #282a30;
    text-decoration: underline;
}

.footer__subscribe-checkbox>input[type="checkbox"]:checked~.footer__subscribe-checkbox-icon::before {
    opacity: 1;
}

@media all and (max-width: 1279px) {
    .footer__inner {
        grid-template-columns: 1fr 30% 36%;
    }

    .footer__subscribe-title {
        font-size: 36px;
    }

    .footer__subscribe-subtitle {
        font-size: 22px;
    }
}

@media all and (max-width: 1023px) {
    .footer__inner {
        grid-template-columns: 1fr 45%;
    }

    .footer__subscribe {
        grid-column: 2;
        grid-row: 1;
    }
}

@media all and (max-width: 767px) {
    .footer__inner {
        grid-template-columns: 100%;
    }

    .footer__subscribe {
        grid-column: auto;
        grid-row: 2;
    }
}

@media all and (max-width: 575px) {
    .footer__nav {
        grid-row-gap: 30px;
    }

    .footer__subscribe-form {
        padding: 25px 15px 35px;
    }

    .footer__subscribe-title {
        font-size: 28px;
    }

    .footer__subscribe-subtitle {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .footer__subscribe-field {
        padding: 7px 125px 7px 45px;
        margin-bottom: 15px;
    }

    .footer__subscribe-field-icon {
        left: 15px;
    }

    .footer__subscribe-field-input {
        padding: 7px 0 6px;
        width: 100%;
    }

    .footer__subscribe-btn {
        padding: 17px 20px;
    }

    .footer {
        padding-bottom: 130px;
    }
}

/* New news */
.category-news {
    padding: 15px 0 48px;
}

.category-news__header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.category-news__search {
    width: 100%;
    max-width: 395px;
    padding: 0 15px;
}

.category-news__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 22px;
    grid-row-gap: 55px;
    margin-bottom: 45px;
}

.category-news__card {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
    transition: background-color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out, box-shadow 250ms ease-in-out;
    transition: background-color 250ms ease-in-out, box-shadow 250ms ease-in-out;
    transition: background-color 250ms ease-in-out, box-shadow 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
    overflow: hidden;
}

.category-news__card:hover,
.category-news__card:focus-within {
    background-color: #FFF;
    -webkit-box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
    box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
}

.category-news__card-img {
    width: 100%;
    height: 287px;
    display: block;
    overflow: hidden;
    border-radius: 7px;
    -webkit-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}

.category-news__card-img:hover,
.category-news__card-img:focus-visible {
    opacity: 0.85;
}

.category-news__card-img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: inherit;
}

.category-news__card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 13px 9px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.category-news__card-date {
    position: relative;
    padding-top: 4px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #ed5338;
    margin-bottom: 10px;
}

.category-news__card-date::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5 2H13V1H12V2H4V1H3V2H1.5L1 2.5V14.5L1.5 15H14.5L15 14.5V2.5L14.5 2ZM14 14H2V5H14V14ZM14 4H2V3H14V4ZM4 8H3V9H4V8ZM3 10H4V11H3V10ZM4 12H3V13H4V12ZM6 8H7V9H6V8ZM7 10H6V11H7V10ZM6 12H7V13H6V12ZM7 6H6V7H7V6ZM9 8H10V9H9V8ZM10 10H9V11H10V10ZM9 12H10V13H9V12ZM10 6H9V7H10V6ZM12 8H13V9H12V8ZM13 10H12V11H13V10ZM12 6H13V7H12V6Z' fill='%23ed5338'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.category-news__card-title {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    color: #282a30;
    -webkit-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}

.category-news__card-title:hover,
.category-news__card-title:focus-visible {
    color: #ed5338;
}

.category-news__card-tags {
    margin-top: auto;
    border-top: 1px solid #e6e6e6;
    padding: 12px 9px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #282a30;
}

.category-news__search-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.category-news__input {
    width: 100%;
    border-radius: 8px;
    background-color: #FFF;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
    box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
    position: relative;
    padding: 7px 83px 7px 35px;
}

.category-news__input input {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 8px 0 7px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #282a30;
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    outline: none !important;
}

.category-news__abtn {
    position: absolute;
    right: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 37px;
    height: 37px;
    border-radius: 50px;
    background-color: #ed5338;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF;
    font-size: 20px;
    line-height: 0.6;
    padding-right: 2px;
    -webkit-transition: background-color 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
}

.category-news__abtn:hover,
.category-news__abtn:focus-visible {
    background-color: #FFF;
    color: #ed5338;
}

.category-news__date-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.category-news__date-input {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 375px;
    padding: 0;
}

.category-news__date-input-bl {
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 42px;
}

.category-news__date-input-bl:nth-child(1) {
    border-right: 1px solid #e5e5e5;
}

.category-news__date-input-bl:nth-child(2) {
    padding-right: 53px;
    border-left: 1px solid #e5e5e5;
}

.category-news__date-input-bl::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5 2H13V1H12V2H4V1H3V2H1.5L1 2.5V14.5L1.5 15H14.5L15 14.5V2.5L14.5 2ZM14 14H2V5H14V14ZM14 4H2V3H14V4ZM4 8H3V9H4V8ZM3 10H4V11H3V10ZM4 12H3V13H4V12ZM6 8H7V9H6V8ZM7 10H6V11H7V10ZM6 12H7V13H6V12ZM7 6H6V7H7V6ZM9 8H10V9H9V8ZM10 10H9V11H10V10ZM9 12H10V13H9V12ZM10 6H9V7H10V6ZM12 8H13V9H12V8ZM13 10H12V11H13V10ZM12 6H13V7H12V6Z' fill='%23505050'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.category-news__date-wrap .category-news__abtn {
    font-size: 28px;
}

.category-news__date-memo {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    margin-right: 20px;
    display: block;
    color: #282a30;
}

.category-news__aclear {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background-color: #eaeaea;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #282a30;
    font-size: 18px;
    line-height: 0.6;
    padding-right: 0px;
    -webkit-transition: background-color 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
}

.category-news__aclear:hover,
.category-news__aclear:focus-visible {
    background-color: #FFF;
    color: #ed5338;
}

@media all and (max-width: 1443px) {
    .category-news__search {
        max-width: 305px;
    }
}

@media all and (max-width: 1279px) {
    .category-news__search {
        max-width: 600px;
    }

    .category-news__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media all and (max-width: 1023px) {
    .category-news__search {
        padding: 0;
        max-width: 100%;
    }

    .category-news__date {
        width: 100%;
    }

    .category-news__date-wrap {
        width: 100%;
    }

    .category-news__date-input {
        max-width: 100%;
    }

    .category-news__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media all and (max-width: 767px) {
    .category-news__card-img {
        height: 262px;
    }
}

@media all and (max-width: 575px) {
    .category-news__date-memo {
        display: none;
    }

    .category-news__list {
        grid-column-gap: 15px;
        grid-row-gap: 35px;
    }

    .category-news__card-img {
        height: 179px;
    }

    .category-news__card-date {
        font-size: 14px;
        padding-left: 25px;
    }

    .category-news__card-date::before {
        width: 18px;
        height: 18px;
        min-width: 18px;
    }

    .category-news__card-title {
        font-size: 14px;
    }

    .category-news__card-tags {
        font-size: 14px;
        padding: 9px;
    }
}

/* Events-news */
.events-news {
    padding-bottom: 80px;
}

.events-news__slider {
    position: relative;
    margin-bottom: 87px;
}

.events-news__slider>.swiper-container {
    z-index: 1;
}

.events-news__slider-slide {
    width: 100%;
    height: 390px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 30px;
    overflow: hidden;
}

.events-news__slider-slide::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: -o-linear-gradient(54deg, rgba(0, 0, 0, 0.55) 15%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(36deg, rgba(0, 0, 0, 0.55) 15%, rgba(255, 255, 255, 0) 100%);
}

.events-news__slider-img {
    width: 100%;
    height: 390px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 30px;
    z-index: 1;
    position: relative;
}

.events-news__slider-img>img {
    width: inherit;
    height: inherit;
    -o-object-fit: inherit;
    object-fit: inherit;
    -o-object-position: inherit;
    object-position: inherit;
    border-radius: inherit;
}

.events-news__slider-info {
    position: absolute;
    width: 100%;
    z-index: 3;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 38px 30px;
}

.events-news__slider-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 7px;
}

.events-news__slider-date {
    position: relative;
    padding-top: 4px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #FFFFFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

.events-news__slider-date::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5 2H13V1H12V2H4V1H3V2H1.5L1 2.5V14.5L1.5 15H14.5L15 14.5V2.5L14.5 2ZM14 14H2V5H14V14ZM14 4H2V3H14V4ZM4 8H3V9H4V8ZM3 10H4V11H3V10ZM4 12H3V13H4V12ZM6 8H7V9H6V8ZM7 10H6V11H7V10ZM6 12H7V13H6V12ZM7 6H6V7H7V6ZM9 8H10V9H9V8ZM10 10H9V11H10V10ZM9 12H10V13H9V12ZM10 6H9V7H10V6ZM12 8H13V9H12V8ZM13 10H12V11H13V10ZM12 6H13V7H12V6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.events-news__slider-arrows {
    z-index: 2;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.events-news__slider-arrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 55px;
    height: 55px;
    border-radius: 65px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ed5338;
    color: #FFF;
    font-size: 35px;
    line-height: 0.6px;
    -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out, box-shadow 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out, box-shadow 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out, box-shadow 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
}

.events-news__slider-arrow:hover,
.events-news__slider-arrow:focus-visible {
    color: #ed5338;
    background-color: #FFFFFF;
    -webkit-box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
    box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
}

.events-news__slider-arrow--prev {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.events-news__slider-arrow--next {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.events-news__content {
    width: 100%;
    display: grid;
    grid-template-columns: 330px 1fr;
    grid-row-gap: 35px;
    grid-column-gap: 36px;
}

.events-news__side-filters {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 12px;
}

.events-news__side-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.events-news__side-filter-btn {
    cursor: pointer;
    width: 100%;
    border: 0;
    background-color: #FFF;
    outline: none !important;
    border-radius: 8px;
    -webkit-box-shadow: 8px 8px 16px 4px rgba(0, 0, 0, .09);
    box-shadow: 8px 8px 16px 4px rgba(0, 0, 0, .09);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
    padding: 14px 56px 14px 14px;
    display: block;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}

.events-news__side-filter-btn:hover,
.events-news__side-filter-btn:focus-visible {
    color: #ed5338;
}

.events-news__side-filter-btn::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 37px;
    height: 37px;
    border-radius: 50px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"%3E%3Cpath fill="white" d="M831.872 340.864L512 652.672L192.128 340.864a30.592 30.592 0 0 0-42.752 0a29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728a30.592 30.592 0 0 0-42.752 0z"%2F%3E%3C%2Fsvg%3E');
    background-color: #ed5338;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.events-news__side-filter-btn.--is_active::before {
    -webkit-transform: rotate(180deg)translateY(50%);
    -ms-transform: rotate(180deg)translateY(50%);
    transform: rotate(180deg)translateY(50%);
}

.events-news__side-filter-body {
    display: none;
}

.events-news__side-filter-content {
    padding: 14px;
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 11px;
}

.form__radio {
    padding-left: 1.7rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.form__radio>input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form__radio-icon {
    display: block;
    position: absolute;
    top: 4px;
    margin-left: -1.7rem;
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background-color: #c4c4c4;
    -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.form__radio-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    word-break: normal;
}

.form__radio>input[type="radio"]:checked~.form__radio-icon {
    background-color: #ec5438;
}

.form__checkbox {
    padding-left: 1.7rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.form__checkbox>input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form__checkbox-icon {
    display: block;
    position: absolute;
    top: 4px;
    margin-left: -1.7rem;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    background-color: #c4c4c4;
    -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.form__checkbox-icon::before {
    content: "";
    display: block;
    width: 95%;
    height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="m9.55 18l-5.7-5.7l1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4Z"%2F%3E%3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in-out;
    -o-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}


.form__checkbox-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    word-break: normal;
}

.form__checkbox>input[type="checkbox"]:checked~.form__checkbox-icon {
    background-color: #ec5438;
}

.form__checkbox>input[type="checkbox"]:checked~.form__checkbox-icon::before {
    opacity: 1;
}

.events-news__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.events-news__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 28px;
}

.events-news__card {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
    box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
    -webkit-transition: -webkit-transform 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out, box-shadow 250ms ease-in-out;
    transition: transform 250ms ease-in-out, box-shadow 250ms ease-in-out;
    transition: transform 250ms ease-in-out, box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
    overflow: hidden;
}

.events-news__card:hover,
.events-news__card:focus-visible {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.events-news__card-img {
    width: 100%;
    height: 220px;
    display: block;
    overflow: hidden;
    border-radius: 7px;
    -webkit-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}

.events-news__card-img:hover,
.events-news__card-img:focus-visible {
    opacity: 0.85;
}

.events-news__card-img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: inherit;
}

.events-news__card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 13px 9px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.events-news__card-info-top {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
}

.events-news__card-date {
    position: relative;
    padding-top: 4px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #ed5338;
    margin: 0;
}

.events-news__card-date::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5 2H13V1H12V2H4V1H3V2H1.5L1 2.5V14.5L1.5 15H14.5L15 14.5V2.5L14.5 2ZM14 14H2V5H14V14ZM14 4H2V3H14V4ZM4 8H3V9H4V8ZM3 10H4V11H3V10ZM4 12H3V13H4V12ZM6 8H7V9H6V8ZM7 10H6V11H7V10ZM6 12H7V13H6V12ZM7 6H6V7H7V6ZM9 8H10V9H9V8ZM10 10H9V11H10V10ZM9 12H10V13H9V12ZM10 6H9V7H10V6ZM12 8H13V9H12V8ZM13 10H12V11H13V10ZM12 6H13V7H12V6Z' fill='%23ed5338'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.events-news__card-time {
    position: relative;
    padding-top: 4px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #ed5338;
    margin: 0;
}

.events-news__card-time::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"%3E%3Cpath fill="%23ed5338" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372z"%2F%3E%3Cpath fill="%23ed5338" d="M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z"%2F%3E%3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.events-news__card-title {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    color: #282a30;
    -webkit-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}

.events-news__card-title:hover,
.events-news__card-title:focus-visible {
    color: #ed5338;
}

.events-news__side-calendar .datepicker {
    width: 100%;
}

@media all and (max-width: 1279px) {
    .events-news__list {
        grid-template-columns: 1fr 1fr;
    }
}

@media all and (max-width: 1023px) {
    .events-news__content {
        grid-template-columns: 100%;
    }
}

@media all and (max-width: 767px) {
    .events-news__slider-title {
        font-size: 24px;
    }

    .events-news__slider-arrows {
        top: 100%;
    }

    .events-news__slider-arrow--prev {
        -webkit-transform: translateX(30%);
        -ms-transform: translateX(30%);
        transform: translateX(30%);
    }

    .events-news__slider-arrow--next {
        -webkit-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
        transform: translateX(-30%);
    }

    .events-news__slider-slide {
        height: 340px;
        border-radius: 15px;
    }

    .events-news__slider-img {
        height: 340px;
        border-radius: 15px;
    }
}

@media all and (max-width: 575px) {
    .events-news__slider-title {
        font-size: 20px;
    }

    .events-news__slider-info {
        padding: 38px 20px;
    }

    .events-news__list {
        grid-template-columns: 100%;
    }
}

/* Contacts new */
.contacts__peoples {
    padding-bottom: 79px;
}

.contacts__face {
    border-radius: 30px;
    width: 100%;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF;
    position: relative;
    -webkit-box-shadow: 8px 8px 16px 4px rgba(0, 0, 0, .09);
    box-shadow: 8px 8px 16px 4px rgba(0, 0, 0, .09);
}

.contacts__face::before {
    content: "";
    width: 2.8%;
    height: 2px;
    background-color: #ed5338;
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -2.8%;
}

.contacts__face-img {
    border-radius: 100%;
    background-color: #dddddd;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.contacts__face-img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 100%;
    z-index: 1;
}

.contacts__face-img>img:last-child {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}

.contacts__face-img:hover>img:last-child {
    opacity: 1;
}

.contacts__face-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts__face-name {
    color: #ed5338;
    line-height: 1;
    font-weight: 800;
    font-size: 24px;
    display: block;
    margin-bottom: 18px;
}

.contacts__face-post {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #282a30;
}

.contacts__face-contact {
    width: 100%;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts__face-contact-link {
    position: relative;
    padding-left: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #282a30;
    margin: 0;
}

.contacts__face-contact .contacts__face-contact-link {
    margin-right: 38px;
}

.contacts__face-contact-link--phone::before {
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.54 5C6.6 5.89 6.75 6.76 6.99 7.59L5.79 8.79C5.38 7.59 5.12 6.32 5.03 5H6.54ZM16.4 17.02C17.25 17.26 18.12 17.41 19 17.47V18.96C17.68 18.87 16.41 18.61 15.2 18.21L16.4 17.02ZM7.5 3H4C3.45 3 3 3.45 3 4C3 13.39 10.61 21 20 21C20.55 21 21 20.55 21 20V16.51C21 15.96 20.55 15.51 20 15.51C18.76 15.51 17.55 15.31 16.43 14.94C16.3307 14.904 16.2256 14.887 16.12 14.89C15.86 14.89 15.61 14.99 15.41 15.18L13.21 17.38C10.3754 15.9304 8.06961 13.6246 6.62 10.79L8.82 8.59C9.1 8.31 9.18 7.92 9.07 7.57C8.69065 6.41806 8.49821 5.2128 8.5 4C8.5 3.45 8.05 3 7.5 3Z' fill='%23ed5338' /%3E%3C/svg%3E");
}

.contacts__face-contact-link--email::before {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath fill='%23ed5338' fill-rule='evenodd' d='M3.01 5.838a1 1 0 0 1 1-1H20a1 1 0 0 1 1 1v11.324a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-11c0-.048.003-.094.01-.14v-.184ZM5 8.062v9.1h14v-9.1l-4.879 4.879a3 3 0 0 1-4.242 0L5 8.06Zm1.572-1.256h10.856l-4.72 4.72a1 1 0 0 1-1.415 0l-4.72-4.72Z' clip-rule='evenodd'/%3E%3C/svg%3E ");
}

.contacts__face-contact-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 21px;
    min-width: 21px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.contact__faces {
    padding-top: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 15%;
    margin-left: auto;
    position: relative;
}

.contact__faces::before {
    content: "";
    content: "";
    width: 2px;
    height: calc(100% - 97px);
    background-color: #ed5338;
    position: absolute;
    display: block;
    top: 0;
    left: 12.5%;
}

.contact__faces-item:not(:last-child) {
    margin-bottom: 48px;
}

.contact__subfaces {
    padding-top: 60px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 15%;
    margin-left: auto;
    position: relative;
}

.contact__subfaces::before {
    content: "";
    content: "";
    width: 2px;
    height: calc(100% - 127px);
    background-color: #ed5338;
    position: absolute;
    display: block;
    top: 0;
    left: 12.5%;
}

.contact__subfaces>*:not(:last-child) {
    margin-bottom: 24px;
}

.contacts__face-open-face {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 46px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border: 0;
    background: rgba(255, 255, 255, 0);
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 42px;
    line-height: 0.6;
    color: #ed5338;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: color 250ms ease-in-out, background 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out, -webkit-transform 150ms ease-in-out;
    transition: color 250ms ease-in-out, background 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out, -webkit-transform 150ms ease-in-out;
    -o-transition: color 250ms ease-in-out, background 250ms ease-in-out, box-shadow 250ms ease-in-out, transform 150ms ease-in-out;
    transition: color 250ms ease-in-out, background 250ms ease-in-out, box-shadow 250ms ease-in-out, transform 150ms ease-in-out;
    transition: color 250ms ease-in-out, background 250ms ease-in-out, box-shadow 250ms ease-in-out, transform 150ms ease-in-out, -webkit-box-shadow 250ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

.contacts__face-open-face:hover,
.contacts__face-open-face:focus-visible {
    color: #FFF;
    background: #ed5338;
    -webkit-box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
    box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
}

.contacts__face-open-face.--is_active {
    -webkit-transform: rotate(180deg)translateY(50%);
    -ms-transform: rotate(180deg)translateY(50%);
    transform: rotate(180deg)translateY(50%);
}

/* Levels */
/* Level 1 */
.contacts__face--1level {
    padding: 18px 46px 0;
    background-color: rgba(255, 255, 255, 0);
    grid-template-columns: 245px 1fr;
    grid-column-gap: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contacts__face--1level::before {
    display: none;
}

.contacts__face--1level>.contacts__face-img {
    height: 245px;
}

.contacts__face--1level>.contacts__face-info>.contacts__face-name {
    font-size: 33px;
}

.contacts__face--1level>.contacts__face-info>.contacts__face-post {
    margin-bottom: 40px;
}

/* Level 2 */
.contacts__face--2level {
    padding: 18px 46px 18px 46px;
    grid-template-columns: 160px 1fr;
    grid-column-gap: 58px;
    height: 196px;
}

.contacts__face--2level.--has_drop {
    padding-right: 130px;
}

.contacts__face--2level>.contacts__face-img {
    height: 160px;
}

.contacts__info {
    padding-top: 79px;
    padding-bottom: 45px;
    width: 100%;
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts__info-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts__info-map {
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 8px 8px 16px 4px rgba(0, 0, 0, .09);
    box-shadow: 8px 8px 16px 4px rgba(0, 0, 0, .09);
}

.contacts__info-data-link .custom__contacts-link-text {
    font-size: 18px;
    line-height: 1.5;
}

.contacts__info-data-link .custom__contacts-link-memo {
    font-size: 18px;
    color: #ed5338;
    line-height: 1.5;
}

.contacts__info-data-link--memo-b .custom__contacts-link-memo {
    color: #282a30;
    max-width: 100%;
}

.contacts__info-data-link--big .custom__contacts-link.custom__contacts-link--big .custom__contacts-link-text {
    font-size: 30px;
}

.contacts__info-data-link .custom__contacts-link-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
}

.contacts__info-data-link:not(:last-child) {
    margin-bottom: 27px;
}

.contacts__callback {
    padding-top: 45px;
    width: 100%;
}

.contacts__callback-form>form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom__form-fields {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 10px;
}

.custom__form-field {
    border-radius: 8px;
    overflow: hidden;
    background-color: #FFF;
    -webkit-box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
    box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
    padding: 7px 35px 7px 55px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom__form-field.custom__form-field--message {
    grid-column: span 3;
}

.custom__form-field--user>.custom__form-field-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23ed5338" d="M12 2A10.13 10.13 0 0 0 2 12a10 10 0 0 0 4 7.92V20h.1a9.7 9.7 0 0 0 11.8 0h.1v-.08A10 10 0 0 0 22 12A10.13 10.13 0 0 0 12 2zM8.07 18.93A3 3 0 0 1 11 16.57h2a3 3 0 0 1 2.93 2.36a7.75 7.75 0 0 1-7.86 0zm9.54-1.29A5 5 0 0 0 13 14.57h-2a5 5 0 0 0-4.61 3.07A8 8 0 0 1 4 12a8.1 8.1 0 0 1 8-8a8.1 8.1 0 0 1 8 8a8 8 0 0 1-2.39 5.64z"%2F%3E%3Cpath fill="%23ed5338" d="M12 6a3.91 3.91 0 0 0-4 4a3.91 3.91 0 0 0 4 4a3.91 3.91 0 0 0 4-4a3.91 3.91 0 0 0-4-4zm0 6a1.91 1.91 0 0 1-2-2a1.91 1.91 0 0 1 2-2a1.91 1.91 0 0 1 2 2a1.91 1.91 0 0 1-2 2z"%2F%3E%3C%2Fsvg%3E');
}

.custom__form-field--phone>.custom__form-field-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23ed5338" d="M6.54 5c.06.89.21 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.79h1.51m9.86 12.02c.85.24 1.72.39 2.6.45v1.49c-1.32-.09-2.59-.35-3.8-.75l1.2-1.19M7.5 3H4c-.55 0-1 .45-1 1c0 9.39 7.61 17 17 17c.55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1c-1.24 0-2.45-.2-3.57-.57a.84.84 0 0 0-.31-.05c-.26 0-.51.1-.71.29l-2.2 2.2a15.149 15.149 0 0 1-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02A11.36 11.36 0 0 1 8.5 4c0-.55-.45-1-1-1z"%2F%3E%3C%2Fsvg%3E');
}

.custom__form-field--email>.custom__form-field-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23ed5338" fill-rule="evenodd" d="M3.01 5.838a1 1 0 0 1 1-1H20a1 1 0 0 1 1 1v11.324a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-11c0-.048.003-.094.01-.14v-.184ZM5 8.062v9.1h14v-9.1l-4.879 4.879a3 3 0 0 1-4.242 0L5 8.06Zm1.572-1.256h10.856l-4.72 4.72a1 1 0 0 1-1.415 0l-4.72-4.72Z" clip-rule="evenodd"%2F%3E%3C%2Fsvg%3E');
}

.custom__form-field--company>.custom__form-field-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%23ed5338" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Crect width="18" height="13" x="3" y="7" rx="2"%2F%3E%3Cpath d="M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2m-4 5v.01M3 13a20 20 0 0 0 18 0"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.custom__form-field--message>.custom__form-field-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23ed5338" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3l-4 4Z"%2F%3E%3C%2Fsvg%3E');
}

.custom__form-field-icon {
    position: absolute;
    z-index: 1;
    left: 24px;
    top: 16px;
    width: 22px;
    height: 22px;
    min-width: 22px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.custom__form-field>input,
.custom__form-field>textarea {
    z-index: 2;
    width: 100%;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #282a30;
    padding: 10px 0 9px;
    border: 0;
    outline: none !important;
}

.custom__form-field>textarea {
    resize: vertical;
    min-height: 67px;
}

.custom__form-checkbox-wrap {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column: span 4;
}

.custom__form-checkbox {
    padding-left: 1.5rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom__form-checkbox>input[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.custom__form-checkbox-icon {
    display: block;
    position: absolute;
    margin-left: -1.5rem;
    width: 1rem;
    height: 1rem;
    border: 1px solid #282a30;
}

.custom__form-checkbox-icon::before {
    content: "";
    display: block;
    width: 95%;
    height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%23282a30" d="m9.55 18l-5.7-5.7l1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4Z"%2F%3E%3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in-out;
    -o-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}

.custom__form-checkbox-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #282a30;
    word-break: normal;
}

.custom__form-checkbox-text>a {
    color: #ed5338;
    font-weight: 600;
}

.custom__form-checkbox-text>a:hover,
.custom__form-checkbox-text>a:focus-visible {
    color: #282a30;
    text-decoration: underline;
}

.custom__form-checkbox>input[type="checkbox"]:checked~.custom__form-checkbox-icon::before {
    opacity: 1;
}

.custom__form-btns {
    grid-column: span 4;
    padding-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom__form-btn {
    width: auto;
    height: auto;
}

.custom__form-btn>input {
    display: block;
    cursor: pointer;
    color: #fff;
    border: 1px solid transparent;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 350;
    line-height: 0.83;
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    background-color: #ec5438;
    -webkit-box-shadow: 0 4px 20px rgba(236, 84, 56, 0.6) !important;
    box-shadow: 0 4px 20px rgba(236, 84, 56, 0.6) !important;
    text-transform: none;
    padding: 15px 60px;
}

.custom__form-btn>input:hover,
.custom__form-btn>input:focus-visible {
    background-color: #d8472d;
    color: #fff;
}

@media all and (max-width: 1279px) {
    .contacts__face-contact .contacts__face-contact-link {
        margin-right: 18px;
        margin-bottom: 5px;
    }

    .contacts__face--2level {
        padding: 18px 35px 18px 35px;
        grid-column-gap: 30px;
        height: 216px;
    }

    .contacts__face--2level.--has_drop {
        padding-right: 100px;
    }

    .contacts__face-open-face {
        right: 20px;
    }

    .contacts__face--1level {
        padding: 18px 35px 0;
        grid-template-columns: 220px 1fr;
    }

    .contacts__face--1level>.contacts__face-img {
        height: 220px;
    }

    .contact__faces {
        padding-left: 18%;
    }

    .contact__faces::before {
        left: 15.5%;
        height: calc(100% - 107px);
    }

    .contact__subfaces {
        padding-left: 18%;
    }

    .contact__subfaces::before {
        left: 15.5%;
        height: calc(100% - 137px);
    }

    .contacts__face-contact-link {
        font-size: 22px;
    }

    .contacts__peoples {
        padding-bottom: 49px;
    }

    .contacts__info {
        padding-top: 59px;
    }
}

@media all and (max-width: 1023px) {
    .contacts__face--1level {
        padding: 18px 0 0;
        grid-column-gap: 20px;
        grid-template-columns: 180px 1fr;
    }

    .contacts__face--1level>.contacts__face-img {
        height: 180px;
    }

    .contacts__face-name {
        margin-bottom: 10px;
    }

    .contacts__face--1level>.contacts__face-info>.contacts__face-name {
        font-size: 30px;
    }

    .contacts__face-post {
        font-size: 16px;
    }

    .contacts__face--1level>.contacts__face-info>.contacts__face-post {
        margin-bottom: 30px;
    }

    .contact__faces {
        padding-top: 30px;
        padding-left: 15%;
    }

    .contact__subfaces {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .contact__subfaces::before {
        height: calc(100% - 127px);
    }

    .contact__faces::before {
        left: 12.5%;
    }

    .contacts__face--2level {
        padding: 15px 25px;
        grid-column-gap: 20px;
        grid-template-columns: 140px 1fr;
    }

    .contacts__face--2level>.contacts__face-img {
        height: 140px;
    }

    .contacts__face--2level.--has_drop {
        padding-right: 80px;
    }

    .contacts__face-open-face {
        width: 44px;
        height: 44px;
        font-size: 32px;
    }

    .contact__faces-item:not(:last-child) {
        margin-bottom: 38px;
    }

    .contacts__info {
        padding-top: 35px;
        grid-template-columns: 100%;
    }

    .custom__form-fields {
        grid-template-columns: repeat(2, 1fr);
    }

    .custom__form-field.custom__form-field--message {
        grid-column: span 2;
    }

    .custom__form-checkbox-wrap {
        padding-top: 0;
        grid-column: auto;
    }

    .custom__form-btns {
        grid-column: span 2;
    }
}

@media all and (max-width: 767px) {
    .contact__faces {
        padding-left: 0;
    }

    .contact__faces::before {
        left: 6.5%;
        top: -20px;
    }

    .contact__subfaces {
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 15px;
    }

    .contacts__face::before {
        display: none;
    }

    .contacts__face--2level.--has_drop {
        padding-right: 60px;
    }

    .contacts__face--2level {
        grid-template-columns: 120px 1fr;
        height: auto;
    }

    .contacts__face--2level>.contacts__face-img {
        height: 120px;
    }

    .contacts__face-name {
        font-size: 22px;
    }

    .contacts__face--1level>.contacts__face-info>.contacts__face-name {
        font-size: 28px;
    }

    .contacts__face--1level>.contacts__face-info>.contacts__face-post {
        margin-bottom: 20px;
    }

    .contacts__face-contact .contacts__face-contact-link {
        margin-right: 10px;
    }

    .contacts__face-contact-link {
        font-size: 18px;
    }

    .contacts__peoples {
        padding-bottom: 39px;
    }

    .contacts__info {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .contacts__info-data-link .custom__contacts-link-icon {
        width: 26px;
        height: 26px;
        min-width: 26px;
    }

    .contacts__info-data-link .custom__contacts-link-text {
        line-height: 1.3;
    }

    .contacts__info-data-link--big .custom__contacts-link.custom__contacts-link--big .custom__contacts-link-text {
        font-size: 26px;
    }

    .contacts__info-data-link:not(:last-child) {
        margin-bottom: 20px;
    }

    .contacts__callback {
        padding-top: 25px;
    }

    .custom__form-fields {
        grid-template-columns: 100%;
    }

    .custom__form-field.custom__form-field--message {
        grid-column: auto;
    }

    .custom__form-checkbox-wrap {
        grid-column: auto;
    }

    .custom__form-btns {
        grid-column: auto;
    }
}

@media all and (max-width: 575px) {
    .contacts__face--1level {
        padding: 15px;
        grid-template-columns: 100%;
        justify-items: center;
        text-align: center;
        background: #FFF;
        grid-row-gap: 15px;
        -webkit-box-shadow: 8px 8px 16px 4px rgba(0, 0, 0, .09);
        box-shadow: 8px 8px 16px 4px rgba(0, 0, 0, .09);
    }

    .contacts__face--1level>.contacts__face-img {
        height: 160px;
        width: 160px;
    }

    .contacts__face-name {
        font-size: 20px;
    }

    .contacts__face--1level>.contacts__face-info>.contacts__face-name {
        font-size: 24px;
    }

    .contacts__face-post {
        font-size: 14px;
    }

    .contacts__face-contact {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .contacts__face-contact .contacts__face-contact-link {
        margin-right: 0;
    }

    .contacts__face-contact .contacts__face-contact-link:not(:last-child) {
        margin-right: 15px;
    }

    .contact__faces::before {
        top: 0;
    }

    .contact__faces-item:not(:last-child) {
        margin-bottom: 28px;
    }

    .contacts__face--2level {
        grid-template-columns: 110px 1fr;
        padding: 15px 10px;
        justify-items: center;
        grid-row-gap: 15px;
        border-radius: 20px;
        grid-column-gap: 15px;
    }

    .contacts__face--2level .contacts__face-contact {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .contacts__face--2level>.contacts__face-img {
        width: 110px;
        height: 110px;
    }

    .contacts__face--2level.--has_drop {
        padding-right: 15px;
        padding-bottom: 60px;
    }

    .contacts__face-open-face {
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        bottom: 8px;
        top: auto;
        width: 38px;
        height: 38px;
        font-size: 26px;
    }

    .contacts__face-open-face.--is_active {
        -webkit-transform: rotate(180deg)translateX(-50%);
        -ms-transform: rotate(180deg)translateX(-50%);
        transform: rotate(180deg)translateX(-50%);
    }

    .custom__form-field {
        padding: 7px 45px 7px 45px;
    }

    .custom__form-field>input {
        padding: 7px 0 6px;
        width: 100%;
    }

    .custom__form-field-icon {
        left: 15px;
        top: 13px;
    }
}

.bvi-glasses-btn {
    position: fixed;
    left: 3.5715rem;
    bottom: 3.5715rem;
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
    z-index: 999;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ed5338;
    color: #FFF;
    -webkit-box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
    box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09);
    -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out, box-shadow 250ms ease-in-out, transform 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out, box-shadow 250ms ease-in-out, transform 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out, box-shadow 250ms ease-in-out, transform 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

body .bvi-body.bvi-color-white .bvi-glasses-btn {
    -webkit-box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09) !important;
    box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, .09) !important;
}

.bvi-glasses-btn svg {
    font-size: inherit;
    color: #FFF !important;
    -webkit-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}

.bvi-glasses-btn:hover,
.bvi-glasses-btn:focus-visible {
    color: #FFF;
    background-color: #FFF;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.bvi-glasses-btn:hover svg,
.bvi-glasses-btn:focus-visible svg {
    color: #ed5338 !important;
}

@media all and (max-width: 960px) {
    .bvi-glasses-btn {
        left: auto;
        right: 2.475rem;
        bottom: 9.872rem;
        width: 4rem;
        height: 4rem;
        font-size: 2rem;
    }
}