@charset "UTF-8";
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Extrabold.woff2") format("woff2"), url("../fonts/OpenSans-Extrabold.woff") format("woff");
    font-weight: 800;
    font-style: normal; }

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-SemiboldItalic.woff2") format("woff2"), url("../fonts/OpenSans-SemiboldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic; }

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic; }

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic; }

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-ExtraboldItalic.woff2") format("woff2"), url("../fonts/OpenSans-ExtraboldItalic.woff") format("woff");
    font-weight: 800;
    font-style: italic; }

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSansLight-Italic.woff2") format("woff2"), url("../fonts/OpenSansLight-Italic.woff") format("woff");
    font-weight: 300;
    font-style: italic; }

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans.woff2") format("woff2"), url("../fonts/OpenSans.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/OpenSans-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal; }

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

/**
 * Remove default margin.
 */
body {
    margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    /* 2 */
    box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0; }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
    display: none; }

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle; }

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.select2-container .select2-search--inline {
    float: left; }

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051; }

.select2-results {
    display: block; }

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0; }

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }

.select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
    left: 0; }

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-search--dropdown {
    display: block;
    padding: 4px; }

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); }

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
    padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white; }

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none; }

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
    border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
    border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
    padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff; }

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb; }

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

.mfp-zoom {
    cursor: pointer;
    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;
    box-shadow: none;
    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%;
    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;
    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;
    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;
        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);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    padding: 0;
    margin: 0; }

*::before,
*::after {
    box-sizing: inherit; }

html, :root {
    font-size: 13px;
    overflow-x: hidden; }

body {
    font-family: "Open Sans";
    font-size: 13px;
    color: #171717;
    min-width: 320px;
    padding: 0;
    margin: 0;
    overflow-x: hidden; }

.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden; }

.main {
    flex-grow: 1; }

.wrapper {
    width: 100%;
    max-width: 1220px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px; }
@media (max-width: 960px) {
    .wrapper {
        padding: 0 15px; } }
.wrapper--sm {
    max-width: 820px; }

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

a {
    text-decoration: none;
    outline: none !important;
    color: inherit; }

input,
button,
select {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer; }

ul li {
    list-style: none; }

h1 {
    margin: 0; }

.no-border {
    border: none !important; }

.d-flex {
    display: flex; }

.mr-r-18 {
    margin-right: 18px; }

.mr-0 {
    margin: 0; }

.hide, .hidden {
    display: none !important; }

.show {
    display: block !important; }

.preload * {
    transition: none !important; }

.link {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    transition: 0.4s ease;
    outline: none;
    position: relative; }
.link:hover {
    color: #00B2B8; }
.link--bold {
    font-weight: 700; }
.link--uppc {
    text-transform: uppercase; }
.link--main {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px; }
.link--secondary {
    font-size: 18px;
    line-height: 21px; }
.link--border:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #9BADF6;
    opacity: 0.5;
    transition: 0.4s ease; }
.link--border:hover:after {
    opacity: 0; }
.link--prev {
    position: relative;
    padding-left: 17px;
    font-weight: 700;
    letter-spacing: 0.13px;
    color: #2A4CD1; }
.link--prev svg {
    width: 6px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 4px;
    fill: transparent;
    stroke: #2A4CD1;
    transition: 0.4s ease; }
.link--prev:hover svg {
    stroke: #00B2B8;
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px); }
.link--doc {
    padding-left: 30px;
    position: relative;
    color: inherit; }
.link--doc svg {
    position: absolute;
    top: 2px;
    left: 0;
    fill: transparent;
    width: 16px;
    height: 20px; }
.link--doc span {
    font-size: 18px;
    border-bottom: 1px solid #00B2B8;
    transition: 0.4s ease; }
@media screen and (max-width: 480px) {
    .link--doc span {
        font-size: 15px; } }
.link--doc:hover {
    color: inherit; }
.link--doc:hover span {
    border-color: transparent; }
.link--arrow-dark {
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(139, 139, 139, 0.5);
    text-decoration-color: rgba(139, 139, 139, 0.5); }
.link--arrow-dark:hover {
    text-decoration: none; }
