/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

.bx-wrapper{position:relative;margin-bottom:60px;padding:0;-ms-touch-action:pan-y;touch-action:pan-y;-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;background:#fff}.bx-wrapper img{max-width:100%;display:block}.bxslider{margin:0;padding:0;-webkit-perspective:1000}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translateZ(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{display:inline-block;vertical-align:bottom}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left:10px;background:url(images/controls.png) 0 -32px no-repeat}.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next{right:10px;background:url(images/controls.png) -43px -32px no-repeat}.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}
/**
 * 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;
}

/* //Переменные и миксины */
.blue {
  color: #3b9ad9 !important;
}
.gray {
  color: #818385 !important;
}
.light-gray {
  color: rgba(129, 131, 133, 0.95) !important;
}
.green {
  color: #8cc600 !important;
}
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-button {
  background: none;
  padding: 0;
  border: none;
  outline: none;
}
.full-bg {
  position: relative;
  background: #f2f2f2;
}
.full-bg:after,
.full-bg:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f2f2f2;
  width: 100000px;
}
.full-bg:after {
  left: 100%;
}
.full-bg:before {
  right: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.b-container {
  padding: 0 100px;
}
html {
  font-size: 16px;
}
body {
  font-family: 'Geometria';
  overflow-x: hidden;
}
@media screen and (min-width: 1601px) {
  html {
    font-size: 18px;
  }
}
.img-responsive {
  width: 100%;
}
a {
  text-decoration: none;
}
a:hover,
a:focus,
a:visited {
  outline: none;
  text-decoration: none;
}
.b-cont {
  min-width: 760px;
  width: 79.2vw;
  position: relative;
  margin: auto;
  max-width: 1520px;
}
@media screen and (min-width: 1441px) {
  .b-cont {
    width: 1140px;
  }
}
@media screen and (min-width: 1601px) {
  .b-cont {
    width: 79.2vw;
  }
}
.b-cont_centers {
  padding-top: 2.75rem;
  min-width: 880px;
}
.b-wrap {
  min-width: 960px;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}
.b-hide {
  display: none;
}
p {
  margin: 0;
}
.bx-wrapper .bx-loading {
  background: none;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/geometria-bold.eot');
  src: url('../fonts/geometria-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/geometria-bold.woff2') format('woff2'), url('../fonts/geometria-bold.woff') format('woff'), url('../fonts/geometria-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/geometria-light.eot');
  src: url('../fonts/geometria-light.eot?#iefix') format('embedded-opentype'), url('../fonts/geometria-light.woff2') format('woff2'), url('../fonts/geometria-light.woff') format('woff'), url('../fonts/geometria-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/geometria.eot');
  src: url('../fonts/geometria.eot?#iefix') format('embedded-opentype'), url('../fonts/geometria.woff2') format('woff2'), url('../fonts/geometria.woff') format('woff'), url('../fonts/geometria.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/geometria-medium.eot');
  src: url('../fonts/geometria-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/geometria-medium.woff2') format('woff2'), url('../fonts/geometria-medium.woff') format('woff'), url('../fonts/geometria-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'SVP_icons';
  src: url('../fonts/SVP_icons.eot');
  src: url('../fonts/SVP_icons.eot?#iefix') format('embedded-opentype'), url('../fonts/SVP_icons.woff') format('woff'), url('../fonts/SVP_icons.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
.svp,
.content .file h4 a:after,
.centers_map .centers__list__item_popup:after {
  font-family: 'SVP_icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.svp-boobs .path1:before {
  content: "\e60c";
  color: #e5a569;
}
.svp-boobs .path2:before {
  content: "\e60e";
  margin-left: -1.38574219em;
  color: #d9955b;
}
.svp-boobs .path3:before {
  content: "\e610";
  margin-left: -1.38574219em;
  color: #d5676b;
}
.svp-boobs .path4:before {
  content: "\e629";
  margin-left: -1.38574219em;
  color: #ad5e60;
}
.svp-boobs .path5:before {
  content: "\e631";
  margin-left: -1.38574219em;
  color: #da8087;
}
.svp-boobs .path6:before {
  content: "\e645";
  margin-left: -1.38574219em;
  color: #e3a4a9;
}
.svp-boobs .path7:before {
  content: "\e646";
  margin-left: -1.38574219em;
  color: #ad5e60;
}
.svp-boobs .path8:before {
  content: "\e647";
  margin-left: -1.38574219em;
  color: #d5676b;
}
.svp-boobs .path9:before {
  content: "\e648";
  margin-left: -1.38574219em;
  color: #ad5e60;
}
.svp-boobs .path10:before {
  content: "\e649";
  margin-left: -1.38574219em;
  color: #da8087;
}
.svp-boobs .path11:before {
  content: "\e64a";
  margin-left: -1.38574219em;
  color: #e3a4a9;
}
.svp-boobs .path12:before {
  content: "\e64b";
  margin-left: -1.38574219em;
  color: #ad5e60;
}
.svp-boobs .path13:before {
  content: "\e64c";
  margin-left: -1.38574219em;
  color: rgba(239, 199, 158, 0.52999997);
}
.svp-boobs .path14:before {
  content: "\e64d";
  margin-left: -1.38574219em;
  color: rgba(239, 199, 158, 0.52999997);
}
.svp-boobs .path15:before {
  content: "\e64e";
  margin-left: -1.38574219em;
  color: rgba(248, 232, 214, 0.52999997);
}
.svp-boobs .path16:before {
  content: "\e64f";
  margin-left: -1.38574219em;
  color: rgba(248, 232, 214, 0.52999997);
}
.svp-boobs .path17:before {
  content: "\e650";
  margin-left: -1.38574219em;
  color: #d9955b;
}
.svp-english .path1:before {
  content: "\e651";
  color: #ffffff;
}
.svp-english .path2:before {
  content: "\e652";
  margin-left: -1em;
  color: #6398d1;
}
.svp-english .path3:before {
  content: "\e653";
  margin-left: -1em;
  color: #6398d1;
}
.svp-english .path4:before {
  content: "\e654";
  margin-left: -1em;
  color: #6398d1;
}
.svp-english .path5:before {
  content: "\e655";
  margin-left: -1em;
  color: #6398d1;
}
.svp-english .path6:before {
  content: "\e656";
  margin-left: -1em;
  color: #6398d1;
}
.svp-english .path7:before {
  content: "\e657";
  margin-left: -1em;
  color: #6398d1;
}
.svp-english .path8:before {
  content: "\e658";
  margin-left: -1em;
  color: #6398d1;
}
.svp-english .path9:before {
  content: "\e659";
  margin-left: -1em;
  color: #6398d1;
}
.svp-english .path10:before {
  content: "\e65a";
  margin-left: -1em;
  color: #cc2628;
}
.svp-english .path11:before {
  content: "\e65b";
  margin-left: -1em;
  color: #cc2628;
}
.svp-english .path12:before {
  content: "\e65c";
  margin-left: -1em;
  color: #cc2628;
}
.svp-english .path13:before {
  content: "\e65d";
  margin-left: -1em;
  color: #cc2628;
}
.svp-english .path14:before {
  content: "\e65e";
  margin-left: -1em;
  color: #cc2628;
}
.svp-mail:before {
  content: "\e601";
}
.svp-arrow_left_q:before {
  content: "\e602";
}
.svp-arrow_right_q:before {
  content: "\e603";
}
.svp-setting:before {
  content: "\e604";
}
.svp-rus .path1:before {
  content: "\e605";
  color: #ffffff;
}
.svp-rus .path2:before {
  content: "\e606";
  margin-left: -0.984375em;
  color: #e5e5e5;
}
.svp-rus .path3:before {
  content: "\e607";
  margin-left: -0.984375em;
  color: #65a9df;
}
.svp-rus .path4:before {
  content: "\e608";
  margin-left: -0.984375em;
  color: #cc2628;
}
.svp-att:before {
  content: "\e609";
}
.svp-download_mini:before {
  content: "\e60a";
}
.svp-download_big:before {
  content: "\e60b";
}
.svp-pdf:before {
  content: "\e600";
}
.svp-graph_vert:before {
  content: "\e60d";
}
.svp-check_box:before {
  content: "\e60f";
}
.svp-question_q:before {
  content: "\e611";
}
.svp-marker_platon:before {
  content: "\e612";
}
.svp-watch:before {
  content: "\e613";
}
.svp-phone:before {
  content: "\e614";
}
.svp-attention_q:before {
  content: "\e615";
}
.svp-group:before {
  content: "\e616";
}
.svp-edit:before {
  content: "\e617";
}
.svp-print:before {
  content: "\e618";
}
.svp-close_portal:before {
  content: "\e619";
}
.svp-check_portal:before {
  content: "\e61a";
}
.svp-download:before {
  content: "\e61b";
}
.svp-graph:before {
  content: "\e61c";
}
.svp-burger_mini:before {
  content: "\e61d";
}
.svp-burger_portal:before {
  content: "\e61e";
}
.svp-marker_mini:before {
  content: "\e61f";
}
.svp-plus:before {
  content: "\e620";
}
.svp-Platon_LK_icons-09:before {
  content: "\e621";
}
.svp-caledar:before {
  content: "\e622";
}
.svp-delete:before {
  content: "\e623";
}
.svp-ruble:before {
  content: "\e624";
}
.svp-serach_portal:before {
  content: "\e625";
}
.svp-refresh:before {
  content: "\e626";
}
.svp-arrow_left:before {
  content: "\e627";
}
.svp-arrow_right:before {
  content: "\e628";
}
.svp-down:before {
  content: "\e62a";
}
.svp-up:before {
  content: "\e62b";
}
.svp-close_q:before {
  content: "\e62c";
}
.svp-minus_q:before {
  content: "\e62d";
}
.svp-down_q:before {
  content: "\e62e";
}
.svp-up_q:before {
  content: "\e62f";
}
.svp-exit:before {
  content: "\e630";
}
.svp-dot_black:before {
  content: "\e632";
}
.svp-close_mini:before {
  content: "\e633";
}
.svp-dot:before {
  content: "\e634";
}
.svp-dots:before {
  content: "\e635";
}
.svp-ok:before {
  content: "\e636";
}
.svp-burger:before {
  content: "\e637";
}
.svp-attention:before {
  content: "\e638";
}
.svp-balance:before {
  content: "\e639";
}
.svp-broken_by:before {
  content: "\e63a";
}
.svp-by:before {
  content: "\e63b";
}
.svp-search:before {
  content: "\e63c";
}
.svp-chat:before {
  content: "\e63d";
}
.svp-docs:before {
  content: "\e63e";
}
.svp-location:before {
  content: "\e63f";
}
.svp-question:before {
  content: "\e640";
}
.svp-settings:before {
  content: "\e641";
}
.svp-ts:before {
  content: "\e642";
}
.svp-money:before {
  content: "\e643";
}
.svp-close:before {
  content: "\e644";
}
@font-face {
  font-family: 'SVP_icon';
  src: url('../fonts/SVP_icon.eot?-cjy4ph');
  src: url('../fonts/SVP_icon.eot?#iefix-cjy4ph') format('embedded-opentype'), url('../fonts/SVP_icon.ttf?-cjy4ph') format('truetype'), url('../fonts/SVP_icon.woff?-cjy4ph') format('woff'), url('../fonts/SVP_icon.svg?-cjy4ph#SVP_icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="svp2-"],
[class*=" svp2-"] {
  font-family: 'SVP_icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.svp2-icon_tso:before {
  content: "\a8";
}
.svp2-icon:before {
  content: "\f8";
}
.svp2-boobs-01:before {
  content: "\e600";
}
.svp2-boobs-02:before {
  content: "\a5";
}
.svp2-boobs-03:before {
  content: "\e602";
}
.svp2-boobs-04:before {
  content: "\e603";
}
.svp2-boobs-05:before {
  content: "\e604";
}
.svp2-ComCentr_icon_10:before {
  content: "\e605";
}
.svp2-ComCentr_icon_31copy:before {
  content: "\e606";
}
.svp2-ComCentr_icon_33:before {
  content: "\e607";
}
.svp2-ComCentr_icon_34:before {
  content: "\e608";
}
.svp2-ComCentr_icon_03:before {
  content: "\e609";
}
.svp2-ComCentr_icon_17:before {
  content: "\e60a";
}
.svp2-ComCentr_icon_28:before {
  content: "\e60b";
}
.svp2-ComCentr_icon_29:before {
  content: "\e60c";
}
.svp2-ComCentr_icon_30:before {
  content: "\e60d";
}
.svp2-ComCentr_icon_31:before {
  content: "\e60e";
}
.svp2-ComCentr_icon_19:before {
  content: "\e60f";
}
.svp2-ComCentr_icon_24:before {
  content: "\e610";
}
.svp2-ComCentr_icon_26:before {
  content: "\e611";
}
.svp2-ComCentr_icon_27:before {
  content: "\e612";
}
.svp2-ComCentr_icon_04:before {
  content: "\e613";
}
.svp2-ComCentr_icon_09:before {
  content: "\e614";
}
.svp2-ComCentr_icon_14:before {
  content: "\e615";
}
.svp2-ComCentr_icon_23:before {
  content: "\e616";
}
.svp2-ComCentr_icon_25:before {
  content: "\e617";
}
.svp2-ComCentr_icon_16:before {
  content: "\e618";
}
.svp2-ComCentr_icon_18:before {
  content: "\e619";
}
.svp2-ComCentr_icon_21:before {
  content: "\e61a";
}
.svp2-ComCentr_icon_22:before {
  content: "\e61b";
}
.svp2-ComCentr_icon_05:before {
  content: "\e61c";
}
.svp2-ComCentr_icon_13:before {
  content: "\e61d";
}
.svp2-ComCentr_icon_15:before {
  content: "\e61e";
}
.svp2-ComCentr_icon_20:before {
  content: "\e61f";
}
.svp2-ComCentr_icon_11:before {
  content: "\e620";
}
.svp2-ComCentr_icon_12:before {
  content: "\e621";
}
.svp2-ComCentr_icon_01:before {
  content: "\e622";
}
.svp2-ComCentr_icon_02:before {
  content: "\e623";
}
.svp2-ComCentr_icon_06:before {
  content: "\e624";
}
.svp2-ComCentr_icon_07:before {
  content: "\e625";
}
.svp2-ComCentr_icon_08:before {
  content: "\e626";
}
.svp2-ComCentr_icon_32:before {
  content: "\e627";
}
.svp2-open:before {
  content: "\6f";
}
.svp2-new-20:before {
  content: "\6d";
}
.svp2-new-21:before {
  content: "\71";
}
.svp2-new-22:before {
  content: "\57";
}
.svp2-new-23:before {
  content: "\72";
}
.svp2-new-24:before {
  content: "\49";
}
.svp2-new-14 .path1:before {
  content: "\70";
  color: #ffffff;
}
.svp2-new-14 .path2:before {
  content: "\75";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-14 .path3:before {
  content: "\76";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-14 .path4:before {
  content: "\7a";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-14 .path5:before {
  content: "\7b";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-14 .path6:before {
  content: "\7c";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-14 .path7:before {
  content: "\7d";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-14 .path8:before {
  content: "\7e";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-15 .path1:before {
  content: "\66";
  color: #ffffff;
}
.svp2-new-15 .path2:before {
  content: "\67";
  margin-left: -1em;
  color: #ffffff;
}
.svp2-new-15 .path3:before {
  content: "\68";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-15 .path4:before {
  content: "\69";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-16:before {
  content: "\47";
}
.svp2-new-17:before {
  content: "\48";
}
.svp2-new-18 .path1:before {
  content: "\6a";
  color: #ffffff;
}
.svp2-new-18 .path2:before {
  content: "\6b";
  margin-left: -1em;
  color: #ffffff;
}
.svp2-new-18 .path3:before {
  content: "\6c";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-18 .path4:before {
  content: "\6e";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-19 .path1:before {
  content: "\4a";
  color: #ffffff;
}
.svp2-new-19 .path2:before {
  content: "\4b";
  margin-left: -1em;
  color: #ffffff;
}
.svp2-new-19 .path3:before {
  content: "\55";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-19 .path4:before {
  content: "\5b";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-01:before {
  content: "\2c";
}
.svp2-new-02:before {
  content: "\5d";
}
.svp2-new-03:before {
  content: "\23";
}
.svp2-new-04:before {
  content: "\28";
}
.svp2-new-05:before {
  content: "\2116";
}
.svp2-new-06:before {
  content: "\a7";
}
.svp2-new-07:before {
  content: "\43a";
}
.svp2-new-08:before {
  content: "\437";
}
.svp2-new-09 .path1:before {
  content: "\432";
  color: #ffffff;
}
.svp2-new-09 .path2:before {
  content: "\433";
  margin-left: -1em;
  color: #ffffff;
}
.svp2-new-09 .path3:before {
  content: "\434";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-10 .path1:before {
  content: "\430";
  color: #ffffff;
}
.svp2-new-10 .path2:before {
  content: "\431";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-10 .path3:before {
  content: "\435";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-11 .path1:before {
  content: "\43f";
  color: #ffffff;
}
.svp2-new-11 .path2:before {
  content: "\440";
  margin-left: -1em;
  color: #ffffff;
}
.svp2-new-11 .path3:before {
  content: "\441";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-11 .path4:before {
  content: "\442";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-12 .path1:before {
  content: "\e62e";
  color: #ffffff;
}
.svp2-new-12 .path2:before {
  content: "\e62f";
  margin-left: -1em;
  color: #ffffff;
}
.svp2-new-12 .path3:before {
  content: "\e630";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-12 .path4:before {
  content: "\e631";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-13 .path1:before {
  content: "\43e";
  color: #ffffff;
}
.svp2-new-13 .path2:before {
  content: "\443";
  margin-left: -1em;
  color: #808080;
}
.svp2-new-13 .path3:before {
  content: "\444";
  margin-left: -1em;
  color: #bf4337;
}
.svp2-mail:before {
  content: "\43b";
}
.svp2-arrow_left_q:before {
  content: "\27";
}
.svp2-arrow_right_q:before {
  content: "\3b";
}
.svp2-setting:before {
  content: "\2a";
}
.svp2-att:before {
  content: "\25";
}
.svp2-download_mini:before {
  content: "\26";
}
.svp2-download_big:before {
  content: "\40";
}
.svp2-pdf:before {
  content: "\21";
}
.svp2-graph_vert:before {
  content: "\30";
}
.svp2-check_box:before {
  content: "\39";
}
.svp2-question_q:before {
  content: "\38";
}
.svp2-marker_platon:before {
  content: "\37";
}
.svp2-watch:before {
  content: "\35";
}
.svp2-phone:before {
  content: "\34";
}
.svp2-attention_q:before {
  content: "\51";
}
.svp2-group:before {
  content: "\33";
}
.svp2-edit:before {
  content: "\32";
}
.svp2-print:before {
  content: "\31";
}
.svp2-close_portal:before {
  content: "\79";
}
.svp2-check_portal:before {
  content: "\4e";
}
.svp2-download:before {
  content: "\46";
}
.svp2-graph:before {
  content: "\22";
}
.svp2-burger_mini:before {
  content: "\5f";
}
.svp2-burger_portal:before {
  content: "\3d";
}
.svp2-marker_mini:before {
  content: "\59";
}
.svp2-plus:before {
  content: "\2b";
}
.svp2-que:before {
  content: "\3f";
}
.svp2-caledar:before {
  content: "\56";
}
.svp2-delete:before {
  content: "\58";
}
.svp2-ruble:before {
  content: "\50";
}
.svp2-serach_portal:before {
  content: "\54";
}
.svp2-refresh:before {
  content: "\52";
}
.svp2-arrow_left:before {
  content: "\3c";
}
.svp2-arrow_right:before {
  content: "\3e";
}
.svp2-down:before {
  content: "\36";
}
.svp2-up:before {
  content: "\5e";
}
.svp2-close_q:before {
  content: "\78";
}
.svp2-minus_q:before {
  content: "\2d";
}
.svp2-down_q:before {
  content: "\2f";
}
.svp2-up_q:before {
  content: "\5c";
}
.svp2-exit:before {
  content: "\45";
}
.svp2-dot_black:before {
  content: "\2e";
}
.svp2-close_mini:before {
  content: "\63";
}
.svp2-dot:before {
  content: "\29";
}
.svp2-dots:before {
  content: "\3a";
}
.svp2-ok:before {
  content: "\4f";
}
.svp2-burger:before {
  content: "\4d";
}
.svp2-attention:before {
  content: "\41";
}
.svp2-balance:before {
  content: "\44";
}
.svp2-broken_by:before {
  content: "\42";
}
.svp2-by:before {
  content: "\62";
}
.svp2-search:before {
  content: "\53";
}
.svp2-chat:before {
  content: "\77";
}
.svp2-docs:before {
  content: "\64";
}
.svp2-location:before {
  content: "\4c";
}
.svp2-question:before {
  content: "\5a";
}
.svp2-settings:before {
  content: "\73";
}
.svp2-ts:before {
  content: "\74";
}
.svp2-money:before {
  content: "\24";
}
.svp2-close:before {
  content: "\43";
}
.flipclocks {
  height: 1%;
}
.flip-clock-wrapper {
  font-family: Geometria;
  font-size: 14px;
  -webkit-user-select: none;
  /* Main */
  text-align: center;
  position: relative;
  /* Skeleton */
  /* PLAY */
}
.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}
.flip-clock-wrapper a:hover {
  color: #fff;
}
.flip-clock-wrapper ul {
  list-style: none;
}
.flip-clock-wrapper .clearfix {
  *zoom: 1;
}
.flip-clock-wrapper .clearfix:before {
  content: " ";
  display: table;
}
.flip-clock-wrapper .clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.flip-clock-wrapper .flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}
.flip-clock-wrapper .flip-clock-meridium a {
  color: #313333;
}
.flip-clock-wrapper:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  height: 2.8rem;
  bottom: 1.3rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3rem;
  border-radius: 2px;
}
.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 100%;
  line-height: 3rem;
  text-decoration: none !important;
}
.flip-clock-wrapper ul li li:first-child {
  z-index: 2;
}
.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}
.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 50%;
  font-size: 1.6rem;
  overflow: hidden;
  outline: 1px solid transparent;
}
.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 1.5rem;
  height: 100%;
  z-index: 2;
}
.flip-clock-wrapper ul li a .up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}
.flip-clock-wrapper ul li a .up:after {
  content: " ";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.flip-clock-wrapper ul li a .up .inn {
  top: 0;
}
.flip-clock-wrapper ul li a .down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a .down .inn {
  bottom: 0;
}
.flip-clock-wrapper ul li a .inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 1.6rem;
}
.flip-clock-wrapper .play .flip-clock-before {
  z-index: 3;
}
.flip-clock-wrapper .play .flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}
.flip-clock-wrapper .flip {
  padding-left: 1.6rem;
}
.flip-clock-wrapper .flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 0.45rem;
  height: 1rem;
}
.flip-clock-wrapper .flip-clock-divider:first-child {
  width: 0;
}
.flip-clock-wrapper .flip-clock-divider:first-child .flip-clock-label {
  left: 0rem;
}
.flip-clock-wrapper .flip-clock-divider .flip-clock-label {
  position: absolute;
  bottom: -3rem;
  left: 0.225rem;
  display: inline-block;
  width: 3.36rem;
  color: black;
  text-shadow: none;
}
.flip-clock-wrapper .flip-clock-dot {
  display: none;
  background: #323434;
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 0.3rem;
}
.flip-clock-wrapper .flip-clock-dot.top {
  top: 0.9rem;
}
.flip-clock-wrapper .flip-clock-dot.bottom {
  bottom: 0.9rem;
}
@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-moz-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-o-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
  }
}
@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg);
  }
  100% {
    -o-transform: rotateX(0deg);
  }
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}
@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}
@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg);
  }
  100% {
    -moz-transform: rotateX(-90deg);
  }
}
@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg);
  }
  100% {
    -o-transform: rotateX(-90deg);
  }
}
@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}
/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, #000000));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, #000000 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, #000000));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, #000000 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}
/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, #000000 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, #000000 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, #000000 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, #000000 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* //Подключение иконок */
.btn {
  height: 3.438rem;
  display: block;
  border: none;
  padding: 0;
  outline: none;
  color: #e8f4cc;
  font-size: 1.25rem;
  font-weight: 500;
  background: #8cc600;
  border-bottom: 2px solid #6a9c2a;
  width: 100%;
}
.list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 !important;
  padding: 0 0 2rem !important;
}
.list__number {
  color: #000000;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.25;
  min-width: 4.5rem;
  float: left;
}
.list__item {
  padding-bottom: 3rem;
}
.list__item img {
  min-width: 100%;
  height: auto;
}
.content {
  padding-top: 3rem;
  *zoom: 1;
}
.content:before,
.content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content .author {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1rem;
}
.content .wp-video {
  width: auto !important;
  margin-left: 4.5rem;
}
.content .wp-video .wp-video-shortcode {
  width: 100% !important;
}
.content .bu {
  *zoom: 1;
  padding-bottom: 4rem;
}
.content .bu:before,
.content .bu:after {
  content: " ";
  display: table;
}
.content .bu:after {
  clear: both;
}
.content .bu h3 {
  margin-left: 0;
}
.content .bu img {
  width: 9.375rem;
  height: 9.375rem;
  float: left;
}
.content .bu__content {
  margin-left: 9.375rem;
  padding-left: 3.125rem;
}
.content .bu__content p {
  margin-left: 0;
}
.content .col-6 {
  width: 50%;
  float: left;
}
.content .col-6_left {
  width: 45%;
  padding-left: 3%;
  float: left;
}
.content .col-6_right {
  width: 45%;
  padding-right: 3%;
  float: left;
}
.content strong {
  font-weight: 500;
}
.content h1 {
  font-size: 2.125rem;
  color: #000000;
  margin-top: 2.75rem;
  margin-bottom: 2.125rem;
  font-weight: 500;
  line-height: 1.353;
  text-transform: uppercase;
  margin-top: 0;
}
.content h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: normal;
  color: #000000;
  margin-bottom: 2.125rem;
  margin-top: 0;
}
.content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 1rem;
  margin-top: 1.375rem;
  position: relative;
  margin-right: 4.5rem;
  margin-left: 4.5rem;
  margin-top: 0;
}
.content h3 span {
  position: absolute;
  left: -4.5rem;
}
.content h4 {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  margin-right: 4.5rem;
  margin-left: 4.5rem;
  margin-top: 0;
}
.content a {
  color: #3b9ad9;
  text-decoration: none;
}
.content h5 {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  margin-left: 4.5rem;
  margin-right: 4.5rem;
  margin-top: 0;
}
.content p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.375;
  margin-bottom: 1.375rem;
  margin-left: 4.5rem;
  margin-right: 4.5rem;
  margin-top: 0;
}
.content hr {
  border: none;
  height: 1rem;
}
.content .slide__body {
  background-color: #f2f2f2 !important;
}
.content .column-4 {
  width: 33.33333333%;
  float: left;
}
.content .blue-headline {
  color: #3b9ad9 !important;
  font-size: 21px;
}
.content .blue-headline a {
  text-decoration: none;
  color: #3b9ad9 !important;
}
.content .pretty_small {
  font-size: 0.875rem;
}
.content .num:before {
  position: absolute;
  margin-left: -3rem;
  margin-top: -0.5rem;
  font-size: 34px;
}
.content .num a {
  text-decoration: none;
}
.content .num_one:before {
  content: "1. ";
}
.content .num_two:before {
  content: "2. ";
}
.content .num_three:before {
  content: "3. ";
}
.content p:empty {
  display: none;
}
.content .info_icons {
  padding-left: 5.5rem !important;
}
.content .truck:after {
  content: url(../img/truck1.png);
  position: absolute;
  z-index: 9;
  right: -203px;
  margin-top: -13vw;
}
.content .six-steps_container .step-one {
  width: 60%;
  margin-left: 15vw;
  margin-top: 3vw;
}
@media (max-width: 1024px) {
  .content .six-steps_container .step-one {
    margin-left: 20vw;
  }
}
.content .six-steps_container .step-one:before {
  content: url(../img/step-one.png);
  position: absolute;
  left: 0vw;
}
@media (max-width: 1024px) {
  .content .six-steps_container .step-one:before {
    left: 0vw;
  }
}
.content .six-steps_container .step-one a {
  color: #3b9ad9;
  text-decoration: none;
}
.content .six-steps_container .step-one a:hover,
.content .six-steps_container .step-one a:active,
.content .six-steps_container .step-one a:focus {
  text-decoration: none;
}
.content .six-steps_container .step-one h2 {
  font-weight: 500;
  color: #3b9ad9;
  letter-spacing: 0.03em;
}
.content .six-steps_container .step-one h2 span {
  position: absolute;
  margin-left: -3vw;
}
.content .six-steps_container .step-one h2 small {
  line-height: 15px;
  letter-spacing: 0.5px;
  color: black;
  font-size: 1rem;
  font-weight: 400;
}
.content .six-steps_container .step-two {
  width: 60%;
  margin-left: 15vw;
  margin-top: 3vw;
}
@media (max-width: 1024px) {
  .content .six-steps_container .step-two {
    margin-left: 20vw;
  }
}
.content .six-steps_container .step-two:before {
  content: url(../img/step-two.png);
  position: absolute;
  left: 0vw;
}
@media (max-width: 1024px) {
  .content .six-steps_container .step-two:before {
    left: 0vw;
  }
}
.content .six-steps_container .step-two a {
  color: #3b9ad9;
  text-decoration: none;
}
.content .six-steps_container .step-two a:hover,
.content .six-steps_container .step-two a:active,
.content .six-steps_container .step-two a:focus {
  text-decoration: none;
}
.content .six-steps_container .step-two h2 {
  font-weight: 500;
  color: #3b9ad9;
  letter-spacing: 0.03em;
}
.content .six-steps_container .step-two h2 span {
  position: absolute;
  margin-left: -3vw;
}
.content .six-steps_container .step-two h2 small {
  line-height: 15px;
  letter-spacing: 0.5px;
  color: black;
  font-size: 1rem;
  font-weight: 400;
}
.content .six-steps_container .step-three {
  width: 60%;
  margin-left: 15vw;
  margin-top: 3vw;
}
@media (max-width: 1024px) {
  .content .six-steps_container .step-three {
    margin-left: 20vw;
  }
}
.content .six-steps_container .step-three:before {
  content: url(../img/step-three.png);
  position: absolute;
  left: 0vw;
}
@media (max-width: 1024px) {
  .content .six-steps_container .step-three:before {
    left: 0vw;
  }
}
.content .six-steps_container .step-three a {
  color: #3b9ad9;
  text-decoration: none;
}
.content .six-steps_container .step-three a:hover,
.content .six-steps_container .step-three a:active,
.content .six-steps_container .step-three a:focus {
  text-decoration: none;
}
.content .six-steps_container .step-three h2 {
  font-weight: 500;
  color: #3b9ad9;
  letter-spacing: 0.03em;
}
.content .six-steps_container .step-three h2 span {
  position: absolute;
  margin-left: -3vw;
}
.content .six-steps_container .step-three h2 small {
  line-height: 15px;
  letter-spacing: 0.5px;
  color: black;
  font-size: 1rem;
  font-weight: 400;
}
.content .six-steps_container .step-four {
  width: 60%;
  margin-left: 15vw;
  margin-top: 3vw;
}
@media (max-width: 1024px) {
  .content .six-steps_container .step-four {
    margin-left: 20vw;
  }
}
.content .six-steps_container .step-four:before {
  content: url(../img/step-four.png);
  position: absolute;
  left: 0vw;
}
@media (max-width: 1024px) {
  .content .six-steps_container .step-four:before {
    left: 0vw;
  }
}
.content .six-steps_container .step-four a {
  color: #3b9ad9;
  text-decoration: none;
}
.content .six-steps_container .step-four a:hover,
.content .six-steps_container .step-four a:active,
.content .six-steps_container .step-four a:focus {
  text-decoration: none;
}
.content .six-steps_container .step-four h2 {
  font-weight: 500;
  color: #3b9ad9;
  letter-spacing: 0.03em;
}
.content .six-steps_container .step-four h2 span {
  position: absolute;
  margin-left: -3vw;
}
.content .six-steps_container .step-four h2 small {
  line-height: 15px;
  letter-spacing: 0.5px;
  color: black;
  font-size: 1rem;
  font-weight: 400;
}
.content .six-steps_container .step-five {
  width: 60%;
  margin-left: 15vw;
  margin-top: 3vw;
}
@media (max-width: 1024px) {
  .content .six-steps_container .step-five {
    margin-left: 20vw;
  }
}
.content .six-steps_container .step-five:before {
  content: url(../img/step-five.png);
  position: absolute;
  left: 0vw;
}
@media (max-width: 1024px) {
  .content .six-steps_container .step-five:before {
    left: 0vw;
  }
}
.content .six-steps_container .step-five a {
  color: #3b9ad9;
  text-decoration: none;
}
.content .six-steps_container .step-five a:hover,
.content .six-steps_container .step-five a:active,
.content .six-steps_container .step-five a:focus {
  text-decoration: none;
}
.content .six-steps_container .step-five h2 {
  font-weight: 500;
  color: #3b9ad9;
  letter-spacing: 0.03em;
}
.content .six-steps_container .step-five h2 span {
  position: absolute;
  margin-left: -3vw;
}
.content .six-steps_container .step-five h2 small {
  line-height: 15px;
  letter-spacing: 0.5px;
  color: black;
  font-size: 1rem;
  font-weight: 400;
}
.content .six-steps_container .step-six {
  width: 60%;
  margin-left: 15vw;
  margin-top: 3vw;
}
@media (max-width: 1024px) {
  .content .six-steps_container .step-six {
    margin-left: 20vw;
  }
}
.content .six-steps_container .step-six:before {
  content: url(../img/step-six.png);
  position: absolute;
  left: 0.5vw;
}
@media (max-width: 1024px) {
  .content .six-steps_container .step-six:before {
    left: 0vw;
  }
}
.content .six-steps_container .step-six a {
  color: #3b9ad9;
  text-decoration: none;
}
.content .six-steps_container .step-six a:hover,
.content .six-steps_container .step-six a:active,
.content .six-steps_container .step-six a:focus {
  text-decoration: none;
}
.content .six-steps_container .step-six h2 {
  font-weight: 500;
  color: #3b9ad9;
  letter-spacing: 0.03em;
}
.content .six-steps_container .step-six h2 span {
  position: absolute;
  margin-left: -3vw;
}
.content .six-steps_container .step-six h2 small {
  line-height: 15px;
  letter-spacing: 0.5px;
  color: black;
  font-size: 1rem;
  font-weight: 400;
}
.content .ramka {
  position: relative;
  margin-left: -5.5rem !important;
}
.content .ramka .zind {
  position: relative;
  z-index: 9;
}
.content .ramka .descr-info {
  width: 60%;
  float: left;
}
@media (min-width: 320px) {
  .content .ramka {
    height: 500px !important;
  }
}
@media (min-width: 960px) {
  .content .ramka {
    height: 50vw !important;
  }
}
@media (min-width: 1240px) {
  .content .ramka {
    height: 50vw !important;
  }
}
@media (min-width: 2200px) {
  .content .ramka {
    height: 45vw !important;
  }
}
@media (min-width: 2500px) {
  .content .ramka {
    height: 35vw !important;
  }
}
@media (min-width: 2900px) {
  .content .ramka {
    height: 30vw !important;
  }
}
.content .ramka-img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.content .ramka .letter-fix {
  padding-top: 0.3vw;
}
@media (max-width: 1440px) {
  .content .ramka .letter-fix {
    padding-left: 3vw;
  }
}
@media (max-width: 1680px) {
  .content .ramka .letter-fix {
    padding-left: 2vw;
  }
}
@media (max-width: 1920px) {
  .content .ramka .letter-fix {
    padding-left: 1.5vw;
  }
}
.content .iholder {
  position: relative;
}
.content .iholder .section_i {
  background-color: #f2f2f2;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.content .iholder .section_i .holder {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}
.content .iholder .section_i .holder p {
  clear: both;
  margin-left: 0;
  margin-right: 0;
}
.content .iholder .section_i:before {
  content: ' ';
  right: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f2f2f2;
  width: 100000px;
}
.content .iholder .section_i:after {
  content: ' ';
  left: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f2f2f2;
  width: 100000px;
}
.content .h1-icon {
  width: 100%;
  height: 100%;
  font-size: 5rem;
  color: #3b9ad9;
  line-height: 5rem;
}
.content .column-6 {
  margin-left: 5%;
  width: 45%;
  float: left;
}
.content .c-holder {
  margin-bottom: 1.375rem;
  margin-left: 4.5rem;
  margin-right: 4.5rem;
  margin-top: 0;
  vertical-align: middle;
  display: table;
  width: 100%;
  letter-spacing: normal;
  word-spacing: normal;
  position: relative;
}
.content .c-holder .gap {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.content .c-holder .double-gap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.content .c-holder .column-6 {
  margin-left: 5%;
  width: 45%;
  float: left;
}
.content .c-holder .column-6:first-child {
  padding-top: 1rem;
}
.content .c-holder .mobile__icons {
  min-height: 14rem;
}
.content .c-holder .mobile__icons-small {
  margin-top: 2rem;
}
.content .column-3 {
  width: 25%;
  float: left;
}
.content .letter {
  font-size: 3rem;
}
.content .letter small {
  font-size: 1.5rem;
}
.content .letter-align {
  padding-left: 3rem;
  padding-top: 0.6rem;
  margin-bottom: 1rem;
}
@media (max-width: 980px) {
  .content .letter-align {
    padding-left: 5rem;
    padding-top: 0.9rem;
    margin-bottom: 2rem;
  }
}
.content .letter-big {
  font-size: 78px;
  font-weight: 500;
}
.content .letter-big small {
  font-weight: 300;
  font-size: 1.5rem;
}
.content .clear_sides {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.content .truck-inform {
  background: url(../img/truck2.png) center center no-repeat #f2f2f2;
  background-size: contain;
  min-height: 450px;
  min-width: 100%;
}
.content .icon-group:before {
  font-family: 'SVP_icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothings: grayscale;
  content: "\e616";
  font-size: 1.5rem;
  position: absolute;
  margin-left: -4rem;
  margin-top: 1rem;
}
.content .icon-calendar:before {
  font-family: 'SVP_icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothings: grayscale;
  content: "\e622";
  font-size: 1.5rem;
  position: absolute;
  margin-left: -4rem;
  margin-top: 1rem;
}
.content .icon-wallet:before {
  font-family: 'SVP_icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothings: grayscale;
  content: "\e643";
  font-size: 1.5rem;
  position: absolute;
  margin-left: -4rem;
  margin-top: 2.6rem;
}
.content .icon-map:before {
  font-family: 'SVP_icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothings: grayscale;
  content: "\e63f";
  font-size: 1.5rem;
  position: absolute;
  margin-left: -4rem;
  margin-top: 1rem;
}
.content .icon-map_side:before {
  font-family: 'SVP_icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothings: grayscale;
  content: "\e63f";
  font-size: 3rem;
  position: absolute;
  margin-left: -3.5rem;
  margin-top: -1.5rem;
}
.content .icon-device:before {
  font-family: 'SVP_icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothings: grayscale;
  content: "\e607";
  font-size: 3rem;
  position: absolute;
  margin-left: -3.5rem;
  margin-top: -1.5rem;
}
.content .icon-house:before {
  font-family: 'SVP_icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothings: grayscale;
  content: "\e61a";
  font-size: 1.5rem;
  color: #3b9ad9;
  position: absolute;
  margin-left: -3.5rem;
  margin-top: -0.3rem;
}
.content .icon-terminal:before {
  font-family: 'SVP_icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothings: grayscale;
  content: "\a8";
  font-size: 1.5rem;
  color: #3b9ad9;
  position: absolute;
  margin-left: -3.5rem;
  margin-top: -0.3rem;
}
.content .icon-callcenter:before {
  font-family: 'SVP_icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothings: grayscale;
  content: "\e614";
  font-size: 1.5rem;
  color: #3b9ad9;
  position: absolute;
  margin-left: -3.5rem;
  margin-top: -0.3rem;
}
.content .icon-portal:before {
  font-family: 'SVP_icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothings: grayscale;
  content: "\e611";
  font-size: 1.5rem;
  color: #3b9ad9;
  position: absolute;
  margin-left: -3.5rem;
  margin-top: -0.3rem;
}
.content .icon-mobile:before {
  font-family: 'SVP_icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothings: grayscale;
  content: "\72";
  font-size: 1.5rem;
  color: #3b9ad9;
  position: absolute;
  margin-left: -3.5rem;
  margin-top: -0.3rem;
}
.content .documents {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}
.content ul,
.content ol {
  margin-bottom: 1.375rem;
  margin-left: 4.375rem;
  padding-left: 1.25rem;
  margin-right: 4.5rem;
}
.content ul li,
.content ol li {
  color: #000000;
  font-size: 1rem;
  line-height: 1.375;
}
.content ul li ul,
.content ol li ul,
.content ul li ol,
.content ol li ol,
.content ul li li,
.content ol li li {
  list-style: none;
}
.content ul li ul li:before,
.content ol li ul li:before,
.content ul li ol li:before,
.content ol li ol li:before,
.content ul li li li:before,
.content ol li li li:before {
  content: " ";
  position: absolute;
  margin-top: 7px;
  margin-left: -20px;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 50%;
}
.content ul li ul,
.content ol li ul,
.content ul li ol,
.content ol li ol {
  padding-left: 1.125rem;
  margin-top: 0.5rem;
}
.content ._row {
  margin-left: -15px;
  margin-right: -15px;
}
.content ._row:before,
.content ._row:after {
  content: " ";
  display: table;
}
.content ._row:after {
  clear: both;
}
.content .video {
  padding: 0 0 1.25rem;
  margin: 1.875rem 0;
  position: relative;
  background: #f2f2f2;
}
.content .video iframe {
  min-width: 100%;
  margin-bottom: 2.063rem;
}
.content .video p {
  color: #666;
}
.content .video:after,
.content .video:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f2f2f2;
  width: 100000px;
}
.content .video:after {
  left: 100%;
}
.content .video:before {
  right: 100%;
}
.content blockquote {
  padding: 3.438rem 0;
  margin: 0;
  border: none;
  font-size: 1.313rem;
  line-height: 2.1rem;
  color: #333333;
  position: relative;
  background: #f2f2f2;
}
.content blockquote:after,
.content blockquote:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f2f2f2;
  width: 100000px;
}
.content blockquote:after {
  left: 100%;
}
.content blockquote:before {
  right: 100%;
}
.content table {
  margin: 1.875rem 0;
}
.content table tr td {
  padding-top: 1.313rem;
  padding-bottom: 1.313rem;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1.25em;
  border-right: 2px solid #fff;
  width: 1%;
  padding-left: 1.875rem;
  padding-right: 0.938rem;
}
.content table tr td:first-child {
  padding-left: 4.5rem;
}
.content table tr td:last-child {
  border-right: none;
}
.content table tr:nth-child(odd) td {
  background: #f2f2f2;
}
.content table tr:nth-child(odd) td:first-child,
.content table tr:nth-child(odd) td:last-child {
  position: relative;
}
.content table tr:nth-child(odd) td:first-child:after,
.content table tr:nth-child(odd) td:last-child:after {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f2f2f2;
  width: 100000px;
  content: ' ';
}
.content table tr:nth-child(odd) td:first-child:after {
  right: 100%;
}
.content table tr:nth-child(odd) td:last-child:after {
  left: 100%;
}
.h2fix h2 {
  line-height: 34px;
}
.documents {
  margin-bottom: 1.375rem;
  margin-left: 4.5rem;
  margin-right: 4.5rem;
  margin-top: 0;
}
.documents a:after {
  margin-left: -1.125rem;
}
.documents .file h4 {
  padding: 0 1.125rem !important;
  margin: 0 !important;
}
.documents .file h4:last-child a:after {
  margin-left: -1.125rem !important;
}
.documents .file p {
  padding: 0 1.125rem !important;
  margin: 0 !important;
}
.documents ._row .col-6 {
  width: 45%;
}
.documents ._row .col-6:nth-child(2) {
  padding-left: 5%;
}
.documents ._row .col-6:nth-child(2) a:after {
  margin-left: -1.125rem;
}
@media (max-width: 980px) {
  .info_icons .col-6 {
    width: 50%;
    margin-top: 3vw;
  }
}
@media (min-width: 980px) {
  .info_icons .col-6 {
    width: 50%;
    margin-top: 2vw;
  }
}
@media (min-width: 1440px) {
  .info_icons .col-6 {
    width: 33.3333333% !important;
    float: left;
    margin-top: 1vw;
  }
}
.padding-left {
  padding-left: 8rem !important;
}
.padding-left_low {
  padding-left: 0rem !important;
}
.padding-top {
  padding-top: 20px !important;
}
.padding-content {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}
.padding-content_left {
  padding-left: 4.5rem !important;
}
.padding-content_right {
  padding-right: 4.5rem !important;
}
.padding-mincontent {
  padding-left: -4.5rem !important;
  padding-right: -4.5rem !important;
}
.padding-mincontent_right {
  padding-right: -4.5rem !important;
}
.padding-mincontent_left {
  padding-left: -4.5rem !important;
}
.margin-top {
  margin-top: 20px;
}
.margin-bottom {
  margin-top: 20px;
}
.margin-left {
  margin-left: 20px;
}
.margin-right {
  margin-right: 20px;
}
.tab {
  list-style-type: none;
  padding: 0;
}
.tab__nav {
  min-width: 924px;
  padding: 0 1.125rem;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: auto;
}
.tab__nav li {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  text-align: center;
  height: 4.5rem;
}
.tab__nav li.current-menu-item a {
  color: #000000;
}
.tab__nav a {
  font-size: 0.875rem;
  line-height: 1.2em;
  white-space: nowrap;
  text-decoration: none;
  color: #3b9ad9;
}
.tab__nav a:visited,
.tab__nav a:focus,
.tab__nav a:active,
.tab__nav a:hover {
  text-decoration: none;
}
.tab__nav a:hover {
  color: #000000;
}
.tab__item {
  display: none;
}
.tab__item_active {
  display: block;
}
.slide__title {
  margin-left: 0 !important;
  padding-left: 4.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
  color: #3b9ad9 !important;
  font-weight: normal !important;
  user-select: none;
}
.slide__title:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #3b9ad9;
  transform: rotate(-90deg);
  transition: transform .2s;
  left: 10px;
  top: 20px;
}
.slide__title.active {
  color: #000000 !important;
}
.slide__title.active:after {
  border-top: 9px solid #000000;
  transform: rotate(0);
}
.slide__body {
  display: none;
  background-color: #f2f2f2;
  position: relative;
  background: #f2f2f2;
  padding: 20px 0 1px;
}
.slide__body:after,
.slide__body:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f2f2f2;
  width: 100000px;
}
.slide__body:after {
  left: 100%;
}
.slide__body:before {
  right: 100%;
}
.slide__body table {
  margin: 1.875rem 0;
}
.slide__body table tr td {
  padding-top: 1.313rem;
  padding-bottom: 1.313rem;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1.25em;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  width: 1%;
  padding-left: 1.875rem;
  padding-right: 0.938rem;
}
.slide__body table tr td:first-child {
  padding-left: 4.5rem;
}
.slide__body table tr td:last-child {
  border-right: none;
}
.slide__body table tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.2);
}
.slide__body table tr:nth-child(odd) td:first-child,
.slide__body table tr:nth-child(odd) td:last-child {
  position: relative;
}
.slide__body table tr:nth-child(odd) td:first-child:after,
.slide__body table tr:nth-child(odd) td:last-child:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
  width: 100000px;
  content: ' ';
}
.slide__body table tr:nth-child(odd) td:first-child:after {
  right: 100%;
  display: none;
}
.slide__body table tr:nth-child(odd) td:last-child:after {
  left: 100%;
  display: none;
}
.content .file {
  padding-bottom: 1rem;
}
.content .file h4,
.content .file p {
  margin-left: 3.125rem;
  margin-right: 1.375rem;
}
.content .file h4 {
  font-size: 1.125rem;
  line-height: 1.25;
}
.content .file h4 a {
  position: relative;
}
.content .file h4 a:after {
  content: "\e60a";
  color: #8cc600;
  display: block;
  position: absolute;
  top: 0.125rem;
  font-size: 2.5rem;
  line-height: 1;
  left: -3.125rem;
}
.content .file p {
  font-size: 0.875rem;
  letter-spacing: -0.03em;
  line-height: 1.25;
}
.media {
  margin-left: -4.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.media > * {
  width: 100%;
  margin-bottom: 19.2px;
}
.media_half > * {
  width: 49%;
}
#map {
  height: 72.188rem;
  position: absolute;
  left: 0;
  display: none;
  right: 0;
}
.centers {
  position: relative;
}
.centers__controls {
  *zoom: 1;
  position: relative;
}
.centers__controls:before,
.centers__controls:after {
  content: " ";
  display: table;
}
.centers__controls:after {
  clear: both;
}
.centers__switch {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
  float: left;
}
.centers__switch:before,
.centers__switch:after {
  content: " ";
  display: table;
}
.centers__switch:after {
  clear: both;
}
.centers__switch li {
  float: left;
  color: #3b9ad9;
}
.centers__switch li:first-child label {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-left: 3.875rem;
}
.centers__switch li:first-child label i {
  font-size: 1.75rem;
  top: 0.813rem;
  left: 1.938rem;
}
.centers__switch li:last-child label {
  padding-left: 3.563rem;
}
.centers__switch li:last-child label i {
  font-size: 1.25rem;
  top: 1.063rem;
  left: 1.688rem;
}
.centers__switch input {
  display: none;
}
.centers__switch input:checked + label {
  border-bottom: 1px solid #f8f8f8;
  background: #f8f8f8;
  color: #000000;
}
.centers__switch label {
  position: relative;
  line-height: 3.375rem;
  width: 9.438rem;
  cursor: pointer;
  box-sizing: border-box;
  height: 3.438rem;
  display: block;
  float: left;
  background: #e8e9ea;
  color: inherit;
  font-size: 1.125rem;
  font-weight: 500;
}
.centers__switch label i {
  display: block;
  position: absolute;
}
.centers__partners {
  background: #fff;
  padding-top: 2rem;
  padding-left: 3.125rem;
  padding-bottom: 2rem;
}
.centers__partners__title {
  font-size: 1.125rem;
  font-weight: 500;
  padding-bottom: 1rem;
}
.centers__partners_qiwi {
  background: url(../img/qiwi__logo.png) no-repeat;
  background-size: contain;
  display: block;
  width: 9.5rem;
  height: 3.75rem;
}
.centers__partners__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.centers__search {
  *zoom: 1;
  margin-left: 19.064rem;
}
.centers__search:before,
.centers__search:after {
  content: " ";
  display: table;
}
.centers__search:after {
  clear: both;
}
.centers__search div {
  margin-right: 8.188rem;
  position: relative;
}
.centers__search__clear {
  position: absolute;
  right: 0;
  top: 50%;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  background: url(../img/input__clear.png);
  padding: 0;
  border: none;
  background-size: contain;
  outline: none;
}
.centers__search input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2.4rem 0 1.125rem;
  outline: none;
  line-height: 1.2em;
  font-size: 1.125rem;
  border: 1px solid #c2c6ca;
  border-bottom: 1px solid #c2c6ca;
  color: #000000;
  height: 3.438rem;
}
.centers__search input::-webkit-input-placeholder {
  color: #000000;
}
.centers__search__btn {
  height: 3.438rem;
  display: block;
  float: right;
  width: 8.188rem;
  border: none;
  padding: 0;
  outline: none;
  color: #e8f4cc;
  font-size: 1.25rem;
  font-weight: 500;
  background: #8cc600;
  border-bottom: 1px solid #6a9c2a;
}
.centers__content {
  *zoom: 1;
  float: left;
}
.centers__content:before,
.centers__content:after {
  content: " ";
  display: table;
}
.centers__content:after {
  clear: both;
}
.centers__form {
  width: 18.876rem;
  background: #f8f8f8;
  float: left;
  position: relative;
}
.centers__form__btn {
  height: 44px;
}
.centers__form__title {
  color: #3b9ad9;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2.75rem;
  padding: 0 0 0 2.875rem;
  cursor: pointer;
  text-align: left;
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: none;
}
button.centers__form__title i:before {
  position: absolute;
  left: 0.813rem;
  transform: rotate(-90deg);
  top: 0.750rem;
  font-size: 1.25rem;
  transition: transform .2s;
}
button.centers__form__title.active i:before {
  transform: rotate(0);
}
.centers__form__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.centers__form__item {
  border-bottom: 1px solid #ebedee;
}
.centers__form__item.checkbox-big input {
  display: none;
}
.centers__form__item.checkbox-big input:checked + label i {
  border-color: #8cc600;
  color: #8cc600;
}
.centers__form__item.checkbox-big input:checked + label i:before {
  display: block;
  font-size: 0.75rem;
  top: 0.188rem;
  line-height: 1;
  left: 0.188rem;
  position: absolute;
  color: inherit;
  content: '\e636';
}
.centers__form__item.checkbox-big label i {
  width: 1.375rem;
  height: 1.375rem;
  display: block;
  position: absolute;
  border: 0.125rem solid #bcc8cd;
  box-sizing: border-box;
  left: 0.75rem;
  top: 50%;
  margin-top: -0.6875rem;
}
.centers__form__item.checkbox-big label i:before {
  display: none;
}
.centers__list-headline {
  margin-left: 20.064rem;
  padding-top: 1.563rem;
  color: #3b9ad9;
}
.centers__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 19.064rem;
  padding-top: 1.563rem;
}
.centers__list__item {
  width: 16rem;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2rem;
  padding-left: 2.625rem;
  box-sizing: border-box;
}
.centers__list__item_popup {
  z-index: 9;
}
.centers__list__item_terminal .centers__name i {
  color: #8cc600;
}
.centers__list__item_road .centers__name {
  color: #e34e41;
}
.centers__list__item_road .centers__name i {
  color: #e34e41;
}
.centers__descr {
  font-size: 0.813rem;
  line-height: 1.25;
  margin-bottom: 0.625rem;
  margin-top: 0;
  color: #58595b;
  word-wrap: break-word;
  position: relative;
}
.centers__descr i {
  left: -1.313rem;
  display: block;
  position: absolute;
  color: #c5c9cc;
}
.centers__time {
  color: #000000;
  margin-bottom: 0.313rem;
}
.centers__phone {
  margin-bottom: 0.313rem;
}
.centers__phone a {
  text-decoration: none;
  color: #000000;
}
.centers__phone a:hover {
  text-decoration: none;
  color: #000000;
}
.centers__phone i {
  top: 0.125rem;
}
.centers__coor {
  margin-top: 0.813rem;
  color: #c5c9cc;
}
.centers__mail a {
  color: #005a8b;
  text-decoration: none;
}
.centers__mail i {
  top: 0.125rem;
}
.centers__name {
  line-height: 1.25;
  margin-top: 0;
  color: #3b9ad9;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.centers__name_click {
  cursor: pointer;
}
.centers__name i {
  left: -25px;
  font-size: 21px;
  display: block;
  position: absolute;
}
.centers__info {
  display: none;
}
.centers_map {
  height: 72.188rem;
}
.centers_map #map {
  display: block;
}
.centers_map .centers__list,
.centers_map .centers__partners,
.centers_map .centers__list-headline {
  display: none;
}
.centers_map .centers__search input {
  border: 1px solid rgba(194, 198, 202, 0.5);
  border-bottom: 1px solid #c2c6ca;
  background-color: rgba(255, 255, 255, 0.7);
}
.centers_map .centers__switch label {
  background: rgba(226, 228, 229, 0.8);
  border-bottom: 1px solid transparent;
}
.centers_map .centers__switch input:checked + label {
  background-color: rgba(247, 247, 247, 0.9);
  border-bottom: none;
  border-right: 1px solid transparent;
}
.centers_map .centers__form {
  background-color: rgba(247, 247, 247, 0.9);
}
.centers_map .centers__list__item_popup {
  display: block;
  background: #fff;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 4px solid #3b9ad9;
}
.centers_map .centers__list__item_popup:after {
  content: '\e612';
  font-size: 42px;
  position: absolute;
  left: 50%;
  margin-left: -21px;
  color: #3b9ad9;
  bottom: -25px;
}
.centers_map .centers__list__item_popup:before {
  content: ' ';
  background: #3b9ad9;
  width: 20px;
  height: 17px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
}
.centers_map .centers__list__item_popup.centers__list__item_terminal {
  border-bottom-color: #8cc600;
}
.centers_map .centers__list__item_popup.centers__list__item_terminal:after {
  color: #8cc600;
}
.centers_map .centers__list__item_popup.centers__list__item_terminal:before {
  background: #8cc600;
}
.centers_map .centers__list__item_popup .leaflet-popup-tip-container {
  display: none;
}
.centers_map .centers__list__item_popup .leaflet-popup-content-wrapper {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.centers_map .centers__list__item_popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
  line-height: 1.5;
}
.centers_map .centers__info {
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.875rem 6.25rem;
  top: 40rem;
  left: 0;
  right: 0;
  *zoom: 1;
}
.centers_map .centers__info:before,
.centers_map .centers__info:after {
  content: " ";
  display: table;
}
.centers_map .centers__info:after {
  clear: both;
}
.centers_map .centers__info h3 {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.25;
  margin: 0 0 2rem;
}
.centers_map .centers__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.centers_map .centers__info .col-6 {
  float: left;
  width: 50%;
  padding-right: 4%;
  box-sizing: border-box;
}
.centers_map .centers__info li {
  position: relative;
  font-size: 0.875rem;
  padding-left: 0.75rem;
}
.centers_map .centers__info li:before {
  content: '•';
  position: absolute;
  left: 0;
}
.leaflet-objects-pane {
  font-family: Geometria;
}
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 0.5rem;
  padding-left: 2.875rem;
}
.check-list input {
  display: none;
}
.check-list input:checked + label:after {
  border-color: #8cc600;
  background: #8cc600;
}
.check-list__item {
  margin-bottom: 0.375rem;
}
.check-list label {
  padding: 0 0 0 1.125rem;
  font-size: 0.875rem;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
.check-list label:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.375rem;
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #e6e6e6;
}
#wpadminbar {
  z-index: 99999999999999999999999 !important;
}
.header_information {
  background-color: #379bdb;
  clear: both;
  height: 4rem;
  width: 100vw;
  left: 0;
  right: 0;
  top: 0;
  color: white;
  display: block;
  padding-left: 15%;
  position: fixed;
  z-index: 9999999999999999999999;
}
.header_information--wrapper {
  position: relative;
  float: left;
  width: 70%;
  padding-left: 1rem;
  overflow: hidden;
}
.header_information--icon {
  float: left;
  margin-top: 1rem;
  width: 1.5rem;
  height: 1.5rem;
}
.header_information--text {
  height: 4rem;
  display: table-cell;
  vertical-align: middle;
}
.header_information--close {
  float: right;
  width: 4%;
  background-color: #cacaca;
  position: fixed;
  right: 0;
  height: 4rem;
  z-index: 10000000000000000000000000;
  display: table-cell;
  font-size: 26px;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  color: black;
}
.header_information--close span {
  opacity: .4;
}
.header_information--close span:before {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  top: 50%;
}
.header_information--close:hover span {
  opacity: .7;
}
.header-info {
  margin-top: 4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 80px;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  display: block;
  background: #cacaca;
}
.header-info_red {
  display: none;
  background-color: #e74c3c;
  width: 32%;
  height: 80px;
  float: left;
  font-variant: small-caps;
  line-height: 80px;
  cursor: pointer;
  color: white;
  outline: none;
  font-weight: 300;
}
.header-info_red:hover {
  background-color: #e43725;
}
.header-info_red a {
  color: black;
  text-decoration: none;
  outline: none;
}
.header-info_yellow {
  background-color: #fff000;
  width: 48%;
  height: 80px;
  float: left;
  font-variant: small-caps;
  display: table-cell;
  line-height: 80px;
  cursor: pointer;
  color: black;
  outline: none;
}
.header-info_yellow:hover {
  background-color: #e6d800;
}
.header-info_yellow a {
  color: black;
  text-decoration: none;
  outline: none;
}
.header-info_green {
  background-color: #8cc600;
  width: 48%;
  height: 80px;
  float: left;
  color: white;
  font-variant: small-caps;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: table-cell;
  line-height: 80px;
  cursor: pointer;
  outline: none;
}
.header-info_green:hover {
  background-color: #7aad00;
}
.header-info_green a {
  color: white;
  text-decoration: none;
  outline: none;
}
.header-info_close {
  width: 4%;
  float: left;
  display: table-cell;
  font-size: 26px;
  cursor: pointer;
  outline: none;
  position: relative;
  top: 50%;
  margin-top: -13px;
  vertical-align: middle;
}
.header-info_close span {
  opacity: .4;
}
.header-info_close:hover span {
  opacity: .7;
}
.header-counter {
  background-color: #333333;
  box-shadow: inset 0px 7px 16px -3px rgba(0, 0, 0, 0.75), inset 5px -17px 32px -5px rgba(0, 0, 0, 0.75);
  z-index: 999;
  min-height: 50px;
  height: 50px;
  min-width: 980px;
}
.header-counter .timer-description {
  display: none;
  position: relative;
  font-family: Geometria;
  color: #7f7f7f;
  font-size: 12px;
  letter-spacing: 0.02em;
  max-width: 80%;
  min-width: 800px;
  width: 800px;
  margin: 0 auto auto 30%;
}
@media (max-width: 1280px) {
  .header-counter .timer-description {
    margin: 0 auto auto 20%;
  }
}
@media (max-width: 1024px) {
  .header-counter .timer-description {
    margin: 0 auto auto 20%;
  }
}
.header-counter .timer-description .t-days {
  color: #7f7f7f;
  position: absolute;
  left: 5%;
  top: 105px;
}
@media (max-width: 1280px) {
  .header-counter .timer-description .t-days {
    left: 5%;
  }
}
@media (max-width: 1024px) {
  .header-counter .timer-description .t-days {
    left: 5%;
  }
}
.header-counter .timer-description .t-hours {
  color: #7f7f7f;
  position: absolute;
  left: 30%;
  top: 105px;
}
@media (max-width: 1280px) {
  .header-counter .timer-description .t-hours {
    left: 30%;
  }
}
@media (max-width: 1024px) {
  .header-counter .timer-description .t-hours {
    left: 27%;
  }
}
.header-counter .timer-description .t-mins {
  color: #7f7f7f;
  position: absolute;
  left: 57%;
  top: 105px;
}
@media (max-width: 1280px) {
  .header-counter .timer-description .t-mins {
    left: 57%;
  }
}
@media (max-width: 1024px) {
  .header-counter .timer-description .t-mins {
    left: 52%;
  }
}
.header-counter .timer-description .t-secs {
  color: #7f7f7f;
  position: absolute;
  left: 84%;
  top: 105px;
}
@media (max-width: 1280px) {
  .header-counter .timer-description .t-secs {
    left: 84%;
  }
}
@media (max-width: 1024px) {
  .header-counter .timer-description .t-secs {
    left: 75%;
  }
}
.header-counter .timer-holder #counter {
  font-family: Geometria;
  color: #adadad;
  position: absolute;
  left: 50%;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.02em;
  max-width: 80%;
  min-width: 400px;
  width: 400px;
  margin-left: -200px;
  text-shadow: 0px 2px 2px #000;
}
.header-counter .timer-holder .timer-title {
  width: 5%;
  position: absolute;
  margin: 7px 0 0 16%;
  left: 12%;
  color: #ffffff;
  font-size: 0.7rem;
}
@media (max-width: 1024px) {
  .header-counter .timer-holder .timer-title {
    margin-left: 2% !important;
    width: 5%;
  }
}
@media (max-width: 820px) {
  .header-counter .timer-holder .timer-title {
    margin-left: 0 !important;
  }
}
@media (min-width: 620px) and (max-width: 820px) {
  .header-counter .timer-holder .timer-title {
    margin-left: -10% !important;
  }
}
@media (max-width: 620px) {
  .header-counter .timer-holder .timer-title {
    display: none;
  }
}
@media (max-width: 1280px) {
  .header-counter .timer-holder .timer-title {
    margin-left: 8%;
    width: 5%;
  }
}
@media (min-width: 1750px) {
  .header-counter .timer-holder .timer-title {
    left: 18% !important;
  }
}
.b-header {
  padding: 0.875rem 1.875rem;
  color: #000000;
  min-width: 900px;
  z-index: 88;
  position: relative;
  *zoom: 1;
}
.b-header:before,
.b-header:after {
  content: " ";
  display: table;
}
.b-header:after {
  clear: both;
}
.b-header__wrap {
  overflow: visible;
}
.b-header__left {
  float: left;
  width: auto;
  *zoom: 1;
}
.b-header__left:before,
.b-header__left:after {
  content: " ";
  display: table;
}
.b-header__left:after {
  clear: both;
}
.b-header__right {
  float: right;
  *zoom: 1;
}
.b-header__right:before,
.b-header__right:after {
  content: " ";
  display: table;
}
.b-header__right:after {
  clear: both;
}
.b-header__logo {
  float: left;
  margin-top: 1.125rem;
}
.b-header__login {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  display: block;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.25em;
  color: #3b9ad9;
  text-align: right;
  position: relative;
  margin-top: 1.375rem;
  padding-left: 3.688rem;
}
.b-header__login__wrap {
  float: right;
}
.b-header__login:after {
  content: "\e604";
  font-family: 'SVP_icons';
  font-size: 2.188rem;
  line-height: 1;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #999;
}
.b-header__phones {
  float: left;
  line-height: 0;
}
.b-header__phone {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.3rem;
  margin-top: 0.725rem;
  letter-spacing: -0.05em;
  text-align: right;
  margin-left: 1rem;
}
.b-header__phone-second {
  margin-left: 1.3rem;
}
.b-header__phone:hover,
.b-header__phone:focus,
.b-header__phone:active {
  color: inherit;
  text-decoration: none;
}
.b-header__phone__title {
  font-size: 0.875rem;
  line-height: 1.25em;
  color: inherit;
  margin-top: 0.775rem;
  margin-bottom: 0;
  text-align: right;
  width: 7rem;
  float: left;
}
.b-header__phone__wrap {
  height: 4.813rem;
  float: left;
  margin-left: 1.75rem;
  padding-left: 1.688rem;
  color: #333333;
  border-left: 2px solid #e6e6e6;
}
.b-header .lng {
  height: 4.813rem;
  float: right;
  border-right: 2px solid #e6e6e6;
  margin-right: 2rem;
  padding-right: 0.875rem;
  padding-top: 1.25rem;
  box-sizing: border-box;
}
.b-header .lng__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 0.5rem;
}
.b-header .lng__item {
  display: none;
}
.b-header .lng__item:first-child {
  display: block;
}
.b-header .lng__flag {
  width: 1.938rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  line-height: .8;
  overflow: hidden;
}
.b-header .lng__arrow {
  width: 0;
  height: 0;
  vertical-align: middle;
  border: 0.375rem solid transparent;
  display: inline-block;
  border-bottom: none;
  border-top-color: #808080;
  margin: 0 0.438rem 0 0.375rem;
}
.b-header .lng__text {
  font-size: 1rem;
  line-height: 1.25;
  display: inline-block;
  vertical-align: middle;
}
.b-header .lng__link {
  display: block;
  padding-top: 0.438rem;
  padding-bottom: 0.5rem;
  padding-right: 0.563rem;
  text-decoration: none;
  color: #3b9ad9;
}
.b-header .lng.active .lng__list {
  border: 1px solid #d3d6d9;
  margin-top: -1px;
  margin-right: -1px;
  background: #fff;
}
.b-header .lng.active .lng__item {
  display: block;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #e1e3e5;
}
.b-header .lng.active .lng__item:first-child .lng__arrow {
  visibility: visible;
}
.b-header .lng.active .lng__arrow {
  visibility: hidden;
}
.b-header .lng.active .lng__text {
  color: #3b9ad9;
}
.unless {
  position: absolute;
}
.logo {
  background: url(../img/logo.svg) no-repeat;
  background-size: contain;
  width: 11.188rem;
  height: 2.625rem;
}
.logo_big {
  width: 21.438rem;
  height: 5.063rem;
}
footer {
  background: #1a1a1a;
  padding: 2rem 0;
}
footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  line-height: 1.2em;
  font-weight: 300;
  text-align: left;
  float: left;
}
footer .copyright a {
  color: inherit;
  text-decoration: none;
}
footer .copyright-social {
  padding-top: 1rem;
}
footer .copyright-social a:first-child {
  margin: 0;
}
footer .copyright-social a:last-child {
  margin-left: 1rem;
}
.footer__info {
  float: left;
  margin-left: 5rem;
}
.footer__email {
  display: block;
  background: url(../img/footer__email.png) no-repeat;
  background-size: contain;
  height: 0.938rem;
  width: 7.063rem;
  margin-bottom: 1rem;
}
.footer__mobile {
  position: relative;
  font-size: 0.75rem;
  line-height: 1.2em;
  font-weight: 300;
  padding-left: 1.7rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer__mobile:before {
  content: " ";
  opacity: .5;
  position: absolute;
  width: 0.813rem;
  height: 1.25rem;
  left: .1rem;
  background: url(../img/footer__phone.png) no-repeat;
  background-size: contain;
}
.footer__logos {
  float: right;
}
.footer__logo {
  margin-bottom: 1rem;
  *zoom: 1;
}
.footer__logo:before,
.footer__logo:after {
  content: " ";
  display: table;
}
.footer__logo:after {
  clear: both;
}
.footer__logo__item {
  float: left;
  padding: 0 .5rem;
  height: 2.188rem;
}
.footer__logo__item img {
  max-width: 100%;
  max-height: 100%;
}
.navigation {
  min-width: 924px;
  padding: 0 1.125rem;
}
.navigation__wrap {
  background: #272727;
}
.navigation__wrap._fixed {
  position: fixed;
  top: 0;
  z-index: 1001;
}
.navigation__for-fix {
  height: 3.125rem;
}
.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation ul li {
  text-align: center;
  height: 3.125rem;
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
  width: 1%;
}
.navigation ul li.current-menu-item a,
.navigation ul li.current-page-ancestor a {
  color: #8cc600;
}
.navigation ul li a {
  font-size: 1rem;
  line-height: 1em;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.57);
}
.navigation ul li a:hover {
  text-decoration: none;
  color: #8cc600;
}
.footer-nav {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
  *zoom: 1;
}
.footer-nav:before,
.footer-nav:after {
  content: " ";
  display: table;
}
.footer-nav:after {
  clear: both;
}
.footer-nav__col {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-right: 8%;
}
.footer-nav__wrap {
  background: #e6e6e6;
}
.footer-nav h3 {
  font-size: 0.875rem;
  line-height: 1.25;
  color: #3b9ad9;
  font-weight: 500;
}
.footer-nav h3 a {
  color: inherit;
  text-decoration: none;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2.875rem;
}
.footer-nav ul li a {
  font-size: 0.875rem;
  text-decoration: none;
  color: #818385;
  font-weight: 400;
  line-height: 2.012em;
}
.footer-nav ul li a:hover {
  text-decoration: none;
}
.select .selectize-input {
  padding: 16px 18px;
  display: block !important;
  box-shadow: none;
  border-radius: 0;
  line-height: 1;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.select .selectize-input input,
.select .selectize-input .item {
  font-size: 18px;
  line-height: 22px !important;
}
.select .selectize-dropdown {
  border: none;
  box-shadow: none;
}
.select .selectize-dropdown .option {
  padding: 16px 18px;
  font-size: 18px;
  line-height: 22px !important;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}
.select .selectize-dropdown .option:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.select__option {
  display: none;
}
.select__option.active {
  display: block;
}
.centers_map ~ .autocomplete-suggestions .autocomplete-suggestion {
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1024px) {
  .centers_map ~ .autocomplete-suggestions .autocomplete-suggestion {
    background: #ffffff;
  }
}
.autocomplete-suggestions {
  overflow: auto;
  max-height: 25rem !important;
}
.autocomplete-suggestion {
  padding: 16px 18px;
  font-size: 1.125rem;
  cursor: pointer;
  line-height: 1.375rem !important;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-suggestion .term {
  color: #8cc600;
}
.autocomplete-suggestion .road {
  color: #e34e41;
}
.autocomplete-suggestion .cent {
  color: #3b9ad9;
}
.autocomplete-suggestion:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
.bx-wrapper {
  box-shadow: none;
  border: none;
  min-width: 860px;
  margin: 0;
}
.bx-wrapper .bx-viewport {
  height: 35rem !important;
}
.relative {
  position: relative;
}
.slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider_item {
  height: 35rem;
  width: 100%;
  padding-top: 2.063rem;
  box-sizing: border-box;
  margin: 0;
  padding: 4rem 0;
}
.slider__btn {
  margin-top: 0.75rem;
  width: 12.5rem;
  height: 2.625rem;
  text-align: center;
  font-size: 1.125rem;
  border-bottom: 2px solid #719410;
  line-height: 2.5rem;
}
.slider__btn:hover,
.slider__btn:focus,
.slider__btn:active {
  color: #fff;
  text-decoration: none;
}
.slider_mobApp {
  background: url(../img/mobileapps.jpg) left top no-repeat;
  background-size: cover;
  position: relative;
}
.slider_mobApp ul,
.slider_mobApp li {
  list-style: none;
  display: inline-block;
}
.slider_mobApp ul {
  margin: 0;
  padding: 0;
  width: 70%;
}
.slider_mobApp li {
  width: 30%;
  padding-left: 3%;
}
.slider_mobApp li:first-child {
  padding-left: 0;
}
@media (max-width: 1180px) {
  .slider_mobApp li li {
    padding-left: 0;
    width: 33%;
    float: left;
  }
}
.slider_mobApp--container {
  position: absolute;
  left: 50%;
  display: block;
  text-shadow: 0.1rem 0.1rem 0px #000000;
  font-weight: 300;
}
.slider_mobApp--container h2 {
  font-size: 3rem;
  color: #ffffff;
  font-weight: 300;
}
.slider_mobApp--container p {
  font-size: 1.688rem;
  color: #ffffff;
  display: block;
  padding: 0 0 2rem 0;
}
.slider_one {
  background: url(../img/slider__bg.jpg) center no-repeat;
  background-size: cover;
}
.slider_one p {
  color: #fff;
  letter-spacing: .025em;
  font-size: 1.688rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  line-height: 1.25em;
  width: 50%;
}
@media (max-width: 1240px) {
  .slider_one p {
    width: 80%;
    margin-left: -2rem;
  }
}
@media (max-width: 1240px) {
  .slider_one .btn {
    margin-left: -2rem;
  }
}
.slider_two {
  background: url(../img/slide_bg_2.jpg) center no-repeat;
  background-size: cover;
}
.slider_two .b-cont {
  padding-left: 70%;
}
.slider_two .b-cont .btn {
  width: 24%;
}
.slider_two .b-cont .btn:last-child {
  background-color: #3b9ad9;
  border-bottom-color: #2580bc;
}
@media (max-width: 1280px) {
  .slider_two .b-cont .btn {
    width: 270px;
  }
}
.slider_two p {
  color: #fff;
  letter-spacing: .025em;
  font-size: 1.688rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  line-height: 1.25em;
  width: 30%;
}
.slider_three {
  background: url(../img/slide_bg_3.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 1240px) {
  .slider_three {
    background-position: left;
  }
}
@media (max-width: 1580px) {
  .slider_three .btn {
    margin-top: 18rem;
    margin-left: -1rem;
  }
}
@media (max-width: 1240px) {
  .slider_three .btn {
    margin-top: 18rem;
    margin-left: 5.5rem;
  }
}
@media (min-width: 1580px) {
  .slider_three .btn {
    margin-top: 18rem;
    margin-left: -1rem;
  }
}
.slider_three_en {
  background: url(../img/slide_bg_3_en.png) center no-repeat;
  background-size: cover;
}
@media (max-width: 1240px) {
  .slider_three_en {
    background-position: left;
  }
}
@media (max-width: 1580px) {
  .slider_three_en .btn {
    margin-top: 18rem;
    margin-left: -1rem;
  }
}
@media (max-width: 1240px) {
  .slider_three_en .btn {
    margin-top: 18rem;
    margin-left: 5.5rem;
  }
}
@media (min-width: 1580px) {
  .slider_three_en .btn {
    margin-top: 18rem;
    margin-left: -1rem;
  }
}
.slider_four {
  background: url(../img/slide_bg_4.jpg) center no-repeat;
  background-size: cover;
}
.slider_four .btn {
  position: absolute;
  width: 27rem;
  height: 5rem;
  top: 6%;
  left: 56%;
  opacity: 0;
}
.slider_four p {
  color: #fff;
  letter-spacing: .025em;
  font-size: 1.688rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  line-height: 1.25em;
  width: 40%;
  margin-top: 13rem;
  margin-left: 24rem;
}
@media (max-width: 1280px) {
  .slider_four p {
    margin-left: 16rem;
    margin-top: 11.5rem;
    width: 60%;
  }
}
.slider_four_en {
  background: url(../img/slide_bg_4_en.png) center no-repeat;
  background-size: cover;
}
.slider_four_en .btn {
  position: absolute;
  width: 27rem;
  height: 5rem;
  top: 6%;
  left: 56%;
  opacity: 0;
}
.slider_four_en p {
  color: #fff;
  letter-spacing: .025em;
  font-size: 1.688rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  line-height: 1.25em;
  width: 40%;
  margin-top: 13rem;
  margin-left: 24rem;
}
@media (max-width: 1280px) {
  .slider_four_en p {
    margin-left: 16rem;
    margin-top: 11.5rem;
    width: 60%;
  }
}
.slider__pager {
  text-decoration: none !important;
  position: absolute;
  margin: 0 auto;
  top: 29.5rem;
  z-index: 99999999;
}
.slider__pager__circle {
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 50%;
  border-width: 3px;
  box-sizing: border-box;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
  transition: all .1s;
  position: absolute;
}
.slider__pager__circle:after {
  content: ' ';
  position: absolute;
  width: 146px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  left: 100%;
  margin-left: 3px;
  top: 50%;
  margin-top: -1px;
  pointer-events: none;
}
.slider__pager__wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 1rem auto 0;
  text-align: center;
}
.slider__pager__title {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  line-height: 1em;
  transition: all .1s;
  padding-top: 0.813rem;
  height: 2.5rem;
  box-sizing: border-box;
  margin-left: -83%;
}
.slider__pager__item {
  width: 158px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.slider__pager__item:last-child .slider__pager__circle:after {
  display: none;
}
.slider__pager.active .slider__pager__title {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
}
.slider__pager.active .slider__pager__circle {
  border-color: #fff;
  background: #fff;
}
.slider__pager.active .slider__pager__circle:after {
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.4) 100%);
}
.slider__pager.was .slider__pager__title {
  color: #fff;
  font-weight: 500;
}
.slider__pager.was .slider__pager__circle {
  border-color: #fff;
  background: #fff;
}
.slider__pager.was .slider__pager__circle:after {
  background: #fff;
}
.news-promo {
  min-width: 860px;
}
.news-promo__header h2 {
  font-weight: 500 ;
  font-size: 1.625rem;
  line-height: 1.25;
}
.news-promo h4 {
  font-size: 1rem;
  line-height: 1.25;
}
.news-promo .col {
  position: relative;
  width: 48%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3rem;
}
.news-promo .col:nth-child(odd) {
  margin-right: 0;
}
.news-promo__img {
  position: absolute;
}
.news-promo__img img {
  width: 6.25rem;
  height: 6.25rem;
}
.news-promo__text {
  margin-left: 7.813rem;
}
.news-promo__text h3,
.news-promo__text h4,
.news-promo__text h5,
.news-promo__text h6,
.news-promo__text p {
  margin-left: 0;
  margin-right: 0;
}
.news-promo__text h4 {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.centers-promo {
  padding-top: 3.688rem;
}
.centers-promo__help {
  background: #62aee1;
}
.centers-promo .b-cont {
  min-width: 876px;
}
.centers-promo__text {
  width: 80%;
  padding-bottom: 2.375rem;
}
@media (max-width: 1280px) {
  .centers-promo__text {
    width: 60%;
  }
}
.centers-promo__map {
  position: absolute;
  width: 30.438rem;
  height: 17.813rem;
  bottom: 0;
  left: 83%;
  background: url(../img/map.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1280px) {
  .centers-promo__map {
    left: 73%;
  }
}
.centers-promo__map__button {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 14.250rem;
  margin-left: 1.313rem;
  font-size: 1.313rem;
  line-height: 1.2em;
}
.centers-promo__map__button:hover {
  color: #fff;
}
.centers-promo__info {
  padding-top: 0.875rem;
  padding-bottom: 0.125rem;
  *zoom: 1;
}
.centers-promo__info:before,
.centers-promo__info:after {
  content: " ";
  display: table;
}
.centers-promo__info:after {
  clear: both;
}
.centers-promo__title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.938rem;
  padding-top: 3.875rem;
}
.centers-promo__count {
  color: #8cc600;
  text-shadow: 1px 1px 1px #6d9900;
  font-size: 6.875rem;
  line-height: 9.438rem;
  margin-right: 1.125rem;
  float: left;
}
.centers-promo__form {
  *zoom: 1;
}
.centers-promo__form:before,
.centers-promo__form:after {
  content: " ";
  display: table;
}
.centers-promo__form:after {
  clear: both;
}
.centers-promo__input {
  background: #88c2e8;
  display: block;
  box-sizing: border-box;
  padding: 0 1.125rem;
  height: 3.438rem;
  border: none;
  outline: none;
  line-height: 1.2em;
  font-size: 1.313rem;
  letter-spacing: .02em;
  border-bottom: 2px solid #58a9de;
  color: #fff;
  width: 100%;
}
.centers-promo__input__wrap {
  margin-right: 8.188rem;
}
.centers-promo__input::-webkit-input-placeholder {
  color: #c8e2f4;
}
.centers-promo__btn {
  display: block;
  height: 3.438rem;
  width: 8.188rem;
  float: right;
}
.page-promo {
  min-width: 860px;
  padding-top: 2.875rem;
  *zoom: 1;
}
.page-promo:before,
.page-promo:after {
  content: " ";
  display: table;
}
.page-promo:after {
  clear: both;
}
.page-promo .col {
  width: 19%;
  float: left;
  margin-right: 8%;
}
.page-promo .col:last-child {
  margin-right: 0;
}
.page-promo .colx {
  width: 28%;
  float: left;
  margin-right: 8%;
}
.page-promo .colx:last-child {
  margin-right: 0;
}
.page-promo h3 {
  font-size: 1.313rem;
  font-weight: 500;
  text-align: left;
  margin-top: 0.625rem;
  margin-bottom: 0.813rem;
  color: #3b9ad9;
}
.page-promo h3 a {
  color: inherit;
}
.page-promo p {
  text-align: left;
  font-size: 0.813rem;
  line-height: 1.25;
  margin: 0;
}
.page-promo i {
  font-size: 2.438rem;
  color: #3b9ad9;
  display: block;
}
.modal_w {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(17, 45, 64, 0.9);
  z-index: 9999999999;
  display: none;
}
.modal_warning {
  width: 660px;
  height: 360px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -330px;
  margin-top: -180px;
}
.modal_warning-head {
  height: 83px;
  width: 660px;
  background: url(../img/warning_modal_header.png) repeat-y;
  text-align: center;
  line-height: 83px;
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
}
.modal_warning-body {
  padding: 30px 50px 50px 30px;
  font-size: 15px;
}
.modal_warning-body p:last-child {
  margin-top: 10px;
}
.modal_warning-footer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #3b9ad9;
  cursor: pointer;
}
.modal_warning-footer:hover {
  color: #2580bc;
}
.modal_caller {
  width: 60px;
  height: 60px;
  background: url(../img/warning_bg.png) no-repeat;
  position: fixed;
  right: 0;
  top: 30%;
}