/*   
Theme Name: Pokolenie-PROFI
Version: 1.0.0
*/


.subitems {
  max-height: 58vh;
  overflow: auto;
}

.hover-logo {
  cursor: pointer;
}

.subitem {
  margin-bottom: 50px;
}

.subitem__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.subitem__place {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.row-content {
  font-weight: 500;
}

.row-title {
  font-weight: bold;
  font-size: 16px;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"),
    url("/bitrix/templates/school/includes/fonts/Roboto-Regular.woff2") format("woff2"),
    url("/bitrix/templates/school/includes/fonts/Roboto-Regular.woff") format("woff"),
    url("/bitrix/templates/school/includes/fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Panton";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Panton Bold"),
    url("/bitrix/templates/school/includes/fonts/Panton-Bold.woff2") format("woff2"),
    url("/bitrix/templates/school/includes/fonts/Panton-Bold.woff") format("woff"),
    url("/bitrix/templates/school/includes/fonts/Panton-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Panton";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Panton SemiBold"),
    url("/bitrix/templates/school/includes/fonts/Panton-SemiBold.woff2") format("woff2"),
    url("/bitrix/templates/school/includes/fonts/Panton-SemiBold.woff") format("woff"),
    url("/bitrix/templates/school/includes/fonts/Panton-SemiBold.ttf") format("truetype");
}

html {
  box-sizing: border-box;
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  color: #333333;
}

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

body {
  overflow-x: hidden;
}

body::-webkit-scrollbar{
    width: 12px;
}

body::-webkit-scrollbar-thumb{
    border-width: 1px 1px 1px 2px;
    border-color: #777;
    background-color: #dedede;
}

body::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #d4d4d4;
}

body::-webkit-scrollbar-track{
    border-width: 0;
    background-color: #ffffff;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #333333;
}

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

.visually-hidden,
input[type="radio"].visually-hidden,
input[type="checkbox"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

a {
  color: #009fe3;
  text-decoration: none;
  transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a:hover,
a:focus {
  color: #44b492;
}

a:focus {
  outline-color: #009fe3;
}

a,
label {
  -webkit-tap-highlight-color: transparent;
}

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

select {
	width: 280px;
}

.map-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.map-body--blue {
	background-color: #85bff5;
}

.map-body.cim-no-scroll {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
}

.map-body.cim-no-touch {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
}

.map-body.cim-no-touch::before {
  z-index: 201;
  content: "";
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}

.bx-html-editor .bx-editor-iframe .bxhtmled-quote {
	display: none !important;
}

.draggable {
  cursor: move;
}



/* Start:/bitrix/templates/map/css/normalize.css?15756005666814*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* End */


/* Start:/bitrix/templates/map/js/selectize/selectize.css?15762932088785*/
/**
* selectize.css (v0.12.6)
* Copyright (c) 2013–2015 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at:
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
* ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*
* @author Brian Reavis <brian@thirdroute.com>
*/

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
visibility: visible !important;
background: #f2f2f2 !important;
background: rgba(0, 0, 0, 0.06) !important;
border: 0 none !important;
-webkit-box-shadow: inset 0 0 12px 4px #fff;
box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
content: '!';
visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
position: relative;
padding: 5px 8px;
border-bottom: 1px solid #d0d0d0;
background: #f8f8f8;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
position: absolute;
right: 8px;
top: 50%;
color: #303030;
opacity: 0.4;
margin-top: -12px;
line-height: 20px;
font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
border-right: 1px solid #f2f2f2;
border-top: 0 none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
position: relative;
padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
z-index: 1;
/* fixes ie bug (see #392) */
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 17px;
text-align: center;
font-weight: bold;
font-size: 12px;
color: inherit;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 2px 0 0 0;
border-left: 1px solid #d0d0d0;
-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
position: absolute;
right: 0;
top: 0;
font-size: 23px;
}
.selectize-control {
position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
color: #303030;
font-family: inherit;
font-size: 13px;
line-height: 18px;
-webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
background: #fff;
cursor: text;
display: inline-block;
}
.selectize-input {
border: 1px solid #d0d0d0;
padding: 8px 8px;
display: inline-block;
width: 100%;
overflow: hidden;
position: relative;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
padding: 6px 8px 3px;
}
.selectize-input.full {
background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
cursor: default !important;
}
.selectize-input.focus {
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.selectize-input > * {
vertical-align: baseline;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}
.selectize-control.multi .selectize-input > div {
cursor: pointer;
margin: 0 3px 3px 0;
padding: 2px 6px;
background: #f2f2f2;
color: #303030;
border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
background: #e8e8e8;
color: #303030;
border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
color: #7d7d7d;
background: #ffffff;
border: 0 solid #ffffff;
}
.selectize-input > input {
display: inline-block !important;
padding: 0 !important;
min-height: 0 !important;
max-height: none !important;
max-width: 100% !important;
margin: 0 2px 0 0 !important;
text-indent: 0 !important;
border: 0 none !important;
background: none !important;
line-height: inherit !important;
-webkit-user-select: auto !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
display: none;
}
.selectize-input > input:focus {
outline: none !important;
}
.selectize-input::after {
content: ' ';
display: block;
clear: left;
}
.selectize-input.dropdown-active::before {
content: ' ';
display: block;
position: absolute;
background: #f0f0f0;
height: 1px;
bottom: 0;
left: 0;
right: 0;
}
.selectize-dropdown {
position: absolute;
z-index: 10;
border: 1px solid #d0d0d0;
background: #fff;
margin: -1px 0 0 0;
border-top: 0 none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
cursor: pointer;
overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
background: rgba(125, 168, 208, 0.2);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
cursor: inherit;
opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
color: #303030;
background: #fff;
cursor: default;
}
.selectize-dropdown .active {
background-color: #f5fafd;
color: #495c68;
}
.selectize-dropdown .active.create {
color: #495c68;
}
.selectize-dropdown .create {
color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 200px;
-webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
cursor: text;
}
.selectize-control.single .selectize-input:after {
content: ' ';
display: block;
position: absolute;
top: 50%;
right: 15px;
margin-top: -3px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
margin-top: -4px;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
left: 15px;
right: auto;
}
.selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
opacity: 0.5;
background-color: #fafafa;
}

/* End */


/* Start:/bitrix/templates/map/js/fancybox/jquery.fancybox.min.css?157412149212795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:20px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/map/js/owl.carousel/owl.carousel.min.css?15241693303351*/
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(js/owl.carousel/owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/map/js/owl.carousel/owl.theme.default.min.css?15241693301013*/
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/bitrix/templates/map/components/bitrix/menu/view_initiatives/style.css?15776737041643*/
.header__map-view-list {
display: flex;
margin-right: 110px;
}

.header__map-view-item {
margin-right: 40px;
}

.header__map-view-item:last-child {
margin-right: 0;
}

.header__map-view-link {
display: flex;
align-items: center;
color: #205d95;
}

.header__map-view-link--active {
color: #1fa9bf;
}

.header__map-view-text {
margin-left: 14px;
transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.map-view-svg stop {
transition: stop-color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header__map-view-link--active .map-view-svg stop:nth-child(1) {
stop-color: #44b492;
}

.header__map-view-link--active .map-view-svg stop:nth-child(2) {
stop-color: #009fe3;
}

.header__map-view-link:hover .header__map-view-text,
.header__map-view-link:focus .header__map-view-text {
color: #009fe3;
}

.header__map-view-link:not(.header__map-view-link--active):hover .map-view-svg stop:nth-child(1),
.header__map-view-link:not(.header__map-view-link--active):focus .map-view-svg stop:nth-child(1) {
stop-color: #009fe3;
}

.header__map-view-link:not(.header__map-view-link--active):hover .map-view-svg stop:nth-child(2),
.header__map-view-link:not(.header__map-view-link--active):focus .map-view-svg stop:nth-child(2) {
stop-color: #009fe3;
}

@media (max-width: 1600px) {
.header__map-view-list {
  margin-right: 6.8%;
}

.header__map-view-item {
  margin-right: 16.8%;
}
}

@media (max-width: 1100px) {
.header__map-view-list {
  margin-right: 3.8%;
}

.header__map-view-item {
  margin-right: 5%;
}
}

@media (max-width: 1023px) {
.header__map-view-list {
  display: none;
}
}
/* End */


/* Start:/bitrix/templates/map/components/bitrix/menu/header_center/style.css?1576452259394*/
.header__menu-list {
display: flex;
}

.header__menu-item {
margin-right: 40px;
}

.header__menu-item:last-child {
margin-right: 0;
}

.heder__menu-link {
color: #a2caef;
transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.heder__menu-link:hover,
.heder__menu-link:focus {
color: #009fe3;
}

@media (max-width: 1023px) {
.header__menu-list {
  display: none;
}
}
/* End */


/* Start:/bitrix/templates/map/components/bitrix/search.title/visual/style.css?15820751295669*/
.bx-searchtitle {
margin: 0;
}
.bx-searchtitle .bx-block-title {
font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #343434;
text-transform: uppercase;
font-size: 12px;
margin-bottom: 9px;
font-weight: 600;
}
.bx-searchtitle .bx-input-group {
position: relative;
display: table;
border-collapse: separate;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
display: table-cell;
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #f8fafc;
border: 1px solid #d5dadc;
border-right: none;
border-radius: 2px 0 0 2px;
outline: none;
box-shadow: none !important;
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
/* Fix of input shadow for IOS browsers. */
background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
position: relative;
font-size: 0;
width: 1%;
white-space: nowrap;
vertical-align: middle;
display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
position: relative;
border: none;
background: #95a1a8;
display: inline-block;
margin-bottom: 0;
cursor: pointer;
padding:6px 12px;
border-radius: 0 2px 2px 0;
color: #fff;
font-size: 16px;
line-height: 1.42857143;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
background: #1484CE;
}


div.title-search-result {
border:1px solid #d9dde0;
border-radius: 5px;
display:none;
overflow:hidden;
z-index:99994;
min-width: 370px;
margin-top:-3px;
background-color: #FFF;
}

div.title-search-fader {
display:none;
background-image: url('components/bitrix/search.title/visual/images/fader.png');
background-position: right top;
background-repeat: repeat-y;
position:absolute;
}

p.title-search-preview {
font-size:12px;
}
div.title-search-result td.title-search-price span {
font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
background: #fafafa;
float: left;
width: 67px;
padding: 5px 10px;
position: absolute;
top: 0;
bottom: 0;
}
.bx_searche .bx_item_block{
min-height: 65px;
position: relative
}
.bx_searche .bx_image{
width: 45px;
height: 45px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
/*float: left;*/
padding-left: 18px;
margin-left: 0;
}
.bx_searche .bx_item_element hr{
margin: 0;
border: none;
border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
margin-top: 10px;
display: inline-block;
color: #4788cb;
font-size: 13px;
text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
font-weight:bold;
font-size:13px;
}
.bx_searche .bx_price .old{
font-weight:normal;
text-decoration: line-through;
color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
min-height: 0;
padding: 0 0 12px;
line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
display: block;
font-size: 12px;
color: #a7a7a7;
padding-top: 15px;
padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
margin-top: 0;
}





.search-title__input-text {
position: relative;
}

.search-title__btn {
position: absolute;
bottom: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
width: 46px;
height: 46px;
padding: 0;
background-color: #d9dde0;
border: 1px solid #d9dde0;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
cursor: pointer;
transition: all 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.search-title .af-input-text__input:focus ~ .search-title__btn {
background-color: #009fe3;
border: 1px solid #009fe3;
}

.search-title__btn:focus,
.search-title__btn:hover {
background-color: #009fe3;
border: 1px solid #009fe3;
outline: none;
}

.search-title .af-input-text__input {
padding-right: 50px;
}



.mobile-menu__search .af-input-text__input {
color: #a2caef;
border: 2px solid #205d95;
background-color: #183254;
}

.mobile-menu__search .search-title__btn {
height: 48px;
background-color: #205d95;
border: 2px solid #205d95;
}



.bx_searche .bx_img_element {
display: none;
}

.bx_searche .bx_item_element a {
color: #183254;
}

.bx_searche .bx_item_element a b {
color: #009fe3;
}

.bx_searche .bx_item_element hr {
border-bottom: 1px solid #d9dde0;
}

.bx_item_block.all_result .all_result_title {
padding-top: 13px;
padding-bottom: 13px;
color: #d9dde0;
}

.bx_item_block.all_result .all_result_title a:hover {
color: #009fe3;
text-decoration: none;
}



@media all and (max-width: 768px) {
div.title-search-result {
  min-width: 247px;
}

.bx_searche .bx_item_element {
  padding-left: 5px;
  padding-right: 5px;
}
}




/* End */


/* Start:/bitrix/templates/map/components/bitrix/menu/mobile_view_initiatives/style.css?15776628191086*/
.mobile-menu__view-list {
display: flex;
width: 100%;
margin-bottom: 30px;
}

.mobile-menu__view-item {
flex-grow: 1;
flex-basis: 100%;
padding: 11px 5px 11px 5px;
text-align: center;
background-color: transparent;
background-clip: padding-box;
border: 2px solid #205d95;
}

.mobile-menu__view-item--active {
background-color: #205d95;
}

.mobile-menu__view-item:first-child {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

.mobile-menu__view-item:last-child {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

.mobile-menu__view-link {
display: block;
font-family: "Panton", "Arial", sans-serif;
font-size: 17px;
line-height: 20px;
font-weight: 600;
letter-spacing: 0.04em;
text-decoration: none;
color: #205d95;
transition: all 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-menu__view-item--active .mobile-menu__view-link {
color: #ffffff;
}

.mobile-menu__view-link:hover,
.mobile-menu__view-link:focus {
outline: none;
color: #ffffff;
}
/* End */


/* Start:/bitrix/templates/map/components/bitrix/menu/mobile_menu/style.css?1577530374825*/
.mobile-menu__menu-list {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 44.5px;
}

.mobile-menu__menu-item {
margin-bottom: 35px;
}

.mobile-menu__menu-item:last-child {
margin-bottom: 0;
}

.mobile-menu__menu-link {
font-family: "Panton", "Arial", sans-serif;
font-size: 18px;
line-height: 23px;
font-weight: 600;
letter-spacing: 0.04em;
text-decoration: none;
color: #a2caef;
transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-menu__menu-link--active {
color: #009fe3;
}

.mobile-menu__menu-link:hover,
.mobile-menu__menu-link:focus {
color: #009fe3;
}

.mobile-menu__menu-link:focus {
outline-color: #009fe3;
}

@media (max-width: 1023px) {
.mobile-menu__menu-list {
  margin-bottom: 35px;
}
}
/* End */


/* Start:/bitrix/templates/map/components/bitrix/news.list/social_mobile_menu/style.css?1577242523693*/
.mobile-menu__social-list {
margin-bottom: 46.5px;
}

.mobile-menu__social-list.social-list {
justify-content: center;
}

.mobile-menu__social-list .social-list__item {
margin-left: 17.5px;
margin-right: 17.5px;
}

.mobile-menu__social-list .social-list__link {
width: 37px;
height: 37px;
}

.mobile-menu__social-list .social-list__link--fb svg {
width: 10px;
height: 19px;
}

.mobile-menu__social-list .social-list__link--vk svg {	
width: 19px;
height: 11px;
}

.mobile-menu__social-list .social-list__link--ok svg {
width: 11px;
height: 19px;
}

.mobile-menu__social-list .social-list__link--inst svg {
width: 19px;
height: 19px;
}
/* End */


/* Start:/bitrix/templates/map/components/bitrix/menu/mobile_menu_bottom/style.css?1576455753669*/
.mobile-menu__add-info-list {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 42px;
}

.mobile-menu__add-info-item {
margin-bottom: 15px;
}

.mobile-menu__add-info-item:last-child {
margin-bottom: 0;
}

.mobile-menu__add-info-link {
font-family: "Panton", "Arial", sans-serif;
font-size: 16px;
line-height: 21px;
font-weight: 600;
letter-spacing: 0.04em;
text-decoration: none;
color: #205d95;
transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-menu__add-info-link:hover,
.mobile-menu__add-info-link:focus {
color: #009fe3;
}

.mobile-menu__add-info-link:focus {
outline-color: #009fe3;
}
/* End */


/* Start:/bitrix/templates/map/components/bitrix/news.list/district-and-city-list/style.css?1579131716150*/
div.news-list
{
word-wrap: break-word;
}
div.news-list img.preview_picture
{
float:left;
margin:0 4px 6px 0;
}
.news-date-time {
color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/map/components/bitrix/news.list/social_footer/style.css?1577242467503*/
.footer__social-list.social-list {
width: 347px;
}

.footer__social-list .social-list__link--fb svg {
width: 8px;
height: 15px;
}

.footer__social-list .social-list__link--vk svg {	
width: 15px;
height: 9px;
}

.footer__social-list .social-list__link--ok svg {
width: 9px;
height: 15px;
}

.footer__social-list .social-list__link--inst svg {
width: 15px;
height: 15px;
}

@media (max-width: 1279px) {
.footer__social-list.social-list {
  width: 22.4%;
}
}
/* End */


/* Start:/bitrix/templates/map/components/bitrix/menu/bottom_left/style.css?1576452668488*/
.footer__menu-list {
width: 33.3333%;
}

.footer__menu-list {
display: flex;
align-items: center;
flex-wrap: wrap;
}

.footer__menu-item {
margin-right: 55px;
}

.footer__menu-item:last-child {
margin-right: 0;
}

.footer__menu-link {
color: #a2caef;
transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer__menu-link:hover,
.footer__menu-link:focus {
color: #009fe3;
}

@media (max-width: 1600px) {
.footer__menu-item {
  margin-right: 13.9%;
}
}
/* End */


/* Start:/bitrix/templates/map/components/bitrix/menu/bottom_center/style.css?1576453122370*/
.footer__add-info-list {
width: 33.3333%;
}

.footer__add-info-list {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

.footer__add-info-link {
color: #205d95;
transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer__add-info-link:hover,
.footer__add-info-link:focus {
color: #009fe3;
}
/* End */ 

/* Start:/bitrix/templates/map/styles.css?15776727233135*/
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-display: swap;
src: local("Roboto"),
  url("/bitrix/templates/school/includes/fonts/Roboto-Regular.woff2") format("woff2"),
  url("/bitrix/templates/school/includes/fonts/Roboto-Regular.woff") format("woff"),
  url("/bitrix/templates/school/includes/fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
font-family: "Panton";
font-style: normal;
font-weight: 700;
font-display: swap;
src: local("Panton Bold"),
  url("/bitrix/templates/school/includes/fonts/Panton-Bold.woff2") format("woff2"),
  url("/bitrix/templates/school/includes/fonts/Panton-Bold.woff") format("woff"),
  url("/bitrix/templates/school/includes/fonts/Panton-Bold.ttf") format("truetype");
}

@font-face {
font-family: "Panton";
font-style: normal;
font-weight: 600;
font-display: swap;
src: local("Panton SemiBold"),
  url("/bitrix/templates/school/includes/fonts/Panton-SemiBold.woff2") format("woff2"),
  url("/bitrix/templates/school/includes/fonts/Panton-SemiBold.woff") format("woff"),
  url("/bitrix/templates/school/includes/fonts/Panton-SemiBold.ttf") format("truetype");
}

html {
box-sizing: border-box;
font-family: "Roboto", "Arial", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 26px;
color: #333333;
}

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

body {
overflow-x: hidden;
}

body::-webkit-scrollbar{
  width: 12px;
}

body::-webkit-scrollbar-thumb{
  border-width: 1px 1px 1px 2px;
  border-color: #777;
  background-color: #dedede;
}

body::-webkit-scrollbar-thumb:hover{
  border-width: 1px 1px 1px 2px;
  border-color: #555;
  background-color: #d4d4d4;
}

body::-webkit-scrollbar-track{
  border-width: 0;
  background-color: #ffffff;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 50px white inset;
-webkit-text-fill-color: #333333;
}

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

.visually-hidden,
input[type="radio"].visually-hidden,
input[type="checkbox"].visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
-webkit-clip-path: inset(100%);
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}

a {
color: #009fe3;
text-decoration: none;
transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a:hover,
a:focus {
color: #44b492;
}

a:focus {
outline-color: #009fe3;
}

a,
label {
-webkit-tap-highlight-color: transparent;
}

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

select {
width: 280px;
}

.map-body {
display: flex;
flex-direction: column;
min-height: 100vh;
max-height: 100vh;
}

.map-body--blue {
background-color: #85bff5;
}

.map-body.cim-no-scroll {
height: 100%;
width: 100%;
position: fixed;
overflow: hidden;
}

.map-body.cim-no-touch {
height: 100%;
width: 100%;
position: fixed;
overflow: hidden;
}

.map-body.cim-no-touch::before {
z-index: 201;
content: "";
position: fixed;
display: block;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: transparent;
}

.bx-html-editor .bx-editor-iframe .bxhtmled-quote {
display: none !important;
}
/* End */


/* Start:/bitrix/templates/map/template_styles.css?158226577164681*/
.font-h1 {
font-family: "Panton", "Arial", sans-serif;
font-size: 32px;
line-height: 45px;
font-weight: 700;
letter-spacing: 0.04em;
}

.font-h2 {
font-family: "Panton", "Arial", sans-serif;
font-size: 28px;
line-height: 36px;
font-weight: 700;
letter-spacing: 0.04em;
}

.font-h3 {
font-family: "Panton", "Arial", sans-serif;
font-size: 24px;
line-height: 31px;
font-weight: 700;
letter-spacing: 0.04em;
}

.font-h4-1920 {
font-family: "Panton", "Arial", sans-serif;
font-size: 20px;
line-height: 26px;
font-weight: 600;
letter-spacing: 0.04em;
}

.font-h4-1600 {
font-family: "Panton", "Arial", sans-serif;
font-size: 18px;
line-height: 23px;
font-weight: 600;
letter-spacing: 0.04em;
}

.font-h5 {
font-family: "Panton", "Arial", sans-serif;
font-size: 18px;
line-height: 31px;
font-weight: 700;
letter-spacing: 0.04em;
}

.font-h6 {
font-family: "Panton", "Arial", sans-serif;
font-size: 15px;
line-height: 26px;
font-weight: 600;
letter-spacing: 0.04em;
}

.font-regular-text {
font-family: "Roboto", "Arial", sans-serif;
font-size: 15px;
line-height: 26px;
}

.font-btn {
font-family: "Panton", "Arial", sans-serif;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.04em;
font-weight: 600;
}

.font-small-text {
font-family: "Panton", "Arial", sans-serif;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.04em;
font-weight: 600;
}

.font-small-title {
font-family: "Panton", "Arial", sans-serif;
font-size: 11px;
line-height: 13px;
letter-spacing: 0.07em;
font-weight: 600;
text-transform: uppercase;
}





.btn {
display: inline-block;
min-width: 130px;
padding: 9px 20px 10px 20px;
text-align: center;
text-decoration: none;
color: #a2caef;
background-color: #0b1e36;
border-radius: 5px;
cursor: pointer;
transition: all 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn:hover,
.btn:focus {
outline: none;
color: #ffffff;
background-color: #205d95;
}

.btn:active {
color: #ffffff;
background-color: #009fe3;
}

.btn-tr-small {
display: inline-block;
min-width: 97px;
padding: 1px 20px 1px 20px;
text-align: center;
text-decoration: none;
color: #009fe3;
background-color: transparent;
border: 1px solid #009fe3;
border-radius: 5px;
cursor: pointer;
transition: all 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-tr-small:hover,
.btn-tr-small:focus {
outline: none;
color: #ffffff;
background-color: #009fe3;
}

.btn-tr-big {
position: relative;
display: inline-block;
min-width: 98px;
padding: 10px 20px 10px 20px;
text-align: center;
text-decoration: none;
color: #a2caef;
background-color: #183254;
background-clip: padding-box;
border: 2px solid transparent;
border-radius: 5px;
cursor: pointer;
transition: all 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-tr-big::before {
z-index: -1;
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: -2px;
border-radius: inherit;
background: rgb(0, 159, 227);
background: -moz-linear-gradient(45deg, rgba(0, 159, 227, 1) 0%, rgba(68, 180, 146, 1) 100%);
background: -webkit-linear-gradient(45deg, rgba(0, 159, 227, 1) 0%, rgba(68, 180, 146, 1) 100%);
background: linear-gradient(45deg, rgba(0, 159, 227, 1) 0%, rgba(68, 180, 146, 1) 100%);
}

.btn-tr-big:hover,
.btn-tr-big:focus {
outline: none;
color: #ffffff;
background-color: transparent;
}

.btn-fill-big {
display: inline-block;
min-width: 284px;
padding: 12px 20px 12px 20px;
text-align: center;
text-decoration: none;
color: #ffffff;
background-color: #009fe3;
border-radius: 5px;
cursor: pointer;
transition: all 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-fill-big:hover,
.btn-fill-big:focus {
color: #ffffff;
outline: none;
background-color: #44b492;
}

.btn-grad-fill-big {
z-index: 1;
overflow: hidden;
position: relative;
display: inline-block;
min-width: 284px;
padding: 12px 20px 12px 20px;
text-align: center;
text-decoration: none;
color: #ffffff;
border-radius: 5px;
cursor: pointer;
}

.btn-grad-fill-big::before {
z-index: -1;
content: "";
position: absolute;
top: 0;
right: 0;
width: 200%;
height: 100%;
background: -moz-linear-gradient(45deg, rgba(0, 159, 227, 1) 50%, rgba(68, 180, 146, 1) 100%);
background: -webkit-linear-gradient(45deg, rgba(0, 159, 227, 1) 50%, rgba(68, 180, 146, 1) 100%);
background: linear-gradient(45deg, rgba(0, 159, 227, 1) 50%, rgba(68, 180, 146, 1) 100%);
transition: transform 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-grad-fill-big:hover::before,
.btn-grad-fill-big:focus::before {
transform: translateX(50%);
}

.btn-grad-fill-big:active::before {
transform: translateX(0%);
}

.btn-grad-fill-big:hover,
.btn-grad-fill-big:focus {
color: #ffffff;
outline: none;
}

.btn-grad-fill-big--disabled {
pointer-events: none;
}

.btn-grad-fill-big--disabled::before {
background: -moz-linear-gradient(45deg, #bdbdbd 50%, #bdbdbd 100%);
background: -webkit-linear-gradient(45deg, #bdbdbd 50%, #bdbdbd 100%);
background: linear-gradient(45deg, #bdbdbd 50%, #bdbdbd 100%);
}

.btn-disabled {
color: #ffffff;
background: #bdbdbd;
pointer-events: none;
}

@media (max-width: 1023px) {
.btn-grad-fill-big {
  min-width: unset;
  padding: 13px 20px 17px 20px;
}
}





.mci-item-type {
margin: 0;
padding: 3px 11px;
color: #009fe3;
border: 1px solid #009fe3;
background-color: transparent;
border-radius: 5px;
cursor: default;
transition: all 0.17s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mci-item-type:hover {
color: #ffffff;
background-color: #009fe3;
}





.hamburger {
padding: 0;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
}

.hamburger:hover {
opacity: 1;
}

.hamburger:focus {
outline-color: #009fe3;
}

.hamburger.is-active:hover {
opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
background-color: #a2caef;
}

.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after,
.hamburger.is-active:hover .hamburger-inner,
.hamburger.is-active:hover .hamburger-inner::before,
.hamburger.is-active:hover .hamburger-inner::after {
background-color: #009fe3;
}

.hamburger-box {
width: 30px;
height: 24px;
display: inline-block;
position: relative;
}

.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 30px;
height: 4px;
background-color: #a2caef;
border-radius: 2px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
content: "";
display: block;
}

.hamburger-inner::before {
top: -10px;
}

.hamburger-inner::after {
bottom: -10px;
}

.hamburger-desc {
display: none;
font-family: "Roboto", "Arial", sans-serif;
font-size: 0.77rem;
line-height: 1;
font-weight: 700;
color: #ffffff;
}



/* Elastic */

.hamburger--elastic .hamburger-inner {
top: 2px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
top: 10px;
transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
top: 20px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(135deg);
transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(-270deg);
transition-delay: 0.075s;
}

@media (max-width: 574px) {
.hamburger-box {
  width: 20px;
  height: 14px;
}

.hamburger--elastic .hamburger-inner::before {
  top: 6px;
}

.hamburger--elastic .hamburger-inner::after {
  top: 12px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 2px;
  border-radius: 1px;
}

.hamburger--elastic.is-active .hamburger-inner {
  top: -4px;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-270deg);
}
}





.header-wrap {
width: 100%;
background-color: #0b1e36;
}

h1 {
text-align: center;
font-family: "Panton";
line-height: 30px;
color: #204E8C;
text-transform: uppercase;
font-size: 20px;
font-weight: 900;
}

.newHeader {
z-index: 100;
padding: 10px 50px;
padding-right: 174px;
display: flex;
position: relative;
align-items: center;
justify-content: space-between;
background-color: white;
}

.newHeader img {
width: 208px;
}

@media (max-width: 550px) {
  .newHeader img {
    width: 100px;
  }
  .newHeader {
    padding: 0 10px;
    padding-right: 10px !important;
  }
  h1 {
    line-height: 13px;
    font-size: 8px;
  }
  h1 br {
    display: none;
  }
  .item-show {
    font-size: 20px !important;
  }
}

.newHeader .header1bcg {
  width: 400px;
  position: absolute;
  left: 150px;
  top: 40px;
}

.newHeader .header2bcg {
  position: absolute;
  width: 103px;
  right: 65px;
}

.newHeader .header3bcg {
  position: absolute;
  width: 333px;
  transform: rotate(180deg);
  right: 114px;
  bottom: -16px;
}

@media (max-width: 1200px) {
  .newHeader {
    padding-right: 15px;
  }
  .newHeader .header2bcg {
    display: none;
  }
  .newHeader .header3bcg {
    display: none;
  }

  .newHeader .header1bcg {
    display: none;
  }
}

.header__hamburger {
display: none;
}

.header__logo-link {
display: flex;
align-items: center;
margin-right: 58px;
}

.header__logo-link svg {
flex-shrink: 0;
}

.header__logo-text {
max-width: 201px;
margin-left: 20px;
color: #a2caef;
transition: all 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a.header__logo-link:hover .header__logo-text,
a.header__logo-link:focus .header__logo-text {
color: #44b492;
background: linear-gradient(160.38deg, #44b492 0%, #009fe3 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.header__btns-block {
z-index: 1;
display: flex;
margin-left: auto;
}

.header__btns-item {
margin-left: 35px;
}

.header__btns-block .btn-grad-fill-big {
min-width: 227px;
padding: 16px 20px 16px 20px;
}

.header__btns-item.btn-tr-big {
padding: 14px 20px 14px 20px;
}

.search-btn {
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
border: 2px solid transparent;
border-radius: 5px;
background-color: transparent;
transition: border 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.search-btn:hover,
.search-btn:focus {
border: 2px solid #0aa2d9;
}

.search-btn:active {
border-color: #a2caef;
}

.header__profile {
display: flex;
align-items: center;
margin-left: 35px;
}

.header__profile-text {
display: block;
margin-left: 10px;
color: #205d95;
transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header__profile:hover .header__profile-text,
.header__profile:focus .header__profile-text {
color: #009fe3;
}

.header__btn-user {
display: none;
}

@media (max-width: 1600px) {
.header {
  padding-left: 3.1%;
  padding-right: 1.8%;
}

.header__btns-item {
  margin-left: 30px;
}
}

@media (max-width: 1279px) {
.header__logo-link {
  margin-right: 3%;
}

.header__logo-link svg {
  width: 35px;
  height: auto;
}

.header__logo-text {
  max-width: 170px;
  margin-left: 10px;
}

.header__logo-text.font-h4-1920 {
  font-size: 16px;
  line-height: 21px;
}
}

@media (max-width: 1023px) {
.header__hamburger,
.header__btn-user {
  display: block;
  font-size: 0;
  line-height: 0;
}

.header__btns-block {
  display: none;
}

.header-wrap {
  z-index: 99;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}

.header {
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
}

.header__logo-link {
  margin-right: 0;
}

.header__logo-link svg {
  width: 42px;
}

.header__btn-user-svg {
  width: 30px;
  height: auto;
}
}

@media (max-width: 574px) {
.header {
  padding: 13px 20px;
}

.header__logo-text {
  max-width: 110px;
}

.header__logo-text.font-h4-1920 {
  font-size: 11px;
  line-height: 13px;
}

.header__btn-user-svg {
  width: 27px;
}

.header__logo-link svg {
  width: 26.07px;
}
}





.mobile-menu-wrap {
position: fixed;
z-index: 202;
top: 0;
bottom: 0;
display: none;
width: 89.84%;
padding: 123px 20px 50px 20px;
background-color: #183254;
overflow-y: auto;
transform: translateX(-100%);
visibility: hidden;
opacity: 0;
-webkit-overflow-scrolling: touch;
transition: all 0.27s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-menu-wrap.open {
visibility: visible;
opacity: 1;
transform: translateX(0%);
}

.mobile-menu-wrap__hamburger {
position: absolute;
top: 50px;
left: 20px;
line-height: 0;
}

.mobile-menu {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: 575px;
margin: 0 auto;
}

.mobile-menu__search {
width: 100%;
margin-bottom: 50px;
}

.mobile-menu__add-btn {
margin-bottom: 50px;
}

.mobile-menu__add-btn.btn-grad-fill-big {
width: 100%;
}

@media (max-width: 1023px) {
.mobile-menu-wrap {
  display: block;
}
}

@media (max-width: 574px) {
.mobile-menu-wrap {
  padding-top: 0px;
}

.mobile-menu-wrap__hamburger {
  top: 26px;
}

.mobile-menu__add-btn.btn-grad-fill-big {
  padding: 15px 20px 15px 20px;
}
}





.footer {
flex-shrink: 0;
display: flex;
align-items: center;
width: 100%;
margin-top: auto;
padding: 7.5px 30px 7.5px 36.5px;
background-color: #183254;
}

.social-list {
display: flex;
align-items: center;
flex-shrink: 0;
flex-grow: 0;
width: 100%;
}

.social-list__item {
margin: 13.5px;
}

.social-list__link {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 29px;
height: 29px;
background-color: #264367;
border-radius: 50%;
transition: background-color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.social-list__link:hover,
.social-list__link:focus {
background-color: #009fe3;
}

.footer__links-block {
display: flex;
align-items: center;
flex-shrink: 0;
flex-grow: 1;
}

.footer__dev {
width: 33.3333%;
}

.footer__dev {
text-align: right;
}

.rasa-dev {
margin: 0;
color: #a2caef;
}

.rasa-dev__link {
color: #009fe3;
transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.rasa-dev__link:hover,
.rasa-dev__link:focus {
color: #44b492;
}

@media (max-width: 1023px) {
.footer {
  display: none;
}
}





.ff-radio {
z-index: 1;
position: relative;
display: flex;
width: 100%;
}

.ff-radio__label {
position: relative;
flex-grow: 1;
flex-basis: 100%;
padding: 6px 5px 9px 5px;
text-align: center;
text-decoration: none;
color: #44b492;
background-color: #183254;
background-clip: padding-box;
border: 2px solid transparent;
cursor: pointer;
transition: all 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ff-radio__label--first {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

.ff-radio__label--last {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

.ff-radio__label::before {
z-index: -1;
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: -2px;
border-radius: inherit;
background: rgb(0, 159, 227);
}

.ff-radio__label::before {
background: -moz-linear-gradient(45deg, #44b492 0%, #44b492 100%);
background: -webkit-linear-gradient(45deg, #44b492 0%, #44b492 100%);
background: linear-gradient(45deg, #44b492 0%, #44b492 100%);
}

.ff-radio__label--first::before {
background: -moz-linear-gradient(45deg, #009fe3 0%, #44b492 100%);
background: -webkit-linear-gradient(45deg, #009fe3 0%, #44b492 100%);
background: linear-gradient(45deg, #009fe3 0%, #44b492 100%);
}

.ff-radio__label--last::before {
background: -moz-linear-gradient(135deg, #44b492 0%, #009fe3 100%);
background: -webkit-linear-gradient(135deg, #44b492 0%, #009fe3 100%);
background: linear-gradient(135deg, #44b492 0%, #009fe3 100%);
}

.ff-radio__input:checked + .ff-radio__label {
color: #ffffff;
background-color: transparent;
}

.ff-radio__input:not(:checked) + .ff-radio__label:hover {
color: #009fe3;
}

.ff-radio__input:not(:checked) + .ff-radio__label:hover::before {
background: -moz-linear-gradient(45deg, #009fe3 0%, #009fe3 100%);
background: -webkit-linear-gradient(45deg, #009fe3 0%, #009fe3 100%);
background: linear-gradient(45deg, #009fe3 0%, #009fe3 100%);
}

.ff-radio__input:focus + .ff-radio__label {
box-shadow: 0 0 5px #009fe3;
}





.ff-checkbox {
display: flex;
width: 100%;
}

.ff-checkbox__label {
flex-grow: 1;
flex-basis: 100%;
margin-left: 12px;
margin-right: 12px;
display: flex;
align-items: center;
}

.ff-checkbox__label-tick {
position: relative;
display: block;
width: 25px;
height: 25px;
border: 2px solid;
border-radius: 5px;
border-color: #009fe354;
}

.ff-checkbox__input:checked + .ff-checkbox__label .ff-checkbox__label-tick {
border-color: #c7e2fb;
}

.ff-checkbox__input:checked + .ff-checkbox__label .ff-checkbox__label-tick::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 6px;
height: 11px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: translate(-55%,-50%) rotate(45deg);
}

.ff-checkbox__label.btn {
min-width: auto;
padding-left: 15px;
padding-right: 15px;
}

.ff-checkbox__label-text {
flex-grow: 1;
text-align: center;
}

.ff-checkbox__label--first {
margin-left: 0;
}

.ff-checkbox__label--last {
margin-right: 0;
}

.ff-checkbox__input:checked + .ff-checkbox__label {
color: #ffffff;
background-color: #009fe3;
}

.ff-checkbox__input:focus + .ff-checkbox__label {
box-shadow: 0 0 3px #009fe3;
}




select.filter-form__select {
color: #ffffff;
background-color: #183254;
border: 2px solid #009fe3;
border-radius: 5px;
box-shadow: none;
margin-bottom: 20px;
padding: 10px 27px 10px 17px;
font-family: "Panton", "Arial", sans-serif;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.04em;
}

select.city-filtr__select {
color: #009fe3;
background-color: #ffffff;
border: 2px solid #009fe3;
border-radius: 5px;
box-shadow: none;
padding: 10px 27px 10px 17px;
font-family: "Panton", "Arial", sans-serif;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.04em;
}


.filter-form__select.selectize-control.ff-select {
margin-bottom: 20px;
}

.selectize-control.ff-select {
line-height: 0;
}

.selectize-control.ff-select .selectize-input {
padding: 10px 27px 10px 17px;
font-family: "Panton", "Arial", sans-serif;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.04em;
color: #ffffff;
background-color: #183254;
border: 2px solid #009fe3;
border-radius: 5px;
box-shadow: none;
}

.selectize-control.ff-select .selectize-input.input-active {
background-color: transparent;
}

.selectize-control .selectize-input input {
padding: 10px 27px 10px 17px;
font-family: "Panton", "Arial", sans-serif;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.04em;
}

.filter-form__select .selectize-input input {
color: #ffffff;
}

.city-filtr__select .selectize-input input {
color: #009fe3;
}

.af-select__select .selectize-input input {
color: #333333;
}

.selectize-input input::-webkit-input-placeholder {
color: inherit;
}
.selectize-input input::-moz-placeholder {
color: inherit;
}
.selectize-input input:-ms-input-placeholder {
color: inherit;
}
.selectize-input input:-moz-placeholder {
color: inherit;
}
.selectize-input input::placeholder {
color: inherit;
}

.filter-form__select .selectize-input input::-webkit-input-placeholder {
color: #009fe3;
}
.filter-form__select .selectize-input input::-moz-placeholder {
color: #009fe3;
}
.filter-form__select .selectize-input input:-ms-input-placeholder {
color: #009fe3;
}
.filter-form__select .selectize-input input:-moz-placeholder {
color: #009fe3;
}
.filter-form__select .selectize-input input::placeholder {
color: #009fe3;
}

.af-select__select .selectize-input input::-webkit-input-placeholder {
color: #e0e0e0;
}
.af-select__select .selectize-input input::-moz-placeholder {
color: #e0e0e0;
}
.af-select__select .selectize-input input:-ms-input-placeholder {
color: #e0e0e0;
}
.af-select__select .selectize-input input:-moz-placeholder {
color: #e0e0e0;
}
.af-select__select .selectize-input input::placeholder {
color: #e0e0e0;
}

.city-filtr__select.selectize-control.ff-select .selectize-input {
color: #333333;
background-color: #ffffff;
border: 2px solid #009fe3;
}

.selectize-control.ff-select .selectize-input .item[data-value="all"] {
color: #009fe3;
}



.selectize-control.ff-select .selectize-input.dropdown-active.input-active {
color: #009fe3;
background: #183254;
border-radius: 5px 5px 0 0;
padding-bottom: 10px;
margin-bottom: 1px;
border-bottom: 1px solid #009fe3;
cursor: pointer;
}

.city-filtr__select.selectize-control.ff-select .selectize-input.dropdown-active.input-active {
color: #009fe3;
background-color: #ffffff;
border-bottom: 1px solid #009fe3;
}

.selectize-control.ff-select .selectize-input.dropdown-active::before {
background: #183254;
height: 0;
}

.city-filtr__select.selectize-control.ff-select .selectize-input.dropdown-active::before {
background: #ffffff;
}

.selectize-control.ff-select.single .selectize-input::after {
right: 12px;
width: 13px;
height: 7px;
margin-top: 0;
border: none;
background-image: url("img/icon-arrow-down.svg");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transform: translateY(-50%);
}

.selectize-control.ff-select.single .selectize-input.dropdown-active::after {
margin-top: 0;
}

.selectize-dropdown.ff-select {
padding: 13px 0 13px 15px;
font-family: "Panton", "Arial", sans-serif;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.04em;
color: #ffffff;
background-color: #183254;
border: 2px solid #009fe3;
border-top-width: 1px;
border-radius: 0 0 5px 5px;
}

.city-filtr__select.selectize-dropdown.ff-select {
color: #009fe3;
background-color: #ffffff;
border-bottom: 2px solid #009fe3;
}

.selectize-dropdown .selectize-dropdown-content .option {
padding: 5px 0 5px 0;
cursor: pointer;
transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.selectize-dropdown.ff-select--direction .selectize-dropdown-content .option {
padding-left: 20px;
}

.city-filtr__select.selectize-dropdown .selectize-dropdown-content .option {
padding-left: 0;
}

.selectize-dropdown .selectize-dropdown-content .option.active {
color: #009fe3;
background-color: unset;
}

.city-filtr__select .selectize-dropdown-content .option.active {
color: #205d95;
}

.selectize-dropdown.ff-select.ff-select--direction .selectize-dropdown-content .option {
position: relative;
}

.selectize-dropdown.ff-select.ff-select--direction .selectize-dropdown-content .option::before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 8px;
height: 8px;
background-color: #009fe3;
border-radius: 50%;
transform: translateY(-50%);
}

.city-filtr__select.selectize-dropdown.ff-select .selectize-dropdown-content .option::before {
display: none;
}

.filter-form__select .selectize-dropdown-content {
max-height: 280px;
}

.filter-form__select .selectize-dropdown-content::-webkit-scrollbar,
.city-filtr__select .selectize-dropdown-content::-webkit-scrollbar {
width: 4px;
}

.filter-form__select .selectize-dropdown-content::-webkit-scrollbar-thumb {
height: 50px;
background-color: #bdbdbd;
border-radius: 2px;
}

.city-filtr__select .selectize-dropdown-content::-webkit-scrollbar-thumb {
height: 50px;
background-color: #a2caef;
border-radius: 2px;
}

.filter-form__select .selectize-dropdown-content::-webkit-scrollbar-track,
.city-filtr__select .selectize-dropdown-content::-webkit-scrollbar-track {
background-color: transparent;
}

.filter-form__select .selectize-dropdown-content::-webkit-scrollbar-track-piece,
.city-filtr__select .selectize-dropdown-content::-webkit-scrollbar-track-piece {
background-color: transparent;
}





.ff-reset__link {
display: flex;
align-items: center;
color: #205d95;
-moz-appearance: none;
-webkit-appearance: none;
background-color: transparent;
border: none;
cursor: pointer;
transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ff-reset__text {
margin-left: 8px;
}

.ff-reset__link:hover,
.ff-reset__link:focus {
color: #009fe3;
}





.filter-form {
width: 100%;
}

.filter-form__header {
margin-bottom: 30px;
}

.filter-form__title {
margin: 0;
color: #a2caef;
}

.filter-form__close {
display: none;
}

.filter-form__area-type {
margin-bottom: 30px;
}

.filter-form__initiative-type {
margin-bottom: 25px;
}

.filter-form__sub-title {
margin: 0;
margin-bottom: 13px;
color: #a2caef;
}

.filter-form__submit {
border: none;
-moz-appearance: none;
-webkit-appearance: none;
}

.filter-form__submit.btn-grad-fill-big {
min-width: unset;
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
padding: 16px 20px 16px 20px;
}

.filter-form__reset {
display: flex;
justify-content: center;
}

@media (min-width: 1024px) and (max-width: 1279px) {
.filter-form__initiative-type {
  flex-direction: column;
}

.filter-form__initiative-type .ff-checkbox__label {
  margin: 5px 0;
}
}

@media (max-width: 1023px) {
.filter-form {
  max-width: 575px;
  margin: 0 auto;
}

.filter-form__header {
  display: flex;
  justify-content: space-between;
}

.filter-form__close {
  display: block;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #205d95;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.filter-form__close:hover,
.filter-form__close:focus {
  color: #009fe3;
}

.filter-form__close:focus {
  outline-color: #009fe3;
}

.filter-form__close-text {
  margin-right: 9px;
}

.filter-form__close-text.font-btn {
  font-weight: 600;
}
}



.item-title {
font-size: 30px;
margin-bottom: 20px;
}

.page-wrap {
flex-grow: 1;
flex-basis: 100%;
display: flex;
width: 100%;
}

.filter-form-wrap {
flex-shrink: 0;
width: 384px;
padding: 45px 50px 15px 50px;
background-color: #183254;
}

.left-contnet {
  padding: 40px;
  font-family: "Panton";
  background-color: transparent;
  color: #204E8C;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/bitrix/templates/school/img/leftbcg.png");
  background-position: -15px bottom;
  font-weight: 900;
  background-color: rgba(255,255,255, 0.09);
  width: 700px;
  max-height: 76vh;
  overflow: auto;
}

.left-contnet .item {
display: none;
}

.left-contnet .item.item-show {
display: block;
font-weight: 900;
font-size: 30px;
}

.main-content {
display: flex;
flex-grow: 1;
flex-basis: 100%;
padding: 120px 10.417% 90px 10.417%;
background-image: url("/bitrix/templates/school/img/map/bcg.jpg");
background-repeat: no-repeat;
background-size: cover;
}

@media (max-width: 574px) {
.main-content {
  flex-direction: column;
} 
.left-contnet {
  width: 100%;
  min-height: 60%;
  padding: 10px;  
  height: 300px;
}
.map-wrap { 
  height: 300px!important;
  min-height: 30%!important;
}
}

.main-content--default-style {
font-family: "Roboto", "Arial", sans-serif;
font-size: 15px;
line-height: 26px;
color: #333333;
}

.main-content--default-style div {
max-width: 700px;
}

.main-content--default-style p {
max-width: 700px;
margin: 0;
margin-bottom: 40px;
}

.main-content--default-style img {
display: block;
width: 100%;
max-width: 860px;
margin: 50px 0;
}

.main-content--default-style ul {
max-width: 700px;
}

.main-content--default-style ul li {
position: relative;
margin-bottom: 13px;
padding-left: 24px;
}

.main-content--default-style ul > li::before {
content: "";
position: absolute;
top: 12px;
left: 0;
width: 4px;
height: 4px;
background-color: #bdbdbd;
border-radius: 50%;
}

.main-content--default-style ol {
padding-left: 0;
}

.main-content--default-style ol > li {
margin-bottom: 13px;
list-style-position: inside;
}

.main-content--cover {
padding: 0;
}

.main-page-title {
max-width: 570px;
margin: 0;
margin-bottom: 45px;
}

.show-filter-btn {
display: none;
}

.not-found-page .not-found-page__img {
max-width: 100%;
margin: 0 auto;
}

@media (max-width: 1600px) {
.filter-form-wrap {
  padding-left: 3.1%;
  padding-right: 3.1%;
}

.main-content:not(.main-content--cover) {
  padding: 70px 5% 90px 5%;
}

.main-content.main-content--wide {
  padding: 70px 9% 90px 9%;
}
}

@media (max-width: 1279px) {
.filter-form-wrap {
  width: 24%;
  min-width: 250px;
}

.main-content:not(.main-content--cover) {
  padding-left: 2.4%;
  padding-right: 2.4%;
}

.main-content.main-content--wide {
  padding-left: 5.5%;
  padding-right: 5.5%;
}
}

@media (max-width: 1023px) {
.page-wrap {
  position: relative;
  padding-top: 0px;
  overflow-x: hidden;
}

.main-content {
  margin-top: 0;
}

.main-content:not(.main-content--cover) {
  padding: 35px 20px 100px 20px;
}

.main-content.main-content--wide {
  padding-top: 40px;
}

.filter-form-wrap {
  z-index: 100;
  position: absolute;
  display: block;
  top: 123px;
  bottom: 0;
  width: 100%;
  height: auto;
  padding-bottom: 175px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  overflow-y: auto;
  transition: all 0.27s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.filter-form-wrap.open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
  pointer-events: auto;
}

.show-filter-btn {
  z-index: 100;
  position: fixed;
  bottom: 15px;
  left: 50%;
  display: block;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transform: translateX(-50%);
}

.page-wrap--map .show-filter-btn {
  position: fixed;
  bottom: 20px;
  display: block;
}

.show-filter-btn.btn-grad-fill-big {
  width: 284px;
}

.main-page-title {
  max-width: unset;
}
}

@media (max-width: 767px) {
.main-page-title {
  margin-bottom: 30px;
}

.main-page-title.font-h1 {
  font-size: 24px;
  line-height: 31px;
}
}

@media (max-width: 574px) {
.page-wrap {
  padding-top: 0px;
  max-height: 520px!important;
}

.filter-form-wrap {
  top: 65px;
}

.page-wrap--map .show-filter-btn {
  bottom: 10px;
}
}





.map-wrap {
z-index: 1;
position: relative;
width: 100%;
height: 38.43vw;
min-height: 100%;
}

.region-map-wrap {
position: absolute;
width: 100%;
height: 100%;
max-height: 100%;
overflow: hidden;
}

.region-map {
z-index: 1;
position: relative;
bottom: 0;
left: 15%;
height: auto;
background-image: url("/bitrix/templates/school/img/globus.png");
background-repeat: no-repeat;
background-size: 95%;

transition: width 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94),
  height 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94),
  bottom 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94),
  left 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.region-sputnik {
  z-index: 1;
  position: relative;
  bottom: 46%;
  left: 8%;
  height: auto;
  background-image: url("/bitrix/templates/school/img/sputnik.png");
  background-repeat: no-repeat;
  background-size: 95%;  
  transition: width 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    height 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    bottom 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    left 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.region-map::before {
content: "";
position: absolute;
top: 0;
left: -500px;
width: 1px;
height: 1px;

}

.region-fill-object,
.region-fill-object path {
cursor: pointer;
transition: fill 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.region-fill-object:hover,
.region-fill-object:focus,
.region-fill-object:hover path,
.region-fill-object:focus path,
.region-fill-object--hover,
.region-fill-object--hover path {
fill: rgba(232,0,0, 0.7);
}

.region-fill-object.active {
fill: rgba(232,0,0, 0.7);
}

.region-fill-object.active path{
fill: rgba(232,0,0, 0.7);
}

.region-fill-object:focus {
outline: none;
}

.svg-icon-pin {
cursor: pointer;
transition: fill 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}

.svg-icon-pin__ellipse-basis,
.svg-icon-pin__ellipse-front {
transition: fill 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.svg-icon-pin text {
transition: fill 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
font-weight: bold;
}

.svg-icon-pin:hover .svg-icon-pin__ellipse-basis,
.svg-icon-pin:hover .svg-icon-pin__ellipse-front,
.svg-icon-pin--hover .svg-icon-pin__ellipse-basis,
.svg-icon-pin--hover .svg-icon-pin__ellipse-front {
fill: #CC0000;
}

.svg-icon-pin:hover text,
.svg-icon-pin--hover text {
fill: #F2F2F2;
}

.svg-icon-pin--city:hover .svg-icon-pin__circle {
stroke: #CC0000;
}

.svg-icon-pin--city.active .svg-icon-pin__circle {
stroke: #CC0000;
}

.svg-icon-pin--city.active .svg-icon-pin__ellipse-front {
fill: #CC0000;
}

.svg-icon-pin--city.active text {
fill: #F2F2F2;
}

.svg-icon-pin__name-border {
transition: stroke 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.svg-icon-pin--city:hover .svg-icon-pin__name-border {
stroke: #CC0000;
}

.svg-icon-pin--city.active .svg-icon-pin__name-border {
stroke: #CC0000;
}

.map-control-size {
z-index: 2;
position: absolute;
bottom: 45px;
right: 30px;
}


.hexagon {
position: relative;
width: 44px; 
height: 25.40px;
background-color: #D5D5D5;
margin: 12.70px 0;
z-index: 1;
}

.newFooter {
background-color: white;
color: #204E8C;
font-weight: bold;
position: relative;
padding: 20px;
font-size: 10px;
line-height: 12px;
}

.newFooter .footerbcg {
  position: absolute;
  width: 480px;
  right: 150px;
  bottom: 0;
}

.hov-bcg.active {
  fill: #c0c0c0;
}

.newFooter .footer2bcg {
  position: absolute;
  width: 264px;
  left: 0;
  bottom: 33px;
}


@media (max-width: 800px) {
  .newFooter .footerbcg  {
    display: none;
  }
}

.footer-title {
font-size: 20px;
font-weight: 900;
margin-bottom: 15px;
}

.hexagon:before,
.hexagon:after {
content: "";
position: absolute;
width: 0;
left: 0;
border-left: 22px solid transparent;
border-right: 22px solid transparent;
}

.hexagon:before {
bottom: 100%;
border-bottom: 12.70px solid #D5D5D5;
}

.hexagon:after {
top: 100%;
width: 0;
border-top: 12.70px solid #D5D5D5;
}

.map-control-size__btn {
position: relative;
display: block;
z-index: 10;
width: 44px;
height: 44px;
margin-bottom: 15px;
border: none;
padding: 0;
background-color: transparent;
border-radius: 5px;
-moz-appearance: none;
-webkit-appearance: none;
cursor: pointer;
}

.map-control-size__btn--disabled {
opacity: 0.3;
pointer-events: none;
}

.map-control-size__btn:last-child {
margin-bottom: 0;
}

.map-control-size__btn::before,
.map-control-size__btn::after {
content: "";
position: absolute;
z-index: 15;
top: 58%;
left: 50%;
width: 16px;
height: 3px;
background-color: white;
border-radius: 1px;
transform: translate(-50%, -50%);
}

.map-control-size__btn--plus::after {
transform: translate(-50%, -50%) rotate(90deg);
}

.map-control-size__btn:hover .hexagon{
background-color: #2B6EAB;
}

.map-control-size__btn:hover .hexagon:after{
border-top: 12.70px solid #2B6EAB;
}


.map-control-size__btn:hover .hexagon:before{
border-bottom: 12.70px solid #2B6EAB;
}

.map-control-size__btn:focus {
outline: none;
}


.map-control-size__btn:hover::before,
.map-control-size__btn:hover::after {
background-color: #ffffff;
}

@media (max-width: 1281px) {
  .newHeader {
    padding-right: 200px;
  }
.region-map {
  bottom: -35px;
  right: 0;
  width: 450px;
}
}

@media (max-width: 1024px) and (min-height: 1180px) and (max-height: 1380px) {
.region-map {
  bottom: -35px;
  right: 0;
  width: 450px;
}
}

@media (max-width: 1023px) {
.region-map {
  bottom: 450px;
  left: 23%;
  width: 687px;
}

.map-control-size {
  position: fixed;
  bottom: 150px;
}
}

@media (max-width: 768px) and (min-height: 980px) and (max-height: 1024px) {
.region-map {
  bottom: 340px;
  left: 20%;
}
}

@media (max-width: 767px) {
.region-map {
  left: 15%;
}

.svg-icon-pin text {

}
}

@media (max-width: 574px) {
  .region-map {
    bottom: 0;
    left: 7%;
    width: 400px;
  }
  .map-control-size {
    right: 30px;
    bottom: 150px;
  }
  .newHeader img {
    width: auto;
    height: 100%;
  }
  .newHeader {
    height: 7%;
    padding: 0 10px;
    padding-right: 10px !important;
  }
  .newFooter {
    height: 20%;
  }
  h1 {
    line-height: 13px;
    font-size: 8px;
  }
  h1 br {
    display: none;
  }
  .item-show {
    font-size: 20px !important;
  }
  .map-control-size__btn {
    width: 44px;
    height: 44px;
  }
  h1 {
    line-height: 13px;
    font-size: 8px;
  }
  
  
  body {
    height: 100vh;
  }
  
  
  .left-contnet {
    display: none;
  }
  
  .map-wrap {
    height: 99% !important;
    min-height: 30% !important;
  }
  .page-wrap {
    height: 73%;
  } 



  .region-map-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
  }



  .region-sputnik {
    width: 50%;
    top: 0;
    position: absolute;
  }

  .region-map {
    width: 340px;
    bottom: 0px;
    position: absolute;
  }

  .modal-block {
    display: block!important;  
  } 
 
  .modal {
    display: none; /* Скрыто по умолчанию */
    position: fixed; /* Окно фиксировано на экране */
    z-index: 1; /* Слой над другими элементами */
    left: 0;
    top: 0;
    width: 100%; /* Полная ширина */
    height: 100%; /* Полная высота */
    overflow: auto; /* Включить прокрутку при необходимости */
    background-color: rgb(0,0,0); /* Черный фон */
    background-color: rgba(0,0,0,0.4); /* Черный фон с прозрачностью */
    z-index: 9999;
  }
  
  /* Содержимое модального окна */
  .modal-content {
    background-color: #fefefe;
    margin: 4% auto; /* Центрируем окно */
    padding: 20px;
    border: 1px solid #888;
    width: 99%; /* Ширина окна */
  }
  
  /* Кнопка закрытия */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }








  
}
.region-sputnik { 
  margin-top: 30px;
    margin-left: 30px;
}

@media (max-width: 425px) {


  .map-control-size {
    bottom: auto;
    bottom: 75px;
    right: 18px;
  }
 
  h1 {
    line-height: 10px;
    font-size: 6px;
  } 

  .region-sputnik {
    width: 40%;
    top: 0;
    position: absolute;
    margin-top: 10px;
    margin-left: 0px;
  }

  .region-map {
    width: 300px; 
  }

}




@media (max-width: 350px) {


.map-control-size__btn {
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
}

.map-control-size__btn::before,
.map-control-size__btn::after {
  width: 12px;
}
}





.contacts-block {
max-width: 700px;
}

.contacts-block__list {
display: flex;
flex-wrap: wrap;
margin-bottom: 65px;
}

.contacts-block__item {
display: flex;
flex-direction: column;
flex-grow: 1;
flex-basis: 50%;
margin-bottom: 35px;
padding-right: 10%;
}

.contacts-block__item-title {
margin: 0;
margin-bottom: 5px;
color: #bdbdbd;
}

.contacts-block__item-value {
position: relative;
margin: 0;
}

.contacts-block__item--address .contacts-block__item-value {
padding-left: 20px;
}

.contacts-block__item--email .contacts-block__item-value {
padding-left: 24px;
color: #333333;
}

.contacts-block__item--phone .contacts-block__item-value {
padding-left: 23px;
color: #333333;
}

.contacts-block__item--web .contacts-block__item-value {
padding-left: 24px;
}

a.contacts-block__item-value:hover,
a.contacts-block__item-value:focus {
color: #44b492;
}

.contacts-block__item-value::before {
content: "";
position: absolute;
left: 0;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}

.contacts-block__item--address .contacts-block__item-value::before {
top: 5px;
width: 12px;
height: 15px;
background-image: url("img/icon-location.svg");
}

.contacts-block__item--email .contacts-block__item-value::before {
top: 4px;
width: 14.67px;
height: 12px;
background-image: url("img/icon-email.svg");
}

.contacts-block__item--phone .contacts-block__item-value::before {
top: 2px;
width: 15.21px;
height: 15.33px;
background-image: url("img/icon-phone.svg");
}

.contacts-block__item--web .contacts-block__item-value::before {
top: 6px;
width: 16px;
height: 8px;
background-image: url("img/icon-link.svg");
}

.contacts-block__title {
margin: 0;
margin-bottom: 20px;
}

@media (max-width: 1400px) {
.contacts-block {
  max-width: unset;
}

.contacts-block__item {
  padding-right: 8%;
}
}

@media (max-width: 767px) {
.contacts-block__list {
  flex-direction: column;
  margin-bottom: 45px;
}

.contacts-block__item {
  margin-bottom: 30px;
  padding-right: 0;
}

.contacts-block__title.font-h3 {
  font-size: 18px;
  line-height: 23px;
}
}





.af-input-text {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
}

.af-input-text--error::before {
content: "Заполните поле";
position: absolute;
top: 1px;
right: 0;
font-family: "Panton", "Arial", sans-serif;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.04em;
font-weight: 600;
color: #eb5757;
text-align: right;
}

.af-input-text--error.af-input-text--error-birthday::before {
content: "Регистрация возможна с 14 лет";
}

.af-input-text__label {
position: relative;
margin-bottom: 13px;
color: #183254;
}

.label-require {
position: absolute;
padding-left: 2px;
font-size: 1.2em;
}

.af-input-text--error .af-input-text__label {
max-width: 360px;
}

.af-input-text__input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 13px 17px;
color: #333333;
border: 1px solid #d9dde0;
border-radius: 5px;
background-color: #ffffff;
box-shadow: none;
transition: border-color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.af-input-text__input[readonly] {
background-color: #eeeeee;
cursor: auto;
}

.af-input-text--error .af-input-text__input:not(.not-needed) {
border-color: #eb5757;
}

.af-input-text__input::-webkit-input-placeholder {
color: #e0e0e0;
}

.af-input-text__input::-moz-placeholder {
color: #e0e0e0;
}

.af-input-text__input:-ms-input-placeholder {
color: #e0e0e0;
}

.af-input-text__input:-moz-placeholder {
color: #e0e0e0;
}

.af-input-text__input::placeholder {
color: #e0e0e0;
}

.af-input-text__input:focus {
outline: none;
border-color: #009fe3;
}





.af-input-radio {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
}

.af-input-radio--error::before {
content: "Выберите один из вариантов";
position: absolute;
top: 1px;
right: 0;
font-family: "Panton", "Arial", sans-serif;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.04em;
font-weight: 600;
color: #eb5757;
text-align: right;
}

.af-input-radio__title {
margin: 0;
margin-bottom: 15px;
color: #183254;
cursor: default;
}

.af-input-radio--error .af-input-radio__title {
max-width: 360px;
}

.af-input-radio__input-wrap {
display: flex;
}

.af-input-radio__label {
position: relative;
padding-left: 29px;
color: #183254;
cursor: pointer;
transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.af-input-radio__label:last-child {
margin-right: 0;
}

.af-input-radio__label::before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 20px;
height: 20px;
background-color: #ffffff;
border: 2px solid #a2caef;
border-radius: 50%;
transform: translateY(-50%);
transition: border-color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.af-input-radio__input:checked + .af-input-radio__label {
color: #009fe3;
}

.af-input-radio__input:checked + .af-input-radio__label::before {
border-color: #009fe3;
}

.af-input-radio__input:checked + .af-input-radio__label::after {
content: "";
position: absolute;
top: 50%;
left: 6px;
width: 8px;
height: 8px;
background-color: #009fe3;
border-radius: 50%;
transform: translateY(-50%);
}





.af-textarea {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
}

.af-textarea--error::before {
content: "Заполните поле";
position: absolute;
top: 1px;
right: 0;
font-family: "Panton", "Arial", sans-serif;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.04em;
font-weight: 600;
color: #eb5757;
text-align: right;
}

.af-textarea__label {
position: relative;
margin-bottom: 13px;
color: #183254;
}

.af-textarea--error .af-textarea__label {
max-width: 360px;
}

.af-textarea__textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 25px;
line-height: 23px;
color: #333333;
border: 1px solid #d9dde0;
border-radius: 5px;
background-color: #ffffff;
box-shadow: none;
resize: none;
transition: border-color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.af-textarea--error .af-textarea__textarea {
border-color: #eb5757;
}

.af-textarea__textarea::-webkit-input-placeholder {
color: #e0e0e0;
}

.af-textarea__textarea::-moz-placeholder {
color: #e0e0e0;
}

.af-textarea__textarea:-ms-input-placeholder {
color: #e0e0e0;
}

.af-textarea__textarea:-moz-placeholder {
color: #e0e0e0;
}

.af-textarea__textarea::placeholder {
color: #e0e0e0;
}

.af-textarea__textarea:focus {
outline: none;
border-color: #009fe3;
}





.af-input-file {
display: flex;
flex-direction: column;
width: 100%;
}

.af-input-file__title {
position: relative;
margin: 0;
margin-bottom: 13px;
color: #183254;
cursor: default;
}

.af-input-file__label {
margin-bottom: 12px;
}

.af-input-file__add-area {
position: relative;
display: block;
width: 100%;
padding: 13px 20px;
color: #009fe3;
text-align: center;
background-color: #ffffff;
border: 1px dashed #009fe3;
border-radius: 5px;
cursor: pointer;
transition: all 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.af-input-file__add-area--uploaded {
text-align: left;
cursor: default;
}

.af-input-file__label:hover .af-input-file__add-area:not(.af-input-file__add-area--uploaded),
.af-input-file__input:focus + .af-input-file__add-area:not(.af-input-file__add-area--uploaded) {
color: #ffffff;
border-style: solid;
background-color: #009fe3;
}

.af-input-file__add-area--uploaded .af-input-file__add-area-label {
display: none;
}

.af-input-file__add-area-name,
.af-input-file__add-area-close,
.af-input-file__add-area-preview {
display: none;
}

.af-input-file__add-area--uploaded .af-input-file__add-area-name,
.af-input-file__add-area--uploaded .af-input-file__add-area-preview {
display: inline-block;
max-width: 92%;
overflow-x: hidden;
}

.af-input-file__add-area--uploaded .af-input-file__add-area-close {
position: absolute;
top: 50%;
right: 9px;
display: block;
padding: 10px;
box-sizing: content-box;
cursor: pointer;
transform: translateY(-50%);
}

.af-input-file__sub-title {
color: #183254;
cursor: default;
}

.af-input-file--error .af-input-file__sub-title {
color: #eb5757;
}





.af-input-date {
display: flex;
flex-direction: column;
width: 100%;
}

.af-input-date__title {
margin: 0;
margin-bottom: 13px;
color: #183254;
cursor: default;
}

.af-input-date__item-wrap {
display: flex;
align-items: flex-end;
}

.af-input-date__item {
position: relative;
display: flex;
align-items: center;
margin-right: 21px;
}

.af-input-date__item--error {
padding-top: 20px;
}

.af-input-date__item--error::before {
content: "Заполните поле";
position: absolute;
top: 0;
right: 0;
font-family: "Panton", "Arial", sans-serif;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.04em;
font-weight: 600;
color: #eb5757;
text-align: right;
}

.af-input-date__item:last-child {
margin-right: 0;
}

.af-input-date__item-label {
margin-right: 14px;
color: #183254;
}

.af-input-date__item-input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 13px 17px;
color: #333333;
border: 1px solid #d9dde0;
border-radius: 5px;
background-color: #ffffff;
box-shadow: none;
cursor: text;
transition: border-color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.af-input-date__item--error .af-input-date__item-input {
border-color: #eb5757;
}

.af-input-date__item-input::-webkit-input-placeholder {
color: #e0e0e0;
}

.af-input-date__item-input::-moz-placeholder {
color: #e0e0e0;
}

.af-input-date__item-input:-ms-input-placeholder {
color: #e0e0e0;
}

.af-input-date__item-input:-moz-placeholder {
color: #e0e0e0;
}

.af-input-date__item-input::placeholder {
color: #e0e0e0;
}

.af-input-date__item-input:focus {
outline: none;
border-color: #009fe3;
}





.af-select {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
}

.af-select--error::before {
content: "Выберите варианты";
position: absolute;
top: 1px;
right: 0;
font-family: "Panton", "Arial", sans-serif;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.04em;
font-weight: 600;
color: #eb5757;
text-align: right;
}

.af-select__label {
position: relative;
margin-bottom: 13px;
color: #183254;
}

.af-select--error .af-select__label {
max-width: 360px;
}

.selectize-control.af-select__select.single {
line-height: 0;
}

.selectize-control.af-select__select .selectize-input {
min-height: 46px;
padding: 13px 35px 13px 17px;
font-family: "Panton", "Arial", sans-serif;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.04em;
color: #333333;
background-color: #ffffff;
border: 1px solid #d9dde0;
border-radius: 5px;
box-shadow: none;
}

.selectize-control.multi .selectize-input.has-items {
padding: 9px 35px 9px 17px;
}

.selectize-control.af-select__select .selectize-input .item[data-value=""] {
color: #e0e0e0;
}

.selectize-control.af-select__select.multi .selectize-input .item {
position: relative;
margin: 7px 10px;
padding: 0;
font-size: 14px;
line-height: 12px;
border: none;
background-color: #009fe3;
border-radius: 1px;
box-shadow: 0px 0px 0px 6px #06a1dd;
color: #ffffff;
}

.selectize-control.af-select__select.multi .selectize-input .item:first-child {
/*margin-left: 0;*/
}

.selectize-control.af-select__select .selectize-input.dropdown-active.input-active {
color: #e0e0e0;
background: #ffffff;
border-radius: 5px 5px 0 0;
border-bottom: 1px solid #d9dde0;
cursor: pointer;
}

.selectize-control.af-select__select .selectize-input.dropdown-active::before {
background: #ffffff;
height: 0;
}

.selectize-control.af-select__select .selectize-input::after {
content: "";
position: absolute;
right: 19px;
top: 50%;
width: 13px;
height: 7px;
margin-top: 0;
border: none;
background-image: url("img/icon-arrow-down.svg");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transform: translateY(-50%);
}

.selectize-control.af-select__select .selectize-input.dropdown-active::after {
margin-top: 0;
}

.selectize-dropdown.af-select__select {
padding: 0 0 0 17px;
font-family: "Panton", "Arial", sans-serif;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.04em;
color: #333333;
background-color: #ffffff;
border: 1px solid #d9dde0;
border-radius: 0 0 5px 5px;
}

.selectize-dropdown.af-select__select .selectize-dropdown-content .option {
padding: 12px 35px 12px 0;
cursor: pointer;
transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.selectize-dropdown.af-select__select .selectize-dropdown-content .option:first-child {
padding-top: 20px;
}

.selectize-dropdown.af-select__select .selectize-dropdown-content .option:last-child {
padding-bottom: 26px;
}

.selectize-dropdown.af-select__select .selectize-dropdown-content .option.active {
color: #009fe3;
background-color: unset;
}

.af-select__select .selectize-dropdown-content {
max-height: 280px;
}

.af-select__select .selectize-dropdown-content::-webkit-scrollbar {
width: 4px;
}

.af-select__select .selectize-dropdown-content::-webkit-scrollbar-thumb {
height: 50px;
background-color: #d9dde0;
border-radius: 2px;
}

.af-select__select .selectize-dropdown-content::-webkit-scrollbar-track {
background-color: transparent;
}

.af-select__select .selectize-dropdown-content::-webkit-scrollbar-track-piece {
background-color: transparent;
}

@media (max-width: 699px) {
.selectize-control.multi .selectize-input.has-items {
  display: flex;
  flex-direction: column;
  padding: 5px 50px 5px 17px;
}

.selectize-control.af-select__select.af-select__select--district {
  margin-bottom: 10px;
}

.selectize-control.af-select__select.multi .selectize-input .item {
  margin: 8px 0;
}
}





.af-input-checkbox {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
}

.af-input-checkbox--error {
padding-bottom: 30px;
}

.af-input-checkbox--error::before {
content: "Выберите варианты";
position: absolute;
bottom: 0;
left: 0;
font-family: "Panton", "Arial", sans-serif;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.04em;
font-weight: 600;
color: #eb5757;
text-align: left;
}

.af-input-checkbox__title {
position: relative;
margin: 0;
margin-bottom: 20px;
color: #183254;
cursor: default;
}

.af-input-checkbox__input-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.af-input-checkbox__label {
position: relative;
margin-bottom: 24px;
padding-left: 34px;
color: #183254;
cursor: pointer;
transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.af-input-checkbox__label:last-child {
margin-bottom: 0;
}

.af-input-checkbox__label::before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 21px;
height: 21px;
background-color: #ffffff;
border: 1px solid #a2caef;
border-radius: 2px;
transform: translateY(-50%);
transition: border-color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.af-input-checkbox__input:checked + .af-input-checkbox__label,
.af-input-checkbox__input:focus + .af-input-checkbox__label {
color: #009fe3;
}

.af-input-checkbox__input:checked + .af-input-checkbox__label::before,
.af-input-checkbox__input:focus + .af-input-checkbox__label::before {
border-color: #009fe3;
}

.af-input-checkbox__input:checked + .af-input-checkbox__label::after {
content: "";
position: absolute;
top: 50%;
left: 5px;
width: 11px;
height: 8px;
background-image: url("img/icon-check.svg");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transform: translateY(-50%);
}

@media (max-width: 767px) {
.af-input-date__item-wrap {
  flex-direction: column;
  align-items: stretch;
}

.af-input-date__item {
  margin-right: 0;
  margin-bottom: 19px;
  justify-content: space-between;
}

.af-input-date__item:last-child {
  margin-bottom: 0;
}

.af-input-text--error .af-input-text__label,
.af-input-radio--error .af-input-radio__title,
.af-textarea--error .af-textarea__label,
.af-select--error .af-select__label,
.af-input-checkbox--error .af-input-checkbox__title {
  max-width: unset;
  color: #eb5757;
}

.af-input-text--error::before,
.af-input-radio--error::before,
.af-textarea--error::before,
.af-select--error::before,
.af-input-date__item--error::before,
.af-input-checkbox--error::before {
  display: none;
}

.af-input-date__item--error {
  padding-top: 0;
}

.af-input-checkbox--error {
  padding-bottom: 0;
}
}





.add-form {
max-width: 570px;
}

.add-form__input-text-wrap {
margin-top: 30px;
margin-bottom: 30px;
}

.add-form__input-text-wrap--many .af-input-text__input {
margin-bottom: 30px;
}

.add-form__input-text-wrap--many .af-input-text__input:last-child {
margin-bottom: 0;
}

.add-form__input-radio-wrap {
margin-top: 40px;
margin-bottom: 40px;
}

.add-form__input-radio-wrap .af-input-radio__label {
margin-right: 9.64%;
}

.add-form__textarea-wrap {
margin-top: 30px;
margin-bottom: 30px;
}

.add-form__textarea-wrap .af-textarea__textarea {
min-height: 217px;
}

.add-form__file-wrap {
margin-top: 30px;
margin-bottom: 40px;
}

.add-form__file-wrap .af-input-file__label {
max-width: 330px;
}

.add-form__input-date-wrap {
margin-top: 40px;
margin-bottom: 30px;
}

.add-form__input-date-wrap .af-input-date__item-input {
width: 189px;
}

.add-form__select-wrap,
.add-form__select-geo-wrap {
margin-top: 30px;
margin-bottom: 30px;
}

.add-form__select-geo-wrap .add-form__select-wrap {
margin: 0;
margin-bottom: 10px;
}

.add-form__select-geo-wrap--error {
position: relative;
}

.add-form__select-geo-wrap--error::before {
content: "Выберите варианты";
position: absolute;
top: 1px;
right: 0;
font-family: "Panton", "Arial", sans-serif;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.04em;
font-weight: 600;
color: #eb5757;
text-align: right;
}

.add-form__select-geo-wrap--error .af-select__label {
max-width: 360px;
}

.add-form__input-checkbox-wrap {
margin-top: 36px;
margin-bottom: 30px;
}

.add-form__footer {
display: flex;
align-items: center;
margin-top: 55px;
margin-bottom: 40px;
}

.add-form__submit {
margin-right: 45px;
padding: 16px 20px 16px 20px;
border: none;
}

.add-form__agreement {
margin: 0;
color: #bdbdbd;
}

.add-form__agreement-link {
color: #009fe3;
}

@media (max-width: 767px) {
.add-form__input-radio-wrap .af-input-radio__label {
  margin-right: 35px;
}

.add-form__input-radio-wrap .af-input-radio__label:last-child {
  margin-right: 0;
}

.add-form__input-date-wrap .af-input-date__item-input {
  width: 87%;
}

.add-form__footer {
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 0;
}

.add-form__submit {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.add-form__agreement {
  margin-bottom: 0;
  text-align: center;
}
}

@media (max-width: 374px) {
.add-form__input-radio-wrap .af-input-radio__label {
  margin-right: 25px;
}
}





.add-form-msg {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
max-width: 470px;
height: 100%;
margin: auto;
text-align: center;
}

.add-form-msg--ok,
.add-form-msg--error {
display: none;
}

.add-form-msg__icon {
margin-bottom: 35px;
pointer-events: none;
}

.add-form-msg--ok .add-form-msg__icon {
width: 68px;
height: 53px;
}

.add-form-msg--error .add-form-msg__icon {
width: 41px;
height: 41px;
}

.add-form-msg__title {
margin: 0;
margin-bottom: 25px;
}

.add-form-msg--ok .add-form-msg__title {
color: #183254;
}

.add-form-msg--error .add-form-msg__title {
color: #eb5757;
}

.add-form-msg__sub-title {
margin: 0;
margin-bottom: 45px;
color: #333333;
}

.add-form-msg__link {
padding: 16px 20px 16px 20px;
border: none;
}

@media (max-width: 424px) {
.add-form-msg__icon {
  width: 54px;
  height: 43px;
}

.add-form-msg__title {
  margin-bottom: 20px;
}

.add-form-msg__title.font-h1 {
  font-size: 28px;
  line-height: 36px;
}

.add-form-msg__sub-title {
  margin-bottom: 30px;
}

.add-form-msg__link {
  min-width: 200px;
  width: 60%;
}
}





.more-animation {
display: none;
}

.more-animation__block,
.more-animation__block::before,
.more-animation__block::after {
position: absolute;
top: 50%;
left: 50%;
border: 1px solid rgb(204, 204, 204);
border-left-color: rgb(0, 0, 0);
border-radius: 1124px;
}

.more-animation__block {
margin: -29px 0 0 -29px;
height: 56px;
width: 56px;
animation: more-animation 1600ms linear infinite;
}

.more-animation__block::before {
content: "";
margin: -26px 0 0 -26px;
height: 50px;
width: 50px;
animation: more-animation 1600ms linear infinite;
}

.more-animation__block::after {
content: "";
margin: -33px 0 0 -33px;
height: 63px;
width: 63px;
animation: more-animation 3200ms linear infinite;
}

@keyframes more-animation {
100% {
  transform: rotate(360deg);
}
}





.mci-go-back__link {
display: inline-block;
color: #44b492;
transform: translateX(-45px);
transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mci-go-back__link:hover,
.mci-go-back__link:focus {
color: #009fe3;
}

.mci-go-back__svg {
margin-right: 20px;
}

@media (max-width: 1279px) {
.mci-go-back__link {
  transform: translateX(0);
}
}





.chose-initiative-popup {
display: none;
width: 582px;
padding: 82px 80px 92px 80px;
}

.chose-initiative-popup__title {
margin: 0;
margin-bottom: 30px;
text-align: center;
color: #183254;
}

.chose-initiative-popup__btns-wrap {
display: flex;
justify-content: center;
}

.chose-initiative-popup__btn.btn-fill-big {
min-width: unset;
padding: 16px 20px 16px 20px;
}

.chose-initiative-popup__btn {
position: relative;
width: 164px;
margin-left: 18px;
margin-right: 18px;
}

.chose-initiative-popup__btn:hover::before {
content: "";
z-index: 1;
position: absolute;
top: 35px;
left: 50%;
border: 10px solid transparent;
border-bottom: 10px solid rgba(11, 30, 54, 0.7);
transform: translateX(-50%);
opacity: 1;
pointer-events: none;
}

.chose-initiative-popup__btn:hover::after {
content: attr(data-prompt);
z-index: 1;
position: absolute;
top: 55px;
left: 50%;
width: 300px;
padding: 5px;
font-family: "Panton", "Arial", sans-serif;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.04em;
font-weight: 600;
text-align: center;
background-color: rgba(11, 30, 54, 0.7);
transform: translateX(-50%);
opacity: 1;
pointer-events: none;
}

.chose-initiative-popup__prompt {
display: none;
}

@media (max-width: 767px) {
.chose-initiative-popup {
  width: 90%;
  padding: 62px 40px 72px 40px;
}

.chose-initiative-popup__btns-wrap {
  flex-direction: column;
  align-items: center;
}

.chose-initiative-popup__btn {
  width: 100%;
  max-width: 384px;
  margin-left: 0;
   margin-right: 0;
  margin-bottom: 20px
}

.chose-initiative-popup__btn:last-child {
  margin-bottom: 0;
}

.chose-initiative-popup__btn:hover::before,
.chose-initiative-popup__btn:hover::after {
  display: none;
}

.chose-initiative-popup__prompt {
  display: block;
  margin-top: 25px;
}

.chose-initiative-popup__prompt-text {
  margin: 0;
  margin-bottom: 5px;
  text-align: justify;
  color: #3e3e3e;
}

.chose-initiative-popup__prompt-text.font-small-text {
  font-size: 12px;
}

.chose-initiative-popup__prompt-text:last-child {
  margin-bottom: 0;
}
}

@media (max-width: 424px) {
.chose-initiative-popup {
  padding: 42px 20px 42px 20px;
}

.chose-initiative-popup__title.font-h2 {
  font-size: 24px;
  line-height: 32px;
}
}





.search-popup {
top: -100px;
display: none;
width: 582px;
padding: 82px 80px 92px 80px;
}

.search-popup__title {
margin: 0;
margin-bottom: 30px;
text-align: center;
color: #183254;
}





.list-i-popup {
display: none;
width: 700px;
padding: 82px 80px 92px 80px;
}

.list-i-popup__title {
margin: 0;
margin-bottom: 30px;
color: #183254;
}

.list-i-popup__title--center {
text-align: center;
}

.list-i-popup__list {
padding-left: 25px;
color: #009fe3;
}

.list-i-popup__item {
margin-bottom: 12px;
}

.list-i-popup__item:last-child {
margin-bottom: 0;
}

.list-i-popup__type.mci-item-type {
display: inline-block;
margin-right: 5px;
}

.list-i-popup__type.mci-item-type:hover {
cursor: pointer;
}

.list-i-popup__link:hover .list-i-popup__type,
.list-i-popup__link:focus .list-i-popup__type {
color: #ffffff;
background-color: #009fe3;
}

.list-i-popup__count {
color: #009fe3;
}

.list-i-popup__btns-wrap {
display: flex;
justify-content: center;
}

.list-i-popup__btn.btn-fill-big {
min-width: unset;
padding: 16px 20px 16px 20px;
}

.list-i-popup__btn {
width: 164px;
margin-left: 18px;
margin-right: 18px;
}

@media (max-width: 767px) {
.list-i-popup {
  width: 90%;
  padding: 62px 40px 72px 40px;
}

.list-i-popup__btns-wrap {
  flex-direction: column;
  align-items: center;
}

.list-i-popup__btn {
  width: 100%;
  max-width: 384px;
  margin-left: 0;
   margin-right: 0;
  margin-bottom: 20px
}

.list-i-popup__btn:last-child {
  margin-bottom: 0;
}
}

@media (max-width: 424px) {
.list-i-popup {
  padding: 42px 20px 42px 20px;
}

.list-i-popup__title.font-h3 {
  font-size: 24px;
  line-height: 32px;
}
}





.fancybox-slide--html .fancybox-close-small.map-close-btn-fancybox {
color: #eb5757;
opacity: 1;
transition: color 0.17s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-slide--html .fancybox-close-small.map-close-btn-fancybox:hover,
.fancybox-slide--html .fancybox-close-small.map-close-btn-fancybox:focus {
color: #ec2323;
}






 

 
.modal {
  display: none;  
} 

.modal-block {
  display: none;  
} 