.link--white:hover {
    color: #fff; }
.link--blue {
    color: #2A4CD1; }
.link--blue:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #2A4CD1;
    opacity: 0.8;
    transition: 0.4s ease; }
.link--blue:hover {
    color: #2A4CD1; }
.link--blue:hover:after {
    opacity: 0; }

.links {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.3px;
    line-height: 14px;
    position: absolute;
    bottom: 39px;
    color: #00B2B8;
    transition: 0.4s ease; }
.links:hover {
    color: #00cbd2; }
@media (max-width: 960px) {
    .links {
        font-size: 11px;
        letter-spacing: 1.1px;
        line-height: 12px; } }

.btn {
    display: inline-block;
    font-family: "Open Sans";
    vertical-align: middle;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: 0.5s ease;
    cursor: pointer;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    border-radius: 4px;
    padding: 0 31px;
    font-weight: 700;
    background-color: #00B2B8; }
.btn:hover {
    background-color: #00cbd2; }
.btn:disabled {
    opacity: .3;
    pointer-events: none; }
.btn--block {
    display: block; }
.btn--white {
    background-color: #fff;
    color: #00B2B8; }
.btn--white:hover {
    background-color: turquoise;
    color: #fff; }
.btn--green {
    border-color: #27B15D;
    background-color: #27B15D;
    color: #fff; }
.btn--green:hover {
    border-color: #05144F;
    background-color: #05144F;
    color: #fff; }
.btn--send {
    padding: 18px 49px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    height: auto;
    top: -4px;
    position: relative;
    left: 6px; }
.btn--dark {
    background-color: #05144F;
    border-color: #05144F;
    color: #fff; }
.btn--dark:hover {
    background-color: #17547e;
    border-color: #17547e;
    color: #fff; }
.btn--b-green {
    border-color: #27B15D; }
@media screen and (max-width: 480px) {
    .btn {
        line-height: 35px;
        height: 35px;
        font-size: 13px; } }
.btn--transparent {
    border: 1px solid #C6CFDF;
    background-color: transparent;
    color: #171717; }
.btn--transparent:hover {
    color: #fff;
    background-color: #00B2B8; }

.slider-btn {
    position: absolute;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5; }
.slider-btn__prev, .slider-btn__next {
    width: 38px;
    height: 38px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -19px;
    transition: 0.4s; }
.slider-btn__prev svg, .slider-btn__next svg {
    fill: transparent;
    stroke: #171717;
    stroke-width: 3px;
    width: 10px;
    height: 16px;
    position: relative; }
.slider-btn__prev svg use, .slider-btn__next svg use {
    position: absolute;
    top: 0;
    left: 0; }
.slider-btn__prev {
    left: 35px; }
.slider-btn__prev:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
.slider-btn__next {
    right: 35px; }
.slider-btn__next:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
@media screen and (max-width: 960px) {
    .slider-btn__prev:hover {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    .slider-btn__next:hover {
        -webkit-transform: translateX(0);
        transform: translateX(0); } }
@media screen and (max-width: 480px) {
    .slider-btn__prev {
        left: 7px; }
    .slider-btn__next {
        right: 7px; } }
.slider-btn--dark .slider-btn__prev,
.slider-btn--dark .slider-btn__next {
    width: 22px;
    height: 30px; }
.slider-btn--dark .slider-btn__prev svg,
.slider-btn--dark .slider-btn__next svg {
    stroke: #171717;
    stroke-width: 6px; }
.slider-btn--dark .slider-btn__prev {
    left: 0px; }
.slider-btn--dark .slider-btn__next {
    right: 0px; }

.input {
    font-family: "Open Sans";
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    color: black;
    padding: 20px 30px;
    resize: none;
    cursor: text;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.18px;
    line-height: 21px; }
@media (max-width: 960px) {
    .input {
        height: 40px;
        padding: 0 10px; } }
.input--b-blue {
    border-color: #92A4EA;
    color: #9BADF6; }
.input--b-blue::-webkit-input-placeholder {
    color: #9BADF6; }
.input--b-blue:-moz-placeholder {
    color: #9BADF6; }
.input--b-blue::-moz-placeholder {
    color: #9BADF6; }
.input--b-blue:-ms-input-placeholder {
    color: #9BADF6; }

.edd-root {
    width: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 5px; }

.form__container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.form__container__checkmark {
    position: absolute;
    left: -6px;
    top: 4px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 1px solid #d5d5d5;
    border-radius: 4px; }
.form__container__checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 5px;
    border-radius: 1px;
    width: 8px;
    height: 11px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.form__container__checkbox {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: -2px;
    top: 4px;
    max-height: 24px;
    width: 24px;
    margin-right: 10px;
    height: 24px; }
.form__container__checkbox:checked ~ .form__container__checkmark {
    background-color: transparent; }
.form__container__checkbox:checked ~ .form__container__checkmark:after {
    display: block; }

.input-radio label {
    display: flex;
    align-items: center;
    cursor: pointer; }
.input-radio label:hover small {
    border-color: #00B2B8; }

.input-radio input[type=radio],
.input-radio input[type=checkbox] {
    display: none; }
.input-radio input[type=radio]:checked + small::after,
.input-radio input[type=checkbox]:checked + small::after {
    opacity: 1; }

.input-radio small {
    display: inline-block;
    height: 13px;
    width: 13px;
    border: 2px solid #171717;
    border-radius: 50%;
    margin-right: 15px;
    transition: .3s;
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box; }
.input-radio small::after {
    content: '';
    position: absolute;
    top: calc(50% - 2.5px);
    left: calc(50% - 2.5px);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #171717;
    transition: .3s;
    opacity: 0; }

.input-number {
    display: flex;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dedede; }
.input-number input {
    outline: none;
    border: 1px solid #dedede;
    border-top: 0;
    border-bottom: 0;
    width: 52px;
    text-align: center;
    background: #fff;
    font-weight: 700;
    font-size: 15px; }

.js-datapiker {
    background: url("../images/sprites/svg/celendar.svg") calc(100% - 10px) center no-repeat;
    background-size: 15px; }

/* SELECT  */
select {
    display: none; }

.select2 {
    height: auto !important;
    outline: none;
    border: 1px solid #DCE2EC !important;
    border-radius: 4px; }
.select2 * {
    outline: none; }
.select2-selection,
.select2-selection .select2-selection--single {
    height: auto !important; }
.select2-selection__rendered {
    min-height: 60px;
    line-height: 60px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    height: auto !important;
    line-height: 60px !important; }
.select2-selection__arrow {
    display: none !important; }
.select2-container--default .select2-selection--single {
    border: none !important; }
.select2-search.select2-search--dropdown {
    display: none !important; }
.select2.select2-container {
    width: 100% !important; }
.select2.select2-container:after {
    content: url("../images/sprites/svg/arrow-down.svg");
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.select2.select2-container--open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 44%; }
.select2.select2-container--open .select2-selection {
    background: #F4F6F9 !important; }
.select2-selection__choice {
    background: #00B2B8 !important;
    border: none !important;
    color: #fff !important; }
.select2-selection__choice__remove {
    color: #fff !important; }
.select2-container--default .select2-selection--multiple {
    border: none !important; }
.select2-dropdown {
    font-size: 12px !important;
    margin-top: -1px !important; }
.select2-search__field {
    height: auto !important;
    margin: 0 !important; }
.select2-selection__choice {
    margin-top: 9px !important; }
.select2-results {
    background: #F4F6F9; }
.select2-results__option {
    padding: 5px 12px !important; }
.select2-results__option[aria-selected=true], .select2-results__option--highlighted {
    background: #00B2B8 !important;
    color: #fff !important; }
.select2-results__options::-webkit-scrollbar-thumb {
    background: #00B2B8 !important; }
.select2-results__options::-webkit-scrollbar {
    width: 5px !important; }
.select2-container {
    min-height: auto !important; }

.select-small-size + .select2.select2-container:after {
    right: 14px !important; }

.select-small-size + .select2 .select2-selection__rendered {
    padding-left: 10px !important;
    padding-right: 20px !important; }

.select-small-size + .select2 .select2-results {
    font-size: 13px !important; }

.select-small-size + .select2 .select2-selection__choice {
    line-height: 1.6 !important; }

.select-small-size + .select2 .select2-selection__rendered {
    min-height: 36px !important;
    line-height: 36px !important;
    white-space: normal; }

.form-element {
    position: relative; }

label.error {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #ff4b36; }

.input-wrap {
    position: relative;
    margin-bottom: 14px; }

h1, .h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px; }

h2, .h2 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    padding: 83px 0 64px; }
h2--service, .h2--service {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.96px;
    line-height: 42px; }
@media (max-width: 960px) {
    h2--service, .h2--service {
        padding: 30px 0; } }
h2--small, .h2--small {
    text-align: left;
    font-size: 30px;
    padding: 0;
    margin-bottom: 45px;
    line-height: 1.1; }
@media (max-width: 960px) {
    h2, .h2 {
        font-size: 48px;
        line-height: 48px; }
    h2--small, .h2--small {
        font-size: 28px;
        line-height: 1.1;
        margin-bottom: 25px; } }
@media (max-width: 480px) {
    h2, .h2 {
        font-size: 20px; }
    h2--small, .h2--small {
        font-size: 20px; } }
h2--name, .h2--name {
    text-align: left;
    font-size: 48px;
    padding: 98px 0 68px;
    letter-spacing: -0.2px;
    line-height: 1; }
@media screen and (max-width: 960px) {
    h2--name, .h2--name {
        font-size: 38px;
        padding: 60px 0 40px; } }
@media screen and (max-width: 768px) {
    h2--name, .h2--name {
        padding: 30px 0 20px; } }
@media screen and (max-width: 480px) {
    h2--name, .h2--name {
        font-size: 30px;
        line-height: 1.2em; } }

h3, .h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.18px;
    line-height: 16px; }
h3--contact, .h3--contact {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.56px;
    line-height: 38px;
    margin: 0 0 60px; }
@media (max-width: 768px) {
    h3--contact, .h3--contact {
        line-height: 22px;
        margin: 0 0 22px;
        font-size: 18px; } }
h3--card, .h3--card {
    margin: 0 20px 0 0; }
@media (max-width: 960px) {
    h3--card, .h3--card {
        margin: 0 0 5px 0; } }
h3--bold, .h3--bold {
    font-weight: 700; }
h3--margin-b, .h3--margin-b {
    margin-bottom: 12px; }

h4, .h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 32px; }
h4--large, .h4--large {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 38px; }
@media (max-width: 960px) {
    h4, .h4 {
        font-size: 22px; }
    h4--large, .h4--large {
        font-size: 38px; } }
h4--subscription, .h4--subscription {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.36px;
    line-height: 38px; }
@media (max-width: 960px) {
    h4--subscription, .h4--subscription {
        margin-bottom: 5px; } }
@media screen and (max-width: 600px) {
    h4--large, .h4--large {
        font-size: 24px;
        margin-bottom: 15px; } }

h5, .h5 {
    font-size: 24px;
    line-height: 29px; }
h5--bold, .h5--bold {
    font-weight: 700; }
@media (max-width: 960px) {
    h5, .h5 {
        font-size: 18px;
        line-height: 20px; } }

.small-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px; }
.small-title--ocean {
    color: #00B2B8; }
.small-title--gray {
    color: #00B2B8;
    font-weight: 700; }
@media (max-width: 768px) {
    .small-title--gray {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.11px;
        line-height: 14px; } }
.small-title--bold {
    margin-bottom: 15px;
    font-weight: 700; }
.small-title--card {
    margin-right: 35px;
    line-height: 19px; }
@media (max-width: 768px) {
    .small-title--card {
        margin-bottom: 10px;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0.11px;
        line-height: 14px; } }
.small-title--semibold {
    font-weight: 700; }
@media (max-width: 768px) {
    .small-title--semibold {
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0.1px;
        line-height: 9px; } }
.small-title--value {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.15px;
    line-height: 19px; }
@media (max-width: 768px) {
    .small-title--value {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.11px;
        line-height: 15px; } }
.small-title--links {
    font-size: 15px;
    font-weight: 400;
    line-height: 13px; }
@media (max-width: 960px) {
    .small-title--links {
        font-size: 10px;
        line-height: 9px; } }
@media (max-width: 768px) {
    .small-title--price {
        font-size: 11px;
        font-weight: 400;
        letter-spacing: .11px;
        line-height: 14px;
        margin-bottom: 20px; } }

.span-map {
    opacity: 0.4;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.11px;
    line-height: 10px; }

.border-b {
    display: inline-block;
    position: relative;
    transition: all .5s;
    border-bottom: 1px solid transparent; }
.border-b:hover {
    border-bottom: 1px solid #d5d5d5; }
.border-b:hover:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: 0.4s ease; }

.similarity {
    padding: 0 0;
    background: rgba(255, 235, 177, 0.8); }

@media screen and (max-width: 960px) {
    .desktop-only {
        display: none; } }

.balloon {
    width: 100%;
    max-width: 320px;
    padding: 20px;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 400;
    box-sizing: border-box; }
.balloon__name {
    line-height: 16px;
    margin-bottom: 16px;
    text-decoration: none; }
.balloon__images img {
    display: block; }
.balloon__images a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px; }
.balloon__status {
    display: flex;
    justify-content: space-between;
    margin: 18px 0 25px; }
.balloon__status-auction {
    display: flex; }
.balloon__status-icon {
    display: block;
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 4px; }
.balloon__bottom {
    display: flex;
    justify-content: space-between; }
.balloon__favorite {
    margin-top: 10px; }
.balloon__favorite svg path {
    stroke: #C6CFDF; }
.balloon__favorite:hover svg path {
    stroke: #00B2B8; }
.balloon__favorite.star_selected svg path {
    stroke: #00B2B8; }

.ymaps-2-1-73-balloon-content__header {
    display: none !important; }

.ymaps-2-1-73-b-cluster-tabs__item-header.ymaps-2-1-73-b-cluster-content__header {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0; }

.ymaps-2-1-73-b-cluster-accordion__item-caption {
    font-size: 12px !important; }

.ymaps-2-1-73-b-cluster-accordion__item-content .ballon_header {
    display: none !important; }

.ymaps-2-1-73-b-cluster-accordion__item-content .balloon {
    padding-top: 0 !important;
    padding-left: 26px !important; }

.ymaps-2-1-73-balloon {
    width: 320px !important;
    box-sizing: border-box !important; }
.ymaps-2-1-73-balloon .ymaps-2-1-73-balloon__content {
    padding: 0 !important; }

.ymaps-2-1-73-b-cluster-accordion {
    width: 320px !important; }
.ymaps-2-1-73-b-cluster-accordion::-webkit-scrollbar-thumb {
    background: #00B2B8 !important; }
.ymaps-2-1-73-b-cluster-accordion::-webkit-scrollbar {
    width: 5px !important; }
.ymaps-2-1-73-b-cluster-accordion .balloon {
    width: auto !important; }

.ymaps-2-1-73-balloon__content {
    padding: 0 !important; }

.ymaps-2-1-73-b-cluster-content {
    box-sizing: border-box !important; }

.ymaps-2-1-73-b-cluster-accordion__item-title {
    padding: 9px 25px 9px 15px !important; }

.ymaps-2-1-73-b-cluster-accordion__item-number {
    left: 10px !important; }

.ymaps-2-1-73-cluster-accordion-panel__menu-item-number {
    left: 10px !important;
    top: 13px !important; }

.ymaps-2-1-73-cluster-accordion-panel .ymaps-2-1-73-cluster-accordion-panel__menu-item {
    padding: 9px !important; }

.ymaps-2-1-73-cluster-accordion-panel .ymaps-2-1-73-cluster-accordion-panel__menu-item-text {
    display: block; }

.ymaps-2-1-73-b-cluster-content__header {
    padding: 9px 15px 0 0; }

.ymaps-2-1-73-b-cluster-content__body .balloon {
    padding: 0 15px 15px 0; }

.ymaps-2-1-73-cluster-accordion-panel .ymaps-2-1-73-cluster-accordion-panel__menu-icon {
    left: -3px !important;
    margin-top: 4px !important; }

.ymaps-2-1-73-b-cluster-accordion__item {
    border-top: none !important;
    border-bottom: 1px solid #ccc !important; }
.ymaps-2-1-73-b-cluster-accordion__item_current_yes .ymaps-2-1-73-b-cluster-accordion__item-caption {
    display: none !important; }
.ymaps-2-1-73-b-cluster-accordion__item_current_yes .ymaps-2-1-73-b-cluster-accordion__item-title {
    height: 18px !important; }
.ymaps-2-1-73-b-cluster-accordion__item_current_yes .ymaps-2-1-73-b-cluster-accordion__item-title:after {
    content: 'Скрыть';
    position: absolute;
    left: 40px; }
.ymaps-2-1-73-b-cluster-accordion__item:last-child {
    border-bottom: none !important; }
.ymaps-2-1-73-b-cluster-accordion__item:before {
    display: none !important; }

.ymaps-2-1-73-b-cluster-accordion__item-caption {
    white-space: normal !important;
    font-family: 'Open Sans';
    transition: .3s; }
.ymaps-2-1-73-b-cluster-accordion__item-caption:hover {
    color: #00B2B8 !important; }

.lot-map .ymaps-2-1-73-balloon__content {
    width: 320px !important;
    padding: 12px 25px 12px 12px !important;
    box-sizing: border-box !important; }
.lot-map .ymaps-2-1-73-balloon__content ymaps {
    width: 100% !important; }

.ul {
    display: inline-block;
    width: 50%; }

li--sitelist, .li--sitelist {
    margin-bottom: 30px; }
li--sitelist:last-child, .li--sitelist:last-child {
    margin-bottom: 80px; }
@media (max-width: 960px) {
    li--sitelist:last-child, .li--sitelist:last-child {
        margin-bottom: 30px; } }

.list-data {
    width: auto; }
.list-data .item-data__inner .item-data__count {
    top: 3px; }
.list-data__span {
    left: 26px !important; }

.list_card--type {
    padding: 23px 44px 29px 68px !important;
    display: flex;
    position: relative;
    justify-content: space-between; }
.list_card--type:last-child {
    padding-bottom: 21px !important; }
@media (max-width: 768px) {
    .list_card--type {
        flex-wrap: wrap;
        padding: 27px 36px 26px 48px !important; } }

.block-data-card {
    display: flex; }
@media (max-width: 768px) {
    .block-data-card {
        display: block; } }
.block-data-card svg {
    height: 13px;
    position: relative;
    top: 3px;
    width: 21px;
    margin-right: 8px; }

.header {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
.header-choose {
    position: absolute;
    left: 0;
    right: 0;
    color: #171717;
    background-color: #F4F6F9;
    padding: 55px 0;
    visibility: hidden;
    opacity: 0;
    z-index: 100; }
.header-choose.show {
    transition: .3s;
    visibility: visible;
    opacity: 1; }
.header-choose__inner {
    position: relative; }
.header-choose__close {
    position: absolute;
    top: -29px;
    right: 0;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.2);
    transition: .5s; }
@media screen and (max-width: 850px) {
    .header-choose__close {
        top: -2px; } }
.header-choose__close-icon {
    width: 16px;
    height: 16px;
    margin: auto; }
.header-choose__close:hover {
    cursor: pointer; }
.header-choose__close:hover .header-choose__close-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.header-choose__form {
    margin-bottom: 43px; }
.header-choose__form .h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 39px;
    letter-spacing: 0.02em; }
.header-choose__form .input-search .input {
    background: #fff;
    border-color: #C6CFDF !important;
    color: #555152;
    height: 40px; }
.header-choose__form .input-search .input:focus {
    background: transparent; }
.header-choose__form .input-search .input::-webkit-input-placeholder {
    color: #555152; }
.header-choose__form .input-search .input:-moz-placeholder {
    color: #555152; }
.header-choose__form .input-search .input::-moz-placeholder {
    color: #555152; }
.header-choose__form .input-search .input:-ms-input-placeholder {
    color: #555152; }
.header-choose__form .link {
    align-self: flex-end;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 15px; }
.header-choose__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
.header-choose .input-radio {
    width: 20%;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-bottom: 33px;
    padding: 0 10px; }
.header-choose .input-radio span {
    font-size: 13px;
    font-weight: 700; }
.header__data {
    background-color: #fff; }
.header.fixed .nav-item .link {
    height: 65px; }
.header.fixed .logo-inner {
    height: 65px;
    padding-top: 0; }
@media screen and (max-width: 480px) {
    .header.fixed .logo-inner {
        height: 54px; } }
.header .header__line {
    transition: 0.3s ease; }
.header .header__line.active {
    -webkit-transform: translateY(-44px);
    transform: translateY(-44px); }
@media screen and (max-width: 850px) {
    .header .header__line.active {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px); } }
@media screen and (max-width: 480px) {
    .header .header__line.active {
        -webkit-transform: translateY(-48px);
        transform: translateY(-48px); } }
.header__line {
    width: 100%;
    background-color: #003F6B; }
.header__part {
    display: flex;
    align-items: center;
    justify-content: space-between; }
.header__part--data {
    height: 44px;
    background-color: #fff; }
.header-unit {
    display: flex;
    align-items: center;
    letter-spacing: 0.01em; }
.header-unit--large {
    font-size: 15px; }
.header-unit--large .link {
    font-weight: 700;
    margin-right: 8px; }
.header-unit--large .header-unit__title {
    color: #171717; }
.header-unit__icon {
    margin-right: 8px; }
.header-unit--time {
    margin-left: -85px; }
.header-unit__title {
    display: block;
    color: #828D9E;
    margin-right: 4px; }
@media screen and (max-width: 850px) {
    .header-unit__title {
        display: inline-block; } }
.header-unit__title--l-ofs {
    margin-left: 18px;
    margin-right: 0; }
.header-unit__data {
    font-weight: 700;
    cursor: pointer; }
.header-unit__data svg {
    display: none; }
.header-unit .link {
    font-weight: 700;
    margin-right: 8px; }
.header-unit svg {
    width: 17px;
    height: 20px;
    fill: #000; }
.header .logo {
    display: block;
    display: flex;
    align-items: center; }
.header .logo-inner {
    width: 120px;
    height: 90px;
    background-color: #17547E;
    display: flex;
    align-items: center;
    justify-content: center; }
@media screen and (max-width: 1210px) {
    .header-choose .input-radio {
        width: 25%; } }
@media screen and (max-width: 960px) {
    .header__menu {
        margin-left: 0; }
    .header .logo-inner {
        height: 70px;
        padding-top: 0; } }
@media (min-width: 851px) {
    .header-mobile, .header-burger {
        display: none !important; } }
@media screen and (max-width: 850px) {
    .header {
        position: fixed; }
    .header__part {
        padding: 0px 64px 0px 0; }
    .header__menu {
        display: none; }
    .header__line {
        position: relative; }
    .header-burger {
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 48px;
        height: 48px;
        cursor: pointer;
        z-index: 103;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s; }
    .header-burger:before, .header-burger:after {
        content: '';
        width: 3px;
        height: 30px;
        background-color: #fff;
        position: absolute;
        top: 9px;
        left: 21px;
        transition: .3s;
        opacity: 0;
        visibility: hidden; }
    .header-burger.active:before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .header-burger.active:after {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .header-burger.active .header-burger__line {
        opacity: 0; }
    .header-burger__inner {
        position: relative; }
    .header-burger__line {
        display: block;
        width: 25px;
        height: 2px;
        margin-bottom: 6px;
        border-radius: 4px;
        background-color: #fff;
        transition: 0.5s;
        margin-left: auto;
        margin-right: 0; }
    .header-burger__line:nth-child(3) {
        margin-bottom: 0; }
    .header-burger__line.anim {
        width: 0; }
    .header-burger:hover {
        border-color: #00B2B8; }
    .header-burger:hover .header-burger__line {
        background-color: #00B2B8; }
    .header__part--data {
        height: auto;
        padding: 0; }
    .header__data {
        background-color: #fff; }
    .header-unit {
        display: block;
        position: relative;
        padding: 8px 0;
        width: 33.33%;
        font-size: 12px; }
    .header-unit:last-child {
        border-right: none;
        text-align: right; }
    .header-unit--time {
        margin: 0; }
    .header-unit__icon {
        display: inline-block;
        margin: 0;
        width: 14px;
        height: 16px; }
    .header-unit__data--city {
        position: relative;
        padding-left: 10px; }
    .header-unit__title {
        margin-bottom: 4px; }
    .header-unit__title--l-ofs {
        margin-top: 4px;
        margin-bottom: 0;
        margin-left: 0; }
    .header-mobile {
        display: none;
        width: 250px;
        height: auto;
        position: absolute;
        top: 74px;
        right: 20px;
        z-index: 102;
        background-color: #003F6B;
        color: #fff;
        border-radius: 5px;
        text-align: right; }
    .header-mobile:before {
        content: url("../images/arrow.png");
        position: absolute;
        top: -14px;
        right: 19px; }
    .header-mobile__content {
        padding: 30px; }
    .header-mobile__content .nav-list {
        display: block; }
    .header-mobile__content .nav-item {
        margin-bottom: 20px; }
    .header-mobile__content .nav-item:last-child {
        margin-bottom: 0; }
    .header-mobile__content .nav-item .link {
        display: block;
        height: auto !important;
        padding: 0;
        font-size: 18px; }
    .header-mobile__content .nav-item .link.active {
        background-color: transparent;
        color: #00B2B8; }
    .header-mobile__data .header-unit {
        margin: 0 0 25px 0; }
    .header-mobile__data .header-unit--large .header-unit__title {
        color: #7a7a7a; }
    .header-mobile__data .header-unit svg {
        fill: #7a7a7a; } }
@media screen and (max-width: 768px) {
    .header-choose {
        padding: 30px 0; }
    .header .input-radio {
        width: 33.33%; }
    .header-unit:first-child {
        width: 55%;
        white-space: nowrap; }
    .header-unit:last-child {
        width: 45%;
        display: flex;
        justify-content: flex-end;
        align-items: center; } }
@media screen and (max-width: 540px) {
    .header-choose .input-radio {
        width: 50%; } }
@media screen and (max-width: 480px) {
    .header-mobile {
        width: 180px;
        top: 58px; }
    .header-mobile:before {
        right: 10px; }
    .header-mobile__content {
        padding: 30px 20px; }
    .header-mobile .nav-item .link {
        font-size: 13px; }
    .header-unit {
        font-size: 10px; }
    .header-unit:first-child {
        white-space: normal; }
    .header__links .btn {
        font-size: 10px;
        height: 30px;
        line-height: 30px;
        padding: 0 20px; }
    .header-burger {
        width: 30px;
        height: 30px; }
    .header-burger:before, .header-burger:after {
        height: 20px;
        width: 2px;
        left: 13px;
        top: 4px; }
    .header-burger__line {
        width: 18px;
        margin-bottom: 4px; }
    .header__part {
        padding-right: 42px; }
    .header__part--data {
        padding: 0;
        min-height: 48px; }
    .header .logo {
        height: 54px;
        margin-left: -20px; }
    .header .logo-inner {
        width: 76px;
        height: 54px; }
    .header .logo-inner img {
        width: 50px; } }

.nav-list {
    display: flex; }

.nav-item {
    display: block; }
.nav-item .link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 15px 30px;
    height: 90px;
    white-space: nowrap; }
.nav-item .link.active {
    background-color: #003458; }
.nav-item .link:not(.active):hover {
    color: #00B2B8; }
@media screen and (max-width: 1050px) {
    .nav-item .link {
        padding: 0 20px; } }
@media screen and (max-width: 960px) {
    .nav-item .link {
        padding: 0 15px;
        height: 70px; } }

.top {
    padding-top: 134px; }
@media screen and (max-width: 960px) {
    .top {
        padding-top: 114px; } }
@media screen and (max-width: 850px) {
    .top {
        padding-top: 124px; } }
@media screen and (max-width: 480px) {
    .top {
        padding-top: 85px; } }

@media screen and (max-width: 850px) {
    .header_desktop {
        display: none; } }

.header__links_lk {
    min-width: 0; }

.header-dropdown {
    position: relative; }
.header-dropdown__visible {
    display: flex;
    align-items: center;
    padding: 0 18px;
    background: #003458;
    height: 48px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.4s; }
@media screen and (max-width: 480px) {
    .header-dropdown__visible {
        height: 30px; } }
.header-dropdown__icon svg {
    fill: transparent;
    width: 9px;
    height: 5px;
    transition: all 0.4s; }
.header-dropdown__name {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    margin-right: 15px;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px; }
.header-dropdown__hidden {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #003F6B;
    border-radius: 0 0 4px 4px;
    display: none; }
.header-dropdown-list {
    padding: 20px 20px 0;
    border-top: 1px solid #7584B9;
    border-bottom: 1px solid #7584B9; }
.header-dropdown-list__item {
    padding-bottom: 20px; }
.header-dropdown-list__link {
    font-size: 13px;
    color: #fff; }
.header-dropdown__bottom {
    padding: 20px; }
.header-dropdown-button {
    display: flex;
    align-items: center; }
.header-dropdown-button__icon {
    margin-right: 10px; }
.header-dropdown-button__icon svg {
    width: 16px;
    height: 19px;
    fill: transparent; }
.header-dropdown-button__text {
    font-size: 13px;
    color: #fff; }
.header-dropdown_open .header-dropdown__visible {
    background: #003F6B;
    border-radius: 4px 4px 0 0; }
.header-dropdown_open .header-dropdown__icon svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.footer {
    width: 100%;
    z-index: 15;
    background-color: #003F6B; }
.footer__part {
    padding: 20px 0;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #9BADF6; }
.footer-unit {
    font-weight: 300; }
.footer-unit .link {
    color: #fff; }
.footer-unit .btn {
    font-weight: 400;
    font-size: 13px; }
@media screen and (max-width: 960px) {
    .footer__part {
        display: block;
        text-align: center;
        height: auto;
        padding: 30px 0;
        font-size: 12px; }
    .footer-unit {
        margin-bottom: 20px; }
    .footer-unit:last-child {
        margin-bottom: 0; }
    .footer-unit .btn {
        font-size: 12px;
        line-height: 34px;
        height: 34px;
        padding: 0 25px; }
    .footer__part {
        font-size: 11px; }
    .footer-unit .btn {
        font-size: 11px;
        height: 30px;
        line-height: 30px; } }

.main__search {
    padding: 80px 0 63px;
    margin-bottom: 75px; }
.main__search form {
    display: flex;
    flex-wrap: wrap; }
@media (max-width: 960px) {
    .main__search {
        padding: 30px 0 28px;
        margin-bottom: 22px; } }
@media (max-width: 768px) {
    .main__search .input-search {
        font-size: 9px; } }

.main__select-prev {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.64px;
    line-height: 32px;
    position: relative;
    top: -12px;
    margin-right: 18px; }
@media (max-width: 960px) {
    .main__select-prev {
        font-size: 15px;
        line-height: 15px;
        position: relative;
        top: -5px; } }

.main__select {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between; }
@media (max-width: 960px) {
    .main__select {
        margin-bottom: 20px; } }
@media (max-width: 960px) {
    .main__select__unit {
        width: 60%;
        display: inline-block; } }
.main__select .edd-value {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 32px 8px 0;
    line-height: 32px;
    color: #00B2B8; }
.main__select .edd-value::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 32px);
    border-bottom: 2px dashed #00B2B8; }
@media (max-width: 960px) {
    .main__select .edd-value {
        padding: 0 24px 0 0;
        font-size: 15px;
        line-height: 15px; }
    .main__select .edd-value::after {
        width: calc(100% - 24px);
        border-bottom: 1px dashed #00B2B8; } }
.main__select .edd-root {
    width: auto;
    border: none; }
.main__select .edd-arrow {
    right: 1px; }
@media (max-width: 960px) {
    .main__select .edd-arrow {
        top: calc(50% - 3px);
        right: 5px; } }
.main__select .edd-arrow:before {
    width: 9px;
    height: 9px;
    border-right: 2px solid;
    border-bottom: 2px solid; }
@media (max-width: 960px) {
    .main__select .edd-arrow:before {
        width: 6px;
        height: 6px;
        border-right: 2px solid;
        border-bottom: 2px solid; } }

.main-tabs {
    padding-bottom: 0; }

.products .item-data__value--main {
    width: 11%; }

.products .item-data__title {
    padding: 0; }

.products .block-data {
    margin-right: 0; }

@media (max-width: 768px) {
    .products .item-data__value--main {
        width: auto; } }

.product-list_row {
    display: flex;
    margin: 0 -8px;
    flex-wrap: wrap; }
.product-list_row .product__inner {
    height: 100%; }
.product-list_row .product-list__item {
    padding: 0 8px 10px;
    width: 25%;
    position: relative; }
@media (max-width: 960px) {
    .product-list_row .product-list__item {
        width: 33.3333%; } }
@media (max-width: 768px) {
    .product-list_row .product-list__item {
        width: 50%; }
    .product-list_row .product-list__item:last-child {
        display: block; } }
@media (max-width: 480px) {
    .product-list_row .product-list__item {
        width: 100%; } }
.product-list_row .product-list__item .product {
    height: 100%;
    margin: 0; }

.card {
    width: 100%; }
.card--debtor .card-main {
    margin-bottom: 60px; }
.card--debtor .card-main__pagination {
    display: none; }
.card--debtor .card__content {
    padding-bottom: 7px; }
.card__content {
    padding: 30px 0 82px; }
.card__part {
    margin-top: 30px; }
.card__time {
    width: 100%; }
.card__desc {
    width: 100%;
    padding-top: 41px; }
.card__desc-debtor {
    width: 100%; }
.card__top {
    display: flex;
    margin-bottom: 4px; }
.card__top .small-title {
    margin-right: 45px;
    margin-bottom: 0; }
.card-status {
    padding-left: 21px;
    position: relative; }
.card-status:before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0; }
.card-status.green::before {
    background-color: #27B15D; }
.card-status.orange::before {
    background-color: #FFB23D; }
.card-status.pink::before {
    background-color: #FF5693; }
.card-status.blue-light::before {
    background-color: #193796; }
.card-status.blue-dark::before {
    background-color: #05144F; }
.card-status.blue-deep::before {
    background-color: #17547e; }
.card__title {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 38px; }
.card__title .h1 {
    margin-right: 49px;
    margin-bottom: 0; }
@media screen and (max-width: 900px) {
    .card__title .h1 {
        font-size: 28px; } }
.card-block {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 24px; }
.card-block--last {
    flex-wrap: nowrap; }
@media screen and (max-width: 768px) {
    .card-block--last {
        flex-wrap: wrap; } }
.card-block--last .block-data:last-child {
    margin-right: 0; }
@media screen and (max-width: 768px) {
    .card__part {
        display: block; }
    .card__desc {
        width: 100%;
        padding-top: 0; }
    .card__time {
        width: 100%; } }
@media screen and (max-width: 960px) {
    .card__content {
        padding-bottom: 50px; }
    .card-block--last .block-data:last-child {
        max-width: 100%; } }
@media screen and (max-width: 768px) {
    .card-block--last {
        display: flex; } }
@media screen and (max-width: 768px) and (max-width: 768px) {
    .card-block--last .block-data {
        width: 100%;
        padding: 19px 20px 24px;
        border-top: 1px solid #E7EBF2;
        margin-bottom: 0;
        margin-right: 0; }
    .card-block--last .block-data:nth-child(2) {
        width: 40%;
        border-right: 1px solid #E7EBF2; }
    .card-block--last .block-data:nth-child(3) {
        width: 60%; } }
@media screen and (max-width: 600px) {
    .card-block {
        padding-bottom: 20px; } }
@media screen and (max-width: 480px) {
    .card {
        font-size: 12px; }
    .card__value {
        font-size: 13px; }
    .card__top {
        display: block; }
    .card__top .small-title {
        margin-bottom: 5px;
        margin-right: 0; }
    .card__title {
        position: relative;
        padding-right: 50px; }
    .card__title .h1 {
        font-size: 18px;
        margin-bottom: 15px; }
    .card__title .star {
        margin-top: 0px;
        position: absolute;
        top: -20px;
        right: 20px; } }
@media screen and (max-width: 480px) {
    .card__title {
        margin-bottom: 0;
        padding-bottom: 0; }
    .card__title .h1 {
        font-size: 16px; }
    .card__top {
        margin-bottom: 8px; }
    .card__wrap {
        position: relative;
        padding-bottom: 24px;
        margin-bottom: 29px; }
    .card__wrap .card-status {
        position: absolute;
        bottom: 0;
        left: 0; } }

.block-data {
    margin-right: 52px;
    margin-bottom: 30px; }
.block-data:last-child {
    margin-right: 0; }
.block-data .small-title {
    margin-bottom: 4px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #00B2B8; }
.block-data__value {
    font-size: 15px;
    font-weight: 700; }

.star {
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.4s; }
.star svg {
    stroke: #C6CFDF;
    stroke-width: 2px;
    width: 23px;
    height: 20px;
    transition: 0.4s;
    fill: transparent; }
.star:hover svg {
    stroke: #00B2B8; }
.star--border {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C6CFDF; }
.star--border svg {
    stroke: #171717; }
.star--border:hover {
    border-color: #00B2B8; }
.star_selected svg {
    stroke: #00B2B8;
    fill: #00B2B8; }

.lot-top {
    width: 100%; }
.lot-top__part {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 25px; }
.lot-top__desc {
    width: 41%;
    padding-top: 20px; }
.lot-top__desc .block-data {
    margin-right: 0;
    width: 33.3333%;
    min-width: 33.3333%;
    padding-right: 12px; }
.lot-top__desc .block-data__period {
    width: 66.6667%;
    min-width: 66.6667%; }
.lot-top__desc .block-data:nth-child(1) .small-title, .lot-top__desc .block-data:nth-child(2) .small-title, .lot-top__desc .block-data:nth-child(3) .small-title {
    min-height: 30px; }
@media screen and (max-width: 960px) {
    .lot-top__desc .block-data:nth-child(1) .small-title, .lot-top__desc .block-data:nth-child(2) .small-title, .lot-top__desc .block-data:nth-child(3) .small-title {
        min-height: auto; } }
@media screen and (max-width: 480px) {
    .lot-top__desc .block-data:nth-child(1) .small-title, .lot-top__desc .block-data:nth-child(2) .small-title {
        min-height: 30px; } }
.lot-top__slider {
    width: 56%;
    position: relative;
    background: #F4F6F9; }
.lot-top__slider .slider-btn__prev {
    z-index: 5;
    top: 50%; }
.lot-top__slider .slider-btn__next {
    top: 50%;
    z-index: 5; }
.lot-top__slider .slick-slide img {
    margin: auto; }
.lot-top__content {
    padding-top: 40px;
    padding-bottom: 42px; }
.lot-top__flex {
    display: flex;
    align-items: center;
    margin-bottom: 22px; }
.lot-top__data {
    margin-right: 23px; }
.lot-top__data--status {
    margin-right: 53px; }
.lot-top__text {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 45px;
    max-width: 100%;
    padding-right: 20px;
    text-align: justify; }
.lot-top__buttons {
    display: flex;
    align-items: center;
    padding-top: 20px; }
.lot-top__buttons .btn {
    margin-right: 12px; }
@media screen and (max-width: 960px) {
    .lot-top__content {
        padding-bottom: 0; }
    .lot-top .wrapper {
        padding-left: 0;
        padding-right: 0; }
    .lot-top__part {
        display: block;
        position: relative;
        padding-bottom: 100px; }
    .lot-top__desc {
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%; }
    .lot-top__desc .block-data {
        width: 50%;
        min-width: 50%; }
    .lot-top__desc .block-data__period {
        min-width: 100%;
        width: 100%;
        order: 1; }
    .lot-top__slider {
        width: 100%;
        max-width: 660px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto; }
    .lot-top__text {
        max-width: 100%; }
    .lot-top .link--prev {
        margin-left: 20px; }
    .lot-top__buttons {
        position: absolute;
        bottom: 30px;
        left: 0px;
        justify-content: space-between;
        margin-bottom: 0;
        justify-content: center;
        width: 100%; } }
@media screen and (max-width: 480px) {
    .lot-top__part {
        padding-bottom: 90px; }
    .lot-top__flex {
        flex-wrap: wrap;
        margin-bottom: 0;
        padding-bottom: 10px;
        font-size: 11px; }
    .lot-top__flex .lot-top__data {
        margin-bottom: 12px; }
    .lot-top__flex .lot-top__data--status {
        margin-right: 30px; }
    .lot-top__flex .card-status {
        margin-bottom: 12px; }
    .lot-top__text {
        margin-bottom: 20px;
        font-size: 15px; }
    .lot-top__buttons {
        padding-top: 0; }
    .lot-top__buttons .btn {
        padding: 0 15px;
        font-size: 10px;
        margin-right: 7px; }
    .lot-top__buttons .star {
        height: 35px;
        width: 35px;
        min-width: 35px; }
    .lot-top__buttons .star svg {
        width: 17px;
        height: 17px; }
    .lot-top__desc .block-data {
        margin-bottom: 20px;
        margin-right: 0; } }

.lot-slider__item {
    display: none; }

.lot-slider__card {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center; }
.lot-slider__card img {
    max-height: 100%; }

.lot-slider.slick-initialized__item {
    display: block; }

@media screen and (max-width: 960px) {
    .lot-slider__item img {
        width: 100%; }
    .lot-slider__card {
        height: 100%; } }

.lot-map {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden; }
.lot-map__map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px; }
@media screen and (max-width: 480px) {
    .lot-map {
        height: 238px; } }

.lot {
    width: 100%; }
.lot__content {
    padding: 80px 0; }
.lot-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 62px; }
.lot-item:last-child {
    margin-bottom: 0; }
.lot-item__name {
    width: 260px; }
.lot-item__name .h3 {
    line-height: 1.3; }
.lot-item__desc {
    width: calc(100% - 300px); }
.lot-item__desc .text {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.9; }
.lot-item__desc .btn {
    margin-top: 33px; }
@media screen and (max-width: 768px) {
    .lot-item {
        display: block;
        margin-bottom: 40px; }
    .lot-item__name {
        width: 100%;
        margin-bottom: 20px; }
    .lot-item__desc {
        width: 100%; }
    .lot__content {
        padding: 50px 0; } }
@media screen and (max-width: 480px) {
    .lot-item__desc .text {
        font-size: 11px;
        line-height: 19px; }
    .lot-item__name {
        margin-bottom: 10px; }
    .lot-item__name .h3 {
        font-size: 15px; } }

.doc {
    margin-bottom: 32px; }
.doc:last-child {
    margin-bottom: 0px; }
.doc__desc {
    padding-left: 30px;
    margin-top: 5px; }
@media screen and (max-width: 480px) {
    .doc {
        font-size: 11px; }
    .doc .link span {
        font-size: inherit; } }

.other-lot {
    width: 100%;
    border-top: 1px solid #DCE2EC; }
.other-lot--product {
    padding-bottom: 25px; }
.other-lot--product .wrapper {
    max-width: 1226px; }
.other-lot--search {
    padding-top: 25px; }
.other-lot__content {
    padding: 65px 0 55px; }
.other-lot__content .h2 {
    padding-left: 8px; }
@media screen and (max-width: 480px) {
    .other-lot__content .h2 {
        padding-left: 0; } }
.other-lot__slider {
    position: relative;
    padding-top: 7px; }
.other-lot__slider .slider-btn {
    top: -44px;
    right: 30px;
    left: auto;
    width: 85px;
    -webkit-transform: none;
    transform: none; }
@media screen and (max-width: 960px) {
    .other-lot__slider .slider-btn {
        top: -24px; } }
@media screen and (max-width: 480px) {
    .other-lot__slider .slider-btn {
        width: 50px;
        right: 0; } }
.other-lot__slider .slick-track {
    display: flex;
    align-items: stretch; }
@media screen and (max-width: 480px) {
    .other-lot__slider .slick-track {
        display: block; } }
.other-lot__slider .slick-slide {
    float: none;
    height: auto; }
@media screen and (max-width: 480px) {
    .other-lot__slider .slick-slide {
        height: 100%;
        float: left; } }
@media screen and (max-width: 960px) {
    .other-lot .wrapper {
        padding: 0; }
    .other-lot .h2 {
        padding: 0 20px;
        margin-bottom: 0; }
    .other-lot--product .h2 {
        margin-bottom: 25px;
        padding: 0; }
    .other-lot--product .wrapper {
        padding: 0 20px; } }
@media (max-width: 600px) {
    .other-lot__content {
        padding: 40px 0; } }
@media screen and (max-width: 480px) {
    .other-lot .slider-btn {
        width: 90%;
        top: auto;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -40px; }
    .other-lot .slider-btn__next, .other-lot .slider-btn__prev {
        width: 17px;
        height: 20px; }
    .other-lot .slick-dots {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -26px;
        text-align: center; }
    .other-lot .slick-dots li {
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.1);
        cursor: pointer;
        margin-right: 20px; }
    .other-lot .slick-dots li.slick-active {
        background-color: #171717; }
    .other-lot .slick-dots li:last-child {
        margin-right: 0; }
    .other-lot .slick-dots li button {
        display: none; } }

.product {
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    display: block;
    margin: 0 8px 0 9px;
    font-size: 13px;
    position: relative; }
.product:hover .product__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
.product:hover .product__desc .small-title {
    color: #00B2B8; }
.product__inner {
    height: 100%; }
.product__image {
    width: 100%;
    height: 180px;
    overflow: hidden; }
.product__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.8s;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
.product__body {
    height: calc(100% - 180px);
    border: 1px solid #DCE2EC;
    border-top: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 0 7px 7px; }
.product__desc {
    padding: 20px 12px 0px 20px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    position: relative; }
.product__desc .small-title {
    transition: 0.4s;
    line-height: normal; }
.product__name {
    font-size: 11px;
    margin-bottom: 10px;
    font-weight: 400; }
.product__block-unit {
    width: 100%;
    padding: 0 20px 20px; }
.product-unit {
    margin-bottom: 12px;
    position: relative; }
.product-unit--status {
    padding-right: 60px; }
.product-unit:last-child {
    margin-bottom: 0; }
.product-unit__name {
    font-size: 11px;
    color: #A1ACBD;
    margin-bottom: 4px; }
.product-unit__status {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 700; }
@media screen and (max-width: 480px) {
    .product {
        padding-bottom: 0px;
        margin: 0; }
    .product__block-unit {
        position: relative; } }

.text {
    text-align: justify; }
.text p {
    margin: 20px 0; }
.text p:first-child {
    margin-top: 0; }
.text p:last-child {
    margin-bottom: 0; }
.text ol, .text ul {
    margin: 20px 0;
    padding: 0; }
.text ol li,
.text ul li {
    list-style: none;
    padding-left: 16px;
    margin-bottom: 7px;
    position: relative; }
.text ol li:last-child,
.text ul li:last-child {
    margin-bottom: 0; }
.text ol {
    counter-reset: item; }
.text ol li:after {
    content: counters(item, ".") ".";
    counter-increment: item;
    font-size: inherit;
    color: #003F6B;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700; }
.text ul li:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #003F6B;
    position: absolute;
    left: 0;
    top: 7px; }
.text a {
    color: #00B2B8; }
.text a:hover {
    text-decoration: underline; }
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
    text-align: left;
    font-weight: 700;
    margin: 35px 0 20px;
    padding: 0; }
.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child {
    margin-top: 0; }
.text h3 {
    font-size: 33px; }

.step {
    width: 100%;
    padding-bottom: 40px; }
.step__block {
    padding: 50px 50px 20px;
    border: 1px solid #DCE2EC;
    border-radius: 7px; }
.step-table table {
    width: 100%;
    table-layout: fixed; }
.step-table tr, .step-table tbody, .step-table thead {
    width: 100%; }
.step-table td {
    padding-top: 22px;
    padding-bottom: 22px;
    width: 25%;
    font-size: 15px;
    border-bottom: 1px solid #DCE2EC;
    padding-right: 7px;
    font-weight: 700; }
.step-table td:nth-child(2) {
    width: 29%; }
.step-table td:nth-child(3) {
    width: 21%;
    text-align: right; }
.step-table td:last-child {
    text-align: right;
    padding-right: 0; }
.step-table tr:last-child td {
    border-color: transparent; }
.step-table thead td {
    color: #00B2B8;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    border: none; }
.step-help {
    display: none; }
@media screen and (max-width: 960px) {
    .step__block {
        padding: 40px 20px 20px; } }
@media screen and (max-width: 600px) {
    .step {
        padding-bottom: 40px; }
    .step-table {
        max-width: 560px;
        overflow-x: auto; }
    .step-table table {
        width: 650px; }
    .step-help {
        margin-top: 20px;
        font-size: 11px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
    .step-help svg {
        width: 20px;
        height: 22px;
        -webkit-animation-name: step-help;
        animation-name: step-help;
        -webkit-animation-duration: 6s;
        animation-duration: 6s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        margin-right: 5px; } }
@media screen and (max-width: 960px) {
    .step-table td {
        font-size: 11px;
        padding-top: 17px;
        padding-bottom: 17px; }
    .step-table thead td {
        font-size: 10px;
        vertical-align: top; } }

@-webkit-keyframes step-help {
    50% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px); }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0); } }

@keyframes step-help {
    50% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px); }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0); } }

.search-page {
    padding-bottom: 18px; }
.search-page__input {
    padding: 80px 0 38px 0; }
@media (max-width: 960px) {
    .search-page__input {
        padding: 40px 0 20px 0; } }
@media (max-width: 768px) {
    .search-page__input {
        padding: 20px 0; } }
.search-page .search__input-close {
    width: 12px;
    height: 12px;
    display: block; }
.search-page .item-data__count {
    top: 24px; }
@media (max-width: 768px) {
    .search-page .item-data__count {
        top: 29px; } }
.search-page .input-search {
    font-size: 24px;
    padding-right: 30px;
    color: #000;
    font-weight: normal; }
@media (max-width: 768px) {
    .search-page .input-search {
        font-size: 12px; } }
@media (max-width: 768px) {
    .search-page .search__input {
        padding: 0;
        margin-bottom: 0 !important; } }

.contacts__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px; }
@media (max-width: 1210px) {
    .contacts__wrapper {
        display: block; } }
@media (max-width: 768px) {
    .contacts__wrapper {
        margin-bottom: 32px; } }

.contacts__content {
    min-width: calc(100% - 680px);
    padding-left: 8px; }
@media (max-width: 1210px) {
    .contacts__content {
        min-width: 100%;
        padding-left: 0; } }

.contacts__text {
    max-width: 420px; }
@media (max-width: 1210px) {
    .contacts__text {
        max-width: 100%; } }

.contacts__map {
    min-width: 680px;
    height: 527px;
    padding: 76px 0 0 8px;
    border-radius: 10px;
    border: 1px solid transparent; }
@media (max-width: 1210px) {
    .contacts__map {
        min-width: 100%;
        padding: 0;
        margin: 0 -20px; } }

.contacts .border-b {
    border-color: rgba(23, 23, 23, 0.5); }
.contacts .border-b:hover {
    border-color: transparent; }

.sitemap__name {
    text-align: left; }

.products .item-data__value--main {
    width: 11%; }

.products .item-data__title {
    padding: 0; }

.products .block-data {
    margin-right: 0; }

@media (max-width: 768px) {
    .products .item-data__value--main {
        width: auto; } }

.product-list_row {
    display: flex;
    margin: 0 -8px;
    flex-wrap: wrap; }
.product-list_row .product__inner {
    height: 100%; }
.product-list_row .product-list__item {
    padding: 0 8px 10px;
    width: 25%;
    position: relative; }
@media (max-width: 960px) {
    .product-list_row .product-list__item {
        width: 33.3333%; } }
@media (max-width: 768px) {
    .product-list_row .product-list__item {
        width: 50%; }
    .product-list_row .product-list__item:last-child {
        display: block; } }
@media (max-width: 480px) {
    .product-list_row .product-list__item {
        width: 100%; } }
.product-list_row .product-list__item .product {
    height: 100%;
    margin: 0; }

.error-page {
    padding: 109px 0 84px; }
@media (max-width: 768px) {
    .error-page {
        padding: 80px 0 50px; } }
.error-page__line {
    text-align: center;
    margin-bottom: 111px; }
@media (max-width: 768px) {
    .error-page__line {
        margin-bottom: 50px; } }
.error-page__number {
    position: relative;
    display: inline-block; }
.error-page__cat {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10%;
    width: 53%;
    margin: auto; }
.error-page__title {
    font-size: 21px;
    line-height: 1.14;
    text-transform: uppercase;
    color: #003F6B;
    margin-bottom: 20px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.1em; }
@media (max-width: 768px) {
    .error-page__title {
        font-size: 20px; } }
.error-page__text {
    font-size: 15px;
    max-width: 615px;
    margin: auto;
    color: #000000;
    line-height: 1.4;
    margin: auto;
    text-align: center; }
@media (max-width: 768px) {
    .error-page__text {
        font-size: 16px; } }
.error-page__link {
    display: inline-block;
    position: relative; }
.error-page__link::after {
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    background: #00B2B8;
    content: '';
    transition: all 0.3s; }
.error-page__link:hover::after {
    opacity: 0; }

.info {
    padding-bottom: 94px;
    padding-top: 66px; }
.info h2 {
    text-align: left;
    padding-bottom: 39px; }
.info__list {
    position: relative;
    padding-left: 6.5%;
    min-height: 700px; }
.info__tabs .tab__block {
    padding-top: 113px; }
.info__tabs .tab__list::after {
    display: none; }
.info__tabs .tab__list {
    margin: 0 -17px; }
.info__tabs .tab__list .tab__item {
    font-size: 13px;
    padding: 0 17px 3px; }
.info__tabs .tab__list .tab__item::after {
    left: 17px;
    right: 17px;
    height: 2px; }
@media screen and (max-width: 1210px) {
    .info__list {
        padding-left: 0; } }
@media screen and (max-width: 960px) {
    .info {
        padding-top: 0; }
    .info__list {
        display: block;
        min-height: 0; }
    .info__tabs {
        width: 100%;
        min-width: 100%; }
    .info .tab__block {
        padding-top: 20px; } }
@media screen and (max-width: 768px) {
    .info {
        padding-bottom: 50px; }
    .info h2 {
        padding: 30px 0 20px; }
    .info__tabs .tab__list {
        margin: 0 -5px; }
    .info__tabs .tab__list .tab__item {
        font-size: 11px;
        padding: 0 5px 3px; }
    .info__tabs .tab__list .tab__item::after {
        left: 5px;
        right: 5px; } }

.e-trading .send-form__group {
    top: 0;
    left: 0;
    max-width: 100%; }

.e-trading .send-form__groupsend {
    float: none;
    margin-left: 0; }

.e-trading .send-form .form__container__checkmark {
    left: 0; }

.text-block {
    font-size: 16px;
    line-height: 1.5; }
@media (max-width: 768px) {
    .text-block {
        font-size: 14px; } }
.text-block-tabs {
    padding-top: 98px; }
@media (max-width: 768px) {
    .text-block-tabs {
        padding-top: 30px; }
    .text-block-tabs .tab__list .tab__item {
        min-width: 50%; } }
.text-block__content {
    display: flex; }
@media (max-width: 960px) {
    .text-block__content {
        display: block; } }
.text-block__left {
    width: calc(100% - 400px);
    min-width: calc(100% - 400px); }
@media (max-width: 960px) {
    .text-block__left {
        width: 100%;
        min-width: 100%; } }
.text-block__right {
    width: 400px;
    min-width: 400px;
    text-align: right; }
@media (max-width: 960px) {
    .text-block__right {
        width: 100%;
        min-width: 100%; } }
.text-block h1 {
    font-size: 48px;
    margin: 0;
    line-height: 1.1;
    padding: 40px 0; }
@media (max-width: 960px) {
    .text-block h1 {
        font-size: 38px; } }
@media (max-width: 768px) {
    .text-block h1 {
        padding: 30px 0 20px; } }
@media (max-width: 480px) {
    .text-block h1 {
        font-size: 30px; } }
.text-block__image {
    margin-left: -60px;
    margin-bottom: 98px;
    width: 590px; }
.text-block__image_mobile {
    display: none; }
@media (max-width: 1210px) {
    .text-block__image {
        width: 100%; } }
@media (max-width: 960px) {
    .text-block__image {
        margin: 0 0 36px;
        text-align: center; }
    .text-block__image_mobile {
        display: block; }
    .text-block__image_desktop {
        display: none; } }
@media (max-width: 768px) {
    .text-block__image {
        margin-bottom: 20px; } }
.text-block p {
    margin-bottom: 25px;
    max-width: 710px; }
@media (max-width: 960px) {
    .text-block p {
        max-width: 100%; } }
@media (max-width: 768px) {
    .text-block p {
        margin-bottom: 20px; } }
.text-block h5 {
    max-width: 710px;
    margin: 40px 0;
    font-size: 20px; }
@media (max-width: 960px) {
    .text-block h5 {
        max-width: 100%;
        margin: 20px 0;
        font-size: 18px; } }
.text-block ul {
    max-width: 710px;
    margin: 40px 0; }
@media (max-width: 960px) {
    .text-block ul {
        max-width: 100%;
        margin: 20px 0; } }
.text-block ul li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 46px; }
.text-block ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    background: url("../images/check.svg") no-repeat;
    bacgroung-size: 100%;
    width: 22px;
    height: 26px; }
@media (max-width: 768px) {
    .text-block ul li {
        margin-bottom: 15px; } }
.text-block__data {
    display: inline-block;
    width: 335px;
    text-align: left;
    padding-left: 15px; }
.text-block__data p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 2; }
.text-block__data h5 {
    font-size: 18px;
    margin: 0 0 30px;
    line-height: 1.16; }
@media (max-width: 960px) {
    .text-block__data {
        display: block;
        width: 100%;
        padding-left: 0; } }

.about {
    font-size: 18px;
    line-height: 1.7; }
@media (max-width: 768px) {
    .about {
        font-size: 11px; } }
.about h1 {
    font-size: 48px;
    margin: 0;
    line-height: 1.1;
    padding: 98px 0 58px; }
@media (max-width: 960px) {
    .about h1 {
        font-size: 38px; } }
@media (max-width: 768px) {
    .about h1 {
        padding: 30px 0 20px; } }
@media (max-width: 480px) {
    .about h1 {
        font-size: 30px; } }
.about-block {
    position: relative; }
.about-block_top {
    padding-bottom: 55px; }
.about-block_top .about-block__image {
    top: 98px; }
.about-block_bottom {
    min-height: 500px; }
.about-block_bottom .about-block__image {
    top: -151px;
    right: -98px; }
@media (max-width: 1210px) {
    .about-block_bottom .about-block__image {
        right: 0;
        top: 0; } }
@media (max-width: 960px) {
    .about-block_bottom .about-block__image {
        margin-top: -10%; } }
.about-block__text {
    max-width: 625px; }
@media (max-width: 1210px) {
    .about-block__text {
        width: 66.6666%; } }
@media (max-width: 960px) {
    .about-block__text {
        width: 100%;
        max-width: 100%; } }
.about-block__text p {
    margin-bottom: 38px; }
@media (max-width: 768px) {
    .about-block__text p {
        margin-bottom: 20px; } }
.about-block__image {
    position: absolute;
    right: 0; }
@media (max-width: 1210px) {
    .about-block__image {
        width: 33.3333%; } }
@media (max-width: 960px) {
    .about-block__image {
        width: 100%;
        position: static;
        text-align: center;
        margin-bottom: 20px; } }
.about__bg {
    background: #00B2B8;
    color: #fff;
    padding: 100px 0 99px; }
@media (max-width: 960px) {
    .about__bg {
        padding-top: 50px; } }
@media (max-width: 768px) {
    .about__bg {
        padding: 40px 0 4px; } }
.about ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.about ul li {
    padding: 0 0 41px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.7;
    width: 219px;
    min-width: 219px; }
.about ul li:nth-child(odd) {
    width: 329px;
    min-width: 329px; }
@media (max-width: 960px) {
    .about ul li {
        width: 50%;
        min-width: 50%; }
    .about ul li:nth-child(odd) {
        width: 50%;
        min-width: 50%; } }
@media (max-width: 768px) {
    .about ul li {
        font-size: 10px;
        width: 100%;
        min-width: 100%; }
    .about ul li:nth-child(odd) {
        width: 100%;
        min-width: 100%; } }
.about h3 {
    font-size: 18px;
    margin-bottom: 56px;
    font-weight: 700;
    line-height: 1.6;
    max-width: 500px; }
@media (max-width: 960px) {
    .about h3 {
        margin-bottom: 20px; } }

.confidence {
    max-width: 780px;
    margin: auto; }
.confidence__title {
    padding: 98px 0 68px; }
@media (max-width: 768px) {
    .confidence__title {
        padding: 30px 0 20px; } }
.confidence__title h1 {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0; }
@media (max-width: 960px) {
    .confidence__title h1 {
        font-size: 38px; } }
@media (max-width: 480px) {
    .confidence__title h1 {
        font-size: 30px; } }
.confidence h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 45px;
    line-height: 1.1;
    padding: 0;
    text-align: left; }
.confidence p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5; }
@media (max-width: 768px) {
    .confidence p {
        margin-bottom: 10px; } }
.confidence p.bold {
    font-weight: 700; }
.confidence ul {
    padding: 10px 0; }
.confidence ul li {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    padding-left: 25px; }
@media (max-width: 768px) {
    .confidence ul li {
        margin-bottom: 10px;
        padding-left: 20px; } }
.confidence ul li::before {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #171717;
    top: 11px;
    left: 0;
    content: ''; }
.confidence ol {
    padding: 10px 0;
    list-style: none;
    counter-reset: item; }
.confidence ol li {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    padding-left: 30px; }
@media (max-width: 768px) {
    .confidence ol li {
        margin-bottom: 10px;
        padding-left: 25px; } }
.confidence ol li::before {
    content: counter(item) "";
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 0; }
.confidence__block {
    padding-bottom: 60px; }
@media (max-width: 768px) {
    .confidence__block {
        padding-bottom: 20px; } }
.confidence__subblock {
    padding-bottom: 30px; }
@media (max-width: 768px) {
    .confidence__subblock {
        padding-bottom: 10px; } }

.lk-select {
    padding-top: 64px; }
@media screen and (max-width: 768px) {
    .lk-select {
        padding-top: 30px; }
    .lk-select h1 {
        margin-bottom: 20px; } }
@media screen and (max-width: 480px) {
    .lk-select .table tr {
        position: relative;
        padding-right: 35px; }
    .lk-select .table tr .lk-select-actions {
        position: absolute;
        right: 0;
        top: 5px; } }
.lk-select__top {
    display: flex;
    justify-content: space-between; }
@media screen and (max-width: 960px) {
    .lk-select__top {
        flex-wrap: wrap; }
    .lk-select__top .tab__list {
        display: flex;
        width: 100%; } }
.lk-select-menu {
    display: flex;
    margin: 0 -25px; }
.lk-select-menu__item {
    padding: 0 25px; }
.lk-select-menu__link {
    cursor: pointer;
    color: #2A4CD1;
    font-weight: 700;
    height: 19px;
    line-height: 19px;
    display: flex;
    align-items: center; }
.lk-select-menu__link:hover .lk-select-menu__text {
    text-decoration: none; }
.lk-select-menu__icon {
    margin-right: 12px;
    display: block; }
.lk-select-menu__icon_mail svg {
    width: 24px;
    height: 16px;
    display: block; }
.lk-select-menu__icon_pdf svg {
    width: 17px;
    height: 19px;
    display: block; }
.lk-select-menu__text {
    text-decoration: underline;
    display: block;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 1px; }
@media screen and (max-width: 960px) {
    .lk-select-menu {
        margin-top: 24px; } }
@media screen and (max-width: 768px) {
    .lk-select-menu {
        display: block;
        margin: 10px 0 0; }
    .lk-select-menu__item {
        padding: 0;
        margin-top: 10px; } }
.lk-select-actions {
    display: inline-block; }
.lk-select-actions__close {
    cursor: pointer;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DCE2EC; }
.lk-select-actions__close svg {
    width: 8px;
    height: 8px;
    display: block; }
@media screen and (max-width: 768px) {
    .lk-select-actions {
        right: 10px;
        top: 10px; } }

.card-main__header .lk-select-actions {
    position: absolute;
    right: 14px;
    top: 9px; }
@media screen and (max-width: 960px) {
    .card-main__header .lk-select-actions {
        right: 10px; } }

.product-list__item .lk-select-actions {
    position: absolute;
    right: 14px;
    top: 9px;
    z-index: 2; }

.lk-settings__top {
    padding: 64px 0 2px;
    border-bottom: 1px solid #DCE2EC; }
@media screen and (max-width: 768px) {
    .lk-settings__top {
        padding-top: 30px;
        border-bottom: none; }
    .lk-settings__top h1 {
        margin-bottom: 20px; } }

.lk-settings__data {
    padding: 56px 0 60px;
    border-bottom: 1px solid #DCE2EC; }
@media screen and (max-width: 768px) {
    .lk-settings__data {
        padding: 0 0 28px; } }

.lk-settings__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px; }
@media screen and (max-width: 768px) {
    .lk-settings__title {
        font-size: 15px; } }

.lk-settings-form {
    display: flex;
    margin: 0 -7px 40px; }
@media screen and (max-width: 768px) {
    .lk-settings-form {
        display: block;
        margin: 0; } }
.lk-settings-form_top {
    margin-bottom: 55px; }
@media screen and (max-width: 768px) {
    .lk-settings-form_top {
        margin-bottom: 30px; } }
.lk-settings-form__item {
    padding: 0 7px;
    flex: 1; }
@media screen and (max-width: 768px) {
    .lk-settings-form__item {
        padding: 0;
        margin-bottom: 29px; } }
.lk-settings-form__title {
    min-width: 246px;
    width: 246px;
    padding: 0 7px;
    height: 60px;
    line-height: 60px; }
@media screen and (max-width: 960px) {
    .lk-settings-form__title {
        height: 40px;
        line-height: 40px; } }
@media screen and (max-width: 768px) {
    .lk-settings-form__title {
        margin-bottom: 29px;
        min-width: 100%;
        width: 100%;
        padding: 0;
        height: auto;
        line-height: 18px; } }
.lk-settings-form__wrapper {
    position: relative; }
.lk-settings-form__wrapper:hover .lk-settings-form__delete {
    opacity: 1; }
.lk-settings-form__label {
    font-size: 12px;
    background: #fff;
    position: absolute;
    padding: 0 6px;
    top: -8px;
    left: 24px; }
@media screen and (max-width: 960px) {
    .lk-settings-form__label {
        left: 4px;
        font-size: 10px; } }
.lk-settings-form__delete {
    position: absolute;
    bottom: 26px;
    right: 23px;
    opacity: 0;
    transition: 0.4s; }
.lk-settings-form__delete svg {
    width: 8px;
    height: 8px;
    display: block; }
@media screen and (max-width: 960px) {
    .lk-settings-form__delete {
        bottom: 17px;
        right: 10px;
        opacity: 1; } }

.lk-settings-button {
    padding-left: 240px; }
@media screen and (max-width: 768px) {
    .lk-settings-button {
        padding-left: 0; }
    .lk-settings-button .btn {
        width: 100%;
        padding: 0 20px; } }

.lk-settings-search {
    padding: 80px 0 91px;
    border-bottom: 1px solid #DCE2EC; }
@media screen and (max-width: 768px) {
    .lk-settings-search {
        padding: 30px 0 30px; }
    .lk-settings-search .search__input {
        padding: 0; }
    .lk-settings-search .input {
        font-size: 12px;
        padding-right: 33px; } }
.lk-settings-search .lk-settings__title {
    margin-bottom: 10px; }
@media screen and (max-width: 768px) {
    .lk-settings-search .lk-settings__title {
        font-size: 12px; } }
.lk-settings-search__field {
    margin-bottom: 24px; }

.lk-settings__smc {
    padding: 80px 0 90px;
    border-bottom: 1px solid #DCE2EC; }
@media screen and (max-width: 768px) {
    .lk-settings__smc {
        padding: 35px 0 26px; } }

.lk-settings__mail {
    padding: 82px 0 90px; }
@media screen and (max-width: 768px) {
    .lk-settings__mail {
        padding: 35px 0 42px; } }

.lk-settings-notice {
    display: flex;
    align-items: center;
    margin-bottom: 46px; }
@media screen and (max-width: 768px) {
    .lk-settings-notice {
        display: block; }
    .lk-settings-notice_top {
        margin-bottom: 35px; }
    .lk-settings-notice_top .lk-settings-notice__favorite {
        margin-bottom: 0; }
    .lk-settings-notice_top .lk-settings-notice__key {
        margin-bottom: 0; } }
.lk-settings-notice__fields {
    width: 50%;
    min-width: 50%;
    padding-right: 15px;
    display: flex; }
.lk-settings-notice__fields .lk-settings-form__wrapper {
    min-width: 300px;
    width: 300px;
    margin-right: 15px; }
@media screen and (max-width: 960px) {
    .lk-settings-notice__fields .lk-settings-form__wrapper {
        margin-right: 10px; } }
@media screen and (max-width: 768px) {
    .lk-settings-notice__fields .lk-settings-form__wrapper {
        width: 100%;
        min-width: 100%;
        margin-bottom: 18px;
        margin-right: 0; } }
@media screen and (max-width: 768px) {
    .lk-settings-notice__fields {
        display: block;
        width: 100%;
        min-width: 100%;
        padding-right: 0; } }
.lk-settings-notice__favorite {
    width: 30%;
    min-width: 30%;
    padding-right: 15px; }
.lk-settings-notice__favorite .lk-settings-notice__name {
    max-width: 246px; }
@media screen and (max-width: 768px) {
    .lk-settings-notice__favorite {
        width: 100%;
        min-width: 100%;
        padding-right: 0;
        display: flex;
        align-items: center;
        margin-bottom: 17px; } }
.lk-settings-notice__key {
    width: 20%;
    min-width: 20%; }
.lk-settings-notice__key .lk-settings-notice__name {
    max-width: 150px; }
@media screen and (max-width: 768px) {
    .lk-settings-notice__key {
        width: 100%;
        min-width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 17px; } }
.lk-settings-notice__title {
    max-width: 180px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px; }
@media screen and (max-width: 768px) {
    .lk-settings-notice__title {
        max-width: 100%;
        font-size: 15px;
        line-height: 20px; } }
.lk-settings-notice__name {
    font-size: 13px;
    line-height: 16px; }
.lk-settings-notice__name_mobile {
    display: none; }
@media screen and (max-width: 768px) {
    .lk-settings-notice__name {
        font-size: 10px;
        line-height: 13px;
        padding-left: 15px; }
    .lk-settings-notice__name_mobile {
        display: block; }
    .lk-settings-notice__name_desktop {
        display: none; } }

.lk-settings__add {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #DCE2EC;
    border-radius: 5px;
    cursor: pointer; }
.lk-settings__add svg {
    width: 24px;
    height: 24px;
    display: block; }
.lk-settings__add_mobile {
    display: none; }
@media screen and (max-width: 960px) {
    .lk-settings__add {
        width: 40px;
        height: 40px; }
    .lk-settings__add svg {
        width: 12px;
        height: 12px; } }
@media screen and (max-width: 768px) {
    .lk-settings__add {
        width: 160px;
        height: 40px;
        font-size: 12px;
        justify-content: space-between;
        padding: 0 12px 0 14px;
        position: absolute;
        bottom: 0;
        left: 0; }
    .lk-settings__add_mobile {
        display: block; } }

.lk-settings__block {
    position: relative; }
@media screen and (max-width: 768px) {
    .lk-settings__block {
        padding-bottom: 34px; } }

.popup__buttons {
    display: flex; }
.popup__buttons .btn {
    margin-top: 0; }
.popup__buttons .btn:first-child {
    margin-right: 15px; }
.popup__buttons .btn:last-child {
    margin-left: 15px; }

.search {
    padding: 66px 0 64px;
    margin-bottom: 75px; }
@media (max-width: 960px) {
    .search {
        padding: 30px 0 28px;
        margin-bottom: 22px; } }
.search svg {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: white; }
.search--products {
    margin-bottom: 36px; }
@media (max-width: 768px) {
    .search {
        margin-bottom: 24px;
        padding-bottom: 14px; } }
.search__input-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    margin-right: 10px;
    max-width: none; }
@media (max-width: 960px) {
    .search__input-wrap {
        max-width: 100%;
        height: 40px; } }
.search .select-wrap {
    max-width: 370px;
    width: 100%;
    height: 60px;
    border-radius: 10px; }
@media (max-width: 960px) {
    .search .select-wrap {
        max-width: 100%; } }
.search__block {
    display: flex; }
@media (max-width: 960px) {
    .search__block {
        display: block; } }
.search__select {
    width: 100%;
    max-width: 370px; }
@media (max-width: 960px) {
    .search__select {
        max-width: 100%; } }
@media (max-width: 768px) {
    .search__input {
        padding: 0 5px;
        margin-bottom: 10px !important; } }
.search .edd-value {
    padding: 20px 25px 20px 20px; }
.search .edd-arrow {
    right: 10px; }
@media (max-width: 768px) {
    .search--products {
        margin-bottom: 25px; } }

.search__actions .search__button_reset {
    display: none; }

.search__actions_active .search__button_reset {
    display: block; }

.search__actions_active .search__button_loope {
    display: none; }

.search__input .search__button_reset svg {
    width: 12px;
    height: 12px; }

.search__input .search__button_loope svg {
    width: 18px;
    height: 18px; }

.objects {
    transition: top 0.5s; }
@media (max-width: 960px) {
    .objects__container {
        flex-direction: column; } }
.objects__onmap {
    align-items: center;
    display: flex; }
@media (max-width: 480px) {
    .objects__onmap {
        justify-content: flex-start; } }
.objects__content {
    flex-grow: 1; }
@media (max-width: 960px) {
    .objects__content {
        min-height: 600px; } }
.objects__pagenumber {
    height: 59px;
    line-height: 60px;
    width: 57px;
    border: 1px solid #d5d5d5;
    border-radius: 10px; }
.objects__pagination {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px; }
.objects-quantity {
    width: 90px;
    height: 60px;
    border: 1px solid #d5d5d5;
    border-radius: 10px; }
@media (max-width: 960px) {
    .objects-quantity {
        width: 60px; } }
.objects-quantity .edd-root {
    height: 100%;
    width: calc(100% - 6px);
    margin: 0 3px;
    padding: 14px; }
@media (max-width: 960px) {
    .objects-quantity .edd-root {
        padding: 13px 7px; } }
.objects__filter {
    position: relative;
    top: 0;
    transition: top 0.5s; }

.is-show-map .objects__onmap {
    justify-content: flex-end; }

.map {
    height: 100px;
    width: 100%;
    position: relative;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    margin: 20px 0 10px;
    cursor: pointer; }
.map-unit {
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 200px;
    z-index: 2; }
.map-unit__title {
    display: block;
    color: #7a7a7a;
    margin-right: 4px; }
.map-unit svg {
    width: 16px;
    height: 19px;
    margin-right: 8px;
    fill: transparent; }
.map__ymap {
    height: 100%;
    width: 100%;
    z-index: 5;
    display: none; }
.map__hide {
    position: absolute;
    right: 0;
    display: none; }
.map .d-block-map-hide {
    display: block;
    z-index: 9;
    top: 110px;
    right: 360px; }
@media (min-width: 2250px) {
    .map .d-block-map-hide {
        right: 690px; } }
@media (max-width: 1700px) {
    .map .d-block-map-hide {
        right: 240px; } }
@media (max-width: 1500px) {
    .map .d-block-map-hide {
        right: 110px; } }
@media (max-width: 1210px) {
    .map .d-block-map-hide {
        right: 20px;
        top: 175px; } }

.map-toggle-draw.is-active .map-toggle-draw__on {
    display: none; }

.map-toggle-draw.is-active .map-toggle-draw__off {
    display: block; }

.tooltip-in-map {
    width: 100%;
    max-width: 320px;
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
    color: #000;
    z-index: 9999; }

.draw-mode-active .tooltip-in-map {
    display: block; }

/* view on open catalog map */
.is-show-map .sort {
    display: none; }
@media (max-width: 960px) {
    .is-show-map .sort {
        display: flex;
        position: relative;
        z-index: 10; } }

.is-show-map .catalog-map {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    border: none;
    position: absolute;
    left: 0;
    top: 0; }
.is-show-map .catalog-map .map__ymap {
    display: block; }

.is-show-map .card-main,
.is-show-map .pagination {
    display: none; }

.is-show-map .objects__filter {
    z-index: 10;
    position: relative;
    border-radius: 10px; }
@media (max-width: 960px) {
    .is-show-map .objects__filter {
        z-index: 999; } }

.is-show-map .search {
    display: none; }
.is-show-map .search__input, .is-show-map .search__select {
    z-index: 11;
    background-color: white;
    border-radius: 10px; }

.is-show-map .map-toggle-btn__close {
    display: flex; }

.is-show-map .map-toggle-btn__open {
    display: none; }

.is-show-map .map-toggle-draw {
    display: block; }
@media (max-width: 960px) {
    .is-show-map .map-toggle-draw {
        display: none; } }

.is-show-map .filter {
    display: none; }

.is-show-map .objects {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999; }
.is-show-map .objects__content {
    padding-top: 20px; }
@media (max-width: 960px) {
    .is-show-map .objects::after {
        content: '';
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        height: 80px;
        z-index: 6; } }
@media (max-width: 768px) {
    .is-show-map .objects::after {
        height: 70px; } }

.products {
    position: relative; }

.filter {
    display: flex;
    flex-direction: column;
    min-height: 100px;
    width: 280px;
    margin: 0 20px 20px 0;
    padding: 10px 20px 20px 20px;
    transition: max-height 1s;
    background: white;
    border: 1px solid #DCE2EC;
    box-sizing: border-box;
    border-radius: 7px; }
@media (max-width: 960px) {
    .filter {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
        padding: 20px 20px 20px;
        z-index: 999;
        border-radius: 0;
        border: none;
        overflow: auto;
        padding-top: 70px; } }
.filter-mob-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
    font-weight: 700;
    padding-bottom: 15px;
    padding: 20px;
    border-bottom: 1px solid #DCE2EC;
    z-index: 3; }
.filter-mob-header__close {
    cursor: pointer; }
.filter-mob-header__close svg {
    fill: #15AE51;
    width: 15px;
    height: 15px; }
@media (max-width: 960px) {
    .filter-mob-header {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
.filter--checkmark {
    left: 0; }
.filter__input {
    padding: 0 10px;
    height: 36px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.13px;
    line-height: 15px; }
.filter__data {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; }
.filter__max {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14px;
    line-height: 16px;
    color: white; }
.filter__drop-down {
    display: none;
    width: 100%;
    height: 58px; }
@media (max-width: 960px) {
    .filter__drop-down {
        display: block;
        z-index: 16; } }
.filter__form {
    height: auto; }
@media (max-width: 960px) {
    .filter__form {
        margin-top: 10px;
        transition: max-height 1s; } }
.filter__drop-label.hide {
    display: none; }
.filter__unit {
    max-width: 238px;
    min-height: 36px;
    margin: 22px 0 21px; }
.filter__unit:first-child {
    margin: 10px 0 22px; }
@media (max-width: 960px) {
    .filter__unit {
        height: 62px;
        width: 100%;
        max-width: none; } }
.filter__label {
    line-height: 24px;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.filter__result {
    width: 100%; }
@media (max-width: 480px) {
    .filter__result {
        height: 48px;
        line-height: 48px; } }
@media (max-width: 960px) {
    .filter__result {
        width: 100%;
        margin-top: 10px; } }
.filter__name {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.13px;
    line-height: 15px; }
.filter__button {
    width: 239px;
    height: 48px;
    background-color: #525152;
    border-radius: 4px; }
.filter-check {
    margin-bottom: 0.75rem;
    display: flex; }
.filter__group {
    display: flex; }
.filter__input-group {
    justify-content: space-between; }
@media (max-width: 960px) {
    .filter__input-group {
        justify-content: start; } }
.filter-check-left {
    border-left: 1px solid #939393;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; }
.filter-check-right {
    border-right: 1px solid #939393;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; }
.filter-check-input:checked + .filter-check-label {
    background: white;
    color: black; }
.filter-check-label {
    padding: 9px 10px;
    cursor: pointer;
    background-color: #F4F6F9;
    color: #A1ACBD;
    border: 1px solid #DCE2EC; }
.filter .brl-none {
    border-left: none; }
.filter .brl-none:after, .filter .brl-none:before {
    display: none; }
.filter-check-input {
    display: none; }
.filter__check-list-check:first-child {
    border-left: 1px solid #d5d5d5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
.filter__check-list-check:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
.filter-date {
    margin: 10px 0; }
.filter-item {
    border-radius: 5px;
    width: 110px;
    height: 36px;
    position: relative; }
.filter-item svg {
    width: 19px;
    height: 18px;
    position: absolute;
    right: 7px;
    top: 8px;
    fill: white; }
.filter-item svg path {
    fill: red !important; }
.filter .edd-value {
    padding: 8px 25px 8px 10px; }
.filter .edd-items-list {
    max-height: 200px !important; }

/* select2 styles */
.custom-select {
    display: none; }

.study-auction {
    display: block;
    margin: 15px 0; }
.study-auction span {
    padding: 7px 12px;
    font-size: 15px;
    background: #E7E7E7;
    font-weight: 500; }

.select2-dropdown {
    border: 1px solid #d8d8d8 !important;
    box-sizing: border-box; }

.filter-show {
    overflow: hidden; }
.filter-show body {
    overflow: hidden; }
.filter-show .filter {
    display: block; }

.dates {
    width: 100%;
    background-color: #F4F6F9;
    border-radius: 7px;
    overflow: hidden; }
.dates__inner {
    padding: 30px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
.dates-unit {
    margin-right: 20px;
    font-weight: 700; }
.dates-unit:last-child {
    margin-right: 0; }
.dates-unit__time {
    font-size: 24px; }
.dates-unit__line {
    display: inline-block;
    height: 2px;
    background: #171717;
    margin: 0 3px;
    width: 18px;
    vertical-align: middle; }
.dates-unit .btn {
    width: 100%;
    min-width: 270px;
    text-align: center; }
.dates-unit .small-title {
    font-weight: 700; }
@media screen and (max-width: 960px) {
    .dates__inner {
        padding: 25px 20px; }
    .dates-unit .btn {
        min-width: 0px; } }
@media screen and (max-width: 750px) {
    .dates {
        border-radius: 0px;
        width: auto;
        margin: 0 -15px; }
    .dates__inner {
        display: block;
        padding: 34px 40px 38px;
        text-align: center; }
    .dates-unit {
        margin-bottom: 30px;
        margin-right: 0; }
    .dates-unit:last-child {
        margin-bottom: 0; }
    .dates-unit__line {
        background: #00B2B8;
        margin: 2px 0;
        margin-width: 24px;
        margin-height: 4px; }
    .dates-unit__period {
        display: block;
        line-height: 1; }
    .dates-unit__time {
        display: block; }
    .dates-unit .small-title {
        font-weight: 700;
        font-size: 11px;
        margin-bottom: 4px; } }
@media screen and (max-width: 480px) {
    .dates-unit__time {
        font-size: 16px; }
    .dates-unit .small-title {
        font-size: 12px; } }

.main-tab {
    width: 100%;
    padding-bottom: 60px; }
@media screen and (max-width: 960px) {
    .main-tab {
        padding-bottom: 40px; }
    .main-tab .wrapper {
        padding: 0; } }

.tab__list {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 -25px; }
@media (max-width: 768px) {
    .tab__list {
        margin: 0 -5px; } }
.tab__list .tab__item {
    padding: 0 25px 12px; }
.tab__list .tab__item:after {
    left: 25px;
    right: 25px;
    width: auto; }
@media (max-width: 768px) {
    .tab__list .tab__item {
        padding: 0 5px 12px; }
    .tab__list .tab__item:after {
        left: 5px;
        right: 5px; } }
.tab__list:after {
    content: '';
    width: 4000px;
    height: 1px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background-color: #DCE2EC; }
.tab__list-main {
    justify-content: flex-start; }
@media (max-width: 960px) {
    .tab__list-main {
        max-width: 100%;
        display: flex !important; } }
@media (max-width: 960px) and (max-width: 768px) {
    .tab__list-main {
        justify-content: space-between; } }
.tab__list-search {
    justify-content: flex-start;
    padding-left: 33px; }
@media (max-width: 960px) {
    .tab__list-search {
        max-width: 100%;
        display: flex !important;
        padding-left: 0; } }
@media (max-width: 960px) and (max-width: 768px) {
    .tab__list-search {
        justify-content: space-between; } }
@media (max-width: 768px) {
    .tab__list-search .tab__item {
        font-size: 12px; } }

.tab__item {
    padding-bottom: 12px;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    transition: 0.4s ease;
    cursor: pointer; }
@media (max-width: 960px) {
    .tab__item {
        padding-bottom: 10px; } }
.tab__item-value {
    color: #828d9e;
    font-weight: 500; }
.tab__item:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #00B2B8;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: 0.4s ease;
    z-index: 1; }
.tab__item.active:after, .tab__item:hover:after {
    -webkit-transform: none;
    transform: none; }

.tab__mobile-name {
    display: none; }

.tab__block {
    display: none;
    padding: 29px 0 10px; }
@media (max-width: 960px) {
    .tab__block {
        margin-top: 20px; } }
.tab__block.active {
    display: block; }

@media (min-width: 961px) {
    .tab__content {
        display: block !important; }
    .tab-select {
        display: none !important; } }

@media screen and (max-width: 960px) {
    .tab__block {
        padding-top: 0; }
    .tab__list {
        display: none; }
    .tab__mobile-name {
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 15px 20px;
        background-color: #c4c4c4;
        cursor: pointer;
        position: relative; }
    .tab__mobile-name:after {
        content: url("../images/f.png");
        position: absolute;
        right: 15px;
        top: 20px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: 0.3s; }
    .tab__mobile-name.active:after {
        -webkit-transform: none;
        transform: none;
        top: 12px; }
    .tab__content {
        padding: 0; }
    .tab-select {
        display: block;
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        font-size: 13px;
        position: relative; }
    .tab-select__list {
        display: none;
        padding: 15px;
        position: absolute;
        width: 100%;
        top: 40px;
        left: 0;
        z-index: 10;
        background-color: #fff;
        border-left: 1px solid #E7EBF2;
        border-right: 1px solid #E7EBF2;
        border-bottom: 1px solid #E7EBF2;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; }
    .tab-select__item {
        margin-bottom: 10px;
        cursor: pointer;
        list-style: none; }
    .tab-select__item:last-child {
        margin-bottom: 0; }
    .tab-select__item:hover {
        color: #003F6B; }
    .tab-select__name {
        width: 100%;
        border-radius: 4px;
        border: 1px solid #E7EBF2;
        cursor: pointer;
        padding: 10px 30px 10px 15px;
        position: relative; }
    .tab-select__name:after {
        content: url(../images/arrow2.png);
        position: absolute;
        right: 13px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .tab__table .text {
        padding: 20px; } }

@media screen and (max-width: 600px) {
    .tab-select {
        margin-left: 10px;
        width: calc(100% - 30px); } }

.item-data {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #DCE2EC;
    color: #171717; }
@media (max-width: 768px) {
    .item-data__status {
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0.11px;
        line-height: 13px; } }
.item-data:last-child {
    border-color: transparent; }
.item-data__switch .small-title {
    transition: .3s; }
.item-data__switch:hover {
    cursor: pointer; }
.item-data__switch:hover .small-title {
    color: #00cbd2; }
.item-data__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding-right: 33px;
    padding-left: 38px; }
.item-data .star {
    position: absolute;
    top: 3px;
    right: 0; }
.item-data__count {
    position: absolute;
    top: 24px;
    left: 0; }
@media (max-width: 768px) {
    .item-data__count {
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0.11px;
        top: 28px;
        line-height: 13px; } }
.item-data__text {
    width: 38%;
    line-height: 1.6;
    text-align: justify; }
.item-data__text:hover {
    color: #00B2B8; }
.item-data__text--main {
    width: 44%;
    text-align: justify; }
@media (max-width: 768px) {
    .item-data__text--main {
        width: 100%;
        margin-bottom: 20px;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0.11px;
        line-height: 16px; } }
.item-data__title {
    width: 17%;
    padding-left: 35px; }
.item-data__status {
    width: 15%; }
.item-data__value {
    width: 15%; }
.item-data__value--main {
    width: 7%; }
.item-data__sum {
    width: 15%;
    display: flex;
    margin-top: -6px; }
@media screen and (max-width: 1010px) {
    .item-data__title {
        padding: 0 10px; } }
@media screen and (max-width: 960px) {
    .item-data {
        padding: 30px 24px; }
    .item-data:last-child {
        padding-bottom: 0; }
    .item-data__inner {
        flex-wrap: wrap; }
    .item-data__text {
        width: 100%;
        margin-bottom: 15px; }
    .item-data__title {
        width: 25%;
        padding: 0; }
    .item-data__status {
        width: 25%; }
    .item-data__value {
        width: 25%; }
    .item-data__sum {
        width: 25%; }
    .item-data .star {
        top: 20px; } }
@media screen and (max-width: 600px) {
    .item-data__title {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        display: flex; }
    .item-data__title .small-title {
        margin-right: 5px; }
    .item-data__status {
        width: 50%;
        margin-bottom: 30px;
        margin-right: 15px; }
    .item-data__value {
        width: 40%; }
    .item-data__sum {
        width: 100%; }
    .item-data .star {
        top: auto;
        bottom: 20px; } }
@media screen and (max-width: 480px) {
    .item-data {
        padding-left: 10px; }
    .item-data__inner {
        padding-left: 18px;
        font-size: 12px; }
    .item-data__status .card-status {
        white-space: nowrap; } }

.square {
    width: 42px;
    height: 42px;
    background-color: #c4c4c4;
    margin-right: 8px;
    overflow: hidden;
    display: block; }
.square_hidden {
    display: none; }
.square:last-child {
    margin-right: 0; }
.square img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
@media screen and (max-width: 600px) {
    .square {
        width: 66px;
        height: 66px; } }

.product__desc {
    text-align: justify; }

.pagination {
    margin: 25px 0 80px; }
.pagination-inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
.pagination-links {
    display: flex;
    flex-wrap: wrap; }
@media (max-width: 960px) {
    .pagination-links {
        display: none; } }
.pagination-link {
    font-size: 13px;
    font-weight: 500;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dedede; }
.pagination-link.active, .pagination-link:hover {
    border-color: #939393; }
.pagination-link:first-child {
    border-radius: 5px 0 0 5px; }
.pagination-link:last-child {
    border-radius: 0 5px 5px 0; }
@media (max-width: 960px) {
    .pagination-link {
        width: 38px;
        height: 38px; } }
.pagination-show {
    display: flex;
    align-items: center;
    width: 90px;
    height: 60px;
    font-size: 13px;
    font-weight: 300;
    border-radius: 5px; }
@media (max-width: 960px) {
    .pagination-show {
        display: none; } }
.pagination-show__flex {
    display: flex;
    align-items: center; }
.pagination-show__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 28px;
    border-radius: 4px;
    margin: 0 5px;
    border: 1px solid transparent; }
.pagination-show__link.active, .pagination-show__link:active, .pagination-show__link:hover {
    border-color: #d5d5d5; }
.pagination-show .edd-value {
    padding: 20px 17px 19px 22px; }
.pagination-show .edd-arrow {
    right: 18px; }
.pagination-mobile-button {
    display: none; }
@media (max-width: 960px) {
    .pagination-mobile-button {
        display: block;
        width: 100%; }
    .pagination-mobile-button .btn {
        width: 100%; } }
.pagination-button {
    border: 1px solid #d5d5d5; }

.search__input {
    width: 100%;
    position: relative; }
@media (max-width: 960px) {
    .search__input {
        max-width: 100%;
        margin-bottom: 20px; } }
.search__input svg {
    position: absolute;
    width: 27px;
    height: 27px;
    right: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: white;
    fill: transparent; }
@media (max-width: 960px) {
    .search__input svg {
        width: 13px;
        height: 13px;
        right: 10px; } }
.search__input-close {
    display: none; }
.search__input-wrap {
    position: relative;
    display: block;
    width: 100%;
    background-color: white;
    height: 60px;
    border-radius: 7px;
    margin-right: 10px; }
@media (max-width: 960px) {
    .search__input-wrap {
        max-width: 100%;
        height: 40px; } }
.search__input-wrap .input {
    border-radius: 7px;
    border-color: #C6CFDF; }
.search__input-find {
    display: none;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    background: white;
    z-index: 99; }
.search__input__list {
    border: 1px solid #d5d5d5;
    border-radius: 0 0 5px 5px;
    border-top: 0; }
.search__input__item {
    display: flex;
    width: 100%;
    padding: 26px 24px 20px;
    border-bottom: 1px solid #d5d5d5; }
.search__input__item:last-child {
    border: none; }
@media (max-width: 768px) {
    .search__input__item {
        flex-wrap: wrap; } }
.search__input__title {
    text-transform: uppercase;
    color: #00B2B8;
    width: 100px;
    font-size: 11px;
    font-weight: 700;
    padding: 2px; }
@media (max-width: 768px) {
    .search__input__title {
        width: 100%; } }
.search__input__title {
    display: inline-block;
    cursor: pointer; }
.search__input-debtor {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700; }
.search__input-number {
    font-size: 13px;
    line-height: 25px;
    margin-left: 20px; }
.search__input__description {
    font-size: 13px;
    max-width: 420px;
    width: 100%;
    margin-right: 30px; }
@media (max-width: 768px) {
    .search__input__description {
        max-width: 100%;
        margin: 0 0 5px; } }
.search__input__price {
    max-width: 230px;
    width: 100%; }
@media (max-width: 768px) {
    .search__input__price {
        max-width: 100%;
        margin-bottom: 5px; } }
.search__input__status {
    max-width: 120px;
    margin-right: 30px;
    width: 100%;
    position: relative; }
@media (max-width: 768px) {
    .search__input__status {
        max-width: 50%;
        width: 50%;
        margin: 0;
        padding: 0 5px 0 18px; } }
.search__input__status::after {
    position: absolute;
    top: 3px;
    left: -25px;
    content: '';
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 50%; }
@media (max-width: 768px) {
    .search__input__status::after {
        left: 0;
        top: 4px; } }
.search__input__status.green::after {
    background-color: #27B15D; }
.search__input__status.orange::after {
    background-color: #FFB23D; }
.search__input__status.pink::after {
    background-color: #FF5693; }
.search__input__pledge {
    max-width: 100px;
    width: 100%; }
@media (max-width: 768px) {
    .search__input__pledge {
        max-width: 50%;
        width: 50%; } }

.card-main__map {
    height: 400px;
    margin-bottom: 40px; }
@media (max-width: 768px) {
    .card-main__map {
        height: 200px;
        margin-bottom: 10px; } }

@media (max-width: 768px) {
    .card-main__value {
        width: 32%;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0.11px;
        line-height: 20px; } }

@media (max-width: 768px) {
    .card-main__status {
        line-height: 20px;
        margin-bottom: 0; } }

.card-main__item {
    width: 100%;
    border-radius: 7px;
    border: 1px solid #DCE2EC;
    margin: 24px 0;
    overflow: hidden; }

@media (max-width: 960px) {
    .card-main {
        position: relative;
        left: -15px;
        width: calc(100% + 30px); }
    .card-main__item {
        border: none;
        border-radius: 0; } }

.card-main__header {
    background-color: #f4f6f9;
    padding: 34px 47px 22px 33px;
    border-bottom: 1px solid #DCE2EC;
    position: relative;
    display: block; }
.card-main__header:hover .link {
    color: #00B2B8; }
@media (max-width: 960px) {
    .card-main__header {
        padding: 34px 10px 5px 15px;
        display: flex;
        flex-direction: column;
        border-top: 1px solid #DCE2EC;
        border-bottom: 1px solid #DCE2EC; } }

.card-main__name {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
@media (max-width: 960px) {
    .card-main__name {
        display: flex;
        flex-direction: column-reverse;
        order: -1;
        margin-bottom: 20px; } }

.card-main__titles {
    line-height: 1.3; }
@media (max-width: 768px) {
    .card-main__titles {
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.15px;
        line-height: 13px; } }

.card-main-unit__title {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.13px;
    line-height: 19px;
    white-space: nowrap; }
@media (max-width: 960px) {
    .card-main-unit__title {
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0.1px;
        line-height: 9px;
        position: relative;
        top: -20px; } }

.card-main-unit__view {
    color: #00B2B8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15px;
    line-height: 13px;
    margin-bottom: 5px; }

.card-main__star {
    position: absolute;
    right: 16px;
    top: 18px; }
@media (max-width: 768px) {
    .card-main__star {
        right: 1px;
        top: 12px; } }
@media (max-width: 768px) {
    .card-main__star svg {
        width: 14px;
        height: 13px; } }

.card-main__info {
    display: flex;
    justify-content: space-between;
    padding: 23px 0 0;
    flex-wrap: wrap; }

.card-main .block-data .small-title {
    color: #171717; }
@media (max-width: 960px) {
    .card-main .block-data .small-title {
        flex-direction: initial;
        flex-wrap: wrap; } }

@media (max-width: 960px) {
    .card-main__type {
        width: 65%; }
    .card-main__type--small {
        width: 35%; } }

.card-main__ul {
    padding: 34px 47px 22px 33px;
    width: 100%; }
@media (max-width: 851px) {
    .card-main__ul {
        padding: 34px 10px 5px 15px; } }

.card-main__li {
    display: flex;
    margin: 0 0 30px 0; }

.card-main__number {
    width: 100px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.13px;
    line-height: 17px; }
@media (max-width: 960px) {
    .card-main__number {
        width: 70px; } }

.card-main__description {
    display: block;
    width: 100%; }

.card-main__links {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.13px;
    line-height: 17px; }

.card-main__pagination {
    width: 100%;
    border: 1px solid #DCE2EC;
    margin-bottom: 90px;
    font-size: 15px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    color: #171717;
    background-color: transparent; }
.card-main__pagination:hover {
    border-color: transparent;
    color: #fff; }
@media (max-width: 960px) {
    .card-main__pagination {
        height: 36px;
        font-size: 12px;
        font-weight: 700;
        line-height: 32px;
        margin: 0 15px 30px;
        width: calc(100% - 30px); } }

@media (max-width: 768px) {
    .card-main__local {
        order: -1; } }

@media (max-width: 768px) {
    .card-main .block-data {
        margin-right: 0;
        margin-bottom: 22px; } }

.card-main .block-data-card__main {
    display: flex; }
@media (max-width: 768px) {
    .card-main .block-data-card__main svg {
        top: 0; } }

@media (max-width: 768px) {
    .card-main__main {
        flex-direction: column; } }

.advanced {
    display: flex;
    justify-content: flex-end;
    padding: 30px 0 0 0;
    width: 208px;
    float: right;
    outline: none; }
@media (max-width: 960px) {
    .advanced {
        display: none; } }
.advanced svg {
    height: 20px;
    width: 42px;
    float: left; }
.advanced__link {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    transition: .2s; }
.advanced__link:hover {
    color: #00B2B8; }

.map-toggle-btn {
    float: right;
    height: 48px;
    padding: 0;
    position: relative;
    top: 11px;
    border-radius: 4px;
    background-color: transparent;
    color: #171717;
    z-index: 10;
    margin: 0;
    flex-shrink: 0; }
.map-toggle-btn:hover {
    border-color: transparent; }
.map-toggle-btn:hover svg {
    fill: #fff; }
.map-toggle-btn__open {
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #171717;
    height: 100%;
    transition: .4;
    border-color: #00DBC6; }
.map-toggle-btn__open:hover {
    background: #00B2B8;
    color: #fff; }
.map-toggle-btn__close {
    display: none;
    align-items: center;
    margin-right: 20px;
    padding-left: 24px;
    padding-right: 24px; }
@media (max-width: 768px) {
    .map-toggle-btn__close {
        padding-left: 10px;
        padding-right: 10px;
        height: 37px;
        margin-right: 6px;
        font-size: 11px; } }
.map-toggle-btn__close img {
    margin-right: 10px; }
@media (max-width: 768px) {
    .map-toggle-btn__close img {
        width: 13px; } }
.map-toggle-btn__mobile {
    display: none; }
@media (max-width: 768px) {
    .map-toggle-btn__mobile {
        display: inline; } }
@media (max-width: 768px) {
    .map-toggle-btn__desktop {
        display: none; } }
@media (max-width: 960px) {
    .map-toggle-btn {
        float: none; } }
@media (max-width: 768px) {
    .map-toggle-btn {
        top: 0;
        position: relative;
        height: 37px;
        line-height: 37px;
        margin: 0;
        width: auto;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.11px; } }
.map-toggle-btn svg {
    width: 16px;
    height: 45px;
    margin-right: 8px;
    fill: #1D1D1F; }
.map-toggle-btn__open {
    padding-left: 20px;
    padding-right: 20px; }
@media (max-width: 768px) {
    .map-toggle-btn__open {
        padding-left: 12px;
        font-size: 11px;
        padding-right: 12px; }
    .map-toggle-btn__open svg {
        width: 14px;
        height: 37px; } }

.filter-mob-toggle {
    flex-shrink: 0;
    padding: 0;
    border-color: #00dbc6;
    width: 48px;
    line-height: 1;
    display: none;
    align-items: center;
    justify-content: center;
    margin-left: 10px; }
.filter-mob-toggle svg {
    margin-right: 0;
    width: 20px;
    height: 20px;
    transition: .3s; }

.map-toggle-btn__close {
    display: none; }

.map-toggle-draw {
    display: none;
    position: relative;
    z-index: 10; }
.map-toggle-draw__off {
    display: none; }

.map__ymap {
    height: 100%;
    width: 100%;
    z-index: 5;
    display: none; }

@media (max-width: 960px) {
    .filter-mob-toggle {
        display: flex;
        position: relative;
        z-index: 10; } }

@media (max-width: 768px) {
    .filter-mob-toggle {
        height: 37px;
        width: 37px;
        margin-left: 6px; }
    .filter-mob-toggle svg {
        width: 12px;
        height: 12px; } }

.services {
    background-color: #F4F6F9; }
.services__images {
    margin-top: -120px; }
@media (max-width: 960px) {
    .services__images {
        -ms-grid-row-align: center;
        align-self: center;
        margin: 0 0 29px; } }
.services__name {
    margin-bottom: 26px; }
@media (max-width: 960px) {
    .services__name {
        margin-bottom: 22px;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px; } }
@media (max-width: 960px) {
    .services__info {
        margin-bottom: 60px;
        font-size: 11px;
        font-weight: 400;
        line-height: 13px; } }
.services__container {
    display: flex;
    padding: 30px 0 89px;
    justify-content: space-between; }
@media (max-width: 960px) {
    .services__container {
        flex-direction: column;
        align-items: center;
        padding: 0 0 30px; } }
.services__container-item {
    display: flex;
    position: relative;
    padding: 52px 37px 21px 50px;
    max-width: 580px;
    width: 100%;
    min-height: 240px;
    margin-right: 20px;
    background-color: white;
    border-radius: 10px; }
.services__container-item .links {
    left: 50px; }
@media screen and (max-width: 1050px) {
    .services__container-item {
        padding-bottom: 35px; } }
@media (max-width: 960px) {
    .services__container-item {
        max-width: none;
        width: 100%;
        margin: 0 0 15px 0;
        padding: 38px 30px 33px 30px;
        display: flex;
        flex-direction: column-reverse;
        height: auto; }
    .services__container-item .links {
        left: 30px; } }
.services__container-item:last-child {
    margin-right: 0; }
.services__container-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.subscription {
    background-color: #003F6B;
    border-bottom: 1px solid rgba(85, 102, 169, 0.3); }
.subscription__inner {
    display: flex;
    justify-content: space-between;
    padding: 54px 0; }
@media (max-width: 768px) {
    .subscription__inner {
        display: block;
        padding: 30px 0 20px; } }
.subscription-item {
    width: 360px; }
@media (max-width: 768px) {
    .subscription-item {
        width: 100%; } }
.subscription span {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.13px;
    line-height: 14px; }
.subscription__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff; }
.subscription__title .h4 {
    margin-bottom: 8px; }
@media (max-width: 768px) {
    .subscription__title {
        margin-bottom: 10px;
        text-align: center; }
    .subscription__title .h4 {
        font-size: 15px; } }
.subscription__form {
    display: flex; }
@media (max-width: 1210px) {
    .subscription__form {
        flex-direction: column; } }
@media (max-width: 768px) {
    .subscription__form {
        flex-direction: row; } }
.subscription__result {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60px;
    font-width: 700; }
.subscription__result_icon {
    display: none; }
@media (max-width: 768px) {
    .subscription__result_icon {
        display: block;
        width: 22px;
        margin: auto; }
    .subscription__result_icon svg {
        width: 22px;
        height: 19px; } }
@media (max-width: 768px) {
    .subscription__result_text {
        display: none; } }
.subscription__result:hover {
    background-color: #00B2B8; }
@media (max-width: 1210px) {
    .subscription__result {
        top: 0;
        -webkit-transform: none;
        transform: none; } }
@media (max-width: 768px) {
    .subscription__result {
        padding: 0;
        margin: 10px 0 10px 8px;
        width: 40px;
        height: 40px; } }
.subscription__unit {
    margin-right: 20px; }
@media (max-width: 1210px) {
    .subscription__unit {
        margin-right: 0; } }
@media (max-width: 768px) {
    .subscription__unit {
        width: calc(100% - 48px); } }

.sitelist {
    display: flex;
    flex-wrap: wrap; }
@media (max-width: 960px) {
    .sitelist {
        padding-top: 10px; } }
.sitelist__main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap; }
.sitelist__secondary {
    width: 66.6%;
    flex-wrap: wrap;
    display: flex; }
.sitelist__ul {
    width: 33.3%; }
@media (max-width: 960px) {
    .sitelist__ul {
        width: 100%; } }

.send-form {
    padding: 0 0 120px; }
@media (max-width: 768px) {
    .send-form {
        padding: 0 0 50px; } }
.send-form__form {
    min-width: 680px;
    width: 100%; }
@media (max-width: 1210px) {
    .send-form__form {
        min-width: 100%; } }
.send-form__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -10px; }
.send-form__item {
    padding: 0 10px;
    margin-bottom: 18px; }
.send-form__item_same {
    width: 50%;
    min-width: 50%; }
.send-form__item_full {
    min-width: 100%;
    width: 100%; }
@media (max-width: 768px) {
    .send-form__item {
        width: 100%;
        min-width: 100%; } }
.send-form__textarea {
    width: 100%;
    height: 150px; }
@media (max-width: 768px) {
    .send-form__textarea {
        width: 100%; } }
.send-form__send {
    min-height: 47px;
    position: relative;
    border: none; }
.send-form__send .form__container__checkmark {
    left: 0; }
.send-form__persone {
    border-bottom: 1px solid #2A4CD1;
    color: #2A4CD1;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px; }
.send-form__persone:hover {
    border-bottom: none; }
.send-form__unit--group {
    display: flex;
    justify-content: space-between; }
@media (max-width: 1210px) {
    .send-form__unit--group {
        display: block; } }
.send-form__title {
    min-width: calc(100% - 680px); }
@media (max-width: 1210px) {
    .send-form__title {
        min-width: 100%; } }
.send-form__contact {
    max-width: 410px;
    font-weight: 300;
    padding: 2px 8px 2px 0;
    letter-spacing: 0; }
@media (max-width: 1210px) {
    .send-form__contact {
        max-width: 100%;
        padding: 0; } }
.send-form__check {
    position: absolute;
    left: -2px;
    top: 4px;
    max-height: 24px;
    width: 24px;
    margin-right: 10px;
    height: 24px; }
.send-form .btn--send {
    left: 0; }
@media (max-width: 480px) {
    .send-form .btn--send {
        height: auto;
        line-height: 18px; } }

.tabs-buttons {
    margin-right: -15px;
    margin-top: 25px;
    position: relative;
    float: left;
    width: calc(100% - 220px); }
@media (max-width: 960px) {
    .tabs-buttons {
        float: none;
        width: 100%; } }
@media (max-width: 1210px) {
    .tabs-buttons::after {
        content: '';
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f6fa);
        width: 80px;
        position: absolute;
        top: -10px;
        bottom: -10px;
        right: 0; } }
@media (max-width: 960px) {
    .tabs-buttons {
        margin-top: 0; } }
.tabs-buttons__unit {
    position: relative;
    transition: all 1s; }
@media (max-width: 768px) {
    .tabs-buttons__unit {
        padding: 0 5px; } }
.tabs-buttons__unit--tab {
    height: 36px;
    background-color: white;
    box-shadow: 0 2px 6px rgba(64, 90, 197, 0.1);
    color: #00B2B8;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    line-height: 36px;
    padding: 9px 19px;
    margin-right: 10px;
    transition: 0.4s; }
.tabs-buttons__unit--tab:hover {
    color: #fff;
    background-color: #00B2B8; }
@media (max-width: 768px) {
    .tabs-buttons__unit--tab {
        font-size: 10px;
        font-weight: 400;
        line-height: 24px;
        padding: 7px 9px; } }
.tabs-buttons__list {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    transition: all 0.3s ease-in-out; }
.tabs-buttons__tab {
    display: inline-block;
    height: 100%;
    flex-shrink: 0;
    padding-bottom: 7px;
    box-shadow: 0px 2px 6px rgba(64, 90, 197, 0.1); }
@media (max-width: 768px) {
    .tabs-buttons__tab:last-child {
        padding-right: 30px; } }

.sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    margin-right: 10%; }
.sort--onmap {
    top: 0; }
.sort__result {
    margin-right: 25px;
    margin-left: 35px; }
.sort-link {
    margin-right: 30px; }
.sort-link.active:after {
    border-color: #27B15D transparent transparent transparent; }
.sort-link.direction-toggle:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.sort-link:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4.5px 0 4.5px;
    border-color: #C6CFDF transparent transparent transparent; }
.sort__by {
    display: flex;
    align-items: center; }
.sort__by-label {
    margin-right: 20px;
    white-space: nowrap; }
.sort__by-list {
    display: flex;
    align-items: center; }
.sort__by-item {
    display: flex;
    align-items: center;
    white-space: nowrap; }
@media (max-width: 1050px) {
    .sort__result {
        margin-left: 0; } }
@media (max-width: 768px) {
    .sort {
        flex-wrap: wrap; }
    .sort__result {
        width: 100%;
        margin-right: 0; } }
@media (max-width: 600px) {
    .sort__by {
        flex-wrap: wrap; }
    .sort__by-label {
        width: 100%;
        margin-bottom: 8px; } }
@media (max-width: 480px) {
    .sort {
        margin-right: 0; }
    .sort__by {
        margin-right: 0;
        width: 100%;
        flex-wrap: nowrap; }
    .sort__by-label {
        margin-bottom: 0; }
    .sort__result {
        font-size: 11px; } }

.popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    background: rgba(0, 27, 56, 0.6); }
.popup-show {
    opacity: 1;
    visibility: visible; }
.popup-show .popup-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
.popup-close {
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    right: -14px;
    top: -14px;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
.popup-close svg {
    width: 16px;
    height: 16px;
    transition: .5s; }
.popup-close:hover svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.popup-wrap {
    position: relative;
    max-width: 480px;
    width: 100%; }
.popup-wrap_slider {
    max-width: 660px; }
.popup-inner {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    position: relative;
    transition: .4s;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    order: -1;
    border-radius: 30px; }
.popup-inner__wrap {
    padding: 40px 30px 40px;
    background: #fff; }
@media screen and (max-width: 650px) {
    .popup-inner {
        max-height: 95vh; } }
.popup-inner .h4 {
    text-align: center; }
.popup__form {
    max-width: 340px;
    margin: 0 auto; }
.popup__form .input {
    border-color: #DCE2EC;
    text-align: left;
    padding: 7px 20px;
    height: 60px; }
.popup__form .input::-webkit-input-placeholder {
    color: #A1ACBD; }
.popup__form .input::-moz-placeholder {
    color: #A1ACBD; }
.popup__form .input::-ms-input-placeholder {
    color: #A1ACBD; }
.popup__form .input::placeholder {
    color: #A1ACBD; }
.popup__form .input:focus {
    border-color: #00B2B8; }
.popup__form .input.popup__textarea {
    padding-top: 17px;
    height: 150px;
    outline: none; }
.popup__form .btn {
    width: 100%;
    min-height: 0px; }
.popup__form .send-form__send {
    margin-top: 27px;
    display: flex;
    justify-content: center;
    min-height: 0px; }
.popup-send {
    display: inline-block;
    width: auto;
    margin-left: 2px;
    position: relative; }
.popup-send .filter__label {
    margin-bottom: 0; }
.popup__image {
    margin-bottom: -5px; }
.popup__image img {
    width: 100%; }
.popup-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-bottom: 35px;
    margin-top: -17px;
    font-weight: 700; }
.popup-flex span {
    padding-right: 15px; }
.popup-flex__span {
    padding: 0 !important;
    font-size: 13px; }
.popup-link {
    margin-top: 25px;
    font-size: 13px;
    text-align: center;
    font-weight: 700; }
.popup__kapcha {
    text-align: center;
    padding: 4px 0 7px; }
.popup__kapcha iframe {
    max-width: 100%; }
.popup__thank {
    width: 100%;
    background: #00B2B8;
    color: #fff;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 100px; }
.popup__text {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 300; }
.popup__text--small {
    font-size: 24px; }
.popup__arrow {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center; }
.popup__arrow svg {
    fill: transparent;
    width: 53px;
    height: 70px; }
@media screen and (max-width: 600px) {
    .popup-wrap {
        max-width: 90%; }
    .popup-inner__wrap {
        padding: 18px 20px 40px; }
    .popup__form {
        max-width: 100%; }
    .popup__form .input {
        height: 47px; }
    .popup__form .input.popup__textarea {
        padding-top: 14px;
        height: 105px; }
    .popup__form .btn {
        height: 47px; }
    .popup__form .send-form__send {
        margin-top: 15px; }
    .popup-flex {
        margin-top: 0; }
    .popup__thank {
        padding-top: 50px;
        padding-bottom: 60px; }
    .popup__text {
        font-size: 22px; }
    .popup__arrow {
        width: 60px;
        height: 60px;
        bottom: -30px; }
    .popup__arrow svg {
        width: 30px;
        height: 50px; } }
@media screen and (max-width: 480px) {
    .popup-flex {
        display: block;
        text-align: center;
        font-size: 14px;
        margin-bottom: 30px; }
    .popup-flex span {
        display: block;
        padding-right: 0;
        margin-bottom: 4px; } }

.blur .page {
    -webkit-filter: blur(5px);
    filter: blur(5px); }

.popup-sm__title {
    line-height: normal;
    margin-bottom: 23px;
    font-weight: 700; }

.popup-sm__form {
    position: relative; }

.popup-sm__btn {
    left: 0;
    width: 100%;
    margin-top: 43px;
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 48px; }

.popup-sm .form__container__checkmark {
    left: 0; }

@media screen and (max-width: 768px) {
    .popup-sm__inner {
        padding: 30px 20px;
        height: auto; }
    .popup-sm__btn {
        padding: 0 15px;
        margin-top: 15px; } }

#sm .popup-wrap {
    max-width: 410px; }
@media screen and (max-width: 600px) {
    #sm .popup-wrap {
        max-width: 90%; } }

#sm .popup-inner__wrap {
    padding: 40px 50px; }
#sm .popup-inner__wrap .form__container__checkmark {
    left: 0; }
#sm .popup-inner__wrap .filter__label {
    margin-bottom: 0; }
#sm .popup-inner__wrap .popup-sm__btn {
    margin-top: 43px; }
@media screen and (max-width: 600px) {
    #sm .popup-inner__wrap {
        padding: 35px 20px; } }

#recovery-password .h4,
#new-password .h4 {
    font-size: 25px;
    line-height: 1.2; }
@media screen and (max-width: 600px) {
    #recovery-password .h4,
    #new-password .h4 {
        font-size: 22px; } }

#recovery-password .popup-inner__wrap,
#new-password .popup-inner__wrap {
    padding-bottom: 65px; }
@media screen and (max-width: 600px) {
    #recovery-password .popup-inner__wrap,
    #new-password .popup-inner__wrap {
        padding-bottom: 40px; } }

.h4.popup-title {
    font-size: 25px;
    line-height: 1.2; }
@media screen and (max-width: 600px) {
    .h4.popup-title {
        font-size: 22px; } }

.popup-gallery.mfp-bg {
    background: rgba(0, 27, 56, 0.6);
    opacity: 0;
    transition: .4s; }

.popup-gallery .mfp-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
    opacity: 1;
    padding: 0;
    background-image: url("../images/close.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px;
    transition: .5s;
    font-size: 0;
    color: transparent; }
.popup-gallery .mfp-close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.popup-gallery .mfp-figure {
    position: relative; }
.popup-gallery .mfp-figure figure {
    margin: 40px 0;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: .4s;
    opacity: 0; }
.popup-gallery .mfp-figure::before {
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    content: ''; }
.popup-gallery .mfp-figure::after {
    display: none; }

.popup-gallery .mfp-bottom-bar {
    display: none; }

.popup-gallery .mfp-arrow {
    width: 38px;
    height: 38px;
    background-color: #fff;
    opacity: 1;
    margin: 0;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 1050;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 10px; }
.popup-gallery .mfp-arrow::before {
    display: none; }
.popup-gallery .mfp-arrow::after {
    display: none; }
.popup-gallery .mfp-arrow-left {
    left: 35px;
    background-image: url("../images/arrow-prev.svg"); }
.popup-gallery .mfp-arrow-right {
    right: 35px;
    background-image: url("../images/arrow-next.svg"); }
@media (max-width: 768px) {
    .popup-gallery .mfp-arrow-left {
        left: 7px; }
    .popup-gallery .mfp-arrow-right {
        right: 7px; } }

.popup-gallery .mfp-container {
    max-width: 65vw;
    right: 0;
    margin: auto; }
@media (max-width: 768px) {
    .popup-gallery .mfp-container {
        max-width: 90%; } }

.popup-gallery .mfp-img {
    border-radius: 5px;
    margin: -40px 0; }

.popup-gallery.mfp-ready .mfp-figure figure {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

.popup-gallery.mfp-ready.mfp-bg {
    opacity: 1; }

.popup-gallery.mfp-removing .mfp-figure figure {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }

.popup-gallery.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-zoom-out-cur .popup-gallery .mfp-image-holder .mfp-close {
    cursor: pointer; }

@-webkit-keyframes open {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }

@keyframes open {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }

@-webkit-keyframes close {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

@keyframes close {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

.choose {
    position: relative;
    margin-bottom: 33px; }
.choose.open .map-toggle-btn {
    opacity: 0; }
.choose__head {
    display: flex;
    justify-content: space-between;
    align-items: center; }
.choose .map-toggle-btn {
    top: 0;
    float: none; }
.choose .h3 {
    font-weight: 700;
    padding-right: 10px;
    font-size: 36px;
    line-height: 37px;
    letter-spacing: -0.01em; }
@media (max-width: 768px) {
    .choose .h3 {
        font-size: 15px;
        line-height: 17px; } }
.choose__icon {
    padding-left: 15px;
    display: inline-block; }
@media (max-width: 768px) {
    .choose__icon {
        padding-left: 8px; } }
.choose__city {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px dashed #00B2B8;
    color: #00B2B8;
    transition: .3s; }
.choose__city:hover {
    cursor: pointer;
    border-bottom-color: transparent; }
.choose__city-icon {
    width: 14px;
    height: 8px;
    fill: transparent;
    position: relative;
    bottom: 6px; }
@media (max-width: 768px) {
    .choose__city-icon {
        width: 7px;
        height: 4px;
        bottom: 3px; } }
.choose__body {
    position: absolute;
    left: 0;
    right: 0;
    color: #171717;
    background-color: #F4F6F9;
    padding: 55px 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    z-index: 105;
    background: #fff;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 7px 7px; }
.choose__body .wrapper {
    position: relative; }
.choose__body.show {
    visibility: visible;
    opacity: 1; }
.choose__body__inner {
    position: relative; }
.choose__close {
    position: absolute;
    bottom: 100%;
    margin-bottom: 65px;
    right: 20px;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.2); }
.choose__close-icon {
    width: 16px;
    height: 16px;
    margin: auto;
    transition: .5s; }
.choose__close:hover {
    cursor: pointer; }
.choose__close:hover .header-choose__close-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.choose__form {
    margin-bottom: 43px; }
.choose__form .h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 39px;
    letter-spacing: 0.02em; }
.choose__form .input-search .input {
    background: #fff;
    border-color: #C6CFDF !important;
    color: #555152;
    height: 40px; }
.choose__form .input-search .input:focus {
    background: transparent; }
.choose__form .input-search .input::-webkit-input-placeholder {
    color: #555152; }
.choose__form .input-search .input:-moz-placeholder {
    color: #555152; }
.choose__form .input-search .input::-moz-placeholder {
    color: #555152; }
.choose__form .input-search .input:-ms-input-placeholder {
    color: #555152; }
.choose__form .link {
    align-self: flex-end;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 15px; }
.choose__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
.choose .input-radio {
    width: 20%;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-bottom: 33px;
    padding: 0 10px; }
@media (max-width: 768px) {
    .choose .input-radio {
        width: 50%; } }
.choose .input-radio span {
    font-size: 13px;
    font-weight: 700; }

.card-info {
    width: 60%;
    max-width: 600px; }
.card-info__banner {
    width: 44%;
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5%;
    position: absolute; }
.card-info__title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 32px;
    font-weight: 700; }
.card-info__descr {
    padding-bottom: 35px;
    line-height: 1.63;
    font-size: 15px; }
.card-info .link {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #00B2B8; }
.card-info .link:hover {
    color: #00cbd2; }
@media screen and (max-width: 1210px) {
    .card-info__banner {
        right: 0; } }
@media screen and (max-width: 960px) {
    .card-info {
        max-width: 100%;
        width: 100%;
        display: flex;
        align-items: center; }
    .card-info__banner {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin: 0 auto;
        width: 50%;
        min-width: 50%;
        padding-left: 5px; }
    .card-info__info {
        width: 50%;
        min-width: 50%;
        padding-right: 5px; } }
@media screen and (max-width: 768px) {
    .card-info__title {
        font-size: 16px;
        margin-bottom: 0; }
    .card-info__descr {
        padding: 25px 0;
        font-size: 11px;
        line-height: 1.4; }
    .card-info .link {
        font-size: 12px; } }
@media screen and (max-width: 640px) {
    .card-info {
        max-width: 100%; } }

.table {
    width: 100%; }
.table td {
    padding: 30px 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.66;
    border-bottom: 1px solid #DCE2EC; }
.table_right {
    text-align: right; }
.table__data {
    color: #00B2B8; }
.table h3.h3 {
    line-height: 1.3; }
@media (max-width: 960px) {
    .table td {
        padding: 10px; } }
@media (max-width: 768px) {
    .table td {
        font-size: 12px;
        padding: 3px; }
    .table h3.h3 {
        font-size: 14px; } }
@media (max-width: 480px) {
    .table {
        display: block; }
    .table tbody {
        display: block; }
    .table tr {
        display: block;
        border-bottom: 1px solid #dce2ec;
        padding: 10px 0; }
    .table td {
        display: block;
        border-bottom: 0;
        padding: 0; }
    .table_right {
        text-align: left; } }

.tab-table {
    padding: 12px 0;
    border-bottom: 1px solid #DCE2EC; }
.tab-table:last-child {
    border-bottom: none; }
.tab-table__wrapper {
    display: flex; }
@media (max-width: 768px) {
    .tab-table__wrapper {
        display: block; } }
.tab-table__name {
    font-weight: 700; }
.tab-table__part {
    padding: 14px 20px; }
.tab-table__part_left {
    width: 33.3333%;
    min-width: 33.3333%;
    border-right: 1px solid #DCE2EC; }
@media (max-width: 768px) {
    .tab-table__part_left {
        width: 100%;
        min-width: 100%;
        border-right: none; } }
.tab-table__part_right {
    width: 66.6667%;
    min-width: 66.6667%;
    padding-left: 30px;
    text-align: justify; }
@media (max-width: 768px) {
    .tab-table__part_right {
        width: 100%;
        min-width: 100%;
        padding-left: 20px; } }
.tab-table__link {
    color: #00B2B8; }
.tab-table__name {
    font-weight: 700; }
.tab-table__status {
    display: inline-block;
    color: #A1ACBD;
    vertical-align: middle; }
.tab-table__doc {
    display: inline-block;
    margin-right: 15px; }
.tab-table__doc svg {
    fill: transparent;
    width: 16px;
    height: 20px;
    display: inline-block;
    vertical-align: middle; }
.tab-table__doc span {
    display: inline-block;
    margin-left: 14px;
    vertical-align: middle; }

.lk-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #83E1E5;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: .4s; }
.lk-message__wrapper {
    padding: 16px 15px;
    position: relative; }
.lk-message__text {
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    color: #fff; }
.lk-message__close {
    cursor: pointer;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px; }
.lk-message__close svg {
    width: 8px;
    height: 8px;
    color: #fff;
    display: block; }
.lk-message_active {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
.lk-message_yellow {
    background-color: #fac11a; }

.switch {
    display: inline-block;
    cursor: pointer; }
.switch__input {
    display: none; }
.switch__input:checked + .switch__view {
    background: #00DBC6; }
.switch__input:checked + .switch__view::after {
    left: 25px; }
@media screen and (max-width: 768px) {
    .switch__input:checked + .switch__view::after {
        left: 18px; } }
.switch__view {
    display: inline-block;
    width: 50px;
    height: 30px;
    background: #F4F6F9;
    transition: .4s;
    border-radius: 30px;
    position: relative; }
.switch__view::after {
    width: 20px;
    height: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    z-index: 2;
    transition: .4s;
    content: ''; }
@media screen and (max-width: 768px) {
    .switch__view {
        width: 35px;
        height: 20px; }
    .switch__view::after {
        width: 14px;
        height: 14px;
        top: 3px;
        left: 3px; } }

.tags {
    position: relative;
    width: 100%; }
.tags::after {
    content: '';
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    width: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px; }
.tags__wrapper {
    display: flex;
    margin: 0 -5px;
    overflow-x: auto;
    overflow-y: hidden; }
.tags__item {
    padding: 0 5px 5px; }
.tags__item:last-child {
    padding-right: 60px; }

.tag {
    display: flex;
    align-items: center;
    background: #F4F6F9;
    border: 1px solid #DCE2EC;
    border-radius: 4px;
    font-size: 11px;
    line-height: 11px;
    padding: 12px 12px 11px 14px; }
@media screen and (max-width: 768px) {
    .tag {
        padding: 8px 11px 7px 14px; } }
.tag__text {
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
@media screen and (max-width: 768px) {
    .tag__text {
        font-size: 10px; } }
.tag__delete {
    cursor: pointer;
    margin-left: 10px; }
.tag__delete svg {
    width: 6px;
    height: 6px;
    display: block; }

.edd-root {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 16px;
    color: #333; }
.edd-root * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.edd-root *::before, .edd-root *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.edd-root-disabled {
    color: #ccc;
    cursor: not-allowed; }

.edd-root::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #45bce7;
    transition: -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out;
    transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }

.edd-root.edd-root-focused::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

.edd-root.edd-root-invalid::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: #ff6969; }

.edd-head {
    position: relative;
    overflow: hidden;
    transition: border-color 200ms; }

.edd-root:not(.edd-root-disabled) .edd-head:hover {
    border-bottom-color: #aaa; }

.edd-value {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 25px 8px 0; }

.edd-arrow {
    position: absolute;
    width: 14px;
    height: 10px;
    top: calc(50% - 5px);
    right: 3px;
    transition: -webkit-transform 150ms;
    transition: transform 150ms;
    transition: transform 150ms, -webkit-transform 150ms;
    pointer-events: none;
    color: #666; }

.edd-root-disabled .edd-arrow {
    color: #ccc; }

.edd-arrow::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    top: 0;
    right: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 25%;
    transform-origin: 50% 25%; }

.edd-root-open .edd-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.edd-value, .edd-option, .edd-group-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.edd-root:not(.edd-root-disabled) .edd-value, .edd-option {
    cursor: pointer; }

.edd-select {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: -100%;
    top: 0; }

.edd-root-native .edd-select {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.edd-body {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 999;
    background: white;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    border-top: 0;
    border-right: 0; }

.edd-root-open .edd-body {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 200ms, -webkit-transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 200ms, transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 200ms, transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.edd-root-open-above .edd-body {
    bottom: 100%; }

.edd-root-open-below .edd-body {
    top: 100%; }

.edd-items-list {
    overflow: auto;
    max-height: 0;
    transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-overflow-scrolling: touch; }
.edd-items-list::-webkit-scrollbar {
    width: 12px; }
.edd-items-list::-webkit-scrollbar-track {
    background: #efefef; }
.edd-items-list::-webkit-scrollbar-thumb {
    background: #ccc; }

.edd-group-label {
    font-size: 13px;
    padding: 4px 8px 4px 0;
    color: #555;
    font-weight: 700; }

.edd-group-has-label {
    padding-left: 22px; }

.edd-option {
    position: relative;
    padding: 4px 8px 4px 22px; }

.edd-option-selected {
    font-weight: 400; }
.edd-option-selected::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    border-bottom: 2px solid #4ac5f1;
    border-left: 2px solid #4ac5f1;
    left: 6px;
    top: calc(50% - 4px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.edd-option-focused:not(.edd-option-disabled) {
    color: #4ac5f1; }

.edd-option-disabled, .edd-group-disabled .edd-option {
    cursor: default;
    color: #ccc; }

.edd-gradient-top, .edd-gradient-bottom {
    content: '';
    position: absolute;
    left: 2px;
    right: 12px;
    height: 32px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 40%, white 60%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    background-size: 100% 200%;
    pointer-events: none;
    transition: opacity 100ms;
    opacity: 0; }

.edd-gradient-top {
    background-position: bottom;
    top: 0; }

.edd-gradient-bottom {
    background-position: top;
    bottom: 0; }

.edd-body-scrollable .edd-gradient-top, .edd-body-scrollable .edd-gradient-bottom {
    opacity: 1; }

.edd-body-scrollable.edd-body-at-top .edd-gradient-top, .edd-body-scrollable.edd-body-at-bottom .edd-gradient-bottom {
    opacity: 0; }

/*!
 * Datepicker v1.0.7
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-02-19T12:18:01.828Z */
.datepicker-container {
    background-color: #fff;
    direction: ltr;
    font-size: 12px;
    left: 0;
    line-height: 30px;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 210px;
    z-index: -1; }
.datepicker-container::before, .datepicker-container::after {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0; }

.datepicker-dropdown {
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px #ccc;
    box-sizing: content-box;
    position: absolute;
    z-index: 1; }

.datepicker-inline {
    position: static; }

.datepicker-top-left, .datepicker-top-right {
    border-top-color: #39f; }

.datepicker-top-left::before, .datepicker-top-left::after {
    border-top: 0;
    left: 10px;
    top: -5px; }

.datepicker-top-right::before, .datepicker-top-right::after {
    border-top: 0;
    left: 10px;
    top: -5px; }

.datepicker-top-left::before, .datepicker-top-right::before {
    border-bottom-color: #39f; }

.datepicker-top-left::after, .datepicker-top-right::after {
    border-bottom-color: #fff;
    top: -4px; }

.datepicker-bottom-left, .datepicker-bottom-right {
    border-bottom-color: #39f; }

.datepicker-bottom-left::before, .datepicker-bottom-left::after {
    border-bottom: 0;
    bottom: -5px;
    left: 10px; }

.datepicker-bottom-right::before, .datepicker-bottom-right::after {
    border-bottom: 0;
    bottom: -5px;
    left: 10px; }

.datepicker-bottom-left::before, .datepicker-bottom-right::before {
    border-top-color: #39f; }

.datepicker-bottom-left::after, .datepicker-bottom-right::after {
    border-top-color: #fff;
    bottom: -4px; }

.datepicker-top-right::before, .datepicker-top-right::after {
    left: auto;
    right: 10px; }

.datepicker-bottom-right::before, .datepicker-bottom-right::after {
    left: auto;
    right: 10px; }

.datepicker-panel > ul {
    margin: 0;
    padding: 0;
    width: 102%; }
.datepicker-panel > ul::before {
    content: " ";
    display: table; }
.datepicker-panel > ul::after {
    content: " ";
    display: table;
    clear: both; }
.datepicker-panel > ul > li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px; }
.datepicker-panel > ul > li:hover {
    background-color: #e5f2ff; }
.datepicker-panel > ul > li.muted {
    color: #999; }
.datepicker-panel > ul > li.muted:hover {
    color: #999; }
.datepicker-panel > ul > li.highlighted {
    background-color: #e5f2ff; }
.datepicker-panel > ul > li.highlighted:hover {
    background-color: #cce5ff; }
.datepicker-panel > ul > li.picked {
    color: #39f; }
.datepicker-panel > ul > li.picked:hover {
    color: #39f; }
.datepicker-panel > ul > li.disabled {
    background-color: #fff;
    color: #ccc;
    cursor: default; }
.datepicker-panel > ul > li.disabled:hover {
    background-color: #fff;
    color: #ccc;
    cursor: default; }
.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
    background-color: #e5f2ff; }
.datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="next"] {
    font-size: 18px; }
.datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
    width: 150px; }
.datepicker-panel > ul[data-view="years"] > li, .datepicker-panel > ul[data-view="months"] > li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px; }
.datepicker-panel > ul[data-view="week"] > li {
    background-color: #fff;
    cursor: default; }
.datepicker-panel > ul[data-view="week"] > li:hover {
    background-color: #fff;
    cursor: default; }

.datepicker-hide {
    display: none; }

/*# sourceMappingURL=main.css.map */
